Skip to content

Commit c2febbe

Browse files
committed
Rename app and remove IDs
1 parent f9d641c commit c2febbe

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

manifest.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
app_id: 2a51ccfdce4b4633b474241517bad918
2-
name: functions-python
1+
app_id: ""
2+
name: Functions with Python
33
description: Foundry sample that shows how to use Python functions
44
logo: app_docs/images/logo.png
55
vendor: ""
@@ -14,7 +14,7 @@ ignored:
1414
ui:
1515
homepage: ""
1616
extensions:
17-
- id: d9c0db66bf9f4f7f913041405766d7f4
17+
- id: ""
1818
name: hello
1919
description: UI to call the hello function
2020
path: ui/extensions/hello/src/dist
@@ -36,7 +36,7 @@ ui:
3636
dashboards: {}
3737
navigation: {}
3838
api_integrations:
39-
- id: 77a7be518bcb4df99bffa926daf2593f
39+
- id: ""
4040
name: ServiceNow
4141
description: Allows you to perform CRUD operations on tables
4242
path: api-integrations/ServiceNow.json
@@ -56,7 +56,7 @@ auth:
5656
permissions: {}
5757
roles: []
5858
functions:
59-
- id: 4d4c12e18a94497fbf8f182f699342ba
59+
- id: ""
6060
name: hello
6161
config: null
6262
description: Returns a greeting based on name input
@@ -71,16 +71,16 @@ functions:
7171
request_schema: request_schema.json
7272
response_schema: response_schema.json
7373
workflow_integration:
74-
id: 7a6370010f594d3fb4f555e5c53f173a
74+
id: ""
7575
disruptive: false
7676
system_action: false
7777
tags:
78-
- 911d4531429f4deb9bd79725c34912b7
78+
- ""
7979
- Hello
8080
- Functions
8181
permissions: []
8282
language: python
83-
- id: 7002ee67469a47b4b346632f2f3cc5d9
83+
- id: ""
8484
name: host-details
8585
config: null
8686
description: Get Device Details using FalconPy
@@ -95,17 +95,17 @@ functions:
9595
request_schema: request_schema.json
9696
response_schema: response_schema.json
9797
workflow_integration:
98-
id: a695f317cf2a47b49e24beaefb4da128
98+
id: ""
9999
disruptive: false
100100
system_action: true
101101
tags:
102-
- 911d4531429f4deb9bd79725c34912b7
102+
- ""
103103
- Functions
104104
- HostDetails
105105
- FalconPy
106106
permissions: []
107107
language: python
108-
- id: 078ff8d8dcc24f7188d455a9aa9aecc4
108+
- id: ""
109109
name: servicenow
110110
config: null
111111
description: Create ServiceNow Ticket
@@ -120,17 +120,17 @@ functions:
120120
request_schema: request_schema.json
121121
response_schema: response_schema.json
122122
workflow_integration:
123-
id: 7860b842e231471cbcea36c994fbe682
123+
id: ""
124124
disruptive: false
125125
system_action: true
126126
tags:
127-
- 911d4531429f4deb9bd79725c34912b7
127+
- ""
128128
- Functions
129129
- ServiceNow
130130
- FalconPy
131131
permissions: []
132132
language: python
133-
- id: b6f9f57dc5634101b1f0c75539eb181f
133+
- id: ""
134134
name: log-event
135135
config: null
136136
description: Store Data in a Collection
@@ -145,17 +145,17 @@ functions:
145145
request_schema: request_schema.json
146146
response_schema: response_schema.json
147147
workflow_integration:
148-
id: 324bd526a6aa4ac8acdf9973f1a0edb8
148+
id: ""
149149
disruptive: false
150150
system_action: true
151151
tags:
152-
- 911d4531429f4deb9bd79725c34912b7
152+
- ""
153153
- Functions
154154
- Collections
155155
- FalconPy
156156
permissions: []
157157
language: python
158-
- id: 646b3a7a261d4ee8b816ca34070173b0
158+
- id: ""
159159
name: host-info
160160
config: null
161161
description: Get Host Information
@@ -170,15 +170,15 @@ functions:
170170
request_schema: request_schema.json
171171
response_schema: response_schema.json
172172
workflow_integration:
173-
id: b8f1150310e745fbad9e899ff8770de2
173+
id: ""
174174
disruptive: false
175175
system_action: false
176176
tags:
177-
- 911d4531429f4deb9bd79725c34912b7
177+
- ""
178178
- Multiple
179179
permissions: []
180180
language: python
181-
- id: 915f9e9baeb04476b70545443880f7b9
181+
- id: ""
182182
name: user-management
183183
config: null
184184
description: Create a User
@@ -193,28 +193,28 @@ functions:
193193
request_schema: request_schema.json
194194
response_schema: response_schema.json
195195
workflow_integration:
196-
id: d9c116ed5766444a9ab9e39cdf160e9a
196+
id: ""
197197
disruptive: false
198198
system_action: false
199199
tags:
200-
- 911d4531429f4deb9bd79725c34912b7
200+
- ""
201201
- Multiple
202202
permissions: []
203203
language: python
204204
workflows:
205-
- id: 8b65c69113d74aae88538a4fe4a8c610
205+
- id: ""
206206
name: Test log-event function
207207
path: workflows/Test_log-event_function.yml
208208
permissions: []
209-
- id: 9b524e9b83164979a267654a75c5378c
209+
- id: ""
210210
name: Test hello function
211211
path: workflows/Test_hello_function.yml
212212
permissions: []
213-
- id: f4d40f45023f44d186c0c5bef138f142
213+
- id: ""
214214
name: Test host-details function
215215
path: workflows/Test_host-details_function.yml
216216
permissions: []
217-
- id: a25c6642b21141f794bfff18905a12c6
217+
- id: ""
218218
name: Test servicenow function
219219
path: workflows/Test_servicenow_function.yml
220220
permissions: []
@@ -223,7 +223,7 @@ logscale:
223223
saved_searches: []
224224
lookup_files: []
225225
docs:
226-
id: e761f8b6b31747d9a862a9dd7827d0c3
226+
id: ""
227227
path: app_docs
228228
entrypoint: README.md
229229
links:

0 commit comments

Comments
 (0)