ansible/awx

awx CLI command "awx unified_jobs get" does not work as expected

Open

#6,587 opened on Apr 6, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (3,333 forks)batch import
component:clihelp wantedtype:bug

Repository metrics

Stars
 (13,071 stars)
PR merge metrics
 (Avg merge 24d 6h) (30 merged PRs in 30d)

Description

ISSUE TYPE
  • Bug Report
SUMMARY
ENVIRONMENT
  • Ansible Tower version 3.6.3
  • AWX cli version 3.6.3
STEPS TO REPRODUCE
  • # awx unified_job_templates list -f human

id name
== ============================== 9 AWS-Source
2 Cleanup Activity Stream
5 Cleanup Expired OAuth 2 Tokens 4 Cleanup Expired Sessions
1 Cleanup Job Details
7 Demo Job Template
6 Demo Project
8 Git-Project
10 Test-1
11 Test-wf-1

  • # awx unified_job_templates get 11

EXPECTED RESULTS
  • The output should successfully provide details of workflow id 11.
ACTUAL RESULTS
  • {"detail": "The requested resource could not be found."}
ADDITIONAL INFORMATION

Contributor guide