NSX-T Data Center Global Manager REST API

OnboardingStatus (type)

{
  "enum": [
    "ALLOWED", 
    "BLOCKED_FEATURE_CHECK", 
    "BLOCKED_CONFIG_CONFLICT_CHECK", 
    "BLOCKED_SITE_RESTORE_PENDING", 
    "BLOCKED_FULLSYNC_PENDING", 
    "BLOCKED_USER_REJECT", 
    "BLOCKED_SITE_NOT_REACHABLE", 
    "CONTINUE_RESOLUTION_NEEDED", 
    "IN_PROGRESS", 
    "FAILED_GM_ROLLBACK_IN_PROGRESS", 
    "SUCCESS"
  ], 
  "help": "Configuration onboarding status on Global manager. Currently Global manager\nallows below state transitions.\nALLOWED                         - Site onboarding is allowed for given\n                                  site. This is initial state to begin site\n                                  onboarding.\nBLOCKED_FEATURE_CHECK           - Site onboarding cannot proceed due to\n                                  supported feature mismatch against Global\n                                  manager.\nBLOCKED_CONFIG_CONFLICT_CHECK   - Site onboarding cannot proceed due to\n                                  conflicts in onboarding configuration.\nBLOCKED_SITE_RESTORE_PENDING    - Site onboarding cannot proceed due to\n                                  pending restore operation on site.\nBLOCKED_FULLSYNC_PENDING        - Site onboarding cannot proceed due to\n                                  pending infra state sync to the site.\nBLOCKED_USER_REJECT             - Site onboarding cannot proceed as per\n                                  user preferences.\nBLOCKED_SITE_NOT_REACHABLE      - Onboarding site is not reachable.\nCONTINUE_RESOLUTION_NEEDED      - Site onboarding is allowed to proceed but\n                                  conflict resolution is needed to start\n                                  configuration onboarding successfully.\nIN_PROGRESS                     - Site onboarding process is in progress.\nFAILED_GM_ROLLBACK_IN_PROGRESS  - Site onboarding process has failed and\n                                  rollback operation on gloabl manager is\n                                  in progress\nSUCCESS                         - Site onboarding process has successfully\n                                  completed.\n", 
  "id": "OnboardingStatus", 
  "module_id": "GmConfigOnboarding", 
  "title": "Onboarding Status", 
  "type": "string"
}