Download Task File

Download Task File

Retrieve specified task file from this coordinator.

This API is available to provider admin and support roles.

Request
URI
GET
https://{environmentid}.cloud.vmware.com//environment/{environmentId}/tasks/{taskId}/files/{fileId}/download
COPY
Path Parameters
string
environmentId
Required

URN ID of an Environment

string
taskId
Required

URN id of task

string
fileId
Required

URN id of file


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns file of type(s) application/octet-stream
Operation doesn't return any data structure

404

Not Found

Returns Error of type(s) application/json
This response body class contains all of the following: BaseError , Error_allOf
{
    "0": "E",
    "1": "r",
    "2": "r",
    "3": "o",
    "4": "r",
    "5": "_",
    "6": "a",
    "7": "l",
    "8": "l",
    "9": "O",
    "10": "f",
    "11": " ",
    "12": "O",
    "13": "b",
    "14": "j",
    "15": "e",
    "16": "c",
    "17": "t",
    "code": "string",
    "messageParameters": [
        {}
    ],
    "message": "string",
    "localizedMessage": "string"
}