Description

Request URL

Network API v2.0

GET /v2.0/lb/health_monitors/{health_monitor_id}

Request Paramters

Parameter Value Style Description
X-Auth-Token User Token header
health_monitor_id URI

Request Json

This operation does not accept a request body.

Normal response codes

200

Example

curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: 0925897a3d4543218ff0dcd2bb378a8e" \
https://networking.tyo1.cloud.z.com/v2.0/lb/health_monitors/11da3a67-c9aa-43e7-8494-a014dd19f6d7
HTTP/1.1 200 OK
Server: openresty/1.7.10.1
Date: Fri, 08 May 2015 08:57:33 GMT
Content-Type: application/json
Content-Length: 290
Connection: keep-alive

{
    "health_monitor": {
        "admin_state_up": true,
        "tenant_id": "22394afc818d471ca2f0308c06ae7460",
        "delay": 10,
        "max_retries": 5,
        "timeout": 5,
        "pools": [
            {
                "status": "ACTIVE",
                "status_description": null,
                "pool_id": "5275ce01-d58d-4ced-a14b-1d0bbd16a0c3"
            }
        ],
        "type": "TCP",
        "id": "11da3a67-c9aa-43e7-8494-a014dd19f6d7"
    }
}