RecoveryBackupSystemNameArchiveSummary

The Archive.Summary structure contains commonly used information about a backup archive.


Properties

string
archive Required

Backup archive identifier. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.recovery.backup.system_name.archive. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.recovery.backup.system_name.archive.


string
comment Required

Custom comment added by the user for this backup.


string as date-time
timestamp Required

Time when this backup was started.


string
version Required

The version of the appliance represented by the backup archive.

JSON Example

{
	"archive": "string",
	"comment": "string",
	"timestamp": "string",
	"version": "string"
}

Feedback

Was this page helpful?