get_billing_usage_by_datacenter
Get aggregated resource usage for a specific datacenter in the current billing period. Use list_billing_usage first to find datacenter IDs. Excludes zero-quantity meters by default; set include_zero=true to retain them.
Instructions
Get aggregated resource usage for a specific datacenter (VDC UUID) in the current billing period. Use list_billing_usage first to find datacenter IDs. Defaults exclude zero-quantity meters (set include_zero=true to keep them). 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 | |
| datacenter_id | Yes | the VDC UUID | |
| include_zero | No | include meters with quantity 0 (default false) |