NSX Autonomous Edge REST API

HANodeStatusProperties (type)

{
  "id": "HANodeStatusProperties",
  "properties": {
    "admin_state": {
      "$ref": "NodeAdminState",
      "title": "Node Admin State"
    },
    "high_availability_status": {
      "$ref": "NodeHAStatus",
      "title": "Node High Availability Status"
    },
    "node_status": {
      "$ref": "NodeStatus",
      "title": "Actual Node Status"
    },
    "vtep_state": {
      "$ref": "NodeVtepState",
      "description": "State of VTEP interfaces. All VTEPs share the same state."
    }
  },
  "type": "object"
}