Support endpoints allow users with role SUPPORT granted to monitor and interact with iriusrisk through API calls:
- status endpoint that provides basic application health information.
- loggers/level endpoint that shows and modifies the configuration of loggers in the application.
Examples of use
Set the ROOT configured logger level to DEBUG
curl 'http://iriusrisk/support/loggers/level/ROOT' -i -X POST -H 'Content-Type: application/json' -H 'api-token: 59f197ec-7406-45f2-9076-901ee48674df' -d '{"configuredLevel":"debug"}'
Status endpoint
curl 'http://iriusrisk/support/status' -i -X GET -H 'Content-Type: application/json'-H 'api-token: 59f197ec-7406-45f2-9076-901ee48674df'
Comments
0 comments
Article is closed for comments.