Werk #16286: bi: new endpoint to get bi aggregation state via GET method

Component REST API
Title bi: new endpoint to get bi aggregation state via GET method
Date Dec 18, 2023
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.3.0b1
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

This werk introduces a new endpoint which replicates the following endpoint

POST - /domain-types/bi_aggregation/actions/aggregation_state/invoke

We now provide the same behaviour via a GET endpoint.

GET - /domain-types/bi_aggregation/actions/aggregation_state/invoke

This means that the parameters "filter_names" and "filter_groups" which are passed as request parameters for the POST endpoint, have to be passed as query parameters for this new GET endpoint.

To the list of all Werks