Skip to main content

Get a vulnerability protection profile by ID

Get a vulnerability protection profile by ID.

Path Parameters
  • id string required

    The resource's unique identifier.

Responses

Get the vulnerability protection profile by id.


Schema
  • Array [
  • description string
  • id string

    uuid of the resource

  • name string required

    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 string required
  • ]
  • 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]

  • ]
  • ]
  • Loading...