Get Task File

Get Task File

Retrieve specified task file.

This API is available to provider admin and support roles.

Request
URI
GET
https://{environmentid}.cloud.vmware.com//environment/{environmentId}/tasks/{taskId}/files/{fileId}
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 ClusterFile of type(s) application/json
{
    "id": "string",
    "name": "string",
    "description": "string",
    "type": "string",
    "timestamp": "string"
}
string
id
Optional

URN ID of file

string
name
Optional

Filename of file

string
description
Optional

Description of the file

string
type
Optional

Type of the file

string As date-time As date-time
timestamp
Optional

Timestamp of the file


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"
}