Skip to main content
4-Participant
December 12, 2025
Solved

Read Audit Log and EventLog over API

  • December 12, 2025
  • 1 reply
  • 159 views

I need to set up an external REST client to read AuditLog and EventLog over API hopefylly anonymously

Is it possible?

Best answer by ntripathi

Greetings @TT_12004561

 

I hope this message finds you in good health.

I am writing to inform you that you can read AuditLog and EventLog using the Configuration API Service.

 

  • Messages from the event log service can be read from a REST client by sending a GET to
  • Event log entries
    https://<hostname>:<port>/config/v1/event_log
  • Audit log entries     
https://<hostname>:<port>/config/v1/audit_log

   

  • Please refer(section "Configuration API Service — Content Retrieval " section ) of this link for more details
Note: Every API call requires authentication; you need to provide credentials each time you start the service.

1 reply

ntripathi15-MoonstoneAnswer
15-Moonstone
December 12, 2025

Greetings @TT_12004561

 

I hope this message finds you in good health.

I am writing to inform you that you can read AuditLog and EventLog using the Configuration API Service.

 

  • Messages from the event log service can be read from a REST client by sending a GET to
  • Event log entries
    https://<hostname>:<port>/config/v1/event_log
  • Audit log entries     
https://<hostname>:<port>/config/v1/audit_log

   

  • Please refer(section "Configuration API Service — Content Retrieval " section ) of this link for more details
Note: Every API call requires authentication; you need to provide credentials each time you start the service.