Status Code
A status code of 200 is returned on a successful completion. A non-200 status code is returned if an error occurs.
Example: Get Table Dependencies
{ "jobs": [ { "job_name": "sdjob3", "job_type": "MLOAD", "status": "SUCCESS", "condition": "Normal", "server_name": "banjo" } ], "servers": [ { "server_name": "banjo", "server_type": "TD", "data_center": "UNKNOWN" } ], "applications": [ { "application_name": "app5", "condition": "Critical", "state": "Active" } ], "workflows": [ { "workflow_name": "sanwf3", "execution_status": "SUCCESS", "execution_details": { "run_id": 127, "start_ts": "2016-12-07T18:43:24.480Z", "end_ts": "2016-12-07T18:43:36.440Z" } } ] }