All Products
Search
Document Center

Edge Security Acceleration:DescribeRoutineRelatedDomains

Last Updated:Oct 17, 2024

Queries the list of domain names that are associated with a routine.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NamestringYes

The name of the routine. The name is unique in the same account.

routine_test

Response parameters

ParameterTypeDescriptionExample
object
Contentobject

The domain names associated with a routine.

"Domains": [ "xxx.com", "yyy.com", ... ]
RequestIdstring

The ID of the request.

FC0E34AC-0239-44A7-AB0E-800DE522C8DA

Examples

Sample success responses

JSONformat

{
  "Content": {
    "test": "test",
    "test2": 1
  },
  "RequestId": "FC0E34AC-0239-44A7-AB0E-800DE522C8DA"
}

Error codes

HTTP status codeError codeError messageDescription
400EdgeRoutine.GeneralErrorA server error occurred: %sA server error occurred. Try again later. If the error persists, submit a ticket.

For a list of error codes, visit the Service error codes.