Gets connector list
GET {{baseUrl}}/connectors
Fetches list of connectors that have 'RELEASED' status using filtering and pagination. A token with ORG_ADMIN authority is required to call this API.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filters | string | Filter results using the standard syntax described in V3 API Standard Collection Parameters |
Filtering is supported for the following fields and operators:
name: sw, co
type: sw, co, eq
directConnect: eq
category: eq
features: ca
labels: ca |
| limit
| number | | Max number of results to return.
See V3 API Standard Collection Parameters for more information. |
| offset
| number | | Offset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information. |
| count
| boolean | | If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information. |
| locale
| string | | The locale to apply to the config. If no viable locale is given, it will default to "en" |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"},{"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"}]