Get the list of filterable inventory attributes
GET/api/management/v2/inventory/filters/attributes
Returns a list of filterable inventory attributes.
The list is sorted in descending order by the count of occurrences of the attribute in the inventory database, then in ascending order by scope and name.
Limitations:
- The API considers up to a sample of 5,000 devices when aggregating the number of attributes.
- The API returns up to 500 unique attributes.
Responses
- 200
- 500
Successful response.
Internal Server Error.