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_resultsintegerOptional
resultslist of stringsOptional
total_resultsintegerOptional

Errors

500
Internal Server Error