fortigate-sessions
Fetch active sessions from FortiGate device.
fortigate-sessions
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | The identifier of FortiGate connect profile |
| src_ip | IP address | Source IP address | |
| src_port | Integer | Source port | |
| dst_ip | IP address | Destination IP address | |
| dst_port | Integer | Destination port | |
| protocol | String | Protocol | |
| app | String | Applications | Separated by new line |
| policy | Long | Policy ID | |
| duration | Integer | Duration | in seconds |
| country | String | Country | e.g. United States |
| sent_bytes | Long | Sent bytes | Number of bytes in the client-to-server direction of the session |
| rcvd_bytes | Long | Received bytes | Number of bytes in the server-to-client direction of the session |
| sent_pkts | Long | Sent packets | Number of packets in the client-to-server direction of the session |
| rcvd_pkts | Long | Received packets | Number of packets in the server-to-client direction of the session |
| tx_shaper_drops | Long | TX shaper drops | |
| rx_shaper_drops | Long | RX shaper drops | |
| src_iface | String | Source interface | e.g. port4 |
| dst_iface | String | Destination interface | e.g. port2 |
| src_mac | String | Source MAC address | 00:00:00:00:00:00 format |
| dst_mac | String | Destination MAC address | 00:00:00:00:00:00 format |