Queries the available instances of a function.
Operation Description
The maximum number of resources to return. Valid values: [0,1000].
The number of returned resources is less than or equal to the specified number.
Authorization information
Request syntax
GET /2021-04-06/services/{serviceName}/functions/{functionName}/instances
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
serviceName | string | Yes | The instances that are queried. | demoService |
functionName | string | Yes | The version of the service to which the instance belongs. If the instance belongs to the LATEST alias, 0 is returned as the version. | demoFunction |
qualifier | string | No | The ID of the instance. | dev |
instanceIds | array | No | The name of the service. | |
string | No | The information about instances. | ["1ef6b6ff-7f7b-485e-ab49-501ac681****", "04db0821-c6d2-4c10-970b-93e36f1a****"] | |
limit | integer | No | The ID of your Alibaba Cloud account. | 20 |
X-Fc-Account-Id | string | Yes | Queries the available instances of a function. | 188077086902**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"instances": [
{
"instanceId": "1ef6b6ff-7f7b-485e-ab49-501ac681****",
"versionId": "1"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2022-06-15 | Add Operation |