Billing Logs
Returns a paginated billing history for the load balancer appliance. Each entry describes a billing event for the underlying compute. Use page_no and per_page to page through results.
GET
/api/v1/appliances/load-balancer-billinglog/{lb_id}/Path parameters
lb_idPathintegerrequiredThe
idof the load balancer, as returned by the List Load Balancers endpoint.- required
- must be a valid load balancer (appliance) ID
example12345
Query parameters
page_noQueryintegeroptional1-based page number to retrieve.
- optional
- positive integer
example1per_pageQueryintegeroptionalNumber of records to return per page.
- optional
- positive integer
example5project_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 string
example{{api_key}}locationQuerystringrequiredRegion of the load balancer.
- must be a non-empty string
example{{location}}
Responses
200Successful response
example
200Billing history entries for the load balancer appliance.
example
Successexample
1example
0