Skip to main content
GET
/
v1
/
projects
/
{id}
/
disks
/
{name}
/
backups
Get backups disk
curl --request GET \
  --url https://api.iran.liara.ir/v1/projects/{id}/disks/{name}/backups \
  --header 'Authorization: <api-key>'
{
  "backups": [
    {
      "name": "<string>",
      "lastModified": "<string>",
      "etag": "<string>",
      "size": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

id
string
required

The id of your app

name
string
required

The name of your disk

Response

Successful operation

backups
object[]