Resource: IntegrationJobRevision
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. Allows saving & restoring different revisions of job definitions.
JSON representation |
---|
{ "name": string, "snapshot": { object ( |
Fields | |
---|---|
name |
Identifier. The unique name(ID) of the job revision. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/jobs/{job}/revisions/{revision} |
snapshot |
Output only. The snapshot of the job. |
createTime |
Output only. Specifies the time the revision was created. |
comment |
Optional. Comment describing the revision, limited to 400 characters. |
job |
Required. Used for creating a new revision. |
author |
Output only. The user who created the specific revision. |
Methods |
|
---|---|
|
CreateJobRevision creates a new job revision. |
|
DeleteJobRevision deletes a job revision. |
|
List all revisions of a job. |
|
RollbackIntegrationJobRevision rolls back the job definition to a saved revision. |