nerdexam
Palo_Alto_Networks

XSOAR-ENGINEER · Question #25

An engineer wants to save a command output to a custom context key using "Extend Context" in a playbook task. To do this, the engineer needs the full context path of the command's output. Which…

The correct answer is C. raw-response. The raw-response flag displays the full unprocessed JSON output of a command, making it possible to identify the exact context path. This is essential when configuring "Extend Context" in a playbook task to save command results into a custom context key.

Automation and Playbook Development

Question

An engineer wants to save a command output to a custom context key using "Extend Context" in a playbook task. To do this, the engineer needs the full context path of the command's output. Which common CLI argument or flag can help identify this full output and its correct path?

Options

  • Adebug-mode
  • Bauto extract
  • Craw-response
  • Dextend-parent-context

How the community answered

(29 responses)
  • A
    10% (3)
  • B
    7% (2)
  • C
    79% (23)
  • D
    3% (1)

Explanation

The raw-response flag displays the full unprocessed JSON output of a command, making it possible to identify the exact context path. This is essential when configuring "Extend Context" in a playbook task to save command results into a custom context key.

Topics

#extend context#context path#raw-response#playbook task output

Community Discussion

No community discussion yet for this question.

Full XSOAR-ENGINEER Practice