Logging API
GET /plugin/{tenantLocator}/logs/list
Request Parameters:
Name | Position | Type | Required |
---|---|---|---|
tenantLocator | path | uuid | required |
requestId | query | locator? | optional |
objectLocator | query | locator? | optional |
createdAtMin | query | datetime? | optional |
createdAtMax | query | datetime? | optional |
offset | query | int? | optional |
count | query | int? | optional |
extended | query | boolean? | optional |
Response:PluginLogsListResponse
Security Group:logs  Permissions:read,list
PluginLogsListResponse
¶requiredlistCompleted booleanitems PluginLogsMetadata[]
PluginLogsMetadata
¶requiredlocator locatorpluginType Enum delinquencyEvent | documentDataSnapshot | documentSelection | preCommit | rating | renewal | underwriting | validationrequestId locatorcreatedAt datetimeobjectReferences ObjectReference[]
GET /plugin/{tenantLocator}/logs/{locator}
Request Parameters:
Name | Position | Type | Required |
---|---|---|---|
tenantLocator | path | uuid | required |
Accept-Encoding | header | string? | optional |
locator | path | locator | required |
Response:StreamingResponseBody<string>
Security Group:logs  Permission:read