List applications
GET/sse/config/v1/applications
Get applications.
Request
Query Parameters
The maximum number of result objects to return per page.
The offset of the result entry.
The name of the entry.
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
- 200
- 400
- 401
- 403
- 404
- default
List of applications
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- port
- ident_by_ip_protocol
- ident_by_icmp_type
- ident_by_icmp6_type
- Array [
- Array [
- Array [
- pattern_match
- greater_than
- less_than
- equal_to
- Array [
- ]
- Array [
- ]
- Array [
- ]
- ]
- ]
- ]
- ]
data object[]
Possible values: <= 127 characters
default object
Possible values: <= 63 characters
ident_by_icmp_type object
ident_by_icmp6_type object
Possible values: <= 1023 characters
uuid of the resource
Possible values: <= 31 characters
Alphanumeric string [ 0-9a-zA-Z._-]
Possible values: <= 127 characters
Possible values: >= 1
and <= 5
signature object[]
and_condition object[]
Possible values: <= 31 characters
Alphanumeric string [ 0-9a-zA-Z._-]
or_condition object[]
Possible values: <= 31 characters
Alphanumeric string [ 0-9a-zA-Z._-]
operator object required
pattern_match object
Possible values: <= 127 characters
Possible values: <= 127 characters
qualifier object[]
Possible values: <= 31 characters
Alphanumeric string [ 0-9a-zA-Z._-]
greater_than object
Possible values: <= 127 characters
qualifier object[]
Possible values: <= 31 characters
Alphanumeric string [ 0-9a-zA-Z._-]
Possible values: <= 4294967295
less_than object
Possible values: <= 127 characters
qualifier object[]
Possible values: <= 31 characters
Alphanumeric string [ 0-9a-zA-Z._-]
Possible values: <= 4294967295
equal_to object
Possible values: <= 10 characters
, Value must match regular expression ^[0][xX][0-9A-Fa-f]{8}$
4-byte hex value
Possible values: <= 127 characters
Possible values: <= 10 characters
Possible values: <= 256 characters
Possible values: <= 31 characters
Alphanumeric string [ 0-9a-zA-Z._-]
Possible values: [protocol-data-unit
, session
]
Default value: protocol-data-unit
Possible values: <= 63 characters
Possible values: >= 1
and <= 604800
timeout for half-close session in seconds
Possible values: >= 1
and <= 600
timeout for session in time_wait state in seconds
Possible values: <= 604800
timeout in seconds
Possible values: <= 63 characters
Possible values: <= 604800
timeout in seconds
Possible values: <= 604800
timeout in seconds
Default value: 200
Default value: 0
{
"data": [
{
"able_to_transfer_file": true,
"alg_disable_capability": "string",
"category": "string",
"consume_big_bandwidth": true,
"data_ident": true,
"default": {
"port": [
"string"
]
},
"description": "string",
"evasive_behavior": true,
"file_type_ident": true,
"has_known_vulnerability": true,
"id": "abcd-1234",
"name": "string",
"no_appid_caching": true,
"parent_app": "string",
"pervasive_use": true,
"prone_to_misuse": true,
"risk": 0,
"signature": [
{
"and_condition": [
{
"name": "string",
"or_condition": [
{
"name": "string",
"operator": {
"pattern_match": {
"context": "string",
"pattern": "string",
"qualifier": [
{
"name": "string",
"value": "string"
}
]
}
}
}
]
}
],
"comment": "string",
"name": "string",
"order_free": false,
"scope": "protocol-data-unit"
}
],
"subcategory": "string",
"tcp_half_closed_timeout": 0,
"tcp_time_wait_timeout": 0,
"tcp_timeout": 0,
"technology": "string",
"timeout": 0,
"tunnel_applications": true,
"tunnel_other_application": true,
"udp_timeout": 0,
"used_by_malware": true,
"virus_ident": true
}
],
"limit": 200,
"offset": 0,
"total": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
- input_format_mismatch
- invalid_query_parameter
- missing_query_parameter
- output_format_mismatch
Schema
- Array [
- ]
_errors object[]
{
"_errors": [
{
"code": "string",
"details": {},
"help": "string",
"message": "string"
}
],
"_request_id": "string"
}
{
"_errors": [
{
"code": "E003",
"details": {},
"message": "Input Format Mismatch: input-format=json"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E003",
"details": {},
"message": "Invalid Query Parameter: location=invalid"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E003",
"details": {},
"message": "Missing Query Parameter: name"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E003",
"details": {},
"message": "Output Format Mismatch: output-format=json Accept=xml"
}
],
"_request_id": "abcd-1234"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- auth_not_authenticated
- invalid_credential
- key_expired
- key_too_long
- need_password_change
Schema
- Array [
- ]
_errors object[]
{
"_errors": [
{
"code": "string",
"details": {},
"help": "string",
"message": "string"
}
],
"_request_id": "string"
}
{
"_errors": [
{
"code": "E016",
"details": {},
"message": "Not Authenticated"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E016",
"details": {},
"message": "Invalid Credential"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E016",
"details": {},
"message": "Key Expired"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E016",
"details": {},
"message": "Key Too Long"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E016",
"details": {},
"message": "The password needs to be changed."
}
],
"_request_id": "abcd-1234"
}
Forbidden
- application/json
- Schema
- Example (from schema)
- auth_unauthorized
Schema
- Array [
- ]
_errors object[]
{
"_errors": [
{
"code": "string",
"details": {},
"help": "string",
"message": "string"
}
],
"_request_id": "string"
}
{
"_errors": [
{
"code": "E007",
"details": {},
"message": "Unauthorized"
}
],
"_request_id": "abcd-1234"
}
Not Found
- application/json
- Schema
- Example (from schema)
- object_not_present
Schema
- Array [
- ]
_errors object[]
{
"_errors": [
{
"code": "string",
"details": {},
"help": "string",
"message": "string"
}
],
"_request_id": "string"
}
{
"_errors": [
{
"code": "E005",
"details": {},
"message": "Object Not Present"
}
],
"_request_id": "abcd-1234"
}
General Errors
- application/json
- Schema
- Example (from schema)
- action_not_supported
- bad_xpath
- invalid_command
- malformed_command
- method_not_allowed
- session_timeout
- version_not_supported
Schema
- Array [
- ]
_errors object[]
{
"_errors": [
{
"code": "string",
"details": {},
"help": "string",
"message": "string"
}
],
"_request_id": "string"
}
{
"_errors": [
{
"code": "E012",
"details": {},
"message": "Action Not Supported: move"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E013",
"details": {},
"message": "Bad XPath"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E003",
"details": {},
"message": "Invalid Command"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E003",
"details": {},
"message": "Malformed Command"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E012",
"details": {},
"message": "Method Not Supported"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": 4,
"details": {},
"message": "Session Timeout"
}
],
"_request_id": "abcd-1234"
}
{
"_errors": [
{
"code": "E012",
"details": {},
"message": "Version Not Supported"
}
],
"_request_id": "abcd-1234"
}