Search a blueprint's entities
POST/v1/blueprints/:blueprint_identifier/entities/search
This route allows you to search your software catalog for a specific blueprint's entities, based on a given set of rules.
The returned entities are paginated for improved performance.
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 (this response can be compressed).
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