get https://{serverURL}/api/integrations//inventory
This endpoint retrieves a list of inventory for a specific integration.
Only certain types of integrations support this operation, such as Ansible Tower.
Responses
This endpoint retrieves a list of inventory for a specific integration.
Only certain types of integrations support this operation, such as Ansible Tower.
xxxxxxxxxx
curl --request GET \
--url 'https://changeme/api/integrations/id/inventory?max=25&offset=0&sort=name&direction=asc' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: