NSX-T Data Center REST API

VCFolderStatus (type)

{
  "additionalProperties": false, 
  "description": "Status of VC folder creation on vCenter", 
  "id": "VCFolderStatus", 
  "module_id": "PolicyProject", 
  "nsx_feature": "VCFolder", 
  "properties": {
    "overall_status": {
      "enum": [
        "pending", 
        "in_progress", 
        "success", 
        "failed", 
        "not_required", 
        "not_configured", 
        "partial_success", 
        "partial_failure", 
        "not_supported"
      ], 
      "title": "Overall Status of VC Folder on vCenter", 
      "type": "string"
    }, 
    "vds_folder_display_name": {
      "title": "VDS Folder Display Name on vCenter", 
      "type": "string"
    }, 
    "vds_folders_state": {
      "items": {
        "$ref": "VDSFolderState
      }, 
      "title": "Collection of VDS Folder State", 
      "type": "array"
    }
  }, 
  "title": "VC Folder Status", 
  "type": "object"
}