Help Center/ Anti-DDoS Service/ API Reference/ AAD APIs/ AAD Domain Name Management/ Querying Protected Domain Name Information
Updated on 2026-09-10 GMT+08:00

Querying Protected Domain Name Information

Function

This API is used to query protected domain name information.

Calling Method

For details, see Calling APIs.

Authorization Information

Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.

  • If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
  • If you are using identity policy-based authorization, the following identity policy-based permissions are required.

    Action

    Access Level

    Resource Type (*: required)

    Condition Key

    Alias

    Dependencies

    aad:domain:get

    Read

    domain *

    g:EnterpriseProjectId

    -

    -

URI

GET /v1/aad/protected-domains/{domain_id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

domain_id

Yes

String

Domain name ID

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

token

Content-Type

Yes

String

Content-Type

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

instance_ids

Array of strings

List of instance IDs.

Example Requests

None

Example Responses

Status code: 200

{
  "instance_ids" : [ "c81cXXXX-XXXX-XXXX-XXXX-XXXXb984" ]
}

Status Codes

Status Code

Description

200

OK

400

Error

Error Codes

See Error Codes.