Download With Cookie

Download With Cookie

Downloads the respective support bundle, without requiring a correct API key to be provided. Suitable for use in client-side web browser applications.

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

Returned error codes include (but are not limited to):

  • InvalidDownloadCookieException
Returns ApiError of type(s) */*
{
    "args": [
        "string"
    ],
    "code": "string",
    "msg": "string",
    "stacktrace": "string"
}
array of string
args
Optional

Positional arguments.

string
code
Optional

Specific error code.

string
msg
Optional

Detailed error message.

string
stacktrace
Optional

Exception stacktrace.


404

Returned error codes include (but are not limited to):

  • SupportBundleNotFound
Returns ApiError of type(s) */*
{
    "args": [
        "string"
    ],
    "code": "string",
    "msg": "string",
    "stacktrace": "string"
}
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

Returned error codes include (but are not limited to):

  • GeneralServerFailure
Returns ApiError of type(s) */*
{
    "args": [
        "string"
    ],
    "code": "string",
    "msg": "string",
    "stacktrace": "string"
}
array of string
args
Optional

Positional arguments.

string
code
Optional

Specific error code.

string
msg
Optional

Detailed error message.

string
stacktrace
Optional

Exception stacktrace.