Skip to main content

List file blocking profiles

GET 

/file-blocking-profiles

Retrieve a list of file blocking 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 stringrequired

    The UUID of the file blocking profile

    name stringrequired

    The name of the file blocking profile

    description string
    rules object[]

    A list of file blocking rules

  • Array [
  • name stringrequired

    The name of the file blocking rule

    action required

    Possible values: [alert, block, continue]

    Default value: alert

    The action to take when the rule match criteria is met

    application string[]required

    Possible values: >= 1

    Default value: any

    The application transferring the files (App-ID naming)

    direction required

    Possible values: [download, upload, both]

    Default value: both

    The direction of the file transfer

    file_type string[]required

    Possible values: >= 1

    Default value: any

    The file type

  • ]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...