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 snapshot (revision) of the current connector definition.

delete

Deletes a specific connector revision.

list

Lists all saved revisions of a specific connector.

rollback

Restores the connector definition to the state captured in a specific revision.