Search
There is a specific endpoint for distributed search
v1/searchYou can search assets, instrumentations and nodes based on a defined set of fields:
Nodes by name
Instrumentation by tag
Assets by serial_number, product_code, product_name, product_manufacturer_name
Specification by key and value.
Searchable are specifications of assets, nodes and instrumentations where the specification property ui_visible is set to true.
Search by “search_term” for an Asset:
v1/search?q=search_term&scope=assetsSee the API documentation for more options.