Skip to content

Commit 0125518

Browse files
committed
Add app docs
1 parent 674b2db commit 0125518

File tree

5 files changed

+24
-15
lines changed

5 files changed

+24
-15
lines changed

app-docs/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

app_docs/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Foundry Sample with Python Functions
2+
3+
This sample is designed to show you how to use Python Functions in Falcon Foundry.
4+
5+
It contains several Python functions that show you how to:
6+
7+
- Integrate with workflows
8+
- Use FalconPy
9+
- Use FalconPy to invoke an API Integration
10+
- Use FalconPy to store data in a collection
11+
- Share code between functions
12+
13+
When you install this app, you will be prompted for ServiceNow credentials. You can create a developer account at <https://developer.servicenow.com>. Your configuration should look similar to the following.
14+
15+
![ServiceNow Configuration](images/snow.png)
16+
17+
**NOTE**: If you'd rather not create an account, just fill in fake values when installing. You won't be able to test the ServiceNow API integration nor invoke the servicenow function if you use fake values.
18+
19+
After installing the app, go to **Fusion SOAR** > **Workflows** to see the Test workflows for functions. Execute the **Test hello function** workflow to ensure it works. The host-details one won't succeed unless you change its `host_id` value to match a host in your CID.

app_docs/images/snow.png

32.6 KB
Loading

manifest.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
app_id: ""
22
name: functions-python
33
description: Foundry sample that shows how to use Python functions
4-
logo: app-docs/images/logo.png
4+
logo: app_docs/images/logo.png
55
vendor: ""
66
vendor_products: []
77
use_case: Cloud security
@@ -224,5 +224,8 @@ logscale:
224224
saved_searches: []
225225
lookup_files: []
226226
docs:
227-
path: app-docs
227+
id: ""
228+
path: app_docs
228229
entrypoint: README.md
230+
links:
231+
- images/snow.png

0 commit comments

Comments
 (0)