REST Resource: projects.locations.instances.integrations.connectors.connectorInstances.logs

Resource: ConnectorLog

This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. Describes a connector's log.

JSON representation
{
  "name": string,
  "time": string,
  "message": string,
  "connectorInstanceId": string,
  "logLevel": enum (LogLevel)
}
Fields
name

string

Identifier. The unique name(ID) of the connector log. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/connectors/{connector}/connectorInstances/{connectorInstance}/ConnectorLog/{log}

time

string (int64 format)

Output only. Connector execution start time. Start time is UTC time.

message

string

Required. The log content.

connectorInstanceId

string

Required. The log content.

logLevel

enum (LogLevel)

Output only. Connector execution end time. Start time is UTC time.

LogLevel

The log level.

Enums
DEBUG The log level is debug.
INFO The log level is info.
WARNING The log level is warning.
ERROR The log level is error.
ALERT The log level is fatal.
VERBOSE The log level is verbose.

Methods

get

Get a single ConnectorInstanceLog.

list

List all ConnectorInstanceLogs for a given ConnectorInstance.