Skip to main content

Check connection for source connector.

POST 

/sources/:sourceId/connector/check-connection

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

This endpoint validates that the configured credentials are valid and will properly authenticate with the source identified by the sourceId path parameter. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    sourceId stringrequired

    The ID of the Source.

    Example: cef3ee201db947c5912551015ba0c679

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

The result of checking connection to the source connector with response from it.

Schema

    id string

    ID of the source

    name string

    Name of the source

    status string

    Possible values: [SUCCESS, FAILURE]

    The status of the health check.

    elapsedMillis integer

    The number of milliseconds spent on the entire request.

    details object

    The document contains the results of the health check. The schema of this document depends on the type of source used.

Loading...