Get Transport Nodes Status

Get Transport Nodes Status

Retrieves the status of all member transport nodes of specified Edge Cluster.

Request
URI
GET
https://{api_host}/cloudapi/vcf/edgeClusters/{edgeClusterId}/transportNodesStatus
COPY
Path Parameters
string
edgeClusterId
Required

edgeClusterId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns EdgeClusterTransportNodeStatusList of type(s) application/json;version=40.0
{
    "values": [
        {
            "nodeName": "string",
            "totalCpuCoreCount": 0,
            "datapathCpuCoreCount": 0,
            "serviceCpuCoreCount": 0,
            "avgDatapathCpuUsagePercentage": "number",
            "avgServiceCpuUsagePercentage": "number",
            "systemMemoryUsagePercentage": "number",
            "datapathMemoryUsagePercentage": "number",
            "healthStatus": "string"
        }
    ]
}
array of object
values
Optional
Constraints: maxItems: 128

An object representing the status of a member Transport Node of an Edge Cluster.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/edgeClusters/{edgeClusterId}/transportNodesStatus