System Administration > Configuration > NSX Managers > Clusters > Cluster Configuration

Get backup frames for UI

Returns list of backup frames and some metadata to be used by UI.

Request:

Method:
GET
URI Path(s):
/api/v1/cluster/backups/ui_frames
Request Headers:
n/a
Query Parameters:
GetBackupUiFramesInfoRequestParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/cluster/backups/ui_frames

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
BackupUiFramesInfoList+

Example Response:

{ "backup_frames_list": [ { "site_id": "48F45150-038C-4664-B468-36FFE1B356F9", "api_endpoint": "gm-manager", "frame_type" : "GLOBAL_MANAGER", "site_version": "3.0.0.0" }, { "site_id": "48F45150-038C-4664-B468-36FFE1B356F9", "api_endpoint": "nsxapi", "frame_type" : "LOCAL_MANAGER", "site_version": "3.0.0.0" }, { "site_id": "fec18cee-ccf7-4d7c-bcc2-8634b08195cd", "api_endpoint": "gm-manager", "frame_type" : "LOCAL_MANAGER", "site_version": "3.0.0.0" }, { "site_id": "3128af2d-d763-4a27-80e0-4933af7e4824", "api_endpoint": "gm-manager", "frame_type" : "LOCAL_MANAGER", "site_version": "3.0.0.0" } ] }

Required Permissions:

read

Feature:

utilities_backup

Additional Errors: