NSX-T Data Center REST API
List all TransportNode VTEP actions' status
List all VTEP actions' status for a particular TransportNode. If some action status is missing in the response,that indicates the action has completed successfully.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}/vteps/actions/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
{ "results": [ { "device_name": "vmk10", "id": "4c6948fc-075d-32a1-9290-7b42b8d98142", "status_type": "TransportNodeVtepRecoveryStatus", "status": "InProgress", "status_message": "" } ] }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
TransportNodeVtepActionsStatusListResult+