REST Resource: projects.locations.instances.legacyCaseFederationPlatforms

Resource: LegacyCaseFederationPlatform

This service is available for customers who migrated SOAR to a customer managed project and have the Chronicle API enabled. A LegacyCaseFederationPlatform denotes a SOAR platform which represents a remote SOAR instance (or this local instance) which serves as a secondary instance in this instance.

JSON representation
{
  "name": string,
  "displayName": string,
  "host": string,
  "apiKey": string,
  "obfuscatedApiKey": string
}
Fields
name

string

Identifier. The unique id of the LegacyCaseFederationPlatform.

displayName

string

Required. The display name of the LegacyCaseFederationPlatform.

host

string

Required. The host of the LegacyCaseFederationPlatform, for example test-customer.siemplify-soar.com

apiKey

string

Output only. API key generated by the primary instance, for use by the secondary instance. returned on create only

obfuscatedApiKey

string

Output only. The obfuscated API key generated for the secondary instance.

Methods

create

Registers a new remote SecOps instance as a federation platform.

legacyDeleteCaseFederationPlatform

Deletes a specific LegacyCaseFederationPlatform.

legacyGetCaseFederationPlatform

Gets a single LegacyCaseFederationPlatform by its resource name.