Billing Logs
GET
/api/v1/nodes/nodebillinglog/{vm_id}Path parameters
vm_idPathstringrequiredPath parameter
vm_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 for billing logs
- required
- non-empty string
example{{api_key}}locationQuerystringrequiredSpecifies 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