NSX-T Data Center REST API

BundleUploadStatus (type)

{
  "additionalProperties": false,
  "description": "Upload status of bundle uploaded from local or remote location.",
  "id": "BundleUploadStatus",
  "module_id": "FileUploadFramework",
  "properties": {
    "bundle_name": {
      "description": "Name of the uploaded bundle.",
      "readonly": true,
      "required": false,
      "title": "Name of the bundle",
      "type": "string"
    },
    "detailed_status": {
      "description": "Detailed status of bundle upload.",
      "readonly": true,
      "required": false,
      "title": "Detailed status of bundle upload",
      "type": "string"
    },
    "percent": {
      "description": "Percent of bundle uploaded from remote location.",
      "readonly": true,
      "required": false,
      "title": "Percent of upload completed",
      "type": "number"
    },
    "status": {
      "description": "Current status of bundle upload.",
      "enum": [
        "UPLOADING",
        "VERIFYING",
        "SUCCESS",
        "FAILED"
      ],
      "readonly": true,
      "required": false,
      "title": "Status of bundle upload",
      "type": "string"
    },
    "url": {
      "description": "URL for uploading bundle.",
      "readonly": true,
      "required": false,
      "title": "URL from which the bundle was uploaded",
      "type": "string"
    }
  },
  "title": "Upload status of bundle",
  "type": "object"
}