Actions
Feature #25241
open[RFE] Add ability to pull Facts from /api/v2/hosts endpoint
Description
Added the ability to pass in include=[facts] to the /api/v2/hosts endpoint to pull back the facts of a host in a single API call. This helps to speed things up for things such as the Ansible Dynamic Inventory Script. Currently, the Ansible Dyanmic Inventory Script makes one API call per host to pull this information back. This will allow a single call to be made, and the rest to be parsed in memory.
Actions