Get headers and verify that QKB exists

head/environments/{environmentName}/contexts/{contextName}/qkbs/{qkbName}
Internal-Use Only

Returns header information and verifies that a QKB exists in a specified execution environment.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
contextName
string
true

Specifies the name of the execution environment.

environmentName
string
true

Specifies the name of the execution environment.

qkbName
string
true

Specifies the name of the QKB.

Query Parameters

NameTypeRequiredDescription
sessionId
string
false

Specifies the session identifier.

Responses

StatusMeaningDescription
200OKThe request succeeded. The QKB exists in the specified context.
404Not FoundThe requested qkb does not exist for the given environment and context.