NSX-T Data Center REST API
PolicyEdgeTransportNodeState (type)
{ "description": "Edge transport state information", "id": "PolicyEdgeTransportNodeState", "module_id": "PolicyEdgeTransportNode", "properties": { "appliance_state": { "$ref": "VmApplianceState", "description": "This field contains the realized config of the vm appliance. If the config changes from CLI/NAPI config, then the same information will be reflected in this field.", "readonly": true, "required": false, "title": "Realized VM Appliance Configuration State" }, "edge_tn_state": { "$ref": "EdgeTnState", "description": "This field contains the overall edge transport node deployment state information.", "readonly": true, "title": "Overall Edge Transport Node State" }, "edge_transport_node_path": { "readonly": true, "title": "Policy Path Of Edge Transport Node", "type": "string" }, "hardware_version": { "description": "Hardware version of the edge fabric node virtual machine.", "readonly": true, "required": false, "title": "Edge Node Virtual Machine Hardware Version", "type": "string" }, "maintenance_mode_state": { "$ref": "MaintenanceModeState", "readonly": true, "title": "Realized Maintenance Mode State" }, "management_interface_state": { "$ref": "ManagementInterfaceEndpointState", "description": "This field contains the realized information of management interface.", "readonly": true, "required": false, "title": "Realized Management interface endpoint State" }, "switch_states": { "items": { "$ref": "EdgeTransportNodeSwitchState" }, "readonly": true, "title": "States of Edge Transport Node Switches.", "type": "array" }, "vm_placement_state": { "$ref": "VmPlacementState", "readonly": true, "required": false, "title": "The Edge Vm Placement configuration state" } }, "title": "Edge Transport Node State", "type": "object" }