All Products
Search
Document Center

Function Compute (2.0):CreateAlias

Last Updated:Apr 18, 2024

Creates an alias.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /2021-04-06/services/{serviceName}/aliases

Request parameters

ParameterTypeRequiredDescriptionExample
serviceNamestringYes

The name of the service.

service_name
bodyobjectNo

The definition of an alias.

additionalVersionWeightobjectNo

The canary release version to which the alias points and the weight of the canary release version.

  • The canary release version takes effect only when the function is invoked.
  • The value consists of a version number and a specific weight. For example, 2:0.05 indicates that when a function is invoked, Version 2 is the canary release version, 5% of the traffic is distributed to the canary release version, and 95% of the traffic is distributed to the major version.
floatNo

The traffic weight. Valid values: 0 to 1.

1
aliasNamestringYes

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
descriptionstringNo

The description of the alias.

test_description
versionIdstringYes

The ID of the version to which the alias points.

1
resolvePolicystringNo

The canary release mode. Default values: off. Valid values:

  • Random: random canary release.
  • Content: rule-based canary release. By default, this parameter is empty.
Random
routePolicyRoutePolicyNo

The canary release rule. Traffic that meets the canary release rule is routed to the canary release instance.

X-Fc-Account-IdstringNo

The ID of your Alibaba Cloud account.

188077086902****
X-Fc-DatestringNo

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-IdstringNo

The trace ID of the invocation request of Function Compute.

r9s89isisi****

Response parameters

ParameterTypeDescriptionExample
headersobject
etagstring

The ETag that is used to modify the alias. The value is used to ensure that the modified alias is consistent with the alias that is expected to be modified.

5e547e5605e1dc17a78a6191bc18fbc5
object

The definition of the alias.

additionalVersionWeightobject

The additional version to which the alias points and the weight of the additional version.

  • The additional version takes effect only when the function is invoked.
  • The value consists of a version number and a specific weight. For example, 2:0.05 indicates that when a function is invoked, Version 2 is the canary release version, 5% of the traffic is distributed to the canary release version, and 95% of the traffic is distributed to the major version.
float

The traffic weight. Valid values: 0 to 1.

1
aliasNamestring

The name of the alias.

alias_test
createdTimestring

The time when the alias was created.

2020-04-23T06:32:43Z
descriptionstring

The description of the alias.

test_description
lastModifiedTimestring

The time when the alias was last modified.

2020-04-23T06:32:43Z
versionIdstring

The ID of the version to which the alias points.

1
resolvePolicystring

The canary release mode. Default values: off. Valid values:

  • Random: random canary release.
  • Content: rule-based canary release.
Random
routePolicyRoutePolicy

Canary release rule: The traffic that meets the conditions of the canary release rule is diverted to the canary release instances.

Examples

Sample success responses

JSONformat

{
  "additionalVersionWeight": {
    "key": 1
  },
  "aliasName": "alias_test",
  "createdTime": "2020-04-23T06:32:43Z",
  "description": "test_description",
  "lastModifiedTime": "2020-04-23T06:32:43Z",
  "versionId": "1",
  "resolvePolicy": "Random",
  "routePolicy": {
    "condition": "AND",
    "policyItems": [
      {
        "type": "Header",
        "key": "x-test-uid",
        "value": "11111",
        "operator": "="
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-12-28The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.
2022-08-04The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.
2021-06-29The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: X-Fc-Account-Id
    Added Input Parameters: X-Fc-Code-Checksum
    Added Input Parameters: X-Fc-Log-Type
    Added Input Parameters: X-Fc-Invocation-Type
    Added Input Parameters: X-Fc-Date
    Added Input Parameters: X-Fc-Trace-Id
2021-06-29The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: X-Fc-Account-Id
2021-06-29The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    delete Input Parameters: X-Fc-Account-Id