nerdexam
Palo_Alto_Networks

XSIAM-ENGINEER · Question #67

Based on the images below, which command will allow the context data to be displayed as a table when troubleshooting a playbook task?

The correct answer is C. !ToTable data=${parentIncidentFields.custom_fields.incidentassignment}. The correct command is !ToTable data=${parentIncidentFields.custom_fields.incidentassignment}, which converts the specified context data into a tabular format. This allows fields such as runStatus and startDate to be clearly displayed in a table when troubleshooting playbook task

Playbook Development and Automation

Question

Based on the images below, which command will allow the context data to be displayed as a table when troubleshooting a playbook task?

Exhibit

XSIAM-ENGINEER question #67 exhibit

Options

  • A!ConvertTableToHTML table=${parentIncidentFields.custom_fields}
  • B!JsonToTable value=${parentIncidentFields.custom_fields}
  • C!ToTable data=${parentIncidentFields.custom_fields.incidentassignment}
  • D!ExtractHTMLTables

How the community answered

(44 responses)
  • A
    5% (2)
  • B
    14% (6)
  • C
    77% (34)
  • D
    5% (2)

Explanation

The correct command is !ToTable data=${parentIncidentFields.custom_fields.incidentassignment}, which converts the specified context data into a tabular format. This allows fields such as runStatus and startDate to be clearly displayed in a table when troubleshooting playbook tasks.

Topics

#playbook troubleshooting#context data#table display#CLI commands

Community Discussion

No community discussion yet for this question.

Full XSIAM-ENGINEER Practice