nerdexam
Palo_Alto_Networks

XSOAR-ENGINEER · Question #44

The code snippet below is from the fetch command of an integration instance configured to run on the server. demisto.debug(f"(len(incidents)} events fetched") Where is the output from the snippet loca

The correct answer is C. Integration Logs table. When an integration runs an automatic fetch and uses demisto.debug(), the output is written to the Integration Logs table in XSOAR. This table is specifically designed to capture debug and error logs generated by integration instances running on the server.

Integration Development

Question

The code snippet below is from the fetch command of an integration instance configured to run on the server. demisto.debug(f"(len(incidents)} events fetched") Where is the output from the snippet located when the instance runs an automatic fetch?

Options

  • AIncident labels
  • BPlatform Log bundle
  • CIntegration Logs table
  • DWar Room entry

How the community answered

(36 responses)
  • A
    3% (1)
  • C
    94% (34)
  • D
    3% (1)

Explanation

When an integration runs an automatic fetch and uses demisto.debug(), the output is written to the Integration Logs table in XSOAR. This table is specifically designed to capture debug and error logs generated by integration instances running on the server.

Topics

#integration logging#demisto.debug#fetch command#integration logs

Community Discussion

No community discussion yet for this question.

Full XSOAR-ENGINEER Practice