[Entity Client] Separate getting entities by id and get all definitions #201789
Labels
Team:obs-entities
Observability Entities Team
technical debt
Improvement of the software architecture and operational architecture
As discussed in this PR we want to separate the endpoints for getting the entity definitions.
cc: @miltonhultgren
AC:
GET /internal/entities/definition/{id?}
create 2 endpointsGET /internal/entities/definition/{id}
passing the definition id as a mandatory paramGET /internal/entities/definitions
get all definitions (no definition id needed)The text was updated successfully, but these errors were encountered: