Administrator
- Administrator
- All Products
<server URI>/sisvc/monitor/v1/jobs/<dataflow ID>/<run ID of the job>
POST https://usw1-ing.dm2-us.informaticacloud.com/sisvc/monitor/v1/jobs/1948938e-3923-4602-aba8-f122e3d66faf/42559 Content-Type: application/json Accept:application/json IDS-SESSION-ID:2l0oeVx22Rujiej7yTokmT
Parameter
| Type
| Description
|
---|---|---|
assetId
| String
| ID of the
streaming ingestion and replication job.
|
assetName
| String
| Name of the
streaming ingestion and replication job.
|
duration
| Integer
| The time it took to deploy the job.
|
endTime
| Integer
| End time of deploying the job, in UTC time.
|
startTime
| Integer
| Start time of deploying the job, in UTC time.
|
extraData
| String
| Additional information including the task ID, deployed version, and the Secure Agent group ID.
|
runId
| Integer
| Run ID of the
streaming ingestion and replication job. The ID changes for every deployment.
|
orgId
| String
| ID of the organization the logged in user belongs to.
|
runtimeEnv
| String
| ID of the Secure Agent that deployed the
streaming ingestion and replication job.
|
startedBy
| String
| Name of the user who created the
streaming ingestion and replication task.
|
status
| String
| The status of the
streaming ingestion and replication job. A job can be in one of the following status:
|
{ "assetId": "1948938e-3923-4602-aba8-f122e3d66faf", "assetName": "testmonitor", "assetType": "SI_DATAFLOW", "correlationId": null, "duration": 1543, "endTime": "2022-02-14T04:04:13.000+0000", "extraData": "{\"id\":\"0RwiUUb9bVwjL67dWOKjoI\",\"version\":1,\"agentGroupId\":null}", "location": "Default", "runId": 42559, "orgId": "2lFy0UUNnlnbjhaoT3TSqw", "runtimeEnv": "011ZFB2500000000000N", "startedBy": "siqa_new", "status": "Undeployed", "startTime": "2022-02-14T03:38:30.000+0000", "deployedVersion": 1 }