You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that AWX is open source software provided for free and that I might not receive a timely response.
Feature type
Enhancement to Existing Feature
Feature Summary
Unless I'm mistaken by the doc, there doesn't see to be a way to use the API searching lookup type features on resources.
For instance awx credentials list --name "exact match"
could be awx credentials list --name__istartswith "content"
or awx credentials list --name__icontains "content"
Select the relevant components
UI
API
Docs
Collection
CLI
Other
Steps to reproduce
.
Current results
.
Sugested feature result
.
Additional information
No response
The text was updated successfully, but these errors were encountered:
What I am looking for was captured in my initial post I think.
That is the possibility to do partial match search with the CLI, the same way it is allowed by the API.
I'm referring to to the usage of "istartswith" or "icontains" options available in the GUI and API.
Please confirm the following
Feature type
Enhancement to Existing Feature
Feature Summary
Unless I'm mistaken by the doc, there doesn't see to be a way to use the API searching lookup type features on resources.
For instance
awx credentials list --name "exact match"
could be
awx credentials list --name__istartswith "content"
or
awx credentials list --name__icontains "content"
Select the relevant components
Steps to reproduce
.
Current results
.
Sugested feature result
.
Additional information
No response
The text was updated successfully, but these errors were encountered: