Queries purchased subscription instances.
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
nextToken | string | No | The token that determines the start point of the query. | 8bj81uI8n**** |
limit | string | No | The maximum number of resources to return. Valid values: [1, 100]. | 20 |
X-Fc-Account-Id | string | No | The ID of your Alibaba Cloud account. | 188077086902**** |
X-Fc-Date | string | No | 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-Id | string | No | The custom request ID. | asdf**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"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 time | Summary of changes | Operation | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2021-06-30 | The internal configurations of the API operation change but you can still call the operation. | |||||||||||||||
| ||||||||||||||||
2021-06-30 | The input parameters of the API operation change. | |||||||||||||||
| ||||||||||||||||
2021-06-30 | The input parameters of the API operation change. | |||||||||||||||
| ||||||||||||||||
2021-06-30 | The input parameters of the API operation change. | |||||||||||||||
|