All Products
Search
Document Center

Function Compute:PutProvisionConfig

更新時間:Nov 06, 2024

Creates provisioned configurations.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

PUT /2023-03-30/functions/{functionName}/provision-config HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
functionNamestringYes

The function name.

my-func
qualifierstringNo

The function alias or LATEST.

LATEST
bodyPutProvisionConfigInputYes

The provisioned instance configurations.

Response parameters

ParameterTypeDescriptionExample
ProvisionConfig

The provisioned instance configurations.

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2024-02-22The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-08-30API Description UpdateView Change Details
2023-08-30API Description Update. The response structure of the API has changedView Change Details
2023-07-05The request parameters of the API has changedView Change Details
2023-06-28Add OperationView Change Details