Type to search...

Super backup log - API representation

The Super Backup Log resource represents a Super Backup Log in Shardimage.

For a list of methods for this resource, see the end of this page.

Resource Representation

Super backup log resource

{
  "id": string,
  "message": null|string,
  "publicId": string,
  "createdAt": float,
  "type": string,
  "isError": boolean,
  "isCurrentSession": boolean,
  "destinationObjectPath": string,
}
Property name Value Description Notes
id string ID of the log
message string / null Message of the log
publicId string Public ID
createdAt float timestamp
type string Operation types: upload or delete
isError boolean is it error log
isCurrentSession boolean is it log for the actual super backup
destinationObjectPath string Destination path of the copy or deletion

Super backup log list resource

{
  "nextPageToken": bool|string,
  "items": superBackupLog[]
  "lastScannedTime": float
}
Property name Value Description Notes
nextPageToken bool / string
items superBackupLog[]
lastScannedTime float Latest scanned item time timestamp

Projections

This endpoint doesn’t have any projections.

Methods

Available methods for Super Backup Log resources are as follows:

  • list: Retrieves a list of super backup’s log matching the criteria.
Table of contents