For the complete documentation index, see llms.txt. This page is also available as Markdown.

Data Types

LogInfo

Parameter Name
Type
Description

resUid

String

Resource ID.

resType

String

Resource type.

resEvent

String

Event name.

opsTime

Timestamp

Operation time. Format: yyyy-MM-ddTHH:mm:ssZ

eventSource

String

Source of the executed operation. Value possible:

  • CONSOLE_CALL

  • API_CALL

apiVersion

String

API version.

opsUser

String

User executed the operation.

clientIP

String

IP of the user executed the operation.

request

String

Input parameters.

response

String

Output parameters.

Last updated