RecoveryBackupSystemNameArchiveInfo
The Archive.Info structure represents backup archive information.
Properties
string
comment
Required
Custom comment added by the user for this backup.
string as uri
location
Required
Backup location URL.
array of
string
parts
Required
List of parts included in the backup.
string
system_name
Required
The system name identifier of the appliance represented by the backup. 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. 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.
string as date-time
timestamp
Required
Time when this backup was completed.
string
version
Required
The version of the appliance represented by the backup.
JSON Example
{
"comment": "string",
"location": "string",
"parts": [
"string"
],
"system_name": "string",
"timestamp": "string",
"version": "string"
}