NSX-T Data Center REST API

This api is used to get mp policy promotion history. The history contains details about date and time of different promotion operations like INITIATED, CANCELLED, SUCCESS.

This api is used to get migration history.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/api/v1/migration/mp-policy-promotion/history
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/mp-policy-promotion/history

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
MPPolicyPromotionHistoryList+

Example Response:

[ { "date_time" : "1602487546682", "status" : "INITIATED" } ]

Required Permissions:

read

Feature:

utilities_upgrade

Additional Errors: