How to pull job dependencies from the AAI API?
search cancel

How to pull job dependencies from the AAI API?

book

Article ID: 268532

calendar_today

Updated On:

Products

Automation Analytics & Intelligence

Issue/Introduction

How to pull job dependencies from the AAI API?

Environment

Release : 6.4.6.1

Resolution

You can use the GET /jobs/{jobId}/downstream API call, to get successors of a specific job, and the GET /jobs/{jobId}/upstream API call to get predecessors of a specific job.

 

These API calls are similar to the job dependency data table report.

 

You can find this on the http://servername:8080/aai/devPreview swagger page