XSIAM-ENGINEER · Question #53
Using the integrationContext object, how is data stored and retrieved between integration command runs in Cortex XSIAM?
The correct answer is D. The integrationContex object supports get_integration_context() and set_integration_context(). The integrationContext object in Cortex XSIAM is persistent across integration command runs and is managed using get_integration_context() and set_integration_context(). This allows data (such as key-value dictionaries) to be stored and retrieved reliably between executions.
Question
Using the integrationContext object, how is data stored and retrieved between integration command runs in Cortex XSIAM?
Options
- AThe integrationContex object can only store strings, not key-value dictionaries.
- BThe integrationContex object is retrieved and set using the test-module command.
- CThe get_integration_context() method overrides the existing object that is stored.
- DThe integrationContex object supports get_integration_context() and set_integration_context().
How the community answered
(36 responses)- A6% (2)
- B3% (1)
- C3% (1)
- D89% (32)
Explanation
The integrationContext object in Cortex XSIAM is persistent across integration command runs and is managed using get_integration_context() and set_integration_context(). This allows data (such as key-value dictionaries) to be stored and retrieved reliably between executions.
Topics
Community Discussion
No community discussion yet for this question.