Tuesday, November 26, 2019

OIC - Tracking an Instance

Go to Monitoring⇾Tracking⇾Track Instances
 Open one instance
 Right side corner⇾Action ⇾we can see view audit trails,activity stream,View Errors etc.
 Audit Trail
View Error(sample)

If we set the input payload checkbox while activating the integration, we can also track all input payloads in this section(view activity stream and audit trails sections).

No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...