Creates an alias.
Authorization information
Request syntax
POST /2021-04-06/services/{serviceName}/aliases
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
serviceName | string | Yes | The name of the service. | service_name |
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 | |
aliasName | string | Yes | The name of the alias. The name can contain letters, digits, underscores (_), and hyphens (-) only. The name cannot start with a digit or a hyphen (-). The name must be 1 to 128 characters in length. The name cannot be set to LATEST | alias_test |
description | string | No | The description of the alias. | test_description |
versionId | string | Yes | 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. | |
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. | r9s89isisi**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"additionalVersionWeight": {
"key": 1
},
"aliasName": "alias_test",
"createdTime": "2020-04-23T06:32:43Z",
"description": "test_description",
"lastModifiedTime": "2020-04-23T06:32:43Z",
"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. | |||||||||||||||
|