NSX-T Data Center REST API

TransportNodeVtepActionStatus (type)

{
  "abstract": true,
  "id": "TransportNodeVtepActionStatus",
  "module_id": "PolicyHostTransportNode",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "status_type"
  },
  "properties": {
    "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 an action on one or more VTEPs",
  "type": "object"
}