Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Collecting API Failures through Analytics report

Joon
Regular Contributor II
Regular Contributor II

Hello,

We found one of services has been a failure when they call API to saviynt.

Is they anyway that we can detect the count of failure through Analytics report?

2 REPLIES 2

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @Joon,

We are checking on your request and we will keep you posted.

rushikeshvartak
All-Star
All-Star

select u.username,h.ACCESSTIME,h.ACCESS_URL,h.IPADDRESS,h.LOGINKEY,h.REMOTEAHOST,h.DETAIL,h.QUERY_PARAM,h.TYPEOFACCESS,h.ACTIONTYPE,h.OBJECTKEY,h.OBJECT_ATTRIBUTE_NAME,h.EVENT_ID,h.NEW_VALUE,h.OLD_VALUE from userlogin_access h,userlogins l,users u where l.LOGINKEY=h.LOGINKEY and l.userkey=u.userkey and u.username='rushi'


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.