netconn-api/v2.0/samples/loadbalancer/health_monitors-list-res.json
Diane Fleming 64cca08847 Rework directories for netconn - both are neutron
Partial_Bug: #1233748

Change-Id: I6fa1a8b194da4d90941051151a13f06786642758
author: diane fleming
2013-10-08 09:18:08 -05:00

27 lines
764 B
JSON

{
"health_monitors": [
{
"status": "ACTIVE",
"admin_state_up": true,
"tenant_id": "83657cfcdfe44cd5920adaf26c48ceea",
"delay": 10,
"max_retries": 1,
"timeout": 1,
"type": "PING",
"id": "466c8345-28d8-4f84-a246-e04380b0461d"
},
{
"status": "ACTIVE",
"admin_state_up": true,
"tenant_id": "83657cfcdfe44cd5920adaf26c48ceea",
"delay": 5,
"expected_codes": "200",
"max_retries": 2,
"http_method": "GET",
"timeout": 2,
"url_path": "/",
"type": "HTTP",
"id": "5d4b5228-33b0-4e60-b225-9b727c1a20e7"
}
]
}