List Backup System Name Archive Deprecated
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.
Query Parameters
Query Parameters
Backup comment must contain this string to match the filter. If unset the filter will match backups with any comment.
Backup must have been taken on or before this time to match the filter. If unset the filter will match most recent backups.
Limit result to a max count of most recent backups. If unset it defaults to 128.
Backup must have been taken on or after this time to match the filter. If unset the filter will match oldest backups.
Backup location URL.
Password for the given location. If unset authentication will not be used.
Username for the given location. If unset authentication will not be used.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
Commonly used information about the backup archives.
{
"value": [
{
"archive": "string",
"comment": "string",
"timestamp": "string",
"version": "string"
}
]
}
Commonly used information about the backup archives.
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
cURL Command
Vendor Extensions
x-vmw-doc-new-method: post
x-vmw-doc-new-path: /api/appliance/recovery/backup/system-name/{system_name}/archives?action=list
x-vmw-doc-operation: list