TransportNodeState

TransportNodeState
TransportNodeState

Transport Node State

AllOf
This class requires all of the following:
JSON Example
{
    "details": [
        {
            "failure_code": 0,
            "failure_message": "string",
            "state": "string",
            "sub_system_address": "string",
            "sub_system_id": "string",
            "sub_system_name": "string",
            "sub_system_type": "string"
        }
    ],
    "failure_code": 0,
    "failure_message": "string",
    "state": "string",
    "deployment_progress_state": {
        "current_step_title": "string",
        "progress": 0
    },
    "hardware_version": "string",
    "host_switch_states": [
        {
            "endpoints": [
                {
                    "default_gateway": "string",
                    "device_name": "string",
                    "ip": "string",
                    "ipv6": {
                        "default_gateway": "string",
                        "ipv6": "string",
                        "prefix_length": "string"
                    },
                    "label": 0,
                    "mac": "string",
                    "subnet_mask": "string"
                }
            ],
            "host_switch_id": "string",
            "host_switch_name": "string",
            "host_switch_type": "string",
            "transport_zone_ids": [
                "string"
            ]
        }
    ],
    "maintenance_mode_state": "string",
    "node_deployment_state": {
        "details": [
            {
                "failure_code": 0,
                "failure_message": "string",
                "state": "string",
                "sub_system_address": "string",
                "sub_system_id": "string",
                "sub_system_name": "string",
                "sub_system_type": "string"
            }
        ],
        "failure_code": 0,
        "failure_message": "string",
        "state": "string"
    },
    "pending_user_actions": [
        "string"
    ],
    "remote_tunnel_endpoint_state": {
        "endpoints": [
            {
                "default_gateway": "string",
                "device_name": "string",
                "ip": "string",
                "ipv6": {
                    "default_gateway": "string",
                    "ipv6": "string",
                    "prefix_length": "string"
                },
                "label": 0,
                "mac": "string",
                "subnet_mask": "string",
                "vlan": 0
            }
        ]
    },
    "transport_node_id": "string"
}