Get backup list

Get backups list

get

Get the list of backups.

Responses
200
OK
*/*
get
GET /v1/backups HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "clusterName": "thingcluster",
    "clusterSeq": "1",
    "lastBackupTime": 1705884540,
    "lastStatus": "Completed",
    "location": "minio",
    "location_id": "43f9ffdd-5763-400d-8bae-8289dfa1bfae",
    "name": "cocktail-backup",
    "provider": "minio",
    "schedule": {
      "pause": true,
      "schedule": "* * * * *",
      "status": "Enabled"
    },
    "type": "schedule"
  },
  {
    "clusterName": "thingcluster",
    "clusterSeq": "1",
    "lastBackupTime": 1704705641,
    "lastStatus": "Completed",
    "location": "azure",
    "location_id": "799d0f7f-e06d-4ec2-b7a4-562abd12d8be",
    "name": "cocktail-schedule",
    "provider": "azure",
    "type": "backup"
  }
]

Last updated

Was this helpful?