get_billing_utilization_daily
Get per-resource billing utilization for a specific date for day-level cost analysis. Filter by contract, datacenter, region, or meter type, and group results as needed.
Instructions
Get per-resource utilization for a specific date (YYYY-MM-DD). Use this for day-level analysis within a month. Same compaction flags as list_billing_utilization. For contracts with many datacenters, scope with regions, datacenter_id, or meter_types — or set top_n=10 for a flat global top-N list — before group_by=datacenter to keep the response under 25 KB. 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 | |
| date | Yes | date in YYYY-MM-DD format (e.g. 2026-04-15) | |
| include_zero | No | include meters with quantity 0 (default false) | |
| group_by | No | aggregation level: omitted or '' = per-resource (default), 'meter' = sum per SKU per datacenter, 'datacenter' = sum per type per datacenter | |
| datacenter_id | No | scope to a single datacenter (VDC UUID) | |
| meter_types | No | filter to these meter type categories only (client-side); e.g. ['DBAAS'] | |
| regions | No | filter to these regions only (client-side); e.g. ['de/fra'] | |
| top_n | No | return only the N largest meters globally, sorted by quantity desc (flat list, datacenters[] omitted). When combined with group_by='datacenter', top_meters[] rows have no meter_id |