NSX-T Data Center REST API

RemoteBundleUrl (type)

{
  "additionalProperties": false,
  "description": "URL of remote bundle which needs to be uploaded.",
  "id": "RemoteBundleUrl",
  "module_id": "FileUploadFramework",
  "properties": {
    "url": {
      "description": "URL for uploading remote bundle",
      "readonly": false,
      "required": true,
      "title": "URL of remote bundle",
      "type": "string"
    }
  },
  "title": "URL of remote bundle",
  "type": "object"
}