API Description | API Path |
---|---|
Read federation configRead a federation config from Global Manager. |
GET /global-manager/api/v1/global-infra/federation-config
|
List Global ManagersList Global Managers under Infra. |
GET /global-manager/api/v1/global-infra/global-managers
|
Switch over from Active to Standby Global ManagerSwitch over from Active to Standby Global Manager. This operation will fail if there is no Standby Global Manager. |
POST /global-manager/api/v1/global-infra/global-managers
|
Delete a Global Manager under InfraDelete a particular global manager under Infra. Global Manager id 'self' is reserved and can be used for referring to local logged in Global Manager. Example - /infra/global-managers/self |
DELETE /global-manager/api/v1/global-infra/global-managers/<global-manager-id>
|
Read a Global ManagerRetrieve information about a particular configured global manager. Global Manager id 'self' is reserved and can be used for referring to local logged in Global Manager. Example - /infra/global-managers/self |
GET /global-manager/api/v1/global-infra/global-managers/<global-manager-id>
|
Create or patch a Global ManagerCreate or patch a Global Manager under Infra. Global Manager id 'self' is reserved and can be used for referring to local logged in Global Manager. Example - /infra/global-managers/self |
PATCH /global-manager/api/v1/global-infra/global-managers/<global-manager-id>
|
Create or fully replace a Global Manager under infraCreate or fully replace Global Manager under Infra. Revision is optional for creation and required for update. Global Manager id 'self' is reserved and can be used for referring to local logged in Global Manager. Example - /infra/global-managers/self |
PUT /global-manager/api/v1/global-infra/global-managers/<global-manager-id>
|
List overridden resourcesList overridden resources |
GET /global-manager/api/v1/global-infra/overridden-resources
|
Check Onboarding configuration conflictsVerifies and reports conflicting onboarding feature for a site. The response will contain first conflicting feature for the site configuration compared to corresponding global manager configuration. |
POST /global-manager/api/v1/global-infra/sites/<site-id>/onboarding?action=check_conflict
|
Start or Check on-boarding for a SiteInitiate config on-boarding of a Site. The entire on-boarding is async workflow controlled by API. |
POST /global-manager/api/v1/global-infra/sites/<site-id>/onboarding?action=start_onboarding
|
Fetch conflicting entities summary for a SiteGet consolidated list of conflicting entities summary for each supported feature for a site with an example. |
GET /global-manager/api/v1/global-infra/sites/<site-id>/onboarding/feature-summary
|
Fetch feature entities summary details for a SiteGet feature summary details with invalid configuration for a feature. |
GET /global-manager/api/v1/global-infra/sites/<site-id>/onboarding/invalid-config-details
|
Get Onboarding PreferencesGet user onboarding preferences for a site on global manager. |
GET /global-manager/api/v1/global-infra/sites/<site-id>/onboarding/preferences
|
Update Onboarding PreferencesUpdate user onboarding preferences to allow or reject site onboarding on global manager. |
PUT /global-manager/api/v1/global-infra/sites/<site-id>/onboarding/preferences
|
Get Onboarding statusGet onboarding status for a site. |
GET /global-manager/api/v1/global-infra/sites/<site-id>/onboarding/status
|
Get span for an entity with specified pathGet span for an entity with specified path. |
GET /global-manager/api/v1/global-infra/span
|
Get Upgrade summaryAPI will return high level summary of Upgrade across various sites. |
GET /global-manager/api/v1/global-infra/upgrade-summary
|