TransportNodeState

TransportNodeState
TransportNodeState
AllOf
This class requires all of the following:
JSON Example
{
    "state": "string",
    "details": [
        {
            "sub_system_address": "string",
            "state": "string",
            "sub_system_type": "string",
            "failure_message": "string",
            "failure_code": 0,
            "sub_system_id": "string"
        }
    ],
    "failure_code": 0,
    "failure_message": "string",
    "host_switch_states": [
        {
            "host_switch_id": "string",
            "endpoints": [
                {
                    "ip": "string",
                    "subnet_mask": "string",
                    "default_gateway": "string",
                    "label": 0,
                    "device_name": "string"
                }
            ],
            "transport_zone_ids": [
                "string"
            ],
            "host_switch_name": "string"
        }
    ],
    "transport_node_id": "string"
}