Skip to main content

Edit an Anti-spyware signature

PUT 

/sse/config/v1/anti-spyware-signatures/:id

Modify an Anti-spyware signature.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The Anti-spyware signature you want to edit

    bugtraq string[]
    comment string

    Possible values: <= 256 characters

    cve string[]
    default_action object
    oneOf
    allow object
    direction string

    Possible values: [client2server, server2client, both]

    reference string[]
    severity string

    Possible values: [critical, low, high, medium, informational]

    signature object
    oneOf
    combination object
    and_condition object[]
  • Array [
  • name string
    or_condition object[]
  • Array [
  • name string
    threat_id string
  • ]
  • ]
  • order_free boolean
    time_attribute object
    interval integer

    Possible values: >= 1 and <= 3600

    threshold integer

    Possible values: >= 1 and <= 255

    track_by string

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

    threat_id integerrequired

    Possible values: >= 15000 and <= 70000000

    threat id range <15000-18000> and <6900001-7000000>

    threatname stringrequired

    Possible values: <= 1024 characters

    vendor string[]

Responses

Ok

Loading...