Get a blueprint's entity count
GET/v1/blueprints/:blueprint_identifier/entities-count
This route allows you to count the number of entities in a specific blueprint in your software catalog.
To learn more about entities, check out the documentation.
Request
Path Parameters
blueprint_identifier stringrequired
Possible values: non-empty
The identifier of the blueprint whose entities you want to count.
Responses
- 200
- 404
- 422
- 500
Success
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 |
Loading...