Skip to main content

Test Configuration For Multi-Host Integration's Single Source

GET 

/multihosts/:multihost_id/sources/:sourceId/testConnection

This endpoint performs a more detailed validation of the source's configuration.

A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.

Request

Path Parameters

    multihost_id stringrequired

    ID of the Multi-Host Integration

    sourceId stringrequired

    ID of the source within the Multi-Host Integration

Responses

OK. Returned if the request was successfully accepted into the system.

Schema

    success boolean

    Source's test connection status.

    message string

    Source's test connection message.

    timing integer

    Source's test connection timing.

    resultType

    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, SOURCE_STATE_ERROR_ACCOUNT_FILE_IMPORT]

    Source's human-readable result type.

    testConnectionDetails string

    Source's human-readable test connection details.

Loading...