Vai al contenuto principale
POST
/
sites
/
{siteId}
/
backups
Richiedi un Nuovo Backup
curl --request POST \
  --url https://api.altostrat.io/sites/{siteId}/backups \
  --header 'Authorization: Bearer <token>'
{
  "message": "Backup richiesto"
}

Authorizations

Authorization
string
header
required

È richiesto un token bearer per tutte le richieste API. Ottenere un token tramite l'API di Autenticazione di Altostrat.

Path Parameters

siteId
string<uuid>
required

L'identificatore univoco del sito.

Example:

"a1b2c3d4-e5f6-7890-1234-567890abcdef"

Response

Accettato - La richiesta di backup è stata accodata con successo.

message
string
Example:

"Backup richiesto"