Get the list of restore points in Backup Details
Was this helpful?
Was this helpful?
Was this helpful?
GET /v1/backups/{backupName}/restorePoint?clusterSeq=text HTTP/1.1
Host:
Accept: */*
[
{
"clusterName": "thingcluster",
"clusterSeq": 1,
"created": 1704705510,
"expiration": 1707297510,
"jobName": "cocktail-backup",
"name": "cocktail-backup",
"size": 329759314,
"status": "Completed",
"TTL": 2592000000
}
]