I have a question, I’m building some analytics about the API calls made to our orchestrator. I wanted to know if there is a way to retrieve logs of external apps retrieving data over Orchestrator API.
Ideally I would like to identify the host that made the API call, the timestamp, and the endpoint. Would that be possible for cloud/on-prem orchestrator instances? If so, how?
Cloud Orchestrator: Use the Audit Logs in the Automation Cloud portal or the Cloud Audit Logs API to get details about API calls, though it’s more user-action based.
On-Prem Orchestrator: Query the OrchestratorLogs table in the SQL Server database to get details like timestamp, host, and endpoint of the API calls. You can also integrate third-party logging tools for real-time tracking.