System Administration > Lifecycle Management > Backup Restore Management > Restore

List timestamps of all available Cluster Backups.

Returns timestamps for all backup files that are available
on the SFTP server.

Request:

Method:
GET
URI Path(s):
/api/v1/cluster/restore/backuptimestamps
Request Headers:
n/a
Query Parameters:
ListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/cluster/restore/backuptimestamps

Successful Response:

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

Example Response:

{ "results": [ { "timestamp": 1482253939013, "ip_address": "64.233.187.105", "node_id": "21EA6850-217F-41A2-B3CF-F322A882C54E" "restore_type": ["REGULAR_RESTORE"] }, { "timestamp": 1482081398404, "ip_address": "64.233.187.105", "node_id": "21EA6850-217F-41A2-B3CF-F322A882C54E" "restore_type": ["POLICY_ONLY_RESTORE"] }, { "timestamp": 1481908598404, "ip_address": "64.233.187.105", "node_id": "21EA6850-217F-41A2-B3CF-F322A882C54E" "restore_type": ["POLICY_ONLY_RESTORE"] }, { "timestamp": 1481735798404, "ip_address": "64.233.187.105", "node_id": "21EA6850-217F-41A2-B3CF-F322A882C54E" "restore_type": ["POLICY_ONLY_RESTORE"] } ] }

Required Permissions:

read

Feature:

utilities_backup

Additional Errors: