Check data connector availability

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

Returns the headers that the corresponding GET returns. Clients use this to determine whether the data connector 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 of data connector exists at the requested path.