metrics_get_edge_device_metrics_result_item

metrics_get_edge_device_metrics_result_item
metrics_get_edge_device_metrics_result_item
AllOf
This class requires all of the following:
JSON Example
{
    "bytesRx": 0,
    "bytesTx": 0,
    "flowCount": 0,
    "packetsRx": 0,
    "packetsTx": 0,
    "totalBytes": 0,
    "totalPackets": 0,
    "edgeInfo": {
        "edgeId": 0,
        "enterpriseId": 0,
        "hostName": "string",
        "id": 0,
        "ipAddress": "string",
        "lastContact": "string",
        "macAddress": "string"
    },
    "info": {
        "id": 0,
        "created": "string",
        "enterpriseId": 0,
        "macAddress": "string",
        "hostName": "string",
        "ipAddress": "string",
        "os": 0,
        "osName": "string",
        "osVersion": "string",
        "deviceType": "string",
        "deviceModel": "string",
        "lastContact": "string",
        "modified": "string",
        "logicalId": "string"
    },
    "name": "string",
    "sourceMac": "string"
}