Critical BackupGet Critical Backup Stats

Get Critical Backup Stats

Get aggregate statistics for a single critical backup job.

curl -X GET "https://api.5centscdn.com/v2/cb/42/stats" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "checks": "512",
  "errors": 0,
  "transfers": 64,
  "bytes": "53687091200",
  "links": 2
}
GET
/cb/{backupid}/stats
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

path
backupidinteger
Required

Critical Backup job ID

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

backupidinteger
Required

Critical Backup job ID

Example:
42

Responses

checksstring

Number of files checked for changes for this backup.

errorsinteger

Number of errors encountered for this backup.

transfersinteger

Number of files transferred for this backup.

bytesstring

Total bytes transferred for this backup.

linksinteger

Number of zones linked to this backup.