Queries the domain names that are associated with an Edge Routine.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeRoutineRelatedDomains |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
Yes |
The name of the Edge Routine. The name must be unique within an Alibaba Cloud account. |
routine_test |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| Content |
object |
The list of domain names associated with the Edge Routine. |
"Domains": [ "xxx.com", "yyy.com", ... ] |
| RequestId |
string |
The request ID. |
FC0E34AC-0239-44A7-AB0E-800DE522C8DA |
Examples
Success response
JSON format
{
"Content": {
"test": "test",
"test2": 1
},
"RequestId": "FC0E34AC-0239-44A7-AB0E-800DE522C8DA"
}
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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.