Get headers and verify that QKB exists

head/environments/{environmentName}/contexts/{contextName}/qkbs/{qkbName}

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

Request Samples

1

Response Samples

1Not Available

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
200OK

The request succeeded. The QKB exists in the specified context.

404Not Found

The requested qkb does not exist for the given environment and context.