v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCloud Cost Management
Get commitments savings (scalar)
Get scalar savings metrics for cloud commitment programs, including realized savings and effective savings rate.
get/api/v2/cost/commitments/savings/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
]
}
]
}