Skip to main content

Ping cluster for source connector

POST 

/sources/:sourceId/connector/ping-cluster

This endpoint validates that the cluster being used by the source is reachable from IdentityNow. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    sourceId stringrequired

    The ID of the Source

    Example: cef3ee201db947c5912551015ba0c679

Responses

The result of pinging connection with the source connector.

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...