Monitoring Status
GET
/api/v1/nodes/{node_id}/monitoring/monitoring_status/Path parameters
node_idPathstringrequiredPath parameter
node_id.
Query parameters
project_idQuerystringoptionalIdentifier of the project to scope the request to. Optional; if omitted, the account's default project is used.
- optional
- if omitted, the request is applied to the default project
example{{project_id}}apikeyQuerystringoptionalAPI key used to authenticate the request
- required
- non-empty alphanumeric string
example{{api_key}}locationQuerystringoptionalLocation 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"