NSX-T Data Center REST API

PolicyFullSyncActionParameters (type)

{
  "additionalProperties": false, 
  "description": "Full sync action request parameters to initiate full sync for the given LM, abort 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"
    }, 
    "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"
}