Skip to main content

List DNS security profiles

GET 

/dns-security-profiles

Retrieve a list of DNS security profiles.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    offset number

    Default value: 0

    The offset into the list of results returned

    limit number

    Default value: 200

    The maximum number of results per page

Responses

OK

Schema
    data object[]
  • Array [
  • 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
  • ]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...