NSX-T Data Center REST API
Get all backup related information for a site
Get a configuration of a file server, timers for automated backup,latest backup status, backups list for a site.
Fields that contain secrets (password, passphrase) are not returned.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/cluster/backups/overview
/api/v1/cluster/backups/overview
/api/v1/cluster/backups/overview
Request Headers:
n/a
Query Parameters:
BackupOverviewRequestParameters+
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/cluster/backups/overview?site_id=fec18cee-ccf7-4d7c-bcc2-8634b08195cd&frame_type=LOCAL_MANAGER&show_backups_list=trueSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
BackupOverview+