Kopie zapasowe

List VM backups

GET
/cloud/project/{project_uuid}/vm/{vmid}/backups/

Returns backups of this VM on the project backup server, newest first. Returns 400 if the project has no backup storage.

Authorization

bearerAuth
AuthorizationBearer <token>

API key created in the portal (Settings → API Keys). Send as Authorization: Bearer <key>.

In: header

Path Parameters

project_uuid*string

Project UUID.

vmid*integer

VM identifier (VMID).

Response Body

application/json

curl -X GET "https://example.com/cloud/project/string/vm/0/backups/"
[  {    "created": "2019-08-24T14:15:22Z",    "size": "string",    "slug": "string",    "notes": "string"  }]