Palo Alto Networks Certified Security Automation Engineer (PCSAE) — Question 105
While testing a custom integration, an XSOAR engineer noticed that the incident fetch interval is missing. How can this be fixed?
Answer options
- A. Define the Incident Fetch Interval when running the integration’s commands.
- B. Duplicate the integration. Edit the resulting copy and add incidentFetchInterval as a parameter. Save the integration. Configure the new integration instance with the interval required.
- C. Configure the application to send incidents on the required interval.
- D. Duplicate the integration. Add the interval in the code. Save the integration and Configure the new integration instance with the interval required.
Correct answer: B
Explanation
The correct answer is B because it involves duplicating the integration and explicitly adding the incidentFetchInterval parameter, which is necessary for the integration's configuration. Option A does not address the missing parameter issue, while options C and D do not provide the proper method to set the interval in the integration's configuration.