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 ( |
| Fields | |
|---|---|
name |
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 |
Output only. Connector execution start time. Start time is UTC time. |
message |
Required. The log content. |
connectorInstanceId |
Required. The log content. |
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 a single ConnectorInstanceLog. |
|
List all ConnectorInstanceLogs for a given ConnectorInstance. |