NSX-T Data Center REST API
UpgradeBundleFetchRequest (type)
{
"additionalProperties": false,
"description": "URL and other fetch requests of upgrade bundle",
"id": "UpgradeBundleFetchRequest",
"module_id": "Upgrade",
"properties": {
"url": {
"description": "URL for uploading upgrade bundle",
"readonly": false,
"required": true,
"title": "URL of upgrade bundle",
"type": "string"
}
},
"title": "Fetch request for fetching upgrade bundle",
"type": "object"
}