Commitment Types (Beta)

Agent-friendly commitment type lookup

List available commitment types

get

Returns the commitment types available for the specified provider. Each type lists its supported contract terms, and each term lists the payment options that are actually offered for that (type, term) pair — the cross product of terms x payment options is NOT implied. Every leaf field (commitment_type, contract_terms[*].contract_term, contract_terms[*].payment_options[*]) is the exact value you pass into a plan's configuration.contract_specs.

Path parameters
org_idstring · uuidRequired
Query parameters
providerstring · enumRequired

Cloud provider to list commitment types for (aws, azure, gcp).

Possible values:
Responses
chevron-right
200

OK

application/json
commitment_typestringRequired

Commitment type identifier (e.g. 'ComputeSavingsPlan', 'EC2ReservedInstance'). Pass directly as commitment_type in a plan's configuration.contract_specs.

get
/beta/v1/org/{org_id}/commitment-types

Last updated

Was this helpful?