Get the list of restore points in Backup Details

Get the list of restore points in Backup Details

get

Get the list of restore points for the specific backup.

Path parameters
backupNamestringRequired
Query parameters
clusterSeqstringRequired
Responses
200
OK
*/*
get
GET /v1/backups/{backupName}/restorePoint?clusterSeq=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "clusterName": "thingcluster",
    "clusterSeq": 1,
    "created": 1704705510,
    "expiration": 1707297510,
    "jobName": "cocktail-backup",
    "name": "cocktail-backup",
    "size": 329759314,
    "status": "Completed",
    "TTL": 2592000000
  }
]

Was this helpful?