NSX-T Data Center REST API

WorkflowSpec (type)

{
  "abstract": true, 
  "description": "Workflow spec.", 
  "id": "WorkflowSpec", 
  "module_id": "OverlayAdoption", 
  "polymorphic-type-descriptor": {
    "mode": "enabled", 
    "property-name": "type"
  }, 
  "properties": {
    "type": {
      "$ref": "WorkflowSpecType, 
      "description": "Workflow spec type.", 
      "readonly": false, 
      "required": true, 
      "title": "Workflow spec type"
    }
  }, 
  "title": "Workflow spec", 
  "type": "object"
}