Resource: IntegrationActionRevision
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 action definitions.
JSON representation |
---|
{ "name": string, "snapshot": { object ( |
Fields | |
---|---|
name |
Identifier. The unique name(ID) of the action revision. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/actions/{action}/revisions/{revision} |
snapshot |
The snapshot of the action. |
createTime |
Output only. Specifies the time the revision was created. |
comment |
Optional. Comment describing the revision, limited to 400 characters. |
action |
Used for creating a new revision. |
author |
Output only. The user who created the specific revision. |
Methods |
|
---|---|
|
CreateActionRevision creates a new action revision. |
|
DeleteActionRevision deletes an action revision. |
|
List all revisions of an action. |
|
RollbackIntegrationActionRevision rolls back the action definition to a saved revision. |