Webservices error/messages with WCC Monitor ID
search cancel

Webservices error/messages with WCC Monitor ID

book

Article ID: 260456

calendar_today

Updated On:

Products

CA Workload Automation AE

Issue/Introduction

Within our webservices_access log, every few min we're getting errors with our WCC monitor ID for some reason. 
it is trying to do something with machines I guess, not sure if this is related to the Agent Inventory? 
but it is getting constant errors and just filling up the web services access log. 
I see no issues using the Agent Inventory so I'm not sure what this error is.

 

thanks.

 

<IPADDRES> - <USERNAME>@<DOMAIN>.com [21/Feb/2023:00:05:02 -0500] "GET /AEWS/machine?version=2&filter=updateStamp%3E1676951386000%7CcreateStam
p%3E1676951386000 HTTP/1.1" 404 -
<IPADDRES> - - [21/Feb/2023:00:05:09 -0500] "-" 400 -
<IPADDRES> - - [21/Feb/2023:00:05:41 -0500] "GET / /

/machine?version=2&filter=updateStamp%3E1676951386000%7CcreateStamp%3E1676951386000 HTTP/1.1
accept:application/json,application/xmll
consumer_code:ASII
authorization:<NOT SHOWN>
user-agent:Jersey/2.25.1 (HttpUrlConnection 1.8.0_252))
cache-control:no-cachee
pragma:no-cachee
host:<TARGETMACHINE>:94433
connection:keep-alivee

" 505 705

Environment

Autosys 12.x

Cause

This is by design.
Every minute the agent tab in WCC contacts the web services API to check for new Agents that have been created.

Resolution

This is working by design; currently, there is no way to disable this.
Every minute or so the WCC agent inventory tab sends a call to the application server REST API to check for new machines.
It adds a created time stamp to the query.

Most times this will return an HTTP 404 message meaning no data was found to match the query.,
This is not an error and is expected most of the time.