Skip to main content

Edit an DNS Security Profile

PUT 

/sse/config/v1/dns-security-profiles/:id

Modify an DNS Security Profile.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The DNS Security Profile you want to edit

    botnet_domains object
    dns_security_categories object[]
  • Array [
  • action string

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

    Default value: default

    log_level string

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

    Default value: default

    name string
    packet_capture string

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

  • ]
  • lists object[]
  • Array [
  • action object
    oneOf
    alert object
    name stringrequired
    packet_capture string

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

  • ]
  • sinkhole object
    ipv4_address string

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

    ipv6_address string

    Possible values: [::1]

    whitelist object[]
  • Array [
  • description string
    name stringrequired
  • ]
  • description string
    name string

Responses

Ok

Loading...