Updates an alias.
Authorization information
Request syntax
PUT /2021-04-06/services/{serviceName}/aliases/{aliasName}
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
serviceName | string | Yes | The name of the service. | demo-service |
aliasName | string | Yes | The name of the alias. | alias_test |
body | object | No | The definition of an alias. | |
additionalVersionWeight | object | No | The additional version to which the alias points and the weight of the additional version.
| |
float | No | The traffic weight. Valid values: 0 to 1. | 1 | |
description | string | No | The description of the alias. | test_description |
versionId | string | No | The ID of the version to which the alias points. | 1 |
resolvePolicy | string | No | The canary release mode. Valid values:
| Random |
routePolicy | RoutePolicy | No | The canary release rule. Traffic that meets the canary release rule is routed to the canary release instance. | |
If-Match | string | No | If the ETag specified in the request matches the ETag value of the object, the object and 200 OK are returned. Otherwise, 412 Precondition Failed is returned. The ETag value of an object is used to check data integrity of the object. This parameter is empty by default. | e19d5cd5af0378da05f63f891c7467af |
X-Fc-Account-Id | string | No | The ID of your Alibaba Cloud account. | 188077086902**** |
X-Fc-Date | string | No | The time on which the function is invoked. The format of the value is: EEE,d MMM yyyy HH:mm:ss GMT. | Wed, 11 May 2022 09:00:00 GMT |
X-Fc-Trace-Id | string | No | The trace ID of the invocation request of Function Compute. | rid281s****** |
Response parameters
Examples
Sample success responses
JSON
format
{
"additionalVersionWeight": {
"key": 1
},
"aliasName": "test",
"createdTime": "2016-08-15T16:06:05.000+0000",
"description": "test_description",
"lastModifiedTime": "2016-08-15T16:06:05.000+0000",
"versionId": "1"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2022-08-04 | The internal configurations of the API operation change but you can still call the 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. | |||||||||||||||
|