EdgeClusterTransportNodeStatus
An object representing the status of a member Transport Node of an Edge Cluster.
{
"nodeName": "string",
"totalCpuCoreCount": 0,
"datapathCpuCoreCount": 0,
"serviceCpuCoreCount": 0,
"avgDatapathCpuUsagePercentage": "number",
"avgServiceCpuUsagePercentage": "number",
"systemMemoryUsagePercentage": "number",
"datapathMemoryUsagePercentage": "number",
"healthStatus": "string"
}
The display name of this Transport Node.
Number of CPU cores in the system.
Number of datapath CPU cores in the system. These cores handle fast path packet processing using DPDK.
Number of Service CPU cores in the system. These cores handle system and layer-7 related processing.
Average utilization of all the DPDK CPU cores in the system.
Average utilization of all the Service CPU cores in the system.
Percentage of RAM in use on the edge node.
Percentage of memory in use by datapath processes. It is inclusive of heap memory, memory pool and resident memory.
The current health status of the Edge Node. Possible values are:
- UP - The Edge Node is healthy.
- DOWN - The Edge Node is down.
- DEGRADED - The Edge Node is not operating at capacity.
- UNKNOWN - The Edge Node state is unknown.