617
Views
0
Helpful
1
Replies
Tidal Query to export all runbook tab inmformation.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2015 10:45 AM - edited 03-01-2019 09:15 AM
I have Tidal 5.3.1 wth a sql database. I'm looking for a query to provide me with all the runbook information for all 2700 job.
Labels:
- Labels:
-
Cisco Workload Automation
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2015 08:51 AM
Hi Mike,
For this query, you can run the below to pull in the Job ID, parent name, jobname, and then runbook:
SELECT jobmst.jobmst_id, jobmst.jobmst_prntname, jobmst.jobmst_name, jobmst.jobmst_runbook FROM jobmst
Regards,
Derrick Au
