Critical BackupCritical Backup Stats

Critical Backup Stats

Get aggregate statistics across all critical backup jobs for the service.

curl -X GET "https://api.5centscdn.com/v2/cb/stats" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "checks": "1024",
  "errors": 0,
  "transfers": 128,
  "bytes": "107374182400",
  "providers": 2,
  "links": 5
}
GET
/cb/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)

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.

Responses

checksstring

Number of files checked for changes across all backups.

errorsinteger

Number of errors encountered across all backups.

transfersinteger

Number of files transferred across all backups.

bytesstring

Total bytes transferred across all backups.

providersinteger

Number of distinct storage providers in use across all backups.

linksinteger

Total number of zones linked across all backups.