Skip to main content

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

The underutilized 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
    underutilized_dollars Underutilized 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
    underutilized_dollars Underutilized Dollars (number)required

    last_updated

    object

    required

    anyOf

    string

  • ]

Loading...