CrsbBackupEventModelDetails
Provides details about the actual backup action.
| Name | Description | Type | Additional Information |
|---|---|---|---|
| EventId |
Unique identifier for the backup event. |
string |
None. |
| Date |
Backup event timestamp in epoch seconds (RealUTCTime derived from agent's RealLocalTime). |
date |
None. |
| RealLocalTime |
The local time on the agent when the event occurred, in ISO8601 format. |
string |
None. |
| UserId |
User who initiated the event (may be empty for backup events). |
string |
None. |
| BackupType |
Type of backup performed. |
string |
None. |
| BackupDeviceId |
Unique identifier for the backup device. |
string |
None. |
| BackupDeviceName |
Friendly name of the backup device. |
string |
None. |
| BackupLocation |
Location where the backup is stored (e.g., AwsS3, Appliance, LocalSnapshot). |
string |
None. |
| BackupJobId |
Unique identifier for the backup job. |
string |
None. |
| RetentionModel |
Retention model used for the backup (e.g., Custom, Standard). |
string |
None. |
| RPRealLocalTime |
Local time (ISO8601) when the backup started on the agent. |
string |
None. |
| RPId |
Restore point identifier, available only if backup completed partially or successfully. |
string |
None. |
| TimeElapsedSec |
Time taken for the backup operation, in seconds. |
integer |
None. |
| LogLocation |
File system location of the backup logs. |
string |
None. |
| ProtectedSizeBytes |
Total size of the data protected in bytes. |
integer |
None. |
| DeltaSizeBytes |
Size of the delta (incremental) data backed up in bytes. |
integer |
None. |
| TransmittedSizeBytes |
Size of the data transmitted during backup in bytes. |
integer |
None. |
| Status |
Status of the backup operation. |
string |
None. |
| StatusReason |
Reason for the backup status, if applicable. |
string |
None. |