@itentialopensource/adapter-zero_networks 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.
Files changed (183) hide show
  1. package/.eslintignore +6 -0
  2. package/.eslintrc.js +18 -0
  3. package/.gitlab/.gitkeep +0 -0
  4. package/.gitlab/issue_templates/.gitkeep +0 -0
  5. package/.gitlab/issue_templates/Default.md +17 -0
  6. package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
  7. package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
  8. package/.jshintrc +0 -0
  9. package/AUTH.md +39 -0
  10. package/BROKER.md +199 -0
  11. package/CALLS.md +5576 -0
  12. package/CHANGELOG.md +9 -0
  13. package/CODE_OF_CONDUCT.md +43 -0
  14. package/CONTRIBUTING.md +13 -0
  15. package/ENHANCE.md +69 -0
  16. package/LICENSE +201 -0
  17. package/PROPERTIES.md +641 -0
  18. package/README.md +346 -0
  19. package/SUMMARY.md +9 -0
  20. package/SYSTEMINFO.md +11 -0
  21. package/TAB1.md +5 -0
  22. package/TAB2.md +6798 -0
  23. package/TROUBLESHOOT.md +47 -0
  24. package/adapter.js +78448 -0
  25. package/adapterBase.js +1452 -0
  26. package/entities/.generic/action.json +214 -0
  27. package/entities/.generic/schema.json +28 -0
  28. package/entities/.system/action.json +50 -0
  29. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  30. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  31. package/entities/.system/schema.json +19 -0
  32. package/entities/.system/schemaTokenReq.json +53 -0
  33. package/entities/.system/schemaTokenResp.json +53 -0
  34. package/entities/Activities/action.json +295 -0
  35. package/entities/Activities/mockdatafiles/rPCActivitiesInterfaceCandidatesFiltersList-default.json +126 -0
  36. package/entities/Activities/mockdatafiles/rPCActivitiesOperationFiltersList-default.json +24 -0
  37. package/entities/Activities/schema.json +87 -0
  38. package/entities/Asset/action.json +3528 -0
  39. package/entities/Asset/mockdatafiles/assetRPCActivitiesInterfaceCandidatesFiltersList-default.json +52 -0
  40. package/entities/Asset/mockdatafiles/assetRPCActivitiesOperationFiltersList-default.json +78 -0
  41. package/entities/Asset/schema.json +288 -0
  42. package/entities/AssetOTIoT/action.json +3206 -0
  43. package/entities/AssetOTIoT/mockdatafiles/assetOTRPCActivitiesInterfaceCandidatesFiltersList-default.json +32 -0
  44. package/entities/AssetOTIoT/mockdatafiles/assetOTRPCActivitiesOperationFiltersList-default.json +46 -0
  45. package/entities/AssetOTIoT/schema.json +272 -0
  46. package/entities/Assets/action.json +1336 -0
  47. package/entities/Assets/mockdatafiles/assetsStatisticsGet-default.json +39 -0
  48. package/entities/Assets/schema.json +138 -0
  49. package/entities/AssetsOTIoT/action.json +106 -0
  50. package/entities/AssetsOTIoT/schema.json +78 -0
  51. package/entities/Audit/action.json +87 -0
  52. package/entities/Audit/schema.json +77 -0
  53. package/entities/Auth/action.json +64 -0
  54. package/entities/Auth/schema.json +21 -0
  55. package/entities/Entity/action.json +67 -0
  56. package/entities/Entity/schema.json +21 -0
  57. package/entities/Group/action.json +2565 -0
  58. package/entities/Group/schema.json +241 -0
  59. package/entities/Groups/action.json +378 -0
  60. package/entities/Groups/schema.json +124 -0
  61. package/entities/GroupsActiveDirectory/action.json +66 -0
  62. package/entities/GroupsActiveDirectory/schema.json +21 -0
  63. package/entities/GroupsCustom/action.json +125 -0
  64. package/entities/GroupsCustom/schema.json +68 -0
  65. package/entities/GroupsTags/action.json +24 -0
  66. package/entities/GroupsTags/schema.json +19 -0
  67. package/entities/MFA/action.json +46 -0
  68. package/entities/MFA/schema.json +20 -0
  69. package/entities/MFAInbound/action.json +379 -0
  70. package/entities/MFAInbound/schema.json +113 -0
  71. package/entities/MFAOutbound/action.json +379 -0
  72. package/entities/MFAOutbound/schema.json +102 -0
  73. package/entities/Profile/action.json +46 -0
  74. package/entities/Profile/schema.json +20 -0
  75. package/entities/Rules/action.json +227 -0
  76. package/entities/Rules/schema.json +29 -0
  77. package/entities/RulesIdentity/action.json +273 -0
  78. package/entities/RulesIdentity/schema.json +119 -0
  79. package/entities/RulesInboundAllow/action.json +293 -0
  80. package/entities/RulesInboundAllow/schema.json +120 -0
  81. package/entities/RulesInboundBlock/action.json +293 -0
  82. package/entities/RulesInboundBlock/schema.json +120 -0
  83. package/entities/RulesOutboundAllow/action.json +314 -0
  84. package/entities/RulesOutboundAllow/schema.json +121 -0
  85. package/entities/RulesOutboundBlock/action.json +293 -0
  86. package/entities/RulesOutboundBlock/schema.json +120 -0
  87. package/entities/RulesRPC/action.json +315 -0
  88. package/entities/RulesRPC/schema.json +121 -0
  89. package/entities/Sessions/action.json +66 -0
  90. package/entities/Sessions/schema.json +54 -0
  91. package/entities/Settings/action.json +66 -0
  92. package/entities/Settings/schema.json +21 -0
  93. package/entities/SettingsAI/action.json +189 -0
  94. package/entities/SettingsAI/schema.json +60 -0
  95. package/entities/SettingsAIRulesReview/action.json +45 -0
  96. package/entities/SettingsAIRulesReview/schema.json +20 -0
  97. package/entities/SettingsAccessTokens/action.json +85 -0
  98. package/entities/SettingsAccessTokens/schema.json +22 -0
  99. package/entities/SettingsActivities/action.json +45 -0
  100. package/entities/SettingsActivities/schema.json +20 -0
  101. package/entities/SettingsAssetManagement/action.json +533 -0
  102. package/entities/SettingsAssetManagement/schema.json +88 -0
  103. package/entities/SettingsAssetManagers/action.json +65 -0
  104. package/entities/SettingsAssetManagers/schema.json +43 -0
  105. package/entities/SettingsBreakGlass/action.json +45 -0
  106. package/entities/SettingsBreakGlass/schema.json +20 -0
  107. package/entities/SettingsCloudConnector/action.json +85 -0
  108. package/entities/SettingsCloudConnector/mockdatafiles/cloudConnectorAccessTokensCreate-default.json +9 -0
  109. package/entities/SettingsCloudConnector/mockdatafiles/cloudConnectorAccessTokensRegenerate-default.json +9 -0
  110. package/entities/SettingsCloudConnector/schema.json +22 -0
  111. package/entities/SettingsConnect/action.json +395 -0
  112. package/entities/SettingsConnect/schema.json +81 -0
  113. package/entities/SettingsFirewall/action.json +168 -0
  114. package/entities/SettingsFirewall/schema.json +26 -0
  115. package/entities/SettingsIdentityProviders/action.json +126 -0
  116. package/entities/SettingsIdentityProviders/schema.json +24 -0
  117. package/entities/SettingsInternalSubnets/action.json +86 -0
  118. package/entities/SettingsInternalSubnets/schema.json +22 -0
  119. package/entities/SettingsLearning/action.json +45 -0
  120. package/entities/SettingsLearning/schema.json +20 -0
  121. package/entities/SettingsMFA/action.json +86 -0
  122. package/entities/SettingsMFA/schema.json +22 -0
  123. package/entities/SettingsMailNotifications/action.json +45 -0
  124. package/entities/SettingsMailNotifications/schema.json +20 -0
  125. package/entities/SettingsPortalSecurity/action.json +45 -0
  126. package/entities/SettingsPortalSecurity/schema.json +20 -0
  127. package/entities/SettingsPrivilegedPorts/action.json +25 -0
  128. package/entities/SettingsPrivilegedPorts/schema.json +19 -0
  129. package/entities/SettingsProtectionPolicies/action.json +106 -0
  130. package/entities/SettingsProtectionPolicies/schema.json +56 -0
  131. package/entities/SettingsPushNotifications/action.json +85 -0
  132. package/entities/SettingsPushNotifications/schema.json +22 -0
  133. package/entities/SettingsRoles/action.json +86 -0
  134. package/entities/SettingsRoles/schema.json +55 -0
  135. package/entities/SettingsSegementServers/action.json +25 -0
  136. package/entities/SettingsSegementServers/schema.json +19 -0
  137. package/entities/SettingsServiceNow/action.json +85 -0
  138. package/entities/SettingsServiceNow/mockdatafiles/serviceNowAccessTokensCreate-default.json +9 -0
  139. package/entities/SettingsServiceNow/mockdatafiles/serviceNowAccessTokensRegenerate-default.json +9 -0
  140. package/entities/SettingsServiceNow/schema.json +22 -0
  141. package/entities/SettingsTrustedInternet/action.json +229 -0
  142. package/entities/SettingsTrustedInternet/schema.json +29 -0
  143. package/entities/SettingsZPA/action.json +45 -0
  144. package/entities/SettingsZPA/schema.json +20 -0
  145. package/entities/User/action.json +688 -0
  146. package/entities/User/schema.json +150 -0
  147. package/entities/Users/action.json +479 -0
  148. package/entities/Users/schema.json +107 -0
  149. package/error.json +190 -0
  150. package/metadata.json +56 -0
  151. package/package.json +83 -0
  152. package/pronghorn.json +55566 -0
  153. package/propertiesDecorators.json +14 -0
  154. package/propertiesSchema.json +1569 -0
  155. package/refs?service=git-upload-pack +0 -0
  156. package/report/ZeroNetworks-openapi (1).yaml-OpenApi3Json.json +94523 -0
  157. package/report/adapterInfo.json +10 -0
  158. package/report/creationReport.json +5425 -0
  159. package/sampleProperties.json +256 -0
  160. package/test/integration/adapterTestBasicGet.js +83 -0
  161. package/test/integration/adapterTestConnectivity.js +142 -0
  162. package/test/integration/adapterTestIntegration.js +23777 -0
  163. package/test/unit/adapterBaseTestUnit.js +1024 -0
  164. package/test/unit/adapterTestUnit.js +35451 -0
  165. package/utils/adapterInfo.js +206 -0
  166. package/utils/addAuth.js +94 -0
  167. package/utils/artifactize.js +146 -0
  168. package/utils/basicGet.js +50 -0
  169. package/utils/checkMigrate.js +63 -0
  170. package/utils/entitiesToDB.js +179 -0
  171. package/utils/findPath.js +74 -0
  172. package/utils/methodDocumentor.js +273 -0
  173. package/utils/modify.js +152 -0
  174. package/utils/packModificationScript.js +35 -0
  175. package/utils/patches2bundledDeps.js +90 -0
  176. package/utils/pre-commit.sh +32 -0
  177. package/utils/removeHooks.js +20 -0
  178. package/utils/setup.js +33 -0
  179. package/utils/taskMover.js +309 -0
  180. package/utils/tbScript.js +239 -0
  181. package/utils/tbUtils.js +489 -0
  182. package/utils/testRunner.js +298 -0
  183. package/utils/troubleshootingAdapter.js +193 -0
@@ -0,0 +1,3206 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "assetOtNetworkQueue",
5
+ "protocol": "REST",
6
+ "method": "POST",
7
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/actions/queue?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "requestDatatype": "JSON",
13
+ "responseDatatype": "JSON",
14
+ "headers": {},
15
+ "responseObjects": [
16
+ {
17
+ "type": "default",
18
+ "key": "",
19
+ "mockFile": ""
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "name": "assetOTGet",
25
+ "protocol": "REST",
26
+ "method": "GET",
27
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}?{query}",
28
+ "requestSchema": "schema.json",
29
+ "responseSchema": "schema.json",
30
+ "timeout": 0,
31
+ "sendEmpty": false,
32
+ "sendGetBody": false,
33
+ "requestDatatype": "JSON",
34
+ "responseDatatype": "JSON",
35
+ "headers": {},
36
+ "responseObjects": [
37
+ {
38
+ "type": "default",
39
+ "key": "",
40
+ "mockFile": ""
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "name": "assetOTUpdate",
46
+ "protocol": "REST",
47
+ "method": "PUT",
48
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}?{query}",
49
+ "requestSchema": "schema.json",
50
+ "responseSchema": "schema.json",
51
+ "timeout": 0,
52
+ "sendEmpty": false,
53
+ "requestDatatype": "JSON",
54
+ "responseDatatype": "JSON",
55
+ "headers": {},
56
+ "responseObjects": [
57
+ {
58
+ "type": "default",
59
+ "key": "",
60
+ "mockFile": ""
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "name": "assetOTNetworkSegmentProtect",
66
+ "protocol": "REST",
67
+ "method": "POST",
68
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/actions/protect?{query}",
69
+ "requestSchema": "schema.json",
70
+ "responseSchema": "schema.json",
71
+ "timeout": 0,
72
+ "sendEmpty": false,
73
+ "requestDatatype": "JSON",
74
+ "responseDatatype": "JSON",
75
+ "headers": {},
76
+ "responseObjects": [
77
+ {
78
+ "type": "default",
79
+ "key": "",
80
+ "mockFile": ""
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "name": "assetOTNetworkSegmentUnprotect",
86
+ "protocol": "REST",
87
+ "method": "POST",
88
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/actions/unprotect?{query}",
89
+ "requestSchema": "schema.json",
90
+ "responseSchema": "schema.json",
91
+ "timeout": 0,
92
+ "sendEmpty": false,
93
+ "requestDatatype": "JSON",
94
+ "responseDatatype": "JSON",
95
+ "headers": {},
96
+ "responseObjects": [
97
+ {
98
+ "type": "default",
99
+ "key": "",
100
+ "mockFile": ""
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "name": "assetOTLogonActivitiesList",
106
+ "protocol": "REST",
107
+ "method": "GET",
108
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/logon?{query}",
109
+ "requestSchema": "schema.json",
110
+ "responseSchema": "schema.json",
111
+ "timeout": 0,
112
+ "sendEmpty": false,
113
+ "sendGetBody": false,
114
+ "requestDatatype": "JSON",
115
+ "responseDatatype": "JSON",
116
+ "headers": {},
117
+ "responseObjects": [
118
+ {
119
+ "type": "default",
120
+ "key": "",
121
+ "mockFile": ""
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "name": "assetOTLogonActivitiesExport",
127
+ "protocol": "REST",
128
+ "method": "POST",
129
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/logon/export?{query}",
130
+ "requestSchema": "schema.json",
131
+ "responseSchema": "schema.json",
132
+ "timeout": 0,
133
+ "sendEmpty": false,
134
+ "requestDatatype": "JSON",
135
+ "responseDatatype": "JSON",
136
+ "headers": {},
137
+ "responseObjects": [
138
+ {
139
+ "type": "default",
140
+ "key": "",
141
+ "mockFile": ""
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "name": "assetOTLogonActivitiesExportGet",
147
+ "protocol": "REST",
148
+ "method": "GET",
149
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/logon/export/csv/{pathv2}?{query}",
150
+ "requestSchema": "schema.json",
151
+ "responseSchema": "schema.json",
152
+ "timeout": 0,
153
+ "sendEmpty": false,
154
+ "sendGetBody": false,
155
+ "requestDatatype": "JSON",
156
+ "responseDatatype": "JSON",
157
+ "headers": {},
158
+ "responseObjects": [
159
+ {
160
+ "type": "default",
161
+ "key": "",
162
+ "mockFile": ""
163
+ }
164
+ ]
165
+ },
166
+ {
167
+ "name": "assetOTLogonActivitiesFiltersList",
168
+ "protocol": "REST",
169
+ "method": "GET",
170
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/logon/filters?{query}",
171
+ "requestSchema": "schema.json",
172
+ "responseSchema": "schema.json",
173
+ "timeout": 0,
174
+ "sendEmpty": false,
175
+ "sendGetBody": false,
176
+ "requestDatatype": "JSON",
177
+ "responseDatatype": "JSON",
178
+ "headers": {},
179
+ "responseObjects": [
180
+ {
181
+ "type": "default",
182
+ "key": "",
183
+ "mockFile": ""
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "name": "assetOTNetworkActivitiesList",
189
+ "protocol": "REST",
190
+ "method": "GET",
191
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/network?{query}",
192
+ "requestSchema": "schema.json",
193
+ "responseSchema": "schema.json",
194
+ "timeout": 0,
195
+ "sendEmpty": false,
196
+ "sendGetBody": false,
197
+ "requestDatatype": "JSON",
198
+ "responseDatatype": "JSON",
199
+ "headers": {},
200
+ "responseObjects": [
201
+ {
202
+ "type": "default",
203
+ "key": "",
204
+ "mockFile": ""
205
+ }
206
+ ]
207
+ },
208
+ {
209
+ "name": "assetOTNetworkActivitiesExport",
210
+ "protocol": "REST",
211
+ "method": "POST",
212
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/network/export?{query}",
213
+ "requestSchema": "schema.json",
214
+ "responseSchema": "schema.json",
215
+ "timeout": 0,
216
+ "sendEmpty": false,
217
+ "requestDatatype": "JSON",
218
+ "responseDatatype": "JSON",
219
+ "headers": {},
220
+ "responseObjects": [
221
+ {
222
+ "type": "default",
223
+ "key": "",
224
+ "mockFile": ""
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "name": "assetOTNetworkActivitiesExportGet",
230
+ "protocol": "REST",
231
+ "method": "GET",
232
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/network/export/csv/{pathv2}?{query}",
233
+ "requestSchema": "schema.json",
234
+ "responseSchema": "schema.json",
235
+ "timeout": 0,
236
+ "sendEmpty": false,
237
+ "sendGetBody": false,
238
+ "requestDatatype": "JSON",
239
+ "responseDatatype": "JSON",
240
+ "headers": {},
241
+ "responseObjects": [
242
+ {
243
+ "type": "default",
244
+ "key": "",
245
+ "mockFile": ""
246
+ }
247
+ ]
248
+ },
249
+ {
250
+ "name": "assetOTNetworkActivitiesFiltersList",
251
+ "protocol": "REST",
252
+ "method": "GET",
253
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/network/filters?{query}",
254
+ "requestSchema": "schema.json",
255
+ "responseSchema": "schema.json",
256
+ "timeout": 0,
257
+ "sendEmpty": false,
258
+ "sendGetBody": false,
259
+ "requestDatatype": "JSON",
260
+ "responseDatatype": "JSON",
261
+ "headers": {},
262
+ "responseObjects": [
263
+ {
264
+ "type": "default",
265
+ "key": "",
266
+ "mockFile": ""
267
+ }
268
+ ]
269
+ },
270
+ {
271
+ "name": "assetOTRPCActivitiesList",
272
+ "protocol": "REST",
273
+ "method": "GET",
274
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/rpc?{query}",
275
+ "requestSchema": "schema.json",
276
+ "responseSchema": "schema.json",
277
+ "timeout": 0,
278
+ "sendEmpty": false,
279
+ "sendGetBody": false,
280
+ "requestDatatype": "JSON",
281
+ "responseDatatype": "JSON",
282
+ "headers": {},
283
+ "responseObjects": [
284
+ {
285
+ "type": "default",
286
+ "key": "",
287
+ "mockFile": ""
288
+ }
289
+ ]
290
+ },
291
+ {
292
+ "name": "assetOTRPCActivitiesExport",
293
+ "protocol": "REST",
294
+ "method": "POST",
295
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/rpc/export?{query}",
296
+ "requestSchema": "schema.json",
297
+ "responseSchema": "schema.json",
298
+ "timeout": 0,
299
+ "sendEmpty": false,
300
+ "requestDatatype": "JSON",
301
+ "responseDatatype": "JSON",
302
+ "headers": {},
303
+ "responseObjects": [
304
+ {
305
+ "type": "default",
306
+ "key": "",
307
+ "mockFile": ""
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ "name": "assetOTRPCActivitiesExportGet",
313
+ "protocol": "REST",
314
+ "method": "GET",
315
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/rpc/export/csv/{pathv2}?{query}",
316
+ "requestSchema": "schema.json",
317
+ "responseSchema": "schema.json",
318
+ "timeout": 0,
319
+ "sendEmpty": false,
320
+ "sendGetBody": false,
321
+ "requestDatatype": "JSON",
322
+ "responseDatatype": "JSON",
323
+ "headers": {},
324
+ "responseObjects": [
325
+ {
326
+ "type": "default",
327
+ "key": "",
328
+ "mockFile": ""
329
+ }
330
+ ]
331
+ },
332
+ {
333
+ "name": "assetOTRPCActivitiesFiltersList",
334
+ "protocol": "REST",
335
+ "method": "GET",
336
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/rpc/filters?{query}",
337
+ "requestSchema": "schema.json",
338
+ "responseSchema": "schema.json",
339
+ "timeout": 0,
340
+ "sendEmpty": false,
341
+ "sendGetBody": false,
342
+ "requestDatatype": "JSON",
343
+ "responseDatatype": "JSON",
344
+ "headers": {},
345
+ "responseObjects": [
346
+ {
347
+ "type": "default",
348
+ "key": "",
349
+ "mockFile": ""
350
+ }
351
+ ]
352
+ },
353
+ {
354
+ "name": "assetOTRPCActivitiesInterfaceCandidatesFiltersList",
355
+ "protocol": "REST",
356
+ "method": "GET",
357
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/rpc/filters/interface-candidates?{query}",
358
+ "requestSchema": "schema.json",
359
+ "responseSchema": "schema.json",
360
+ "timeout": 0,
361
+ "sendEmpty": false,
362
+ "sendGetBody": false,
363
+ "requestDatatype": "JSON",
364
+ "responseDatatype": "JSON",
365
+ "headers": {},
366
+ "responseObjects": [
367
+ {
368
+ "type": "default",
369
+ "key": "",
370
+ "mockFile": "mockdatafiles/assetOTRPCActivitiesInterfaceCandidatesFiltersList-default.json"
371
+ }
372
+ ]
373
+ },
374
+ {
375
+ "name": "assetOTRPCActivitiesOperationFiltersList",
376
+ "protocol": "REST",
377
+ "method": "GET",
378
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/activities/rpc/filters/op-candidates?{query}",
379
+ "requestSchema": "schema.json",
380
+ "responseSchema": "schema.json",
381
+ "timeout": 0,
382
+ "sendEmpty": false,
383
+ "sendGetBody": false,
384
+ "requestDatatype": "JSON",
385
+ "responseDatatype": "JSON",
386
+ "headers": {},
387
+ "responseObjects": [
388
+ {
389
+ "type": "default",
390
+ "key": "",
391
+ "mockFile": "mockdatafiles/assetOTRPCActivitiesOperationFiltersList-default.json"
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "name": "assetOTAnalysisGet",
397
+ "protocol": "REST",
398
+ "method": "GET",
399
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/analysis?{query}",
400
+ "requestSchema": "schema.json",
401
+ "responseSchema": "schema.json",
402
+ "timeout": 0,
403
+ "sendEmpty": false,
404
+ "sendGetBody": false,
405
+ "requestDatatype": "JSON",
406
+ "responseDatatype": "JSON",
407
+ "headers": {},
408
+ "responseObjects": [
409
+ {
410
+ "type": "default",
411
+ "key": "",
412
+ "mockFile": ""
413
+ }
414
+ ]
415
+ },
416
+ {
417
+ "name": "assetOTAnalysisExport",
418
+ "protocol": "REST",
419
+ "method": "POST",
420
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/analysis/export?{query}",
421
+ "requestSchema": "schema.json",
422
+ "responseSchema": "schema.json",
423
+ "timeout": 0,
424
+ "sendEmpty": false,
425
+ "requestDatatype": "JSON",
426
+ "responseDatatype": "JSON",
427
+ "headers": {},
428
+ "responseObjects": [
429
+ {
430
+ "type": "default",
431
+ "key": "",
432
+ "mockFile": ""
433
+ }
434
+ ]
435
+ },
436
+ {
437
+ "name": "assetOTAnalysisExportGet",
438
+ "protocol": "REST",
439
+ "method": "GET",
440
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/analysis/export/csv/{pathv2}?{query}",
441
+ "requestSchema": "schema.json",
442
+ "responseSchema": "schema.json",
443
+ "timeout": 0,
444
+ "sendEmpty": false,
445
+ "sendGetBody": false,
446
+ "requestDatatype": "JSON",
447
+ "responseDatatype": "JSON",
448
+ "headers": {},
449
+ "responseObjects": [
450
+ {
451
+ "type": "default",
452
+ "key": "",
453
+ "mockFile": ""
454
+ }
455
+ ]
456
+ },
457
+ {
458
+ "name": "assetOTMemberOfGet",
459
+ "protocol": "REST",
460
+ "method": "GET",
461
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/ancestors?{query}",
462
+ "requestSchema": "schema.json",
463
+ "responseSchema": "schema.json",
464
+ "timeout": 0,
465
+ "sendEmpty": false,
466
+ "sendGetBody": false,
467
+ "requestDatatype": "JSON",
468
+ "responseDatatype": "JSON",
469
+ "headers": {},
470
+ "responseObjects": [
471
+ {
472
+ "type": "default",
473
+ "key": "",
474
+ "mockFile": ""
475
+ }
476
+ ]
477
+ },
478
+ {
479
+ "name": "assetOTAuditGet",
480
+ "protocol": "REST",
481
+ "method": "GET",
482
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/audit?{query}",
483
+ "requestSchema": "schema.json",
484
+ "responseSchema": "schema.json",
485
+ "timeout": 0,
486
+ "sendEmpty": false,
487
+ "sendGetBody": false,
488
+ "requestDatatype": "JSON",
489
+ "responseDatatype": "JSON",
490
+ "headers": {},
491
+ "responseObjects": [
492
+ {
493
+ "type": "default",
494
+ "key": "",
495
+ "mockFile": ""
496
+ }
497
+ ]
498
+ },
499
+ {
500
+ "name": "assetOTAuditExport",
501
+ "protocol": "REST",
502
+ "method": "POST",
503
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/audit/export?{query}",
504
+ "requestSchema": "schema.json",
505
+ "responseSchema": "schema.json",
506
+ "timeout": 0,
507
+ "sendEmpty": false,
508
+ "requestDatatype": "JSON",
509
+ "responseDatatype": "JSON",
510
+ "headers": {},
511
+ "responseObjects": [
512
+ {
513
+ "type": "default",
514
+ "key": "",
515
+ "mockFile": ""
516
+ }
517
+ ]
518
+ },
519
+ {
520
+ "name": "assetOTAuditExportGet",
521
+ "protocol": "REST",
522
+ "method": "GET",
523
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/audit/export/csv/{pathv2}?{query}",
524
+ "requestSchema": "schema.json",
525
+ "responseSchema": "schema.json",
526
+ "timeout": 0,
527
+ "sendEmpty": false,
528
+ "sendGetBody": false,
529
+ "requestDatatype": "JSON",
530
+ "responseDatatype": "JSON",
531
+ "headers": {},
532
+ "responseObjects": [
533
+ {
534
+ "type": "default",
535
+ "key": "",
536
+ "mockFile": ""
537
+ }
538
+ ]
539
+ },
540
+ {
541
+ "name": "assetOTAuditsFiltersList",
542
+ "protocol": "REST",
543
+ "method": "GET",
544
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/audit/filters?{query}",
545
+ "requestSchema": "schema.json",
546
+ "responseSchema": "schema.json",
547
+ "timeout": 0,
548
+ "sendEmpty": false,
549
+ "sendGetBody": false,
550
+ "requestDatatype": "JSON",
551
+ "responseDatatype": "JSON",
552
+ "headers": {},
553
+ "responseObjects": [
554
+ {
555
+ "type": "default",
556
+ "key": "",
557
+ "mockFile": ""
558
+ }
559
+ ]
560
+ },
561
+ {
562
+ "name": "assetOTAssetManagersList",
563
+ "protocol": "REST",
564
+ "method": "GET",
565
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/managers?{query}",
566
+ "requestSchema": "schema.json",
567
+ "responseSchema": "schema.json",
568
+ "timeout": 0,
569
+ "sendEmpty": false,
570
+ "sendGetBody": false,
571
+ "requestDatatype": "JSON",
572
+ "responseDatatype": "JSON",
573
+ "headers": {},
574
+ "responseObjects": [
575
+ {
576
+ "type": "default",
577
+ "key": "",
578
+ "mockFile": ""
579
+ }
580
+ ]
581
+ },
582
+ {
583
+ "name": "assetOTAssetManagersAdd",
584
+ "protocol": "REST",
585
+ "method": "POST",
586
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/managers?{query}",
587
+ "requestSchema": "schema.json",
588
+ "responseSchema": "schema.json",
589
+ "timeout": 0,
590
+ "sendEmpty": false,
591
+ "requestDatatype": "JSON",
592
+ "responseDatatype": "JSON",
593
+ "headers": {},
594
+ "responseObjects": [
595
+ {
596
+ "type": "default",
597
+ "key": "",
598
+ "mockFile": ""
599
+ }
600
+ ]
601
+ },
602
+ {
603
+ "name": "assetOTAssetManagersCandidatesList",
604
+ "protocol": "REST",
605
+ "method": "GET",
606
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/managers/candidates?{query}",
607
+ "requestSchema": "schema.json",
608
+ "responseSchema": "schema.json",
609
+ "timeout": 0,
610
+ "sendEmpty": false,
611
+ "sendGetBody": false,
612
+ "requestDatatype": "JSON",
613
+ "responseDatatype": "JSON",
614
+ "headers": {},
615
+ "responseObjects": [
616
+ {
617
+ "type": "default",
618
+ "key": "",
619
+ "mockFile": ""
620
+ }
621
+ ]
622
+ },
623
+ {
624
+ "name": "assetOTAssetManagersDelete",
625
+ "protocol": "REST",
626
+ "method": "DELETE",
627
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/managers/{pathv2}?{query}",
628
+ "requestSchema": "schema.json",
629
+ "responseSchema": "schema.json",
630
+ "timeout": 0,
631
+ "sendEmpty": false,
632
+ "requestDatatype": "JSON",
633
+ "responseDatatype": "JSON",
634
+ "headers": {},
635
+ "responseObjects": [
636
+ {
637
+ "type": "default",
638
+ "key": "",
639
+ "mockFile": ""
640
+ }
641
+ ]
642
+ },
643
+ {
644
+ "name": "assetOTIdentityRulesList",
645
+ "protocol": "REST",
646
+ "method": "GET",
647
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules?{query}",
648
+ "requestSchema": "schema.json",
649
+ "responseSchema": "schema.json",
650
+ "timeout": 0,
651
+ "sendEmpty": false,
652
+ "sendGetBody": false,
653
+ "requestDatatype": "JSON",
654
+ "responseDatatype": "JSON",
655
+ "headers": {},
656
+ "responseObjects": [
657
+ {
658
+ "type": "default",
659
+ "key": "",
660
+ "mockFile": ""
661
+ }
662
+ ]
663
+ },
664
+ {
665
+ "name": "assetOTIdentityRulesCreate",
666
+ "protocol": "REST",
667
+ "method": "POST",
668
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules?{query}",
669
+ "requestSchema": "schema.json",
670
+ "responseSchema": "schema.json",
671
+ "timeout": 0,
672
+ "sendEmpty": false,
673
+ "requestDatatype": "JSON",
674
+ "responseDatatype": "JSON",
675
+ "headers": {},
676
+ "responseObjects": [
677
+ {
678
+ "type": "default",
679
+ "key": "",
680
+ "mockFile": ""
681
+ }
682
+ ]
683
+ },
684
+ {
685
+ "name": "assetOTIdentityRulesAssetsCandidatesList",
686
+ "protocol": "REST",
687
+ "method": "GET",
688
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules/asset-candidates?{query}",
689
+ "requestSchema": "schema.json",
690
+ "responseSchema": "schema.json",
691
+ "timeout": 0,
692
+ "sendEmpty": false,
693
+ "sendGetBody": false,
694
+ "requestDatatype": "JSON",
695
+ "responseDatatype": "JSON",
696
+ "headers": {},
697
+ "responseObjects": [
698
+ {
699
+ "type": "default",
700
+ "key": "",
701
+ "mockFile": ""
702
+ }
703
+ ]
704
+ },
705
+ {
706
+ "name": "assetOTIdentityRulesExcludedAssetsCandidatesList",
707
+ "protocol": "REST",
708
+ "method": "GET",
709
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules/excluded-asset-candidates?{query}",
710
+ "requestSchema": "schema.json",
711
+ "responseSchema": "schema.json",
712
+ "timeout": 0,
713
+ "sendEmpty": false,
714
+ "sendGetBody": false,
715
+ "requestDatatype": "JSON",
716
+ "responseDatatype": "JSON",
717
+ "headers": {},
718
+ "responseObjects": [
719
+ {
720
+ "type": "default",
721
+ "key": "",
722
+ "mockFile": ""
723
+ }
724
+ ]
725
+ },
726
+ {
727
+ "name": "assetOTIdentityRulesExport",
728
+ "protocol": "REST",
729
+ "method": "POST",
730
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules/export?{query}",
731
+ "requestSchema": "schema.json",
732
+ "responseSchema": "schema.json",
733
+ "timeout": 0,
734
+ "sendEmpty": false,
735
+ "requestDatatype": "JSON",
736
+ "responseDatatype": "JSON",
737
+ "headers": {},
738
+ "responseObjects": [
739
+ {
740
+ "type": "default",
741
+ "key": "",
742
+ "mockFile": ""
743
+ }
744
+ ]
745
+ },
746
+ {
747
+ "name": "assetOTIdentityRulesExportGet",
748
+ "protocol": "REST",
749
+ "method": "GET",
750
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules/export/csv/{pathv2}?{query}",
751
+ "requestSchema": "schema.json",
752
+ "responseSchema": "schema.json",
753
+ "timeout": 0,
754
+ "sendEmpty": false,
755
+ "sendGetBody": false,
756
+ "requestDatatype": "JSON",
757
+ "responseDatatype": "JSON",
758
+ "headers": {},
759
+ "responseObjects": [
760
+ {
761
+ "type": "default",
762
+ "key": "",
763
+ "mockFile": ""
764
+ }
765
+ ]
766
+ },
767
+ {
768
+ "name": "assetOTIdentityRulesFiltersList",
769
+ "protocol": "REST",
770
+ "method": "GET",
771
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules/filters?{query}",
772
+ "requestSchema": "schema.json",
773
+ "responseSchema": "schema.json",
774
+ "timeout": 0,
775
+ "sendEmpty": false,
776
+ "sendGetBody": false,
777
+ "requestDatatype": "JSON",
778
+ "responseDatatype": "JSON",
779
+ "headers": {},
780
+ "responseObjects": [
781
+ {
782
+ "type": "default",
783
+ "key": "",
784
+ "mockFile": ""
785
+ }
786
+ ]
787
+ },
788
+ {
789
+ "name": "assetOTIdentityRulesAssetsCandidatesFiltersList",
790
+ "protocol": "REST",
791
+ "method": "GET",
792
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules/filters/asset-candidates?{query}",
793
+ "requestSchema": "schema.json",
794
+ "responseSchema": "schema.json",
795
+ "timeout": 0,
796
+ "sendEmpty": false,
797
+ "sendGetBody": false,
798
+ "requestDatatype": "JSON",
799
+ "responseDatatype": "JSON",
800
+ "headers": {},
801
+ "responseObjects": [
802
+ {
803
+ "type": "default",
804
+ "key": "",
805
+ "mockFile": ""
806
+ }
807
+ ]
808
+ },
809
+ {
810
+ "name": "assetOTIdentityRulesUserCandidatesFiltersList",
811
+ "protocol": "REST",
812
+ "method": "GET",
813
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules/filters/user-candidates?{query}",
814
+ "requestSchema": "schema.json",
815
+ "responseSchema": "schema.json",
816
+ "timeout": 0,
817
+ "sendEmpty": false,
818
+ "sendGetBody": false,
819
+ "requestDatatype": "JSON",
820
+ "responseDatatype": "JSON",
821
+ "headers": {},
822
+ "responseObjects": [
823
+ {
824
+ "type": "default",
825
+ "key": "",
826
+ "mockFile": ""
827
+ }
828
+ ]
829
+ },
830
+ {
831
+ "name": "assetOTIdentityRulesUserCandidatesList",
832
+ "protocol": "REST",
833
+ "method": "GET",
834
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules/user-candidates?{query}",
835
+ "requestSchema": "schema.json",
836
+ "responseSchema": "schema.json",
837
+ "timeout": 0,
838
+ "sendEmpty": false,
839
+ "sendGetBody": false,
840
+ "requestDatatype": "JSON",
841
+ "responseDatatype": "JSON",
842
+ "headers": {},
843
+ "responseObjects": [
844
+ {
845
+ "type": "default",
846
+ "key": "",
847
+ "mockFile": ""
848
+ }
849
+ ]
850
+ },
851
+ {
852
+ "name": "assetOTIdentityRulesGet",
853
+ "protocol": "REST",
854
+ "method": "GET",
855
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules/{pathv2}?{query}",
856
+ "requestSchema": "schema.json",
857
+ "responseSchema": "schema.json",
858
+ "timeout": 0,
859
+ "sendEmpty": false,
860
+ "sendGetBody": false,
861
+ "requestDatatype": "JSON",
862
+ "responseDatatype": "JSON",
863
+ "headers": {},
864
+ "responseObjects": [
865
+ {
866
+ "type": "default",
867
+ "key": "",
868
+ "mockFile": ""
869
+ }
870
+ ]
871
+ },
872
+ {
873
+ "name": "assetOTIdentityRulesUpdate",
874
+ "protocol": "REST",
875
+ "method": "PUT",
876
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules/{pathv2}?{query}",
877
+ "requestSchema": "schema.json",
878
+ "responseSchema": "schema.json",
879
+ "timeout": 0,
880
+ "sendEmpty": false,
881
+ "requestDatatype": "JSON",
882
+ "responseDatatype": "JSON",
883
+ "headers": {},
884
+ "responseObjects": [
885
+ {
886
+ "type": "default",
887
+ "key": "",
888
+ "mockFile": ""
889
+ }
890
+ ]
891
+ },
892
+ {
893
+ "name": "assetOTIdentityRulesDelete",
894
+ "protocol": "REST",
895
+ "method": "DELETE",
896
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/identity-rules/{pathv2}?{query}",
897
+ "requestSchema": "schema.json",
898
+ "responseSchema": "schema.json",
899
+ "timeout": 0,
900
+ "sendEmpty": false,
901
+ "requestDatatype": "JSON",
902
+ "responseDatatype": "JSON",
903
+ "headers": {},
904
+ "responseObjects": [
905
+ {
906
+ "type": "default",
907
+ "key": "",
908
+ "mockFile": ""
909
+ }
910
+ ]
911
+ },
912
+ {
913
+ "name": "assetOTMFAInboundPoliciesList",
914
+ "protocol": "REST",
915
+ "method": "GET",
916
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound?{query}",
917
+ "requestSchema": "schema.json",
918
+ "responseSchema": "schema.json",
919
+ "timeout": 0,
920
+ "sendEmpty": false,
921
+ "sendGetBody": false,
922
+ "requestDatatype": "JSON",
923
+ "responseDatatype": "JSON",
924
+ "headers": {},
925
+ "responseObjects": [
926
+ {
927
+ "type": "default",
928
+ "key": "",
929
+ "mockFile": ""
930
+ }
931
+ ]
932
+ },
933
+ {
934
+ "name": "assetOTMFAInboundPoliciesCreate",
935
+ "protocol": "REST",
936
+ "method": "POST",
937
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound?{query}",
938
+ "requestSchema": "schema.json",
939
+ "responseSchema": "schema.json",
940
+ "timeout": 0,
941
+ "sendEmpty": false,
942
+ "requestDatatype": "JSON",
943
+ "responseDatatype": "JSON",
944
+ "headers": {},
945
+ "responseObjects": [
946
+ {
947
+ "type": "default",
948
+ "key": "",
949
+ "mockFile": ""
950
+ }
951
+ ]
952
+ },
953
+ {
954
+ "name": "assetOTMFAInboundPoliciesDestinationCandidatesList",
955
+ "protocol": "REST",
956
+ "method": "GET",
957
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/dst-candidates?{query}",
958
+ "requestSchema": "schema.json",
959
+ "responseSchema": "schema.json",
960
+ "timeout": 0,
961
+ "sendEmpty": false,
962
+ "sendGetBody": false,
963
+ "requestDatatype": "JSON",
964
+ "responseDatatype": "JSON",
965
+ "headers": {},
966
+ "responseObjects": [
967
+ {
968
+ "type": "default",
969
+ "key": "",
970
+ "mockFile": ""
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "name": "assetOTMFAInboundPoliciesExcludedSourceCandidatesList",
976
+ "protocol": "REST",
977
+ "method": "GET",
978
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/excluded-src-candidates?{query}",
979
+ "requestSchema": "schema.json",
980
+ "responseSchema": "schema.json",
981
+ "timeout": 0,
982
+ "sendEmpty": false,
983
+ "sendGetBody": false,
984
+ "requestDatatype": "JSON",
985
+ "responseDatatype": "JSON",
986
+ "headers": {},
987
+ "responseObjects": [
988
+ {
989
+ "type": "default",
990
+ "key": "",
991
+ "mockFile": ""
992
+ }
993
+ ]
994
+ },
995
+ {
996
+ "name": "assetOTMFAInboundPoliciesFiltersList",
997
+ "protocol": "REST",
998
+ "method": "GET",
999
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/filters?{query}",
1000
+ "requestSchema": "schema.json",
1001
+ "responseSchema": "schema.json",
1002
+ "timeout": 0,
1003
+ "sendEmpty": false,
1004
+ "sendGetBody": false,
1005
+ "requestDatatype": "JSON",
1006
+ "responseDatatype": "JSON",
1007
+ "headers": {},
1008
+ "responseObjects": [
1009
+ {
1010
+ "type": "default",
1011
+ "key": "",
1012
+ "mockFile": ""
1013
+ }
1014
+ ]
1015
+ },
1016
+ {
1017
+ "name": "assetOTMFAInboundPoliciesDestinationCandidatesFiltersList",
1018
+ "protocol": "REST",
1019
+ "method": "GET",
1020
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/filters/dst-candidates?{query}",
1021
+ "requestSchema": "schema.json",
1022
+ "responseSchema": "schema.json",
1023
+ "timeout": 0,
1024
+ "sendEmpty": false,
1025
+ "sendGetBody": false,
1026
+ "requestDatatype": "JSON",
1027
+ "responseDatatype": "JSON",
1028
+ "headers": {},
1029
+ "responseObjects": [
1030
+ {
1031
+ "type": "default",
1032
+ "key": "",
1033
+ "mockFile": ""
1034
+ }
1035
+ ]
1036
+ },
1037
+ {
1038
+ "name": "assetOTMFAInboundPoliciesSourceCandidatesFiltersList",
1039
+ "protocol": "REST",
1040
+ "method": "GET",
1041
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/filters/src-candidates?{query}",
1042
+ "requestSchema": "schema.json",
1043
+ "responseSchema": "schema.json",
1044
+ "timeout": 0,
1045
+ "sendEmpty": false,
1046
+ "sendGetBody": false,
1047
+ "requestDatatype": "JSON",
1048
+ "responseDatatype": "JSON",
1049
+ "headers": {},
1050
+ "responseObjects": [
1051
+ {
1052
+ "type": "default",
1053
+ "key": "",
1054
+ "mockFile": ""
1055
+ }
1056
+ ]
1057
+ },
1058
+ {
1059
+ "name": "assetOTMFAInboundPoliciesSourceUsersCandidatesFiltersList",
1060
+ "protocol": "REST",
1061
+ "method": "GET",
1062
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/filters/src-users-candidates?{query}",
1063
+ "requestSchema": "schema.json",
1064
+ "responseSchema": "schema.json",
1065
+ "timeout": 0,
1066
+ "sendEmpty": false,
1067
+ "sendGetBody": false,
1068
+ "requestDatatype": "JSON",
1069
+ "responseDatatype": "JSON",
1070
+ "headers": {},
1071
+ "responseObjects": [
1072
+ {
1073
+ "type": "default",
1074
+ "key": "",
1075
+ "mockFile": ""
1076
+ }
1077
+ ]
1078
+ },
1079
+ {
1080
+ "name": "assetOTMFAInboundPoliciesMFAMethodsList",
1081
+ "protocol": "REST",
1082
+ "method": "GET",
1083
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/mfa-methods?{query}",
1084
+ "requestSchema": "schema.json",
1085
+ "responseSchema": "schema.json",
1086
+ "timeout": 0,
1087
+ "sendEmpty": false,
1088
+ "sendGetBody": false,
1089
+ "requestDatatype": "JSON",
1090
+ "responseDatatype": "JSON",
1091
+ "headers": {},
1092
+ "responseObjects": [
1093
+ {
1094
+ "type": "default",
1095
+ "key": "",
1096
+ "mockFile": ""
1097
+ }
1098
+ ]
1099
+ },
1100
+ {
1101
+ "name": "assetOTMFAInboundPoliciesSourceCandidatesList",
1102
+ "protocol": "REST",
1103
+ "method": "GET",
1104
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/src-candidates?{query}",
1105
+ "requestSchema": "schema.json",
1106
+ "responseSchema": "schema.json",
1107
+ "timeout": 0,
1108
+ "sendEmpty": false,
1109
+ "sendGetBody": false,
1110
+ "requestDatatype": "JSON",
1111
+ "responseDatatype": "JSON",
1112
+ "headers": {},
1113
+ "responseObjects": [
1114
+ {
1115
+ "type": "default",
1116
+ "key": "",
1117
+ "mockFile": ""
1118
+ }
1119
+ ]
1120
+ },
1121
+ {
1122
+ "name": "assetOTMFAInboundPoliciesSourceUserCandidatesList",
1123
+ "protocol": "REST",
1124
+ "method": "GET",
1125
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/src-users-candidates?{query}",
1126
+ "requestSchema": "schema.json",
1127
+ "responseSchema": "schema.json",
1128
+ "timeout": 0,
1129
+ "sendEmpty": false,
1130
+ "sendGetBody": false,
1131
+ "requestDatatype": "JSON",
1132
+ "responseDatatype": "JSON",
1133
+ "headers": {},
1134
+ "responseObjects": [
1135
+ {
1136
+ "type": "default",
1137
+ "key": "",
1138
+ "mockFile": ""
1139
+ }
1140
+ ]
1141
+ },
1142
+ {
1143
+ "name": "assetOTMFAInboundPoliciesGet",
1144
+ "protocol": "REST",
1145
+ "method": "GET",
1146
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/{pathv2}?{query}",
1147
+ "requestSchema": "schema.json",
1148
+ "responseSchema": "schema.json",
1149
+ "timeout": 0,
1150
+ "sendEmpty": false,
1151
+ "sendGetBody": false,
1152
+ "requestDatatype": "JSON",
1153
+ "responseDatatype": "JSON",
1154
+ "headers": {},
1155
+ "responseObjects": [
1156
+ {
1157
+ "type": "default",
1158
+ "key": "",
1159
+ "mockFile": ""
1160
+ }
1161
+ ]
1162
+ },
1163
+ {
1164
+ "name": "assetOTMFAInboundPoliciesUpdate",
1165
+ "protocol": "REST",
1166
+ "method": "PUT",
1167
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/{pathv2}?{query}",
1168
+ "requestSchema": "schema.json",
1169
+ "responseSchema": "schema.json",
1170
+ "timeout": 0,
1171
+ "sendEmpty": false,
1172
+ "requestDatatype": "JSON",
1173
+ "responseDatatype": "JSON",
1174
+ "headers": {},
1175
+ "responseObjects": [
1176
+ {
1177
+ "type": "default",
1178
+ "key": "",
1179
+ "mockFile": ""
1180
+ }
1181
+ ]
1182
+ },
1183
+ {
1184
+ "name": "assetOTMFAInboundPoliciesDelete",
1185
+ "protocol": "REST",
1186
+ "method": "DELETE",
1187
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/inbound/{pathv2}?{query}",
1188
+ "requestSchema": "schema.json",
1189
+ "responseSchema": "schema.json",
1190
+ "timeout": 0,
1191
+ "sendEmpty": false,
1192
+ "requestDatatype": "JSON",
1193
+ "responseDatatype": "JSON",
1194
+ "headers": {},
1195
+ "responseObjects": [
1196
+ {
1197
+ "type": "default",
1198
+ "key": "",
1199
+ "mockFile": ""
1200
+ }
1201
+ ]
1202
+ },
1203
+ {
1204
+ "name": "assetOTMFAOutboundPoliciesList",
1205
+ "protocol": "REST",
1206
+ "method": "GET",
1207
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound?{query}",
1208
+ "requestSchema": "schema.json",
1209
+ "responseSchema": "schema.json",
1210
+ "timeout": 0,
1211
+ "sendEmpty": false,
1212
+ "sendGetBody": false,
1213
+ "requestDatatype": "JSON",
1214
+ "responseDatatype": "JSON",
1215
+ "headers": {},
1216
+ "responseObjects": [
1217
+ {
1218
+ "type": "default",
1219
+ "key": "",
1220
+ "mockFile": ""
1221
+ }
1222
+ ]
1223
+ },
1224
+ {
1225
+ "name": "assetOTMFAOutboundPoliciesCreate",
1226
+ "protocol": "REST",
1227
+ "method": "POST",
1228
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound?{query}",
1229
+ "requestSchema": "schema.json",
1230
+ "responseSchema": "schema.json",
1231
+ "timeout": 0,
1232
+ "sendEmpty": false,
1233
+ "requestDatatype": "JSON",
1234
+ "responseDatatype": "JSON",
1235
+ "headers": {},
1236
+ "responseObjects": [
1237
+ {
1238
+ "type": "default",
1239
+ "key": "",
1240
+ "mockFile": ""
1241
+ }
1242
+ ]
1243
+ },
1244
+ {
1245
+ "name": "assetOTMFAOutboundPoliciesDestinationCandidatesList",
1246
+ "protocol": "REST",
1247
+ "method": "GET",
1248
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/dst-candidates?{query}",
1249
+ "requestSchema": "schema.json",
1250
+ "responseSchema": "schema.json",
1251
+ "timeout": 0,
1252
+ "sendEmpty": false,
1253
+ "sendGetBody": false,
1254
+ "requestDatatype": "JSON",
1255
+ "responseDatatype": "JSON",
1256
+ "headers": {},
1257
+ "responseObjects": [
1258
+ {
1259
+ "type": "default",
1260
+ "key": "",
1261
+ "mockFile": ""
1262
+ }
1263
+ ]
1264
+ },
1265
+ {
1266
+ "name": "assetOTMFAOutboundPoliciesExcludedSourceCandidatesList",
1267
+ "protocol": "REST",
1268
+ "method": "GET",
1269
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/excluded-src-candidates?{query}",
1270
+ "requestSchema": "schema.json",
1271
+ "responseSchema": "schema.json",
1272
+ "timeout": 0,
1273
+ "sendEmpty": false,
1274
+ "sendGetBody": false,
1275
+ "requestDatatype": "JSON",
1276
+ "responseDatatype": "JSON",
1277
+ "headers": {},
1278
+ "responseObjects": [
1279
+ {
1280
+ "type": "default",
1281
+ "key": "",
1282
+ "mockFile": ""
1283
+ }
1284
+ ]
1285
+ },
1286
+ {
1287
+ "name": "assetOTMFAOutboundPoliciesFiltersGet",
1288
+ "protocol": "REST",
1289
+ "method": "GET",
1290
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/filters?{query}",
1291
+ "requestSchema": "schema.json",
1292
+ "responseSchema": "schema.json",
1293
+ "timeout": 0,
1294
+ "sendEmpty": false,
1295
+ "sendGetBody": false,
1296
+ "requestDatatype": "JSON",
1297
+ "responseDatatype": "JSON",
1298
+ "headers": {},
1299
+ "responseObjects": [
1300
+ {
1301
+ "type": "default",
1302
+ "key": "",
1303
+ "mockFile": ""
1304
+ }
1305
+ ]
1306
+ },
1307
+ {
1308
+ "name": "assetOTMFAOutboundPoliciesDestinationCandidatesFiltersList",
1309
+ "protocol": "REST",
1310
+ "method": "GET",
1311
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/filters/dst-candidates?{query}",
1312
+ "requestSchema": "schema.json",
1313
+ "responseSchema": "schema.json",
1314
+ "timeout": 0,
1315
+ "sendEmpty": false,
1316
+ "sendGetBody": false,
1317
+ "requestDatatype": "JSON",
1318
+ "responseDatatype": "JSON",
1319
+ "headers": {},
1320
+ "responseObjects": [
1321
+ {
1322
+ "type": "default",
1323
+ "key": "",
1324
+ "mockFile": ""
1325
+ }
1326
+ ]
1327
+ },
1328
+ {
1329
+ "name": "assetOTMFAOutboundPoliciesSourceCandidatesFiltersList",
1330
+ "protocol": "REST",
1331
+ "method": "GET",
1332
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/filters/src-candidates?{query}",
1333
+ "requestSchema": "schema.json",
1334
+ "responseSchema": "schema.json",
1335
+ "timeout": 0,
1336
+ "sendEmpty": false,
1337
+ "sendGetBody": false,
1338
+ "requestDatatype": "JSON",
1339
+ "responseDatatype": "JSON",
1340
+ "headers": {},
1341
+ "responseObjects": [
1342
+ {
1343
+ "type": "default",
1344
+ "key": "",
1345
+ "mockFile": ""
1346
+ }
1347
+ ]
1348
+ },
1349
+ {
1350
+ "name": "assetOTMFAOutboundPoliciesSourceUsersCandidatesFiltersList",
1351
+ "protocol": "REST",
1352
+ "method": "GET",
1353
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/filters/src-users-candidates?{query}",
1354
+ "requestSchema": "schema.json",
1355
+ "responseSchema": "schema.json",
1356
+ "timeout": 0,
1357
+ "sendEmpty": false,
1358
+ "sendGetBody": false,
1359
+ "requestDatatype": "JSON",
1360
+ "responseDatatype": "JSON",
1361
+ "headers": {},
1362
+ "responseObjects": [
1363
+ {
1364
+ "type": "default",
1365
+ "key": "",
1366
+ "mockFile": ""
1367
+ }
1368
+ ]
1369
+ },
1370
+ {
1371
+ "name": "assetOTMFAOutboundPoliciesMFAMethodsList",
1372
+ "protocol": "REST",
1373
+ "method": "GET",
1374
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/mfa-methods?{query}",
1375
+ "requestSchema": "schema.json",
1376
+ "responseSchema": "schema.json",
1377
+ "timeout": 0,
1378
+ "sendEmpty": false,
1379
+ "sendGetBody": false,
1380
+ "requestDatatype": "JSON",
1381
+ "responseDatatype": "JSON",
1382
+ "headers": {},
1383
+ "responseObjects": [
1384
+ {
1385
+ "type": "default",
1386
+ "key": "",
1387
+ "mockFile": ""
1388
+ }
1389
+ ]
1390
+ },
1391
+ {
1392
+ "name": "assetOTMFAOutboundPoliciesSourceCandidatesList",
1393
+ "protocol": "REST",
1394
+ "method": "GET",
1395
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/src-candidates?{query}",
1396
+ "requestSchema": "schema.json",
1397
+ "responseSchema": "schema.json",
1398
+ "timeout": 0,
1399
+ "sendEmpty": false,
1400
+ "sendGetBody": false,
1401
+ "requestDatatype": "JSON",
1402
+ "responseDatatype": "JSON",
1403
+ "headers": {},
1404
+ "responseObjects": [
1405
+ {
1406
+ "type": "default",
1407
+ "key": "",
1408
+ "mockFile": ""
1409
+ }
1410
+ ]
1411
+ },
1412
+ {
1413
+ "name": "assetOTMFAOutboundPoliciesSourceUserCandidatesList",
1414
+ "protocol": "REST",
1415
+ "method": "GET",
1416
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/src-users-candidates?{query}",
1417
+ "requestSchema": "schema.json",
1418
+ "responseSchema": "schema.json",
1419
+ "timeout": 0,
1420
+ "sendEmpty": false,
1421
+ "sendGetBody": false,
1422
+ "requestDatatype": "JSON",
1423
+ "responseDatatype": "JSON",
1424
+ "headers": {},
1425
+ "responseObjects": [
1426
+ {
1427
+ "type": "default",
1428
+ "key": "",
1429
+ "mockFile": ""
1430
+ }
1431
+ ]
1432
+ },
1433
+ {
1434
+ "name": "assetOTMFAOutboundPoliciesGet",
1435
+ "protocol": "REST",
1436
+ "method": "GET",
1437
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/{pathv2}?{query}",
1438
+ "requestSchema": "schema.json",
1439
+ "responseSchema": "schema.json",
1440
+ "timeout": 0,
1441
+ "sendEmpty": false,
1442
+ "sendGetBody": false,
1443
+ "requestDatatype": "JSON",
1444
+ "responseDatatype": "JSON",
1445
+ "headers": {},
1446
+ "responseObjects": [
1447
+ {
1448
+ "type": "default",
1449
+ "key": "",
1450
+ "mockFile": ""
1451
+ }
1452
+ ]
1453
+ },
1454
+ {
1455
+ "name": "assetOTMFAOutboundPoliciesUpdate",
1456
+ "protocol": "REST",
1457
+ "method": "PUT",
1458
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/{pathv2}?{query}",
1459
+ "requestSchema": "schema.json",
1460
+ "responseSchema": "schema.json",
1461
+ "timeout": 0,
1462
+ "sendEmpty": false,
1463
+ "requestDatatype": "JSON",
1464
+ "responseDatatype": "JSON",
1465
+ "headers": {},
1466
+ "responseObjects": [
1467
+ {
1468
+ "type": "default",
1469
+ "key": "",
1470
+ "mockFile": ""
1471
+ }
1472
+ ]
1473
+ },
1474
+ {
1475
+ "name": "assetOTMFAOutboundPoliciesDelete",
1476
+ "protocol": "REST",
1477
+ "method": "DELETE",
1478
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/reactive-policies/outbound/{pathv2}?{query}",
1479
+ "requestSchema": "schema.json",
1480
+ "responseSchema": "schema.json",
1481
+ "timeout": 0,
1482
+ "sendEmpty": false,
1483
+ "requestDatatype": "JSON",
1484
+ "responseDatatype": "JSON",
1485
+ "headers": {},
1486
+ "responseObjects": [
1487
+ {
1488
+ "type": "default",
1489
+ "key": "",
1490
+ "mockFile": ""
1491
+ }
1492
+ ]
1493
+ },
1494
+ {
1495
+ "name": "assetOTRPCRulesList",
1496
+ "protocol": "REST",
1497
+ "method": "GET",
1498
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules?{query}",
1499
+ "requestSchema": "schema.json",
1500
+ "responseSchema": "schema.json",
1501
+ "timeout": 0,
1502
+ "sendEmpty": false,
1503
+ "sendGetBody": false,
1504
+ "requestDatatype": "JSON",
1505
+ "responseDatatype": "JSON",
1506
+ "headers": {},
1507
+ "responseObjects": [
1508
+ {
1509
+ "type": "default",
1510
+ "key": "",
1511
+ "mockFile": ""
1512
+ }
1513
+ ]
1514
+ },
1515
+ {
1516
+ "name": "assetOTRPCRulesCreate",
1517
+ "protocol": "REST",
1518
+ "method": "POST",
1519
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules?{query}",
1520
+ "requestSchema": "schema.json",
1521
+ "responseSchema": "schema.json",
1522
+ "timeout": 0,
1523
+ "sendEmpty": false,
1524
+ "requestDatatype": "JSON",
1525
+ "responseDatatype": "JSON",
1526
+ "headers": {},
1527
+ "responseObjects": [
1528
+ {
1529
+ "type": "default",
1530
+ "key": "",
1531
+ "mockFile": ""
1532
+ }
1533
+ ]
1534
+ },
1535
+ {
1536
+ "name": "assetOTRPCRuleGet",
1537
+ "protocol": "REST",
1538
+ "method": "GET",
1539
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/{pathv2}?{query}",
1540
+ "requestSchema": "schema.json",
1541
+ "responseSchema": "schema.json",
1542
+ "timeout": 0,
1543
+ "sendEmpty": false,
1544
+ "sendGetBody": false,
1545
+ "requestDatatype": "JSON",
1546
+ "responseDatatype": "JSON",
1547
+ "headers": {},
1548
+ "responseObjects": [
1549
+ {
1550
+ "type": "default",
1551
+ "key": "",
1552
+ "mockFile": ""
1553
+ }
1554
+ ]
1555
+ },
1556
+ {
1557
+ "name": "assetOTRPCRuleUpdate",
1558
+ "protocol": "REST",
1559
+ "method": "PUT",
1560
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/{pathv2}?{query}",
1561
+ "requestSchema": "schema.json",
1562
+ "responseSchema": "schema.json",
1563
+ "timeout": 0,
1564
+ "sendEmpty": false,
1565
+ "requestDatatype": "JSON",
1566
+ "responseDatatype": "JSON",
1567
+ "headers": {},
1568
+ "responseObjects": [
1569
+ {
1570
+ "type": "default",
1571
+ "key": "",
1572
+ "mockFile": ""
1573
+ }
1574
+ ]
1575
+ },
1576
+ {
1577
+ "name": "assetOTRPCRuleDelete",
1578
+ "protocol": "REST",
1579
+ "method": "DELETE",
1580
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/{pathv2}?{query}",
1581
+ "requestSchema": "schema.json",
1582
+ "responseSchema": "schema.json",
1583
+ "timeout": 0,
1584
+ "sendEmpty": false,
1585
+ "requestDatatype": "JSON",
1586
+ "responseDatatype": "JSON",
1587
+ "headers": {},
1588
+ "responseObjects": [
1589
+ {
1590
+ "type": "default",
1591
+ "key": "",
1592
+ "mockFile": ""
1593
+ }
1594
+ ]
1595
+ },
1596
+ {
1597
+ "name": "assetOTRPCRulesExcludedDestinationCandidatesList",
1598
+ "protocol": "REST",
1599
+ "method": "GET",
1600
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/excluded-local-candidates?{query}",
1601
+ "requestSchema": "schema.json",
1602
+ "responseSchema": "schema.json",
1603
+ "timeout": 0,
1604
+ "sendEmpty": false,
1605
+ "sendGetBody": false,
1606
+ "requestDatatype": "JSON",
1607
+ "responseDatatype": "JSON",
1608
+ "headers": {},
1609
+ "responseObjects": [
1610
+ {
1611
+ "type": "default",
1612
+ "key": "",
1613
+ "mockFile": ""
1614
+ }
1615
+ ]
1616
+ },
1617
+ {
1618
+ "name": "assetOTRPCRulesExport",
1619
+ "protocol": "REST",
1620
+ "method": "POST",
1621
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/export?{query}",
1622
+ "requestSchema": "schema.json",
1623
+ "responseSchema": "schema.json",
1624
+ "timeout": 0,
1625
+ "sendEmpty": false,
1626
+ "requestDatatype": "JSON",
1627
+ "responseDatatype": "JSON",
1628
+ "headers": {},
1629
+ "responseObjects": [
1630
+ {
1631
+ "type": "default",
1632
+ "key": "",
1633
+ "mockFile": ""
1634
+ }
1635
+ ]
1636
+ },
1637
+ {
1638
+ "name": "assetOTRPCRulesExportGet",
1639
+ "protocol": "REST",
1640
+ "method": "GET",
1641
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/export/csv/{pathv2}?{query}",
1642
+ "requestSchema": "schema.json",
1643
+ "responseSchema": "schema.json",
1644
+ "timeout": 0,
1645
+ "sendEmpty": false,
1646
+ "sendGetBody": false,
1647
+ "requestDatatype": "JSON",
1648
+ "responseDatatype": "JSON",
1649
+ "headers": {},
1650
+ "responseObjects": [
1651
+ {
1652
+ "type": "default",
1653
+ "key": "",
1654
+ "mockFile": ""
1655
+ }
1656
+ ]
1657
+ },
1658
+ {
1659
+ "name": "assetOTRPCRulesFiltersList",
1660
+ "protocol": "REST",
1661
+ "method": "GET",
1662
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/filters?{query}",
1663
+ "requestSchema": "schema.json",
1664
+ "responseSchema": "schema.json",
1665
+ "timeout": 0,
1666
+ "sendEmpty": false,
1667
+ "sendGetBody": false,
1668
+ "requestDatatype": "JSON",
1669
+ "responseDatatype": "JSON",
1670
+ "headers": {},
1671
+ "responseObjects": [
1672
+ {
1673
+ "type": "default",
1674
+ "key": "",
1675
+ "mockFile": ""
1676
+ }
1677
+ ]
1678
+ },
1679
+ {
1680
+ "name": "assetOTRPCRulesDesinationCandidatesFiltersList",
1681
+ "protocol": "REST",
1682
+ "method": "GET",
1683
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/filters/local-candidates?{query}",
1684
+ "requestSchema": "schema.json",
1685
+ "responseSchema": "schema.json",
1686
+ "timeout": 0,
1687
+ "sendEmpty": false,
1688
+ "sendGetBody": false,
1689
+ "requestDatatype": "JSON",
1690
+ "responseDatatype": "JSON",
1691
+ "headers": {},
1692
+ "responseObjects": [
1693
+ {
1694
+ "type": "default",
1695
+ "key": "",
1696
+ "mockFile": ""
1697
+ }
1698
+ ]
1699
+ },
1700
+ {
1701
+ "name": "assetOTRPCRulesSourceCandidatesFiltersList",
1702
+ "protocol": "REST",
1703
+ "method": "GET",
1704
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/filters/remote-candidates?{query}",
1705
+ "requestSchema": "schema.json",
1706
+ "responseSchema": "schema.json",
1707
+ "timeout": 0,
1708
+ "sendEmpty": false,
1709
+ "sendGetBody": false,
1710
+ "requestDatatype": "JSON",
1711
+ "responseDatatype": "JSON",
1712
+ "headers": {},
1713
+ "responseObjects": [
1714
+ {
1715
+ "type": "default",
1716
+ "key": "",
1717
+ "mockFile": ""
1718
+ }
1719
+ ]
1720
+ },
1721
+ {
1722
+ "name": "assetOTRPCRulesUserCandidatesFiltersList",
1723
+ "protocol": "REST",
1724
+ "method": "GET",
1725
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/filters/user-candidates?{query}",
1726
+ "requestSchema": "schema.json",
1727
+ "responseSchema": "schema.json",
1728
+ "timeout": 0,
1729
+ "sendEmpty": false,
1730
+ "sendGetBody": false,
1731
+ "requestDatatype": "JSON",
1732
+ "responseDatatype": "JSON",
1733
+ "headers": {},
1734
+ "responseObjects": [
1735
+ {
1736
+ "type": "default",
1737
+ "key": "",
1738
+ "mockFile": ""
1739
+ }
1740
+ ]
1741
+ },
1742
+ {
1743
+ "name": "assetOTRPCRulesDestinationCandidatesList",
1744
+ "protocol": "REST",
1745
+ "method": "GET",
1746
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/local-candidates?{query}",
1747
+ "requestSchema": "schema.json",
1748
+ "responseSchema": "schema.json",
1749
+ "timeout": 0,
1750
+ "sendEmpty": false,
1751
+ "sendGetBody": false,
1752
+ "requestDatatype": "JSON",
1753
+ "responseDatatype": "JSON",
1754
+ "headers": {},
1755
+ "responseObjects": [
1756
+ {
1757
+ "type": "default",
1758
+ "key": "",
1759
+ "mockFile": ""
1760
+ }
1761
+ ]
1762
+ },
1763
+ {
1764
+ "name": "assetOTRPCRulesSourceCandidatesList",
1765
+ "protocol": "REST",
1766
+ "method": "GET",
1767
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/remote-candidates?{query}",
1768
+ "requestSchema": "schema.json",
1769
+ "responseSchema": "schema.json",
1770
+ "timeout": 0,
1771
+ "sendEmpty": false,
1772
+ "sendGetBody": false,
1773
+ "requestDatatype": "JSON",
1774
+ "responseDatatype": "JSON",
1775
+ "headers": {},
1776
+ "responseObjects": [
1777
+ {
1778
+ "type": "default",
1779
+ "key": "",
1780
+ "mockFile": ""
1781
+ }
1782
+ ]
1783
+ },
1784
+ {
1785
+ "name": "assetOTRPCRulesUserCandidatesList",
1786
+ "protocol": "REST",
1787
+ "method": "GET",
1788
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rpc-rules/user-candidates?{query}",
1789
+ "requestSchema": "schema.json",
1790
+ "responseSchema": "schema.json",
1791
+ "timeout": 0,
1792
+ "sendEmpty": false,
1793
+ "sendGetBody": false,
1794
+ "requestDatatype": "JSON",
1795
+ "responseDatatype": "JSON",
1796
+ "headers": {},
1797
+ "responseObjects": [
1798
+ {
1799
+ "type": "default",
1800
+ "key": "",
1801
+ "mockFile": ""
1802
+ }
1803
+ ]
1804
+ },
1805
+ {
1806
+ "name": "assetOTRulesDistributionGet",
1807
+ "protocol": "REST",
1808
+ "method": "GET",
1809
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/distribution/{pathv2}?{query}",
1810
+ "requestSchema": "schema.json",
1811
+ "responseSchema": "schema.json",
1812
+ "timeout": 0,
1813
+ "sendEmpty": false,
1814
+ "sendGetBody": false,
1815
+ "requestDatatype": "JSON",
1816
+ "responseDatatype": "JSON",
1817
+ "headers": {},
1818
+ "responseObjects": [
1819
+ {
1820
+ "type": "default",
1821
+ "key": "",
1822
+ "mockFile": ""
1823
+ }
1824
+ ]
1825
+ },
1826
+ {
1827
+ "name": "assetOTRulesHistoryGet",
1828
+ "protocol": "REST",
1829
+ "method": "GET",
1830
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/history/{pathv2}?{query}",
1831
+ "requestSchema": "schema.json",
1832
+ "responseSchema": "schema.json",
1833
+ "timeout": 0,
1834
+ "sendEmpty": false,
1835
+ "sendGetBody": false,
1836
+ "requestDatatype": "JSON",
1837
+ "responseDatatype": "JSON",
1838
+ "headers": {},
1839
+ "responseObjects": [
1840
+ {
1841
+ "type": "default",
1842
+ "key": "",
1843
+ "mockFile": ""
1844
+ }
1845
+ ]
1846
+ },
1847
+ {
1848
+ "name": "assetOTInboundAllowRulesList",
1849
+ "protocol": "REST",
1850
+ "method": "GET",
1851
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow?{query}",
1852
+ "requestSchema": "schema.json",
1853
+ "responseSchema": "schema.json",
1854
+ "timeout": 0,
1855
+ "sendEmpty": false,
1856
+ "sendGetBody": false,
1857
+ "requestDatatype": "JSON",
1858
+ "responseDatatype": "JSON",
1859
+ "headers": {},
1860
+ "responseObjects": [
1861
+ {
1862
+ "type": "default",
1863
+ "key": "",
1864
+ "mockFile": ""
1865
+ }
1866
+ ]
1867
+ },
1868
+ {
1869
+ "name": "assetOTInboundAllowRulesCreate",
1870
+ "protocol": "REST",
1871
+ "method": "POST",
1872
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow?{query}",
1873
+ "requestSchema": "schema.json",
1874
+ "responseSchema": "schema.json",
1875
+ "timeout": 0,
1876
+ "sendEmpty": false,
1877
+ "requestDatatype": "JSON",
1878
+ "responseDatatype": "JSON",
1879
+ "headers": {},
1880
+ "responseObjects": [
1881
+ {
1882
+ "type": "default",
1883
+ "key": "",
1884
+ "mockFile": ""
1885
+ }
1886
+ ]
1887
+ },
1888
+ {
1889
+ "name": "assetOTInboundAllowRulesExport",
1890
+ "protocol": "REST",
1891
+ "method": "POST",
1892
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/export?{query}",
1893
+ "requestSchema": "schema.json",
1894
+ "responseSchema": "schema.json",
1895
+ "timeout": 0,
1896
+ "sendEmpty": false,
1897
+ "requestDatatype": "JSON",
1898
+ "responseDatatype": "JSON",
1899
+ "headers": {},
1900
+ "responseObjects": [
1901
+ {
1902
+ "type": "default",
1903
+ "key": "",
1904
+ "mockFile": ""
1905
+ }
1906
+ ]
1907
+ },
1908
+ {
1909
+ "name": "assetOTInboundAllowRulesExportGet",
1910
+ "protocol": "REST",
1911
+ "method": "GET",
1912
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/export/csv/{pathv2}?{query}",
1913
+ "requestSchema": "schema.json",
1914
+ "responseSchema": "schema.json",
1915
+ "timeout": 0,
1916
+ "sendEmpty": false,
1917
+ "sendGetBody": false,
1918
+ "requestDatatype": "JSON",
1919
+ "responseDatatype": "JSON",
1920
+ "headers": {},
1921
+ "responseObjects": [
1922
+ {
1923
+ "type": "default",
1924
+ "key": "",
1925
+ "mockFile": ""
1926
+ }
1927
+ ]
1928
+ },
1929
+ {
1930
+ "name": "assetOTInboundAllowRulesExcludedDestinationCandidatesList",
1931
+ "protocol": "REST",
1932
+ "method": "GET",
1933
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/excluded-local-candidates?{query}",
1934
+ "requestSchema": "schema.json",
1935
+ "responseSchema": "schema.json",
1936
+ "timeout": 0,
1937
+ "sendEmpty": false,
1938
+ "sendGetBody": false,
1939
+ "requestDatatype": "JSON",
1940
+ "responseDatatype": "JSON",
1941
+ "headers": {},
1942
+ "responseObjects": [
1943
+ {
1944
+ "type": "default",
1945
+ "key": "",
1946
+ "mockFile": ""
1947
+ }
1948
+ ]
1949
+ },
1950
+ {
1951
+ "name": "assetOTInboundAllowRulesFiltersList",
1952
+ "protocol": "REST",
1953
+ "method": "GET",
1954
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/filters?{query}",
1955
+ "requestSchema": "schema.json",
1956
+ "responseSchema": "schema.json",
1957
+ "timeout": 0,
1958
+ "sendEmpty": false,
1959
+ "sendGetBody": false,
1960
+ "requestDatatype": "JSON",
1961
+ "responseDatatype": "JSON",
1962
+ "headers": {},
1963
+ "responseObjects": [
1964
+ {
1965
+ "type": "default",
1966
+ "key": "",
1967
+ "mockFile": ""
1968
+ }
1969
+ ]
1970
+ },
1971
+ {
1972
+ "name": "assetOTInboundAllowRulesDesinationCandidatesFiltersList",
1973
+ "protocol": "REST",
1974
+ "method": "GET",
1975
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/filters/local-candidates?{query}",
1976
+ "requestSchema": "schema.json",
1977
+ "responseSchema": "schema.json",
1978
+ "timeout": 0,
1979
+ "sendEmpty": false,
1980
+ "sendGetBody": false,
1981
+ "requestDatatype": "JSON",
1982
+ "responseDatatype": "JSON",
1983
+ "headers": {},
1984
+ "responseObjects": [
1985
+ {
1986
+ "type": "default",
1987
+ "key": "",
1988
+ "mockFile": ""
1989
+ }
1990
+ ]
1991
+ },
1992
+ {
1993
+ "name": "assetOTInboundAllowRulesSourceCandidatesFiltersList",
1994
+ "protocol": "REST",
1995
+ "method": "GET",
1996
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/filters/remote-candidates?{query}",
1997
+ "requestSchema": "schema.json",
1998
+ "responseSchema": "schema.json",
1999
+ "timeout": 0,
2000
+ "sendEmpty": false,
2001
+ "sendGetBody": false,
2002
+ "requestDatatype": "JSON",
2003
+ "responseDatatype": "JSON",
2004
+ "headers": {},
2005
+ "responseObjects": [
2006
+ {
2007
+ "type": "default",
2008
+ "key": "",
2009
+ "mockFile": ""
2010
+ }
2011
+ ]
2012
+ },
2013
+ {
2014
+ "name": "assetOTInboundAllowRulesDestinationCandidatesList",
2015
+ "protocol": "REST",
2016
+ "method": "GET",
2017
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/local-candidates?{query}",
2018
+ "requestSchema": "schema.json",
2019
+ "responseSchema": "schema.json",
2020
+ "timeout": 0,
2021
+ "sendEmpty": false,
2022
+ "sendGetBody": false,
2023
+ "requestDatatype": "JSON",
2024
+ "responseDatatype": "JSON",
2025
+ "headers": {},
2026
+ "responseObjects": [
2027
+ {
2028
+ "type": "default",
2029
+ "key": "",
2030
+ "mockFile": ""
2031
+ }
2032
+ ]
2033
+ },
2034
+ {
2035
+ "name": "assetOTInboundAllowRulesSourceCandidatesList",
2036
+ "protocol": "REST",
2037
+ "method": "GET",
2038
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/remote-candidates?{query}",
2039
+ "requestSchema": "schema.json",
2040
+ "responseSchema": "schema.json",
2041
+ "timeout": 0,
2042
+ "sendEmpty": false,
2043
+ "sendGetBody": false,
2044
+ "requestDatatype": "JSON",
2045
+ "responseDatatype": "JSON",
2046
+ "headers": {},
2047
+ "responseObjects": [
2048
+ {
2049
+ "type": "default",
2050
+ "key": "",
2051
+ "mockFile": ""
2052
+ }
2053
+ ]
2054
+ },
2055
+ {
2056
+ "name": "assetOTInboundAllowRulesReviewApprove",
2057
+ "protocol": "REST",
2058
+ "method": "PUT",
2059
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/review/approve/{pathv2}?{query}",
2060
+ "requestSchema": "schema.json",
2061
+ "responseSchema": "schema.json",
2062
+ "timeout": 0,
2063
+ "sendEmpty": false,
2064
+ "requestDatatype": "JSON",
2065
+ "responseDatatype": "JSON",
2066
+ "headers": {},
2067
+ "responseObjects": [
2068
+ {
2069
+ "type": "default",
2070
+ "key": "",
2071
+ "mockFile": ""
2072
+ }
2073
+ ]
2074
+ },
2075
+ {
2076
+ "name": "assetOTInboundAllowRulesReviewApproveWithChanges",
2077
+ "protocol": "REST",
2078
+ "method": "PUT",
2079
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/review/approve-with-changes/{pathv2}?{query}",
2080
+ "requestSchema": "schema.json",
2081
+ "responseSchema": "schema.json",
2082
+ "timeout": 0,
2083
+ "sendEmpty": false,
2084
+ "requestDatatype": "JSON",
2085
+ "responseDatatype": "JSON",
2086
+ "headers": {},
2087
+ "responseObjects": [
2088
+ {
2089
+ "type": "default",
2090
+ "key": "",
2091
+ "mockFile": ""
2092
+ }
2093
+ ]
2094
+ },
2095
+ {
2096
+ "name": "assetOTInboundAllowRulesReviewDeny",
2097
+ "protocol": "REST",
2098
+ "method": "DELETE",
2099
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/review/reject/{pathv2}?{query}",
2100
+ "requestSchema": "schema.json",
2101
+ "responseSchema": "schema.json",
2102
+ "timeout": 0,
2103
+ "sendEmpty": false,
2104
+ "requestDatatype": "JSON",
2105
+ "responseDatatype": "JSON",
2106
+ "headers": {},
2107
+ "responseObjects": [
2108
+ {
2109
+ "type": "default",
2110
+ "key": "",
2111
+ "mockFile": ""
2112
+ }
2113
+ ]
2114
+ },
2115
+ {
2116
+ "name": "assetOTInboundAllowRuleGet",
2117
+ "protocol": "REST",
2118
+ "method": "GET",
2119
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/{pathv2}?{query}",
2120
+ "requestSchema": "schema.json",
2121
+ "responseSchema": "schema.json",
2122
+ "timeout": 0,
2123
+ "sendEmpty": false,
2124
+ "sendGetBody": false,
2125
+ "requestDatatype": "JSON",
2126
+ "responseDatatype": "JSON",
2127
+ "headers": {},
2128
+ "responseObjects": [
2129
+ {
2130
+ "type": "default",
2131
+ "key": "",
2132
+ "mockFile": ""
2133
+ }
2134
+ ]
2135
+ },
2136
+ {
2137
+ "name": "assetOTInboundAllowRuleUpdate",
2138
+ "protocol": "REST",
2139
+ "method": "PUT",
2140
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/{pathv2}?{query}",
2141
+ "requestSchema": "schema.json",
2142
+ "responseSchema": "schema.json",
2143
+ "timeout": 0,
2144
+ "sendEmpty": false,
2145
+ "requestDatatype": "JSON",
2146
+ "responseDatatype": "JSON",
2147
+ "headers": {},
2148
+ "responseObjects": [
2149
+ {
2150
+ "type": "default",
2151
+ "key": "",
2152
+ "mockFile": ""
2153
+ }
2154
+ ]
2155
+ },
2156
+ {
2157
+ "name": "assetOTInboundAllowRuleDelete",
2158
+ "protocol": "REST",
2159
+ "method": "DELETE",
2160
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-allow/{pathv2}?{query}",
2161
+ "requestSchema": "schema.json",
2162
+ "responseSchema": "schema.json",
2163
+ "timeout": 0,
2164
+ "sendEmpty": false,
2165
+ "requestDatatype": "JSON",
2166
+ "responseDatatype": "JSON",
2167
+ "headers": {},
2168
+ "responseObjects": [
2169
+ {
2170
+ "type": "default",
2171
+ "key": "",
2172
+ "mockFile": ""
2173
+ }
2174
+ ]
2175
+ },
2176
+ {
2177
+ "name": "assetOTInboundBlockRulesList",
2178
+ "protocol": "REST",
2179
+ "method": "GET",
2180
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block?{query}",
2181
+ "requestSchema": "schema.json",
2182
+ "responseSchema": "schema.json",
2183
+ "timeout": 0,
2184
+ "sendEmpty": false,
2185
+ "sendGetBody": false,
2186
+ "requestDatatype": "JSON",
2187
+ "responseDatatype": "JSON",
2188
+ "headers": {},
2189
+ "responseObjects": [
2190
+ {
2191
+ "type": "default",
2192
+ "key": "",
2193
+ "mockFile": ""
2194
+ }
2195
+ ]
2196
+ },
2197
+ {
2198
+ "name": "assetOTInboundBlockRulesCreate",
2199
+ "protocol": "REST",
2200
+ "method": "POST",
2201
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block?{query}",
2202
+ "requestSchema": "schema.json",
2203
+ "responseSchema": "schema.json",
2204
+ "timeout": 0,
2205
+ "sendEmpty": false,
2206
+ "requestDatatype": "JSON",
2207
+ "responseDatatype": "JSON",
2208
+ "headers": {},
2209
+ "responseObjects": [
2210
+ {
2211
+ "type": "default",
2212
+ "key": "",
2213
+ "mockFile": ""
2214
+ }
2215
+ ]
2216
+ },
2217
+ {
2218
+ "name": "assetOTInboundBlockRulesExport",
2219
+ "protocol": "REST",
2220
+ "method": "POST",
2221
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/export?{query}",
2222
+ "requestSchema": "schema.json",
2223
+ "responseSchema": "schema.json",
2224
+ "timeout": 0,
2225
+ "sendEmpty": false,
2226
+ "requestDatatype": "JSON",
2227
+ "responseDatatype": "JSON",
2228
+ "headers": {},
2229
+ "responseObjects": [
2230
+ {
2231
+ "type": "default",
2232
+ "key": "",
2233
+ "mockFile": ""
2234
+ }
2235
+ ]
2236
+ },
2237
+ {
2238
+ "name": "assetOTInboundBlockRulesExportGet",
2239
+ "protocol": "REST",
2240
+ "method": "GET",
2241
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/export/csv/{pathv2}?{query}",
2242
+ "requestSchema": "schema.json",
2243
+ "responseSchema": "schema.json",
2244
+ "timeout": 0,
2245
+ "sendEmpty": false,
2246
+ "sendGetBody": false,
2247
+ "requestDatatype": "JSON",
2248
+ "responseDatatype": "JSON",
2249
+ "headers": {},
2250
+ "responseObjects": [
2251
+ {
2252
+ "type": "default",
2253
+ "key": "",
2254
+ "mockFile": ""
2255
+ }
2256
+ ]
2257
+ },
2258
+ {
2259
+ "name": "assetOTInboundBlockRulesExcludedDestinationCandidatesList",
2260
+ "protocol": "REST",
2261
+ "method": "GET",
2262
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/excluded-local-candidates?{query}",
2263
+ "requestSchema": "schema.json",
2264
+ "responseSchema": "schema.json",
2265
+ "timeout": 0,
2266
+ "sendEmpty": false,
2267
+ "sendGetBody": false,
2268
+ "requestDatatype": "JSON",
2269
+ "responseDatatype": "JSON",
2270
+ "headers": {},
2271
+ "responseObjects": [
2272
+ {
2273
+ "type": "default",
2274
+ "key": "",
2275
+ "mockFile": ""
2276
+ }
2277
+ ]
2278
+ },
2279
+ {
2280
+ "name": "assetOTInboundBlockRulesFiltersGet",
2281
+ "protocol": "REST",
2282
+ "method": "GET",
2283
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/filters?{query}",
2284
+ "requestSchema": "schema.json",
2285
+ "responseSchema": "schema.json",
2286
+ "timeout": 0,
2287
+ "sendEmpty": false,
2288
+ "sendGetBody": false,
2289
+ "requestDatatype": "JSON",
2290
+ "responseDatatype": "JSON",
2291
+ "headers": {},
2292
+ "responseObjects": [
2293
+ {
2294
+ "type": "default",
2295
+ "key": "",
2296
+ "mockFile": ""
2297
+ }
2298
+ ]
2299
+ },
2300
+ {
2301
+ "name": "assetOTInboundBlockRulesDestinationCandidatesFiltersList",
2302
+ "protocol": "REST",
2303
+ "method": "GET",
2304
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/filters/local-candidates?{query}",
2305
+ "requestSchema": "schema.json",
2306
+ "responseSchema": "schema.json",
2307
+ "timeout": 0,
2308
+ "sendEmpty": false,
2309
+ "sendGetBody": false,
2310
+ "requestDatatype": "JSON",
2311
+ "responseDatatype": "JSON",
2312
+ "headers": {},
2313
+ "responseObjects": [
2314
+ {
2315
+ "type": "default",
2316
+ "key": "",
2317
+ "mockFile": ""
2318
+ }
2319
+ ]
2320
+ },
2321
+ {
2322
+ "name": "assetOTInboundBlockRulesSourceCandidatesFiltersList",
2323
+ "protocol": "REST",
2324
+ "method": "GET",
2325
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/filters/remote-candidates?{query}",
2326
+ "requestSchema": "schema.json",
2327
+ "responseSchema": "schema.json",
2328
+ "timeout": 0,
2329
+ "sendEmpty": false,
2330
+ "sendGetBody": false,
2331
+ "requestDatatype": "JSON",
2332
+ "responseDatatype": "JSON",
2333
+ "headers": {},
2334
+ "responseObjects": [
2335
+ {
2336
+ "type": "default",
2337
+ "key": "",
2338
+ "mockFile": ""
2339
+ }
2340
+ ]
2341
+ },
2342
+ {
2343
+ "name": "assetOTInboundBlockRulesDestinationCandidatesList",
2344
+ "protocol": "REST",
2345
+ "method": "GET",
2346
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/local-candidates?{query}",
2347
+ "requestSchema": "schema.json",
2348
+ "responseSchema": "schema.json",
2349
+ "timeout": 0,
2350
+ "sendEmpty": false,
2351
+ "sendGetBody": false,
2352
+ "requestDatatype": "JSON",
2353
+ "responseDatatype": "JSON",
2354
+ "headers": {},
2355
+ "responseObjects": [
2356
+ {
2357
+ "type": "default",
2358
+ "key": "",
2359
+ "mockFile": ""
2360
+ }
2361
+ ]
2362
+ },
2363
+ {
2364
+ "name": "assetOTInboundBlockRulesSourceCandidatesList",
2365
+ "protocol": "REST",
2366
+ "method": "GET",
2367
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/remote-candidates?{query}",
2368
+ "requestSchema": "schema.json",
2369
+ "responseSchema": "schema.json",
2370
+ "timeout": 0,
2371
+ "sendEmpty": false,
2372
+ "sendGetBody": false,
2373
+ "requestDatatype": "JSON",
2374
+ "responseDatatype": "JSON",
2375
+ "headers": {},
2376
+ "responseObjects": [
2377
+ {
2378
+ "type": "default",
2379
+ "key": "",
2380
+ "mockFile": ""
2381
+ }
2382
+ ]
2383
+ },
2384
+ {
2385
+ "name": "assetOTInboundBlockRulesReviewApprove",
2386
+ "protocol": "REST",
2387
+ "method": "PUT",
2388
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/review/approve/{pathv2}?{query}",
2389
+ "requestSchema": "schema.json",
2390
+ "responseSchema": "schema.json",
2391
+ "timeout": 0,
2392
+ "sendEmpty": false,
2393
+ "requestDatatype": "JSON",
2394
+ "responseDatatype": "JSON",
2395
+ "headers": {},
2396
+ "responseObjects": [
2397
+ {
2398
+ "type": "default",
2399
+ "key": "",
2400
+ "mockFile": ""
2401
+ }
2402
+ ]
2403
+ },
2404
+ {
2405
+ "name": "assetOTInboundBlockRulesReviewApproveWithChanges",
2406
+ "protocol": "REST",
2407
+ "method": "PUT",
2408
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/review/approve-with-changes/{pathv2}?{query}",
2409
+ "requestSchema": "schema.json",
2410
+ "responseSchema": "schema.json",
2411
+ "timeout": 0,
2412
+ "sendEmpty": false,
2413
+ "requestDatatype": "JSON",
2414
+ "responseDatatype": "JSON",
2415
+ "headers": {},
2416
+ "responseObjects": [
2417
+ {
2418
+ "type": "default",
2419
+ "key": "",
2420
+ "mockFile": ""
2421
+ }
2422
+ ]
2423
+ },
2424
+ {
2425
+ "name": "assetOTInboundBlockRulesReviewDeny",
2426
+ "protocol": "REST",
2427
+ "method": "DELETE",
2428
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/review/reject/{pathv2}?{query}",
2429
+ "requestSchema": "schema.json",
2430
+ "responseSchema": "schema.json",
2431
+ "timeout": 0,
2432
+ "sendEmpty": false,
2433
+ "requestDatatype": "JSON",
2434
+ "responseDatatype": "JSON",
2435
+ "headers": {},
2436
+ "responseObjects": [
2437
+ {
2438
+ "type": "default",
2439
+ "key": "",
2440
+ "mockFile": ""
2441
+ }
2442
+ ]
2443
+ },
2444
+ {
2445
+ "name": "assetOTInboundBlockRuleGet",
2446
+ "protocol": "REST",
2447
+ "method": "GET",
2448
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/{pathv2}?{query}",
2449
+ "requestSchema": "schema.json",
2450
+ "responseSchema": "schema.json",
2451
+ "timeout": 0,
2452
+ "sendEmpty": false,
2453
+ "sendGetBody": false,
2454
+ "requestDatatype": "JSON",
2455
+ "responseDatatype": "JSON",
2456
+ "headers": {},
2457
+ "responseObjects": [
2458
+ {
2459
+ "type": "default",
2460
+ "key": "",
2461
+ "mockFile": ""
2462
+ }
2463
+ ]
2464
+ },
2465
+ {
2466
+ "name": "assetOTInboundBlockRuleUpdate",
2467
+ "protocol": "REST",
2468
+ "method": "PUT",
2469
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/{pathv2}?{query}",
2470
+ "requestSchema": "schema.json",
2471
+ "responseSchema": "schema.json",
2472
+ "timeout": 0,
2473
+ "sendEmpty": false,
2474
+ "requestDatatype": "JSON",
2475
+ "responseDatatype": "JSON",
2476
+ "headers": {},
2477
+ "responseObjects": [
2478
+ {
2479
+ "type": "default",
2480
+ "key": "",
2481
+ "mockFile": ""
2482
+ }
2483
+ ]
2484
+ },
2485
+ {
2486
+ "name": "assetOTInboundBlockRuleDelete",
2487
+ "protocol": "REST",
2488
+ "method": "DELETE",
2489
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/inbound-block/{pathv2}?{query}",
2490
+ "requestSchema": "schema.json",
2491
+ "responseSchema": "schema.json",
2492
+ "timeout": 0,
2493
+ "sendEmpty": false,
2494
+ "requestDatatype": "JSON",
2495
+ "responseDatatype": "JSON",
2496
+ "headers": {},
2497
+ "responseObjects": [
2498
+ {
2499
+ "type": "default",
2500
+ "key": "",
2501
+ "mockFile": ""
2502
+ }
2503
+ ]
2504
+ },
2505
+ {
2506
+ "name": "assetOTOutboundBlockRulesList",
2507
+ "protocol": "REST",
2508
+ "method": "GET",
2509
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block?{query}",
2510
+ "requestSchema": "schema.json",
2511
+ "responseSchema": "schema.json",
2512
+ "timeout": 0,
2513
+ "sendEmpty": false,
2514
+ "sendGetBody": false,
2515
+ "requestDatatype": "JSON",
2516
+ "responseDatatype": "JSON",
2517
+ "headers": {},
2518
+ "responseObjects": [
2519
+ {
2520
+ "type": "default",
2521
+ "key": "",
2522
+ "mockFile": ""
2523
+ }
2524
+ ]
2525
+ },
2526
+ {
2527
+ "name": "assetOTOutboundBlockRulesCreate",
2528
+ "protocol": "REST",
2529
+ "method": "POST",
2530
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block?{query}",
2531
+ "requestSchema": "schema.json",
2532
+ "responseSchema": "schema.json",
2533
+ "timeout": 0,
2534
+ "sendEmpty": false,
2535
+ "requestDatatype": "JSON",
2536
+ "responseDatatype": "JSON",
2537
+ "headers": {},
2538
+ "responseObjects": [
2539
+ {
2540
+ "type": "default",
2541
+ "key": "",
2542
+ "mockFile": ""
2543
+ }
2544
+ ]
2545
+ },
2546
+ {
2547
+ "name": "assetOTOutboundBlockRulesExport",
2548
+ "protocol": "REST",
2549
+ "method": "POST",
2550
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/export?{query}",
2551
+ "requestSchema": "schema.json",
2552
+ "responseSchema": "schema.json",
2553
+ "timeout": 0,
2554
+ "sendEmpty": false,
2555
+ "requestDatatype": "JSON",
2556
+ "responseDatatype": "JSON",
2557
+ "headers": {},
2558
+ "responseObjects": [
2559
+ {
2560
+ "type": "default",
2561
+ "key": "",
2562
+ "mockFile": ""
2563
+ }
2564
+ ]
2565
+ },
2566
+ {
2567
+ "name": "assetOTOutboundBlockRulesExportGet",
2568
+ "protocol": "REST",
2569
+ "method": "GET",
2570
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/export/csv/{pathv2}?{query}",
2571
+ "requestSchema": "schema.json",
2572
+ "responseSchema": "schema.json",
2573
+ "timeout": 0,
2574
+ "sendEmpty": false,
2575
+ "sendGetBody": false,
2576
+ "requestDatatype": "JSON",
2577
+ "responseDatatype": "JSON",
2578
+ "headers": {},
2579
+ "responseObjects": [
2580
+ {
2581
+ "type": "default",
2582
+ "key": "",
2583
+ "mockFile": ""
2584
+ }
2585
+ ]
2586
+ },
2587
+ {
2588
+ "name": "assetOTOutboundBlockRulesExcludedSourceCandidatesList",
2589
+ "protocol": "REST",
2590
+ "method": "GET",
2591
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/excluded-local-candidates?{query}",
2592
+ "requestSchema": "schema.json",
2593
+ "responseSchema": "schema.json",
2594
+ "timeout": 0,
2595
+ "sendEmpty": false,
2596
+ "sendGetBody": false,
2597
+ "requestDatatype": "JSON",
2598
+ "responseDatatype": "JSON",
2599
+ "headers": {},
2600
+ "responseObjects": [
2601
+ {
2602
+ "type": "default",
2603
+ "key": "",
2604
+ "mockFile": ""
2605
+ }
2606
+ ]
2607
+ },
2608
+ {
2609
+ "name": "assetOTOutboundBlockRulesFiltersList",
2610
+ "protocol": "REST",
2611
+ "method": "GET",
2612
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/filters?{query}",
2613
+ "requestSchema": "schema.json",
2614
+ "responseSchema": "schema.json",
2615
+ "timeout": 0,
2616
+ "sendEmpty": false,
2617
+ "sendGetBody": false,
2618
+ "requestDatatype": "JSON",
2619
+ "responseDatatype": "JSON",
2620
+ "headers": {},
2621
+ "responseObjects": [
2622
+ {
2623
+ "type": "default",
2624
+ "key": "",
2625
+ "mockFile": ""
2626
+ }
2627
+ ]
2628
+ },
2629
+ {
2630
+ "name": "assetOTOutboundBlockRulesSourceCandidatesFiltersList",
2631
+ "protocol": "REST",
2632
+ "method": "GET",
2633
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/filters/local-candidates?{query}",
2634
+ "requestSchema": "schema.json",
2635
+ "responseSchema": "schema.json",
2636
+ "timeout": 0,
2637
+ "sendEmpty": false,
2638
+ "sendGetBody": false,
2639
+ "requestDatatype": "JSON",
2640
+ "responseDatatype": "JSON",
2641
+ "headers": {},
2642
+ "responseObjects": [
2643
+ {
2644
+ "type": "default",
2645
+ "key": "",
2646
+ "mockFile": ""
2647
+ }
2648
+ ]
2649
+ },
2650
+ {
2651
+ "name": "assetOTOutboundBlockRulesDestinationCandidatesFiltersList",
2652
+ "protocol": "REST",
2653
+ "method": "GET",
2654
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/filters/remote-candidates?{query}",
2655
+ "requestSchema": "schema.json",
2656
+ "responseSchema": "schema.json",
2657
+ "timeout": 0,
2658
+ "sendEmpty": false,
2659
+ "sendGetBody": false,
2660
+ "requestDatatype": "JSON",
2661
+ "responseDatatype": "JSON",
2662
+ "headers": {},
2663
+ "responseObjects": [
2664
+ {
2665
+ "type": "default",
2666
+ "key": "",
2667
+ "mockFile": ""
2668
+ }
2669
+ ]
2670
+ },
2671
+ {
2672
+ "name": "assetOTOutboundBlockRulesSourceCandidatesList",
2673
+ "protocol": "REST",
2674
+ "method": "GET",
2675
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/local-candidates?{query}",
2676
+ "requestSchema": "schema.json",
2677
+ "responseSchema": "schema.json",
2678
+ "timeout": 0,
2679
+ "sendEmpty": false,
2680
+ "sendGetBody": false,
2681
+ "requestDatatype": "JSON",
2682
+ "responseDatatype": "JSON",
2683
+ "headers": {},
2684
+ "responseObjects": [
2685
+ {
2686
+ "type": "default",
2687
+ "key": "",
2688
+ "mockFile": ""
2689
+ }
2690
+ ]
2691
+ },
2692
+ {
2693
+ "name": "assetOTOutboundBlockRulesDestinationCandidatesList",
2694
+ "protocol": "REST",
2695
+ "method": "GET",
2696
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/remote-candidates?{query}",
2697
+ "requestSchema": "schema.json",
2698
+ "responseSchema": "schema.json",
2699
+ "timeout": 0,
2700
+ "sendEmpty": false,
2701
+ "sendGetBody": false,
2702
+ "requestDatatype": "JSON",
2703
+ "responseDatatype": "JSON",
2704
+ "headers": {},
2705
+ "responseObjects": [
2706
+ {
2707
+ "type": "default",
2708
+ "key": "",
2709
+ "mockFile": ""
2710
+ }
2711
+ ]
2712
+ },
2713
+ {
2714
+ "name": "assetOTOutboundBlockRulesReviewApprove",
2715
+ "protocol": "REST",
2716
+ "method": "PUT",
2717
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/review/approve/{pathv2}?{query}",
2718
+ "requestSchema": "schema.json",
2719
+ "responseSchema": "schema.json",
2720
+ "timeout": 0,
2721
+ "sendEmpty": false,
2722
+ "requestDatatype": "JSON",
2723
+ "responseDatatype": "JSON",
2724
+ "headers": {},
2725
+ "responseObjects": [
2726
+ {
2727
+ "type": "default",
2728
+ "key": "",
2729
+ "mockFile": ""
2730
+ }
2731
+ ]
2732
+ },
2733
+ {
2734
+ "name": "assetOTOutboundBlockRulesReviewApproveWithChanges",
2735
+ "protocol": "REST",
2736
+ "method": "PUT",
2737
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/review/approve-with-changes/{pathv2}?{query}",
2738
+ "requestSchema": "schema.json",
2739
+ "responseSchema": "schema.json",
2740
+ "timeout": 0,
2741
+ "sendEmpty": false,
2742
+ "requestDatatype": "JSON",
2743
+ "responseDatatype": "JSON",
2744
+ "headers": {},
2745
+ "responseObjects": [
2746
+ {
2747
+ "type": "default",
2748
+ "key": "",
2749
+ "mockFile": ""
2750
+ }
2751
+ ]
2752
+ },
2753
+ {
2754
+ "name": "assetOTOutboundBlockRulesReviewDeny",
2755
+ "protocol": "REST",
2756
+ "method": "DELETE",
2757
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/review/reject/{pathv2}?{query}",
2758
+ "requestSchema": "schema.json",
2759
+ "responseSchema": "schema.json",
2760
+ "timeout": 0,
2761
+ "sendEmpty": false,
2762
+ "requestDatatype": "JSON",
2763
+ "responseDatatype": "JSON",
2764
+ "headers": {},
2765
+ "responseObjects": [
2766
+ {
2767
+ "type": "default",
2768
+ "key": "",
2769
+ "mockFile": ""
2770
+ }
2771
+ ]
2772
+ },
2773
+ {
2774
+ "name": "assetOTOutboundBlockRuleGet",
2775
+ "protocol": "REST",
2776
+ "method": "GET",
2777
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/{pathv2}?{query}",
2778
+ "requestSchema": "schema.json",
2779
+ "responseSchema": "schema.json",
2780
+ "timeout": 0,
2781
+ "sendEmpty": false,
2782
+ "sendGetBody": false,
2783
+ "requestDatatype": "JSON",
2784
+ "responseDatatype": "JSON",
2785
+ "headers": {},
2786
+ "responseObjects": [
2787
+ {
2788
+ "type": "default",
2789
+ "key": "",
2790
+ "mockFile": ""
2791
+ }
2792
+ ]
2793
+ },
2794
+ {
2795
+ "name": "assetOTOutboundBlockRuleUpdate",
2796
+ "protocol": "REST",
2797
+ "method": "PUT",
2798
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/{pathv2}?{query}",
2799
+ "requestSchema": "schema.json",
2800
+ "responseSchema": "schema.json",
2801
+ "timeout": 0,
2802
+ "sendEmpty": false,
2803
+ "requestDatatype": "JSON",
2804
+ "responseDatatype": "JSON",
2805
+ "headers": {},
2806
+ "responseObjects": [
2807
+ {
2808
+ "type": "default",
2809
+ "key": "",
2810
+ "mockFile": ""
2811
+ }
2812
+ ]
2813
+ },
2814
+ {
2815
+ "name": "assetOTOutboundBlockRuleDelete",
2816
+ "protocol": "REST",
2817
+ "method": "DELETE",
2818
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound-block/{pathv2}?{query}",
2819
+ "requestSchema": "schema.json",
2820
+ "responseSchema": "schema.json",
2821
+ "timeout": 0,
2822
+ "sendEmpty": false,
2823
+ "requestDatatype": "JSON",
2824
+ "responseDatatype": "JSON",
2825
+ "headers": {},
2826
+ "responseObjects": [
2827
+ {
2828
+ "type": "default",
2829
+ "key": "",
2830
+ "mockFile": ""
2831
+ }
2832
+ ]
2833
+ },
2834
+ {
2835
+ "name": "assetOTOutboundAllowRulesList",
2836
+ "protocol": "REST",
2837
+ "method": "GET",
2838
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound?{query}",
2839
+ "requestSchema": "schema.json",
2840
+ "responseSchema": "schema.json",
2841
+ "timeout": 0,
2842
+ "sendEmpty": false,
2843
+ "sendGetBody": false,
2844
+ "requestDatatype": "JSON",
2845
+ "responseDatatype": "JSON",
2846
+ "headers": {},
2847
+ "responseObjects": [
2848
+ {
2849
+ "type": "default",
2850
+ "key": "",
2851
+ "mockFile": ""
2852
+ }
2853
+ ]
2854
+ },
2855
+ {
2856
+ "name": "assetOTOutboundAllowRulesCreate",
2857
+ "protocol": "REST",
2858
+ "method": "POST",
2859
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound?{query}",
2860
+ "requestSchema": "schema.json",
2861
+ "responseSchema": "schema.json",
2862
+ "timeout": 0,
2863
+ "sendEmpty": false,
2864
+ "requestDatatype": "JSON",
2865
+ "responseDatatype": "JSON",
2866
+ "headers": {},
2867
+ "responseObjects": [
2868
+ {
2869
+ "type": "default",
2870
+ "key": "",
2871
+ "mockFile": ""
2872
+ }
2873
+ ]
2874
+ },
2875
+ {
2876
+ "name": "assetOTOutboundAllowRulesExport",
2877
+ "protocol": "REST",
2878
+ "method": "POST",
2879
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/export?{query}",
2880
+ "requestSchema": "schema.json",
2881
+ "responseSchema": "schema.json",
2882
+ "timeout": 0,
2883
+ "sendEmpty": false,
2884
+ "requestDatatype": "JSON",
2885
+ "responseDatatype": "JSON",
2886
+ "headers": {},
2887
+ "responseObjects": [
2888
+ {
2889
+ "type": "default",
2890
+ "key": "",
2891
+ "mockFile": ""
2892
+ }
2893
+ ]
2894
+ },
2895
+ {
2896
+ "name": "assetOTOutboundAllowRulesExportGet",
2897
+ "protocol": "REST",
2898
+ "method": "GET",
2899
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/export/csv/{pathv2}?{query}",
2900
+ "requestSchema": "schema.json",
2901
+ "responseSchema": "schema.json",
2902
+ "timeout": 0,
2903
+ "sendEmpty": false,
2904
+ "sendGetBody": false,
2905
+ "requestDatatype": "JSON",
2906
+ "responseDatatype": "JSON",
2907
+ "headers": {},
2908
+ "responseObjects": [
2909
+ {
2910
+ "type": "default",
2911
+ "key": "",
2912
+ "mockFile": ""
2913
+ }
2914
+ ]
2915
+ },
2916
+ {
2917
+ "name": "assetOTOutboundAllowRulesExcludedSourceCandidatesList",
2918
+ "protocol": "REST",
2919
+ "method": "GET",
2920
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/excluded-local-candidates?{query}",
2921
+ "requestSchema": "schema.json",
2922
+ "responseSchema": "schema.json",
2923
+ "timeout": 0,
2924
+ "sendEmpty": false,
2925
+ "sendGetBody": false,
2926
+ "requestDatatype": "JSON",
2927
+ "responseDatatype": "JSON",
2928
+ "headers": {},
2929
+ "responseObjects": [
2930
+ {
2931
+ "type": "default",
2932
+ "key": "",
2933
+ "mockFile": ""
2934
+ }
2935
+ ]
2936
+ },
2937
+ {
2938
+ "name": "assetOTOutboundAllowRulesFiltersList",
2939
+ "protocol": "REST",
2940
+ "method": "GET",
2941
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/filters?{query}",
2942
+ "requestSchema": "schema.json",
2943
+ "responseSchema": "schema.json",
2944
+ "timeout": 0,
2945
+ "sendEmpty": false,
2946
+ "sendGetBody": false,
2947
+ "requestDatatype": "JSON",
2948
+ "responseDatatype": "JSON",
2949
+ "headers": {},
2950
+ "responseObjects": [
2951
+ {
2952
+ "type": "default",
2953
+ "key": "",
2954
+ "mockFile": ""
2955
+ }
2956
+ ]
2957
+ },
2958
+ {
2959
+ "name": "assetOTOutboundAllowRulesExcludedSourceCandidatesFiltersList",
2960
+ "protocol": "REST",
2961
+ "method": "GET",
2962
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/filters/excluded-local-candidates?{query}",
2963
+ "requestSchema": "schema.json",
2964
+ "responseSchema": "schema.json",
2965
+ "timeout": 0,
2966
+ "sendEmpty": false,
2967
+ "sendGetBody": false,
2968
+ "requestDatatype": "JSON",
2969
+ "responseDatatype": "JSON",
2970
+ "headers": {},
2971
+ "responseObjects": [
2972
+ {
2973
+ "type": "default",
2974
+ "key": "",
2975
+ "mockFile": ""
2976
+ }
2977
+ ]
2978
+ },
2979
+ {
2980
+ "name": "assetOTOutboundAllowRulesSourceCandidatesFiltersList",
2981
+ "protocol": "REST",
2982
+ "method": "GET",
2983
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/filters/local-candidates?{query}",
2984
+ "requestSchema": "schema.json",
2985
+ "responseSchema": "schema.json",
2986
+ "timeout": 0,
2987
+ "sendEmpty": false,
2988
+ "sendGetBody": false,
2989
+ "requestDatatype": "JSON",
2990
+ "responseDatatype": "JSON",
2991
+ "headers": {},
2992
+ "responseObjects": [
2993
+ {
2994
+ "type": "default",
2995
+ "key": "",
2996
+ "mockFile": ""
2997
+ }
2998
+ ]
2999
+ },
3000
+ {
3001
+ "name": "assetOTOutboundAllowRulesDestinationCandidatesFiltersList",
3002
+ "protocol": "REST",
3003
+ "method": "GET",
3004
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/filters/remote-candidates?{query}",
3005
+ "requestSchema": "schema.json",
3006
+ "responseSchema": "schema.json",
3007
+ "timeout": 0,
3008
+ "sendEmpty": false,
3009
+ "sendGetBody": false,
3010
+ "requestDatatype": "JSON",
3011
+ "responseDatatype": "JSON",
3012
+ "headers": {},
3013
+ "responseObjects": [
3014
+ {
3015
+ "type": "default",
3016
+ "key": "",
3017
+ "mockFile": ""
3018
+ }
3019
+ ]
3020
+ },
3021
+ {
3022
+ "name": "assetOTOutboundAllowRulesSourceCandidatesList",
3023
+ "protocol": "REST",
3024
+ "method": "GET",
3025
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/local-candidates?{query}",
3026
+ "requestSchema": "schema.json",
3027
+ "responseSchema": "schema.json",
3028
+ "timeout": 0,
3029
+ "sendEmpty": false,
3030
+ "sendGetBody": false,
3031
+ "requestDatatype": "JSON",
3032
+ "responseDatatype": "JSON",
3033
+ "headers": {},
3034
+ "responseObjects": [
3035
+ {
3036
+ "type": "default",
3037
+ "key": "",
3038
+ "mockFile": ""
3039
+ }
3040
+ ]
3041
+ },
3042
+ {
3043
+ "name": "assetOTOutboundAllowRulesDestinationCandidatesList",
3044
+ "protocol": "REST",
3045
+ "method": "GET",
3046
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/remote-candidates?{query}",
3047
+ "requestSchema": "schema.json",
3048
+ "responseSchema": "schema.json",
3049
+ "timeout": 0,
3050
+ "sendEmpty": false,
3051
+ "sendGetBody": false,
3052
+ "requestDatatype": "JSON",
3053
+ "responseDatatype": "JSON",
3054
+ "headers": {},
3055
+ "responseObjects": [
3056
+ {
3057
+ "type": "default",
3058
+ "key": "",
3059
+ "mockFile": ""
3060
+ }
3061
+ ]
3062
+ },
3063
+ {
3064
+ "name": "assetOTOutboundAllowRulesReviewApprove",
3065
+ "protocol": "REST",
3066
+ "method": "PUT",
3067
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/review/approve/{pathv2}?{query}",
3068
+ "requestSchema": "schema.json",
3069
+ "responseSchema": "schema.json",
3070
+ "timeout": 0,
3071
+ "sendEmpty": false,
3072
+ "requestDatatype": "JSON",
3073
+ "responseDatatype": "JSON",
3074
+ "headers": {},
3075
+ "responseObjects": [
3076
+ {
3077
+ "type": "default",
3078
+ "key": "",
3079
+ "mockFile": ""
3080
+ }
3081
+ ]
3082
+ },
3083
+ {
3084
+ "name": "assetOTOutboundAllowRulesReviewApproveWithChanges",
3085
+ "protocol": "REST",
3086
+ "method": "PUT",
3087
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/review/approve-with-changes/{pathv2}?{query}",
3088
+ "requestSchema": "schema.json",
3089
+ "responseSchema": "schema.json",
3090
+ "timeout": 0,
3091
+ "sendEmpty": false,
3092
+ "requestDatatype": "JSON",
3093
+ "responseDatatype": "JSON",
3094
+ "headers": {},
3095
+ "responseObjects": [
3096
+ {
3097
+ "type": "default",
3098
+ "key": "",
3099
+ "mockFile": ""
3100
+ }
3101
+ ]
3102
+ },
3103
+ {
3104
+ "name": "assetOTOutboundAllowRulesReviewDeny",
3105
+ "protocol": "REST",
3106
+ "method": "DELETE",
3107
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/review/reject/{pathv2}?{query}",
3108
+ "requestSchema": "schema.json",
3109
+ "responseSchema": "schema.json",
3110
+ "timeout": 0,
3111
+ "sendEmpty": false,
3112
+ "requestDatatype": "JSON",
3113
+ "responseDatatype": "JSON",
3114
+ "headers": {},
3115
+ "responseObjects": [
3116
+ {
3117
+ "type": "default",
3118
+ "key": "",
3119
+ "mockFile": ""
3120
+ }
3121
+ ]
3122
+ },
3123
+ {
3124
+ "name": "assetOTOutboundAllowRuleGet",
3125
+ "protocol": "REST",
3126
+ "method": "GET",
3127
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/{pathv2}?{query}",
3128
+ "requestSchema": "schema.json",
3129
+ "responseSchema": "schema.json",
3130
+ "timeout": 0,
3131
+ "sendEmpty": false,
3132
+ "sendGetBody": false,
3133
+ "requestDatatype": "JSON",
3134
+ "responseDatatype": "JSON",
3135
+ "headers": {},
3136
+ "responseObjects": [
3137
+ {
3138
+ "type": "default",
3139
+ "key": "",
3140
+ "mockFile": ""
3141
+ }
3142
+ ]
3143
+ },
3144
+ {
3145
+ "name": "assetOTOutboundAllowRuleUpdate",
3146
+ "protocol": "REST",
3147
+ "method": "PUT",
3148
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/{pathv2}?{query}",
3149
+ "requestSchema": "schema.json",
3150
+ "responseSchema": "schema.json",
3151
+ "timeout": 0,
3152
+ "sendEmpty": false,
3153
+ "requestDatatype": "JSON",
3154
+ "responseDatatype": "JSON",
3155
+ "headers": {},
3156
+ "responseObjects": [
3157
+ {
3158
+ "type": "default",
3159
+ "key": "",
3160
+ "mockFile": ""
3161
+ }
3162
+ ]
3163
+ },
3164
+ {
3165
+ "name": "assetOTOutboundAllowRuleDelete",
3166
+ "protocol": "REST",
3167
+ "method": "DELETE",
3168
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/protection/rules/outbound/{pathv2}?{query}",
3169
+ "requestSchema": "schema.json",
3170
+ "responseSchema": "schema.json",
3171
+ "timeout": 0,
3172
+ "sendEmpty": false,
3173
+ "requestDatatype": "JSON",
3174
+ "responseDatatype": "JSON",
3175
+ "headers": {},
3176
+ "responseObjects": [
3177
+ {
3178
+ "type": "default",
3179
+ "key": "",
3180
+ "mockFile": ""
3181
+ }
3182
+ ]
3183
+ },
3184
+ {
3185
+ "name": "assetOTTagsGet",
3186
+ "protocol": "REST",
3187
+ "method": "GET",
3188
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/tags?{query}",
3189
+ "requestSchema": "schema.json",
3190
+ "responseSchema": "schema.json",
3191
+ "timeout": 0,
3192
+ "sendEmpty": false,
3193
+ "sendGetBody": false,
3194
+ "requestDatatype": "JSON",
3195
+ "responseDatatype": "JSON",
3196
+ "headers": {},
3197
+ "responseObjects": [
3198
+ {
3199
+ "type": "default",
3200
+ "key": "",
3201
+ "mockFile": ""
3202
+ }
3203
+ ]
3204
+ }
3205
+ ]
3206
+ }