Skip to main content

List WildFire antivirus profiles

GET 

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

Retrieve all WildFire antivirus 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 wildfire and antivirus profiles

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

    uuid of the resource

    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
  • ]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...