Skip to main content

Edit a wildfire and antivirus profile

PUT 

/sse/config/v1/wildfire-anti-virus-profiles/:id

Modify a wildfire and antivirus profile.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The wildfire and antivirus profile you want to edit

    description string
    mlav_exception object[]
  • Array [
  • description string
    filename string
    name string
  • ]
  • name stringrequired

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

    packet_capture boolean
    rules object[]
  • Array [
  • analysis string

    Possible values: [public-cloud, private-cloud]

    application string[]
    direction string

    Possible values: [download, upload, both]

    file_type string[]
    name string
  • ]
  • threat_exception object[]
  • Array [
  • name string
    notes string
  • ]

Responses

Ok

Loading...