neutron-lib/api-ref/source/v2/samples/lbaas/healthmonitor-show-response...

22 lines
584 B
JSON

{
"healthmonitor": {
"admin_state_up": true,
"project_id": "eabfefa3fd1740a88a47ad98e132d238",
"tenant_id": "eabfefa3fd1740a88a47ad98e132d238",
"delay": 1,
"expected_codes": "200,201,202",
"max_retries": 5,
"name": "healthmonitor1",
"http_method": "GET",
"timeout": 1,
"pools": [
{
"id": "5a9a3e9e-d1aa-448e-af37-a70171f2a332"
}
],
"url_path": "/index.html",
"type": "HTTP",
"id": "b7633ade-24dc-4d72-8475-06aa22be5412"
}
}