appliance recovery backup system name archive: info

The info structure represents backup archive information. This structure was added in vSphere API 6.7

Representation:

{
    "comment""string",
    "location""http://myurl.com",
    "parts"[
        "string",
        "string"
    ],
    "system_name""obj-103",
    "timestamp""2015-01-01T22:13:05.651Z",
    "version""string"
}

Attributes:

Name Type Description
Required
timestamp date_time Time when this backup was completed. This attribute was added in vSphere API 6.7

location URI Backup location URL. This attribute was added in vSphere API 6.7

parts string[] List of parts included in the backup. This attribute was added in vSphere API 6.7

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

system_name string The system name identifier of the appliance represented by the backup. 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. 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.

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