NSX-T Data Center REST API

MPPolicyPromotionHistory (type)

{
  "additionalProperties": false, 
  "id": "MPPolicyPromotionHistory", 
  "module_id": "PolicyMigration", 
  "properties": {
    "date_time": {
      "description": "Date and and time of the promotion operation. The date and time is stored in epoch time format.", 
      "readonly": true, 
      "required": true, 
      "title": "Date and and time of the promotion operation.", 
      "type": "string"
    }, 
    "status": {
      "description": "Represents the type of operation in the mp to policy promotion life cycle. Can be INITIATED, CANCELLED, PARTIAL_SUCCESS  or SUCCESS.", 
      "enum": [
        "INITIATED", 
        "CANCELLED", 
        "SUCCESS", 
        "PARTIAL_SUCCESS"
      ], 
      "required": true, 
      "title": "Represents the type of operation in the mp to policy promotion life cycle.\n", 
      "type": "string"
    }
  }, 
  "title": "Contain mp to policy promotion history.\n", 
  "type": "object"
}