visibility udp¶
Display UDP Network Statistics
udp Specification¶
Type Configuration Resource Element Name udp Element URI /axapi/v3/visibility/udp Element Attributes udp_attributes Statistics Data URI /axapi/v3/visibility/udp/stats Schema udp schemaOperations Allowed:
| Operation | Method | URI | Payload | |
|---|---|---|---|---|
Create Object | POST | /axapi/v3/visibility/udp | ||
Get Object | GET | /axapi/v3/visibility/udp | ||
Modify Object | POST | /axapi/v3/visibility/udp | ||
Replace Object | PUT | /axapi/v3/visibility/udp | ||
Delete Object | DELETE | /axapi/v3/visibility/udp |
udp attributes¶
sampling-enable
Type: Listuuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
sampling-enable¶
Specification Type list Block object keys counters1
Description ‘all’: all; ‘total-pkts’: Total UDP packets received; ‘fwd-pkts’: Forward direction UDP packet count; ‘rev-pkts’: Reverse direction UDP packet count; ‘total-bytes’: Total UDP bytes received; ‘fwd-bytes’: Forward direction UDP byte count; ‘rev-bytes’: Reverse direction UDP byte count; ‘curr-conn’: Current UDP connection count; ‘total-conn’: Total UDP connection count; ‘peak-conn’: Peak UDP connection count;
Type: string
Supported Values: all, total-pkts, fwd-pkts, rev-pkts, total-bytes, fwd-bytes, rev-bytes, curr-conn, total-conn, peak-conn
stats data¶
| Counter | Size | Description | |
|---|---|---|---|
| rev-bytes | 8 | Reverse direction UDP byte count | |
| total-pkts | 8 | Total UDP packets received | |
| total-bytes | 8 | Total UDP bytes received | |
| fwd-pkts | 8 | Forward direction UDP packet count | |
| peak-conn | 8 | Peak UDP connection count | |
| total-conn | 8 | Total UDP connection count | |
| curr-conn | 8 | Current UDP connection count | |
| rev-pkts | 8 | Reverse direction UDP packet count | |
| fwd-bytes | 8 | Forward direction UDP byte count |