Billing Logs
GET
/api/v1/nodes/nodebillinglog/{vm_id}Path parameters
vm_idPathstringrequiredPath parameter
vm_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 for billing logs
- required
- non-empty string
example{{api_key}}locationQuerystringoptionalSpecifies the geographic location for the billing logs query
- non-empty string
- valid location identifier (e.g., "eastus")
example{{location}}
Responses
200Successful response
HTTP status code of the billing log response
example
200- integer between 100 and 599
- non-negative
Status message indicating the result of the billing log request
example
Success- Must be a non-empty string
- Maximum length 255 characters