NSX-T Data Center REST API

DhcpServerStatus (type) (Deprecated)

{
  "deprecated": true,
  "id": "DhcpServerStatus",
  "module_id": "AggSvcDhcp",
  "properties": {
    "active_node": {
      "required": false,
      "title": "uuid of active transport node",
      "type": "string"
    },
    "error_message": {
      "required": false,
      "title": "Error message, if available",
      "type": "string"
    },
    "service_status": {
      "description": "UP means the dhcp service is working fine on both active transport-node and stand-by transport-node (if have), hence fail-over can work at this time if there is failure happens on one of the transport-node; DOWN means the dhcp service is down on both active transport-node and stand-by node (if have), hence the dhcp-service will not repsonse any dhcp request; Error means error happens on transport-node(s) or no status is reported from transport-node(s). The dhcp service may be working (or not working); NO_STANDBY means dhcp service is working in one of the transport node while not in the other transport-node (if have). Hence if the dhcp service in the working transport-node is down, fail-over will not happen and the dhcp service will go down.",
      "enum": [
        "UP",
        "DOWN",
        "ERROR",
        "NO_STANDBY"
      ],
      "required": false,
      "type": "string"
    },
    "stand_by_node": {
      "required": false,
      "title": "uuid of stand_by transport node. null if non-HA mode",
      "type": "string"
    }
  },
  "type": "object"
}