Queries all the versions of a service.
Authorization information
Request syntax
GET /2021-04-06/services/{serviceName}/versions
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
serviceName | string | Yes | The token used to obtain more results. If the number of resources exceeds the limit, the nextToken parameter is returned. You can include the parameter in subsequent calls to obtain more results. You do not need to provide this parameter in the first call. | demo-service |
limit | integer | No | The token used to obtain more results. If the number of resources exceeds the limit, the nextToken parameter is returned. You can include the parameter in subsequent calls to obtain more results. You do not need to provide this parameter in the first call. | 20 |
nextToken | string | No | The description of the service version. | 8bj81uI8n**** |
startKey | string | No | The time when the service version was created. | nextservice |
direction | string | No | The name of the service. | BACKWARD |
X-Fc-Account-Id | string | No | The ID of your Alibaba Cloud account. | 188077086902**** |
X-Fc-Date | string | No | The time when Function Compute API is called. Specify the time in the EEE,d MMM yyyy HH:mm:ss GMT format. | Wed, 11 May 2022 09:00:00 GMT |
X-Fc-Trace-Id | string | No | The maximum number of resources to return. Default value: 20. Maximum value: 100. The number of returned resources is less than or equal to the specified number. | rid281s****** |
Response parameters
Examples
Sample success responses
JSON
format
{
"direction": "BACKWARD",
"nextToken": "eJhojW7N****",
"versions": [
{
"createdTime": "2020-03-16T06:23:50Z",
"description": "test_description",
"lastModifiedTime": "2020-07-15T06:12:31Z",
"versionId": "1"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2021-06-29 | The input parameters of the API operation change. | |||||||||||||||
| ||||||||||||||||
2021-06-29 | The input parameters of the API operation change. | |||||||||||||||
| ||||||||||||||||
2021-06-29 | The input parameters of the API operation change. | |||||||||||||||
|