Queries a list of provisioned configurations.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /2023-03-30/provision-configs HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
functionName | string | No | The name of the function. If this parameter is not specified, the provisioned configurations of all functions are listed. | my-func |
nextToken | string | No | A pagination token. | MTIzNCNhYmM= |
limit | integer | No | Number of provisioned configurations to return. | 10 |
Response parameters
Examples
Sample success responses
JSON
format
{
"nextToken": "next_token",
"provisionConfigs": [
{
"alwaysAllocateCPU": true,
"alwaysAllocateGPU": true,
"current": 1,
"currentError": "image not found",
"functionArn": "acs:fc:cn-shanghai:124:functions/myFunction",
"scheduledActions": [
{
"endTime": "2024-03-10T10:10:10Z",
"name": "test_1",
"scheduleExpression": "cron(0 0 22 * * *)",
"startTime": "2023-03-10T10:10:10Z",
"target": 50,
"timeZone": "Asia/Shanghai"
}
],
"target": 5,
"targetTrackingPolicies": [
{
"endTime": "2024-03-10T10:10:10Z",
"maxCapacity": 10,
"metricTarget": 0.6,
"metricType": "CPUUtilization",
"minCapacity": 1,
"name": "test_1",
"startTime": "2023-03-10T10:10:10Z",
"timeZone": "Asia/Shanghai"
}
]
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-08-23 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2024-02-22 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-08-30 | API Description Update | View Change Details |
2023-08-30 | API Description Update. The response structure of the API has changed | View Change Details |
2023-06-28 | Add Operation | View Change Details |