Skip to main content

Edit a security rule

PUT 

/sse/config/v1/security-rules/:id

Modify a security rule.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The security rule you want to edit

    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

Ok

Loading...