Recovery_Backup_SystemName_Archive_Info

Recovery_Backup_SystemName_Archive_Info
Recovery_Backup_SystemName_Archive_Info

The Archive.Info structure represents backup archive information.

JSON Example
{
    "timestamp": "string",
    "location": "string",
    "parts": [
        "string"
    ],
    "version": "string",
    "system_name": "string",
    "comment": "string"
}
string As date-time
timestamp
Required

Time when this backup was completed.

string As uri
location
Required

Backup location URL.

array of string
parts
Required

List of parts included in the backup.

string
version
Required

The version of the appliance represented by 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
comment
Required

Custom comment added by the user for this backup.