Querying the Alias Information About a Function Version
Function
This API is used to query the alias information about a function version.
URI
GET /v2/{project_id}/fgs/functions/{function_urn}/aliases/{alias_name}
Table 1 describes the URI parameters.
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
project_id |
String |
Yes |
Project ID. |
function_urn |
String |
Yes |
Function URN. See Function Model. |
alias_name |
String |
Yes |
Name of the alias. |
Request
None
Response
Parameter |
Type |
Description |
---|---|---|
name |
String |
Alias to be obtained. |
version |
String |
Version corresponding to the alias. |
description |
String |
Description of the alias. |
last_modified |
String |
Time when the alias was last modified. |
additional_version_weights |
String |
Key-value pair in JSON format to respectively indicate an additional version and a weight. |
alias_urn |
String |
URN of the alias. |
Example
Example request
GET /v2/7aad83af3e8d42e99ac194e8419e2c9b/fgs/functions/urn:fss:xxxxxxxxx:7aad83af3e8d42e99ac194e8419e2c9b:function:default:test:latest / aliases/dev HTTP/1.1
Example response
The format of the response for a successful request is as follows:
HTTP/1.1 200 { "name":"dev", "version":"latest", "description":"my dev version", "last_modified":"2017-06-26 03:21:10", "additional_version_weights":{"1.0":10 }, "alias_urn":"urn:fss:xxxxxxxxxx: 7aad83af3e8d42e99ac194e8419e2c9b:function:default:test:!dev" }
The format of the response for a failed request is as follows:
HTTP/1.1 404 Not Found { "error_code": "FSS.1053", "error_msg": "Not found the function alias" }
Status Code
See Status Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot