Configuration
The Diagnostics REST API is part of the atoti starter and will be included in your application if the value of theatoti.server.endpoint.diagnostics.enabled property is set to true.
Cubes
Thecubes endpoint provides a list of all the cubes in the project.
Measures
Themeasures endpoint provides details about every measure in your cube, which includes:
- the measure’s plugin key, which is the class of the PostProcessor that generates the measure.
- the measure’s parents, which are measures whose underlying measures include the current one.
- the measure’s children, which are the measure’s underlying measures.
- the measure’s context values (default atoti server context values are excluded).