Data Source Ingestion Monitoring API
The Data Source Ingestion Monitoring (DSIM) API endpoint provides you with greater visibility into the status of your Data Source ingestion jobs. This API allows you to programmatically check the execution status and key metrics for your configured data sources.
This API uses the /dsexecution
endpoint. Make a call to this endpoint to retrieve the latest ingestion job status for a specific data source associated with your tenant.
This API provides you with:
Increased Transparency: Get clear insight into whether your data ingestion jobs are succeeding, failing, or currently running.
Proactive Monitoring: Programmatically monitor your critical data pipelines to quickly identify and troubleshoot ingestion issues.
Improved Control: Stay informed about the duration and success rate of your connector and overall ingestion processes.
How to Access the API
You can access this API by sending a GET request to the following endpoint:
https://[your-aisera-platform-url]/dsexecution
For example: https://abc.api.aisera.cloud/dsexecution?tenantId=123&datasourceId=456
Authentication
Authenticate your request using Basic Authentication with your Aisera platform credentials (the same username and password you use to log in to the Aisera platform).
Request Parameters
tenantId: Your unique tenant ID.
datasourceId: The ID of the specific data source you want to check the status for.
Last updated