Datasources

Get datasource status for an application

Returns the catalog identity and live sync state of a datasource connected to the given application. Sync fields are sourced from the linked service and degrade gracefully to sync_status "unknown" when the service is unreachable.

get/applications/{id}/datasources/{datasource_id}

Path parameters

idstring required

Application ID (UUID)

datasource_idstring required

Datasource connector ID (UUID)

Response

Datasource status

idstring

ID is the UUID of the datasource connector.

messagestring

Message contains a human-readable description of the current status (omitted when empty).

namestring

Name is the unique human-readable label for this connector.

statusstring

Status is the catalog-side connectivity health: "connected" or "offline".

Changes

Changed in 1 of the 61 revisions of this API.1