NSX-T Data Center REST API

TransportNodeVtepRecoveryStatus (type)

{
  "extends": {
    "$ref": "TransportNodeVtepActionStatus"
  },
  "id": "TransportNodeVtepRecoveryStatus",
  "module_id": "PolicyHostTransportNode",
  "polymorphic-type-descriptor": {
    "type-identifier": "TransportNodeVtepRecoveryStatus"
  },
  "properties": {
    "device_name": {
      "required": true,
      "title": "VTEP device name",
      "type": "string"
    },
    "id": {
      "required": true,
      "title": "Action identifier",
      "type": "string"
    },
    "status": {
      "enum": [
        "PENDING",
        "IN_PROGRESS",
        "FAILED"
      ],
      "required": true,
      "title": "Action status",
      "type": "string"
    },
    "status_message": {
      "required": false,
      "title": "Action status message",
      "type": "string"
    },
    "status_type": {
      "required": true,
      "title": "Type of action status",
      "type": "string"
    }
  },
  "title": "An object representing the status of a VTEP recovery request",
  "type": "object"
}