NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
Get information about all tasks | 
                      
                        GET /policy/api/v1/tasks
                         GET /api/v1/tasks  | 
                    
Get information about the specified task | 
                      
                        GET /policy/api/v1/tasks/{task-id}
                         GET /api/v1/tasks/{task-id}  | 
                    
Get the response of a task | 
                      
                        GET /policy/api/v1/tasks/{task-id}/response
                         GET /api/v1/tasks/{task-id}/response  |