Skip to main content

Create a security rule

POST 

/sse/config/v1/security-rules

Create a security rule.

Request

Query Parameters

    position stringrequired

    Possible values: [pre, post]

    Default value: pre

    The position of a security rule

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Body

The security rule you want to create

    action stringrequired
    application string[]required
    category string[]required
    description string
    destination string[]required
    destination_hip string[]
    disabled boolean
    from string[]required
    log_setting string
    name stringrequired
    negate_destination boolean
    negate_source boolean
    profile_setting object
    group string[]
    service string[]required
    source string[]required
    source_hip string[]
    source_user string[]required
    tag string[]
    to string[]required

Responses

Created

Loading...