Monitoring Status
Reports whether the monitoring agent on the load balancer's underlying node is reachable. The node_id path parameter is the load balancer's node_detail.node_id. data.is_zabbix_active indicates whether monitoring is currently active.
GET
/api/v1/nodes/{node_id}/monitoring/monitoring_status/Path parameters
node_idPathintegerrequiredThe
node_idfield from thenode_detailobject in the List Load Balancers response.- required
- must be a valid node ID
example23456
Query parameters
project_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key used to authenticate the request
- required
- non-empty string
example{{api_key}}locationQuerystringrequiredRegion of the load balancer.
- must be a non-empty string
example{{location}}
Responses
200Successful response
example
200example
Success