Get filtered devices with detailed query results

Returns the devices with name matching the given string. Also returns the number of results found and number returned.

Authentication

AuthorizationBasic

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

Path parameters

substringstringRequired
String to filter devices

Response

Filtered devices
num_resultsinteger
resultslist of strings
total_resultsinteger

Errors

500
Internal Server Error