List Backup System Name
Returns a list of system names for which backup archives exist under locSpec.
Request
URLURL
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
array
of
string
of type application/json
list of system names The result will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.system_name.
Errors
com.vmware.vapi.std.errors.not_found : if locSpec doesn’t 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
x-vmw-doc-operation: list