Skip to main content

List vulnerability protection profiles

GET 

/sse/config/v1/vulnerability-protection-profiles

Retrieve all vulnerability protection profiles.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

    name string

    The name of the entry.

    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.

Responses

List of vulnerability protection profiles

Schema
    data object[]
  • Array [
  • description string
    id string

    uuid of the resource

    name stringrequired

    Possible values: Value must match regular expression ^[a-zA-Z0-9._-]+$

    rules object[]
  • Array [
  • action object
    oneOf
    default object
    category string

    Possible values: [any, brute-force, code-execution, code-obfuscation, command-execution, dos, exploit-kit, info-leak, insecure-credentials, overflow, phishing, protocol-anomaly, scan, sql-injection]

    cve string[]
    host string[]

    Possible values: [any, client, server]

    name string
    packet_capture string

    Possible values: [disable, single-packet, extended-capture]

    severity string[]
    threat_name string
    vendor_id string[]
  • ]
  • threat_exception object[]
  • Array [
  • action object
    oneOf
    default object
    exempt_ip object[]
  • Array [
  • name stringrequired
  • ]
  • name string
    notes string
    packet_capture string

    Possible values: [disable, single-packet, extended-capture]

    time_attribute object
    interval integer

    Possible values: >= 1 and <= 3600

    threshold integer

    Possible values: >= 1 and <= 65535

    track_by string

    Possible values: [source, destination, source-and-destination]

  • ]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...