Docs Menu
- Introduction to Syncloop
- Quick Start Syncloop
-
API Developer Guide
-
middleware
-
pub
- adapter
- authorization
- client
- collection
- date
- docList
- file
- graphQL
- io
- json
- jwt
- math
- platform
- security
- server
- service
- specs
- sql
- string
- bytesToHexString
- bytesToString
- compare
- compareStrings
- concat
- decodeBase64
- decodeHTML
- encodeBase64
- encodeHTML
- equals
- equalsIgnoreCase
- escapeSQL
- fromXML
- htmlDecode
- htmlEncode
- indexOf
- isAlphanumeric
- isBlank
- isDate
- isEmpty
- isNumber
- length
- lookupDict
- maskString
- messageDigest
- messageFormat
- NullOrWhiteSpc
- objectToString
- padLeft
- replace
- rightPad
- stringConcat
- stringIndexOf
- stringToBytes
- subString
- TextArrayToTextString
- TextListCollector
- tokenize
- toLower
- toString
- toUpper
- trim
- urlDecode
- tenant
- util
- xml
-
pub
-
middleware
- User Guide
- FAQs
- Java Docs
- Blogs
API Developer Guide / middleware / pub / service / findAuditLoggingBySessionIDAndCorrelationID
Service: findAuditLoggingBySessionIDAndCorrelationID
This service retrieves audit log data by session ID and correlation ID.
Input Parameter:
Name | Type | Description |
correlationID: | String | Coorelation ID |
sessionID: | String | Session ID |
Output Parameter:
Name | Type | Description |
duration: | String | Duration of Execution |
request: | String | Request |
nanoInstance: | String | Execution time stamp |
fqn: | String | Fully Qualified Name |
dateTimeStmp: | String | Request Time Stamp |
response: | String | Response |
coorelationID: | String | Coorelation ID |
id: | String | Identification |
sessionID: | String | Session ID |
error: | String | Error Message |
nodeName: | String | Node Name |
hostName: | String | Host Name |
urlPath: | String | URL Path |
remoteAddr: | String | Remote Address |
useriD: | String | User ID |