Read Task Result
Get the response of a task
Request
URI
GET
https://nsxmanager.your.domain/api/v1/tasks/{task-id}/response
COPY
Path Parameters
string
task-id
Required
ID of task to read
Responses
200
Success
Operation doesn't return any data structure
303
See other
Operation doesn't return any data structure
default
Unexpected error
Returns ApiError of type(s) application/json
{
"module_name": "string",
"error_message": "string",
"error_code": 0
}
string
module_name
Optional
module_name
string
error_message
Optional
error_message
integer As int64 As int64
error_code
Optional
error_code