Skip to main content

Get a DoS protection rule

GET 

/dos-protection-rules/:id

Get an existing DoS protection rule.

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 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

Loading...