Get Backup System Name Archive
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.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
{
"location": "string"
}
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.
Authentication
Response
Response BodyResponse Body
Info Structure.
{
"comment": "string",
"location": "string",
"parts": [
"string"
],
"system_name": "string",
"timestamp": "string",
"version": "string"
}
Custom comment added by the user for this backup.
Backup location URL.
List of parts included in the backup.
The system name identifier of the appliance represented by the backup. 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.
Time when this backup was completed.
The version of the appliance represented by the backup.
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
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/{archive}
x-vmw-doc-operation: get