All Products
Search
Document Center

Cloud Firewall:DescribeControlPolicyDomainResolve

Last Updated:Nov 12, 2025

Queries the domain name resolution results for an access control policy.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

Lang

string

No

The language of the response.

Valid values:

  • en :

    English

  • zh :

    Chinese

zh

RegionNo

string

No

The region ID.

cn-beijing

Domain

string

No

The domain name.

example.com

IpVersion

integer

No

The supported IP address version.

4

FirewallType

string

No

The type of Cloud Firewall.

Valid values:

  • nat :

    NAT firewall

  • vpc :

    VPC firewall

  • internet :

    Internet firewall

internet

Response elements

Element

Type

Description

Example

object

ResolveResult

array<object>

The domain name resolution results.

object

The details of a domain name resolution result.

Domain

string

The domain name.

example.com

UpdateTime

integer

The update time.

1579091739

IpVersion

integer

The supported IP address version.

Valid values:

  • 4 :

    IPv4

  • 6 :

    IPv6

4

IpAddrList

array

The list of IP addresses.

string

The IP address.

[ "10.10.10.1" ]

RequestId

string

The ID of the request.

F0F82705-CFC7-5F83-86C8-A063892F****

Examples

Success response

JSON format

{
  "ResolveResult": [
    {
      "Domain": "example.com",
      "UpdateTime": 1579091739,
      "IpVersion": 4,
      "IpAddrList": [
        "[\n  \"10.10.10.1\"\n]"
      ]
    }
  ],
  "RequestId": "F0F82705-CFC7-5F83-86C8-A063892F****"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.