Validate an inventory filter query
This endpoint will validate a query’s structure against the required schema.
POST /openapi/v1/filters/inventories/validate_query
Parameters:
Name |
Type |
Description |
---|---|---|
query |
JSON |
Filter (or match criteria) associated with the scope. |
Response object:
Attribute |
Type |
Description |
---|---|---|
valid |
boolean |
Indicates if the query is valid |
errors |
array |
If invalid, details about the errors |