Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Body
The start date of the report period (ISO 8601). The report starts from the beginning of this day.
"2023-01-01T00:00:00Z"
The end date of the report period (ISO 8601). The report ends just before the beginning of this day.
"2023-02-01T00:00:00Z"
Expenses for the last specified day are taken into account. As the default, False.
false
List of project IDs
[16, 17, 18, 19, 20]
List of region IDs.
[1, 2, 3]
Format of the response (csv or json).
csv_totals
, json
Extended filter for field filtering.
{
"field": "flavor",
"type": "instance",
"values": ["g1-standard-1-2"]
}
Filter by tags
List of resource types to be filtered in the report.
["egress_traffic", "instance"]