BackupsReportItem Object

Description

Specifies details of a backup reported by a backups report.

Properties

actionExecutionId

ID of the action execution that created the backup.

Type: string

actionId

ID of the action that created the backup.

Type: string

actionName

Name of the action that created the backup.

Type: string

actionVersionId

Version ID of the action that created the backup.

Type: string

backupId

ID of the backup.

Type: string

backupSize

Size of the backup, in GB.

Type: integer

backupType

Type of backup that was created.

Type: string

Valid Values:

  • amazon-ami-image

  • amazon-ebs-snapshot

  • amazon-rds-cluster-snapshot

  • amazon-rds-snapshot

createdDate

Date on which the backup was created. The date is in ISO 8601 format.

Type: string

credentialId

Credential ID of the account in which the backup was created.

Type: string

credentialName

Name of the credential in which account the backup was created.

Type: string

projectId

ID of the project in which the action that created the backup resides.

Type: string

regionName

Region in which the backup was created.

Type: string

sourceId

Resource ID of the resource from which the backup was created.

Type: string

sourceType

Resource type of the resource from which the backup was created.

Type: string

Sample JSON

Last updated