AWX Cli and job_events resource

Hello,

I see that documentation of Ansible-Tower references to job_events resource available via AWX cli .e.g. https://docs.ansible.com/ansible-tower/latest/html/towercli/reference.html#awx-job-events-get

However, neither with cli installed from pip3 install --user https://releases.ansible.com/ansible-tower/cli/ansible-tower-cli-latest.tar.gz
or pip3 install awxkit I do not see this resource as available from API. I am using AWX version 21.11.0. Am I doing something wrong or this functionality was removed from AWX API at some point?

awx: argument resource: invalid choice: ‘job_events’

Thank you.

Correct, job_events is not a resource is awxkit. Also be sure to use latest docs (ansible-tower is now ansible-controller) https://docs.ansible.com/automation-controller/latest/html/towercli/

AWX Team