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.
To learn more about entities, check out the documentation.
Requestโ
Responsesโ
- 200
- 404
- 422
- 500
Retrieved successfully.
One of the following errors occurred:
Error | Description |
---|---|
not_found | A blueprint with the provided `identifier` was not found |
One of the following errors occurred:
Error | Description |
---|---|
invalid_request | The provided data does not match the route schema |
One of the following errors occurred:
Error | Description |
---|---|
internal_error | An internal error occurred |