Queries on-demand configurations.
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /2021-04-06/on-demand-configs
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
prefix | string | No | The returned data. | prefix_text |
startKey | 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. | nextservice |
nextToken | string | No | The ID of your Alibaba Cloud account. | 8bj81uI8n**** |
limit | integer | No | The time when Function Compute API is called. | 20 |
X-Fc-Account-Id | string | No | $.parameters[8].schema.description | 188077086902**** |
X-Fc-Date | string | No | $.parameters[8].schema.example | Wed, 11 May 2022 09:00:00 GMT |
X-Fc-Trace-Id | string | No | $.parameters[8].schema.enumValueTitles | rid281s****** |
Response parameters
Examples
Sample success responses
JSON
format
{
"configs": [
{
"resource": "123#serviceName#alias#functionName",
"maximumInstanceCount": 10
}
],
"nextToken": "next_token"
}
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 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. | |||||||||||||||
|