NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Request one-time inventory summary.Request one-time inventory summary. The backup will be uploaded using the same server configuration as for an automatic backup. | POST /policy/api/v1/cluster?action=summarize_inventory_to_remote POST /api/v1/cluster?action=summarize_inventory_to_remote | 
| Request one-time backupRequest one-time backup. The backup will be uploaded using the same server configuration as for automatic backup. | POST /policy/api/v1/cluster?action=backup_to_remote POST /api/v1/cluster?action=backup_to_remote | 
| Get ssh fingerprint of remote(backup) serverGet SHA256 fingerprint of ECDSA key of remote server. The caller should independently verify that the key is trusted. | POST /policy/api/v1/cluster/backups?action=retrieve_ssh_fingerprint POST /api/v1/cluster/backups?action=retrieve_ssh_fingerprint | 
| Get backup configurationGet a configuration of a file server and timers for automated backup. Fields that contain secrets (password, passphrase) are not returned. | GET /policy/api/v1/cluster/backups/config GET /api/v1/cluster/backups/config | 
| Configure backupConfigure file server and timers for automated backup. If secret fields are omitted (password, passphrase) then use the previously set value. | PUT /policy/api/v1/cluster/backups/config PUT /api/v1/cluster/backups/config | 
| Get backup historyGet history of previous backup operations | GET /policy/api/v1/cluster/backups/history GET /api/v1/cluster/backups/history | 
| Get all backup related information for a siteGet 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. | GET /policy/api/v1/cluster/backups/overview GET /api/v1/cluster/backups/overview | 
| Get backup statusGet status of active backup operations | GET /policy/api/v1/cluster/backups/status GET /api/v1/cluster/backups/status | 
