Skip to main content

List security rules

GET 

/sse/config/v1/security-rules

List security rules.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

    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.

    name string

    The name of the entry.

Responses

List of security rules

Schema
    data object[]
  • Array [
  • action stringrequired
    application string[]required
    category string[]required
    description string
    destination string[]required
    destination_hip string[]
    disabled boolean
    from string[]required
    id string

    uuid of the resource

    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
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...