Download OpenAPI specification:Download
Management service for capture sensors in Skylight Analytics
Get definitions of applications.
from_version | integer (From Version) Default: 0 From which version to fetch the configuration, if no argument has been set, it will fetch the configuration since the beginning. |
to_version | integer (To Version) Until which version to fetch the configuration, if no argument has been set, it will fetch until the latest configuration. |
include_deleted | boolean (Include Deleted) Default: false Include deleted applications. |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 268435455,
- "name": "string",
- "kind": "fallback",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Create multiple applications.
tag_check_enabled | boolean (Tag Check Enabled) Default: true |
required | object (Version) Current version of the configuration. |
required | Array of objects (Entries) non-empty List of changes to apply. |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "name": "string",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir"
}
], - "flags": {
- "enable_http_deep_inspect": true
}
}
]
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 268435455,
- "name": "string",
- "kind": "fallback",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Delete multiple applications.
required | object (Version) Current version of the configuration. |
required | Array of objects (Entries) non-empty List of applications to delete. |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647
}
]
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 268435455,
- "name": "string",
- "kind": "fallback",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Update multiple applications.
tag_check_enabled | boolean (Tag Check Enabled) Default: true |
required | object (Version) Current version of the configuration. |
required | Array of objects (Entries) non-empty List of changes to apply. |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 268435455,
- "name": "string",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true
}
}
]
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 268435455,
- "name": "string",
- "kind": "fallback",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Export application configuration.
format | string (ApplicationsFormat) Default: "json" Enum: "csv" "json" An enumeration. |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 268435455,
- "name": "string",
- "kind": "fallback",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Import application configuration.
tag_check_enabled | boolean (Tag Check Enabled) Default: true |
file required | string <binary> (File) |
format | string (ApplicationsFormat) Default: "json" Enum: "csv" "json" An enumeration. |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 268435455,
- "name": "string",
- "kind": "fallback",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Import multiple applications.
encoding | string (NevraxEncodingCSV) Default: "utf-8" Enum: "utf-8" "utf-16" "mac-roman" "cp1252" "iso-8859-15" An enumeration. |
tag_check_enabled | boolean (Tag Check Enabled) Default: true |
file required | string <binary> (File) |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 268435455,
- "name": "string",
- "kind": "fallback",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 268435455,
- "name": "string",
- "kind": "fallback",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Undo an application change.
required | object (Version) Latest version fetched by the user. |
{- "version": {
- "id": 2147483647
}
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 268435455,
- "name": "string",
- "kind": "fallback",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 268435455,
- "name": "string",
- "kind": "fallback",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Redo an application change.
required | object (Version) Latest version fetched by the user. |
{- "version": {
- "id": 2147483647
}
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 268435455,
- "name": "string",
- "kind": "fallback",
- "description": "string",
- "rules": [
- {
- "poller": "2GNB642",
- "device": "eth0",
- "netflow": {
- "type": "value",
- "value": "1.2.3.4"
}, - "priority": 0,
- "vlans": {
- "type": "value",
- "value": 10
}, - "ethernet_protocol": 512,
- "mac_client": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "mac_server": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "ip_protocol": 1,
- "ip_client": {
- "type": "value",
- "value": "192.168.0.10"
}, - "ip_server": {
- "type": "value",
- "value": "192.168.0.10"
}, - "port_server": {
- "type": "value",
- "value": 80
}, - "zone_client": "null",
- "zone_server": "null",
- "protostack": "*/IPv4/*/DNS",
- "pattern": "*.example.org*",
- "common_name_pattern": "*.example.org*",
- "server_name_pattern": "*example.org*",
- "dce_rpc": "CA AntiVir",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
List pcap.
filter[capture.id][contains] | Array of integers (Filter[Capture.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field capture.id |
filter[capture.id][notContains] | Array of integers (Filter[Capture.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field capture.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.id |
filter[capture.status][contains] | Array of strings (CaptureState) Items Enum: "online" "offline" "unregistered" Contains operator for field capture.status |
filter[capture.status][notContains] | Array of strings (CaptureState) Items Enum: "online" "offline" "unregistered" Not Contains operator for field capture.status |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
sort | string (Sort) ^(\-?((pcap\.created_at)))(,\-?((pcap\.create... Default: "-pcap.created_at" |
{- "entries": [
- {
- "file_size": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "PCAP",
- "params": {
- "metrics": "tcp",
- "ip_source": "127.0.0.1",
- "ip_dest": "127.0.0.1",
- "port": 1,
- "custom_bpf_filter": "port http or https",
- "duration": 0,
- "file_size": 1000,
- "packet_size": 1,
- "packet_count": 1,
- "encryption_key": "string",
- "interfaces": [
- "eth0"
]
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}, - "capture": {
- "capture_id": 2147483647,
- "state": "online"
}
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
List registered captures.
filter[capture.id][contains] | Array of integers (Filter[Capture.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field capture.id |
filter[capture.id][notContains] | Array of integers (Filter[Capture.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field capture.id |
filter[capture.serial][contains] | Array of strings (Filter[Capture.Serial][Contains]) Example: filter[capture.serial][contains]=example* Contains operator for field capture.serial (Fuzzy matching) |
filter[capture.serial][notContains] | Array of strings (Filter[Capture.Serial][Notcontains]) Example: filter[capture.serial][notContains]=example* Not Contains operator for field capture.serial (Fuzzy matching) |
filter[capture.ip][contains] | Array of strings (Filter[Capture.Ip][Contains]) Contains operator for field capture.ip (Fuzzy matching) |
filter[capture.ip][notContains] | Array of strings (Filter[Capture.Ip][Notcontains]) Not Contains operator for field capture.ip (Fuzzy matching) |
filter[capture.version][contains] | Array of strings (Filter[Capture.Version][Contains]) Example: filter[capture.version][contains]=example* Contains operator for field capture.version (Fuzzy matching) |
filter[capture.version][notContains] | Array of strings (Filter[Capture.Version][Notcontains]) Example: filter[capture.version][notContains]=example* Not Contains operator for field capture.version (Fuzzy matching) |
filter[capture.version.major][contains] | Array of integers (Filter[Capture.Version.Major][Contains]) Contains operator for field capture.version.major |
filter[capture.version.major][notContains] | Array of integers (Filter[Capture.Version.Major][Notcontains]) Not Contains operator for field capture.version.major |
filter[capture.version.major][le] | integer (Filter[Capture.Version.Major][Le]) Less or Equal operator for field capture.version.major |
filter[capture.version.major][lt] | integer (Filter[Capture.Version.Major][Lt]) Less Than operator for field capture.version.major |
filter[capture.version.major][ge] | integer (Filter[Capture.Version.Major][Ge]) Greater or Equal operator for field capture.version.major |
filter[capture.version.major][gt] | integer (Filter[Capture.Version.Major][Gt]) Greater Than operator for field capture.version.major |
filter[capture.version.minor][contains] | Array of integers (Filter[Capture.Version.Minor][Contains]) Contains operator for field capture.version.minor |
filter[capture.version.minor][notContains] | Array of integers (Filter[Capture.Version.Minor][Notcontains]) Not Contains operator for field capture.version.minor |
filter[capture.version.minor][le] | integer (Filter[Capture.Version.Minor][Le]) Less or Equal operator for field capture.version.minor |
filter[capture.version.minor][lt] | integer (Filter[Capture.Version.Minor][Lt]) Less Than operator for field capture.version.minor |
filter[capture.version.minor][ge] | integer (Filter[Capture.Version.Minor][Ge]) Greater or Equal operator for field capture.version.minor |
filter[capture.version.minor][gt] | integer (Filter[Capture.Version.Minor][Gt]) Greater Than operator for field capture.version.minor |
filter[capture.version.micro][contains] | Array of integers (Filter[Capture.Version.Micro][Contains]) Contains operator for field capture.version.micro |
filter[capture.version.micro][notContains] | Array of integers (Filter[Capture.Version.Micro][Notcontains]) Not Contains operator for field capture.version.micro |
filter[capture.version.micro][le] | integer (Filter[Capture.Version.Micro][Le]) Less or Equal operator for field capture.version.micro |
filter[capture.version.micro][lt] | integer (Filter[Capture.Version.Micro][Lt]) Less Than operator for field capture.version.micro |
filter[capture.version.micro][ge] | integer (Filter[Capture.Version.Micro][Ge]) Greater or Equal operator for field capture.version.micro |
filter[capture.version.micro][gt] | integer (Filter[Capture.Version.Micro][Gt]) Greater Than operator for field capture.version.micro |
filter[capture.version.release][contains] | Array of integers (Filter[Capture.Version.Release][Contains]) Contains operator for field capture.version.release |
filter[capture.version.release][notContains] | Array of integers (Filter[Capture.Version.Release][Notcontains]) Not Contains operator for field capture.version.release |
filter[capture.version.release][le] | integer (Filter[Capture.Version.Release][Le]) Less or Equal operator for field capture.version.release |
filter[capture.version.release][lt] | integer (Filter[Capture.Version.Release][Lt]) Less Than operator for field capture.version.release |
filter[capture.version.release][ge] | integer (Filter[Capture.Version.Release][Ge]) Greater or Equal operator for field capture.version.release |
filter[capture.version.release][gt] | integer (Filter[Capture.Version.Release][Gt]) Greater Than operator for field capture.version.release |
filter[capture.vpn.ip][contains] | Array of strings (Filter[Capture.Vpn.Ip][Contains]) Contains operator for field capture.vpn.ip (Fuzzy matching) |
filter[capture.vpn.ip][notContains] | Array of strings (Filter[Capture.Vpn.Ip][Notcontains]) Not Contains operator for field capture.vpn.ip (Fuzzy matching) |
filter[capture.hostname][contains] | Array of strings (Filter[Capture.Hostname][Contains]) Example: filter[capture.hostname][contains]=example* Contains operator for field capture.hostname (Fuzzy matching) |
filter[capture.hostname][notContains] | Array of strings (Filter[Capture.Hostname][Notcontains]) Example: filter[capture.hostname][notContains]=example* Not Contains operator for field capture.hostname (Fuzzy matching) |
filter[capture.groups][contains] | Array of integers (Filter[Capture.Groups][Contains]) Contains operator for field capture.groups |
filter[capture.groups][notContains] | Array of integers (Filter[Capture.Groups][Notcontains]) Not Contains operator for field capture.groups |
filter[capture.groups][le] | integer (Filter[Capture.Groups][Le]) Less or Equal operator for field capture.groups |
filter[capture.groups][lt] | integer (Filter[Capture.Groups][Lt]) Less Than operator for field capture.groups |
filter[capture.groups][ge] | integer (Filter[Capture.Groups][Ge]) Greater or Equal operator for field capture.groups |
filter[capture.groups][gt] | integer (Filter[Capture.Groups][Gt]) Greater Than operator for field capture.groups |
filter[capture.status][contains] | Array of strings (CaptureState) Items Enum: "online" "offline" "unregistered" Contains operator for field capture.status |
filter[capture.status][notContains] | Array of strings (CaptureState) Items Enum: "online" "offline" "unregistered" Not Contains operator for field capture.status |
filter[capture.is_active][eq] | boolean (Filter[Capture.Is Active][Eq]) Equal operator for field capture.is_active |
filter[capture.need_reboot][eq] | boolean (Filter[Capture.Need Reboot][Eq]) Equal operator for field capture.need_reboot |
filter[capture.metadata] | Array of strings (Filter[Capture.Metadata]) Filters captures using metadata (tag=value pairs). To filter out captures with specific value of tag, use tag=value syntax. For captures having any value, use only tag name. |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
sort | string (Sort) ^(\-?((capture\.hostname)|(capture\.ip)|(capt... |
{- "entries": [
- {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z",
- "name": "string"
}, - "groups": [
- {
- "id": 2147483647,
- "name": "string"
}
], - "metadata": [
- {
- "key": "string",
- "value": "string"
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
Retrieve information about a registered capture.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] ID of the capture. |
{- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z",
- "name": "string"
}, - "groups": [
- {
- "id": 2147483647,
- "name": "string"
}
], - "metadata": [
- {
- "key": "string",
- "value": "string"
}
]
}
capture_id required | integer (Capture Id) |
key required | string (Key) <= 32 characters ^[a-zA-Z][a-zA-Z0-9-]+$ |
value required | string (Value) <= 256 characters |
{- "capture_id": 0,
- "key": "string",
- "value": "string"
}
{- "key": "string",
- "value": "string"
}
capture_id required | integer (Capture Id) |
key required | string (Key) <= 32 characters ^[a-zA-Z][a-zA-Z0-9-]+$ |
value required | string (Value) <= 256 characters |
{- "capture_id": 0,
- "key": "string",
- "value": "string"
}
{- "key": "string",
- "value": "string"
}
required | Array of objects (Captures Metadata) |
{- "captures_metadata": [
- {
- "capture_id": 0,
- "metadata": [
- {
- "key": "string",
- "value": "string"
}
]
}
]
}
{- "property1": [
- {
- "key": "string",
- "value": "string"
}
], - "property2": [
- {
- "key": "string",
- "value": "string"
}
]
}
required | Array of objects (Bulk Metadata Delete) |
{- "bulk_metadata_delete": [
- {
- "capture_id": 0,
- "keys": [
- "string"
]
}
]
}
{- "property1": [
- {
- "key": "string",
- "value": "string"
}
], - "property2": [
- {
- "key": "string",
- "value": "string"
}
]
}
required | Array of objects (Captures Metadata) |
{- "captures_metadata": [
- {
- "capture_id": 0,
- "metadata": [
- {
- "key": "string",
- "value": "string"
}
]
}
]
}
{- "property1": [
- {
- "key": "string",
- "value": "string"
}
], - "property2": [
- {
- "key": "string",
- "value": "string"
}
]
}
ids required | Array of integers (Ids) |
{- "ids": [
- 0
]
}
{- "property1": [
- {
- "key": "string",
- "value": "string"
}
], - "property2": [
- {
- "key": "string",
- "value": "string"
}
]
}
Retrieve list of available orders for a capture.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] ID of the capture. |
[- {
- "name": "string",
- "available": true,
- "available_since": "string"
}
]
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] ID of the capture. |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "source": "string",
- "server": "string",
- "name": "string",
- "value": "string",
- "tags": "string",
- "serial": "string"
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
Retrieve all the groups for a capture.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
{- "entries": [
- {
- "id": 2147483647,
- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "group": {
- "id": 2147483647,
- "name": "string",
- "kind": "system"
}
}
]
}
Get definitions of systems config.
filter[capture.id][contains] | Array of integers (Filter[Capture.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field capture.id |
filter[capture.id][notContains] | Array of integers (Filter[Capture.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field capture.id |
offset | integer (Offset) >= 0 Default: 0 |
limit | integer (Limit) >= 0 Default: 50 |
{- "entries": [
- {
- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "vxlan_stripping": true
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "vxlan_stripping": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
Get a system configuration from capture.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
{- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "vxlan_stripping": true
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "vxlan_stripping": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
Update a system configuration.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
required | object (pykouze__bin__pyloth__leader__api__models__system__v4__APISystemConfigModel) |
required | object (pykouze__bin__pyloth__leader__api__models__system__v4__APISystemConfigModelOverride) |
version required | integer (Version) |
{- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "vxlan_stripping": true
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "vxlan_stripping": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
{- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "vxlan_stripping": true
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "vxlan_stripping": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
Get definitions of systems config.
filter[capture.id][contains] | Array of integers (Filter[Capture.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field capture.id |
filter[capture.id][notContains] | Array of integers (Filter[Capture.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field capture.id |
offset | integer (Offset) >= 0 Default: 0 |
limit | integer (Limit) >= 0 Default: 50 |
{- "entries": [
- {
- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
Get a system configuration from capture.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
{- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
Update a system configuration.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
required | object (pykouze__bin__pyloth__leader__api__models__system__v5__APISystemConfigModel) |
required | object (pykouze__bin__pyloth__leader__api__models__system__v5__APISystemConfigModelOverride) |
version required | integer (Version) |
{- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
{- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
Get definitions of systems config.
filter[capture.id][contains] | Array of integers (Filter[Capture.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field capture.id |
filter[capture.id][notContains] | Array of integers (Filter[Capture.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field capture.id |
offset | integer (Offset) >= 0 Default: 0 |
limit | integer (Limit) >= 0 Default: 50 |
{- "entries": [
- {
- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "start_at_boot": "profile"
}, - "proxy": {
- "host": "profile",
- "port": "profile",
- "method": "profile",
- "username": "profile",
- "password": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
Get a system configuration from capture.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
{- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "start_at_boot": "profile"
}, - "proxy": {
- "host": "profile",
- "port": "profile",
- "method": "profile",
- "username": "profile",
- "password": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
Update a system configuration.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
required | object (pykouze__bin__pyloth__leader__api__models__system__v6__APISystemConfigModel) |
required | object (pykouze__bin__pyloth__leader__api__models__system__v6__APISystemConfigModelOverride) |
version required | integer (Version) |
{- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "start_at_boot": "profile"
}, - "proxy": {
- "host": "profile",
- "port": "profile",
- "method": "profile",
- "username": "profile",
- "password": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
{- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "start_at_boot": "profile"
}, - "proxy": {
- "host": "profile",
- "port": "profile",
- "method": "profile",
- "username": "profile",
- "password": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
List pcap.
filter[capture.id][contains] | Array of integers (Filter[Capture.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field capture.id |
filter[capture.id][notContains] | Array of integers (Filter[Capture.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field capture.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.id |
filter[capture.status][contains] | Array of strings (CaptureState) Items Enum: "online" "offline" "unregistered" Contains operator for field capture.status |
filter[capture.status][notContains] | Array of strings (CaptureState) Items Enum: "online" "offline" "unregistered" Not Contains operator for field capture.status |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
sort | string (Sort) ^(\-?((pcap\.created_at)))(,\-?((pcap\.create... Default: "-pcap.created_at" |
{- "entries": [
- {
- "file_size": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "PCAP",
- "params": {
- "metrics": "tcp",
- "ip_source": "127.0.0.1",
- "ip_dest": "127.0.0.1",
- "port": 1,
- "custom_bpf_filter": "port http or https",
- "duration": 0,
- "file_size": 1000,
- "packet_size": 1,
- "packet_count": 1,
- "encryption_key": "string",
- "interfaces": [
- "eth0"
]
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}, - "capture": {
- "capture_id": 2147483647,
- "state": "online"
}
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
required | Array of CategoryCaptureMetadataBase (object) or CategoryZoneMetadataBase (object) or CategoryInterfaceMetadataBase (object) (Categories) |
{- "categories": [
- {
- "key": "string",
- "value": "string",
- "capture_id": 1
}
]
}
null
Update a capture group.
group_id required | integer (Group Id) [ 0 .. 2147483647 ] |
name required | string (Name) |
{- "name": "string"
}
{- "id": 2147483647,
- "name": "string",
- "kind": "system"
}
Retrieve all the captures for a group.
group_id required | integer (Group Id) [ 0 .. 2147483647 ] |
{- "entries": [
- {
- "id": 2147483647,
- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "group": {
- "id": 2147483647,
- "name": "string",
- "kind": "system"
}
}
]
}
Retrieve all the groups for a capture.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
{- "entries": [
- {
- "id": 2147483647,
- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "group": {
- "id": 2147483647,
- "name": "string",
- "kind": "system"
}
}
]
}
Retrieve all the captures for a group.
group_id required | integer (Group Id) [ 0 .. 2147483647 ] |
{- "entries": [
- {
- "id": 2147483647,
- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "group": {
- "id": 2147483647,
- "name": "string",
- "kind": "system"
}
}
]
}
Retrieve a specific group membership.
membership_id required | integer (Membership Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "group": {
- "id": 2147483647,
- "name": "string",
- "kind": "system"
}
}
Create group memberships.
required | Array of objects (Entries) non-empty |
{- "entries": [
- {
- "capture": {
- "id": 2147483647
}, - "group": {
- "id": 2147483647
}
}
]
}
{- "entries": [
- {
- "id": 2147483647,
- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "group": {
- "id": 2147483647,
- "name": "string",
- "kind": "system"
}
}
]
}
filter[order.name][contains] | Array of strings (Filter[Order.Name][Contains]) Example: filter[order.name][contains]=example* Contains operator for field order.name (Fuzzy matching) |
filter[order.name][notContains] | Array of strings (Filter[Order.Name][Notcontains]) Example: filter[order.name][notContains]=example* Not Contains operator for field order.name (Fuzzy matching) |
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_by][contains] | Array of integers (Filter[Order.Created By][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.created_by |
filter[order.created_by][notContains] | Array of integers (Filter[Order.Created By][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.created_by |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[order.job.last_status][any] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Any operator for field order.job.last_status |
filter[order.job.last_status][notAny] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not any operator for field order.job.last_status |
filter[order.start_at][le] | string <date-time> (Filter[Order.Start At][Le]) Less or Equal operator for field order.start_at |
filter[order.start_at][lt] | string <date-time> (Filter[Order.Start At][Lt]) Less Than operator for field order.start_at |
filter[order.start_at][ge] | string <date-time> (Filter[Order.Start At][Ge]) Greater or Equal operator for field order.start_at |
filter[order.start_at][gt] | string <date-time> (Filter[Order.Start At][Gt]) Greater Than operator for field order.start_at |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.start_at,order.job.last_status" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- null
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
name required | string (Name) |
required | object (ShutdownAction) |
required | OneShotOrder (object) or ScheduledOrder (object) (On) |
required | Array of objects (Captures) non-empty |
{- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "captures": [
- {
- "id": 0
}
]
}
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
order_id required | integer (Order Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
filter[order.name][contains] | Array of strings (Filter[Order.Name][Contains]) Example: filter[order.name][contains]=example* Contains operator for field order.name (Fuzzy matching) |
filter[order.name][notContains] | Array of strings (Filter[Order.Name][Notcontains]) Example: filter[order.name][notContains]=example* Not Contains operator for field order.name (Fuzzy matching) |
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_by][contains] | Array of integers (Filter[Order.Created By][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.created_by |
filter[order.created_by][notContains] | Array of integers (Filter[Order.Created By][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.created_by |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[order.job.last_status][any] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Any operator for field order.job.last_status |
filter[order.job.last_status][notAny] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not any operator for field order.job.last_status |
filter[order.start_at][le] | string <date-time> (Filter[Order.Start At][Le]) Less or Equal operator for field order.start_at |
filter[order.start_at][lt] | string <date-time> (Filter[Order.Start At][Lt]) Less Than operator for field order.start_at |
filter[order.start_at][ge] | string <date-time> (Filter[Order.Start At][Ge]) Greater or Equal operator for field order.start_at |
filter[order.start_at][gt] | string <date-time> (Filter[Order.Start At][Gt]) Greater Than operator for field order.start_at |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.start_at,order.job.last_status" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "REBOOT",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- null
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
name required | string (Name) |
required | object (RebootAction) |
required | OneShotOrder (object) or ScheduledOrder (object) (On) |
required | Array of objects (Captures) non-empty |
{- "name": "string",
- "action": {
- "kind": "REBOOT",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "captures": [
- {
- "id": 0
}
]
}
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "REBOOT",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
order_id required | integer (Order Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "REBOOT",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
filter[order.name][contains] | Array of strings (Filter[Order.Name][Contains]) Example: filter[order.name][contains]=example* Contains operator for field order.name (Fuzzy matching) |
filter[order.name][notContains] | Array of strings (Filter[Order.Name][Notcontains]) Example: filter[order.name][notContains]=example* Not Contains operator for field order.name (Fuzzy matching) |
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_by][contains] | Array of integers (Filter[Order.Created By][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.created_by |
filter[order.created_by][notContains] | Array of integers (Filter[Order.Created By][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.created_by |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[order.job.last_status][any] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Any operator for field order.job.last_status |
filter[order.job.last_status][notAny] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not any operator for field order.job.last_status |
filter[order.start_at][le] | string <date-time> (Filter[Order.Start At][Le]) Less or Equal operator for field order.start_at |
filter[order.start_at][lt] | string <date-time> (Filter[Order.Start At][Lt]) Less Than operator for field order.start_at |
filter[order.start_at][ge] | string <date-time> (Filter[Order.Start At][Ge]) Greater or Equal operator for field order.start_at |
filter[order.start_at][gt] | string <date-time> (Filter[Order.Start At][Gt]) Greater Than operator for field order.start_at |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.start_at,order.job.last_status" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "START_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
name required | string (Name) |
required | object (StartCaptureAction) |
required | OneShotOrder (object) or ScheduledOrder (object) (On) |
required | Array of objects (Captures) non-empty |
{- "name": "string",
- "action": {
- "kind": "START_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "captures": [
- {
- "id": 0
}
]
}
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "START_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
order_id required | integer (Order Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "START_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
filter[order.name][contains] | Array of strings (Filter[Order.Name][Contains]) Example: filter[order.name][contains]=example* Contains operator for field order.name (Fuzzy matching) |
filter[order.name][notContains] | Array of strings (Filter[Order.Name][Notcontains]) Example: filter[order.name][notContains]=example* Not Contains operator for field order.name (Fuzzy matching) |
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_by][contains] | Array of integers (Filter[Order.Created By][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.created_by |
filter[order.created_by][notContains] | Array of integers (Filter[Order.Created By][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.created_by |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[order.job.last_status][any] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Any operator for field order.job.last_status |
filter[order.job.last_status][notAny] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not any operator for field order.job.last_status |
filter[order.start_at][le] | string <date-time> (Filter[Order.Start At][Le]) Less or Equal operator for field order.start_at |
filter[order.start_at][lt] | string <date-time> (Filter[Order.Start At][Lt]) Less Than operator for field order.start_at |
filter[order.start_at][ge] | string <date-time> (Filter[Order.Start At][Ge]) Greater or Equal operator for field order.start_at |
filter[order.start_at][gt] | string <date-time> (Filter[Order.Start At][Gt]) Greater Than operator for field order.start_at |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.start_at,order.job.last_status" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "PAUSE_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
name required | string (Name) |
required | object (PauseCaptureAction) |
required | OneShotOrder (object) or ScheduledOrder (object) (On) |
required | Array of objects (Captures) non-empty |
{- "name": "string",
- "action": {
- "kind": "PAUSE_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "captures": [
- {
- "id": 0
}
]
}
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "PAUSE_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
order_id required | integer (Order Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "PAUSE_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
filter[order.name][contains] | Array of strings (Filter[Order.Name][Contains]) Example: filter[order.name][contains]=example* Contains operator for field order.name (Fuzzy matching) |
filter[order.name][notContains] | Array of strings (Filter[Order.Name][Notcontains]) Example: filter[order.name][notContains]=example* Not Contains operator for field order.name (Fuzzy matching) |
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_by][contains] | Array of integers (Filter[Order.Created By][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.created_by |
filter[order.created_by][notContains] | Array of integers (Filter[Order.Created By][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.created_by |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[order.job.last_status][any] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Any operator for field order.job.last_status |
filter[order.job.last_status][notAny] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not any operator for field order.job.last_status |
filter[order.start_at][le] | string <date-time> (Filter[Order.Start At][Le]) Less or Equal operator for field order.start_at |
filter[order.start_at][lt] | string <date-time> (Filter[Order.Start At][Lt]) Less Than operator for field order.start_at |
filter[order.start_at][ge] | string <date-time> (Filter[Order.Start At][Ge]) Greater or Equal operator for field order.start_at |
filter[order.start_at][gt] | string <date-time> (Filter[Order.Start At][Gt]) Greater Than operator for field order.start_at |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.start_at,order.job.last_status" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "UPGRADE_CAPTURE",
- "params": {
- "package_name": "string",
- "reboot": true
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "upgrade_failure",
- "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
- "msg": "string"
}
}
]
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
name required | string (Name) |
required | object (UpgradeCaptureAction) |
required | object (OneShotOrder) |
required | Array of objects (Captures) non-empty |
{- "name": "string",
- "action": {
- "kind": "UPGRADE_CAPTURE",
- "params": {
- "package_name": "string",
- "reboot": true
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "captures": [
- {
- "id": 0
}
]
}
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "UPGRADE_CAPTURE",
- "params": {
- "package_name": "string",
- "reboot": true
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "upgrade_failure",
- "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
- "msg": "string"
}
}
]
}
}
]
}
order_id required | integer (Order Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "UPGRADE_CAPTURE",
- "params": {
- "package_name": "string",
- "reboot": true
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "upgrade_failure",
- "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
- "msg": "string"
}
}
]
}
}
]
}
filter[order.name][contains] | Array of strings (Filter[Order.Name][Contains]) Example: filter[order.name][contains]=example* Contains operator for field order.name (Fuzzy matching) |
filter[order.name][notContains] | Array of strings (Filter[Order.Name][Notcontains]) Example: filter[order.name][notContains]=example* Not Contains operator for field order.name (Fuzzy matching) |
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_by][contains] | Array of integers (Filter[Order.Created By][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.created_by |
filter[order.created_by][notContains] | Array of integers (Filter[Order.Created By][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.created_by |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[order.job.last_status][any] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Any operator for field order.job.last_status |
filter[order.job.last_status][notAny] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not any operator for field order.job.last_status |
filter[order.start_at][le] | string <date-time> (Filter[Order.Start At][Le]) Less or Equal operator for field order.start_at |
filter[order.start_at][lt] | string <date-time> (Filter[Order.Start At][Lt]) Less Than operator for field order.start_at |
filter[order.start_at][ge] | string <date-time> (Filter[Order.Start At][Ge]) Greater or Equal operator for field order.start_at |
filter[order.start_at][gt] | string <date-time> (Filter[Order.Start At][Gt]) Greater Than operator for field order.start_at |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.start_at,order.job.last_status" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
filter[order.pcap.protocol][contains] | Array of strings (Metrics) Items Enum: "tcp" "udp" "icmp" Contains operator for field order.pcap.protocol |
filter[order.pcap.protocol][notContains] | Array of strings (Metrics) Items Enum: "tcp" "udp" "icmp" Not Contains operator for field order.pcap.protocol |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "PCAP",
- "params": {
- "metrics": "tcp",
- "ip_source": "127.0.0.1",
- "ip_dest": "127.0.0.1",
- "port": 1,
- "custom_bpf_filter": "port http or https",
- "duration": 0,
- "file_size": 1000,
- "packet_size": 1,
- "packet_count": 1,
- "encryption_key": "string",
- "interfaces": [
- "eth0"
]
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- null
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
name required | string (Name) |
required | object (PcapAction) |
required | OneShotOrder (object) or ScheduledOrder (object) (On) |
required | Array of objects (Captures) non-empty |
{- "name": "string",
- "action": {
- "kind": "PCAP",
- "params": {
- "metrics": "tcp",
- "ip_source": "127.0.0.1",
- "ip_dest": "127.0.0.1",
- "port": 1,
- "custom_bpf_filter": "port http or https",
- "duration": 0,
- "file_size": 1000,
- "packet_size": 1,
- "packet_count": 1,
- "encryption_key": "string",
- "interfaces": [
- "eth0"
]
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "captures": [
- {
- "id": 0
}
]
}
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "PCAP",
- "params": {
- "metrics": "tcp",
- "ip_source": "127.0.0.1",
- "ip_dest": "127.0.0.1",
- "port": 1,
- "custom_bpf_filter": "port http or https",
- "duration": 0,
- "file_size": 1000,
- "packet_size": 1,
- "packet_count": 1,
- "encryption_key": "string",
- "interfaces": [
- "eth0"
]
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
order_id required | integer (Order Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "PCAP",
- "params": {
- "metrics": "tcp",
- "ip_source": "127.0.0.1",
- "ip_dest": "127.0.0.1",
- "port": 1,
- "custom_bpf_filter": "port http or https",
- "duration": 0,
- "file_size": 1000,
- "packet_size": 1,
- "packet_count": 1,
- "encryption_key": "string",
- "interfaces": [
- "eth0"
]
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
filter[order.name][contains] | Array of strings (Filter[Order.Name][Contains]) Example: filter[order.name][contains]=example* Contains operator for field order.name (Fuzzy matching) |
filter[order.name][notContains] | Array of strings (Filter[Order.Name][Notcontains]) Example: filter[order.name][notContains]=example* Not Contains operator for field order.name (Fuzzy matching) |
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_by][contains] | Array of integers (Filter[Order.Created By][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.created_by |
filter[order.created_by][notContains] | Array of integers (Filter[Order.Created By][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.created_by |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[order.job.last_status][any] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Any operator for field order.job.last_status |
filter[order.job.last_status][notAny] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not any operator for field order.job.last_status |
filter[order.start_at][le] | string <date-time> (Filter[Order.Start At][Le]) Less or Equal operator for field order.start_at |
filter[order.start_at][lt] | string <date-time> (Filter[Order.Start At][Lt]) Less Than operator for field order.start_at |
filter[order.start_at][ge] | string <date-time> (Filter[Order.Start At][Ge]) Greater or Equal operator for field order.start_at |
filter[order.start_at][gt] | string <date-time> (Filter[Order.Start At][Gt]) Greater Than operator for field order.start_at |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.start_at,order.job.last_status" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
filter[pcap.order.id][contains] | Array of integers (Filter[Pcap.Order.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field pcap.order.id |
filter[pcap.order.id][notContains] | Array of integers (Filter[Pcap.Order.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field pcap.order.id |
filter[pcap.job.id][contains] | Array of strings <uuid> (Filter[Pcap.Job.Id][Contains]) Contains operator for field pcap.job.id |
filter[pcap.job.id][notContains] | Array of strings <uuid> (Filter[Pcap.Job.Id][Notcontains]) Not Contains operator for field pcap.job.id |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "DELETE_PCAP",
- "params": {
- "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
- "order_id": 2147483647
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- null
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
name required | string (Name) |
required | object (DeletePcapAction) |
required | OneShotOrder (object) or ScheduledOrder (object) (On) |
required | Array of objects (Captures) non-empty |
{- "name": "string",
- "action": {
- "kind": "DELETE_PCAP",
- "params": {
- "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
- "order_id": 2147483647
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "captures": [
- {
- "id": 0
}
]
}
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "DELETE_PCAP",
- "params": {
- "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
- "order_id": 2147483647
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
order_id required | integer (Order Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "DELETE_PCAP",
- "params": {
- "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
- "order_id": 2147483647
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
filter[order.name][contains] | Array of strings (Filter[Order.Name][Contains]) Example: filter[order.name][contains]=example* Contains operator for field order.name (Fuzzy matching) |
filter[order.name][notContains] | Array of strings (Filter[Order.Name][Notcontains]) Example: filter[order.name][notContains]=example* Not Contains operator for field order.name (Fuzzy matching) |
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_by][contains] | Array of integers (Filter[Order.Created By][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.created_by |
filter[order.created_by][notContains] | Array of integers (Filter[Order.Created By][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.created_by |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[order.job.last_status][any] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Any operator for field order.job.last_status |
filter[order.job.last_status][notAny] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not any operator for field order.job.last_status |
filter[order.start_at][le] | string <date-time> (Filter[Order.Start At][Le]) Less or Equal operator for field order.start_at |
filter[order.start_at][lt] | string <date-time> (Filter[Order.Start At][Lt]) Less Than operator for field order.start_at |
filter[order.start_at][ge] | string <date-time> (Filter[Order.Start At][Ge]) Greater or Equal operator for field order.start_at |
filter[order.start_at][gt] | string <date-time> (Filter[Order.Start At][Gt]) Greater Than operator for field order.start_at |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.start_at,order.job.last_status" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "DELETE_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- null
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
name required | string (Name) |
required | object (DeleteCaptureAction) |
required | object (OneShotOrder) |
required | Array of objects (Captures) non-empty |
{- "name": "string",
- "action": {
- "kind": "DELETE_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "captures": [
- {
- "id": 0
}
]
}
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "DELETE_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
order_id required | integer (Order Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "DELETE_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
filter[order.name][contains] | Array of strings (Filter[Order.Name][Contains]) Example: filter[order.name][contains]=example* Contains operator for field order.name (Fuzzy matching) |
filter[order.name][notContains] | Array of strings (Filter[Order.Name][Notcontains]) Example: filter[order.name][notContains]=example* Not Contains operator for field order.name (Fuzzy matching) |
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_by][contains] | Array of integers (Filter[Order.Created By][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.created_by |
filter[order.created_by][notContains] | Array of integers (Filter[Order.Created By][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.created_by |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[order.job.last_status][any] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Any operator for field order.job.last_status |
filter[order.job.last_status][notAny] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not any operator for field order.job.last_status |
filter[order.start_at][le] | string <date-time> (Filter[Order.Start At][Le]) Less or Equal operator for field order.start_at |
filter[order.start_at][lt] | string <date-time> (Filter[Order.Start At][Lt]) Less Than operator for field order.start_at |
filter[order.start_at][ge] | string <date-time> (Filter[Order.Start At][Ge]) Greater or Equal operator for field order.start_at |
filter[order.start_at][gt] | string <date-time> (Filter[Order.Start At][Gt]) Greater Than operator for field order.start_at |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.start_at,order.job.last_status" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "START_VPN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
name required | string (Name) |
required | object (StartVPNAction) |
required | object (OneShotOrder) |
required | Array of objects (Captures) non-empty |
{- "name": "string",
- "action": {
- "kind": "START_VPN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "captures": [
- {
- "id": 0
}
]
}
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "START_VPN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
order_id required | integer (Order Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "START_VPN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
filter[order.name][contains] | Array of strings (Filter[Order.Name][Contains]) Example: filter[order.name][contains]=example* Contains operator for field order.name (Fuzzy matching) |
filter[order.name][notContains] | Array of strings (Filter[Order.Name][Notcontains]) Example: filter[order.name][notContains]=example* Not Contains operator for field order.name (Fuzzy matching) |
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_by][contains] | Array of integers (Filter[Order.Created By][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.created_by |
filter[order.created_by][notContains] | Array of integers (Filter[Order.Created By][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.created_by |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[order.job.last_status][any] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Any operator for field order.job.last_status |
filter[order.job.last_status][notAny] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not any operator for field order.job.last_status |
filter[order.start_at][le] | string <date-time> (Filter[Order.Start At][Le]) Less or Equal operator for field order.start_at |
filter[order.start_at][lt] | string <date-time> (Filter[Order.Start At][Lt]) Less Than operator for field order.start_at |
filter[order.start_at][ge] | string <date-time> (Filter[Order.Start At][Ge]) Greater or Equal operator for field order.start_at |
filter[order.start_at][gt] | string <date-time> (Filter[Order.Start At][Gt]) Greater Than operator for field order.start_at |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.start_at,order.job.last_status" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "STOP_VPN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
name required | string (Name) |
required | object (StopVPNAction) |
required | object (OneShotOrder) |
required | Array of objects (Captures) non-empty |
{- "name": "string",
- "action": {
- "kind": "STOP_VPN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "captures": [
- {
- "id": 0
}
]
}
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "STOP_VPN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
order_id required | integer (Order Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "STOP_VPN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
}
]
}
filter[order.name][contains] | Array of strings (Filter[Order.Name][Contains]) Example: filter[order.name][contains]=example* Contains operator for field order.name (Fuzzy matching) |
filter[order.name][notContains] | Array of strings (Filter[Order.Name][Notcontains]) Example: filter[order.name][notContains]=example* Not Contains operator for field order.name (Fuzzy matching) |
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_by][contains] | Array of integers (Filter[Order.Created By][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field order.created_by |
filter[order.created_by][notContains] | Array of integers (Filter[Order.Created By][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field order.created_by |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[order.job.last_status][any] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Any operator for field order.job.last_status |
filter[order.job.last_status][notAny] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not any operator for field order.job.last_status |
filter[order.start_at][le] | string <date-time> (Filter[Order.Start At][Le]) Less or Equal operator for field order.start_at |
filter[order.start_at][lt] | string <date-time> (Filter[Order.Start At][Lt]) Less Than operator for field order.start_at |
filter[order.start_at][ge] | string <date-time> (Filter[Order.Start At][Ge]) Greater or Equal operator for field order.start_at |
filter[order.start_at][gt] | string <date-time> (Filter[Order.Start At][Gt]) Greater Than operator for field order.start_at |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.start_at,order.job.last_status" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
filter[order.action][contains] | Array of strings (OrderActionKind) Items Enum: "SHUTDOWN" "REBOOT" "START_CAPTURE" "PAUSE_CAPTURE" "UPGRADE_CAPTURE" "START_VPN" "STOP_VPN" "PCAP" "DELETE_PCAP" "DELETE_CAPTURE" Contains operator for field order.action |
filter[order.action][notContains] | Array of strings (OrderActionKind) Items Enum: "SHUTDOWN" "REBOOT" "START_CAPTURE" "PAUSE_CAPTURE" "UPGRADE_CAPTURE" "START_VPN" "STOP_VPN" "PCAP" "DELETE_PCAP" "DELETE_CAPTURE" Not Contains operator for field order.action |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "deletion_postponed",
- "msg": "string"
}
}
]
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
id required | integer (Id) [ 0 .. 2147483647 ] ID of the order. |
active required | boolean (Active) Activate or deactivate an order to be run on a sensor. |
{- "id": 2147483647,
- "active": true
}
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "deletion_postponed",
- "msg": "string"
}
}
]
}
}
]
}
{- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "tasks": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "last_job": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "deletion_postponed",
- "msg": "string"
}
}
]
}
}
]
}
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "last_jobs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "REBOOT",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "last_jobs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "START_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "last_jobs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "PAUSE_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "last_jobs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "UPGRADE_CAPTURE",
- "params": {
- "package_name": "string",
- "reboot": true
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "last_jobs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "PCAP",
- "params": {
- "metrics": "tcp",
- "ip_source": "127.0.0.1",
- "ip_dest": "127.0.0.1",
- "port": 1,
- "custom_bpf_filter": "port http or https",
- "duration": 0,
- "file_size": 1000,
- "packet_size": 1,
- "packet_count": 1,
- "encryption_key": "string",
- "interfaces": [
- "eth0"
]
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "last_jobs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "DELETE_PCAP",
- "params": {
- "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
- "order_id": 2147483647
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "last_jobs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "DELETE_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "last_jobs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "START_VPN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "last_jobs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "STOP_VPN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "last_jobs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[order.action][contains] | Array of strings (OrderActionKind) Items Enum: "SHUTDOWN" "REBOOT" "START_CAPTURE" "PAUSE_CAPTURE" "UPGRADE_CAPTURE" "START_VPN" "STOP_VPN" "PCAP" "DELETE_PCAP" "DELETE_CAPTURE" Contains operator for field order.action |
filter[order.action][notContains] | Array of strings (OrderActionKind) Items Enum: "SHUTDOWN" "REBOOT" "START_CAPTURE" "PAUSE_CAPTURE" "UPGRADE_CAPTURE" "START_VPN" "STOP_VPN" "PCAP" "DELETE_PCAP" "DELETE_CAPTURE" Not Contains operator for field order.action |
filter[order.kind][contains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Contains operator for field order.kind |
filter[order.kind][notContains] | Array of strings (OrderKind) Items Enum: "ONE_SHOT" "SCHEDULE" Not Contains operator for field order.kind |
filter[order.active][eq] | boolean (Filter[Order.Active][Eq]) Equal operator for field order.active |
filter[order.created_at][le] | string <date-time> (Filter[Order.Created At][Le]) Less or Equal operator for field order.created_at |
filter[order.created_at][lt] | string <date-time> (Filter[Order.Created At][Lt]) Less Than operator for field order.created_at |
filter[order.created_at][ge] | string <date-time> (Filter[Order.Created At][Ge]) Greater or Equal operator for field order.created_at |
filter[order.created_at][gt] | string <date-time> (Filter[Order.Created At][Gt]) Greater Than operator for field order.created_at |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
sort | string (Sort) ^(\-?((order\.kind)|(order\.action)|(order\.a... Default: "-order.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "last_jobs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
{- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "last_jobs": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
filter[task.id][contains] | Array of integers (Filter[Task.Id][Contains]) Contains operator for field task.id |
filter[task.id][notContains] | Array of integers (Filter[Task.Id][Notcontains]) Not Contains operator for field task.id |
filter[task.id][le] | integer (Filter[Task.Id][Le]) Less or Equal operator for field task.id |
filter[task.id][lt] | integer (Filter[Task.Id][Lt]) Less Than operator for field task.id |
filter[task.id][ge] | integer (Filter[Task.Id][Ge]) Greater or Equal operator for field task.id |
filter[task.id][gt] | integer (Filter[Task.Id][Gt]) Greater Than operator for field task.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) Not Contains operator for field order.id |
filter[order.id][le] | integer (Filter[Order.Id][Le]) Less or Equal operator for field order.id |
filter[order.id][lt] | integer (Filter[Order.Id][Lt]) Less Than operator for field order.id |
filter[order.id][ge] | integer (Filter[Order.Id][Ge]) Greater or Equal operator for field order.id |
filter[order.id][gt] | integer (Filter[Order.Id][Gt]) Greater Than operator for field order.id |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
filter[job.created_at][le] | string <date-time> (Filter[Job.Created At][Le]) Less or Equal operator for field job.created_at |
filter[job.created_at][lt] | string <date-time> (Filter[Job.Created At][Lt]) Less Than operator for field job.created_at |
filter[job.created_at][ge] | string <date-time> (Filter[Job.Created At][Ge]) Greater or Equal operator for field job.created_at |
filter[job.created_at][gt] | string <date-time> (Filter[Job.Created At][Gt]) Greater Than operator for field job.created_at |
filter[job.last_status][contains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Contains operator for field job.last_status |
filter[job.last_status][notContains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not Contains operator for field job.last_status |
sort | string (Sort) ^(\-?((order\.action)|(task\.capture\.id)|(jo... Default: "-job.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[task.id][contains] | Array of integers (Filter[Task.Id][Contains]) Contains operator for field task.id |
filter[task.id][notContains] | Array of integers (Filter[Task.Id][Notcontains]) Not Contains operator for field task.id |
filter[task.id][le] | integer (Filter[Task.Id][Le]) Less or Equal operator for field task.id |
filter[task.id][lt] | integer (Filter[Task.Id][Lt]) Less Than operator for field task.id |
filter[task.id][ge] | integer (Filter[Task.Id][Ge]) Greater or Equal operator for field task.id |
filter[task.id][gt] | integer (Filter[Task.Id][Gt]) Greater Than operator for field task.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) Not Contains operator for field order.id |
filter[order.id][le] | integer (Filter[Order.Id][Le]) Less or Equal operator for field order.id |
filter[order.id][lt] | integer (Filter[Order.Id][Lt]) Less Than operator for field order.id |
filter[order.id][ge] | integer (Filter[Order.Id][Ge]) Greater or Equal operator for field order.id |
filter[order.id][gt] | integer (Filter[Order.Id][Gt]) Greater Than operator for field order.id |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
filter[job.created_at][le] | string <date-time> (Filter[Job.Created At][Le]) Less or Equal operator for field job.created_at |
filter[job.created_at][lt] | string <date-time> (Filter[Job.Created At][Lt]) Less Than operator for field job.created_at |
filter[job.created_at][ge] | string <date-time> (Filter[Job.Created At][Ge]) Greater or Equal operator for field job.created_at |
filter[job.created_at][gt] | string <date-time> (Filter[Job.Created At][Gt]) Greater Than operator for field job.created_at |
filter[job.last_status][contains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Contains operator for field job.last_status |
filter[job.last_status][notContains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not Contains operator for field job.last_status |
sort | string (Sort) ^(\-?((order\.action)|(task\.capture\.id)|(jo... Default: "-job.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "REBOOT",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[task.id][contains] | Array of integers (Filter[Task.Id][Contains]) Contains operator for field task.id |
filter[task.id][notContains] | Array of integers (Filter[Task.Id][Notcontains]) Not Contains operator for field task.id |
filter[task.id][le] | integer (Filter[Task.Id][Le]) Less or Equal operator for field task.id |
filter[task.id][lt] | integer (Filter[Task.Id][Lt]) Less Than operator for field task.id |
filter[task.id][ge] | integer (Filter[Task.Id][Ge]) Greater or Equal operator for field task.id |
filter[task.id][gt] | integer (Filter[Task.Id][Gt]) Greater Than operator for field task.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) Not Contains operator for field order.id |
filter[order.id][le] | integer (Filter[Order.Id][Le]) Less or Equal operator for field order.id |
filter[order.id][lt] | integer (Filter[Order.Id][Lt]) Less Than operator for field order.id |
filter[order.id][ge] | integer (Filter[Order.Id][Ge]) Greater or Equal operator for field order.id |
filter[order.id][gt] | integer (Filter[Order.Id][Gt]) Greater Than operator for field order.id |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
filter[job.created_at][le] | string <date-time> (Filter[Job.Created At][Le]) Less or Equal operator for field job.created_at |
filter[job.created_at][lt] | string <date-time> (Filter[Job.Created At][Lt]) Less Than operator for field job.created_at |
filter[job.created_at][ge] | string <date-time> (Filter[Job.Created At][Ge]) Greater or Equal operator for field job.created_at |
filter[job.created_at][gt] | string <date-time> (Filter[Job.Created At][Gt]) Greater Than operator for field job.created_at |
filter[job.last_status][contains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Contains operator for field job.last_status |
filter[job.last_status][notContains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not Contains operator for field job.last_status |
sort | string (Sort) ^(\-?((order\.action)|(task\.capture\.id)|(jo... Default: "-job.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "START_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[task.id][contains] | Array of integers (Filter[Task.Id][Contains]) Contains operator for field task.id |
filter[task.id][notContains] | Array of integers (Filter[Task.Id][Notcontains]) Not Contains operator for field task.id |
filter[task.id][le] | integer (Filter[Task.Id][Le]) Less or Equal operator for field task.id |
filter[task.id][lt] | integer (Filter[Task.Id][Lt]) Less Than operator for field task.id |
filter[task.id][ge] | integer (Filter[Task.Id][Ge]) Greater or Equal operator for field task.id |
filter[task.id][gt] | integer (Filter[Task.Id][Gt]) Greater Than operator for field task.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) Not Contains operator for field order.id |
filter[order.id][le] | integer (Filter[Order.Id][Le]) Less or Equal operator for field order.id |
filter[order.id][lt] | integer (Filter[Order.Id][Lt]) Less Than operator for field order.id |
filter[order.id][ge] | integer (Filter[Order.Id][Ge]) Greater or Equal operator for field order.id |
filter[order.id][gt] | integer (Filter[Order.Id][Gt]) Greater Than operator for field order.id |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
filter[job.created_at][le] | string <date-time> (Filter[Job.Created At][Le]) Less or Equal operator for field job.created_at |
filter[job.created_at][lt] | string <date-time> (Filter[Job.Created At][Lt]) Less Than operator for field job.created_at |
filter[job.created_at][ge] | string <date-time> (Filter[Job.Created At][Ge]) Greater or Equal operator for field job.created_at |
filter[job.created_at][gt] | string <date-time> (Filter[Job.Created At][Gt]) Greater Than operator for field job.created_at |
filter[job.last_status][contains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Contains operator for field job.last_status |
filter[job.last_status][notContains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not Contains operator for field job.last_status |
sort | string (Sort) ^(\-?((order\.action)|(task\.capture\.id)|(jo... Default: "-job.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "PAUSE_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[task.id][contains] | Array of integers (Filter[Task.Id][Contains]) Contains operator for field task.id |
filter[task.id][notContains] | Array of integers (Filter[Task.Id][Notcontains]) Not Contains operator for field task.id |
filter[task.id][le] | integer (Filter[Task.Id][Le]) Less or Equal operator for field task.id |
filter[task.id][lt] | integer (Filter[Task.Id][Lt]) Less Than operator for field task.id |
filter[task.id][ge] | integer (Filter[Task.Id][Ge]) Greater or Equal operator for field task.id |
filter[task.id][gt] | integer (Filter[Task.Id][Gt]) Greater Than operator for field task.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) Not Contains operator for field order.id |
filter[order.id][le] | integer (Filter[Order.Id][Le]) Less or Equal operator for field order.id |
filter[order.id][lt] | integer (Filter[Order.Id][Lt]) Less Than operator for field order.id |
filter[order.id][ge] | integer (Filter[Order.Id][Ge]) Greater or Equal operator for field order.id |
filter[order.id][gt] | integer (Filter[Order.Id][Gt]) Greater Than operator for field order.id |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
filter[job.created_at][le] | string <date-time> (Filter[Job.Created At][Le]) Less or Equal operator for field job.created_at |
filter[job.created_at][lt] | string <date-time> (Filter[Job.Created At][Lt]) Less Than operator for field job.created_at |
filter[job.created_at][ge] | string <date-time> (Filter[Job.Created At][Ge]) Greater or Equal operator for field job.created_at |
filter[job.created_at][gt] | string <date-time> (Filter[Job.Created At][Gt]) Greater Than operator for field job.created_at |
filter[job.last_status][contains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Contains operator for field job.last_status |
filter[job.last_status][notContains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not Contains operator for field job.last_status |
sort | string (Sort) ^(\-?((order\.action)|(task\.capture\.id)|(jo... Default: "-job.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "UPGRADE_CAPTURE",
- "params": {
- "package_name": "string",
- "reboot": true
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "upgrade_failure",
- "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
- "msg": "string"
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[task.id][contains] | Array of integers (Filter[Task.Id][Contains]) Contains operator for field task.id |
filter[task.id][notContains] | Array of integers (Filter[Task.Id][Notcontains]) Not Contains operator for field task.id |
filter[task.id][le] | integer (Filter[Task.Id][Le]) Less or Equal operator for field task.id |
filter[task.id][lt] | integer (Filter[Task.Id][Lt]) Less Than operator for field task.id |
filter[task.id][ge] | integer (Filter[Task.Id][Ge]) Greater or Equal operator for field task.id |
filter[task.id][gt] | integer (Filter[Task.Id][Gt]) Greater Than operator for field task.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) Not Contains operator for field order.id |
filter[order.id][le] | integer (Filter[Order.Id][Le]) Less or Equal operator for field order.id |
filter[order.id][lt] | integer (Filter[Order.Id][Lt]) Less Than operator for field order.id |
filter[order.id][ge] | integer (Filter[Order.Id][Ge]) Greater or Equal operator for field order.id |
filter[order.id][gt] | integer (Filter[Order.Id][Gt]) Greater Than operator for field order.id |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
filter[job.created_at][le] | string <date-time> (Filter[Job.Created At][Le]) Less or Equal operator for field job.created_at |
filter[job.created_at][lt] | string <date-time> (Filter[Job.Created At][Lt]) Less Than operator for field job.created_at |
filter[job.created_at][ge] | string <date-time> (Filter[Job.Created At][Ge]) Greater or Equal operator for field job.created_at |
filter[job.created_at][gt] | string <date-time> (Filter[Job.Created At][Gt]) Greater Than operator for field job.created_at |
filter[job.last_status][contains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Contains operator for field job.last_status |
filter[job.last_status][notContains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not Contains operator for field job.last_status |
sort | string (Sort) ^(\-?((order\.action)|(task\.capture\.id)|(jo... Default: "-job.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "PCAP",
- "params": {
- "metrics": "tcp",
- "ip_source": "127.0.0.1",
- "ip_dest": "127.0.0.1",
- "port": 1,
- "custom_bpf_filter": "port http or https",
- "duration": 0,
- "file_size": 1000,
- "packet_size": 1,
- "packet_count": 1,
- "encryption_key": "string",
- "interfaces": [
- "eth0"
]
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[task.id][contains] | Array of integers (Filter[Task.Id][Contains]) Contains operator for field task.id |
filter[task.id][notContains] | Array of integers (Filter[Task.Id][Notcontains]) Not Contains operator for field task.id |
filter[task.id][le] | integer (Filter[Task.Id][Le]) Less or Equal operator for field task.id |
filter[task.id][lt] | integer (Filter[Task.Id][Lt]) Less Than operator for field task.id |
filter[task.id][ge] | integer (Filter[Task.Id][Ge]) Greater or Equal operator for field task.id |
filter[task.id][gt] | integer (Filter[Task.Id][Gt]) Greater Than operator for field task.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) Not Contains operator for field order.id |
filter[order.id][le] | integer (Filter[Order.Id][Le]) Less or Equal operator for field order.id |
filter[order.id][lt] | integer (Filter[Order.Id][Lt]) Less Than operator for field order.id |
filter[order.id][ge] | integer (Filter[Order.Id][Ge]) Greater or Equal operator for field order.id |
filter[order.id][gt] | integer (Filter[Order.Id][Gt]) Greater Than operator for field order.id |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
filter[job.created_at][le] | string <date-time> (Filter[Job.Created At][Le]) Less or Equal operator for field job.created_at |
filter[job.created_at][lt] | string <date-time> (Filter[Job.Created At][Lt]) Less Than operator for field job.created_at |
filter[job.created_at][ge] | string <date-time> (Filter[Job.Created At][Ge]) Greater or Equal operator for field job.created_at |
filter[job.created_at][gt] | string <date-time> (Filter[Job.Created At][Gt]) Greater Than operator for field job.created_at |
filter[job.last_status][contains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Contains operator for field job.last_status |
filter[job.last_status][notContains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not Contains operator for field job.last_status |
sort | string (Sort) ^(\-?((order\.action)|(task\.capture\.id)|(jo... Default: "-job.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "DELETE_PCAP",
- "params": {
- "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
- "order_id": 2147483647
}
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[task.id][contains] | Array of integers (Filter[Task.Id][Contains]) Contains operator for field task.id |
filter[task.id][notContains] | Array of integers (Filter[Task.Id][Notcontains]) Not Contains operator for field task.id |
filter[task.id][le] | integer (Filter[Task.Id][Le]) Less or Equal operator for field task.id |
filter[task.id][lt] | integer (Filter[Task.Id][Lt]) Less Than operator for field task.id |
filter[task.id][ge] | integer (Filter[Task.Id][Ge]) Greater or Equal operator for field task.id |
filter[task.id][gt] | integer (Filter[Task.Id][Gt]) Greater Than operator for field task.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) Not Contains operator for field order.id |
filter[order.id][le] | integer (Filter[Order.Id][Le]) Less or Equal operator for field order.id |
filter[order.id][lt] | integer (Filter[Order.Id][Lt]) Less Than operator for field order.id |
filter[order.id][ge] | integer (Filter[Order.Id][Ge]) Greater or Equal operator for field order.id |
filter[order.id][gt] | integer (Filter[Order.Id][Gt]) Greater Than operator for field order.id |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
filter[job.created_at][le] | string <date-time> (Filter[Job.Created At][Le]) Less or Equal operator for field job.created_at |
filter[job.created_at][lt] | string <date-time> (Filter[Job.Created At][Lt]) Less Than operator for field job.created_at |
filter[job.created_at][ge] | string <date-time> (Filter[Job.Created At][Ge]) Greater or Equal operator for field job.created_at |
filter[job.created_at][gt] | string <date-time> (Filter[Job.Created At][Gt]) Greater Than operator for field job.created_at |
filter[job.last_status][contains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Contains operator for field job.last_status |
filter[job.last_status][notContains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not Contains operator for field job.last_status |
sort | string (Sort) ^(\-?((order\.action)|(task\.capture\.id)|(jo... Default: "-job.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "DELETE_CAPTURE",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "process_error",
- "process": "string",
- "args": [
- "string"
], - "msg": "string",
- "return_code": 0
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[task.id][contains] | Array of integers (Filter[Task.Id][Contains]) Contains operator for field task.id |
filter[task.id][notContains] | Array of integers (Filter[Task.Id][Notcontains]) Not Contains operator for field task.id |
filter[task.id][le] | integer (Filter[Task.Id][Le]) Less or Equal operator for field task.id |
filter[task.id][lt] | integer (Filter[Task.Id][Lt]) Less Than operator for field task.id |
filter[task.id][ge] | integer (Filter[Task.Id][Ge]) Greater or Equal operator for field task.id |
filter[task.id][gt] | integer (Filter[Task.Id][Gt]) Greater Than operator for field task.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) Not Contains operator for field order.id |
filter[order.id][le] | integer (Filter[Order.Id][Le]) Less or Equal operator for field order.id |
filter[order.id][lt] | integer (Filter[Order.Id][Lt]) Less Than operator for field order.id |
filter[order.id][ge] | integer (Filter[Order.Id][Ge]) Greater or Equal operator for field order.id |
filter[order.id][gt] | integer (Filter[Order.Id][Gt]) Greater Than operator for field order.id |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
filter[job.created_at][le] | string <date-time> (Filter[Job.Created At][Le]) Less or Equal operator for field job.created_at |
filter[job.created_at][lt] | string <date-time> (Filter[Job.Created At][Lt]) Less Than operator for field job.created_at |
filter[job.created_at][ge] | string <date-time> (Filter[Job.Created At][Ge]) Greater or Equal operator for field job.created_at |
filter[job.created_at][gt] | string <date-time> (Filter[Job.Created At][Gt]) Greater Than operator for field job.created_at |
filter[job.last_status][contains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Contains operator for field job.last_status |
filter[job.last_status][notContains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not Contains operator for field job.last_status |
sort | string (Sort) ^(\-?((order\.action)|(task\.capture\.id)|(jo... Default: "-job.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "START_VPN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[task.id][contains] | Array of integers (Filter[Task.Id][Contains]) Contains operator for field task.id |
filter[task.id][notContains] | Array of integers (Filter[Task.Id][Notcontains]) Not Contains operator for field task.id |
filter[task.id][le] | integer (Filter[Task.Id][Le]) Less or Equal operator for field task.id |
filter[task.id][lt] | integer (Filter[Task.Id][Lt]) Less Than operator for field task.id |
filter[task.id][ge] | integer (Filter[Task.Id][Ge]) Greater or Equal operator for field task.id |
filter[task.id][gt] | integer (Filter[Task.Id][Gt]) Greater Than operator for field task.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) Not Contains operator for field order.id |
filter[order.id][le] | integer (Filter[Order.Id][Le]) Less or Equal operator for field order.id |
filter[order.id][lt] | integer (Filter[Order.Id][Lt]) Less Than operator for field order.id |
filter[order.id][ge] | integer (Filter[Order.Id][Ge]) Greater or Equal operator for field order.id |
filter[order.id][gt] | integer (Filter[Order.Id][Gt]) Greater Than operator for field order.id |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
filter[job.created_at][le] | string <date-time> (Filter[Job.Created At][Le]) Less or Equal operator for field job.created_at |
filter[job.created_at][lt] | string <date-time> (Filter[Job.Created At][Lt]) Less Than operator for field job.created_at |
filter[job.created_at][ge] | string <date-time> (Filter[Job.Created At][Ge]) Greater or Equal operator for field job.created_at |
filter[job.created_at][gt] | string <date-time> (Filter[Job.Created At][Gt]) Greater Than operator for field job.created_at |
filter[job.last_status][contains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Contains operator for field job.last_status |
filter[job.last_status][notContains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not Contains operator for field job.last_status |
sort | string (Sort) ^(\-?((order\.action)|(task\.capture\.id)|(jo... Default: "-job.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "STOP_VPN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "service_error",
- "service": "string",
- "msg": "string",
- "return_code": 0
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
filter[order.action][contains] | Array of strings (OrderActionKind) Items Enum: "SHUTDOWN" "REBOOT" "START_CAPTURE" "PAUSE_CAPTURE" "UPGRADE_CAPTURE" "START_VPN" "STOP_VPN" "PCAP" "DELETE_PCAP" "DELETE_CAPTURE" Contains operator for field order.action |
filter[order.action][notContains] | Array of strings (OrderActionKind) Items Enum: "SHUTDOWN" "REBOOT" "START_CAPTURE" "PAUSE_CAPTURE" "UPGRADE_CAPTURE" "START_VPN" "STOP_VPN" "PCAP" "DELETE_PCAP" "DELETE_CAPTURE" Not Contains operator for field order.action |
filter[task.id][contains] | Array of integers (Filter[Task.Id][Contains]) Contains operator for field task.id |
filter[task.id][notContains] | Array of integers (Filter[Task.Id][Notcontains]) Not Contains operator for field task.id |
filter[task.id][le] | integer (Filter[Task.Id][Le]) Less or Equal operator for field task.id |
filter[task.id][lt] | integer (Filter[Task.Id][Lt]) Less Than operator for field task.id |
filter[task.id][ge] | integer (Filter[Task.Id][Ge]) Greater or Equal operator for field task.id |
filter[task.id][gt] | integer (Filter[Task.Id][Gt]) Greater Than operator for field task.id |
filter[order.id][contains] | Array of integers (Filter[Order.Id][Contains]) Contains operator for field order.id |
filter[order.id][notContains] | Array of integers (Filter[Order.Id][Notcontains]) Not Contains operator for field order.id |
filter[order.id][le] | integer (Filter[Order.Id][Le]) Less or Equal operator for field order.id |
filter[order.id][lt] | integer (Filter[Order.Id][Lt]) Less Than operator for field order.id |
filter[order.id][ge] | integer (Filter[Order.Id][Ge]) Greater or Equal operator for field order.id |
filter[order.id][gt] | integer (Filter[Order.Id][Gt]) Greater Than operator for field order.id |
filter[task.capture.id][contains] | Array of integers (Filter[Task.Capture.Id][Contains]) Contains operator for field task.capture.id |
filter[task.capture.id][notContains] | Array of integers (Filter[Task.Capture.Id][Notcontains]) Not Contains operator for field task.capture.id |
filter[task.capture.id][le] | integer (Filter[Task.Capture.Id][Le]) Less or Equal operator for field task.capture.id |
filter[task.capture.id][lt] | integer (Filter[Task.Capture.Id][Lt]) Less Than operator for field task.capture.id |
filter[task.capture.id][ge] | integer (Filter[Task.Capture.Id][Ge]) Greater or Equal operator for field task.capture.id |
filter[task.capture.id][gt] | integer (Filter[Task.Capture.Id][Gt]) Greater Than operator for field task.capture.id |
filter[job.created_at][le] | string <date-time> (Filter[Job.Created At][Le]) Less or Equal operator for field job.created_at |
filter[job.created_at][lt] | string <date-time> (Filter[Job.Created At][Lt]) Less Than operator for field job.created_at |
filter[job.created_at][ge] | string <date-time> (Filter[Job.Created At][Ge]) Greater or Equal operator for field job.created_at |
filter[job.created_at][gt] | string <date-time> (Filter[Job.Created At][Gt]) Greater Than operator for field job.created_at |
filter[job.last_status][contains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Contains operator for field job.last_status |
filter[job.last_status][notContains] | Array of strings (JobStatus) Items Enum: "in_progress" "cancelled" "success" "failure" "system_error" Not Contains operator for field job.last_status |
sort | string (Sort) ^(\-?((order\.action)|(task\.capture\.id)|(jo... Default: "-job.created_at" |
offset | integer (Offset) Default: 0 |
limit | integer (Limit) Default: 50 |
{- "entries": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "deletion_postponed",
- "msg": "string"
}
}
]
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "task": {
- "id": 2147483647,
- "capture_id": 2147483647,
- "acknowledged_at": "2019-08-24T14:15:22Z",
- "order": {
- "id": 2147483647,
- "name": "string",
- "action": {
- "kind": "SHUTDOWN",
- "params": { }
}, - "on": {
- "kind": "ONE_SHOT",
- "start_at": "2019-08-24T14:15:22Z",
- "timeout": {
- "start": "2019-08-24T14:15:22Z"
}
}, - "active": true,
- "issued_by": 2147483647,
- "issued_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "steps": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "status": "in_progress",
- "data": {
- "kind": "deletion_postponed",
- "msg": "string"
}
}
]
}
Get a profile configuration.
id required | integer (Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Remove a profile.
id required | integer (Id) [ 0 .. 2147483647 ] |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "version": 2147483647
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Update a profile.
id required | integer (Id) [ 0 .. 2147483647 ] |
name required | string (Name) non-empty |
required | object (pykouze__bin__pyloth__leader__api__routers__profiles__v4__APIProfileModel) |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "version": 2147483647
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Update profile associated capture ids.
required | Array of objects (Entries) |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "entries": [
- {
- "capture": {
- "id": 2147483647
}, - "source_profile": {
- "id": 2147483647
}, - "target_profile": {
- "id": 2147483647
}
}
], - "version": 2147483647
}
{- "entries": [
- {
- "capture": {
- "id": 2147483647
}, - "profile": {
- "id": 2147483647
}
}
], - "version": 2147483647
}
Get all profiles.
filter[profile.id][contains] | Array of integers (Filter[Profile.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field profile.id |
filter[profile.id][notContains] | Array of integers (Filter[Profile.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field profile.id |
filter[profile.is_deleted][eq] | boolean (Filter[Profile.Is Deleted][Eq]) Equal operator for field profile.is_deleted |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
]
}
Create a profile.
name required | string (Name) non-empty |
required | object (pykouze__bin__pyloth__leader__api__routers__profiles__v4__APIProfileModel) |
{- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Preview an undo of a profile definition.
id required | integer (Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Undo a profile definition.
id required | integer (Id) [ 0 .. 2147483647 ] |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "version": 2147483647
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Preview an undo of a profile definition.
id required | integer (Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Redo a profile definition.
id required | integer (Id) [ 0 .. 2147483647 ] |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "version": 2147483647
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Get a profile configuration.
id required | integer (Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Remove a profile.
id required | integer (Id) [ 0 .. 2147483647 ] |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "version": 2147483647
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Update a profile.
id required | integer (Id) [ 0 .. 2147483647 ] |
name required | string (Name) non-empty |
required | object (pykouze__bin__pyloth__leader__api__routers__profiles__v3__APIProfileModel) |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "version": 2147483647
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Update profile associated capture ids.
required | Array of objects (Entries) |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "entries": [
- {
- "capture": {
- "id": 2147483647
}, - "source_profile": {
- "id": 2147483647
}, - "target_profile": {
- "id": 2147483647
}
}
], - "version": 2147483647
}
{- "entries": [
- {
- "capture": {
- "id": 2147483647
}, - "profile": {
- "id": 2147483647
}
}
], - "version": 2147483647
}
Get all profiles.
filter[profile.id][contains] | Array of integers (Filter[Profile.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field profile.id |
filter[profile.id][notContains] | Array of integers (Filter[Profile.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field profile.id |
filter[profile.is_deleted][eq] | boolean (Filter[Profile.Is Deleted][Eq]) Equal operator for field profile.is_deleted |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
]
}
Create a profile.
name required | string (Name) non-empty |
required | object (pykouze__bin__pyloth__leader__api__routers__profiles__v3__APIProfileModel) |
{- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Preview an undo of a profile definition.
id required | integer (Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Undo a profile definition.
id required | integer (Id) [ 0 .. 2147483647 ] |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "version": 2147483647
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Preview an undo of a profile definition.
id required | integer (Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Redo a profile definition.
id required | integer (Id) [ 0 .. 2147483647 ] |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "version": 2147483647
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Get a profile configuration.
id required | integer (Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Remove a profile.
id required | integer (Id) [ 0 .. 2147483647 ] |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "version": 2147483647
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Update a profile.
id required | integer (Id) [ 0 .. 2147483647 ] |
name required | string (Name) non-empty |
required | object (pykouze__bin__pyloth__leader__api__routers__profiles__v6__APIProfileModel) |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "version": 2147483647
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Update profile associated capture ids.
required | Array of objects (Entries) |
version required | integer (Version) [ 0 .. 2147483647 ] |
Move capture 1 from profile 0 to 3.Capture 1 needs to be assigned to profile 0 else an error will be returned.
{- "entries": [
- {
- "capture": {
- "id": 1
}, - "source_profile": {
- "id": 0
}, - "target_profile": {
- "id": 3
}
}
], - "version": 1
}
{- "entries": [
- {
- "capture": {
- "id": 2147483647
}, - "profile": {
- "id": 2147483647
}
}
], - "version": 2147483647
}
Get all profiles.
filter[profile.id][contains] | Array of integers (Filter[Profile.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field profile.id |
filter[profile.id][notContains] | Array of integers (Filter[Profile.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field profile.id |
filter[profile.is_deleted][eq] | boolean (Filter[Profile.Is Deleted][Eq]) Equal operator for field profile.is_deleted |
{- "entries": [
- {
- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
]
}
Create a profile.
name required | string (Name) non-empty |
required | object (pykouze__bin__pyloth__leader__api__routers__profiles__v6__APIProfileModel) |
{- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Preview an undo of a profile definition.
id required | integer (Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Undo a profile definition.
id required | integer (Id) [ 0 .. 2147483647 ] |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "version": 2147483647
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Preview an undo of a profile definition.
id required | integer (Id) [ 0 .. 2147483647 ] |
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Redo a profile definition.
id required | integer (Id) [ 0 .. 2147483647 ] |
version required | integer (Version) [ 0 .. 2147483647 ] |
{- "version": 2147483647
}
{- "id": 2147483647,
- "name": "string",
- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty"
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "string",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}
}, - "vmagent": true,
- "autodetected_categories": [
- 1,
- 2,
- 17
]
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "can_undo": true,
- "can_redo": true,
- "version": 0,
- "is_deleted": true
}
Get definitions of zones.
from_version | integer (From Version) Default: 0 From which version to fetch the configuration, if no argument has been set, it will fetch the configuration since the beginning. |
to_version | integer (To Version) Until which version to fetch the configuration, if no argument has been set, it will fetch until the latest configuration. |
include_deleted | boolean (Include Deleted) Default: false Include deleted zones. |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647,
- "kind": "fallback",
- "parent_id": 2147483647,
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_used": true,
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Create multiple zones.
tag_check_enabled | boolean (Tag Check Enabled) Default: true |
required | object (Version) Current version of the configuration. |
required | Array of objects (Entries) non-empty List of changes to apply. |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "parent_id": 2147483647,
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0"
}
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}
}
]
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647,
- "kind": "fallback",
- "parent_id": 2147483647,
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_used": true,
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Delete multiple zones.
recursive | boolean (Recursive) Default: false Delete any related sub-zone if the option is enabled. |
required | object (Version) Current version of the configuration. |
required | Array of objects (Entries) non-empty List of zones to delete. |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647
}
]
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647,
- "kind": "fallback",
- "parent_id": 2147483647,
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_used": true,
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Update multiple zones.
tag_check_enabled | boolean (Tag Check Enabled) Default: true |
required | object (Version) Current version of the configuration. |
required | Array of objects (Entries) non-empty List of changes to apply. |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647,
- "parent_id": 2147483647,
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}
}
]
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647,
- "kind": "fallback",
- "parent_id": 2147483647,
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_used": true,
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Export zone configuration.
format | string (ZonesFormat) Default: "json" Enum: "csv" "json" An enumeration. |
{- "entries": [
- {
- "id": 0,
- "kind": "fallback",
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0",
- "rule_id": 2147483647
}
], - "hierarchy": [
- "string"
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}
}
]
}
Import zone configuration.
tag_check_enabled | boolean (Tag Check Enabled) Default: true |
file required | string <binary> (File) |
format | string (ZonesFormat) Default: "json" Enum: "csv" "json" An enumeration. |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647,
- "kind": "fallback",
- "parent_id": 2147483647,
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_used": true,
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
keep_temporary_files | boolean (Keep Temporary Files) Default: true |
ip | string (Ip) |
mac | string (Mac) |
vlan | integer (Vlan) |
{- "ip": "string",
- "mac": "string",
- "vlan": 0
}
{- "zone_id": 0,
- "rule_id": 0
}
Import multiple applications.
encoding | string (NevraxEncodingCSV) Default: "utf-8" Enum: "utf-8" "utf-16" "mac-roman" "cp1252" "iso-8859-15" An enumeration. |
file required | string <binary> (File) |
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647,
- "kind": "fallback",
- "parent_id": 2147483647,
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_used": true,
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647,
- "kind": "fallback",
- "parent_id": 2147483647,
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_used": true,
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Undo a zone change.
required | object (Version) Latest version fetched by the user. |
{- "version": {
- "id": 2147483647
}
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647,
- "kind": "fallback",
- "parent_id": 2147483647,
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_used": true,
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647,
- "kind": "fallback",
- "parent_id": 2147483647,
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_used": true,
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
Redo a zone change.
required | object (Version) Latest version fetched by the user. |
{- "version": {
- "id": 2147483647
}
}
{- "version": {
- "id": 2147483647
}, - "entries": [
- {
- "id": 2147483647,
- "kind": "fallback",
- "parent_id": 2147483647,
- "name": "string",
- "rules": [
- {
- "priority": 0,
- "vlans": {
- "type": "range",
- "lower_bound": 4095,
- "upper_bound": 4095
}, - "subnet": {
- "type": "netmask",
- "ip": "192.168.0.1",
- "netmask": "255.255.255.255"
}, - "mac": {
- "type": "mask",
- "value": "00:1B:44:11:3A:B7",
- "mask": "FF:FF:FF:FF:FF:00"
}, - "poller": "2GNB642",
- "device": "eth0",
- "rule_id": 2147483647
}
], - "flags": {
- "enable_http_deep_inspect": true,
- "enable_sql": true,
- "enable_cifs": true,
- "enable_citrix": true
}, - "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_by": 2147483647,
- "updated_at": "2019-08-24T14:15:22Z",
- "is_used": true,
- "is_deleted": true
}
], - "can_undo": true,
- "can_redo": true
}
{- "version": {
- "id": 2147483647
}, - "key_id": "string",
- "issued_at": "2019-08-24T14:15:22Z",
- "expire_at": "2019-08-24T14:15:22Z",
- "user_ids": [
- "string"
], - "fingerprint": "string",
- "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z"
}
[- {
- "version": {
- "id": 2147483647
}, - "key_id": "string",
- "issued_at": "2019-08-24T14:15:22Z",
- "expire_at": "2019-08-24T14:15:22Z",
- "user_ids": [
- "string"
], - "fingerprint": "string",
- "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z"
}
]
[- {
- "version": {
- "id": 2147483647
}, - "key_id": "string",
- "issued_at": "2019-08-24T14:15:22Z",
- "expire_at": "2019-08-24T14:15:22Z",
- "user_ids": [
- "string"
], - "fingerprint": "string",
- "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z"
}
]
[- {
- "version": {
- "id": 2147483647
}, - "key_id": "string",
- "issued_at": "2019-08-24T14:15:22Z",
- "expire_at": "2019-08-24T14:15:22Z",
- "user_ids": [
- "string"
], - "fingerprint": "string",
- "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z"
}
]
file required | string <binary> (File) |
{- "version": {
- "id": 2147483647
}, - "key_id": "string",
- "issued_at": "2019-08-24T14:15:22Z",
- "expire_at": "2019-08-24T14:15:22Z",
- "user_ids": [
- "string"
], - "fingerprint": "string",
- "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z"
}
{- "version": {
- "id": 2147483647
}, - "key_id": "string",
- "issued_at": "2019-08-24T14:15:22Z",
- "expire_at": "2019-08-24T14:15:22Z",
- "user_ids": [
- "string"
], - "fingerprint": "string",
- "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z"
}
[- {
- "version": {
- "id": 2147483647
}, - "key_id": "string",
- "issued_at": "2019-08-24T14:15:22Z",
- "expire_at": "2019-08-24T14:15:22Z",
- "user_ids": [
- "string"
], - "fingerprint": "string",
- "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z"
}
]
[- {
- "version": {
- "id": 2147483647
}, - "key_id": "string",
- "issued_at": "2019-08-24T14:15:22Z",
- "expire_at": "2019-08-24T14:15:22Z",
- "user_ids": [
- "string"
], - "fingerprint": "string",
- "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z"
}
]
[- {
- "version": {
- "id": 2147483647
}, - "key_id": "string",
- "issued_at": "2019-08-24T14:15:22Z",
- "expire_at": "2019-08-24T14:15:22Z",
- "user_ids": [
- "string"
], - "fingerprint": "string",
- "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z"
}
]
file required | string <binary> (File) |
{- "version": {
- "id": 2147483647
}, - "key_id": "string",
- "issued_at": "2019-08-24T14:15:22Z",
- "expire_at": "2019-08-24T14:15:22Z",
- "user_ids": [
- "string"
], - "fingerprint": "string",
- "created_by": 2147483647,
- "created_at": "2019-08-24T14:15:22Z"
}
Get definitions of systems config.
filter[capture.id][contains] | Array of integers (Filter[Capture.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field capture.id |
filter[capture.id][notContains] | Array of integers (Filter[Capture.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field capture.id |
offset | integer (Offset) >= 0 Default: 0 |
limit | integer (Limit) >= 0 Default: 50 |
{- "entries": [
- {
- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "vxlan_stripping": true
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "vxlan_stripping": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
Get a system configuration from capture.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
{- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "vxlan_stripping": true
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "vxlan_stripping": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
Update a system configuration.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
required | object (pykouze__bin__pyloth__leader__api__models__system__v4__APISystemConfigModel) |
required | object (pykouze__bin__pyloth__leader__api__models__system__v4__APISystemConfigModelOverride) |
version required | integer (Version) |
{- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "vxlan_stripping": true
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "vxlan_stripping": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
{- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "vxlan_stripping": true
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "vxlan_stripping": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
Get definitions of systems config.
filter[capture.id][contains] | Array of integers (Filter[Capture.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field capture.id |
filter[capture.id][notContains] | Array of integers (Filter[Capture.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field capture.id |
offset | integer (Offset) >= 0 Default: 0 |
limit | integer (Limit) >= 0 Default: 50 |
{- "entries": [
- {
- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
Get a system configuration from capture.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
{- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
Update a system configuration.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
required | object (pykouze__bin__pyloth__leader__api__models__system__v5__APISystemConfigModel) |
required | object (pykouze__bin__pyloth__leader__api__models__system__v5__APISystemConfigModelOverride) |
version required | integer (Version) |
{- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
{- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "proxy_host": "PVX4Ever",
- "proxy_method": "basic",
- "proxy_password": "string",
- "proxy_port": 1,
- "proxy_username": "string",
- "start_at_boot": true
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "proxy_host": "profile",
- "proxy_method": "profile",
- "proxy_password": "profile",
- "proxy_port": "profile",
- "proxy_username": "profile",
- "start_at_boot": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
Get definitions of systems config.
filter[capture.id][contains] | Array of integers (Filter[Capture.Id][Contains]) [ items [ 0 .. 2147483647 ] ] Contains operator for field capture.id |
filter[capture.id][notContains] | Array of integers (Filter[Capture.Id][Notcontains]) [ items [ 0 .. 2147483647 ] ] Not Contains operator for field capture.id |
offset | integer (Offset) >= 0 Default: 0 |
limit | integer (Limit) >= 0 Default: 50 |
{- "entries": [
- {
- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "start_at_boot": "profile"
}, - "proxy": {
- "host": "profile",
- "port": "profile",
- "method": "profile",
- "username": "profile",
- "password": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
], - "total": 0,
- "offset": 0,
- "limit": 0
}
Get a system configuration from capture.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
{- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "start_at_boot": "profile"
}, - "proxy": {
- "host": "profile",
- "port": "profile",
- "method": "profile",
- "username": "profile",
- "password": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
Update a system configuration.
capture_id required | integer (Capture Id) [ 0 .. 2147483647 ] |
required | object (pykouze__bin__pyloth__leader__api__models__system__v6__APISystemConfigModel) |
required | object (pykouze__bin__pyloth__leader__api__models__system__v6__APISystemConfigModelOverride) |
version required | integer (Version) |
{- "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "start_at_boot": "profile"
}, - "proxy": {
- "host": "profile",
- "port": "profile",
- "method": "profile",
- "username": "profile",
- "password": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}
{- "capture": {
- "id": 2147483647,
- "serial": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "version": "string",
- "hostname": "string",
- "is_active": true,
- "is_deleted": true,
- "state": "online",
- "last_seen": "2019-08-24T14:15:22Z",
- "boot_at": "2019-08-24T14:15:22Z",
- "need_reboot": true,
- "upgraded_at": "2019-08-24T14:15:22Z",
- "management_ip": "192.168.0.1",
- "vpn": {
- "enabled": true,
- "ip": "192.168.0.1"
}, - "partitions": [
- {
- "mountpoint": "string",
- "total": 0,
- "used": 0
}
], - "interfaces": [
- {
- "name": "string",
- "is_up": true,
- "mac_address": "string"
}
], - "configuration_states": {
- "applications": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "system_configuration": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "zones": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "twe": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}, - "gpg": {
- "actual": 0,
- "expected": 0,
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "profile": {
- "id": 2147483647,
- "assigned_by": 2147483647,
- "assigned_at": "2019-08-24T14:15:22Z"
}
}, - "config": {
- "dns": {
- "servers": [
- "192.168.0.1"
]
}, - "host": {
- "keyboard": "azerty",
- "name": "PVX4Ever"
}, - "net": {
- "eth0": {
- "alias": "eth0_alias",
- "mtu": 9000
}
}, - "snmp": {
- "enabled": true,
- "rocommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syslocation": "string",
- "rwcommunity": {
- "community": "commu",
- "source": "PVX4Ever"
}, - "syscontact": "string",
- "sysname": "string",
- "load": "12 10 5"
}, - "timezone": "Atlantic/Faroe",
- "users": {
- "ftp": {
- "password": "some_password"
}, - "admin": {
- "password": "some_other_password"
}
}, - "ntp": {
- "servers": [
- "string"
]
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": true,
- "use_first_vlan": true,
- "ignore_network_interfaces": true,
- "listened_interfaces": "/regex/",
- "bpf_filter": "",
- "netflows_port": [
- 1
]
}, - "pcap_replay": {
- "pcap_interval_check": 1,
- "pcap_replay_pause": 3600
}, - "general": {
- "threads_per_interface": 1,
- "connection_tracking_timeout": 100,
- "maximum_duplicate_delay": 10000000,
- "deduplication_queues": 1,
- "deduplication_cells": 1,
- "config_interval_check": 1,
- "parser_timeout": 1,
- "capture_interface_buffer": 1048576,
- "interface_block_buffer": 8192,
- "dumper": {
- "buffer_size": 1,
- "socket_size": 100000,
- "maximum_client": 1
}, - "reboot_when_memory_is_low": 1000000
}, - "reverse_dns": {
- "reverse_dns": true,
- "ipv4": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "ipv6": {
- "ring_buffer_length": 1,
- "maximum_pending_reverse_dns_requests": 1,
- "global_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}, - "local_cache": {
- "load_factor": 100,
- "cache_power": true,
- "length": 1
}
}, - "reverse_dns_ttl": 1
}, - "parser": {
- "bootp": {
- "udp_ports": [
- 1
]
}, - "ip": {
- "enable_ipv4": true,
- "enable_ipv6": true,
- "enable_ip_reassembly": true,
- "ip_number_reassemblers": 1,
- "reassembly_timeout": 1
}, - "tcp": {
- "enable_tcp": true,
- "tcp_data_transfert_time_threshold": 1,
- "keep_alive_timer": 100000,
- "reordering_timeout": 1,
- "maximum_payload": 1,
- "maximum_waited_packets": 1
}, - "citrix": {
- "enable_citrix_cgp": true,
- "enable_protocol_driver": true,
- "enable_citrix": true,
- "ica_decription_attempts": 1
}, - "dns": {
- "enable_dns": true,
- "enable_dns_over_tcp": true
}, - "http": {
- "enable_http": true,
- "client_timeout": 1200,
- "detach_referred": true,
- "content_file_max_size": 1000000,
- "maximum_tracked_hits": 0,
- "maximum_tracked_pages": 1000000,
- "srt": -10000,
- "page_construction_maximum_delay": 60,
- "page_contribution_maximum_delay": 60,
- "page_timeout": 300,
- "save_content": true,
- "http_socket_timeout": 1200,
- "transaction_timeout": 1,
- "pack_granularity": 60,
- "pack_maximum_size": 0
}, - "http2": {
- "enable_http2": true,
- "discovery_enabled": true
}, - "rdp": {
- "enable_tpkt": true,
- "enable_cotp": true
}, - "sql": {
- "enable_drda": true,
- "enable_mongodb": true,
- "enable_mysql": true,
- "enable_postgres": true,
- "enable_tds_messages": true,
- "enable_tds": true,
- "enable_tns": true,
- "enable_informix": true
}, - "tls": {
- "enable_tls": true,
- "tls_session_timeout": 10,
- "ja3_configuration": "None"
}, - "voip": {
- "enable_mgcp": true,
- "enable_rtcp": true,
- "enable_rtp": true,
- "enable_sdp": true,
- "enable_sip": true,
- "enable_cisco_skinny": true
}, - "vxlan": {
- "enable_vxlan": true,
- "vxlan_stripping": true,
- "ignore_vni": true,
- "udp_ports": [
- 1
]
}, - "vnc": {
- "enable_vnc": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "erspan": {
- "enable_erspan": true,
- "erspan_stripping": true
}, - "socks5": {
- "enable_socks5": true,
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "ldap": {
- "enable_ldap": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "kerberos": {
- "enable_kerberos": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ipsec": {
- "enable_ipsec": true,
- "udp_ports": [
- 1
], - "tcp_ports": [
- 1
]
}, - "ssh": {
- "enable_ssh": true,
- "discovery_enabled": true
}, - "dce_rpc": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
], - "udp_ports": [
- 1
]
}, - "ntlm": {
- "enable_ntlm": true
}, - "smtp": {
- "enable_smtp": true,
- "discovery_enabled": true,
- "enable_smtp_sha256": true,
- "tcp_ports": [
- 1
], - "tls_ports": [
- 1
]
}, - "ftp_ctrl": {
- "discovery_enabled": true,
- "tcp_ports": [
- 1
]
}, - "other_low_level": {
- "enable_arp": true,
- "enable_fcoe": true,
- "enable_gre": true,
- "enable_icmp": true,
- "enable_icmpv6": true,
- "enable_mpls": true,
- "enable_udp": true,
- "enable_hp_erm": true
}, - "other_high_level": {
- "enable_dcerpc": true,
- "enable_protocol_discovery": true,
- "enable_bootp": true,
- "enable_ftp": true,
- "enable_netbios": true,
- "enable_oncrpc": true,
- "enable_smb": true
}
}, - "layer": {
- "bootp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_bootp": true,
- "transaction_timeout": 1
}, - "citrix": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_citrix": true,
- "maximum_startup_time_delta": 1,
- "minimum_startup_load": 1,
- "session_timeout": 1,
- "ticket_timeout": 1
}, - "dns": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dns": true,
- "timeout": 1
}, - "http": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_http_deep_inspect": true,
- "enable_http_sha256": true,
- "http_sha256_content_type": "/regex/"
}, - "icmp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_icmp": true
}, - "netflow": {
- "period": 10
}, - "non_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_non_ip": true
}, - "other_ip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_other_ip": true
}, - "smb": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_smb": true,
- "connection_timeout": 1,
- "aggregation_duration": 30000,
- "enable_smb_sha256": true
}, - "databases": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_database": true,
- "dump_empty_query": true,
- "connection_timeout": 1
}, - "tcp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tcp": true,
- "socket_timeout": 1200000000
}, - "udp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_udp": true
}, - "voip": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_voip": true,
- "timeout": 1
}, - "tls": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_tls": true,
- "socket_timeout": 1200000000
}, - "arp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_arp": true
}, - "vnc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_vnc": true
}, - "socks5": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_socks5": true,
- "connection_timeout": 1
}, - "ldap": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ldap": true,
- "connection_timeout": 1
}, - "kerberos": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_kerberos": true,
- "connection_timeout": 1
}, - "ipsec": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ipsec": true,
- "connection_timeout": 1
}, - "ssh": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ssh": true,
- "connection_timeout": 1
}, - "dce_rpc": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_dcerpc": true,
- "connection_timeout": 1
}, - "ntlm": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ntlm": true,
- "connection_timeout": 1
}, - "ftp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_ftp": true,
- "timeout": 1
}, - "rdp": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_rdp": true,
- "connection_timeout": 1
}, - "email": {
- "period": 10,
- "num_threads": 1,
- "buffer_ring_size": 1,
- "throttle": 8192,
- "enable_email": true,
- "connection_timeout": 1
}
}, - "packet_brokers": {
- "failed_keep_alive_interval": 0,
- "failed_keep_alive_threshold": 0,
- "keep_alive_interval": 0,
- "maximum_backoff": 0,
- "remotes": [
- {
- "is_active": true,
- "proto": "UDP",
- "host": "PVX4Ever",
- "port": 1,
- "nic": "string",
- "bpf": ""
}
]
}
}, - "vpn": {
- "host": "PVX4Ever",
- "port": 1,
- "start_at_boot": true
}, - "proxy": {
- "host": "PVX4Ever",
- "port": 1,
- "method": "basic",
- "username": "string",
- "password": "string"
}, - "vmagent": true,
- "autodetected_categories": [
- 0
]
}, - "sources": {
- "dns": {
- "servers": "profile"
}, - "host": {
- "keyboard": "profile"
}, - "snmp": {
- "enabled": "profile",
- "rocommunity": {
- "community": "profile",
- "source": "profile"
}, - "syslocation": "profile",
- "rwcommunity": {
- "community": "profile",
- "source": "profile"
}, - "syscontact": "profile",
- "sysname": "profile",
- "load": "profile"
}, - "timezone": "profile",
- "users": {
- "admin": {
- "password": "profile"
}, - "ftp": {
- "password": "profile"
}
}, - "ntp": {
- "servers": "profile"
}, - "sniffer": {
- "sources": {
- "ignore_vlan_tags": "profile",
- "use_first_vlan": "profile",
- "ignore_network_interfaces": "profile",
- "listened_interfaces": "profile",
- "bpf_filter": "profile",
- "netflows_port": "profile"
}, - "pcap_replay": {
- "pcap_interval_check": "profile",
- "pcap_replay_pause": "profile"
}, - "general": {
- "threads_per_interface": "profile",
- "connection_tracking_timeout": "profile",
- "maximum_duplicate_delay": "profile",
- "deduplication_queues": "profile",
- "deduplication_cells": "profile",
- "config_interval_check": "profile",
- "parser_timeout": "profile",
- "capture_interface_buffer": "profile",
- "interface_block_buffer": "profile",
- "dumper": {
- "buffer_size": "profile",
- "socket_size": "profile",
- "maximum_client": "profile"
}, - "reboot_when_memory_is_low": "profile"
}, - "reverse_dns": {
- "reverse_dns": "profile",
- "ipv4": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "ipv6": {
- "ring_buffer_length": "profile",
- "maximum_pending_reverse_dns_requests": "profile",
- "global_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}, - "local_cache": {
- "load_factor": "profile",
- "cache_power": "profile",
- "length": "profile"
}
}, - "reverse_dns_ttl": "profile"
}, - "parser": {
- "bootp": {
- "udp_ports": "profile"
}, - "ip": {
- "enable_ipv4": "profile",
- "enable_ipv6": "profile",
- "enable_ip_reassembly": "profile",
- "ip_number_reassemblers": "profile",
- "reassembly_timeout": "profile"
}, - "tcp": {
- "enable_tcp": "profile",
- "tcp_data_transfert_time_threshold": "profile",
- "keep_alive_timer": "profile",
- "reordering_timeout": "profile",
- "maximum_payload": "profile",
- "maximum_waited_packets": "profile"
}, - "citrix": {
- "enable_citrix_cgp": "profile",
- "enable_protocol_driver": "profile",
- "enable_citrix": "profile",
- "ica_decription_attempts": "profile"
}, - "dns": {
- "enable_dns": "profile",
- "enable_dns_over_tcp": "profile"
}, - "http": {
- "enable_http": "profile",
- "client_timeout": "profile",
- "detach_referred": "profile",
- "content_file_max_size": "profile",
- "maximum_tracked_hits": "profile",
- "maximum_tracked_pages": "profile",
- "srt": "profile",
- "page_construction_maximum_delay": "profile",
- "page_contribution_maximum_delay": "profile",
- "page_timeout": "profile",
- "save_content": "profile",
- "http_socket_timeout": "profile",
- "transaction_timeout": "profile",
- "pack_granularity": "profile",
- "pack_maximum_size": "profile"
}, - "http2": {
- "enable_http2": "profile",
- "discovery_enabled": "profile"
}, - "rdp": {
- "enable_tpkt": "profile",
- "enable_cotp": "profile"
}, - "sql": {
- "enable_drda": "profile",
- "enable_mongodb": "profile",
- "enable_mysql": "profile",
- "enable_postgres": "profile",
- "enable_tds_messages": "profile",
- "enable_tds": "profile",
- "enable_tns": "profile",
- "enable_informix": "profile"
}, - "tls": {
- "enable_tls": "profile",
- "tls_session_timeout": "profile",
- "ja3_configuration": "profile"
}, - "voip": {
- "enable_mgcp": "profile",
- "enable_rtcp": "profile",
- "enable_rtp": "profile",
- "enable_sdp": "profile",
- "enable_sip": "profile",
- "enable_cisco_skinny": "profile"
}, - "vxlan": {
- "enable_vxlan": "profile",
- "vxlan_stripping": "profile",
- "ignore_vni": "profile",
- "udp_ports": "profile"
}, - "vnc": {
- "enable_vnc": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "erspan": {
- "enable_erspan": "profile",
- "erspan_stripping": "profile"
}, - "socks5": {
- "enable_socks5": "profile",
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "ldap": {
- "enable_ldap": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "kerberos": {
- "enable_kerberos": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ipsec": {
- "enable_ipsec": "profile",
- "udp_ports": "profile",
- "tcp_ports": "profile"
}, - "ssh": {
- "enable_ssh": "profile",
- "discovery_enabled": "profile"
}, - "dce_rpc": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile",
- "udp_ports": "profile"
}, - "ntlm": {
- "enable_ntlm": "profile"
}, - "smtp": {
- "enable_smtp": "profile",
- "discovery_enabled": "profile",
- "enable_smtp_sha256": "profile",
- "tcp_ports": "profile",
- "tls_ports": "profile"
}, - "ftp_ctrl": {
- "discovery_enabled": "profile",
- "tcp_ports": "profile"
}, - "other_low_level": {
- "enable_arp": "profile",
- "enable_fcoe": "profile",
- "enable_gre": "profile",
- "enable_icmp": "profile",
- "enable_icmpv6": "profile",
- "enable_mpls": "profile",
- "enable_udp": "profile",
- "enable_hp_erm": "profile"
}, - "other_high_level": {
- "enable_dcerpc": "profile",
- "enable_protocol_discovery": "profile",
- "enable_bootp": "profile",
- "enable_ftp": "profile",
- "enable_netbios": "profile",
- "enable_oncrpc": "profile",
- "enable_smb": "profile"
}
}, - "layer": {
- "bootp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_bootp": "profile",
- "transaction_timeout": "profile"
}, - "citrix": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_citrix": "profile",
- "maximum_startup_time_delta": "profile",
- "minimum_startup_load": "profile",
- "session_timeout": "profile",
- "ticket_timeout": "profile"
}, - "dns": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dns": "profile",
- "timeout": "profile"
}, - "http": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_http_deep_inspect": "profile",
- "enable_http_sha256": "profile",
- "http_sha256_content_type": "profile"
}, - "icmp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_icmp": "profile"
}, - "netflow": {
- "period": "profile"
}, - "non_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_non_ip": "profile"
}, - "other_ip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_other_ip": "profile"
}, - "smb": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_smb": "profile",
- "connection_timeout": "profile",
- "aggregation_duration": "profile",
- "enable_smb_sha256": "profile"
}, - "databases": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_database": "profile",
- "dump_empty_query": "profile",
- "connection_timeout": "profile"
}, - "tcp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tcp": "profile",
- "socket_timeout": "profile"
}, - "udp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_udp": "profile"
}, - "voip": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_voip": "profile",
- "timeout": "profile"
}, - "tls": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_tls": "profile",
- "socket_timeout": "profile"
}, - "arp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_arp": "profile"
}, - "vnc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_vnc": "profile"
}, - "socks5": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_socks5": "profile",
- "connection_timeout": "profile"
}, - "ldap": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ldap": "profile",
- "connection_timeout": "profile"
}, - "kerberos": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_kerberos": "profile",
- "connection_timeout": "profile"
}, - "ipsec": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ipsec": "profile",
- "connection_timeout": "profile"
}, - "ssh": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ssh": "profile",
- "connection_timeout": "profile"
}, - "dce_rpc": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_dcerpc": "profile",
- "connection_timeout": "profile"
}, - "ntlm": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ntlm": "profile",
- "connection_timeout": "profile"
}, - "ftp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_ftp": "profile",
- "timeout": "profile"
}, - "rdp": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_rdp": "profile",
- "connection_timeout": "profile"
}, - "email": {
- "period": "profile",
- "num_threads": "profile",
- "buffer_ring_size": "profile",
- "throttle": "profile",
- "enable_email": "profile",
- "connection_timeout": "profile"
}
}
}, - "vpn": {
- "host": "profile",
- "port": "profile",
- "start_at_boot": "profile"
}, - "proxy": {
- "host": "profile",
- "port": "profile",
- "method": "profile",
- "username": "profile",
- "password": "profile"
}, - "vmagent": "profile",
- "autodetected_categories": "profile"
}, - "version": 0
}