All Products
Search
Document Center

Function Compute:ListReservedCapacities

Last Updated:Mar 20, 2023

Queries purchased subscription instances.

Authorization information

There is currently no authorization information disclosed in the API.

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, 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 configurations of the API operation change but you can still call the operation.
Change itemChange content
The internal configurations of the API operation change but you can still call the operation.
2021-06-30The input parameters of the API operation change.
Change itemChange content
Input ParametersThe input parameters of the API operation change.
    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 input parameters of the API operation change.
Change itemChange content
Input ParametersThe input parameters of the API operation change.
    Added Input Parameters: X-Fc-Account-Id
2021-06-30The input parameters of the API operation change.
Change itemChange content
Input ParametersThe input parameters of the API operation change.
    delete Input Parameters: X-Fc-Account-Id