NSX-T Data Center REST API

TransportNodeVtepRecoveryRequest (type)

{
  "extends": {
    "$ref": "TransportNodeVtepAction"
  },
  "id": "TransportNodeVtepRecoveryRequest",
  "module_id": "PolicyHostTransportNode",
  "polymorphic-type-descriptor": {
    "type-identifier": "TransportNodeVtepRecoveryRequest"
  },
  "properties": {
    "action_type": {
      "required": true,
      "title": "Type of action",
      "type": "string"
    },
    "device_name": {
      "required": true,
      "title": "VTEP device name",
      "type": "string"
    }
  },
  "title": "An object representing a request to recover an unhealthy VTEP",
  "type": "object"
}