Get Task Files
List the output files assocaited with this task.
This API is available to provider admin and support roles.
Request
URI
GET
https://{environmentid}.cloud.vmware.com//environment/{environmentId}/tasks/{taskId}/files
COPY
Path Parameters
string
environmentId
Required
URN ID of an Environment
string
taskId
Required
URN id of task
Responses
200
OK
Returns Array of ClusterFile of type(s) application/json
[
{
"id": "string",
"name": "string",
"description": "string",
"type": "string",
"timestamp": "string"
}
]
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"
}