Skip to main content

Get a DNS security profile

GET 

/dns-security-profiles/:id

Get an existing DNS security profile.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id string

    The UUID of the DNS security profile

    name string

    The name of the DNS security profile

    description string

    The description of the DNS security profile

    botnet_domains object

    Botnet domains

    dns_security_categories object[]

    DNS categories

  • Array [
  • name string
    action

    Possible values: [default, allow, block, sinkhole]

    Default value: default

    log_level

    Possible values: [default, none, low, informational, medium, high, critical]

    Default value: default

    packet_capture

    Possible values: [disable, single-packet, extended-capture]

  • ]
  • lists object[]

    Dynamic lists of DNS domains

  • Array [
  • name stringrequired
    action object
    oneOf
    alert object
    packet_capture

    Possible values: [disable, single-packet, extended-capture]

  • ]
  • sinkhole object

    DNS sinkhole settings

    ipv4_address

    Possible values: [127.0.0.1, pan-sinkhole-default-ip]

    ipv6_address

    Possible values: [::1]

    whitelist object[]

    DNS security overrides

  • Array [
  • name stringrequired

    DNS domain or FQDN to be whitelisted

    description string
  • ]
Loading...