Get underutilized commitments for a client.
GET/insights/unused_commitments
Returns a list of underutilized commitments.Commitments and underutilized commitments are indicated in dollars/hr. The data is updated hourly based on a full scan of configured accounts. In case of Reserved Instances, underutilization is initially calculated based on normalized units, and then converted to dollars using the average hourly rate of on-demand instances in the given region, family tenancy and platform. In order to consume the underutilized commitments the client should call the decrement endpoint indicating the hourly dollar price of the instance created.
Responses
- 200
The underutilized commitments for the specified client.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- MOD1
- MOD2
Array [
- MOD1
- MOD2
]
Default value: *
Default value: *
Default value: *
Default value: *
last_updated
object
required
anyOf
string
string
Default value: *
Default value: *
Default value: *
Default value: *
last_updated
object
required
anyOf
string
string
[
{
"unique_id": "string",
"client_id": "string",
"region": "*",
"family": "*",
"platform": "*",
"tenancy": "*",
"commitment_type": "string",
"commitment_dollars": 0,
"underutilized_dollars": 0,
"last_updated": "string"
}
]
[
{
"unique_id": "b5ab9c071f364e2f4af153a412585a97",
"client_id": "4725",
"region": "ap-northeast-1",
"family": "r4",
"platform": "linux",
"tenancy": "shared",
"commitment_type": "Reserved Instances",
"commitment_dollars": 0.3534,
"underutilized_dollars": 0.159,
"last_updated": "2024-02-14T11:13:22"
}
]