list_billing_usage
Retrieve aggregated resource usage for your contract's current billing period, showing metered quantities like CPU hours and GB-hours grouped by datacenter. Optionally filter by datacenter or include zero-quantity meters.
Instructions
Get aggregated resource usage for your contract for the current billing period. Shows metered quantities (CPU hours, GB-hours, etc.) grouped by datacenter. Defaults exclude zero-quantity meters (set include_zero=true to keep them). Filter by datacenter_id to narrow scope. For FOCUS v1.3 compliant output, read resource ionos://billing/focus-v1.3.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract | Yes | contract number from get_billing_profile | |
| include_zero | No | include meters with quantity 0 (default false); set true to find datacenters with metered SKUs that didn't consume | |
| datacenter_id | No | scope to a single datacenter (VDC UUID) |