appliance recovery backup system name archive: summary

The summary structure contains commonly used information about a backup archive. This structure was added in vSphere API 6.7

Representation:

{
    "archive""obj-103",
    "comment""string",
    "timestamp""2015-01-01T22:13:05.651Z",
    "version""string"
}

Attributes:

Name Type Description
Required
archive string Backup archive identifier. This attribute was added in vSphere API 6.7

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.

timestamp date_time Time when this backup was started. This attribute was added in vSphere API 6.7

version string The version of the appliance represented by the backup archive. This attribute was added in vSphere API 6.7

comment string Custom comment added by the user for this backup. This attribute was added in vSphere API 6.7