Palo_Alto_Networks
XSOAR-ENGINEER · Question #39
Which command adds or updates a description to an incident that can be used within widgets?
The correct answer is A. !setIncident description="This is an updated description.". The !setIncident command is used to update core incident fields, including description. Providing the description in quoted format ensures the full string is correctly parsed, making it usable in widgets and reports.
Automation and Playbook Development
Question
Which command adds or updates a description to an incident that can be used within widgets?
Options
- A!setIncident description="This is an updated description."
- B!Set key="description" value="This is an updated description."
- C!Set key-"description" value-This is an updated description.
- D!setIncident description=This is an updated description.
How the community answered
(37 responses)- A92% (34)
- B5% (2)
- C3% (1)
Explanation
The !setIncident command is used to update core incident fields, including description. Providing the description in quoted format ensures the full string is correctly parsed, making it usable in widgets and reports.
Topics
#setIncident command#incident description#War Room command#widget data
Community Discussion
No community discussion yet for this question.