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. (Deprecated)

This api is used to get migration history.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX. Deprecated: This API is deprecated. The MP2Policy promotion tool will not be supported from VCF 9.0 release.

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

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: