XSOAR Storage
XSOAR Storage Pack.#
This Integration is part of theSupported 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 XSOARNavigate to Settings > Integrations > Servers & Services.
Search for XSOAR Storage.
Click Add instance to create and configure a new integration instance.
Parameter Required Max Size of Store in bytes (Maximum of 1024000) True Click Test to validate the URLs, token, and connection.
#
CommandsYou 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-listList the keys available.
#
Base Commandxsoar-store-list
#
InputArgument Name | Description | Required |
---|---|---|
namespace | The namespace to retrieve keys from. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
XSOAR.Store | unknown | The namespace and keys. |
#
Command Example
#
Human Readable Output#
xsoar-store-putPlaces data in the store under the provided key.
#
Base Commandxsoar-store-put
#
InputArgument Name | Description | Required |
---|---|---|
key | The key to store data under. | Required |
data | The data to store. | Required |
namespace | The namespace to store data in. | Optional |
#
Context OutputThere is no context output for this command.
#
Command Example
#
Human Readable Output#
xsoar-store-getRetrieve data stored in the provided key.
#
Base Commandxsoar-store-get
#
InputArgument Name | Description | Required |
---|---|---|
key | The Key value. | Required |
namespace | The namespace to retrieve data from. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
XSOAR.Store | unknown |
#
Command Example