NSX-T Data Center REST API

PolicyFullSyncActionParameters (type)

{
  "additionalProperties": false,
  "description": "Full sync action request parameters to initiate full sync for the given LM, stop ongoing full sync or purge the histoic full sync events.",
  "id": "PolicyFullSyncActionParameters",
  "module_id": "PolicyFullSync",
  "properties": {
    "action": {
      "enum": [
        "request_full_sync",
        "request_notifications_full_sync",
        "abort_current_sync",
        "purge_history"
      ],
      "required": true,
      "type": "string"
    },
    "site": {
      "description": "site id to perform full sync on NSX+, like site1, siteId is required for full sync api on NSX+ only.",
      "required": false,
      "title": "site id",
      "type": "string"
    },
    "sync_type": {
      "description": "If not specified, the value is defaulted to gm_to_lm_full_sync.",
      "enum": [
        "gm_to_lm_full_sync"
      ],
      "required": false,
      "title": "Type of full sync being requested",
      "type": "string"
    }
  },
  "title": "Full sync action request parameters",
  "type": "object"
}