@itentialopensource/adapter-paragon_insights 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +6 -0
- package/.eslintrc.js +18 -0
- package/.gitlab/.gitkeep +0 -0
- package/.gitlab/issue_templates/.gitkeep +0 -0
- package/.gitlab/issue_templates/Default.md +17 -0
- package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
- package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
- package/.jshintrc +0 -0
- package/AUTH.md +39 -0
- package/BROKER.md +199 -0
- package/CALLS.md +2925 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +172 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +641 -0
- package/README.md +337 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +11 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +46322 -0
- package/adapterBase.js +1787 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +3 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +53 -0
- package/entities/Administration/action.json +24 -0
- package/entities/Administration/schema.json +19 -0
- package/entities/Authentication/action.json +64 -0
- package/entities/Authentication/schema.json +21 -0
- package/entities/Config/action.json +4586 -0
- package/entities/Config/mockdatafiles/createHealthbotDynamicTagging-default.json +6 -0
- package/entities/Config/mockdatafiles/createHealthbotIngestSettingsTaggingProfiles-default.json +4 -0
- package/entities/Config/mockdatafiles/createHealthbotIngestTaggingProfiles-default.json +3 -0
- package/entities/Config/mockdatafiles/retrieveConfigurationJobs-default.json +22 -0
- package/entities/Config/mockdatafiles/retrieveFilesHelperFiles-default.json +4 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotDynamicTagging-default.json +3 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotIngestByoiDefaultPluginTliveKafkas-default.json +3 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotIngestByoiIngestMappings-default.json +4 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotIngestFrequencyProfile-default.json +6 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotIngestSettingsByoiDefaultPluginTliveKafkas-default.json +4 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotIngestSettingsByoiIngestMappings-default.json +4 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotIngestSettingsFrequencyProfile-default.json +4 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotIngestSettingsTaggingProfiles-default.json +5 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotIngestSnmpNotificationV3UsmUsernames-default.json +6 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotIngestSnmpNotificationV3UsmUsers-default.json +604 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotIngestSyslogHeaderPatternIds-default.json +4 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotIngestSyslogHeaderPatterns-default.json +44 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotIngestTaggingProfiles-default.json +4 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotOrganizationOrganization-default.json +5 -0
- package/entities/Config/mockdatafiles/retrieveHealthbotTopicResourceResource-default.json +4 -0
- package/entities/Config/mockdatafiles/retrieveIcebergIngestFlowTemplateIds-default.json +6 -0
- package/entities/Config/mockdatafiles/retrieveIcebergIngestSettingsFlowTemplateIds-default.json +4 -0
- package/entities/Config/mockdatafiles/retrieveIcebergIngestSettingsSyslogPatternIds-default.json +6 -0
- package/entities/Config/mockdatafiles/retrieveIcebergIngestSettingsSyslogPatternSetIds-default.json +5 -0
- package/entities/Config/mockdatafiles/retrieveIcebergIngestSettingsSyslogPatternSets-default.json +12 -0
- package/entities/Config/mockdatafiles/retrieveIcebergIngestSettingsSyslogPatterns-default.json +113 -0
- package/entities/Config/mockdatafiles/retrieveIcebergIngestSyslogPatternIds-default.json +3 -0
- package/entities/Config/mockdatafiles/retrieveIcebergIngestSyslogPatternSetIds-default.json +6 -0
- package/entities/Config/mockdatafiles/retrieveIcebergIngestSyslogPatternSets-default.json +27 -0
- package/entities/Config/mockdatafiles/retrieveIcebergIngestSyslogPatterns-default.json +151 -0
- package/entities/Config/mockdatafiles/retrieveIcebergProfileSecurityCaProfiles-default.json +5 -0
- package/entities/Config/mockdatafiles/retrieveIcebergProfileSecurityLocalCertificates-default.json +4 -0
- package/entities/Config/mockdatafiles/retrieveIcebergProfileSecuritySshKeyProfiles-default.json +3 -0
- package/entities/Config/mockdatafiles/retrieveSensors-default.json +4 -0
- package/entities/Config/mockdatafiles/updateHealthbotDynamicTagging-default.json +5 -0
- package/entities/Config/mockdatafiles/updateHealthbotIngestSettingsTaggingProfiles-default.json +4 -0
- package/entities/Config/mockdatafiles/updateHealthbotIngestTaggingProfiles-default.json +4 -0
- package/entities/Config/schema.json +452 -0
- package/entities/Configuration/action.json +2948 -0
- package/entities/Configuration/mockdatafiles/retrieveIcebergDeviceDevice-default.json +4 -0
- package/entities/Configuration/mockdatafiles/retrieveIcebergDeviceGroupDeviceGroup-default.json +4 -0
- package/entities/Configuration/mockdatafiles/retrieveIcebergNetworkGroupNetworkGroup-default.json +4 -0
- package/entities/Configuration/mockdatafiles/retrieveIcebergNotificationNotification-default.json +4 -0
- package/entities/Configuration/mockdatafiles/retrieveIcebergPlaybookPlaybook-default.json +4 -0
- package/entities/Configuration/mockdatafiles/retrieveIcebergRetentionPolicyRetentionPolicy-default.json +4 -0
- package/entities/Configuration/mockdatafiles/retrieveIcebergTopicRuleRule-default.json +4 -0
- package/entities/Configuration/mockdatafiles/retrieveIcebergTopicTopic-default.json +4 -0
- package/entities/Configuration/schema.json +361 -0
- package/entities/Data/action.json +67 -0
- package/entities/Data/mockdatafiles/retrieveDataDatabaseTable-default.json +8 -0
- package/entities/Data/mockdatafiles/retrieveDataDatabaseTableColumnByTableName-default.json +4 -0
- package/entities/Data/mockdatafiles/retrieveDataDatabaseTagsByTableName-default.json +4 -0
- package/entities/Data/schema.json +76 -0
- package/entities/DataStore/action.json +85 -0
- package/entities/DataStore/schema.json +33 -0
- package/entities/Debug/action.json +65 -0
- package/entities/Debug/mockdatafiles/retrieveDebugForScenario-default.json +14 -0
- package/entities/Debug/mockdatafiles/retrieveDebugJobs-default.json +10 -0
- package/entities/Debug/schema.json +43 -0
- package/entities/DeployedDeviceDetails/action.json +24 -0
- package/entities/DeployedDeviceDetails/schema.json +19 -0
- package/entities/Documentation/action.json +46 -0
- package/entities/Documentation/schema.json +20 -0
- package/entities/Event/action.json +130 -0
- package/entities/Event/mockdatafiles/retrieveEvent-default.json +20 -0
- package/entities/Event/mockdatafiles/retrieveEventByEventName-default.json +8 -0
- package/entities/Event/mockdatafiles/retrieveEventByEventNameDeviceGroup-default.json +14 -0
- package/entities/Event/mockdatafiles/retrieveEventByEventNameNetworkGroup-default.json +14 -0
- package/entities/Event/mockdatafiles/retrieveEventDeviceGroup-default.json +14 -0
- package/entities/Event/mockdatafiles/retrieveEventNetworkGroup-default.json +14 -0
- package/entities/Event/schema.json +101 -0
- package/entities/Events/action.json +25 -0
- package/entities/Events/mockdatafiles/retrieveEvents-default.json +26 -0
- package/entities/Events/schema.json +41 -0
- package/entities/Facts/action.json +67 -0
- package/entities/Facts/schema.json +43 -0
- package/entities/FieldCapture/action.json +25 -0
- package/entities/FieldCapture/schema.json +19 -0
- package/entities/Grafana/action.json +66 -0
- package/entities/Grafana/schema.json +32 -0
- package/entities/Health/action.json +25 -0
- package/entities/Health/schema.json +19 -0
- package/entities/HealthTree/action.json +67 -0
- package/entities/HealthTree/schema.json +54 -0
- package/entities/Inspect/action.json +24 -0
- package/entities/Inspect/schema.json +19 -0
- package/entities/InstanceScheduleState/action.json +45 -0
- package/entities/InstanceScheduleState/schema.json +42 -0
- package/entities/License/action.json +189 -0
- package/entities/License/mockdatafiles/createIcebergAddLicenseFromFile-default.json +3 -0
- package/entities/License/mockdatafiles/retrieveIcebergGetAllLicenseId-default.json +4 -0
- package/entities/License/mockdatafiles/updateIcebergReplaceLicense-default.json +3 -0
- package/entities/License/schema.json +49 -0
- package/entities/Logs/action.json +88 -0
- package/entities/Logs/schema.json +66 -0
- package/entities/Organization/action.json +166 -0
- package/entities/Organization/schema.json +59 -0
- package/entities/Services/action.json +126 -0
- package/entities/Services/mockdatafiles/retrieveServicesDeviceGroupsDeviceGroupDeviceGroup-default.json +4 -0
- package/entities/Services/mockdatafiles/retrieveServicesNetworkGroup-default.json +4 -0
- package/entities/Services/schema.json +46 -0
- package/entities/System/action.json +150 -0
- package/entities/System/schema.json +47 -0
- package/entities/Workflow/action.json +187 -0
- package/entities/Workflow/mockdatafiles/retrieveHealthbotWorkflowWorkflow-default.json +6 -0
- package/entities/Workflow/schema.json +38 -0
- package/entities/WorkflowInstance/action.json +146 -0
- package/entities/WorkflowInstance/schema.json +47 -0
- package/entities/WorkflowStatistics/action.json +25 -0
- package/entities/WorkflowStatistics/schema.json +19 -0
- package/error.json +190 -0
- package/package.json +87 -0
- package/pronghorn.json +21194 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1248 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +10 -0
- package/report/creationReport.json +2565 -0
- package/report/insightsopneapi.json +42358 -0
- package/sampleProperties.json +195 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +93 -0
- package/test/integration/adapterTestIntegration.js +12269 -0
- package/test/unit/adapterBaseTestUnit.js +949 -0
- package/test/unit/adapterTestUnit.js +14656 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +178 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +225 -0
- package/utils/modify.js +154 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/tbScript.js +246 -0
- package/utils/tbUtils.js +490 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +195 -0
- package/workflows/README.md +3 -0
|
@@ -0,0 +1,2565 @@
|
|
|
1
|
+
{
|
|
2
|
+
"errors": [],
|
|
3
|
+
"statistics": [
|
|
4
|
+
{
|
|
5
|
+
"owner": "errorJson",
|
|
6
|
+
"description": "Standard adapter errors available for use",
|
|
7
|
+
"value": 31
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"owner": "packageJson",
|
|
11
|
+
"description": "Number of production dependencies",
|
|
12
|
+
"value": 16
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"owner": "packageJson",
|
|
16
|
+
"description": "Number of development dependencies",
|
|
17
|
+
"value": 7
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"owner": "packageJson",
|
|
21
|
+
"description": "Number of npm scripts",
|
|
22
|
+
"value": 22
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"owner": "packageJson",
|
|
26
|
+
"description": "Runtime Library dependency",
|
|
27
|
+
"value": "^4.48.0"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"owner": "propertiesSchemaJson",
|
|
31
|
+
"description": "Adapter properties defined in the propertiesSchema file",
|
|
32
|
+
"value": 70
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"owner": "adapterJS",
|
|
36
|
+
"description": "Lines of code generated in adapter.js",
|
|
37
|
+
"value": 46323
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"owner": "adapterJS",
|
|
41
|
+
"description": "Number of Functions added to adapter.js",
|
|
42
|
+
"value": 459
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"owner": "pronghornJson",
|
|
46
|
+
"description": "Number of Methods added to pronghorn.json",
|
|
47
|
+
"value": 459
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"owner": "markdown",
|
|
51
|
+
"description": "Number of lines in the README.md",
|
|
52
|
+
"value": 338
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"owner": "markdown",
|
|
56
|
+
"description": "Number of lines in the SUMMARY.md",
|
|
57
|
+
"value": 9
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"owner": "markdown",
|
|
61
|
+
"description": "Number of lines in the PROPERTIES.md",
|
|
62
|
+
"value": 642
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"owner": "markdown",
|
|
66
|
+
"description": "Number of lines in the TROUBLESHOOT.md",
|
|
67
|
+
"value": 48
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"owner": "markdown",
|
|
71
|
+
"description": "Number of lines in the ENHANCE.md",
|
|
72
|
+
"value": 70
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"owner": "markdown",
|
|
76
|
+
"description": "Number of lines in the BROKER.md",
|
|
77
|
+
"value": 200
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"owner": "markdown",
|
|
81
|
+
"description": "Number of lines in the CALLS.md",
|
|
82
|
+
"value": 171
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"owner": "markdown",
|
|
86
|
+
"description": "Number of lines in the AUTH.md",
|
|
87
|
+
"value": 40
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"owner": "markdown",
|
|
91
|
+
"description": "Number of lines in the SYSTEMINFO.md",
|
|
92
|
+
"value": 11
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"owner": "unitTestJS",
|
|
96
|
+
"description": "Number of lines of code in unit tests",
|
|
97
|
+
"value": 14657
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"owner": "unitTestJS",
|
|
101
|
+
"description": "Number of unit tests",
|
|
102
|
+
"value": 975
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"owner": "integrationTestJS",
|
|
106
|
+
"description": "Number of lines of code in integration tests",
|
|
107
|
+
"value": 12270
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"owner": "integrationTestJS",
|
|
111
|
+
"description": "Number of integration tests",
|
|
112
|
+
"value": 464
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"owner": "actionJson",
|
|
116
|
+
"description": "Number of actions for Configuration entity",
|
|
117
|
+
"value": 145
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"owner": "actionJson",
|
|
121
|
+
"description": "Number of actions for Config entity",
|
|
122
|
+
"value": 225
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"owner": "actionJson",
|
|
126
|
+
"description": "Number of actions for Services entity",
|
|
127
|
+
"value": 6
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"owner": "actionJson",
|
|
131
|
+
"description": "Number of actions for Documentation entity",
|
|
132
|
+
"value": 2
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"owner": "actionJson",
|
|
136
|
+
"description": "Number of actions for DataStore entity",
|
|
137
|
+
"value": 4
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"owner": "actionJson",
|
|
141
|
+
"description": "Number of actions for Facts entity",
|
|
142
|
+
"value": 3
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"owner": "actionJson",
|
|
146
|
+
"description": "Number of actions for License entity",
|
|
147
|
+
"value": 9
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"owner": "actionJson",
|
|
151
|
+
"description": "Number of actions for System entity",
|
|
152
|
+
"value": 7
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"owner": "actionJson",
|
|
156
|
+
"description": "Number of actions for Authentication entity",
|
|
157
|
+
"value": 3
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"owner": "actionJson",
|
|
161
|
+
"description": "Number of actions for Administration entity",
|
|
162
|
+
"value": 1
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"owner": "actionJson",
|
|
166
|
+
"description": "Number of actions for Organization entity",
|
|
167
|
+
"value": 8
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"owner": "actionJson",
|
|
171
|
+
"description": "Number of actions for Workflow entity",
|
|
172
|
+
"value": 9
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"owner": "actionJson",
|
|
176
|
+
"description": "Number of actions for InstanceScheduleState entity",
|
|
177
|
+
"value": 2
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"owner": "actionJson",
|
|
181
|
+
"description": "Number of actions for Logs entity",
|
|
182
|
+
"value": 4
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"owner": "actionJson",
|
|
186
|
+
"description": "Number of actions for Debug entity",
|
|
187
|
+
"value": 3
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"owner": "actionJson",
|
|
191
|
+
"description": "Number of actions for WorkflowInstance entity",
|
|
192
|
+
"value": 7
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"owner": "actionJson",
|
|
196
|
+
"description": "Number of actions for WorkflowStatistics entity",
|
|
197
|
+
"value": 1
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"owner": "actionJson",
|
|
201
|
+
"description": "Number of actions for Data entity",
|
|
202
|
+
"value": 3
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"owner": "actionJson",
|
|
206
|
+
"description": "Number of actions for DeployedDeviceDetails entity",
|
|
207
|
+
"value": 1
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"owner": "actionJson",
|
|
211
|
+
"description": "Number of actions for Events entity",
|
|
212
|
+
"value": 1
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"owner": "actionJson",
|
|
216
|
+
"description": "Number of actions for Event entity",
|
|
217
|
+
"value": 6
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"owner": "actionJson",
|
|
221
|
+
"description": "Number of actions for FieldCapture entity",
|
|
222
|
+
"value": 1
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"owner": "actionJson",
|
|
226
|
+
"description": "Number of actions for Grafana entity",
|
|
227
|
+
"value": 3
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"owner": "actionJson",
|
|
231
|
+
"description": "Number of actions for HealthTree entity",
|
|
232
|
+
"value": 3
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"owner": "actionJson",
|
|
236
|
+
"description": "Number of actions for Health entity",
|
|
237
|
+
"value": 1
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"owner": "actionJson",
|
|
241
|
+
"description": "Number of actions for Inspect entity",
|
|
242
|
+
"value": 1
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"owner": "actionJson",
|
|
246
|
+
"description": "Total number of actions",
|
|
247
|
+
"value": 459
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"owner": "actionJson",
|
|
251
|
+
"description": "Total number of entities",
|
|
252
|
+
"value": 26
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"owner": "schemaJson",
|
|
256
|
+
"description": "Number of schemas for Configuration entity",
|
|
257
|
+
"value": 1
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"owner": "schemaJson",
|
|
261
|
+
"description": "Number of schemas for Config entity",
|
|
262
|
+
"value": 1
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"owner": "schemaJson",
|
|
266
|
+
"description": "Number of schemas for Services entity",
|
|
267
|
+
"value": 1
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"owner": "schemaJson",
|
|
271
|
+
"description": "Number of schemas for Documentation entity",
|
|
272
|
+
"value": 1
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"owner": "schemaJson",
|
|
276
|
+
"description": "Number of schemas for DataStore entity",
|
|
277
|
+
"value": 1
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"owner": "schemaJson",
|
|
281
|
+
"description": "Number of schemas for Facts entity",
|
|
282
|
+
"value": 1
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"owner": "schemaJson",
|
|
286
|
+
"description": "Number of schemas for License entity",
|
|
287
|
+
"value": 1
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"owner": "schemaJson",
|
|
291
|
+
"description": "Number of schemas for System entity",
|
|
292
|
+
"value": 1
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"owner": "schemaJson",
|
|
296
|
+
"description": "Number of schemas for Authentication entity",
|
|
297
|
+
"value": 1
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"owner": "schemaJson",
|
|
301
|
+
"description": "Number of schemas for Administration entity",
|
|
302
|
+
"value": 1
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"owner": "schemaJson",
|
|
306
|
+
"description": "Number of schemas for Organization entity",
|
|
307
|
+
"value": 1
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"owner": "schemaJson",
|
|
311
|
+
"description": "Number of schemas for Workflow entity",
|
|
312
|
+
"value": 1
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"owner": "schemaJson",
|
|
316
|
+
"description": "Number of schemas for InstanceScheduleState entity",
|
|
317
|
+
"value": 1
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"owner": "schemaJson",
|
|
321
|
+
"description": "Number of schemas for Logs entity",
|
|
322
|
+
"value": 1
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"owner": "schemaJson",
|
|
326
|
+
"description": "Number of schemas for Debug entity",
|
|
327
|
+
"value": 1
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"owner": "schemaJson",
|
|
331
|
+
"description": "Number of schemas for WorkflowInstance entity",
|
|
332
|
+
"value": 1
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"owner": "schemaJson",
|
|
336
|
+
"description": "Number of schemas for WorkflowStatistics entity",
|
|
337
|
+
"value": 1
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"owner": "schemaJson",
|
|
341
|
+
"description": "Number of schemas for Data entity",
|
|
342
|
+
"value": 1
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"owner": "schemaJson",
|
|
346
|
+
"description": "Number of schemas for DeployedDeviceDetails entity",
|
|
347
|
+
"value": 1
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"owner": "schemaJson",
|
|
351
|
+
"description": "Number of schemas for Events entity",
|
|
352
|
+
"value": 1
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"owner": "schemaJson",
|
|
356
|
+
"description": "Number of schemas for Event entity",
|
|
357
|
+
"value": 1
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"owner": "schemaJson",
|
|
361
|
+
"description": "Number of schemas for FieldCapture entity",
|
|
362
|
+
"value": 1
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"owner": "schemaJson",
|
|
366
|
+
"description": "Number of schemas for Grafana entity",
|
|
367
|
+
"value": 1
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"owner": "schemaJson",
|
|
371
|
+
"description": "Number of schemas for HealthTree entity",
|
|
372
|
+
"value": 1
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"owner": "schemaJson",
|
|
376
|
+
"description": "Number of schemas for Health entity",
|
|
377
|
+
"value": 1
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"owner": "schemaJson",
|
|
381
|
+
"description": "Number of schemas for Inspect entity",
|
|
382
|
+
"value": 1
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"owner": "schemaJson",
|
|
386
|
+
"description": "Total number of schemas",
|
|
387
|
+
"value": 26
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"owner": "mockdata",
|
|
391
|
+
"description": "Number of mock data files for Configuration entity",
|
|
392
|
+
"value": 8
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"owner": "mockdata",
|
|
396
|
+
"description": "Number of mock data files for Config entity",
|
|
397
|
+
"value": 37
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"owner": "mockdata",
|
|
401
|
+
"description": "Number of mock data files for Services entity",
|
|
402
|
+
"value": 2
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"owner": "mockdata",
|
|
406
|
+
"description": "Number of mock data files for Documentation entity",
|
|
407
|
+
"value": 0
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"owner": "mockdata",
|
|
411
|
+
"description": "Number of mock data files for DataStore entity",
|
|
412
|
+
"value": 0
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"owner": "mockdata",
|
|
416
|
+
"description": "Number of mock data files for Facts entity",
|
|
417
|
+
"value": 0
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"owner": "mockdata",
|
|
421
|
+
"description": "Number of mock data files for License entity",
|
|
422
|
+
"value": 3
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"owner": "mockdata",
|
|
426
|
+
"description": "Number of mock data files for System entity",
|
|
427
|
+
"value": 0
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"owner": "mockdata",
|
|
431
|
+
"description": "Number of mock data files for Authentication entity",
|
|
432
|
+
"value": 0
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"owner": "mockdata",
|
|
436
|
+
"description": "Number of mock data files for Administration entity",
|
|
437
|
+
"value": 0
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"owner": "mockdata",
|
|
441
|
+
"description": "Number of mock data files for Organization entity",
|
|
442
|
+
"value": 0
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"owner": "mockdata",
|
|
446
|
+
"description": "Number of mock data files for Workflow entity",
|
|
447
|
+
"value": 1
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"owner": "mockdata",
|
|
451
|
+
"description": "Number of mock data files for InstanceScheduleState entity",
|
|
452
|
+
"value": 0
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"owner": "mockdata",
|
|
456
|
+
"description": "Number of mock data files for Logs entity",
|
|
457
|
+
"value": 0
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"owner": "mockdata",
|
|
461
|
+
"description": "Number of mock data files for Debug entity",
|
|
462
|
+
"value": 2
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"owner": "mockdata",
|
|
466
|
+
"description": "Number of mock data files for WorkflowInstance entity",
|
|
467
|
+
"value": 0
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"owner": "mockdata",
|
|
471
|
+
"description": "Number of mock data files for WorkflowStatistics entity",
|
|
472
|
+
"value": 0
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"owner": "mockdata",
|
|
476
|
+
"description": "Number of mock data files for Data entity",
|
|
477
|
+
"value": 3
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"owner": "mockdata",
|
|
481
|
+
"description": "Number of mock data files for DeployedDeviceDetails entity",
|
|
482
|
+
"value": 0
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"owner": "mockdata",
|
|
486
|
+
"description": "Number of mock data files for Events entity",
|
|
487
|
+
"value": 1
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"owner": "mockdata",
|
|
491
|
+
"description": "Number of mock data files for Event entity",
|
|
492
|
+
"value": 6
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"owner": "mockdata",
|
|
496
|
+
"description": "Number of mock data files for FieldCapture entity",
|
|
497
|
+
"value": 0
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"owner": "mockdata",
|
|
501
|
+
"description": "Number of mock data files for Grafana entity",
|
|
502
|
+
"value": 0
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"owner": "mockdata",
|
|
506
|
+
"description": "Number of mock data files for HealthTree entity",
|
|
507
|
+
"value": 0
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"owner": "mockdata",
|
|
511
|
+
"description": "Number of mock data files for Health entity",
|
|
512
|
+
"value": 0
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"owner": "mockdata",
|
|
516
|
+
"description": "Number of mock data files for Inspect entity",
|
|
517
|
+
"value": 0
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"owner": "mockdata",
|
|
521
|
+
"description": "Total number of mock data files",
|
|
522
|
+
"value": 63
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"owner": "actionJson",
|
|
526
|
+
"description": "Number of actions for .system entity",
|
|
527
|
+
"value": 2
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"owner": "schemaJson",
|
|
531
|
+
"description": "Number of schemas for .system entity",
|
|
532
|
+
"value": 3
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"owner": "mockdata",
|
|
536
|
+
"description": "Number of mock data files for .system entity",
|
|
537
|
+
"value": 2
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"owner": "System",
|
|
541
|
+
"description": "System entity files",
|
|
542
|
+
"value": 6
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"owner": "usecases",
|
|
546
|
+
"description": "Number of workflows",
|
|
547
|
+
"value": 0
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"owner": "staticFile",
|
|
551
|
+
"description": "Number of lines of code in adapterBase.js",
|
|
552
|
+
"value": 1788
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"owner": "staticFile",
|
|
556
|
+
"description": "Number of static files added",
|
|
557
|
+
"value": 38
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"owner": "Overall",
|
|
561
|
+
"description": "Total lines of Code",
|
|
562
|
+
"value": 75038
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"owner": "Overall",
|
|
566
|
+
"description": "Total Tests",
|
|
567
|
+
"value": 1439
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"owner": "Overall",
|
|
571
|
+
"description": "Total Files",
|
|
572
|
+
"value": 167
|
|
573
|
+
}
|
|
574
|
+
],
|
|
575
|
+
"warnings": [],
|
|
576
|
+
"apiParsingReport": {
|
|
577
|
+
"no_mockdata": [
|
|
578
|
+
{
|
|
579
|
+
"fnName": "retrieveOrchestrator",
|
|
580
|
+
"method": "get",
|
|
581
|
+
"path": "/orchestrator/"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"fnName": "rollbackUnsavedConfiguration",
|
|
585
|
+
"method": "delete",
|
|
586
|
+
"path": "/config/configuration/"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"fnName": "retrieveAffectedGroups",
|
|
590
|
+
"method": "get",
|
|
591
|
+
"path": "/config/configuration/"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"fnName": "commitUnsavedConfiguration",
|
|
595
|
+
"method": "post",
|
|
596
|
+
"path": "/config/configuration/"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"fnName": "initialize",
|
|
600
|
+
"method": "post",
|
|
601
|
+
"path": "/config/initialize/"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"fnName": "deleteHealthbotIngestByoiIngestMappings",
|
|
605
|
+
"method": "delete",
|
|
606
|
+
"path": "/config/ingest/byoi/ingest-mappings/"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"fnName": "deleteHealthbotIngestSettingsByoiIngestMappings",
|
|
610
|
+
"method": "delete",
|
|
611
|
+
"path": "/config/ingest-settings/byoi/ingest-mappings/"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"fnName": "checkDeviceGroupUnsavedConfiguration",
|
|
615
|
+
"method": "post",
|
|
616
|
+
"path": "/config/configuration/check/device-group/{device_group_name}/"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"fnName": "checkNetworkGroupUnsavedConfiguration",
|
|
620
|
+
"method": "post",
|
|
621
|
+
"path": "/config/configuration/check/network-group/{network_group_name}/"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"fnName": "deleteIcebergDeviceGroupDeviceGroupById",
|
|
625
|
+
"method": "delete",
|
|
626
|
+
"path": "/config/device-group/{device_group_name}/"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"fnName": "retrieveIcebergDeviceGroupDeviceGroupById",
|
|
630
|
+
"method": "get",
|
|
631
|
+
"path": "/config/device-group/{device_group_name}/"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"fnName": "createIcebergDeviceGroupDeviceGroupById",
|
|
635
|
+
"method": "post",
|
|
636
|
+
"path": "/config/device-group/{device_group_name}/"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"fnName": "updateIcebergDeviceGroupDeviceGroupById",
|
|
640
|
+
"method": "put",
|
|
641
|
+
"path": "/config/device-group/{device_group_name}/"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"fnName": "retrieveDeviceGroupStatus",
|
|
645
|
+
"method": "get",
|
|
646
|
+
"path": "/device-group/{device_group_name}/status/"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"fnName": "retrieveDeviceGroupTriggerInfo",
|
|
650
|
+
"method": "get",
|
|
651
|
+
"path": "/device-group/{device_group_name}/trigger_info/"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"fnName": "deleteIcebergDeviceGroupsDeviceGroupsById",
|
|
655
|
+
"method": "delete",
|
|
656
|
+
"path": "/config/device-groups/"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"fnName": "retrieveIcebergDeviceGroupsDeviceGroups",
|
|
660
|
+
"method": "get",
|
|
661
|
+
"path": "/config/device-groups/"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"fnName": "createIcebergDeviceGroupsDeviceGroupsById",
|
|
665
|
+
"method": "post",
|
|
666
|
+
"path": "/config/device-groups/"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"fnName": "updateIcebergDeviceGroupsDeviceGroupsById",
|
|
670
|
+
"method": "put",
|
|
671
|
+
"path": "/config/device-groups/"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"fnName": "deleteIcebergDeviceDeviceById",
|
|
675
|
+
"method": "delete",
|
|
676
|
+
"path": "/config/device/{device_id}/"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"fnName": "retrieveIcebergDeviceDeviceById",
|
|
680
|
+
"method": "get",
|
|
681
|
+
"path": "/config/device/{device_id}/"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"fnName": "createIcebergDeviceDeviceById",
|
|
685
|
+
"method": "post",
|
|
686
|
+
"path": "/config/device/{device_id}/"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"fnName": "updateIcebergDeviceDeviceById",
|
|
690
|
+
"method": "put",
|
|
691
|
+
"path": "/config/device/{device_id}/"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"fnName": "deleteIcebergDevicesDevicesById",
|
|
695
|
+
"method": "delete",
|
|
696
|
+
"path": "/config/devices/"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"fnName": "retrieveIcebergDevicesDevices",
|
|
700
|
+
"method": "get",
|
|
701
|
+
"path": "/config/devices/"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"fnName": "createIcebergDevicesDevicesById",
|
|
705
|
+
"method": "post",
|
|
706
|
+
"path": "/config/devices/"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"fnName": "updateIcebergDevicesDevicesById",
|
|
710
|
+
"method": "put",
|
|
711
|
+
"path": "/config/devices/"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"fnName": "deleteIcebergNetworkGroupNetworkGroupById",
|
|
715
|
+
"method": "delete",
|
|
716
|
+
"path": "/config/network-group/{network_group_name}/"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"fnName": "retrieveIcebergNetworkGroupNetworkGroupById",
|
|
720
|
+
"method": "get",
|
|
721
|
+
"path": "/config/network-group/{network_group_name}/"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"fnName": "createIcebergNetworkGroupNetworkGroupById",
|
|
725
|
+
"method": "post",
|
|
726
|
+
"path": "/config/network-group/{network_group_name}/"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"fnName": "updateIcebergNetworkGroupNetworkGroupById",
|
|
730
|
+
"method": "put",
|
|
731
|
+
"path": "/config/network-group/{network_group_name}/"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"fnName": "retrieveNetworkGroupStatus",
|
|
735
|
+
"method": "get",
|
|
736
|
+
"path": "/network-group/{network_group_name}/status/"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"fnName": "retrieveNetworkGroupTriggerInfo",
|
|
740
|
+
"method": "get",
|
|
741
|
+
"path": "/network-group/{network_group_name}/trigger_info/"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"fnName": "deleteIcebergNetworkGroupsNetworkGroupsById",
|
|
745
|
+
"method": "delete",
|
|
746
|
+
"path": "/config/network-groups/"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"fnName": "retrieveIcebergNetworkGroupsNetworkGroups",
|
|
750
|
+
"method": "get",
|
|
751
|
+
"path": "/config/network-groups/"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"fnName": "createIcebergNetworkGroupsNetworkGroupsById",
|
|
755
|
+
"method": "post",
|
|
756
|
+
"path": "/config/network-groups/"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"fnName": "updateIcebergNetworkGroupsNetworkGroupsById",
|
|
760
|
+
"method": "put",
|
|
761
|
+
"path": "/config/network-groups/"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"fnName": "deleteIcebergNotificationNotificationById",
|
|
765
|
+
"method": "delete",
|
|
766
|
+
"path": "/config/notification/{notification_name}/"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"fnName": "retrieveIcebergNotificationNotificationById",
|
|
770
|
+
"method": "get",
|
|
771
|
+
"path": "/config/notification/{notification_name}/"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"fnName": "createIcebergNotificationNotificationById",
|
|
775
|
+
"method": "post",
|
|
776
|
+
"path": "/config/notification/{notification_name}/"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"fnName": "updateIcebergNotificationNotificationById",
|
|
780
|
+
"method": "put",
|
|
781
|
+
"path": "/config/notification/{notification_name}/"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"fnName": "deleteIcebergNotificationsNotificationsById",
|
|
785
|
+
"method": "delete",
|
|
786
|
+
"path": "/config/notifications/"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"fnName": "retrieveIcebergNotificationsNotificationsById",
|
|
790
|
+
"method": "get",
|
|
791
|
+
"path": "/config/notifications/"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"fnName": "createIcebergNotificationsNotificationsById",
|
|
795
|
+
"method": "post",
|
|
796
|
+
"path": "/config/notifications/"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"fnName": "updateIcebergNotificationsNotificationsById",
|
|
800
|
+
"method": "put",
|
|
801
|
+
"path": "/config/notifications/"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"fnName": "deleteIcebergPlaybookPlaybookById",
|
|
805
|
+
"method": "delete",
|
|
806
|
+
"path": "/config/playbook/{playbook_name}/"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"fnName": "retrieveIcebergPlaybookPlaybookById",
|
|
810
|
+
"method": "get",
|
|
811
|
+
"path": "/config/playbook/{playbook_name}/"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"fnName": "createIcebergPlaybookPlaybookById",
|
|
815
|
+
"method": "post",
|
|
816
|
+
"path": "/config/playbook/{playbook_name}/"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"fnName": "updateIcebergPlaybookPlaybookById",
|
|
820
|
+
"method": "put",
|
|
821
|
+
"path": "/config/playbook/{playbook_name}/"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"fnName": "deleteIcebergPlaybooksPlaybooksById",
|
|
825
|
+
"method": "delete",
|
|
826
|
+
"path": "/config/playbooks/"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"fnName": "retrieveIcebergPlaybooksPlaybooksById",
|
|
830
|
+
"method": "get",
|
|
831
|
+
"path": "/config/playbooks/"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"fnName": "createIcebergPlaybooksPlaybooksById",
|
|
835
|
+
"method": "post",
|
|
836
|
+
"path": "/config/playbooks/"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"fnName": "updateIcebergPlaybooksPlaybooksById",
|
|
840
|
+
"method": "put",
|
|
841
|
+
"path": "/config/playbooks/"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"fnName": "deleteIcebergRetentionPoliciesRetentionPoliciesById",
|
|
845
|
+
"method": "delete",
|
|
846
|
+
"path": "/config/retention-policies/"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"fnName": "retrieveIcebergRetentionPoliciesRetentionPoliciesById",
|
|
850
|
+
"method": "get",
|
|
851
|
+
"path": "/config/retention-policies/"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"fnName": "createIcebergRetentionPoliciesRetentionPoliciesById",
|
|
855
|
+
"method": "post",
|
|
856
|
+
"path": "/config/retention-policies/"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"fnName": "updateIcebergRetentionPoliciesRetentionPoliciesId",
|
|
860
|
+
"method": "put",
|
|
861
|
+
"path": "/config/retention-policies/"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"fnName": "deleteIcebergRetentionPolicyRetentionPolicyById",
|
|
865
|
+
"method": "delete",
|
|
866
|
+
"path": "/config/retention-policy/{retention_policy_name}/"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"fnName": "retrieveIcebergRetentionPolicyRetentionPolicyById",
|
|
870
|
+
"method": "get",
|
|
871
|
+
"path": "/config/retention-policy/{retention_policy_name}/"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"fnName": "createIcebergRetentionPolicyRetentionPolicyById",
|
|
875
|
+
"method": "post",
|
|
876
|
+
"path": "/config/retention-policy/{retention_policy_name}/"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"fnName": "updateIcebergRetentionPolicyRetentionPolicyById",
|
|
880
|
+
"method": "put",
|
|
881
|
+
"path": "/config/retention-policy/{retention_policy_name}/"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"fnName": "deleteIcebergSystemSystemById",
|
|
885
|
+
"method": "delete",
|
|
886
|
+
"path": "/config/system/"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"fnName": "retrieveIcebergSystemSystem",
|
|
890
|
+
"method": "get",
|
|
891
|
+
"path": "/config/system/"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"fnName": "createIcebergSystemSystemById",
|
|
895
|
+
"method": "post",
|
|
896
|
+
"path": "/config/system/"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"fnName": "updateIcebergSystemSystemById",
|
|
900
|
+
"method": "put",
|
|
901
|
+
"path": "/config/system/"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"fnName": "deleteIcebergSystemSchedulers",
|
|
905
|
+
"method": "delete",
|
|
906
|
+
"path": "/config/system/schedulers/"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"fnName": "retrieveIcebergSystemSchedulers",
|
|
910
|
+
"method": "get",
|
|
911
|
+
"path": "/config/system/schedulers/"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"fnName": "createIcebergSystemSchedulers",
|
|
915
|
+
"method": "post",
|
|
916
|
+
"path": "/config/system/schedulers/"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"fnName": "updateIcebergSystemSchedulers",
|
|
920
|
+
"method": "put",
|
|
921
|
+
"path": "/config/system/schedulers/"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"fnName": "deleteIcebergSystemSchedulerById",
|
|
925
|
+
"method": "delete",
|
|
926
|
+
"path": "/config/system/scheduler/{name}/"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"fnName": "retrieveIcebergSystemSchedulerById",
|
|
930
|
+
"method": "get",
|
|
931
|
+
"path": "/config/system/scheduler/{name}/"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"fnName": "createIcebergSystemSchedulerById",
|
|
935
|
+
"method": "post",
|
|
936
|
+
"path": "/config/system/scheduler/{name}/"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"fnName": "updateIcebergSystemSchedulerById",
|
|
940
|
+
"method": "put",
|
|
941
|
+
"path": "/config/system/scheduler/{name}/"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"fnName": "deleteIcebergSystemDestinations",
|
|
945
|
+
"method": "delete",
|
|
946
|
+
"path": "/config/system/report-generation/destinations/"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"fnName": "retrieveIcebergSystemDestinations",
|
|
950
|
+
"method": "get",
|
|
951
|
+
"path": "/config/system/report-generation/destinations/"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"fnName": "createIcebergSystemDestinations",
|
|
955
|
+
"method": "post",
|
|
956
|
+
"path": "/config/system/report-generation/destinations/"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"fnName": "updateIcebergSystemDestinations",
|
|
960
|
+
"method": "put",
|
|
961
|
+
"path": "/config/system/report-generation/destinations/"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"fnName": "deleteIcebergSystemDestinationById",
|
|
965
|
+
"method": "delete",
|
|
966
|
+
"path": "/config/system/report-generation/destination/{name}/"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"fnName": "retrieveIcebergSystemDestinationById",
|
|
970
|
+
"method": "get",
|
|
971
|
+
"path": "/config/system/report-generation/destination/{name}/"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"fnName": "createIcebergSystemDestinationById",
|
|
975
|
+
"method": "post",
|
|
976
|
+
"path": "/config/system/report-generation/destination/{name}/"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"fnName": "updateIcebergSystemDestinationById",
|
|
980
|
+
"method": "put",
|
|
981
|
+
"path": "/config/system/report-generation/destination/{name}/"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"fnName": "deleteIcebergSystemReports",
|
|
985
|
+
"method": "delete",
|
|
986
|
+
"path": "/config/system/report-generation/reports/"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"fnName": "retrieveIcebergSystemReports",
|
|
990
|
+
"method": "get",
|
|
991
|
+
"path": "/config/system/report-generation/reports/"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"fnName": "createIcebergSystemReports",
|
|
995
|
+
"method": "post",
|
|
996
|
+
"path": "/config/system/report-generation/reports/"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"fnName": "updateIcebergSystemReports",
|
|
1000
|
+
"method": "put",
|
|
1001
|
+
"path": "/config/system/report-generation/reports/"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"fnName": "deleteIcebergSystemReportById",
|
|
1005
|
+
"method": "delete",
|
|
1006
|
+
"path": "/config/system/report-generation/report/{name}/"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"fnName": "retrieveIcebergSystemReportById",
|
|
1010
|
+
"method": "get",
|
|
1011
|
+
"path": "/config/system/report-generation/report/{name}/"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"fnName": "createIcebergSystemReportById",
|
|
1015
|
+
"method": "post",
|
|
1016
|
+
"path": "/config/system/report-generation/report/{name}/"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"fnName": "updateIcebergSystemReportById",
|
|
1020
|
+
"method": "put",
|
|
1021
|
+
"path": "/config/system/report-generation/report/{name}/"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"fnName": "deleteIcebergSystemSettingsSystemSettingsById",
|
|
1025
|
+
"method": "delete",
|
|
1026
|
+
"path": "/config/system-settings/"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"fnName": "retrieveIcebergSystemSettingsSystemSettings",
|
|
1030
|
+
"method": "get",
|
|
1031
|
+
"path": "/config/system-settings/"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"fnName": "createIcebergSystemSettingsSystemSettingsById",
|
|
1035
|
+
"method": "post",
|
|
1036
|
+
"path": "/config/system-settings/"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"fnName": "updateIcebergSystemSettingsSystemSettingsById",
|
|
1040
|
+
"method": "put",
|
|
1041
|
+
"path": "/config/system-settings/"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"fnName": "deleteIcebergSystemSettingsSchedulers",
|
|
1045
|
+
"method": "delete",
|
|
1046
|
+
"path": "/config/system-settings/schedulers/"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"fnName": "retrieveIcebergSystemSettingsSchedulers",
|
|
1050
|
+
"method": "get",
|
|
1051
|
+
"path": "/config/system-settings/schedulers/"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"fnName": "createIcebergSystemSettingsSchedulers",
|
|
1055
|
+
"method": "post",
|
|
1056
|
+
"path": "/config/system-settings/schedulers/"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"fnName": "updateIcebergSystemSettingsSchedulers",
|
|
1060
|
+
"method": "put",
|
|
1061
|
+
"path": "/config/system-settings/schedulers/"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"fnName": "deleteIcebergSystemSettingsSchedulerById",
|
|
1065
|
+
"method": "delete",
|
|
1066
|
+
"path": "/config/system-settings/scheduler/{name}/"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"fnName": "retrieveIcebergSystemSettingsSchedulerById",
|
|
1070
|
+
"method": "get",
|
|
1071
|
+
"path": "/config/system-settings/scheduler/{name}/"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"fnName": "createIcebergSystemSettingsSchedulerById",
|
|
1075
|
+
"method": "post",
|
|
1076
|
+
"path": "/config/system-settings/scheduler/{name}/"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"fnName": "updateIcebergSystemSettingsSchedulerById",
|
|
1080
|
+
"method": "put",
|
|
1081
|
+
"path": "/config/system-settings/scheduler/{name}/"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"fnName": "deleteIcebergSystemSettingsDestinations",
|
|
1085
|
+
"method": "delete",
|
|
1086
|
+
"path": "/config/system-settings/report-generation/destinations/"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"fnName": "retrieveIcebergSystemSettingsDestinations",
|
|
1090
|
+
"method": "get",
|
|
1091
|
+
"path": "/config/system-settings/report-generation/destinations/"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"fnName": "createIcebergSystemSettingsDestinations",
|
|
1095
|
+
"method": "post",
|
|
1096
|
+
"path": "/config/system-settings/report-generation/destinations/"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"fnName": "updateIcebergSystemSettingsDestinations",
|
|
1100
|
+
"method": "put",
|
|
1101
|
+
"path": "/config/system-settings/report-generation/destinations/"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"fnName": "deleteIcebergSystemSettingsDestinationById",
|
|
1105
|
+
"method": "delete",
|
|
1106
|
+
"path": "/config/system-settings/report-generation/destination/{name}/"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"fnName": "retrieveIcebergSystemSettingsDestinationById",
|
|
1110
|
+
"method": "get",
|
|
1111
|
+
"path": "/config/system-settings/report-generation/destination/{name}/"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"fnName": "createIcebergSystemSettingsDestinationById",
|
|
1115
|
+
"method": "post",
|
|
1116
|
+
"path": "/config/system-settings/report-generation/destination/{name}/"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"fnName": "updateIcebergSystemSettingsDestinationById",
|
|
1120
|
+
"method": "put",
|
|
1121
|
+
"path": "/config/system-settings/report-generation/destination/{name}/"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"fnName": "deleteIcebergSystemSettingsReports",
|
|
1125
|
+
"method": "delete",
|
|
1126
|
+
"path": "/config/system-settings/report-generation/reports/"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"fnName": "retrieveIcebergSystemSettingsReports",
|
|
1130
|
+
"method": "get",
|
|
1131
|
+
"path": "/config/system-settings/report-generation/reports/"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"fnName": "createIcebergSystemSettingsReports",
|
|
1135
|
+
"method": "post",
|
|
1136
|
+
"path": "/config/system-settings/report-generation/reports/"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"fnName": "updateIcebergSystemSettingsReports",
|
|
1140
|
+
"method": "put",
|
|
1141
|
+
"path": "/config/system-settings/report-generation/reports/"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"fnName": "deleteIcebergSystemSettingsReportById",
|
|
1145
|
+
"method": "delete",
|
|
1146
|
+
"path": "/config/system-settings/report-generation/report/{name}/"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"fnName": "retrieveIcebergSystemSettingsReportById",
|
|
1150
|
+
"method": "get",
|
|
1151
|
+
"path": "/config/system-settings/report-generation/report/{name}/"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"fnName": "createIcebergSystemSettingsReportById",
|
|
1155
|
+
"method": "post",
|
|
1156
|
+
"path": "/config/system-settings/report-generation/report/{name}/"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"fnName": "updateIcebergSystemSettingsReportById",
|
|
1160
|
+
"method": "put",
|
|
1161
|
+
"path": "/config/system-settings/report-generation/report/{name}/"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"fnName": "deleteIcebergTopicTopicById",
|
|
1165
|
+
"method": "delete",
|
|
1166
|
+
"path": "/config/topic/{topic_name}/"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"fnName": "retrieveIcebergTopicTopicById",
|
|
1170
|
+
"method": "get",
|
|
1171
|
+
"path": "/config/topic/{topic_name}/"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"fnName": "createIcebergTopicTopicById",
|
|
1175
|
+
"method": "post",
|
|
1176
|
+
"path": "/config/topic/{topic_name}/"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"fnName": "updateIcebergTopicTopicById",
|
|
1180
|
+
"method": "put",
|
|
1181
|
+
"path": "/config/topic/{topic_name}/"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"fnName": "deleteIcebergTopicRuleRuleById",
|
|
1185
|
+
"method": "delete",
|
|
1186
|
+
"path": "/config/topic/{topic_name}/rule/{rule_name}/"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"fnName": "retrieveIcebergTopicRuleRuleById",
|
|
1190
|
+
"method": "get",
|
|
1191
|
+
"path": "/config/topic/{topic_name}/rule/{rule_name}/"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"fnName": "createIcebergTopicRuleRuleById",
|
|
1195
|
+
"method": "post",
|
|
1196
|
+
"path": "/config/topic/{topic_name}/rule/{rule_name}/"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"fnName": "updateIcebergTopicRuleRuleById",
|
|
1200
|
+
"method": "put",
|
|
1201
|
+
"path": "/config/topic/{topic_name}/rule/{rule_name}/"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"fnName": "deleteHealthbotTopicResourceResourceById",
|
|
1205
|
+
"method": "delete",
|
|
1206
|
+
"path": "/config/topic/{topic_name}/resource/{resource_name}/"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"fnName": "createHealthbotTopicResourceResourceById",
|
|
1210
|
+
"method": "post",
|
|
1211
|
+
"path": "/config/topic/{topic_name}/resource/{resource_name}/"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"fnName": "updateHealthbotTopicResourceResourceById",
|
|
1215
|
+
"method": "put",
|
|
1216
|
+
"path": "/config/topic/{topic_name}/resource/{resource_name}/"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"fnName": "retrieveHealthbotTopicResourceResourceById",
|
|
1220
|
+
"method": "get",
|
|
1221
|
+
"path": "/config/topic/{topic_name}/resource/{resource_name}/"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"fnName": "deleteIcebergTopicsTopicsById",
|
|
1225
|
+
"method": "delete",
|
|
1226
|
+
"path": "/config/topics/"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"fnName": "retrieveIcebergTopicsTopics",
|
|
1230
|
+
"method": "get",
|
|
1231
|
+
"path": "/config/topics/"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"fnName": "createIcebergTopicsTopicsById",
|
|
1235
|
+
"method": "post",
|
|
1236
|
+
"path": "/config/topics/"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"fnName": "updateIcebergTopicsTopicsById",
|
|
1240
|
+
"method": "put",
|
|
1241
|
+
"path": "/config/topics/"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"fnName": "postFirstLogin",
|
|
1245
|
+
"method": "post",
|
|
1246
|
+
"path": "/first-login/"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"fnName": "deleteHealthbotOrganizationsOrganizations",
|
|
1250
|
+
"method": "delete",
|
|
1251
|
+
"path": "/config/organizations/"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"fnName": "retrieveHealthbotOrganizationsOrganizations",
|
|
1255
|
+
"method": "get",
|
|
1256
|
+
"path": "/config/organizations/"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"fnName": "createHealthbotOrganizationsOrganizations",
|
|
1260
|
+
"method": "post",
|
|
1261
|
+
"path": "/config/organizations/"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"fnName": "updateHealthbotOrganizationsOrganizations",
|
|
1265
|
+
"method": "put",
|
|
1266
|
+
"path": "/config/organizations/"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"fnName": "deleteIcebergIngest",
|
|
1270
|
+
"method": "delete",
|
|
1271
|
+
"path": "/config/ingest/"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"fnName": "retrieveIcebergIngest",
|
|
1275
|
+
"method": "get",
|
|
1276
|
+
"path": "/config/ingest/"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"fnName": "createIcebergIngest",
|
|
1280
|
+
"method": "post",
|
|
1281
|
+
"path": "/config/ingest/"
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"fnName": "updateIcebergIngest",
|
|
1285
|
+
"method": "put",
|
|
1286
|
+
"path": "/config/ingest/"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"fnName": "deleteHealthbotIngestTaggingProfiles",
|
|
1290
|
+
"method": "delete",
|
|
1291
|
+
"path": "/config/ingest/data-enrichment/tagging-profiles/"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"fnName": "deleteHealthbotIngestTaggingProfileById",
|
|
1295
|
+
"method": "delete",
|
|
1296
|
+
"path": "/config/ingest/data-enrichment/tagging-profile/{name}/"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"fnName": "retrieveHealthbotIngestTaggingProfileById",
|
|
1300
|
+
"method": "get",
|
|
1301
|
+
"path": "/config/ingest/data-enrichment/tagging-profile/{name}/"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"fnName": "createHealthbotIngestTaggingProfileById",
|
|
1305
|
+
"method": "post",
|
|
1306
|
+
"path": "/config/ingest/data-enrichment/tagging-profile/{name}/"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"fnName": "updateHealthbotIngestTaggingProfileById",
|
|
1310
|
+
"method": "put",
|
|
1311
|
+
"path": "/config/ingest/data-enrichment/tagging-profile/{name}/"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"fnName": "deleteIcebergIngestFlow",
|
|
1315
|
+
"method": "delete",
|
|
1316
|
+
"path": "/config/ingest/flow/"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"fnName": "retrieveIcebergIngestFlow",
|
|
1320
|
+
"method": "get",
|
|
1321
|
+
"path": "/config/ingest/flow/"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"fnName": "createIcebergIngestFlow",
|
|
1325
|
+
"method": "post",
|
|
1326
|
+
"path": "/config/ingest/flow/"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"fnName": "updateIcebergIngestFlow",
|
|
1330
|
+
"method": "put",
|
|
1331
|
+
"path": "/config/ingest/flow/"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"fnName": "deleteIcebergIngestFlowTemplateById",
|
|
1335
|
+
"method": "delete",
|
|
1336
|
+
"path": "/config/ingest/flow/template/{name}/"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"fnName": "retrieveIcebergIngestFlowTemplateById",
|
|
1340
|
+
"method": "get",
|
|
1341
|
+
"path": "/config/ingest/flow/template/{name}/"
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"fnName": "createIcebergIngestFlowTemplateById",
|
|
1345
|
+
"method": "post",
|
|
1346
|
+
"path": "/config/ingest/flow/template/{name}/"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"fnName": "updateIcebergIngestFlowTemplateById",
|
|
1350
|
+
"method": "put",
|
|
1351
|
+
"path": "/config/ingest/flow/template/{name}/"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"fnName": "deleteHealthbotIngestSflow",
|
|
1355
|
+
"method": "delete",
|
|
1356
|
+
"path": "/config/ingest/sflow/"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"fnName": "retrieveHealthbotIngestSflow",
|
|
1360
|
+
"method": "get",
|
|
1361
|
+
"path": "/config/ingest/sflow/"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"fnName": "createHealthbotIngestSflow",
|
|
1365
|
+
"method": "post",
|
|
1366
|
+
"path": "/config/ingest/sflow/"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"fnName": "updateHealthbotIngestSflow",
|
|
1370
|
+
"method": "put",
|
|
1371
|
+
"path": "/config/ingest/sflow/"
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"fnName": "deleteHealthbotIngestSflowCounterRecordById",
|
|
1375
|
+
"method": "delete",
|
|
1376
|
+
"path": "/config/ingest/sflow/counter-record/{record_name}/"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"fnName": "retrieveHealthbotIngestSflowCounterRecordById",
|
|
1380
|
+
"method": "get",
|
|
1381
|
+
"path": "/config/ingest/sflow/counter-record/{record_name}/"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"fnName": "createHealthbotIngestSflowCounterRecordById",
|
|
1385
|
+
"method": "post",
|
|
1386
|
+
"path": "/config/ingest/sflow/counter-record/{record_name}/"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"fnName": "updateHealthbotIngestSflowCounterRecordById",
|
|
1390
|
+
"method": "put",
|
|
1391
|
+
"path": "/config/ingest/sflow/counter-record/{record_name}/"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"fnName": "deleteHealthbotIngestSflowFlowRecordById",
|
|
1395
|
+
"method": "delete",
|
|
1396
|
+
"path": "/config/ingest/sflow/flow-record/{record_name}/"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"fnName": "retrieveHealthbotIngestSflowFlowRecordById",
|
|
1400
|
+
"method": "get",
|
|
1401
|
+
"path": "/config/ingest/sflow/flow-record/{record_name}/"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"fnName": "createHealthbotIngestSflowFlowRecordById",
|
|
1405
|
+
"method": "post",
|
|
1406
|
+
"path": "/config/ingest/sflow/flow-record/{record_name}/"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"fnName": "updateHealthbotIngestSflowFlowRecordById",
|
|
1410
|
+
"method": "put",
|
|
1411
|
+
"path": "/config/ingest/sflow/flow-record/{record_name}/"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"fnName": "deleteHealthbotIngestSflowSampleById",
|
|
1415
|
+
"method": "delete",
|
|
1416
|
+
"path": "/config/ingest/sflow/sample/{sample_name}/"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"fnName": "retrieveHealthbotIngestSflowSampleById",
|
|
1420
|
+
"method": "get",
|
|
1421
|
+
"path": "/config/ingest/sflow/sample/{sample_name}/"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"fnName": "createHealthbotIngestSflowSampleById",
|
|
1425
|
+
"method": "post",
|
|
1426
|
+
"path": "/config/ingest/sflow/sample/{sample_name}/"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"fnName": "updateHealthbotIngestSflowSampleById",
|
|
1430
|
+
"method": "put",
|
|
1431
|
+
"path": "/config/ingest/sflow/sample/{sample_name}/"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"fnName": "deleteHealthbotIngestSflowProtocolById",
|
|
1435
|
+
"method": "delete",
|
|
1436
|
+
"path": "/config/ingest/sflow/protocol/{protocol_name}/"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"fnName": "retrieveHealthbotIngestSflowProtocolById",
|
|
1440
|
+
"method": "get",
|
|
1441
|
+
"path": "/config/ingest/sflow/protocol/{protocol_name}/"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"fnName": "createHealthbotIngestSflowProtocolById",
|
|
1445
|
+
"method": "post",
|
|
1446
|
+
"path": "/config/ingest/sflow/protocol/{protocol_name}/"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"fnName": "updateHealthbotIngestSflowProtocolById",
|
|
1450
|
+
"method": "put",
|
|
1451
|
+
"path": "/config/ingest/sflow/protocol/{protocol_name}/"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"fnName": "deleteHealthbotIngestFrequencyProfileById",
|
|
1455
|
+
"method": "delete",
|
|
1456
|
+
"path": "/config/ingest/frequency-profile/{name}/"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"fnName": "retrieveHealthbotIngestFrequencyProfileById",
|
|
1460
|
+
"method": "get",
|
|
1461
|
+
"path": "/config/ingest/frequency-profile/{name}/"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"fnName": "createHealthbotIngestFrequencyProfileById",
|
|
1465
|
+
"method": "post",
|
|
1466
|
+
"path": "/config/ingest/frequency-profile/{name}/"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"fnName": "updateHealthbotIngestFrequencyProfileById",
|
|
1470
|
+
"method": "put",
|
|
1471
|
+
"path": "/config/ingest/frequency-profile/{name}/"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"fnName": "deleteIcebergIngestNativeGpb",
|
|
1475
|
+
"method": "delete",
|
|
1476
|
+
"path": "/config/ingest/native-gpb/"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"fnName": "retrieveIcebergIngestNativeGpb",
|
|
1480
|
+
"method": "get",
|
|
1481
|
+
"path": "/config/ingest/native-gpb/"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"fnName": "createIcebergIngestNativeGpb",
|
|
1485
|
+
"method": "post",
|
|
1486
|
+
"path": "/config/ingest/native-gpb/"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"fnName": "updateIcebergIngestNativeGpb",
|
|
1490
|
+
"method": "put",
|
|
1491
|
+
"path": "/config/ingest/native-gpb/"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"fnName": "deleteHealthbotIngestOutboundSsh",
|
|
1495
|
+
"method": "delete",
|
|
1496
|
+
"path": "/config/ingest/outbound-ssh/"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"fnName": "retrieveHealthbotIngestOutboundSsh",
|
|
1500
|
+
"method": "get",
|
|
1501
|
+
"path": "/config/ingest/outbound-ssh/"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"fnName": "createHealthbotIngestOutboundSsh",
|
|
1505
|
+
"method": "post",
|
|
1506
|
+
"path": "/config/ingest/outbound-ssh/"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"fnName": "updateHealthbotIngestOutboundSsh",
|
|
1510
|
+
"method": "put",
|
|
1511
|
+
"path": "/config/ingest/outbound-ssh/"
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"fnName": "deleteHealthbotIngestSnmpNotification",
|
|
1515
|
+
"method": "delete",
|
|
1516
|
+
"path": "/config/ingest/snmp-notification/"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"fnName": "retrieveHealthbotIngestSnmpNotification",
|
|
1520
|
+
"method": "get",
|
|
1521
|
+
"path": "/config/ingest/snmp-notification/"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"fnName": "createHealthbotIngestSnmpNotification",
|
|
1525
|
+
"method": "post",
|
|
1526
|
+
"path": "/config/ingest/snmp-notification/"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"fnName": "updateHealthbotIngestSnmpNotification",
|
|
1530
|
+
"method": "put",
|
|
1531
|
+
"path": "/config/ingest/snmp-notification/"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"fnName": "deleteHealthbotIngestSnmpNotificationV3UsmUserById",
|
|
1535
|
+
"method": "delete",
|
|
1536
|
+
"path": "/config/ingest/snmp-notification/v3/usm/user/{name}/"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"fnName": "retrieveHealthbotIngestSnmpNotificationV3UsmUserById",
|
|
1540
|
+
"method": "get",
|
|
1541
|
+
"path": "/config/ingest/snmp-notification/v3/usm/user/{name}/"
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"fnName": "createHealthbotIngestSnmpNotificationV3UsmUserById",
|
|
1545
|
+
"method": "post",
|
|
1546
|
+
"path": "/config/ingest/snmp-notification/v3/usm/user/{name}/"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"fnName": "updateHealthbotIngestSnmpNotificationV3UsmUserById",
|
|
1550
|
+
"method": "put",
|
|
1551
|
+
"path": "/config/ingest/snmp-notification/v3/usm/user/{name}/"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"fnName": "deleteIcebergIngestSyslog",
|
|
1555
|
+
"method": "delete",
|
|
1556
|
+
"path": "/config/ingest/syslog/"
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"fnName": "retrieveIcebergIngestSyslog",
|
|
1560
|
+
"method": "get",
|
|
1561
|
+
"path": "/config/ingest/syslog/"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"fnName": "createIcebergIngestSyslog",
|
|
1565
|
+
"method": "post",
|
|
1566
|
+
"path": "/config/ingest/syslog/"
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"fnName": "updateIcebergIngestSyslog",
|
|
1570
|
+
"method": "put",
|
|
1571
|
+
"path": "/config/ingest/syslog/"
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"fnName": "deleteIcebergIngestSyslogPatternSetById",
|
|
1575
|
+
"method": "delete",
|
|
1576
|
+
"path": "/config/ingest/syslog/pattern-set/{name}/"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"fnName": "retrieveIcebergIngestSyslogPatternSetById",
|
|
1580
|
+
"method": "get",
|
|
1581
|
+
"path": "/config/ingest/syslog/pattern-set/{name}/"
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"fnName": "createIcebergIngestSyslogPatternSetById",
|
|
1585
|
+
"method": "post",
|
|
1586
|
+
"path": "/config/ingest/syslog/pattern-set/{name}/"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"fnName": "updateIcebergIngestSyslogPatternSetById",
|
|
1590
|
+
"method": "put",
|
|
1591
|
+
"path": "/config/ingest/syslog/pattern-set/{name}/"
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"fnName": "deleteIcebergIngestSyslogPatternById",
|
|
1595
|
+
"method": "delete",
|
|
1596
|
+
"path": "/config/ingest/syslog/pattern/{name}/"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"fnName": "retrieveIcebergIngestSyslogPatternById",
|
|
1600
|
+
"method": "get",
|
|
1601
|
+
"path": "/config/ingest/syslog/pattern/{name}/"
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"fnName": "createIcebergIngestSyslogPatternById",
|
|
1605
|
+
"method": "post",
|
|
1606
|
+
"path": "/config/ingest/syslog/pattern/{name}/"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"fnName": "updateIcebergIngestSyslogPatternById",
|
|
1610
|
+
"method": "put",
|
|
1611
|
+
"path": "/config/ingest/syslog/pattern/{name}/"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"fnName": "deleteHealthbotIngestSyslogHeaderPatternById",
|
|
1615
|
+
"method": "delete",
|
|
1616
|
+
"path": "/config/ingest/syslog/header-pattern/{name}/"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"fnName": "retrieveHealthbotIngestSyslogHeaderPatternById",
|
|
1620
|
+
"method": "get",
|
|
1621
|
+
"path": "/config/ingest/syslog/header-pattern/{name}/"
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"fnName": "createHealthbotIngestSyslogHeaderPatternById",
|
|
1625
|
+
"method": "post",
|
|
1626
|
+
"path": "/config/ingest/syslog/header-pattern/{name}/"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"fnName": "updateHealthbotIngestSyslogHeaderPatternById",
|
|
1630
|
+
"method": "put",
|
|
1631
|
+
"path": "/config/ingest/syslog/header-pattern/{name}/"
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"fnName": "retrieveHealthbotIngestByoiCustomPlugins",
|
|
1635
|
+
"method": "get",
|
|
1636
|
+
"path": "/config/ingest/byoi/custom-plugins/"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"fnName": "deleteHealthbotIngestByoiCustomPluginById",
|
|
1640
|
+
"method": "delete",
|
|
1641
|
+
"path": "/config/ingest/byoi/custom-plugin/{name}/"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"fnName": "retrieveHealthbotIngestByoiCustomPluginById",
|
|
1645
|
+
"method": "get",
|
|
1646
|
+
"path": "/config/ingest/byoi/custom-plugin/{name}/"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"fnName": "createHealthbotIngestByoiCustomPluginById",
|
|
1650
|
+
"method": "post",
|
|
1651
|
+
"path": "/config/ingest/byoi/custom-plugin/{name}/"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"fnName": "updateHealthbotIngestByoiCustomPluginById",
|
|
1655
|
+
"method": "put",
|
|
1656
|
+
"path": "/config/ingest/byoi/custom-plugin/{name}/"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"fnName": "deleteHealthbotIngestByoiDefaultPluginTliveKafkaById",
|
|
1660
|
+
"method": "delete",
|
|
1661
|
+
"path": "/config/ingest/byoi/default-plugin/tlive-kafka-oc/{name}/"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"fnName": "retrieveHealthbotIngestByoiDefaultPluginTliveKafkaById",
|
|
1665
|
+
"method": "get",
|
|
1666
|
+
"path": "/config/ingest/byoi/default-plugin/tlive-kafka-oc/{name}/"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"fnName": "createHealthbotIngestByoiDefaultPluginTliveKafkaById",
|
|
1670
|
+
"method": "post",
|
|
1671
|
+
"path": "/config/ingest/byoi/default-plugin/tlive-kafka-oc/{name}/"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"fnName": "updateHealthbotIngestByoiDefaultPluginTliveKafkaById",
|
|
1675
|
+
"method": "put",
|
|
1676
|
+
"path": "/config/ingest/byoi/default-plugin/tlive-kafka-oc/{name}/"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"fnName": "deleteHealthbotIngestByoiIngestMappingById",
|
|
1680
|
+
"method": "delete",
|
|
1681
|
+
"path": "/config/ingest/byoi/ingest-mapping/{name}/"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"fnName": "retrieveHealthbotIngestByoiIngestMappingById",
|
|
1685
|
+
"method": "get",
|
|
1686
|
+
"path": "/config/ingest/byoi/ingest-mapping/{name}/"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"fnName": "createHealthbotIngestByoiIngestMappingById",
|
|
1690
|
+
"method": "post",
|
|
1691
|
+
"path": "/config/ingest/byoi/ingest-mapping/{name}/"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"fnName": "updateHealthbotIngestByoiIngestMappingById",
|
|
1695
|
+
"method": "put",
|
|
1696
|
+
"path": "/config/ingest/byoi/ingest-mapping/{name}/"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"fnName": "deleteIcebergIngestSettings",
|
|
1700
|
+
"method": "delete",
|
|
1701
|
+
"path": "/config/ingest-settings/"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"fnName": "retrieveIcebergIngestSettings",
|
|
1705
|
+
"method": "get",
|
|
1706
|
+
"path": "/config/ingest-settings/"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"fnName": "createIcebergIngestSettings",
|
|
1710
|
+
"method": "post",
|
|
1711
|
+
"path": "/config/ingest-settings/"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"fnName": "updateIcebergIngestSettings",
|
|
1715
|
+
"method": "put",
|
|
1716
|
+
"path": "/config/ingest-settings/"
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"fnName": "deleteHealthbotIngestSettingsTaggingProfiles",
|
|
1720
|
+
"method": "delete",
|
|
1721
|
+
"path": "/config/ingest-settings/data-enrichment/tagging-profiles/"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"fnName": "deleteHealthbotIngestSettingsTaggingProfileById",
|
|
1725
|
+
"method": "delete",
|
|
1726
|
+
"path": "/config/ingest-settings/data-enrichment/tagging-profile/{name}/"
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"fnName": "retrieveHealthbotIngestSettingsTaggingProfileById",
|
|
1730
|
+
"method": "get",
|
|
1731
|
+
"path": "/config/ingest-settings/data-enrichment/tagging-profile/{name}/"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"fnName": "createHealthbotIngestSettingsTaggingProfileById",
|
|
1735
|
+
"method": "post",
|
|
1736
|
+
"path": "/config/ingest-settings/data-enrichment/tagging-profile/{name}/"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"fnName": "updateHealthbotIngestSettingsTaggingProfileById",
|
|
1740
|
+
"method": "put",
|
|
1741
|
+
"path": "/config/ingest-settings/data-enrichment/tagging-profile/{name}/"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"fnName": "deleteIcebergIngestSettingsFlow",
|
|
1745
|
+
"method": "delete",
|
|
1746
|
+
"path": "/config/ingest-settings/flow/"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"fnName": "retrieveIcebergIngestSettingsFlow",
|
|
1750
|
+
"method": "get",
|
|
1751
|
+
"path": "/config/ingest-settings/flow/"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"fnName": "createIcebergIngestSettingsFlow",
|
|
1755
|
+
"method": "post",
|
|
1756
|
+
"path": "/config/ingest-settings/flow/"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"fnName": "updateIcebergIngestSettingsFlow",
|
|
1760
|
+
"method": "put",
|
|
1761
|
+
"path": "/config/ingest-settings/flow/"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"fnName": "deleteIcebergIngestSettingsFlowTemplateById",
|
|
1765
|
+
"method": "delete",
|
|
1766
|
+
"path": "/config/ingest-settings/flow/template/{name}/"
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"fnName": "retrieveIcebergIngestSettingsFlowTemplateById",
|
|
1770
|
+
"method": "get",
|
|
1771
|
+
"path": "/config/ingest-settings/flow/template/{name}/"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"fnName": "createIcebergIngestSettingsFlowTemplateById",
|
|
1775
|
+
"method": "post",
|
|
1776
|
+
"path": "/config/ingest-settings/flow/template/{name}/"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"fnName": "updateIcebergIngestSettingsFlowTemplateById",
|
|
1780
|
+
"method": "put",
|
|
1781
|
+
"path": "/config/ingest-settings/flow/template/{name}/"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"fnName": "deleteHealthbotIngestSettingsFrequencyProfileById",
|
|
1785
|
+
"method": "delete",
|
|
1786
|
+
"path": "/config/ingest-settings/frequency-profile/{name}/"
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"fnName": "retrieveHealthbotIngestSettingsFrequencyProfileById",
|
|
1790
|
+
"method": "get",
|
|
1791
|
+
"path": "/config/ingest-settings/frequency-profile/{name}/"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"fnName": "createHealthbotIngestSettingsFrequencyProfileById",
|
|
1795
|
+
"method": "post",
|
|
1796
|
+
"path": "/config/ingest-settings/frequency-profile/{name}/"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"fnName": "updateHealthbotIngestSettingsFrequencyProfileById",
|
|
1800
|
+
"method": "put",
|
|
1801
|
+
"path": "/config/ingest-settings/frequency-profile/{name}/"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"fnName": "deleteIcebergIngestSettingsSyslog",
|
|
1805
|
+
"method": "delete",
|
|
1806
|
+
"path": "/config/ingest-settings/syslog/"
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"fnName": "retrieveIcebergIngestSettingsSyslog",
|
|
1810
|
+
"method": "get",
|
|
1811
|
+
"path": "/config/ingest-settings/syslog/"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"fnName": "createIcebergIngestSettingsSyslog",
|
|
1815
|
+
"method": "post",
|
|
1816
|
+
"path": "/config/ingest-settings/syslog/"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"fnName": "updateIcebergIngestSettingsSyslog",
|
|
1820
|
+
"method": "put",
|
|
1821
|
+
"path": "/config/ingest-settings/syslog/"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"fnName": "deleteIcebergIngestSettingsSyslogPatternSetById",
|
|
1825
|
+
"method": "delete",
|
|
1826
|
+
"path": "/config/ingest-settings/syslog/pattern-set/{name}/"
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"fnName": "retrieveIcebergIngestSettingsSyslogPatternSetById",
|
|
1830
|
+
"method": "get",
|
|
1831
|
+
"path": "/config/ingest-settings/syslog/pattern-set/{name}/"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"fnName": "createIcebergIngestSettingsSyslogPatternSetById",
|
|
1835
|
+
"method": "post",
|
|
1836
|
+
"path": "/config/ingest-settings/syslog/pattern-set/{name}/"
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"fnName": "updateIcebergIngestSettingsSyslogPatternSetById",
|
|
1840
|
+
"method": "put",
|
|
1841
|
+
"path": "/config/ingest-settings/syslog/pattern-set/{name}/"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"fnName": "deleteIcebergIngestSettingsSyslogPatternById",
|
|
1845
|
+
"method": "delete",
|
|
1846
|
+
"path": "/config/ingest-settings/syslog/pattern/{name}/"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"fnName": "retrieveIcebergIngestSettingsSyslogPatternById",
|
|
1850
|
+
"method": "get",
|
|
1851
|
+
"path": "/config/ingest-settings/syslog/pattern/{name}/"
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"fnName": "createIcebergIngestSettingsSyslogPatternById",
|
|
1855
|
+
"method": "post",
|
|
1856
|
+
"path": "/config/ingest-settings/syslog/pattern/{name}/"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"fnName": "updateIcebergIngestSettingsSyslogPatternById",
|
|
1860
|
+
"method": "put",
|
|
1861
|
+
"path": "/config/ingest-settings/syslog/pattern/{name}/"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"fnName": "retrieveHealthbotIngestSettingsByoiCustomPlugins",
|
|
1865
|
+
"method": "get",
|
|
1866
|
+
"path": "/config/ingest-settings/byoi/custom-plugins/"
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"fnName": "deleteHealthbotIngestSettingsByoiCustomPluginById",
|
|
1870
|
+
"method": "delete",
|
|
1871
|
+
"path": "/config/ingest-settings/byoi/custom-plugin/{name}/"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"fnName": "retrieveHealthbotIngestSettingsByoiCustomPluginById",
|
|
1875
|
+
"method": "get",
|
|
1876
|
+
"path": "/config/ingest-settings/byoi/custom-plugin/{name}/"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"fnName": "createHealthbotIngestSettingsByoiCustomPluginById",
|
|
1880
|
+
"method": "post",
|
|
1881
|
+
"path": "/config/ingest-settings/byoi/custom-plugin/{name}/"
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"fnName": "updateHealthbotIngestSettingsByoiCustomPluginById",
|
|
1885
|
+
"method": "put",
|
|
1886
|
+
"path": "/config/ingest-settings/byoi/custom-plugin/{name}/"
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"fnName": "deleteHealthbotIngestSettingsByoiDefaultPluginTliveKafkaById",
|
|
1890
|
+
"method": "delete",
|
|
1891
|
+
"path": "/config/ingest-settings/byoi/default-plugin/tlive-kafka-oc/{name}/"
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"fnName": "retrieveHealthbotIngestSettingsByoiDefaultPluginTliveKafkaById",
|
|
1895
|
+
"method": "get",
|
|
1896
|
+
"path": "/config/ingest-settings/byoi/default-plugin/tlive-kafka-oc/{name}/"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"fnName": "createHealthbotIngestSettingsByoiDefaultPluginTliveKafkaById",
|
|
1900
|
+
"method": "post",
|
|
1901
|
+
"path": "/config/ingest-settings/byoi/default-plugin/tlive-kafka-oc/{name}/"
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"fnName": "updateHealthbotIngestSettingsByoiDefaultPluginTliveKafkaById",
|
|
1905
|
+
"method": "put",
|
|
1906
|
+
"path": "/config/ingest-settings/byoi/default-plugin/tlive-kafka-oc/{name}/"
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"fnName": "deleteHealthbotIngestSettingsByoiIngestMappingById",
|
|
1910
|
+
"method": "delete",
|
|
1911
|
+
"path": "/config/ingest-settings/byoi/ingest-mapping/{name}/"
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"fnName": "retrieveHealthbotIngestSettingsByoiIngestMappingById",
|
|
1915
|
+
"method": "get",
|
|
1916
|
+
"path": "/config/ingest-settings/byoi/ingest-mapping/{name}/"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"fnName": "createHealthbotIngestSettingsByoiIngestMappingById",
|
|
1920
|
+
"method": "post",
|
|
1921
|
+
"path": "/config/ingest-settings/byoi/ingest-mapping/{name}/"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"fnName": "updateHealthbotIngestSettingsByoiIngestMappingById",
|
|
1925
|
+
"method": "put",
|
|
1926
|
+
"path": "/config/ingest-settings/byoi/ingest-mapping/{name}/"
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"fnName": "deleteHealthbotDeploymentDeploymentById",
|
|
1930
|
+
"method": "delete",
|
|
1931
|
+
"path": "/config/deployment/"
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"fnName": "retrieveHealthbotDeploymentDeployment",
|
|
1935
|
+
"method": "get",
|
|
1936
|
+
"path": "/config/deployment/"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"fnName": "createHealthbotDeploymentDeploymentById",
|
|
1940
|
+
"method": "post",
|
|
1941
|
+
"path": "/config/deployment/"
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"fnName": "updateHealthbotDeploymentDeploymentById",
|
|
1945
|
+
"method": "put",
|
|
1946
|
+
"path": "/config/deployment/"
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"fnName": "deleteFilesHelperFilesByFileName",
|
|
1950
|
+
"method": "delete",
|
|
1951
|
+
"path": "/config/files/helper-files/{file_name}/"
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"fnName": "retrieveFilesHelperFilesByFileName",
|
|
1955
|
+
"method": "get",
|
|
1956
|
+
"path": "/config/files/helper-files/{file_name}/"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"fnName": "createFilesHelperFilesByFileName",
|
|
1960
|
+
"method": "post",
|
|
1961
|
+
"path": "/config/files/helper-files/{file_name}/"
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"fnName": "backupHelperFiles",
|
|
1965
|
+
"method": "get",
|
|
1966
|
+
"path": "/config/files/helper-files/backup/"
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"fnName": "restoreHelperFiles",
|
|
1970
|
+
"method": "post",
|
|
1971
|
+
"path": "/config/files/helper-files/backup/"
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"fnName": "deleteFilesCertificatesByFileName",
|
|
1975
|
+
"method": "delete",
|
|
1976
|
+
"path": "/config/files/certificates/{file_name}/"
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"fnName": "retrieveFilesCertificatesByFileName",
|
|
1980
|
+
"method": "get",
|
|
1981
|
+
"path": "/config/files/certificates/{file_name}/"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"fnName": "createFilesCertificatesByFileName",
|
|
1985
|
+
"method": "post",
|
|
1986
|
+
"path": "/config/files/certificates/{file_name}/"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"fnName": "deleteHealthbotDynamicTagging",
|
|
1990
|
+
"method": "delete",
|
|
1991
|
+
"path": "/config/dynamic-tagging/keys/"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"fnName": "getDynamicTaggingByKey",
|
|
1995
|
+
"method": "get",
|
|
1996
|
+
"path": "/config/dynamic-tagging/key/"
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"fnName": "createDynamicTaggingByKey",
|
|
2000
|
+
"method": "post",
|
|
2001
|
+
"path": "/config/dynamic-tagging/key/"
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"fnName": "deleteDynamicTaggingByKey",
|
|
2005
|
+
"method": "delete",
|
|
2006
|
+
"path": "/config/dynamic-tagging/key/"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"fnName": "updateDynamicTaggingByKey",
|
|
2010
|
+
"method": "put",
|
|
2011
|
+
"path": "/config/dynamic-tagging/key/"
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"fnName": "deleteIcebergProfiles",
|
|
2015
|
+
"method": "delete",
|
|
2016
|
+
"path": "/config/profiles/"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"fnName": "retrieveIcebergProfiles",
|
|
2020
|
+
"method": "get",
|
|
2021
|
+
"path": "/config/profiles/"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"fnName": "createIcebergProfiles",
|
|
2025
|
+
"method": "post",
|
|
2026
|
+
"path": "/config/profiles/"
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"fnName": "updateIcebergProfiles",
|
|
2030
|
+
"method": "put",
|
|
2031
|
+
"path": "/config/profiles/"
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"fnName": "deleteIcebergProfileSecurityCaProfileById",
|
|
2035
|
+
"method": "delete",
|
|
2036
|
+
"path": "/config/profile/security/ca-profile/{name}/"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"fnName": "retrieveIcebergProfileSecurityCaProfileById",
|
|
2040
|
+
"method": "get",
|
|
2041
|
+
"path": "/config/profile/security/ca-profile/{name}/"
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"fnName": "createIcebergProfileSecurityCaProfileById",
|
|
2045
|
+
"method": "post",
|
|
2046
|
+
"path": "/config/profile/security/ca-profile/{name}/"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"fnName": "updateIcebergProfileSecurityCaProfileById",
|
|
2050
|
+
"method": "put",
|
|
2051
|
+
"path": "/config/profile/security/ca-profile/{name}/"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"fnName": "deleteIcebergProfileSecurityLocalCertificateById",
|
|
2055
|
+
"method": "delete",
|
|
2056
|
+
"path": "/config/profile/security/local-certificate/{name}/"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"fnName": "retrieveIcebergProfileSecurityLocalCertificateById",
|
|
2060
|
+
"method": "get",
|
|
2061
|
+
"path": "/config/profile/security/local-certificate/{name}/"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"fnName": "createIcebergProfileSecurityLocalCertificateById",
|
|
2065
|
+
"method": "post",
|
|
2066
|
+
"path": "/config/profile/security/local-certificate/{name}/"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"fnName": "updateIcebergProfileSecurityLocalCertificateById",
|
|
2070
|
+
"method": "put",
|
|
2071
|
+
"path": "/config/profile/security/local-certificate/{name}/"
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"fnName": "deleteIcebergProfileSecuritySshKeyProfileById",
|
|
2075
|
+
"method": "delete",
|
|
2076
|
+
"path": "/config/profile/security/ssh-key-profile/{name}/"
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"fnName": "retrieveIcebergProfileSecuritySshKeyProfileById",
|
|
2080
|
+
"method": "get",
|
|
2081
|
+
"path": "/config/profile/security/ssh-key-profile/{name}/"
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"fnName": "createIcebergProfileSecuritySshKeyProfileById",
|
|
2085
|
+
"method": "post",
|
|
2086
|
+
"path": "/config/profile/security/ssh-key-profile/{name}/"
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"fnName": "updateIcebergProfileSecuritySshKeyProfileById",
|
|
2090
|
+
"method": "put",
|
|
2091
|
+
"path": "/config/profile/security/ssh-key-profile/{name}/"
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"fnName": "retrieveIcebergProfileDataSummarizationsRaw",
|
|
2095
|
+
"method": "get",
|
|
2096
|
+
"path": "/config/profile/data-summarizations/raw/"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"fnName": "deleteIcebergProfileDataSummarizationRawById",
|
|
2100
|
+
"method": "delete",
|
|
2101
|
+
"path": "/config/profile/data-summarization/raw/{name}/"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"fnName": "retrieveIcebergProfileDataSummarizationRawById",
|
|
2105
|
+
"method": "get",
|
|
2106
|
+
"path": "/config/profile/data-summarization/raw/{name}/"
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"fnName": "createIcebergProfileDataSummarizationRawById",
|
|
2110
|
+
"method": "post",
|
|
2111
|
+
"path": "/config/profile/data-summarization/raw/{name}/"
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"fnName": "updateIcebergProfileDataSummarizationRawById",
|
|
2115
|
+
"method": "put",
|
|
2116
|
+
"path": "/config/profile/data-summarization/raw/{name}/"
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"fnName": "retrieveHealthbotProfileRollupSummarizationFieldProfileProfile",
|
|
2120
|
+
"method": "get",
|
|
2121
|
+
"path": "/config/profile/rollup-summarization/field-profile/"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"fnName": "deleteHealthbotProfileRollupSummarizationFieldProfileFieldProfileById",
|
|
2125
|
+
"method": "delete",
|
|
2126
|
+
"path": "/config/profile/rollup-summarization/field-profile/{profile_id}/"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"fnName": "retrieveHealthbotProfileRollupSummarizationFieldProfileFieldProfileById",
|
|
2130
|
+
"method": "get",
|
|
2131
|
+
"path": "/config/profile/rollup-summarization/field-profile/{profile_id}/"
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"fnName": "createHealthbotProfileRollupSummarizationFieldProfileFieldProfileById",
|
|
2135
|
+
"method": "post",
|
|
2136
|
+
"path": "/config/profile/rollup-summarization/field-profile/{profile_id}/"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"fnName": "updateHealthbotProfileRollupSummarizationFieldProfileFieldProfileById",
|
|
2140
|
+
"method": "put",
|
|
2141
|
+
"path": "/config/profile/rollup-summarization/field-profile/{profile_id}/"
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"fnName": "deleteHealthbotSystemTimeSeriesDatabaseTimeSeriesDatabaseById",
|
|
2145
|
+
"method": "delete",
|
|
2146
|
+
"path": "/config/system/tsdb/"
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"fnName": "retrieveHealthbotSystemTimeSeriesDatabaseTimeSeriesDatabase",
|
|
2150
|
+
"method": "get",
|
|
2151
|
+
"path": "/config/system/tsdb/"
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"fnName": "createHealthbotSystemTimeSeriesDatabaseTimeSeriesDatabaseById",
|
|
2155
|
+
"method": "post",
|
|
2156
|
+
"path": "/config/system/tsdb/"
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"fnName": "updateHealthbotSystemTimeSeriesDatabaseTimeSeriesDatabaseById",
|
|
2160
|
+
"method": "put",
|
|
2161
|
+
"path": "/config/system/tsdb/"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"fnName": "deleteHealthbotSystemTriggerAction",
|
|
2165
|
+
"method": "delete",
|
|
2166
|
+
"path": "/config/system/trigger_action/"
|
|
2167
|
+
},
|
|
2168
|
+
{
|
|
2169
|
+
"fnName": "retrieveHealthbotSystemTriggerAction",
|
|
2170
|
+
"method": "get",
|
|
2171
|
+
"path": "/config/system/trigger_action/"
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"fnName": "createHealthbotSystemTriggerAction",
|
|
2175
|
+
"method": "post",
|
|
2176
|
+
"path": "/config/system/trigger_action/"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"fnName": "updateHealthbotSystemTriggerAction",
|
|
2180
|
+
"method": "put",
|
|
2181
|
+
"path": "/config/system/trigger_action/"
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"fnName": "deleteHealthbotOrganizationOrganizationById",
|
|
2185
|
+
"method": "delete",
|
|
2186
|
+
"path": "/config/organization/{organization_name}/"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"fnName": "retrieveHealthbotOrganizationOrganizationById",
|
|
2190
|
+
"method": "get",
|
|
2191
|
+
"path": "/config/organization/{organization_name}/"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"fnName": "createHealthbotOrganizationOrganizationById",
|
|
2195
|
+
"method": "post",
|
|
2196
|
+
"path": "/config/organization/{organization_name}/"
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"fnName": "updateHealthbotOrganizationOrganizationById",
|
|
2200
|
+
"method": "put",
|
|
2201
|
+
"path": "/config/organization/{organization_name}/"
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"fnName": "deleteServicesDeviceGroupsDeviceGroupByDeviceGroupName",
|
|
2205
|
+
"method": "delete",
|
|
2206
|
+
"path": "/config/services/device-group/{device_group_name}/"
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"fnName": "createServicesDeviceGroupsDeviceGroupByDeviceGroupName",
|
|
2210
|
+
"method": "post",
|
|
2211
|
+
"path": "/config/services/device-group/{device_group_name}/"
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"fnName": "deleteServicesNetworkGroupByNetworkGroupName",
|
|
2215
|
+
"method": "delete",
|
|
2216
|
+
"path": "/config/services/network-group/{network_group_name}/"
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"fnName": "createServicesNetworkGroupByNetworkGroupName",
|
|
2220
|
+
"method": "post",
|
|
2221
|
+
"path": "/config/services/network-group/{network_group_name}/"
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"fnName": "get",
|
|
2225
|
+
"method": "get",
|
|
2226
|
+
"path": "/"
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"fnName": "retrieveInsightsApi",
|
|
2230
|
+
"method": "get",
|
|
2231
|
+
"path": "/insights/"
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
"fnName": "deleteDataStore",
|
|
2235
|
+
"method": "delete",
|
|
2236
|
+
"path": "/config/data-store/{group_name}/"
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"fnName": "retrieveDataStore",
|
|
2240
|
+
"method": "get",
|
|
2241
|
+
"path": "/config/data-store/{group_name}/"
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"fnName": "createDataStore",
|
|
2245
|
+
"method": "post",
|
|
2246
|
+
"path": "/config/data-store/{group_name}/"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"fnName": "updateDataStore",
|
|
2250
|
+
"method": "put",
|
|
2251
|
+
"path": "/config/data-store/{group_name}/"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"fnName": "retrieveIcebergDevicesFactsByGroup",
|
|
2255
|
+
"method": "get",
|
|
2256
|
+
"path": "/config/device-group/{device_group_name}/facts/"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"fnName": "retrieveIcebergDeviceDeviceFactsById",
|
|
2260
|
+
"method": "get",
|
|
2261
|
+
"path": "/config/device/{device_id}/facts/"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"fnName": "retrieveIcebergDevicesDevicesFacts",
|
|
2265
|
+
"method": "get",
|
|
2266
|
+
"path": "/config/devices/facts/"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"fnName": "deleteIcebergDeleteAllLicense",
|
|
2270
|
+
"method": "delete",
|
|
2271
|
+
"path": "/license/keys/"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"fnName": "deleteIcebergDeleteLicenseById",
|
|
2275
|
+
"method": "delete",
|
|
2276
|
+
"path": "/license/key/{license_id}/"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"fnName": "retrieveIcebergLicenseFileByLicenseId",
|
|
2280
|
+
"method": "get",
|
|
2281
|
+
"path": "/license/key/{license_id}/"
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"fnName": "retrieveIcebergLicenseKeyContents",
|
|
2285
|
+
"method": "get",
|
|
2286
|
+
"path": "/license/keys/contents/"
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"fnName": "retrieveIcebergLicenseKeyContentsById",
|
|
2290
|
+
"method": "get",
|
|
2291
|
+
"path": "/license/key/{license_id}/contents/"
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"fnName": "retrieveIcebergLicenseFeaturesInfo",
|
|
2295
|
+
"method": "get",
|
|
2296
|
+
"path": "/license/status/"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"fnName": "retrieveAvailableNodes",
|
|
2300
|
+
"method": "get",
|
|
2301
|
+
"path": "/nodes/"
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"fnName": "retrieveTsdbCounters",
|
|
2305
|
+
"method": "get",
|
|
2306
|
+
"path": "/tsdb-counters/"
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"fnName": "queryTsdb",
|
|
2310
|
+
"method": "get",
|
|
2311
|
+
"path": "/tsdb/query"
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"fnName": "queryTsdbPost",
|
|
2315
|
+
"method": "post",
|
|
2316
|
+
"path": "/tsdb/query"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"fnName": "generateResourceDependencies",
|
|
2320
|
+
"method": "get",
|
|
2321
|
+
"path": "/config/rca/generate-resource-dependencies"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"fnName": "retrieveSensorDeviceGroup",
|
|
2325
|
+
"method": "get",
|
|
2326
|
+
"path": "/config/sensor/device-group/{device_group_name}/"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"fnName": "retrieveSystemDetails",
|
|
2330
|
+
"method": "get",
|
|
2331
|
+
"path": "/system-details/"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"fnName": "userLogin",
|
|
2335
|
+
"method": "post",
|
|
2336
|
+
"path": "/login/"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"fnName": "userLogout",
|
|
2340
|
+
"method": "post",
|
|
2341
|
+
"path": "/logout/"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"fnName": "refreshToken",
|
|
2345
|
+
"method": "post",
|
|
2346
|
+
"path": "/token/"
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"fnName": "healthbotAlterAppSettings",
|
|
2350
|
+
"method": "post",
|
|
2351
|
+
"path": "/config/app-settings/"
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"fnName": "deleteHealthbotOrganizationSiteSiteById",
|
|
2355
|
+
"method": "delete",
|
|
2356
|
+
"path": "/config/organization/{organization_name}/site/{site_name}/"
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"fnName": "retrieveHealthbotOrganizationSiteSiteById",
|
|
2360
|
+
"method": "get",
|
|
2361
|
+
"path": "/config/organization/{organization_name}/site/{site_name}/"
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"fnName": "createHealthbotOrganizationSiteSiteById",
|
|
2365
|
+
"method": "post",
|
|
2366
|
+
"path": "/config/organization/{organization_name}/site/{site_name}/"
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"fnName": "updateHealthbotOrganizationSiteSiteById",
|
|
2370
|
+
"method": "put",
|
|
2371
|
+
"path": "/config/organization/{organization_name}/site/{site_name}/"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"fnName": "deleteHealthbotOrganizationSiteEdgeEdgeById",
|
|
2375
|
+
"method": "delete",
|
|
2376
|
+
"path": "/config/organization/{organization_name}/site/{site_name}/edge/{edge_name}/"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"fnName": "retrieveHealthbotOrganizationSiteEdgeEdgeById",
|
|
2380
|
+
"method": "get",
|
|
2381
|
+
"path": "/config/organization/{organization_name}/site/{site_name}/edge/{edge_name}/"
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"fnName": "createHealthbotOrganizationSiteEdgeEdgeById",
|
|
2385
|
+
"method": "post",
|
|
2386
|
+
"path": "/config/organization/{organization_name}/site/{site_name}/edge/{edge_name}/"
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
"fnName": "updateHealthbotOrganizationSiteEdgeEdgeById",
|
|
2390
|
+
"method": "put",
|
|
2391
|
+
"path": "/config/organization/{organization_name}/site/{site_name}/edge/{edge_name}/"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"fnName": "deleteHealthbotWorkflowWorkflowById",
|
|
2395
|
+
"method": "delete",
|
|
2396
|
+
"path": "/config/workflow/{workflow_name}/"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"fnName": "retrieveHealthbotWorkflowWorkflowById",
|
|
2400
|
+
"method": "get",
|
|
2401
|
+
"path": "/config/workflow/{workflow_name}/"
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"fnName": "createHealthbotWorkflowWorkflowById",
|
|
2405
|
+
"method": "post",
|
|
2406
|
+
"path": "/config/workflow/{workflow_name}/"
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"fnName": "updateHealthbotWorkflowWorkflowById",
|
|
2410
|
+
"method": "put",
|
|
2411
|
+
"path": "/config/workflow/{workflow_name}/"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"fnName": "deleteHealthbotWorkflowsWorkflowById",
|
|
2415
|
+
"method": "delete",
|
|
2416
|
+
"path": "/config/workflows/"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"fnName": "retrieveHealthbotWorkflowsWorkflowById",
|
|
2420
|
+
"method": "get",
|
|
2421
|
+
"path": "/config/workflows/"
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"fnName": "createHealthbotWorkflowsWorkflowById",
|
|
2425
|
+
"method": "post",
|
|
2426
|
+
"path": "/config/workflows/"
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
"fnName": "updateHealthbotWorkflowsWorkflowById",
|
|
2430
|
+
"method": "put",
|
|
2431
|
+
"path": "/config/workflows/"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"fnName": "retrieveInstancesScheduleState",
|
|
2435
|
+
"method": "get",
|
|
2436
|
+
"path": "/config/instances-schedule-state/{group_type}/{group_name}/"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"fnName": "updateInstancesScheduleState",
|
|
2440
|
+
"method": "put",
|
|
2441
|
+
"path": "/config/instances-schedule-state/{group_type}/{group_name}/"
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"fnName": "retrieveLogsForDeviceGroup",
|
|
2445
|
+
"method": "get",
|
|
2446
|
+
"path": "/logs/device-group/{device_group_name}/"
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"fnName": "retrieveLogsForDeviceGroupService",
|
|
2450
|
+
"method": "get",
|
|
2451
|
+
"path": "/logs/device-group/{device_group_name}/service/{service_name}/"
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"fnName": "retrieveLogsForNetworkGroup",
|
|
2455
|
+
"method": "get",
|
|
2456
|
+
"path": "/logs/network-group/{network_group_name}/"
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"fnName": "retrieveLogsForNetworkGroupService",
|
|
2460
|
+
"method": "get",
|
|
2461
|
+
"path": "/logs/network-group/{network_group_name}/service/{service_name}/"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"fnName": "healthbotDebugGenerateConfiguration",
|
|
2465
|
+
"method": "post",
|
|
2466
|
+
"path": "/debug/configuration/"
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"fnName": "deleteHealthbotWorkflowInstanceById",
|
|
2470
|
+
"method": "delete",
|
|
2471
|
+
"path": "/workflow-instance/{workflow_name}/"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"fnName": "retrieveHealthbotWorkflowInstanceById",
|
|
2475
|
+
"method": "get",
|
|
2476
|
+
"path": "/workflow-instance/{workflow_name}/"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"fnName": "updateHealthbotWorkflowInstanceById",
|
|
2480
|
+
"method": "put",
|
|
2481
|
+
"path": "/workflow-instance/{workflow_name}/"
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"fnName": "createHealthbotWorkflowInstanceById",
|
|
2485
|
+
"method": "post",
|
|
2486
|
+
"path": "/workflow-instance/{workflow_name}/"
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"fnName": "deleteHealthbotWorkflowInstances",
|
|
2490
|
+
"method": "delete",
|
|
2491
|
+
"path": "/workflow-instances/"
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
"fnName": "retrieveHealthbotWorkflowInstances",
|
|
2495
|
+
"method": "get",
|
|
2496
|
+
"path": "/workflow-instances/"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"fnName": "updateHealthbotWorkflowInstances",
|
|
2500
|
+
"method": "put",
|
|
2501
|
+
"path": "/workflow-instances/"
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
"fnName": "retrieveHealthbotWorkflowStatistics",
|
|
2505
|
+
"method": "get",
|
|
2506
|
+
"path": "/workflow-statistics/"
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
"fnName": "retrieveHealthbotDeviceDetailsByUuids",
|
|
2510
|
+
"method": "post",
|
|
2511
|
+
"path": "/deployed-device-details/"
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"fnName": "getFieldsFromXpath",
|
|
2515
|
+
"method": "get",
|
|
2516
|
+
"path": "/field-capture/"
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"fnName": "restoreGrafana",
|
|
2520
|
+
"method": "post",
|
|
2521
|
+
"path": "/grafana/restore/"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"fnName": "backupGrafana",
|
|
2525
|
+
"method": "get",
|
|
2526
|
+
"path": "/grafana/backup/"
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
"fnName": "getGrafanaLogin",
|
|
2530
|
+
"method": "get",
|
|
2531
|
+
"path": "/grafana/login/"
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"fnName": "retrieveHealthTreeByDeviceGroup",
|
|
2535
|
+
"method": "get",
|
|
2536
|
+
"path": "/health-tree/device-group/{device_group_name}/"
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"fnName": "retrieveHealthTreeByNetworkGroup",
|
|
2540
|
+
"method": "get",
|
|
2541
|
+
"path": "/health-tree/network-group/{network_group_name}/"
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"fnName": "retrieveHealthTreeById",
|
|
2545
|
+
"method": "get",
|
|
2546
|
+
"path": "/health-tree/{device_id}/"
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"fnName": "retrieveHealthAll",
|
|
2550
|
+
"method": "get",
|
|
2551
|
+
"path": "/health/"
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"fnName": "postInspectCommandRpcTable",
|
|
2555
|
+
"method": "post",
|
|
2556
|
+
"path": "/inspect/command-rpc/table/"
|
|
2557
|
+
}
|
|
2558
|
+
],
|
|
2559
|
+
"errors": [],
|
|
2560
|
+
"warnings": [],
|
|
2561
|
+
"callsTotal": 459,
|
|
2562
|
+
"callsConverted": 459,
|
|
2563
|
+
"no_mockdata_num": 396
|
|
2564
|
+
}
|
|
2565
|
+
}
|