DnsRuleActionResponse

DnsRuleActionResponse
DnsRuleActionResponse
JSON Example
{
    "authoritative": false,
    "rcode": "string",
    "resource_record_sets": [
        {
            "resource_record_set": {
                "cname": {
                    "cname": "string"
                },
                "fqdn": "string",
                "ip6_addresses": [
                    {
                        "ip6_address": {
                            "addr": "string",
                            "type": "string"
                        }
                    }
                ],
                "ip_addresses": [
                    {
                        "ip_address": {
                            "addr": "string",
                            "type": "string"
                        }
                    }
                ],
                "nses": [
                    {
                        "ip6_address": {
                            "addr": "string",
                            "type": "string"
                        },
                        "ip_address": {
                            "addr": "string",
                            "type": "string"
                        },
                        "nsname": "string"
                    }
                ],
                "ttl": 0,
                "type": "string"
            },
            "section": "string"
        }
    ],
    "truncation": false
}
boolean
authoritative
Optional

DNS response is authoritative. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
rcode
Optional

DNS response code. Enum options - DNS_RCODE_NOERROR, DNS_RCODE_FORMERR, DNS_RCODE_SERVFAIL, DNS_RCODE_NXDOMAIN, DNS_RCODE_NOTIMP, DNS_RCODE_REFUSED, DNS_RCODE_YXDOMAIN, DNS_RCODE_YXRRSET, DNS_RCODE_NXRRSET, DNS_RCODE_NOTAUTH, DNS_RCODE_NOTZONE. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

resource_record_sets
Optional

DNS resource record sets - (resource record set share the DNS domain name, type, and class). Field introduced in 17.2.12, 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
truncation
Optional

DNS response is truncated. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

Property Of