Administrator
- Administrator
- All Products
<server URI>/sisvc/monitor/v1/history/dataflows/<dataflow ID>
POST https://usw1-ing.dm2-us.informaticacloud.com/siscv/monitor/v1/history/dataflows/1948938e-3923-4602-aba8-f122e3d66faf Content-Type: application/json Accept:application/json IDS-SESSION-ID:2l0oeVx22Rujiej7yTokmT
Parameter
| Type
| Description
|
---|---|---|
dataflowName
| String
| Streaming ingestion and replication job name.
|
dataflowId
| Integer
| Streaming ingestion and replication job ID.
|
deployedAt
| Integer
| The start time of deploying the job, in UTC time.
|
undeployedAt
| Integer
| The time when the job finished undeploying, in UTC.
|
runID
| Integer
| Run ID of the
streaming ingestion and replication job. The ID changes for every deployment.
|
[ { "dataflowId": "1948938e-3923-4602-aba8-f122e3d66faf", "dataflowName": "testmonitor", "deployedAt": 1644809910000, "undeployedAt": 1644811453000, "dataflowVersion": 1, "runId": 42559, "overall": null, "intervals": {}, "graph": null }, { "dataflowId": "1948938e-3923-4602-aba8-f122e3d66faf", "dataflowName": "testmonitor", "deployedAt": 1644811513000, "undeployedAt": 1644838813000, "dataflowVersion": 1, "runId": 42561, "overall": null, "intervals": {}, "graph": null } ]