Skip to main content

Get underutilized commitments for a client.

GET 

/insights/overutilized_commitments

Returns a list of overutilized commitments. Like with underutilized commitments, overutilized commitments are indicated in dollars/hr. The data is updated hourly based on a full scan of configured accounts. While consuming underutilized commitments is fairly straightforward, i.e. next instance should be a matching on-demand instance, overutilization cases are more complex. If a client application is responsible for managing a group of ec2 instances, they may use this endpoint to identify whether they are driving overutilization and then determine if it's possible to divert instances to underutilization cases or spot. In case an action has been taken (e.g. an instance was terminated), the decrement endpoint should be called indicating the hourly dollar price of the terminated instance.

Responses

The overutilized commitments for the specified client.

Schema

    unique_id Unique Id (string)required
    client_id Client Id (string)required
    region Region (string)

    Default value: *

    family Family (string)

    Default value: *

    platform Platform (string)

    Default value: *

    tenancy Tenancy (string)

    Default value: *

    commitment_type Commitment Type (string)required
    commitment_dollars Commitment Dollars (number)required
    overutilized_dollars Overutilized Dollars (number)required

    last_updated

    object

    required

    anyOf

    string

  • Array [

  • unique_id Unique Id (string)required
    client_id Client Id (string)required
    region Region (string)

    Default value: *

    family Family (string)

    Default value: *

    platform Platform (string)

    Default value: *

    tenancy Tenancy (string)

    Default value: *

    commitment_type Commitment Type (string)required
    commitment_dollars Commitment Dollars (number)required
    overutilized_dollars Overutilized Dollars (number)required

    last_updated

    object

    required

    anyOf

    string

  • ]

Loading...