16.20 - GET (Specified Table Dependencies) - Teradata Ecosystem Manager

Teradata® Ecosystem Manager API Reference

Product
Teradata Ecosystem Manager
Release Number
16.20
Published
December 2020
Language
English (United States)
Last Update
2020-12-23
dita:mapPath
loa1512743917841.ditamap
dita:ditavalPath
ft:empty
dita:id
ust1467241825350

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"
            }
        }
    ]
}