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
The response resources limit. Defaults to 10.
x > 0
10
The response resources offset.
x >= 0
0
List of project IDs
[16, 17, 18, 19, 20]
List of region IDs.
[1, 2, 3]
Extended filter for field filtering.
{
"field": "flavor",
"type": "instance",
"values": ["g1-standard-1-2"]
}
List of sorting filters (JSON objects) fields: project. directions: asc, desc.
Filter by tags
List of resource types to be filtered in the report.
["egress_traffic", "instance"]