List Backup System Name Archive
Returns information about backup archives corresponding to given backup location and system name, which match the Archive.FilterSpec.
Request
URLURL
Path Parameters
Path Parameters
System name identifier. The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.system_name.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
This is a request body class for an operation.
{
"filter_spec": {},
"loc_spec": {
"location": "string"
}
}
Specification of matching backups for which information should be returned.
Authentication
Response
Response BodyResponse Body
array
of
RecoveryBackupSystemNameArchiveSummary
of type application/json
Commonly used information about the backup archives.
[
{
"archive": "string",
"comment": "string",
"timestamp": "string",
"version": "string"
}
]
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.
Custom comment added by the user for this backup.
Time when this backup was started.
The version of the appliance represented by the backup archive.
Errors
com.vmware.vapi.std.errors.not_found : if combination of locSpec and system name does not refer to an existing location on the backup server.
com.vmware.vapi.std.errors.error : if any error occurs during the execution of the operation.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
PowerCLI Client SDK All Parameters Example
cURL Command
Vendor Extensions
x-vmw-doc-deprecated-method: get
x-vmw-doc-deprecated-path: /rest/appliance/recovery/backup/system-name/{system_name}/archives
x-vmw-doc-operation: list