Check data source definition availability

head/servers/{serverName}/dataConnectors/{dataConnectorName}/definition
Internal-Use Only

Returns the headers that the corresponding GET returns. Clients might use this to determine whether the data source definition exists.

Request Samples

1

Response Samples

1Empty Response

Path Parameters

NameTypeRequiredDescription
dataConnectorName
string
true

The unique name of this data connector within this CAS server.

serverName
string
true

The CAS server name for which to get the data connector.

Query Parameters

NameTypeRequiredDescription
sessionId
string
false

Session ID to use when connecting to retrieve the data connector. If not specified, a temporary session is used.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
404Not FoundNo CAS server or data source definition exists at the requested path.