Generate Backup Download Cookie
This request generates a one-time cookie used to download the specified backup without providing a valid API key.
UUID of the backup
d5210087-e81e-4cbc-80a2-178f7313a772
Operation ID for correlating logs across multiple services
Accepted
{
"cookie": "KqT+e0RCQTq86xZTjl8D5t2nAhs="
}
The generated cookie.
The returned error codes include (but are not limited to): NotAuthenticated
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): GeneralServerFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.