NSX-T Data Center Global Manager REST API

OnboardingConflictStatus (type)

{
  "enum": [
    "NO_CONFLICTS", 
    "CONFLICT_DETECTED"
  ], 
  "help": "Configuration onboarding conflict status on Global manager. Global manager\ncan have below status based on conflict in path between site configuration\nand global configuration.\nNO_CONFLICTS        - No conflicts found between site configuration and\n                      global configuration.\nCONFLICT_DETECTED   - One or more conflicts found between site configuration\n                      and global configuration\n", 
  "id": "OnboardingConflictStatus", 
  "module_id": "GmConfigOnboarding", 
  "title": "Onboarding Conflict Status", 
  "type": "string"
}