Priyanka | 1e5ca46 | 2018-02-22 04:46:16 +0000 | [diff] [blame] | 1 | { |
2 | "service": { | ||||
3 | "name": "Health Check: CLAMP", | ||||
4 | "check":[ | ||||
5 | { | ||||
6 | "id" : "clamp-health", | ||||
7 | "name": "Clamp Health Check", | ||||
8 | "http": "http://clamp:8080/restservices/clds/v1/clds/healthcheck", | ||||
9 | "tls_skip_verify": true, | ||||
10 | "method": "GET", | ||||
11 | "interval": "10s", | ||||
12 | "timeout": "1s" | ||||
13 | } | ||||
14 | ] | ||||
15 | } | ||||
16 | } | ||||
17 |