[Infra] Investigate API Endpoints improvements and replacing POST with GET #189170
Labels
needs-refinement
A reason and acceptance criteria need to be defined for this issue
Team:obs-ux-infra_services
Observability Infrastructure & Services User Experience Team
technical debt
Improvement of the software architecture and operational architecture
We want to improve the infra APIs and investigate different ways to do that.
One thing we want to change is to convert all POST endpoints that are used to fetch data to GET.
Benefits are:
Concerns:
If we use GET request the limit we have in the length is 2,048 characters. Moving the properties we have in the request body to the URL can exceed this limit in case of a long list of filters so we need to be careful.
AC:
The text was updated successfully, but these errors were encountered: