Count a blueprint's entities matching a search query
POST/v1/blueprints/:blueprint_identifier/entities/search/count
This route allows you to count your software catalog's entities for a specific blueprint, based on a given set of rules.
Pass an empty body (or omit query) to count all entities visible to the caller.
To learn more about entities, check out the entity documentation.
For more details about Port's search mechanism, rules, and operators - see the search & query documentation.
Request
Responses
- 200
- 401
- 404
- 413
- 422
Retrieved successfully.
Default Response
A resource with the provided identifier was not found
Request body is too large (limit is 1MiB)
The json provided does not match the route's schema