Get headers and verify existence of a context

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

Returns header information and verifies that an execution environment exists.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
contextName
string
true

Specifies the name of an execution environment.

environmentName
string
true

Specifies the name of an execution environment.

Query Parameters

NameTypeRequiredDescription
sessionId
string
false

Specifies the session identifier.

Responses

StatusMeaningDescription
200OK

The request succeeded. The specified context exists.

404Not Found

The requested environment or context does not exist.