Build inventory filter structure

Selects nodes by tags and returns them grouped by inventory in the format expected by Gateway Manager's runService method. Returns inventory name with nodeNames array for partial matches, or inventory name only when all nodes are selected.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
inventoryIdentifierslist of anyOptional
tagIdentifierslist of anyOptional
tagMatchTypeenumOptionalDefaults to any
Allowed values:
outputFormatenumOptionalDefaults to compact
Allowed values:

Response

Filter structure for service execution
statusstring
resultlist of objects
Array of inventory filters
errorstring

Errors

500
Internal Server Error