tcptermflows
tcptermflows
Monitoring for This resource provides details about TCP Terminated flows resource.
Read/write properties
Read only properties
src_port <String>
Source Port for packets on this flow.
dest_ip <String>
Destination IP Address for packets on this flow.
from_wan_kbps <String>
WAN To LAN kilobits per seconds.
bytes_pending_to_LAN <String>
Number of bytes currently buffered to send to the LAN for this flow.
to_wan_kbps <String>
LAN To WAN kilobits per seconds.
src_ip <String>
Source IP Address for packets on this flow.
age <String>
How long ago this flow was created in milliseconds.
state <String>
Current State of this flow.
bytes_pending_to_WAN <String>
Number of bytes currently buffered to send to the WAN for this flow.
dest_port <String>
Destination Port for packets on this flow.
ipp <String>
IP Protocol number for packets on this flow.
Operations
[get (all)]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/monitor/tcptermflows
Description: Use this operation to get TCP Termination flows. Filters are supported for this API. max_stats filter is available as an additional option to filter the flow count(50/100/1000). Refer Getting Started Guide where filtering is explained via example of flow summary with max stats filter for monitoring API. Pagination is not supported for this API
HTTP Method: GET
Response Payload: JSON
{"tcptermflows":[{ "src_port":<String_value>
, "dest_ip":<String_value> , "from_wan_kbps":<String_value> , "bytes_pending_to_LAN":<String_value> , "to_wan_kbps":<String_value> , "src_ip":<String_value> , "age":<String_value> , "state":<String_value> , "bytes_pending_to_WAN":<String_value> , "dest_port":<String_value> , "ipp":<String_value> }]}