Get Transport Node Status

Get Transport Node Status

Read status of a transport node

Request
URI
GET
https://nsxmanager.your.domain/api/v1/transport-nodes/{node-id}/status
COPY
Path Parameters
string
node-id
Required

ID of transport node

Query Parameters
string
source
Optional

Data source type.

Possible values are : realtime, cached,

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns TransportNodeStatus of type(s) application/json
{
    "status": "string",
    "node_uuid": "string",
    "mgmt_connection_status": "string",
    "control_connection_status": {
        "status": "string",
        "degraded_count": 0,
        "down_count": 0,
        "up_count": 0
    },
    "pnic_status": {
        "status": "string",
        "degraded_count": 0,
        "down_count": 0,
        "up_count": 0
    },
    "node_display_name": "string",
    "tunnel_status": {
        "bfd_diagnostic": {
            "concatenated_path_down_count": 0,
            "administratively_down_count": 0,
            "no_diagnostic_count": 0,
            "path_down_count": 0,
            "reverse_concatenated_path_down_count": 0,
            "neighbor_signaled_session_down_count": 0,
            "control_detection_time_expired_count": 0,
            "echo_function_failed_count": 0,
            "forwarding_plane_reset_count": 0
        },
        "bfd_status": {
            "bfd_admin_down_count": 0,
            "bfd_up_count": 0,
            "bfd_down_count": 0,
            "bfd_init_count": 0
        }
    }
}
string
status
Optional

Roll-up status of pNIC, management connection, control connection, tunnel status

Possible values are : UP, DOWN, DEGRADED, UNKNOWN,
string
node_uuid
Optional

Transport node uuid

string
mgmt_connection_status
Optional

Management connection status

Possible values are : UP, DOWN,
control_connection_status
Optional

control_connection_status

pnic_status
Optional

pnic_status

string
node_display_name
Optional

Transport node display name

tunnel_status
Optional

tunnel_status


400
Returns BadRequest of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
    "module_name": "string",
    "error_message": "string",
    "error_code": 0,
    "details": "string",
    "related_errors": [
        {
            "module_name": "string",
            "error_message": "string",
            "error_code": 0,
            "details": "string"
        }
    ]
}

403
Returns Forbidden of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
    "module_name": "string",
    "error_message": "string",
    "error_code": 0,
    "details": "string",
    "related_errors": [
        {
            "module_name": "string",
            "error_message": "string",
            "error_code": 0,
            "details": "string"
        }
    ]
}

404

Not Found

Operation doesn't return any data structure

412
Returns PreconditionFailed of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
    "module_name": "string",
    "error_message": "string",
    "error_code": 0,
    "details": "string",
    "related_errors": [
        {
            "module_name": "string",
            "error_message": "string",
            "error_code": 0,
            "details": "string"
        }
    ]
}

500
Returns InternalServerError of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
    "module_name": "string",
    "error_message": "string",
    "error_code": 0,
    "details": "string",
    "related_errors": [
        {
            "module_name": "string",
            "error_message": "string",
            "error_code": 0,
            "details": "string"
        }
    ]
}

503
Returns ServiceUnavailable of type(s) application/json
This response body class contains all of the following: RelatedApiError , InlineApiError1
{
    "module_name": "string",
    "error_message": "string",
    "error_code": 0,
    "details": "string",
    "related_errors": [
        {
            "module_name": "string",
            "error_message": "string",
            "error_code": 0,
            "details": "string"
        }
    ]
}