Resource: ConnectorRevision
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 connector definitions.
JSON representation |
---|
{ "name": string, "snapshot": { object ( |
Fields | |
---|---|
name |
Identifier. The unique name(ID) of the connector revision. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/connectors/{connector}/revisions/{revision} |
snapshot |
Output only. The snapshot of the connector. |
createTime |
Output only. Specifies the time the revision was created. |
comment |
Optional. Comment describing the revision, limited to 400 characters. |
connector |
Required. Used for creating a new revision. |
author |
Output only. The SOAR USER who created the specific revision. |
Methods |
|
---|---|
|
Creates a new connector revision. |
|
Deletes a connector revision. |
|
Lists all revisions of a connector. |
|
RollbackConnectorRevision rolls back the connector definition to a saved revision. |