{client_id}/telemetry/export/2 shows during all logins in REST API
search cancel

{client_id}/telemetry/export/2 shows during all logins in REST API

book

Article ID: 420445

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine CA Automic One Automation

Issue/Introduction

Whenever a user logs in, a line like the following shows up in the REST API log. 

20250924/205055.912 - 8596   U00045098 Method 'GET', URL: 'http://10.0.0.1:8088/ae/api/v1/0000/telemetry/export/2', received from IP: '10.0.0.1' 'User: AUTOMIC/AUTOMIC'
20250924/205055.965 - 8596   U00045105 Log on of 'AUTOMIC/AUTOMIC' ('124693637') successful, client: '0000' (Connection='*CP024#00000173').
20250924/205056.313 - 8596   U00045099 The server replied with following status: '200'  SessionId: '124693637'

This did not happen in prior versions.  Is this normal?

Environment

Version: 24+

Resolution

This is as designed.  The design of the product is moving certain routines away from direct database queries to REST calls instead and this is a more efficient way to do this.  Users logging in has always called the telemetry endpoint.  Now it's moving towards REST which is also more transparent.