Create custom connector

POST {{baseUrl}}/connectors

Create custom connector. A token with ORG_ADMIN authority is required to call this API.

Request Body

{"name"=>"custom connector", "className"=>"sailpoint.connector.OpenConnectorAdapter", "type"=>"custom connector type", "directConnect"=>true, "status"=>"RELEASED"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"name":"name","type":"ServiceNow","scriptName":"servicenow","className":"sailpoint.connector.OpenConnectorAdapter","features":["PROVISIONING","SYNC_PROVISIONING","SEARCH","UNSTRUCTURED_TARGETS"],"directConnect":true,"connectorMetadata":{"supportedUI":"ANGULAR","platform":"ccg","shortDesc":"connector description"},"status":"RELEASED"}