Show health monitor

Verb URI Description
GET /lb/health_monitors/health_monitor-id Show details for a specified health monitor.

Normal Response Code: 200

Error Response Codes: Unauthorized (401), Forbidden (403), Not Found (404)

This operation does not require a request body.

This operation returns a response body.

 

Example 4.104. Show health monitor: HTTP request

GET /v2.0/lb/health_monitors/701b531b-111a-4f21-ad85-4795b7b12af6.json HTTP/1.1
User-Agent: python-neutronclient
Accept: application/json


 

Example 4.105. Show health monitor: HTTP and JSON response

HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8

{
    "health_monitor": {
        "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"
    }
}

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...