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
Round cost values to 5 decimal places. When false, returns full precision.
Extended filter for field filtering.
- SchemaFilterSnapshotSerializer
- SchemaFilterInstanceSerializer
- SchemaFilterAiClusterSerializer
- SchemaFilterAiVirtualClusterSerializer
- SchemaFilterBasicVmSerializer
- SchemaFilterBaremetalSerializer
- SchemaFilterVolumeSerializer
- SchemaFilterImageSerializer
- SchemaFilterFloatingIpSerializer
- SchemaFilterEgressTrafficSerializer
- SchemaFilterLoadBalancerSerializer
- SchemaFilterExternalIpSerializer
- SchemaFilterBackupSerializer
- SchemaFilterLogIndexSerializer
- SchemaFilterFunctionsSerializer
- SchemaFilterFunctionsCallsSerializer
- SchemaFilterFunctionsTrafficSerializer
- SchemaFilterContainersSerializer
- SchemaFilterInferenceSerializer
- SchemaFilterDBAASPostgreSQLVolumeSerializer
- SchemaFilterDBAASPostgreSQLPublicNetworkSerializer
- SchemaFilterDBAASPostgreSQLCPUSerializer
- SchemaFilterDBAASPostgreSQLMemorySerializer
- SchemaFilterDBAASPostgreSQLPoolerSerializer
{
"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"]
Response
OK
Count of returned totals
x >= 0
1
Price status for the UI, type: string
error
, hide
, show
- TotalAiClusterWithCostSerializer
- TotalAiVirtualClusterWithCostSerializer
- TotalBaremetalWithCostSerializer
- TotalBasicVmWithCostSerializer
- TotalBackupWithCostSerializer
- TotalContainerWithCostSerializer
- TotalEgressTrafficWithCostSerializer
- TotalExternalIpWithCostSerializer
- TotalFloatingIpWithCostSerializer
- TotalFunctionsWithCostSerializer
- TotalFunctionCallsWithCostSerializer
- TotalFunctionEgressTrafficWithCostSerializer
- TotalImagesWithCostSerializer
- TotalInferenceWithCostSerializer
- TotalInstanceWithCostSerializer
- TotalLoadBalancerWithCostSerializer
- TotalLogIndexWithCostSerializer
- TotalSnapshotWithCostSerializer
- TotalVolumeWithCostSerializer
- TotalDBAASPostgreSQLPoolerWithCostSerializer
- TotalDBAASPostgreSQLMemoryWithCostSerializer
- TotalDBAASPostgreSQLPublicNetworkWithCostSerializer
- TotalDBAASPostgreSQLCPUWithCostSerializer
- TotalDBAASPostgreSQLVolumeWithCostSerializer