Get all entities of a blueprint
GET/v1/blueprints/:blueprint_identifier/entities
This route allows you to fetch all entities in your software catalog based on a given blueprint.
Not recommended for large datasets: This endpoint does not support pagination and may fail or return errors when a blueprint contains a large number of entities. For large datasets, use the Search a blueprint's entities endpoint instead, which supports pagination via the limit and from body parameters.
To learn more about entities, check out the documentation.
Request
Responses
- 200
- 401
- 404
Retrieved successfully.
Default Response
A resource with the provided identifier was not found