To get the status of a streaming ingestion and replication job, you might send a request similar to the following example:
POST https://usw1-ing.dm2-us.informaticacloud.com/sisvc/monitor/v1/status/dataflows/1948938e-3923-4602-aba8-f122e3d66faf Content-Type: application/json Accept:application/json IDS-SESSION-ID:2l0oeVx22Rujiej7yTokmT
GET response
Returns the job status object if successful or an error object if an error occurs.
If successful, the response includes the following information about the status of a streaming ingestion and replication job:
Parameter
Type
Description
dataflowName
String
Name of the streaming ingestion and replication job.
dataflowId
Integer
ID of the streaming ingestion and replication job.
status
String
The status of the streaming ingestion and replication job. A job can be in one of the following status:
- Deploying. The job is being deployed.
- Up and Running. The job is running.
- Running with Warning. The job is running with warnings.
- Running with Error. The job is running with error.
- Undeployed. The job is undeployed.
- Stopped. The job was intentionally stopped.
timestamp
Integer
Time, in milliseconds, when the Secure Agent records the status of the streaming ingestion and replication job.
reports
Array
Status details of each node.
graph
String
The throughput information for the source and target of the job.
runId
Integer
Run ID of the streaming ingestion and replication job. The ID changes for every deployment.
GET response example
If the request to get the status of a streaming ingestion and replication job is successful, you might receive a response similar to the following example: