Skip to main content

LoggingLogData

No description

type LoggingLogData {
buyer: Organization
client: Client
seller: Organization
supplier: Supplier
access: Access
sessionID: ID!
files: LoggingFilesInfo!
operationCode: ID!
operationType: OperationType
errorCode: Int!
errorType: ID!
trafficType: ID!
api: ID!
timestamp: DateTime!
execTime: Int
cloudEnvironment: LoggingCloudEnvironment!
}

Fields

LoggingLogData.buyer ● Organization object

LoggingLogData.client ● Client object

LoggingLogData.seller ● Organization object

LoggingLogData.supplier ● Supplier object

LoggingLogData.access ● Access object

LoggingLogData.sessionID ● ID! non-null scalar

LoggingLogData.files ● LoggingFilesInfo! non-null object

LoggingLogData.operationCode ● ID! non-null scalar

LoggingLogData.operationType ● OperationType enum

LoggingLogData.errorCode ● Int! non-null scalar

LoggingLogData.errorType ● ID! non-null scalar

LoggingLogData.trafficType ● ID! non-null scalar

LoggingLogData.api ● ID! non-null scalar

LoggingLogData.timestamp ● DateTime! non-null scalar

LoggingLogData.execTime ● Int scalar

LoggingLogData.cloudEnvironment ● LoggingCloudEnvironment! non-null object

Member Of

LoggingLog object