Queries the subdomains and routines that belong to your Alibaba Cloud account.
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 |
---|
The current API does not require request parameters
Response parameters
Fields in Content
Parameter | Type | Example | Description |
---|---|---|---|
Routines | Array | The basic information about each routine. | |
ㄴRoutineName | String | test | The name of the routine. |
ㄴDescription | String | the description of this routine | The description of the routine. |
ㄴCreationTime | String | 2021/5/20 16:00 | The time when the routine was created. |
Subdomains | Array | subdomain-slc2 | The subdomain of the current user. |
Examples
Sample success responses
JSON
format
{
"Content": {
"test": "test",
"test2": 1
},
"RequestId": "691DEEE5-4BDB-47F3-930E-F57176427717"
}
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. |
403 | %sServiceNotFound | The [%s] service is not activated. | The service is not activated. |
For a list of error codes, visit the Service error codes.