DownloadRequest

DownloadRequest
DownloadRequest

An object representing the download request and consists of list of image VMIs that are to be downloaded and additional content supplied by the client that is to be included in the generated OVA download bundle.

JSON Example
{
    "bundleName": "blueprint",
    "metadataFileContent": "string",
    "imageIdentifiers": [
        "vmi-eb1e9a8771ea5c6c5"
    ],
    "projectId": "string"
}
string
bundleName
Required
Constraints: minLength: 1 maxLength: 128

The name of final deliverable bundle name. Supported File extension will be OVA only. It is not mandatory to provide OVA extension in file name.

string
metadataFileContent
Required

Base64 encoded String of additional file content supplied by the client. Allowed max size is 10 MB.

array of string
imageIdentifiers
Optional

List of VirtualMachineIdentifiers

string
projectId
Required

Valid project Id that logged-in user has access to.