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
* Issue #49 - support for querying by resource and status
* Patch 1 -- fix mistake with mixing up classes
* Patch 2 -- remove unneccessary params from lexer
* Patch 3 -- remove console log statements
* Patch 4 -- refactored to make one function for cleaner code
Add support to query the OneView index service by resource and status:
A new listener should respond to something like ‘show all critical hardware’ or ‘show all profiles in warning status’.
Will need new index class in the SDK (needs support for query parameters) and a new listener.
Example query may look like this:
/rest/index/resources?sort=name:asc&count=100&start=0&category=server-hardware&query="status:'Warning'"
The text was updated successfully, but these errors were encountered: