REST Resource: projects.locations.instances.integrations.connectors.revisions

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 (IntegrationConnector)
  },
  "createTime": string,
  "comment": string,
  "connector": {
    object (IntegrationConnector)
  },
  "author": string
}
Fields
name

string

Identifier. The unique name(ID) of the connector revision. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/connectors/{connector}/revisions/{revision}

snapshot

object (IntegrationConnector)

Output only. The snapshot of the connector.

createTime

string (int64 format)

Output only. Specifies the time the revision was created.

comment

string

Optional. Comment describing the revision, limited to 400 characters.

connector

object (IntegrationConnector)

Required. Used for creating a new revision.

author

string

Output only. The SOAR USER who created the specific revision.

Methods

create

Creates a new connector revision.

delete

Deletes a connector revision.

list

Lists all revisions of a connector.

rollback

RollbackConnectorRevision rolls back the connector definition to a saved revision.