Skip to main content

Edit an vulnerability protection profile

PUT 

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

Modify an vulnerability protection profile.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The vulnerability protection profile you want to edit

    description string
    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]

  • ]

Responses

Ok

Loading...