Skip to main content
Skip table of contents

Add Root Key for Local Shared Data

LAST UPDATED: AUG 13, 2024

Creates a new Local Shared Data using a specified JSON Path and corresponding data.

READER NOTE

This command can only be executed within an event/incident playbook.

Implementation

System

Command Category

System Utility

Tags

CONTEXT DATA LOCAL SHARED DATA

Inputs

Parameter Name

Required/Optional

Description

Sample Data

Input

Required

The JSON object that needs to be updated in the Local Shared Data.

{
"User": "Tom",
"IPAddress":"13.64.156.22",
"RiskLevel": "Medium"
}

JSON Path

Required

The JSON Path with a Root key name

$.Root

Output

Return Data

The returned result of this command. If some required parameters are not defined, this returned data could be empty. The returned result can be passed down directly to a subsequent command in playbooks.

SAMPLE DATA

JSON
Successful
Context Data

The response data from the utility command.

SAMPLE DATA

JSON
{
    "Root": {
        "User": "Tom",
        "IPAddress": "13.64.156.22",
        "RiskLevel": "Medium"
    }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.