Call DescribeRoutineUserInfo to query information about your Alibaba Cloud account, including the attached subdomain and the list of created routines.
Operation description
API call frequency: 100 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeRoutineUserInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| Content |
object |
The content of the response. |
绑定的Subdomain和Routine列表 |
| RequestId |
string |
The request ID. |
691DEEE5-4BDB-47F3-930E-F57176427717 |
Content parameters
Name | Type | Example | Description |
Routines | Array | Basic information about each routine. | |
RoutineName | String | test | The routine name. |
Description | String | the description of this routine | The routine description. |
CreationTime | String | 2021/5/20 16:00 | The time when the routine was created. |
Subdomains | Array | subdomain-slc2 | The subdomain for the user. |
Examples
Success response
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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.