Skip to main content

List decryption rules

GET 

/decryption-rules

Retrieve a list of decryption rules.

Request

Query Parameters

    name string

    The name of the configuration resource

    position anyrequired

    The position of a security rule

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    offset number

    Default value: 0

    The offset into the list of results returned

    limit number

    Default value: 200

    The maximum number of results per page

Responses

OK

Schema
    data object[]
  • Array [
  • id stringrequired

    The UUID of the decryption rule

    name stringrequired

    The name of the decryption rule

    action stringrequired

    Possible values: [decrypt, no-decrypt]

    The action to be taken

    description string

    The description of the decryption rule

    category string[]required

    The destination URL category

    destination string[]required

    The destination addresses

    destination_hip string[]

    The Host Integrity Profile of the destination host

    profile string

    The decryption profile associated with the decryption rule

    service string[]required

    The destination services and/or service groups

    source string[]required

    The source addresses

    source_hip string[]
    source_user string[]required

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

    tag string[]

    The tags associated with the decryption rule

    from string[]required

    The source security zone

    to string[]required

    The destination security zone

    disabled boolean

    Is the rule disabled?

    negate_source boolean

    Negate the source addresses?

    negate_destination boolean

    Negate the destination addresses?

    log_setting string

    The log settings of the decryption rule

    log_fail boolean

    Log failed decryption events?

    log_success boolean

    Log successful decryption events?

    type object

    The type of decryption

    oneOf
    ssl_forward_proxy object
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...