-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest.yml
209 lines (209 loc) · 6.75 KB
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
name: Rapid response
description: Leverages RTR scripts, Fusion SOAR, and UI extensions to patch, upload, or remove files from hosts
logo: ""
manifest_version: "2023-05-09"
ignored:
- ui/(extensions|pages)/.*?/config
- ui/(extensions|pages)/.*?/node_modules
- ui/pages/scalable-rtr-react/stats.html
- ui/(extensions|pages)/.*?/src
- ui/(extensions|pages)/.*?/.*?\.(md|log|lock|cjs|log)
- ui/(extensions|pages)/.*?/\.eslintrc\.cjs
- ui/(extensions|pages)/.*?/\.gitignore
- ui/(extensions|pages)/.*?/\.stylelintrc\.js
- ui/(extensions|pages)/.*?/package\.json
- ui/(extensions|pages)/.*?/postcss\.config\.js
- ui/(extensions|pages)/.*?/tailwind\.config\.js
- ui/(extensions|pages)/.*?/tsconfig\.json
- ui/(extensions|pages)/.*?/tsconfig\.node\.json
- ui/(extensions|pages)/.*?/vite\.config\.ts
- ui/(extensions|pages)/*\.gz
- ui/(extensions|pages)/rapid-response-react/index\.html
ui:
homepage: pages.rapid-response-react
extensions: []
pages:
rapid-response-react:
name: rapid-response-react
description: A sample app built for RTR
path: ui/pages/rapid-response-react/dist
entrypoint: ui/pages/rapid-response-react/dist/index.html
content_security_policy:
connect-src:
- https://cdn.jsdelivr.net
- 'data:'
style-src: []
style-src-elem: []
script-src: []
form-action: []
img-src: []
media-src: []
object-src: []
permissions: []
dashboards: {}
navigation:
links:
- path: /
name: All Jobs
permissions: []
ref: pages.rapid-response-react
- path: /run-history
name: Run History
permissions: []
ref: pages.rapid-response-react
- path: /audit-log
name: Audit Log
permissions: []
ref: pages.rapid-response-react
api_integrations: []
rtr_scripts:
- name: check_file_exist
platform: Windows
description: Checking if file exist RTR script
path: rtr-scripts/check_file_exist
script_name: script.ps1
permissions: []
workflow_integration:
disruptive: false
system_action: false
tags: []
input_schema: input_schema.json
output_schema: output_schema.json
- name: remove_file
platform: Windows
description: Removing file RTR script
path: rtr-scripts/remove_file
script_name: script.ps1
permissions: []
workflow_integration:
disruptive: false
system_action: false
tags: []
input_schema: input_schema.json
output_schema: output_schema.json
collections:
- name: Jobs_Audit_logger
description: Audit logs for the job.
schema: collections/audit_logs_schema.json
permissions: []
workflow_integration:
system_action: false
tags: []
- name: Jobs_Info
description: job collection storage.
schema: collections/job_schema.json
permissions: []
workflow_integration: null
- name: Job_Executions
description: Job execution history.
schema: collections/job_executions_schema.json
permissions: []
workflow_integration:
system_action: false
tags: []
auth:
scopes:
- real-time-response-admin:write
- devices:read
- devices:write
- host-group:read
- workflow:write
- workflow:read
- usermgmt:read
permissions: {}
roles: []
functions:
- name: Func_Jobs
config: null
description: Create an function to create, update, query and audit the jobs.
path: functions/Func_Jobs
environment_variables: {}
handlers:
- name: rapid_response_get_audits
description: Create an function to create, update, query and audit the jobs
method: GET
api_path: /audits
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: rapid_response_get_jobs
description: Returns a list of jobs.
method: GET
api_path: /jobs
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: rapid_response_get_job
description: Returns a job.
method: GET
api_path: /job
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: rapid_response_create_update_job
description: Create, Update, Query Jobs
method: PUT
api_path: /upsert-job
request_schema: null
response_schema: null
workflow_integration:
disruptive: false
system_action: false
tags:
- Rapid Response
permissions: []
language: go
- name: job_history
config: null
description: Job histories and executions.
path: functions/job_history
environment_variables: {}
handlers:
- name: run_history
description: Job histories and executions
method: GET
api_path: /run-history
request_schema: null
response_schema: null
workflow_integration: null
permissions: []
- name: update_job_history
description: Foundry RTR Job Upsert
method: PUT
api_path: /upsert
request_schema: input_schema.json
response_schema: null
workflow_integration:
disruptive: false
system_action: false
tags:
- Rapid Response
- job_history
permissions: []
language: go
workflows:
- name: Remove file template
path: workflows/Remove_file_template.yml
- name: Notify job execution template
path: workflows/Notify_job_execution_template.yml
- name: Install software template
path: workflows/Install_software_Job_Template.yml
logscale:
saved_searches:
- name: Query By WorkflowRootExecutionID
description: Queries entries by WorkflowRootExecutionID.
query_path: saved-searches/Query_By_WorkflowRootExecutionID/query.txt
query_params:
execution_id: ""
input_schema_path: saved-searches/Query_By_WorkflowRootExecutionID/input_schema.json
earliest: 7d
latest: now
workflow_integration:
tags:
- Rapid Response
- Logscale
system_action: false
include_test_data: false