list_commitments
List your negotiated commitment contracts with cloud providers from DoiT Commitment Manager. Filter by provider, sort by date, and paginate results.
Instructions
Returns a list of commitment contracts from the DoiT Commitment Manager. These are Enterprise Discount Program (EDP) agreements — negotiated minimum spend or usage commitments between the customer and a cloud provider (Google Cloud, AWS, or Azure) .
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxResults | No | The maximum number of results to return in a single page. Defaults to 50. | |
| pageToken | No | Page token, returned by a previous call, to request the next page of results. | |
| filter | No | An expression for filtering the results. Syntax: key:[<value>]. Multiple filters can be connected using pipe |. Available filter keys: name, provider. Example: provider:[google-cloud] | |
| sortBy | No | A field by which the results will be sorted. Accepted values: name, startDate, endDate, provider, createTime, updateTime. | |
| sortOrder | No | The sort order for results. Accepted values: asc, desc. |