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 |
|
---|---|
|
CreateIntegrationManagerRevision creates a new manager revision. |
|
DeleteIntegrationManagerRevision deletes a specific manager revision. |
|
GetIntegrationManagerRevision gets a specific manager revision. |
|
ListIntegrationManagerRevisions lists all manager revisions for a given manager. |
|
RollbackIntegrationManagerRevision rolls back the manager definition to a saved revision. |