Skip to main content
Skip table of contents

Get Local Shared Data with JSON Path

LAST UPDATED: AUG 13, 2024

Retrieves data from a Local Shared Data using the specified JSON Path.

READER NOTE

Implementation

System

Command Category

System Utility

Tags

LOCAL SHARED DATA CONTEXT DATA INCIDENT

Inputs

Parameter Name

Required/Optional

Description

Sample Data

JSON Path

Required

The JSON Path used to retrieve from Local Shared Data.

$.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
{
    "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.