Skip to main content

List Wildfire and anti-virus profiles

GET 

/wildfire-anti-virus-profiles

Retrieve a list of WildFire and anti-virus profiles.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    offset number

    Default value: 0

    The offset into the list of results returned

    limit number

    Default value: 200

    The maximum number of results per page

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    name stringrequired

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

    description string
    mlav_exception object[]
  • Array [
  • name string
    description string
    filename string
  • ]
  • packet_capture boolean
    rules object[]
  • Array [
  • name string
    analysis

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

    application string[]
    direction

    Possible values: [download, upload, both]

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

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...