Download With Cookie

Download With Cookie

This request downloads the specified support bundle, without requiring a valid API key. This API is suitable for use in client-side web browsers.

Request
URI
GET
https://{api_host}//diagnostics/bundles/cookie/{bundleId}
COPY
Path Parameters
string
bundleId
Required

bundleId

Query Parameters
string
cookie
Required

cookie

Header Parameters
string
operationID
Optional

Operation ID for correlating logs across multiple services


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

401

The returned error codes include (but are not limited to):

  • NotAuthenticated
Returns ApiError of type(s) */*
{
    "args": [],
    "code": "Forbidden",
    "msg": "Permission denied.",
    "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
array of string
args
Optional

Positional arguments.

string
code
Optional

Specific error code.

string
msg
Optional

Detailed error message.

string
stacktrace
Optional

Exception stacktrace.


500

The returned error codes include (but are not limited to):

  • GeneralServerFailure
Returns ApiError of type(s) */*
{
    "args": [],
    "code": "Forbidden",
    "msg": "Permission denied.",
    "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
array of string
args
Optional

Positional arguments.

string
code
Optional

Specific error code.

string
msg
Optional

Detailed error message.

string
stacktrace
Optional

Exception stacktrace.