All Products
Search
Document Center

Function Compute:GetAlias

Last Updated:Oct 08, 2024

Queries information about 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

GET /2023-03-30/functions/{functionName}/aliases/{aliasName} HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
functionNamestringYes

The function name.

my-func
aliasNamestringYes

The function alias.

my-alias

Response parameters

ParameterTypeDescriptionExample
Alias

The function alias information.

Examples

Sample success responses

JSONformat

{
  "additionalVersionWeight": {
    "key": 0.5
  },
  "aliasName": "prod",
  "createdTime": "2006-01-02T15:04:05Z07:00",
  "description": "alias for pre env",
  "lastModifiedTime": "2006-01-02T15:04:05Z07:00",
  "versionId": "1"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-07-08The API operation is not deprecated.View Change Details
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-06-28Add OperationView Change Details