System Administration > Configuration > NSX Managers > API Services > Task Management

Get the response of a task

Request:

Method:
GET
URI Path(s):
/api/v1/tasks/<task-id>/response
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/tasks59c7d6c8-7d64-4f0e-8af5-0b5e92bc3330/response

Successful Response:

Response Code:
200 OK, 303 See Other
Response Headers:
Content-type: application/json
Response Body:
object

Example Response:

{ "cursor" : "", "sort_ascending" : true, "sort_by" : "displayName", "result_count" : 0, "results" : [ ] }

Required Permissions:

read

Feature:

utilities_tasks

Additional Errors: