curl --user administrator:5ecr3t -X GET http://localhost:8080/midpoint/actuator/metrics
Spring Boot Actuator Endpoints
Since 4.0.1
This functionality is available since version 4.0.1.
|
Midpoint support six Spring Boot Actuator endpoint. Each of them is accessible on 'BASE_MIDPOINT_URL'/actuator/'NAME_OF_ENDPOINT'.
Name of endpoint | Authorization is needed |
---|---|
health |
no |
threaddump |
yes |
heapdump |
yes |
env |
yes |
info |
yes |
metrics |
yes |
Spring Boot Actuator Endpoints Authorizations page shows authorizations for individual endpoint.
You can see all available links on 'BASE_MIDPOINT_URL'/actuator.
All links are available after login by GUI, or you can use REST basic authentication by username and password.
For example by curl:
Was this page helpful?
YES
NO
Thanks for your feedback