Resource: IntegrationManagerRevision
This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. IntegrationManagerRevision represents a single revision of the Manager. Allows saving & restoring different revisions of manager definitions.
| JSON representation |
|---|
{ "name": string, "snapshot": { object ( |
| Fields | |
|---|---|
name |
Identifier. The unique name(ID) of the manager revision. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/managers/{manager}/revisions/{revision} |
snapshot |
The snapshot of the manager. |
createTime |
Output only. Specifies the time the revision was created. |
manager |
Used for creating a new revision. |
comment |
Optional. Comment describing the revision, limited to 400 characters. |
author |
Output only. The user who created the specific revision. |
Methods |
|
|---|---|
|
Creates a new saved revision (snapshot) of the current manager. |
|
Deletes a specific manager revision. |
|
Gets a single IntegrationManagerRevision by its resource name. |
|
Lists all revisions for a specific manager. |
|
Reverts the current manager definition to a previously saved revision. |