Skip to main content

Get a security rule

GET 

/security-rules/:id

Get an existing security 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 uuid

    The UUID of the security rule

    name stringrequired

    The name of the security rule

    type string

    Possible values: [security, internet]

    The type of security rule within the unified security rulebase (future)

    disabled boolean

    Is the security rule disabled?

    description string

    The description of the security rule

    tag string[]

    The tags associated with the security rule

    from string[]required

    The source security zone(s)

    source string[]required

    The source addresses(es)

    negate_source boolean

    Negate the source address(es)?

    source_user string[]required

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

    source_hip string[]

    The source Host Integrity Profile(s)

    to string[]required

    The destination security zone(s)

    destination string[]required

    The destination address(es)

    negate_destination boolean

    Negate the destination addresses(es)?

    destination_hip string[]

    The destination Host Integrity Profile(s)

    application string[]required

    The application(s) being accessed

    service string[]required

    The service(s) being accessed

    category string[]required

    The URL categories being accessed

    action required

    Possible values: [allow, deny, drop, reset-client, reset-server, reset-both]

    The action to be taken when the rule is matched

    profile_setting object

    The security profile object

    group string[]

    The security profile group

    log_setting string

    The external log forwarding profile

    schedule string

    Schedule in which this rule will be applied

    log_start boolean

    Log at session start?

    log_end boolean

    Log at session end?

Loading...