Skip to main content

List applications

GET 

/applications

Retrieve a list of applications.

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 application

    name ^[ a-zA-Z\d._-]+$required

    Possible values: <= 31 characters

    The name of the application

    default object
    oneOf
    port string[]

    Possible values: <= 63 characters

    category stringrequired
    subcategory stringrequired

    Possible values: <= 63 characters

    technology stringrequired

    Possible values: <= 63 characters

    description string

    Possible values: <= 1023 characters

    timeout integer

    Possible values: <= 604800

    timeout in seconds

    tcp_timeout integer

    Possible values: <= 604800

    timeout in seconds

    udp_timeout integer

    Possible values: <= 604800

    timeout in seconds

    tcp_half_closed_timeout integer

    Possible values: >= 1 and <= 604800

    timeout for half-close session in seconds

    tcp_time_wait_timeout integer

    Possible values: >= 1 and <= 600

    timeout for session in time_wait state in seconds

    risk integerrequired

    Possible values: >= 1 and <= 5

    evasive_behavior boolean
    consume_big_bandwidth boolean
    used_by_malware boolean
    able_to_transfer_file boolean
    has_known_vulnerability boolean
    tunnel_other_application boolean
    tunnel_applications boolean
    prone_to_misuse boolean
    pervasive_use boolean
    file_type_ident boolean
    virus_ident boolean
    data_ident boolean
    no_appid_caching boolean
    alg_disable_capability string

    Possible values: <= 127 characters

    parent_app string

    Possible values: <= 127 characters

    signature object[]
  • Array [
  • name stringrequired

    Possible values: <= 31 characters

    Alphanumeric string [ 0-9a-zA-Z._-]

    comment string

    Possible values: <= 256 characters

    scope

    Possible values: [protocol-data-unit, session]

    Default value: protocol-data-unit

    order_free boolean
    and_condition object[]
  • Array [
  • name stringrequired

    Possible values: <= 31 characters

    Alphanumeric string [ 0-9a-zA-Z._-]

    or_condition object[]
  • Array [
  • name stringrequired

    Possible values: <= 31 characters

    Alphanumeric string [ 0-9a-zA-Z._-]

    operator object required
    oneOf
    pattern_match object
    context stringrequired

    Possible values: <= 127 characters

    pattern stringrequired

    Possible values: <= 127 characters

    qualifier object[]
  • Array [
  • name stringrequired

    Possible values: <= 31 characters

    Alphanumeric string [ 0-9a-zA-Z._-]

    value stringrequired
  • ]
  • ]
  • ]
  • ]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...