Skip navigation links
com.tencentcloudapi.teo.v20220901.models

Class DescribeDnsRecordsRequest

Returns:
Filters Filter criteria. Each filter criteria can have up to 20 entries.
  • `record-id`:
    Filter by DNS record ID, such as record-1a8df68z
    Type: String
    Required: No
  • `record-name`:
    Filter by DNS record name
    Type: String
    Required: No
  • `record-type`:
    Filter by DNS record type
    Type: String
    Required: No
    Values:
    `A`: Point a domain name to an IPv4 address, such as 8.8.8.8.
    `AAAA`: Point a domain name to an IPv6 address.
    `CNAME`: Point a domain name to another domain name that can be resolved to an IP address.
    `TXT`: Identify and describe a domain name. It is usually used for domain verification and as SPF records (for anti-spam).
    `NS`: If you need to authorize a subdomain name to another DNS service provider for DNS resolution, you need to add an NS record. You cannot add an NS record for a root domain name.
    `CAA`: Specify CAs to issue certificates for sites.
    `SRV`: Identify a service used by a server. It is commonly used in Microsoft directory management.
    `MX`: Specify the mail server for receiving emails.
  • `mode`:
    Filter by proxy mode
    Type: String
    Required: No
    Values:
    `dns_only`: Only DNS
    `proxied`: Proxied
  • `ttl`:
    Filter by TTL
    Type: String
    Required: No
  • Parameters:
    Filters - Filter criteria. Each filter criteria can have up to 20 entries.
  • `record-id`:
    Filter by DNS record ID, such as record-1a8df68z
    Type: String
    Required: No
  • `record-name`:
    Filter by DNS record name
    Type: String
    Required: No
  • `record-type`:
    Filter by DNS record type
    Type: String
    Required: No
    Values:
    `A`: Point a domain name to an IPv4 address, such as 8.8.8.8.
    `AAAA`: Point a domain name to an IPv6 address.
    `CNAME`: Point a domain name to another domain name that can be resolved to an IP address.
    `TXT`: Identify and describe a domain name. It is usually used for domain verification and as SPF records (for anti-spam).
    `NS`: If you need to authorize a subdomain name to another DNS service provider for DNS resolution, you need to add an NS record. You cannot add an NS record for a root domain name.
    `CAA`: Specify CAs to issue certificates for sites.
    `SRV`: Identify a service used by a server. It is commonly used in Microsoft directory management.
    `MX`: Specify the mail server for receiving emails.
  • `mode`:
    Filter by proxy mode
    Type: String
    Required: No
    Values:
    `dns_only`: Only DNS
    `proxied`: Proxied
  • `ttl`:
    Filter by TTL
    Type: String
    Required: No
  • Skip navigation links

    Copyright © 2022. All rights reserved.