All Products
Search
Document Center

Function Compute (2.0):ListReservedCapacities

Last Updated:Apr 18, 2024

Queries purchased provisioned instances. This API operation has been deprecated. We recommend that you do not continue to use this API operation.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /2021-04-06/reserved-capacities

Request parameters

ParameterTypeRequiredDescriptionExample
nextTokenstringNo

The token that determines the start point of the query.

8bj81uI8n****
limitstringNo

The maximum number of resources to return. Valid values: 1 to 100.

20
X-Fc-Account-IdstringNo

The ID of your Alibaba Cloud account.

188077086902****
X-Fc-DatestringNo

The time when the Function Compute API is called. The format is EEE,d MMM yyyy HH:mm:ss GMT.

Wed, 11 May 2022 09:00:00 GMT
X-Fc-Trace-IdstringNo

The custom request ID.

asdf****

Response parameters

ParameterTypeDescriptionExample
object

The returned data.

reservedCapacitiesarray

The information about subscription instances.

OpenReservedCapacity

The information about the subscription instance.

nextTokenstring

The token used to obtain more results.

8bj81uI8n****

Examples

Sample success responses

JSONformat

{
  "reservedCapacities": [
    {
      "instanceId": "fc-xxxx",
      "cu": 15,
      "deadline": "150000000",
      "createdTime": "2020-04-03T05:57:28Z",
      "lastModifiedTime": "2020-04-03T05:57:28Z",
      "isRefunded": "true"
    }
  ],
  "nextToken": "8bj81uI8n****"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2021-06-30The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.
2021-06-30The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: X-Fc-Account-Id
    Added Input Parameters: X-Fc-Code-Checksum
    Added Input Parameters: X-Fc-Log-Type
    Added Input Parameters: X-Fc-Invocation-Type
    Added Input Parameters: X-Fc-Date
    Added Input Parameters: X-Fc-Trace-Id
2021-06-30The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: X-Fc-Account-Id
2021-06-30The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    delete Input Parameters: X-Fc-Account-Id