NSX-T Data Center REST API

PendingChangesInfoNsxT (type)

{
  "additionalProperties": false,
  "description": "Information about recent changes, if any, that are not reflected in the Enforced Realized Status.",
  "id": "PendingChangesInfoNsxT",
  "module_id": "PolicyRealizationStatus",
  "properties": {
    "pending_changes_flag": {
      "description": "Flag describing whether there are any pending changes that are not reflected in the status.",
      "readonly": true,
      "title": "Pending Changes Flag",
      "type": "boolean"
    }
  },
  "title": "NSX-T Pending Change Info",
  "type": "object"
}