Comment on page
BackupsReportItem Object
Specifies details of a backup reported by a backups report.
ID of the action execution that created the backup.
Type:
string
ID of the action that created the backup.
Type:
string
Name of the action that created the backup.
Type:
string
Version ID of the action that created the backup.
Type:
string
ID of the backup.
Type:
string
Size of the backup, in GB.
Type:
integer
Type of backup that was created.
Type:
string
Valid Values:
amazon-ami-image
amazon-ebs-snapshot
amazon-rds-cluster-snapshot
amazon-rds-snapshot
Date on which the backup was created. The date is in ISO 8601 format.
Type:
string
Credential ID of the account in which the backup was created.
Type:
string
Name of the credential in which account the backup was created.
Type:
string
ID of the project in which the action that created the backup resides.
Type:
string
Region in which the backup was created.
Type:
string
Resource ID of the resource from which the backup was created.
Type:
string
Resource type of the resource from which the backup was created.
Type:
string
{
"projectId": "proj-00000000",
"createdDate": "2020-12-31T00:00:00Z",
"regionName": "us-east-1",
"backupType": "amazon-ami-image",
"backupId": "ami-00000000",
"backupSize": 30,
"sourceType": "amazon-ec2-instance",
"sourceId": "i-00000000",
"actionExecutionId": "ae-00000000",
"actionId": "a-00000000",
"actionVersionId": "av-00000000",
"actionName": "Backup Servers",
"credentialId": "cred-00000000",
"credentialName": "Cloud Account"
}