device-profile-controller
Get attribute keys (getAttributesKeys)
Get a set of unique attribute keys used by devices that belong to specified profile. If profile is not set returns a list of unique keys among all profiles. The call is used for auto-complete in the UI forms. The implementation limits the number of devices that participate in search to 100 as a trade of between accurate results and time-consuming queries.
Available for users with 'TENANT_ADMIN' authority.
get/api/deviceProfile/devices/keys/attributes
Query parameters
deviceProfileIdstring
A string value representing the device profile id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
Response
OK
string[] required