Get Backup System Name Archive Deprecated
Returns the information for backup corresponding to given backup location and system name.
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.
Archive identifier. The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.system_name.archive.
Query Parameters
Query Parameters
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
Info Structure.
{
"value": {
"comment": "string",
"location": "string",
"parts": [
"string"
],
"system_name": "string",
"timestamp": "string",
"version": "string"
}
}
Errors
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/{archive}?action=get
x-vmw-doc-operation: get