Attached Volume Monitoring
GET
/api/v1/nodes/{node_id}/monitoring/volume/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}}intervalQuerystringoptionalTime interval in seconds for monitoring data retrieval.
- must be a positive integer
- value is expressed as seconds
example3600volume_idQuerystringoptionalIdentifier of the volume to monitor
- required
- must be a valid block or volume ID (e.g., UUID format)
example{{block_id}}apikeyQuerystringoptionalAPI key used to authenticate the request
- required
- must be a non-empty string
example{{api_key}}locationQuerystringoptionalSpecifies the geographic location for the attached volume monitoring request.
- must be a non-empty string
- should be a valid location identifier (e.g., region code)
example{{location}}
Responses
200Successful response
HTTP status code of the monitoring response
example
200- integer
- valid HTTP status code (100-599)
Status message indicating the result of the volume monitoring request
example
Success- must be a non-empty string
- maximum length of 255 characters