Skip to main content

Fetches source health by id

GET 

/sources/:sourceId/source-health

This endpoint fetches source health by source's id

Request

Path Parameters

    sourceId stringrequired

    The Source id.

    Example: 2c9180835d191a86015d28455b4a2329

Responses

Fetched source health successfully

Schema
    id string

    the id of the Source

    type string

    Specifies the type of system being managed e.g. Active Directory, Workday, etc.. If you are creating a Delimited File source, you must set the provisionasCsv query parameter to true.

    name string

    the name of the source

    org string

    source's org

    isAuthoritative boolean

    Is the source authoritative

    isCluster boolean

    Is the source in a cluster

    hostname string

    source's hostname

    pod string

    source's pod

    iqServiceVersion string

    The version of the iqService

    status string

    Possible values: [SOURCE_STATE_ERROR_CLUSTER, SOURCE_STATE_ERROR_SOURCE, SOURCE_STATE_ERROR_VA, SOURCE_STATE_FAILURE_CLUSTER, SOURCE_STATE_FAILURE_SOURCE, SOURCE_STATE_HEALTHY, SOURCE_STATE_UNCHECKED_CLUSTER, SOURCE_STATE_UNCHECKED_CLUSTER_NO_SOURCES, SOURCE_STATE_UNCHECKED_SOURCE, SOURCE_STATE_UNCHECKED_SOURCE_NO_ACCOUNTS]

    connection test result

Loading...