Skip to main content

List DoS protection rules

GET 

/dos-protection-rules

Retrieve a list of DoS protection rules.

Request

Query Parameters

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

    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

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    The UUID of the DNS security profile

    name stringrequired

    Possible values: <= 31 characters

    Rule name

    description string

    Possible values: <= 255 characters

    Description

    disabled boolean

    Rule disabled?

    position string

    Possible values: [pre, post]

    Default value: pre

    Position relative to local device rules

    schedule string

    Schedule on which to enforce the rule

    tag string[]

    List of tags

    from string[]

    List of source zones

    to string[]

    List of destination zones

    source string[]

    List of source addresses

    source_user string[]

    List of source users and/or groups. Reserved words include any, pre-login, known-user, and unknown.

    destination string[]

    List of destination addresses

    service string[]

    List of services

    action object

    The action to take on rule match

    oneOf
    deny objectrequired

    Default value: [object Object]

    protection object
    oneOf
    aggregate objectrequired
    profile stringrequired

    Aggregate DoS protection profile

    log_setting string

    Default value: Cortex Data Lake

    Log forwarding profile name

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...