Resource: JobInstanceLog
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. Describes a integration job's instance log.
JSON representation |
---|
{
"name": string,
"startTime": string,
"endTime": string,
"message": string,
"jobIdentifier": string,
"integration": string,
"jobInstanceId": string,
"status": enum ( |
Fields | |
---|---|
name |
Identifier. The unique name(ID) of the job log. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/jobs/{job}/jobInstances/{job_instance}/integrationJobInstanceLogs/{integration_job_instance_log} |
startTime |
Output only. Job execution start time. Start time is UTC time, which is a time reflected as seconds since the Unix epoch. |
endTime |
Output only. Job execution end time. Start time is UTC time, which is a time reflected as seconds since the Unix epoch. |
message |
Output only. The log content. |
jobIdentifier |
Output only. The identifier of the job. |
integration |
Output only. The integration name. |
jobInstanceId |
Output only. The job instance id. |
status |
Output only. The execution status. |
JobResultStatus
Job result status options.
Enums | |
---|---|
SUCCESS |
Job execution succeeded. |
ERROR |
Job execution failed. |
Methods |
|
---|---|
|
Get a single IntegrationJobInstanceLog. |
|
List all IntegrationJobInstanceLogs for a given IntegrationJobInstance. |