Skip to main content

XSOAR Storage

This Integration is part of the XSOAR Storage Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.0.0 and later.

Facilitates the storage and retrieval of key/value pairs within XSOAR.

Configure XSOAR Storage on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for XSOAR Storage.

  3. Click Add instance to create and configure a new integration instance.

    ParameterRequired
    Max Size of Store in bytes (Maximum of 1024000)True
  4. Click Test to validate the URLs, token, and connection.

Commands#

You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

xsoar-store-list#


List the keys available.

Base Command#

xsoar-store-list

Input#

Argument NameDescriptionRequired
namespaceThe namespace to retrieve keys from.Optional

Context Output#

PathTypeDescription
XSOAR.StoreunknownThe namespace and keys.

Command Example#

Human Readable Output#

xsoar-store-put#


Places data in the store under the provided key.

Base Command#

xsoar-store-put

Input#

Argument NameDescriptionRequired
keyThe key to store data under.Required
dataThe data to store.Required
namespaceThe namespace to store data in.Optional

Context Output#

There is no context output for this command.

Command Example#

Human Readable Output#

xsoar-store-get#


Retrieve data stored in the provided key.

Base Command#

xsoar-store-get

Input#

Argument NameDescriptionRequired
keyThe Key value.Required
namespaceThe namespace to retrieve data from.Optional

Context Output#

PathTypeDescription
XSOAR.Storeunknown

Command Example#

Human Readable Output#