Search inventory by identity
POST/api/management/v2alpha1/inventory/identities/search
Experimental API
This endpoint is experimental and may change or be removed without notice in future versions.
Search for inventory by device identity attribute. Supports prefix matching against the following values:
- the system assigned device
id - the
tagsscoped attribute with name"name" - any
identityscoped device attribute
Please note that the scope of the system assigned device id is expected to be identity
when used with this endpoint.
Request
Responses
- 200
- 400
- 500
Successful response.
Response Headers
X-Total-Count
Total number of devices matched query.
Invalid Request.
Internal Server Error.