Example of Edge CPU and Memory Utilization.

{
 
    "timestamp": 1612898398,
    "properties": {
        "deviceType": "The top level device type that the object belongs to. e.g. VEdge",
        "metricType": "SD-WAN",
        "vendor": "VeloCloud",
        "entityName": "The actual instance name for which the metric below",
        "entityType": "Type of the actual object the metric belong to. e.g VEdge, Interface...",
        "model": "VeloCloud",
        "source": "The collector name",
        "deviceName": "The name of the device as referred in the VCO",
        "dataSource": "The orchestrator IP",
        "customer": "The tenant that the entity belong to"
    },
    "metrics": {
        "minMemPercent": {
            "properties": {
                "unit": "%"
            },
            "value": Minimum mem utilization percentage
        },
        "maxMemPercent": {
            "properties": {
                "unit": "%"
            },
            "value": Maximum mem Utlization percentage
        },
        "avgMemPercent": {
            "properties": {
                "unit": "%"
            },
            "value": Average memory utilization percentage
        },
        "minCPUPercent": {
            "properties": {
                "unit": "%"
            },
            "value": Minimum cpu utilization percentage
        },
        "avgCPUPercent": {
            "properties": {
                "unit": "%"
            },
            "value": Average cpu utilization percentage
        },
        "maxCPUPercent": {
            "properties": {
                "unit": "%"
            },
            "value": Maximum CPU utilization percentage
        }
    },
    "relations": [],
    "name": "The instance Name"

Network connection statistics

{
    "discoveryID": null,
    "jobID": "9999",
    "type": null,
    "timestamp": 1612898876,
    "properties": {
        "deviceType": "VEdge",
        "metricType": "SD-WAN",
        "vendor": "VeloCloud",
        "entityName": "The interface name",
        "entityType": "Type of the actual object the metric belong to. In this case it is Interface",
        "extractedName": "The actual name of the link",
        "model": "VeloCloud",
        "source": "The collector name",
        "deviceName": "The name of the device as referred in the VCO",
        "dataSource": "The Orchestrator IP",
        "customer": "The tenant that the entity belong to"
    },
 
 
     
    "metrics": {
        "bpsOfBestPathTx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 2.56604992E8
        },
        "p3PacketsTx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 0.0
        },
        "bpsOfBestPathRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 2.56756992E8
        },
        "p3PacketsRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 0.0
        },
        "scoreRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 4.4
        },
        "bestLossPctRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 0.0
        },
        "scoreTx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 4.4
        },
        "controlBytesTx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 3.1374946E7
        },
        "controlPacketsTx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 372755.0
        },
        "p1BytesRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 141137.0
        },
        "p1PacketsRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 312.0
        },
        "signalStrength": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 0.0
        },
        "controlBytesRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 2.3710508E7
        },
        "controlPacketsRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 362773.0
        },
        "bestJitterMsTx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 0.0
        },
        "bestLossPctTx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 0.0
        },
        "p2PacketsTx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 142.0
        },
        "p2PacketsRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 0.0
        },
        "bestJitterMsRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 0.0
        },
        "bestLatencyMsRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 0.0
        },
        "bestLatencyMsTx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 0.0
        },
        "p1PacketsTx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 91042.0
        },
        "p3BytesRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 0.0
        },
        "p1BytesTx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 2.9043032E7
        },
        "p2BytesRx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 0.0
        },
        "p2BytesTx": {
            "properties": {
                "unit": "IOPS"
            },
            "value": 19610.0
        }
    },
    "relations": [],
    "name": "The link Name"
}