Monitoring Status
GET
/api/v1/nodes/{node_id}/monitoring/monitoring_status/Path parameters
node_idPathstringrequiredPath parameter
node_id.
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 alphanumeric string
example{{api_key}}locationQuerystringrequiredLocation identifier used to filter monitoring status
- must be a non-empty string
example{{location}}
Responses
200Successful response
HTTP status code indicating the monitoring result
example
200- integer between 100 and 599
- must be a standard HTTP status code
Status message indicating the result of the monitoring operation
example
Success- must be a non-empty string
- typically a short status such as "Success"