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
List of region IDs.
[1, 2, 3]
Format of the response (csv_totals
or json).
csv_totals
, json
Round cost values to 5 decimal places. When false, returns full precision.
Extended filter for field filtering.
{
"field": "flavor",
"type": "instance",
"values": ["g1-standard-1-2"]
}
Filter by tags
Deprecated. Use year_month
instead. Beginning of the period: YYYY-mm
Deprecated. Use year_month
instead. End of the period: YYYY-mm
List of resource types to be filtered in the report.
["egress_traffic", "instance"]
Year and month in the format YYYY-MM
"2024-08"