Description It is often necessary to import records from a CSV into
FortiSOAR. This article describes how to accomplish this, it is possible
to use the attached playbooks. Scope FortiSOAR. Solution Import the
playbook collection from the playbook lis...
FortiSOAR™ v6.4.4 is now released. The Fortinet Security Orchestration,
Automation, and Response Platform (FortiSOAR™) 6.4.4 release includes
many enhancements and bug fixes in the areas of FSR agents, reporting,
cluster licensing, and SSO configurat...
Overview There are some useful, undocumented API endpoints related to
connectors. These API endpoints can be used in playbooks to automate
health checks, connector metrics, and activation/deactivation. API
Endpoints List connectors Endpoint:
/api/int...
To compose and send email from FortiSOAR, a conversion is needed form
Markdown (FortiSOAR's richtext format) to HTML. Below is an example of
playbook jinja that converts basic Markdown syntax to HTML. It can be
extended to add additional markdown ele<!-- -->...
Hi Punit,Please try running this direct command to install:sudo -u nginx
/opt/cyops-integrations/.env/bin/pip install numpy pandasThank
you,------------------------------ChrisPrincipal Software Development
Engineer -
FortiSOAR------------------------...
Hi Punit,It looks like your environment did not install the Python
dependencies. Please run this command to install them
separately:>=7.2.0sudo -u fsr-integrations
/opt/cyops-integrations/.env/bin/pip install -r
/opt/cyops-integrations/integrations/c...
Hi Punit,You can use the CSV Data Management connector to load data from
a CSV:
https://docs.fortinet.com/document/fortisoar/1.0.0/csv-data-management/270/csv-data-management-v1-0-0You
can use a step for loop with a Create Record step to create recor...
Hi Yogi,Welcome to the FortiSOAR community!Can you send the name of the
step that failed with that error? To find this, you can open the
executed playbook logs, navigate to the failed playbook, and find the
failed step. Note that if there is a refere...