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 |
|
|---|---|
|
Creates a new saved revision (snapshot) of the current action definition. |
|
Deletes a specific action revision. |
|
Lists all revisions for a specific action. |
|
Reverts the current action definition to a previously saved revision. |