v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCloud Cost Management
Get commitments on-demand hot spots (scalar)
Get scalar on-demand hot-spots data for cloud commitment programs, showing per-dimension breakdowns of on-demand spending with coverage metrics and potential savings.
get/api/v2/cost/commitments/on-demand-hot-spots/scalar
Query parameters
provider'aws' | 'azure' required
Cloud provider for commitment programs.
Example:aws
Cloud provider for commitment programs (aws or azure).
productstring required
Cloud product identifier (for example, ec2, rds, virtualmachines).
startinteger required
Start of the query time range in Unix milliseconds.
endinteger required
End of the query time range in Unix milliseconds.
filterBystring
Optional filter expression to narrow down results.
Response
OK
Example response
{
"columns": [
{
"meta": {
"unit": {
"family": "percentage",
"id": 17,
"name": "percent",
"plural": "percent",
"scale_factor": 1,
"short_name": "%"
}
},
"name": "utilization",
"type": "group",
"values": [
0.85,
0.72
]
}
],
"meta": {
"on_demand_filters": "region:us-east-1"
},
"total": [
{
"meta": {
"unit": {
"family": "percentage",
"id": 17,
"name": "percent",
"plural": "percent",
"scale_factor": 1,
"short_name": "%"
}
},
"name": "utilization",
"type": "group",
"values": [
0.85,
0.72
]
}
]
}