v5.0_Network Interface Status

GET es/network_statistics_short/_search

Resource Information

Requires Authentication?

Yes

Response Formats

json

HTTP Methods

GET

Return the network interface status through elastic search.

Resource URL

https://{{ip_address}}:{{port}}/es/network_statistics_short/_search

Example Request

GET

  1. https://192.168.10.53/es/network_statistics_short/_search

{ "took": 1, "timed_out": false, "_shards": { "total": 1, "successful": 1, "skipped": 0, "failed": 0 }, "hits": { "total": { "value": 2, "relation": "eq" }, "max_score": 1, "hits": [ { "_index": "network_statistics_short", "_type": "_doc", "_id": "2bfb06dfbe947628b0282b62aaf6167b", "_score": 1, "_source": { "rx_mulicast_bandwidth": 28728, "type": "NetworkStatistics", "nmos": false, "protocol": "1.0", "lldp_vlan": 0, "@timestamp": "2022-03-08T08:58:15.575Z", "network": "2a62e295-f305-4d98-b6bb-237467f2221d", "stacking": false, "proccessed_us": 1646729895575000, "device": "2102d188-f7b1-4d6a-a8b4-1bd10653c31b", "gateway": "192.168.10.252", "uuid": "2102d188-f7b1-4d6a-a8b4-1bd10653c300", "bridge": false, "ip_address": "192.168.10.131", "tx_bandwidth": 23072712, "rx_bandwidth": 39135928, "state": true, "flowcontrol": "Auto", "mask": "255.255.255.0", "@version": "1", "mac": "00:50:56:A4:C8:79", "lldp_system_name": null, "mode": "STATIC", "mcm-version": "5.6.9rc5", "lldp_interface_name": null, "iface": "eth0", "speed": 10000, "network_label": "Nic1", "timestamp_us": 1646729740146201 } }, { "_index": "network_statistics_short", "_type": "_doc", "_id": "048b52cc03bd94683c5322ddd5824957", "_score": 1, "_source": { "rx_mulicast_bandwidth": 112, "type": "NetworkStatistics", "nmos": false, "protocol": "1.0", "lldp_vlan": 0, "@timestamp": "2022-03-08T08:58:16.076Z", "network": "2a62e295-f305-4d98-b6bb-237467f2221d", "stacking": true, "proccessed_us": 1646729896076000, "device": "92081df8-f78d-418e-92b7-87fdab283cd8", "gateway": "192.168.10.252", "uuid": "92081df8-f78d-418e-92b7-87fdab283c00", "bridge": true, "ip_address": "192.168.10.132", "tx_bandwidth": 256792, "rx_bandwidth": 163208, "state": true, "flowcontrol": "Auto", "mask": "255.255.255.0", "@version": "1", "mac": "00:0C:29:A4:46:40", "lldp_system_name": null, "mode": "STATIC", "mcm-version": "5.6.9rc5", "lldp_interface_name": null, "iface": "eth0", "speed": 10000, "network_label": "Nic1", "timestamp_us": 1646729740531703 } } ] } }