v2

latestOpenAPI 3.0.02026-08-0688139156.5 KB
Backups

Start backup

post/v1/backup

Request body

agent_idstring required

ID of an agent

Example request

{
  "agent_id": "a_0123456789ab"
}

Response

Accepted

backup_idstring required

ID of a backup attempt

Example response

{
  "backup_id": "b_0123456789ab"
}