Generate Cookie
This request generates a one-time cookie used to download the specified support bundle without providing a valid API key. The API is not meant to be used from browsers.
UUID of the bundle
e9aac41e-ebb1-4f91-98c5-c6b4cb77f45c
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.