Queries the metadata of a specified routine. The metadata includes the routine configuration in each environment, configuration version, and code version.
Operation description
Note
You can call this operation up to 100 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Name | string | Yes | The name of the routine. The name must be unique among the routines that belong to the same Alibaba Cloud account. | test |
Response parameters
Fields of the Content parameter
Field | Type | Example | Description |
---|---|---|---|
CreationTime | String | 2021-05-31T13:20:14Z | The time when the routine was created. |
Description | String | InRoZSBkZXNjcmlwdGlvbiBvZiB0aGlzIHJvdXRpbmUi | The description of the routine, which is encoded in Base64. |
Envs | JSON | production | A collection of all canary release environments for the routine. |
EnvConf | JSON | Information about all canary release environments of the routine, including the CPU specification (SpecName), code version (CodeRev), and allowed Alibaba Cloud DCDN domain names (AllowedHosts) of each canary release environment. | |
ㄴSpecName | String | 100ms | The specification of the CPU time slice. |
ㄴCodeRev | String | 1622467214654495147 | The version number of the code. |
ㄴAllowedHosts | String | test-e.alicdn.com | Allowed DCDN domain names. |
CodeRevs | JSON | Information about all code versions of the routine, including the description (CodeDescription), creation time (CreationTime), and version number (CodeRevision) of each version. | |
ㄴCreationTime | String | 2021-05-31T13:20:14Z | The time when the code was created. |
ㄴCodeDescription | String | IkhlbGxvIFdvcmxkIg== | The description of the code version, which is encoded in Base64. |
ㄴCodeRevision | String | 1622467236337778954 | The version number of the code. |
Examples
Sample success responses
JSON
format
{
"Content": {
"test": "test",
"test2": 1
},
"RequestId": "4DBA68F5-04A9-406B-B1E4-F2CB635E103F"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | EdgeRoutine.GeneralError | A server error occurred: %s | A server error occurred. Try again later. If the error persists, submit a ticket. |
For a list of error codes, visit the Service error codes.