Event Monitoring API
Learn about monitoring events using the Event Monitoring API.
Request
GET {{hub-url}}/api/tenants/{tenantId}/monitoring/_eventMonitoring
Where hub-url is your tenant environment-data-pipeline-hub.reltio.com.
Parameters | Required | Default | Details |
---|---|---|---|
from | No | 1 day | The %timeinterval; is in milliseconds (UNIX Epoch). Use to check consistency. |
to | No | N/A | The %timeinterval; is in milliseconds. (UNIX Epoch). Use to check consistency. |
detailed | No | false | Select Yes for more event-specific information for complete and incomplete events. |
max | No | 10 | The limit of incomplete events returned in the response. |
Response
Returns the event transferred for a tenant ID.
Sample Request
GET {{test-usg-data-pipeline-hub.reltio.com}}/status/tenant/{tenantId}/_eventMonitoring
Sample Response
{
"eventId" : "1672862520597_38JUqe0",
"eventType" : "C1",
objectUri" : "pLPL2hS",
"timestamp" : 1672862528181,
"checksum" : 100667391,
"platform_checksum" : 4095,
"data_pipeline_checksum" : 100663376
}
{
"total_events_count": 6,
"total_incomplete_events_count": 0
}
To validate the complete event details, match the timestamp in the event ID and the object URI with your Snowflake UI.