@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,3528 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "assetGet",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/assets/{pathv1}?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": ""
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "assetActiveSet",
26
+ "protocol": "REST",
27
+ "method": "POST",
28
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/actions/activate?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": 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": "assetInactiveSet",
46
+ "protocol": "REST",
47
+ "method": "POST",
48
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/actions/inactivate?{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": "assetNetworkSegmentProtect",
66
+ "protocol": "REST",
67
+ "method": "POST",
68
+ "entitypath": "{base_path}/{version}/assets/{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": "assetNetworkSegmentValidate",
86
+ "protocol": "REST",
87
+ "method": "POST",
88
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/actions/protect/validate?{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": "assetExtendNetworkQueue",
106
+ "protocol": "REST",
107
+ "method": "PUT",
108
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/actions/queue?{query}",
109
+ "requestSchema": "schema.json",
110
+ "responseSchema": "schema.json",
111
+ "timeout": 0,
112
+ "sendEmpty": false,
113
+ "requestDatatype": "JSON",
114
+ "responseDatatype": "JSON",
115
+ "headers": {},
116
+ "responseObjects": [
117
+ {
118
+ "type": "default",
119
+ "key": "",
120
+ "mockFile": ""
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ "name": "assetNetworkQueue",
126
+ "protocol": "REST",
127
+ "method": "POST",
128
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/actions/queue?{query}",
129
+ "requestSchema": "schema.json",
130
+ "responseSchema": "schema.json",
131
+ "timeout": 0,
132
+ "sendEmpty": false,
133
+ "requestDatatype": "JSON",
134
+ "responseDatatype": "JSON",
135
+ "headers": {},
136
+ "responseObjects": [
137
+ {
138
+ "type": "default",
139
+ "key": "",
140
+ "mockFile": ""
141
+ }
142
+ ]
143
+ },
144
+ {
145
+ "name": "assetRetryHealthInvoke",
146
+ "protocol": "REST",
147
+ "method": "POST",
148
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/actions/retry-health?{query}",
149
+ "requestSchema": "schema.json",
150
+ "responseSchema": "schema.json",
151
+ "timeout": 0,
152
+ "sendEmpty": false,
153
+ "requestDatatype": "JSON",
154
+ "responseDatatype": "JSON",
155
+ "headers": {},
156
+ "responseObjects": [
157
+ {
158
+ "type": "default",
159
+ "key": "",
160
+ "mockFile": ""
161
+ }
162
+ ]
163
+ },
164
+ {
165
+ "name": "assetNetworkSegmentUnprotect",
166
+ "protocol": "REST",
167
+ "method": "POST",
168
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/actions/unprotect?{query}",
169
+ "requestSchema": "schema.json",
170
+ "responseSchema": "schema.json",
171
+ "timeout": 0,
172
+ "sendEmpty": false,
173
+ "requestDatatype": "JSON",
174
+ "responseDatatype": "JSON",
175
+ "headers": {},
176
+ "responseObjects": [
177
+ {
178
+ "type": "default",
179
+ "key": "",
180
+ "mockFile": ""
181
+ }
182
+ ]
183
+ },
184
+ {
185
+ "name": "assetNetworkUnprotectValidate",
186
+ "protocol": "REST",
187
+ "method": "POST",
188
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/actions/unprotect/validate?{query}",
189
+ "requestSchema": "schema.json",
190
+ "responseSchema": "schema.json",
191
+ "timeout": 0,
192
+ "sendEmpty": false,
193
+ "requestDatatype": "JSON",
194
+ "responseDatatype": "JSON",
195
+ "headers": {},
196
+ "responseObjects": [
197
+ {
198
+ "type": "default",
199
+ "key": "",
200
+ "mockFile": ""
201
+ }
202
+ ]
203
+ },
204
+ {
205
+ "name": "assetRpcMonitoringAdd",
206
+ "protocol": "REST",
207
+ "method": "POST",
208
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/rpc-actions/monitor?{query}",
209
+ "requestSchema": "schema.json",
210
+ "responseSchema": "schema.json",
211
+ "timeout": 0,
212
+ "sendEmpty": false,
213
+ "requestDatatype": "JSON",
214
+ "responseDatatype": "JSON",
215
+ "headers": {},
216
+ "responseObjects": [
217
+ {
218
+ "type": "default",
219
+ "key": "",
220
+ "mockFile": ""
221
+ }
222
+ ]
223
+ },
224
+ {
225
+ "name": "assetRpcSegmentAdd",
226
+ "protocol": "REST",
227
+ "method": "POST",
228
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/rpc-actions/protect?{query}",
229
+ "requestSchema": "schema.json",
230
+ "responseSchema": "schema.json",
231
+ "timeout": 0,
232
+ "sendEmpty": false,
233
+ "requestDatatype": "JSON",
234
+ "responseDatatype": "JSON",
235
+ "headers": {},
236
+ "responseObjects": [
237
+ {
238
+ "type": "default",
239
+ "key": "",
240
+ "mockFile": ""
241
+ }
242
+ ]
243
+ },
244
+ {
245
+ "name": "assetRpcMonitoringDelete",
246
+ "protocol": "REST",
247
+ "method": "POST",
248
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/rpc-actions/unmonitor?{query}",
249
+ "requestSchema": "schema.json",
250
+ "responseSchema": "schema.json",
251
+ "timeout": 0,
252
+ "sendEmpty": false,
253
+ "requestDatatype": "JSON",
254
+ "responseDatatype": "JSON",
255
+ "headers": {},
256
+ "responseObjects": [
257
+ {
258
+ "type": "default",
259
+ "key": "",
260
+ "mockFile": ""
261
+ }
262
+ ]
263
+ },
264
+ {
265
+ "name": "assetRpcSegmentDelete",
266
+ "protocol": "REST",
267
+ "method": "POST",
268
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/rpc-actions/unprotect?{query}",
269
+ "requestSchema": "schema.json",
270
+ "responseSchema": "schema.json",
271
+ "timeout": 0,
272
+ "sendEmpty": false,
273
+ "requestDatatype": "JSON",
274
+ "responseDatatype": "JSON",
275
+ "headers": {},
276
+ "responseObjects": [
277
+ {
278
+ "type": "default",
279
+ "key": "",
280
+ "mockFile": ""
281
+ }
282
+ ]
283
+ },
284
+ {
285
+ "name": "assetLogonActivitiesList",
286
+ "protocol": "REST",
287
+ "method": "GET",
288
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/logon?{query}",
289
+ "requestSchema": "schema.json",
290
+ "responseSchema": "schema.json",
291
+ "timeout": 0,
292
+ "sendEmpty": false,
293
+ "sendGetBody": false,
294
+ "requestDatatype": "JSON",
295
+ "responseDatatype": "JSON",
296
+ "headers": {},
297
+ "responseObjects": [
298
+ {
299
+ "type": "default",
300
+ "key": "",
301
+ "mockFile": ""
302
+ }
303
+ ]
304
+ },
305
+ {
306
+ "name": "assetLogonActivitiesExport",
307
+ "protocol": "REST",
308
+ "method": "POST",
309
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/logon/export?{query}",
310
+ "requestSchema": "schema.json",
311
+ "responseSchema": "schema.json",
312
+ "timeout": 0,
313
+ "sendEmpty": false,
314
+ "requestDatatype": "JSON",
315
+ "responseDatatype": "JSON",
316
+ "headers": {},
317
+ "responseObjects": [
318
+ {
319
+ "type": "default",
320
+ "key": "",
321
+ "mockFile": ""
322
+ }
323
+ ]
324
+ },
325
+ {
326
+ "name": "assetLogonActivitiesExportGet",
327
+ "protocol": "REST",
328
+ "method": "GET",
329
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/logon/export/csv/{pathv2}?{query}",
330
+ "requestSchema": "schema.json",
331
+ "responseSchema": "schema.json",
332
+ "timeout": 0,
333
+ "sendEmpty": false,
334
+ "sendGetBody": false,
335
+ "requestDatatype": "JSON",
336
+ "responseDatatype": "JSON",
337
+ "headers": {},
338
+ "responseObjects": [
339
+ {
340
+ "type": "default",
341
+ "key": "",
342
+ "mockFile": ""
343
+ }
344
+ ]
345
+ },
346
+ {
347
+ "name": "assetLogonActivitiesFiltersList",
348
+ "protocol": "REST",
349
+ "method": "GET",
350
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/logon/filters?{query}",
351
+ "requestSchema": "schema.json",
352
+ "responseSchema": "schema.json",
353
+ "timeout": 0,
354
+ "sendEmpty": false,
355
+ "sendGetBody": false,
356
+ "requestDatatype": "JSON",
357
+ "responseDatatype": "JSON",
358
+ "headers": {},
359
+ "responseObjects": [
360
+ {
361
+ "type": "default",
362
+ "key": "",
363
+ "mockFile": ""
364
+ }
365
+ ]
366
+ },
367
+ {
368
+ "name": "assetNetworkActivitiesList",
369
+ "protocol": "REST",
370
+ "method": "GET",
371
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/network?{query}",
372
+ "requestSchema": "schema.json",
373
+ "responseSchema": "schema.json",
374
+ "timeout": 0,
375
+ "sendEmpty": false,
376
+ "sendGetBody": false,
377
+ "requestDatatype": "JSON",
378
+ "responseDatatype": "JSON",
379
+ "headers": {},
380
+ "responseObjects": [
381
+ {
382
+ "type": "default",
383
+ "key": "",
384
+ "mockFile": ""
385
+ }
386
+ ]
387
+ },
388
+ {
389
+ "name": "assetNetworkActivitiesExport",
390
+ "protocol": "REST",
391
+ "method": "POST",
392
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/network/export?{query}",
393
+ "requestSchema": "schema.json",
394
+ "responseSchema": "schema.json",
395
+ "timeout": 0,
396
+ "sendEmpty": false,
397
+ "requestDatatype": "JSON",
398
+ "responseDatatype": "JSON",
399
+ "headers": {},
400
+ "responseObjects": [
401
+ {
402
+ "type": "default",
403
+ "key": "",
404
+ "mockFile": ""
405
+ }
406
+ ]
407
+ },
408
+ {
409
+ "name": "assetNetworkActivitiesExportGet",
410
+ "protocol": "REST",
411
+ "method": "GET",
412
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/network/export/csv/{pathv2}?{query}",
413
+ "requestSchema": "schema.json",
414
+ "responseSchema": "schema.json",
415
+ "timeout": 0,
416
+ "sendEmpty": false,
417
+ "sendGetBody": false,
418
+ "requestDatatype": "JSON",
419
+ "responseDatatype": "JSON",
420
+ "headers": {},
421
+ "responseObjects": [
422
+ {
423
+ "type": "default",
424
+ "key": "",
425
+ "mockFile": ""
426
+ }
427
+ ]
428
+ },
429
+ {
430
+ "name": "assetNetworkActivitiesFiltersList",
431
+ "protocol": "REST",
432
+ "method": "GET",
433
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/network/filters?{query}",
434
+ "requestSchema": "schema.json",
435
+ "responseSchema": "schema.json",
436
+ "timeout": 0,
437
+ "sendEmpty": false,
438
+ "sendGetBody": false,
439
+ "requestDatatype": "JSON",
440
+ "responseDatatype": "JSON",
441
+ "headers": {},
442
+ "responseObjects": [
443
+ {
444
+ "type": "default",
445
+ "key": "",
446
+ "mockFile": ""
447
+ }
448
+ ]
449
+ },
450
+ {
451
+ "name": "assetRPCActivitiesList",
452
+ "protocol": "REST",
453
+ "method": "GET",
454
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/rpc?{query}",
455
+ "requestSchema": "schema.json",
456
+ "responseSchema": "schema.json",
457
+ "timeout": 0,
458
+ "sendEmpty": false,
459
+ "sendGetBody": false,
460
+ "requestDatatype": "JSON",
461
+ "responseDatatype": "JSON",
462
+ "headers": {},
463
+ "responseObjects": [
464
+ {
465
+ "type": "default",
466
+ "key": "",
467
+ "mockFile": ""
468
+ }
469
+ ]
470
+ },
471
+ {
472
+ "name": "assetRPCActivitiesExport",
473
+ "protocol": "REST",
474
+ "method": "POST",
475
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/rpc/export?{query}",
476
+ "requestSchema": "schema.json",
477
+ "responseSchema": "schema.json",
478
+ "timeout": 0,
479
+ "sendEmpty": false,
480
+ "requestDatatype": "JSON",
481
+ "responseDatatype": "JSON",
482
+ "headers": {},
483
+ "responseObjects": [
484
+ {
485
+ "type": "default",
486
+ "key": "",
487
+ "mockFile": ""
488
+ }
489
+ ]
490
+ },
491
+ {
492
+ "name": "assetRPCActivitiesExportGet",
493
+ "protocol": "REST",
494
+ "method": "GET",
495
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/rpc/export/csv/{pathv2}?{query}",
496
+ "requestSchema": "schema.json",
497
+ "responseSchema": "schema.json",
498
+ "timeout": 0,
499
+ "sendEmpty": false,
500
+ "sendGetBody": false,
501
+ "requestDatatype": "JSON",
502
+ "responseDatatype": "JSON",
503
+ "headers": {},
504
+ "responseObjects": [
505
+ {
506
+ "type": "default",
507
+ "key": "",
508
+ "mockFile": ""
509
+ }
510
+ ]
511
+ },
512
+ {
513
+ "name": "assetRPCActivitiesFiltersList",
514
+ "protocol": "REST",
515
+ "method": "GET",
516
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/rpc/filters?{query}",
517
+ "requestSchema": "schema.json",
518
+ "responseSchema": "schema.json",
519
+ "timeout": 0,
520
+ "sendEmpty": false,
521
+ "sendGetBody": false,
522
+ "requestDatatype": "JSON",
523
+ "responseDatatype": "JSON",
524
+ "headers": {},
525
+ "responseObjects": [
526
+ {
527
+ "type": "default",
528
+ "key": "",
529
+ "mockFile": ""
530
+ }
531
+ ]
532
+ },
533
+ {
534
+ "name": "assetRPCActivitiesInterfaceCandidatesFiltersList",
535
+ "protocol": "REST",
536
+ "method": "GET",
537
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/rpc/filters/interface-candidates?{query}",
538
+ "requestSchema": "schema.json",
539
+ "responseSchema": "schema.json",
540
+ "timeout": 0,
541
+ "sendEmpty": false,
542
+ "sendGetBody": false,
543
+ "requestDatatype": "JSON",
544
+ "responseDatatype": "JSON",
545
+ "headers": {},
546
+ "responseObjects": [
547
+ {
548
+ "type": "default",
549
+ "key": "",
550
+ "mockFile": "mockdatafiles/assetRPCActivitiesInterfaceCandidatesFiltersList-default.json"
551
+ }
552
+ ]
553
+ },
554
+ {
555
+ "name": "assetRPCActivitiesOperationFiltersList",
556
+ "protocol": "REST",
557
+ "method": "GET",
558
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/activities/rpc/filters/op-candidates?{query}",
559
+ "requestSchema": "schema.json",
560
+ "responseSchema": "schema.json",
561
+ "timeout": 0,
562
+ "sendEmpty": false,
563
+ "sendGetBody": false,
564
+ "requestDatatype": "JSON",
565
+ "responseDatatype": "JSON",
566
+ "headers": {},
567
+ "responseObjects": [
568
+ {
569
+ "type": "default",
570
+ "key": "",
571
+ "mockFile": "mockdatafiles/assetRPCActivitiesOperationFiltersList-default.json"
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "name": "assetMemberOfGet",
577
+ "protocol": "REST",
578
+ "method": "GET",
579
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/ancestors?{query}",
580
+ "requestSchema": "schema.json",
581
+ "responseSchema": "schema.json",
582
+ "timeout": 0,
583
+ "sendEmpty": false,
584
+ "sendGetBody": false,
585
+ "requestDatatype": "JSON",
586
+ "responseDatatype": "JSON",
587
+ "headers": {},
588
+ "responseObjects": [
589
+ {
590
+ "type": "default",
591
+ "key": "",
592
+ "mockFile": ""
593
+ }
594
+ ]
595
+ },
596
+ {
597
+ "name": "assetAnalysisGet",
598
+ "protocol": "REST",
599
+ "method": "GET",
600
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/analysis?{query}",
601
+ "requestSchema": "schema.json",
602
+ "responseSchema": "schema.json",
603
+ "timeout": 0,
604
+ "sendEmpty": false,
605
+ "sendGetBody": false,
606
+ "requestDatatype": "JSON",
607
+ "responseDatatype": "JSON",
608
+ "headers": {},
609
+ "responseObjects": [
610
+ {
611
+ "type": "default",
612
+ "key": "",
613
+ "mockFile": ""
614
+ }
615
+ ]
616
+ },
617
+ {
618
+ "name": "assetAnalysisExport",
619
+ "protocol": "REST",
620
+ "method": "POST",
621
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/analysis/export?{query}",
622
+ "requestSchema": "schema.json",
623
+ "responseSchema": "schema.json",
624
+ "timeout": 0,
625
+ "sendEmpty": false,
626
+ "requestDatatype": "JSON",
627
+ "responseDatatype": "JSON",
628
+ "headers": {},
629
+ "responseObjects": [
630
+ {
631
+ "type": "default",
632
+ "key": "",
633
+ "mockFile": ""
634
+ }
635
+ ]
636
+ },
637
+ {
638
+ "name": "assetAnalysisExportGet",
639
+ "protocol": "REST",
640
+ "method": "GET",
641
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/analysis/export/csv/{pathv2}?{query}",
642
+ "requestSchema": "schema.json",
643
+ "responseSchema": "schema.json",
644
+ "timeout": 0,
645
+ "sendEmpty": false,
646
+ "sendGetBody": false,
647
+ "requestDatatype": "JSON",
648
+ "responseDatatype": "JSON",
649
+ "headers": {},
650
+ "responseObjects": [
651
+ {
652
+ "type": "default",
653
+ "key": "",
654
+ "mockFile": ""
655
+ }
656
+ ]
657
+ },
658
+ {
659
+ "name": "assetAuditGet",
660
+ "protocol": "REST",
661
+ "method": "GET",
662
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/audit?{query}",
663
+ "requestSchema": "schema.json",
664
+ "responseSchema": "schema.json",
665
+ "timeout": 0,
666
+ "sendEmpty": false,
667
+ "sendGetBody": false,
668
+ "requestDatatype": "JSON",
669
+ "responseDatatype": "JSON",
670
+ "headers": {},
671
+ "responseObjects": [
672
+ {
673
+ "type": "default",
674
+ "key": "",
675
+ "mockFile": ""
676
+ }
677
+ ]
678
+ },
679
+ {
680
+ "name": "assetAuditExport",
681
+ "protocol": "REST",
682
+ "method": "POST",
683
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/audit/export?{query}",
684
+ "requestSchema": "schema.json",
685
+ "responseSchema": "schema.json",
686
+ "timeout": 0,
687
+ "sendEmpty": false,
688
+ "requestDatatype": "JSON",
689
+ "responseDatatype": "JSON",
690
+ "headers": {},
691
+ "responseObjects": [
692
+ {
693
+ "type": "default",
694
+ "key": "",
695
+ "mockFile": ""
696
+ }
697
+ ]
698
+ },
699
+ {
700
+ "name": "assetAuditExportGet",
701
+ "protocol": "REST",
702
+ "method": "GET",
703
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/audit/export/csv/{pathv2}?{query}",
704
+ "requestSchema": "schema.json",
705
+ "responseSchema": "schema.json",
706
+ "timeout": 0,
707
+ "sendEmpty": false,
708
+ "sendGetBody": false,
709
+ "requestDatatype": "JSON",
710
+ "responseDatatype": "JSON",
711
+ "headers": {},
712
+ "responseObjects": [
713
+ {
714
+ "type": "default",
715
+ "key": "",
716
+ "mockFile": ""
717
+ }
718
+ ]
719
+ },
720
+ {
721
+ "name": "assetAuditsFiltersList",
722
+ "protocol": "REST",
723
+ "method": "GET",
724
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/audit/filters?{query}",
725
+ "requestSchema": "schema.json",
726
+ "responseSchema": "schema.json",
727
+ "timeout": 0,
728
+ "sendEmpty": false,
729
+ "sendGetBody": false,
730
+ "requestDatatype": "JSON",
731
+ "responseDatatype": "JSON",
732
+ "headers": {},
733
+ "responseObjects": [
734
+ {
735
+ "type": "default",
736
+ "key": "",
737
+ "mockFile": ""
738
+ }
739
+ ]
740
+ },
741
+ {
742
+ "name": "assetListeningPortsList",
743
+ "protocol": "REST",
744
+ "method": "GET",
745
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/listening-ports?{query}",
746
+ "requestSchema": "schema.json",
747
+ "responseSchema": "schema.json",
748
+ "timeout": 0,
749
+ "sendEmpty": false,
750
+ "sendGetBody": false,
751
+ "requestDatatype": "JSON",
752
+ "responseDatatype": "JSON",
753
+ "headers": {},
754
+ "responseObjects": [
755
+ {
756
+ "type": "default",
757
+ "key": "",
758
+ "mockFile": ""
759
+ }
760
+ ]
761
+ },
762
+ {
763
+ "name": "assetAssetManagersList",
764
+ "protocol": "REST",
765
+ "method": "GET",
766
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/managers?{query}",
767
+ "requestSchema": "schema.json",
768
+ "responseSchema": "schema.json",
769
+ "timeout": 0,
770
+ "sendEmpty": false,
771
+ "sendGetBody": false,
772
+ "requestDatatype": "JSON",
773
+ "responseDatatype": "JSON",
774
+ "headers": {},
775
+ "responseObjects": [
776
+ {
777
+ "type": "default",
778
+ "key": "",
779
+ "mockFile": ""
780
+ }
781
+ ]
782
+ },
783
+ {
784
+ "name": "assetAssetManagersAdd",
785
+ "protocol": "REST",
786
+ "method": "POST",
787
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/managers?{query}",
788
+ "requestSchema": "schema.json",
789
+ "responseSchema": "schema.json",
790
+ "timeout": 0,
791
+ "sendEmpty": false,
792
+ "requestDatatype": "JSON",
793
+ "responseDatatype": "JSON",
794
+ "headers": {},
795
+ "responseObjects": [
796
+ {
797
+ "type": "default",
798
+ "key": "",
799
+ "mockFile": ""
800
+ }
801
+ ]
802
+ },
803
+ {
804
+ "name": "assetAssetManagersDelete",
805
+ "protocol": "REST",
806
+ "method": "DELETE",
807
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/managers/{pathv2}?{query}",
808
+ "requestSchema": "schema.json",
809
+ "responseSchema": "schema.json",
810
+ "timeout": 0,
811
+ "sendEmpty": false,
812
+ "requestDatatype": "JSON",
813
+ "responseDatatype": "JSON",
814
+ "headers": {},
815
+ "responseObjects": [
816
+ {
817
+ "type": "default",
818
+ "key": "",
819
+ "mockFile": ""
820
+ }
821
+ ]
822
+ },
823
+ {
824
+ "name": "assetAssetManagersCandidatesList",
825
+ "protocol": "REST",
826
+ "method": "GET",
827
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/managers/candidates?{query}",
828
+ "requestSchema": "schema.json",
829
+ "responseSchema": "schema.json",
830
+ "timeout": 0,
831
+ "sendEmpty": false,
832
+ "sendGetBody": false,
833
+ "requestDatatype": "JSON",
834
+ "responseDatatype": "JSON",
835
+ "headers": {},
836
+ "responseObjects": [
837
+ {
838
+ "type": "default",
839
+ "key": "",
840
+ "mockFile": ""
841
+ }
842
+ ]
843
+ },
844
+ {
845
+ "name": "assetIdentityProtect",
846
+ "protocol": "REST",
847
+ "method": "POST",
848
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/identity-actions/protect?{query}",
849
+ "requestSchema": "schema.json",
850
+ "responseSchema": "schema.json",
851
+ "timeout": 0,
852
+ "sendEmpty": false,
853
+ "requestDatatype": "JSON",
854
+ "responseDatatype": "JSON",
855
+ "headers": {},
856
+ "responseObjects": [
857
+ {
858
+ "type": "default",
859
+ "key": "",
860
+ "mockFile": ""
861
+ }
862
+ ]
863
+ },
864
+ {
865
+ "name": "assetIdentityProtectValidate",
866
+ "protocol": "REST",
867
+ "method": "POST",
868
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/identity-actions/protect/validate?{query}",
869
+ "requestSchema": "schema.json",
870
+ "responseSchema": "schema.json",
871
+ "timeout": 0,
872
+ "sendEmpty": false,
873
+ "requestDatatype": "JSON",
874
+ "responseDatatype": "JSON",
875
+ "headers": {},
876
+ "responseObjects": [
877
+ {
878
+ "type": "default",
879
+ "key": "",
880
+ "mockFile": ""
881
+ }
882
+ ]
883
+ },
884
+ {
885
+ "name": "assetIdentityUnprotect",
886
+ "protocol": "REST",
887
+ "method": "POST",
888
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/identity-actions/unprotect?{query}",
889
+ "requestSchema": "schema.json",
890
+ "responseSchema": "schema.json",
891
+ "timeout": 0,
892
+ "sendEmpty": false,
893
+ "requestDatatype": "JSON",
894
+ "responseDatatype": "JSON",
895
+ "headers": {},
896
+ "responseObjects": [
897
+ {
898
+ "type": "default",
899
+ "key": "",
900
+ "mockFile": ""
901
+ }
902
+ ]
903
+ },
904
+ {
905
+ "name": "assetIdentityUnprotectValidate",
906
+ "protocol": "REST",
907
+ "method": "POST",
908
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/identity-actions/unprotect/validate?{query}",
909
+ "requestSchema": "schema.json",
910
+ "responseSchema": "schema.json",
911
+ "timeout": 0,
912
+ "sendEmpty": false,
913
+ "requestDatatype": "JSON",
914
+ "responseDatatype": "JSON",
915
+ "headers": {},
916
+ "responseObjects": [
917
+ {
918
+ "type": "default",
919
+ "key": "",
920
+ "mockFile": ""
921
+ }
922
+ ]
923
+ },
924
+ {
925
+ "name": "assetIdentityRulesList",
926
+ "protocol": "REST",
927
+ "method": "GET",
928
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules?{query}",
929
+ "requestSchema": "schema.json",
930
+ "responseSchema": "schema.json",
931
+ "timeout": 0,
932
+ "sendEmpty": false,
933
+ "sendGetBody": false,
934
+ "requestDatatype": "JSON",
935
+ "responseDatatype": "JSON",
936
+ "headers": {},
937
+ "responseObjects": [
938
+ {
939
+ "type": "default",
940
+ "key": "",
941
+ "mockFile": ""
942
+ }
943
+ ]
944
+ },
945
+ {
946
+ "name": "assetIdentityRulesCreate",
947
+ "protocol": "REST",
948
+ "method": "POST",
949
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules?{query}",
950
+ "requestSchema": "schema.json",
951
+ "responseSchema": "schema.json",
952
+ "timeout": 0,
953
+ "sendEmpty": false,
954
+ "requestDatatype": "JSON",
955
+ "responseDatatype": "JSON",
956
+ "headers": {},
957
+ "responseObjects": [
958
+ {
959
+ "type": "default",
960
+ "key": "",
961
+ "mockFile": ""
962
+ }
963
+ ]
964
+ },
965
+ {
966
+ "name": "assetIdentityRulesAssetsCandidatesList",
967
+ "protocol": "REST",
968
+ "method": "GET",
969
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules/asset-candidates?{query}",
970
+ "requestSchema": "schema.json",
971
+ "responseSchema": "schema.json",
972
+ "timeout": 0,
973
+ "sendEmpty": false,
974
+ "sendGetBody": false,
975
+ "requestDatatype": "JSON",
976
+ "responseDatatype": "JSON",
977
+ "headers": {},
978
+ "responseObjects": [
979
+ {
980
+ "type": "default",
981
+ "key": "",
982
+ "mockFile": ""
983
+ }
984
+ ]
985
+ },
986
+ {
987
+ "name": "assetIdentityRulesExcludedAssetsCandidatesList",
988
+ "protocol": "REST",
989
+ "method": "GET",
990
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules/excluded-asset-candidates?{query}",
991
+ "requestSchema": "schema.json",
992
+ "responseSchema": "schema.json",
993
+ "timeout": 0,
994
+ "sendEmpty": false,
995
+ "sendGetBody": false,
996
+ "requestDatatype": "JSON",
997
+ "responseDatatype": "JSON",
998
+ "headers": {},
999
+ "responseObjects": [
1000
+ {
1001
+ "type": "default",
1002
+ "key": "",
1003
+ "mockFile": ""
1004
+ }
1005
+ ]
1006
+ },
1007
+ {
1008
+ "name": "assetIdentityRulesExport",
1009
+ "protocol": "REST",
1010
+ "method": "POST",
1011
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules/export?{query}",
1012
+ "requestSchema": "schema.json",
1013
+ "responseSchema": "schema.json",
1014
+ "timeout": 0,
1015
+ "sendEmpty": false,
1016
+ "requestDatatype": "JSON",
1017
+ "responseDatatype": "JSON",
1018
+ "headers": {},
1019
+ "responseObjects": [
1020
+ {
1021
+ "type": "default",
1022
+ "key": "",
1023
+ "mockFile": ""
1024
+ }
1025
+ ]
1026
+ },
1027
+ {
1028
+ "name": "assetIdentityRulesExportGet",
1029
+ "protocol": "REST",
1030
+ "method": "GET",
1031
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules/export/csv/{pathv2}?{query}",
1032
+ "requestSchema": "schema.json",
1033
+ "responseSchema": "schema.json",
1034
+ "timeout": 0,
1035
+ "sendEmpty": false,
1036
+ "sendGetBody": false,
1037
+ "requestDatatype": "JSON",
1038
+ "responseDatatype": "JSON",
1039
+ "headers": {},
1040
+ "responseObjects": [
1041
+ {
1042
+ "type": "default",
1043
+ "key": "",
1044
+ "mockFile": ""
1045
+ }
1046
+ ]
1047
+ },
1048
+ {
1049
+ "name": "assetIdentityRulesFiltersList",
1050
+ "protocol": "REST",
1051
+ "method": "GET",
1052
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules/filters?{query}",
1053
+ "requestSchema": "schema.json",
1054
+ "responseSchema": "schema.json",
1055
+ "timeout": 0,
1056
+ "sendEmpty": false,
1057
+ "sendGetBody": false,
1058
+ "requestDatatype": "JSON",
1059
+ "responseDatatype": "JSON",
1060
+ "headers": {},
1061
+ "responseObjects": [
1062
+ {
1063
+ "type": "default",
1064
+ "key": "",
1065
+ "mockFile": ""
1066
+ }
1067
+ ]
1068
+ },
1069
+ {
1070
+ "name": "assetIdentityRulesAssetsCandidatesFiltersList",
1071
+ "protocol": "REST",
1072
+ "method": "GET",
1073
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules/filters/asset-candidates?{query}",
1074
+ "requestSchema": "schema.json",
1075
+ "responseSchema": "schema.json",
1076
+ "timeout": 0,
1077
+ "sendEmpty": false,
1078
+ "sendGetBody": false,
1079
+ "requestDatatype": "JSON",
1080
+ "responseDatatype": "JSON",
1081
+ "headers": {},
1082
+ "responseObjects": [
1083
+ {
1084
+ "type": "default",
1085
+ "key": "",
1086
+ "mockFile": ""
1087
+ }
1088
+ ]
1089
+ },
1090
+ {
1091
+ "name": "assetIdentityRulesUserCandidatesFiltersList",
1092
+ "protocol": "REST",
1093
+ "method": "GET",
1094
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules/filters/user-candidates?{query}",
1095
+ "requestSchema": "schema.json",
1096
+ "responseSchema": "schema.json",
1097
+ "timeout": 0,
1098
+ "sendEmpty": false,
1099
+ "sendGetBody": false,
1100
+ "requestDatatype": "JSON",
1101
+ "responseDatatype": "JSON",
1102
+ "headers": {},
1103
+ "responseObjects": [
1104
+ {
1105
+ "type": "default",
1106
+ "key": "",
1107
+ "mockFile": ""
1108
+ }
1109
+ ]
1110
+ },
1111
+ {
1112
+ "name": "assetIdentityRulesUserCandidatesList",
1113
+ "protocol": "REST",
1114
+ "method": "GET",
1115
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules/user-candidates?{query}",
1116
+ "requestSchema": "schema.json",
1117
+ "responseSchema": "schema.json",
1118
+ "timeout": 0,
1119
+ "sendEmpty": false,
1120
+ "sendGetBody": false,
1121
+ "requestDatatype": "JSON",
1122
+ "responseDatatype": "JSON",
1123
+ "headers": {},
1124
+ "responseObjects": [
1125
+ {
1126
+ "type": "default",
1127
+ "key": "",
1128
+ "mockFile": ""
1129
+ }
1130
+ ]
1131
+ },
1132
+ {
1133
+ "name": "assetIdentityRulesGet",
1134
+ "protocol": "REST",
1135
+ "method": "GET",
1136
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules/{pathv2}?{query}",
1137
+ "requestSchema": "schema.json",
1138
+ "responseSchema": "schema.json",
1139
+ "timeout": 0,
1140
+ "sendEmpty": false,
1141
+ "sendGetBody": false,
1142
+ "requestDatatype": "JSON",
1143
+ "responseDatatype": "JSON",
1144
+ "headers": {},
1145
+ "responseObjects": [
1146
+ {
1147
+ "type": "default",
1148
+ "key": "",
1149
+ "mockFile": ""
1150
+ }
1151
+ ]
1152
+ },
1153
+ {
1154
+ "name": "assetIdentityRulesUpdate",
1155
+ "protocol": "REST",
1156
+ "method": "PUT",
1157
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules/{pathv2}?{query}",
1158
+ "requestSchema": "schema.json",
1159
+ "responseSchema": "schema.json",
1160
+ "timeout": 0,
1161
+ "sendEmpty": false,
1162
+ "requestDatatype": "JSON",
1163
+ "responseDatatype": "JSON",
1164
+ "headers": {},
1165
+ "responseObjects": [
1166
+ {
1167
+ "type": "default",
1168
+ "key": "",
1169
+ "mockFile": ""
1170
+ }
1171
+ ]
1172
+ },
1173
+ {
1174
+ "name": "assetIdentityRulesDelete",
1175
+ "protocol": "REST",
1176
+ "method": "DELETE",
1177
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/identity-rules/{pathv2}?{query}",
1178
+ "requestSchema": "schema.json",
1179
+ "responseSchema": "schema.json",
1180
+ "timeout": 0,
1181
+ "sendEmpty": false,
1182
+ "requestDatatype": "JSON",
1183
+ "responseDatatype": "JSON",
1184
+ "headers": {},
1185
+ "responseObjects": [
1186
+ {
1187
+ "type": "default",
1188
+ "key": "",
1189
+ "mockFile": ""
1190
+ }
1191
+ ]
1192
+ },
1193
+ {
1194
+ "name": "assetMFAInboundPoliciesList",
1195
+ "protocol": "REST",
1196
+ "method": "GET",
1197
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound?{query}",
1198
+ "requestSchema": "schema.json",
1199
+ "responseSchema": "schema.json",
1200
+ "timeout": 0,
1201
+ "sendEmpty": false,
1202
+ "sendGetBody": false,
1203
+ "requestDatatype": "JSON",
1204
+ "responseDatatype": "JSON",
1205
+ "headers": {},
1206
+ "responseObjects": [
1207
+ {
1208
+ "type": "default",
1209
+ "key": "",
1210
+ "mockFile": ""
1211
+ }
1212
+ ]
1213
+ },
1214
+ {
1215
+ "name": "assetMFAInboundPoliciesCreate",
1216
+ "protocol": "REST",
1217
+ "method": "POST",
1218
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound?{query}",
1219
+ "requestSchema": "schema.json",
1220
+ "responseSchema": "schema.json",
1221
+ "timeout": 0,
1222
+ "sendEmpty": false,
1223
+ "requestDatatype": "JSON",
1224
+ "responseDatatype": "JSON",
1225
+ "headers": {},
1226
+ "responseObjects": [
1227
+ {
1228
+ "type": "default",
1229
+ "key": "",
1230
+ "mockFile": ""
1231
+ }
1232
+ ]
1233
+ },
1234
+ {
1235
+ "name": "assetMFAInboundPoliciesGet",
1236
+ "protocol": "REST",
1237
+ "method": "GET",
1238
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/{pathv2}?{query}",
1239
+ "requestSchema": "schema.json",
1240
+ "responseSchema": "schema.json",
1241
+ "timeout": 0,
1242
+ "sendEmpty": false,
1243
+ "sendGetBody": false,
1244
+ "requestDatatype": "JSON",
1245
+ "responseDatatype": "JSON",
1246
+ "headers": {},
1247
+ "responseObjects": [
1248
+ {
1249
+ "type": "default",
1250
+ "key": "",
1251
+ "mockFile": ""
1252
+ }
1253
+ ]
1254
+ },
1255
+ {
1256
+ "name": "assetMFAInboundPoliciesUpdate",
1257
+ "protocol": "REST",
1258
+ "method": "PUT",
1259
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/{pathv2}?{query}",
1260
+ "requestSchema": "schema.json",
1261
+ "responseSchema": "schema.json",
1262
+ "timeout": 0,
1263
+ "sendEmpty": false,
1264
+ "requestDatatype": "JSON",
1265
+ "responseDatatype": "JSON",
1266
+ "headers": {},
1267
+ "responseObjects": [
1268
+ {
1269
+ "type": "default",
1270
+ "key": "",
1271
+ "mockFile": ""
1272
+ }
1273
+ ]
1274
+ },
1275
+ {
1276
+ "name": "assetMFAInboundPoliciesDelete",
1277
+ "protocol": "REST",
1278
+ "method": "DELETE",
1279
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/{pathv2}?{query}",
1280
+ "requestSchema": "schema.json",
1281
+ "responseSchema": "schema.json",
1282
+ "timeout": 0,
1283
+ "sendEmpty": false,
1284
+ "requestDatatype": "JSON",
1285
+ "responseDatatype": "JSON",
1286
+ "headers": {},
1287
+ "responseObjects": [
1288
+ {
1289
+ "type": "default",
1290
+ "key": "",
1291
+ "mockFile": ""
1292
+ }
1293
+ ]
1294
+ },
1295
+ {
1296
+ "name": "assetMFAInboundPoliciesDestinationCandidatesList",
1297
+ "protocol": "REST",
1298
+ "method": "GET",
1299
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/dst-candidates?{query}",
1300
+ "requestSchema": "schema.json",
1301
+ "responseSchema": "schema.json",
1302
+ "timeout": 0,
1303
+ "sendEmpty": false,
1304
+ "sendGetBody": false,
1305
+ "requestDatatype": "JSON",
1306
+ "responseDatatype": "JSON",
1307
+ "headers": {},
1308
+ "responseObjects": [
1309
+ {
1310
+ "type": "default",
1311
+ "key": "",
1312
+ "mockFile": ""
1313
+ }
1314
+ ]
1315
+ },
1316
+ {
1317
+ "name": "assetMFAInboundPoliciesExcludedSourceCandidatesList",
1318
+ "protocol": "REST",
1319
+ "method": "GET",
1320
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/excluded-src-candidates?{query}",
1321
+ "requestSchema": "schema.json",
1322
+ "responseSchema": "schema.json",
1323
+ "timeout": 0,
1324
+ "sendEmpty": false,
1325
+ "sendGetBody": false,
1326
+ "requestDatatype": "JSON",
1327
+ "responseDatatype": "JSON",
1328
+ "headers": {},
1329
+ "responseObjects": [
1330
+ {
1331
+ "type": "default",
1332
+ "key": "",
1333
+ "mockFile": ""
1334
+ }
1335
+ ]
1336
+ },
1337
+ {
1338
+ "name": "assetMFAInboundPoliciesFiltersList",
1339
+ "protocol": "REST",
1340
+ "method": "GET",
1341
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/filters?{query}",
1342
+ "requestSchema": "schema.json",
1343
+ "responseSchema": "schema.json",
1344
+ "timeout": 0,
1345
+ "sendEmpty": false,
1346
+ "sendGetBody": false,
1347
+ "requestDatatype": "JSON",
1348
+ "responseDatatype": "JSON",
1349
+ "headers": {},
1350
+ "responseObjects": [
1351
+ {
1352
+ "type": "default",
1353
+ "key": "",
1354
+ "mockFile": ""
1355
+ }
1356
+ ]
1357
+ },
1358
+ {
1359
+ "name": "assetMFAInboundPoliciesDestinationCandidatesFiltersList",
1360
+ "protocol": "REST",
1361
+ "method": "GET",
1362
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/filters/dst-candidates?{query}",
1363
+ "requestSchema": "schema.json",
1364
+ "responseSchema": "schema.json",
1365
+ "timeout": 0,
1366
+ "sendEmpty": false,
1367
+ "sendGetBody": false,
1368
+ "requestDatatype": "JSON",
1369
+ "responseDatatype": "JSON",
1370
+ "headers": {},
1371
+ "responseObjects": [
1372
+ {
1373
+ "type": "default",
1374
+ "key": "",
1375
+ "mockFile": ""
1376
+ }
1377
+ ]
1378
+ },
1379
+ {
1380
+ "name": "assetMFAInboundPoliciesSourceCandidatesFiltersList",
1381
+ "protocol": "REST",
1382
+ "method": "GET",
1383
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/filters/src-candidates?{query}",
1384
+ "requestSchema": "schema.json",
1385
+ "responseSchema": "schema.json",
1386
+ "timeout": 0,
1387
+ "sendEmpty": false,
1388
+ "sendGetBody": false,
1389
+ "requestDatatype": "JSON",
1390
+ "responseDatatype": "JSON",
1391
+ "headers": {},
1392
+ "responseObjects": [
1393
+ {
1394
+ "type": "default",
1395
+ "key": "",
1396
+ "mockFile": ""
1397
+ }
1398
+ ]
1399
+ },
1400
+ {
1401
+ "name": "assetMFAInboundPoliciesSourceUsersCandidatesFiltersList",
1402
+ "protocol": "REST",
1403
+ "method": "GET",
1404
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/filters/src-users-candidates?{query}",
1405
+ "requestSchema": "schema.json",
1406
+ "responseSchema": "schema.json",
1407
+ "timeout": 0,
1408
+ "sendEmpty": false,
1409
+ "sendGetBody": false,
1410
+ "requestDatatype": "JSON",
1411
+ "responseDatatype": "JSON",
1412
+ "headers": {},
1413
+ "responseObjects": [
1414
+ {
1415
+ "type": "default",
1416
+ "key": "",
1417
+ "mockFile": ""
1418
+ }
1419
+ ]
1420
+ },
1421
+ {
1422
+ "name": "assetMFAInboundPoliciesMFAMethodsList",
1423
+ "protocol": "REST",
1424
+ "method": "GET",
1425
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/mfa-methods?{query}",
1426
+ "requestSchema": "schema.json",
1427
+ "responseSchema": "schema.json",
1428
+ "timeout": 0,
1429
+ "sendEmpty": false,
1430
+ "sendGetBody": false,
1431
+ "requestDatatype": "JSON",
1432
+ "responseDatatype": "JSON",
1433
+ "headers": {},
1434
+ "responseObjects": [
1435
+ {
1436
+ "type": "default",
1437
+ "key": "",
1438
+ "mockFile": ""
1439
+ }
1440
+ ]
1441
+ },
1442
+ {
1443
+ "name": "assetMFAInboundPoliciesSourceCandidatesList",
1444
+ "protocol": "REST",
1445
+ "method": "GET",
1446
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/src-candidates?{query}",
1447
+ "requestSchema": "schema.json",
1448
+ "responseSchema": "schema.json",
1449
+ "timeout": 0,
1450
+ "sendEmpty": false,
1451
+ "sendGetBody": false,
1452
+ "requestDatatype": "JSON",
1453
+ "responseDatatype": "JSON",
1454
+ "headers": {},
1455
+ "responseObjects": [
1456
+ {
1457
+ "type": "default",
1458
+ "key": "",
1459
+ "mockFile": ""
1460
+ }
1461
+ ]
1462
+ },
1463
+ {
1464
+ "name": "assetMFAInboundPoliciesSourceUserCandidatesList",
1465
+ "protocol": "REST",
1466
+ "method": "GET",
1467
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/inbound/src-users-candidates?{query}",
1468
+ "requestSchema": "schema.json",
1469
+ "responseSchema": "schema.json",
1470
+ "timeout": 0,
1471
+ "sendEmpty": false,
1472
+ "sendGetBody": false,
1473
+ "requestDatatype": "JSON",
1474
+ "responseDatatype": "JSON",
1475
+ "headers": {},
1476
+ "responseObjects": [
1477
+ {
1478
+ "type": "default",
1479
+ "key": "",
1480
+ "mockFile": ""
1481
+ }
1482
+ ]
1483
+ },
1484
+ {
1485
+ "name": "assetMFAOutboundPoliciesList",
1486
+ "protocol": "REST",
1487
+ "method": "GET",
1488
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound?{query}",
1489
+ "requestSchema": "schema.json",
1490
+ "responseSchema": "schema.json",
1491
+ "timeout": 0,
1492
+ "sendEmpty": false,
1493
+ "sendGetBody": false,
1494
+ "requestDatatype": "JSON",
1495
+ "responseDatatype": "JSON",
1496
+ "headers": {},
1497
+ "responseObjects": [
1498
+ {
1499
+ "type": "default",
1500
+ "key": "",
1501
+ "mockFile": ""
1502
+ }
1503
+ ]
1504
+ },
1505
+ {
1506
+ "name": "assetMFAOutboundPoliciesCreate",
1507
+ "protocol": "REST",
1508
+ "method": "POST",
1509
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound?{query}",
1510
+ "requestSchema": "schema.json",
1511
+ "responseSchema": "schema.json",
1512
+ "timeout": 0,
1513
+ "sendEmpty": false,
1514
+ "requestDatatype": "JSON",
1515
+ "responseDatatype": "JSON",
1516
+ "headers": {},
1517
+ "responseObjects": [
1518
+ {
1519
+ "type": "default",
1520
+ "key": "",
1521
+ "mockFile": ""
1522
+ }
1523
+ ]
1524
+ },
1525
+ {
1526
+ "name": "assetMFAOutboundPoliciesGet",
1527
+ "protocol": "REST",
1528
+ "method": "GET",
1529
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/{pathv2}?{query}",
1530
+ "requestSchema": "schema.json",
1531
+ "responseSchema": "schema.json",
1532
+ "timeout": 0,
1533
+ "sendEmpty": false,
1534
+ "sendGetBody": false,
1535
+ "requestDatatype": "JSON",
1536
+ "responseDatatype": "JSON",
1537
+ "headers": {},
1538
+ "responseObjects": [
1539
+ {
1540
+ "type": "default",
1541
+ "key": "",
1542
+ "mockFile": ""
1543
+ }
1544
+ ]
1545
+ },
1546
+ {
1547
+ "name": "assetMFAOutboundPoliciesUpdate",
1548
+ "protocol": "REST",
1549
+ "method": "PUT",
1550
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/{pathv2}?{query}",
1551
+ "requestSchema": "schema.json",
1552
+ "responseSchema": "schema.json",
1553
+ "timeout": 0,
1554
+ "sendEmpty": false,
1555
+ "requestDatatype": "JSON",
1556
+ "responseDatatype": "JSON",
1557
+ "headers": {},
1558
+ "responseObjects": [
1559
+ {
1560
+ "type": "default",
1561
+ "key": "",
1562
+ "mockFile": ""
1563
+ }
1564
+ ]
1565
+ },
1566
+ {
1567
+ "name": "assetMFAOutboundPoliciesDelete",
1568
+ "protocol": "REST",
1569
+ "method": "DELETE",
1570
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/{pathv2}?{query}",
1571
+ "requestSchema": "schema.json",
1572
+ "responseSchema": "schema.json",
1573
+ "timeout": 0,
1574
+ "sendEmpty": false,
1575
+ "requestDatatype": "JSON",
1576
+ "responseDatatype": "JSON",
1577
+ "headers": {},
1578
+ "responseObjects": [
1579
+ {
1580
+ "type": "default",
1581
+ "key": "",
1582
+ "mockFile": ""
1583
+ }
1584
+ ]
1585
+ },
1586
+ {
1587
+ "name": "assetMFAOutboundPoliciesDestinationCandidatesList",
1588
+ "protocol": "REST",
1589
+ "method": "GET",
1590
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/dst-candidates?{query}",
1591
+ "requestSchema": "schema.json",
1592
+ "responseSchema": "schema.json",
1593
+ "timeout": 0,
1594
+ "sendEmpty": false,
1595
+ "sendGetBody": false,
1596
+ "requestDatatype": "JSON",
1597
+ "responseDatatype": "JSON",
1598
+ "headers": {},
1599
+ "responseObjects": [
1600
+ {
1601
+ "type": "default",
1602
+ "key": "",
1603
+ "mockFile": ""
1604
+ }
1605
+ ]
1606
+ },
1607
+ {
1608
+ "name": "assetMFAOutboundPoliciesExcludedSourceCandidatesList",
1609
+ "protocol": "REST",
1610
+ "method": "GET",
1611
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/excluded-src-candidates?{query}",
1612
+ "requestSchema": "schema.json",
1613
+ "responseSchema": "schema.json",
1614
+ "timeout": 0,
1615
+ "sendEmpty": false,
1616
+ "sendGetBody": false,
1617
+ "requestDatatype": "JSON",
1618
+ "responseDatatype": "JSON",
1619
+ "headers": {},
1620
+ "responseObjects": [
1621
+ {
1622
+ "type": "default",
1623
+ "key": "",
1624
+ "mockFile": ""
1625
+ }
1626
+ ]
1627
+ },
1628
+ {
1629
+ "name": "assetMFAOutboundPoliciesFiltersGet",
1630
+ "protocol": "REST",
1631
+ "method": "GET",
1632
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/filters?{query}",
1633
+ "requestSchema": "schema.json",
1634
+ "responseSchema": "schema.json",
1635
+ "timeout": 0,
1636
+ "sendEmpty": false,
1637
+ "sendGetBody": false,
1638
+ "requestDatatype": "JSON",
1639
+ "responseDatatype": "JSON",
1640
+ "headers": {},
1641
+ "responseObjects": [
1642
+ {
1643
+ "type": "default",
1644
+ "key": "",
1645
+ "mockFile": ""
1646
+ }
1647
+ ]
1648
+ },
1649
+ {
1650
+ "name": "assetMFAOutboundPoliciesDestinationCandidatesFiltersList",
1651
+ "protocol": "REST",
1652
+ "method": "GET",
1653
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/filters/dst-candidates?{query}",
1654
+ "requestSchema": "schema.json",
1655
+ "responseSchema": "schema.json",
1656
+ "timeout": 0,
1657
+ "sendEmpty": false,
1658
+ "sendGetBody": false,
1659
+ "requestDatatype": "JSON",
1660
+ "responseDatatype": "JSON",
1661
+ "headers": {},
1662
+ "responseObjects": [
1663
+ {
1664
+ "type": "default",
1665
+ "key": "",
1666
+ "mockFile": ""
1667
+ }
1668
+ ]
1669
+ },
1670
+ {
1671
+ "name": "assetMFAOutboundPoliciesSourceCandidatesFiltersList",
1672
+ "protocol": "REST",
1673
+ "method": "GET",
1674
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/filters/src-candidates?{query}",
1675
+ "requestSchema": "schema.json",
1676
+ "responseSchema": "schema.json",
1677
+ "timeout": 0,
1678
+ "sendEmpty": false,
1679
+ "sendGetBody": false,
1680
+ "requestDatatype": "JSON",
1681
+ "responseDatatype": "JSON",
1682
+ "headers": {},
1683
+ "responseObjects": [
1684
+ {
1685
+ "type": "default",
1686
+ "key": "",
1687
+ "mockFile": ""
1688
+ }
1689
+ ]
1690
+ },
1691
+ {
1692
+ "name": "assetMFAOutboundPoliciesSourceUsersCandidatesFiltersList",
1693
+ "protocol": "REST",
1694
+ "method": "GET",
1695
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/filters/src-users-candidates?{query}",
1696
+ "requestSchema": "schema.json",
1697
+ "responseSchema": "schema.json",
1698
+ "timeout": 0,
1699
+ "sendEmpty": false,
1700
+ "sendGetBody": false,
1701
+ "requestDatatype": "JSON",
1702
+ "responseDatatype": "JSON",
1703
+ "headers": {},
1704
+ "responseObjects": [
1705
+ {
1706
+ "type": "default",
1707
+ "key": "",
1708
+ "mockFile": ""
1709
+ }
1710
+ ]
1711
+ },
1712
+ {
1713
+ "name": "assetMFAOutboundPoliciesMFAMethodsList",
1714
+ "protocol": "REST",
1715
+ "method": "GET",
1716
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/mfa-methods?{query}",
1717
+ "requestSchema": "schema.json",
1718
+ "responseSchema": "schema.json",
1719
+ "timeout": 0,
1720
+ "sendEmpty": false,
1721
+ "sendGetBody": false,
1722
+ "requestDatatype": "JSON",
1723
+ "responseDatatype": "JSON",
1724
+ "headers": {},
1725
+ "responseObjects": [
1726
+ {
1727
+ "type": "default",
1728
+ "key": "",
1729
+ "mockFile": ""
1730
+ }
1731
+ ]
1732
+ },
1733
+ {
1734
+ "name": "assetMFAOutboundPoliciesSourceCandidatesList",
1735
+ "protocol": "REST",
1736
+ "method": "GET",
1737
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/src-candidates?{query}",
1738
+ "requestSchema": "schema.json",
1739
+ "responseSchema": "schema.json",
1740
+ "timeout": 0,
1741
+ "sendEmpty": false,
1742
+ "sendGetBody": false,
1743
+ "requestDatatype": "JSON",
1744
+ "responseDatatype": "JSON",
1745
+ "headers": {},
1746
+ "responseObjects": [
1747
+ {
1748
+ "type": "default",
1749
+ "key": "",
1750
+ "mockFile": ""
1751
+ }
1752
+ ]
1753
+ },
1754
+ {
1755
+ "name": "assetMFAOutboundPoliciesSourceUserCandidatesList",
1756
+ "protocol": "REST",
1757
+ "method": "GET",
1758
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/reactive-policies/outbound/src-users-candidates?{query}",
1759
+ "requestSchema": "schema.json",
1760
+ "responseSchema": "schema.json",
1761
+ "timeout": 0,
1762
+ "sendEmpty": false,
1763
+ "sendGetBody": false,
1764
+ "requestDatatype": "JSON",
1765
+ "responseDatatype": "JSON",
1766
+ "headers": {},
1767
+ "responseObjects": [
1768
+ {
1769
+ "type": "default",
1770
+ "key": "",
1771
+ "mockFile": ""
1772
+ }
1773
+ ]
1774
+ },
1775
+ {
1776
+ "name": "assetRPCRulesList",
1777
+ "protocol": "REST",
1778
+ "method": "GET",
1779
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules?{query}",
1780
+ "requestSchema": "schema.json",
1781
+ "responseSchema": "schema.json",
1782
+ "timeout": 0,
1783
+ "sendEmpty": false,
1784
+ "sendGetBody": false,
1785
+ "requestDatatype": "JSON",
1786
+ "responseDatatype": "JSON",
1787
+ "headers": {},
1788
+ "responseObjects": [
1789
+ {
1790
+ "type": "default",
1791
+ "key": "",
1792
+ "mockFile": ""
1793
+ }
1794
+ ]
1795
+ },
1796
+ {
1797
+ "name": "assetRPCRulesCreate",
1798
+ "protocol": "REST",
1799
+ "method": "POST",
1800
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules?{query}",
1801
+ "requestSchema": "schema.json",
1802
+ "responseSchema": "schema.json",
1803
+ "timeout": 0,
1804
+ "sendEmpty": false,
1805
+ "requestDatatype": "JSON",
1806
+ "responseDatatype": "JSON",
1807
+ "headers": {},
1808
+ "responseObjects": [
1809
+ {
1810
+ "type": "default",
1811
+ "key": "",
1812
+ "mockFile": ""
1813
+ }
1814
+ ]
1815
+ },
1816
+ {
1817
+ "name": "assetRPCRuleGet",
1818
+ "protocol": "REST",
1819
+ "method": "GET",
1820
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/{pathv2}?{query}",
1821
+ "requestSchema": "schema.json",
1822
+ "responseSchema": "schema.json",
1823
+ "timeout": 0,
1824
+ "sendEmpty": false,
1825
+ "sendGetBody": false,
1826
+ "requestDatatype": "JSON",
1827
+ "responseDatatype": "JSON",
1828
+ "headers": {},
1829
+ "responseObjects": [
1830
+ {
1831
+ "type": "default",
1832
+ "key": "",
1833
+ "mockFile": ""
1834
+ }
1835
+ ]
1836
+ },
1837
+ {
1838
+ "name": "assetRPCRuleUpdate",
1839
+ "protocol": "REST",
1840
+ "method": "PUT",
1841
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/{pathv2}?{query}",
1842
+ "requestSchema": "schema.json",
1843
+ "responseSchema": "schema.json",
1844
+ "timeout": 0,
1845
+ "sendEmpty": false,
1846
+ "requestDatatype": "JSON",
1847
+ "responseDatatype": "JSON",
1848
+ "headers": {},
1849
+ "responseObjects": [
1850
+ {
1851
+ "type": "default",
1852
+ "key": "",
1853
+ "mockFile": ""
1854
+ }
1855
+ ]
1856
+ },
1857
+ {
1858
+ "name": "assetRPCRuleDelete",
1859
+ "protocol": "REST",
1860
+ "method": "DELETE",
1861
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/{pathv2}?{query}",
1862
+ "requestSchema": "schema.json",
1863
+ "responseSchema": "schema.json",
1864
+ "timeout": 0,
1865
+ "sendEmpty": false,
1866
+ "requestDatatype": "JSON",
1867
+ "responseDatatype": "JSON",
1868
+ "headers": {},
1869
+ "responseObjects": [
1870
+ {
1871
+ "type": "default",
1872
+ "key": "",
1873
+ "mockFile": ""
1874
+ }
1875
+ ]
1876
+ },
1877
+ {
1878
+ "name": "assetRPCRulesExcludedDestinationCandidatesList",
1879
+ "protocol": "REST",
1880
+ "method": "GET",
1881
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/excluded-local-candidates?{query}",
1882
+ "requestSchema": "schema.json",
1883
+ "responseSchema": "schema.json",
1884
+ "timeout": 0,
1885
+ "sendEmpty": false,
1886
+ "sendGetBody": false,
1887
+ "requestDatatype": "JSON",
1888
+ "responseDatatype": "JSON",
1889
+ "headers": {},
1890
+ "responseObjects": [
1891
+ {
1892
+ "type": "default",
1893
+ "key": "",
1894
+ "mockFile": ""
1895
+ }
1896
+ ]
1897
+ },
1898
+ {
1899
+ "name": "assetRPCRulesExport",
1900
+ "protocol": "REST",
1901
+ "method": "POST",
1902
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/export?{query}",
1903
+ "requestSchema": "schema.json",
1904
+ "responseSchema": "schema.json",
1905
+ "timeout": 0,
1906
+ "sendEmpty": false,
1907
+ "requestDatatype": "JSON",
1908
+ "responseDatatype": "JSON",
1909
+ "headers": {},
1910
+ "responseObjects": [
1911
+ {
1912
+ "type": "default",
1913
+ "key": "",
1914
+ "mockFile": ""
1915
+ }
1916
+ ]
1917
+ },
1918
+ {
1919
+ "name": "assetRPCRulesExportGet",
1920
+ "protocol": "REST",
1921
+ "method": "GET",
1922
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/export/csv/{pathv2}?{query}",
1923
+ "requestSchema": "schema.json",
1924
+ "responseSchema": "schema.json",
1925
+ "timeout": 0,
1926
+ "sendEmpty": false,
1927
+ "sendGetBody": false,
1928
+ "requestDatatype": "JSON",
1929
+ "responseDatatype": "JSON",
1930
+ "headers": {},
1931
+ "responseObjects": [
1932
+ {
1933
+ "type": "default",
1934
+ "key": "",
1935
+ "mockFile": ""
1936
+ }
1937
+ ]
1938
+ },
1939
+ {
1940
+ "name": "assetRPCRulesFiltersList",
1941
+ "protocol": "REST",
1942
+ "method": "GET",
1943
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/filters?{query}",
1944
+ "requestSchema": "schema.json",
1945
+ "responseSchema": "schema.json",
1946
+ "timeout": 0,
1947
+ "sendEmpty": false,
1948
+ "sendGetBody": false,
1949
+ "requestDatatype": "JSON",
1950
+ "responseDatatype": "JSON",
1951
+ "headers": {},
1952
+ "responseObjects": [
1953
+ {
1954
+ "type": "default",
1955
+ "key": "",
1956
+ "mockFile": ""
1957
+ }
1958
+ ]
1959
+ },
1960
+ {
1961
+ "name": "assetRPCRulesDesinationCandidatesFiltersList",
1962
+ "protocol": "REST",
1963
+ "method": "GET",
1964
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/filters/local-candidates?{query}",
1965
+ "requestSchema": "schema.json",
1966
+ "responseSchema": "schema.json",
1967
+ "timeout": 0,
1968
+ "sendEmpty": false,
1969
+ "sendGetBody": false,
1970
+ "requestDatatype": "JSON",
1971
+ "responseDatatype": "JSON",
1972
+ "headers": {},
1973
+ "responseObjects": [
1974
+ {
1975
+ "type": "default",
1976
+ "key": "",
1977
+ "mockFile": ""
1978
+ }
1979
+ ]
1980
+ },
1981
+ {
1982
+ "name": "assetRPCRulesSourceCandidatesFiltersList",
1983
+ "protocol": "REST",
1984
+ "method": "GET",
1985
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/filters/remote-candidates?{query}",
1986
+ "requestSchema": "schema.json",
1987
+ "responseSchema": "schema.json",
1988
+ "timeout": 0,
1989
+ "sendEmpty": false,
1990
+ "sendGetBody": false,
1991
+ "requestDatatype": "JSON",
1992
+ "responseDatatype": "JSON",
1993
+ "headers": {},
1994
+ "responseObjects": [
1995
+ {
1996
+ "type": "default",
1997
+ "key": "",
1998
+ "mockFile": ""
1999
+ }
2000
+ ]
2001
+ },
2002
+ {
2003
+ "name": "assetRPCRulesUserCandidatesFiltersList",
2004
+ "protocol": "REST",
2005
+ "method": "GET",
2006
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/filters/user-candidates?{query}",
2007
+ "requestSchema": "schema.json",
2008
+ "responseSchema": "schema.json",
2009
+ "timeout": 0,
2010
+ "sendEmpty": false,
2011
+ "sendGetBody": false,
2012
+ "requestDatatype": "JSON",
2013
+ "responseDatatype": "JSON",
2014
+ "headers": {},
2015
+ "responseObjects": [
2016
+ {
2017
+ "type": "default",
2018
+ "key": "",
2019
+ "mockFile": ""
2020
+ }
2021
+ ]
2022
+ },
2023
+ {
2024
+ "name": "assetRPCRulesDestinationCandidatesList",
2025
+ "protocol": "REST",
2026
+ "method": "GET",
2027
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/local-candidates?{query}",
2028
+ "requestSchema": "schema.json",
2029
+ "responseSchema": "schema.json",
2030
+ "timeout": 0,
2031
+ "sendEmpty": false,
2032
+ "sendGetBody": false,
2033
+ "requestDatatype": "JSON",
2034
+ "responseDatatype": "JSON",
2035
+ "headers": {},
2036
+ "responseObjects": [
2037
+ {
2038
+ "type": "default",
2039
+ "key": "",
2040
+ "mockFile": ""
2041
+ }
2042
+ ]
2043
+ },
2044
+ {
2045
+ "name": "assetRPCRulesSourceCandidatesList",
2046
+ "protocol": "REST",
2047
+ "method": "GET",
2048
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/remote-candidates?{query}",
2049
+ "requestSchema": "schema.json",
2050
+ "responseSchema": "schema.json",
2051
+ "timeout": 0,
2052
+ "sendEmpty": false,
2053
+ "sendGetBody": false,
2054
+ "requestDatatype": "JSON",
2055
+ "responseDatatype": "JSON",
2056
+ "headers": {},
2057
+ "responseObjects": [
2058
+ {
2059
+ "type": "default",
2060
+ "key": "",
2061
+ "mockFile": ""
2062
+ }
2063
+ ]
2064
+ },
2065
+ {
2066
+ "name": "assetRPCRulesUserCandidatesList",
2067
+ "protocol": "REST",
2068
+ "method": "GET",
2069
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rpc-rules/user-candidates?{query}",
2070
+ "requestSchema": "schema.json",
2071
+ "responseSchema": "schema.json",
2072
+ "timeout": 0,
2073
+ "sendEmpty": false,
2074
+ "sendGetBody": false,
2075
+ "requestDatatype": "JSON",
2076
+ "responseDatatype": "JSON",
2077
+ "headers": {},
2078
+ "responseObjects": [
2079
+ {
2080
+ "type": "default",
2081
+ "key": "",
2082
+ "mockFile": ""
2083
+ }
2084
+ ]
2085
+ },
2086
+ {
2087
+ "name": "assetRulesDistributionGet",
2088
+ "protocol": "REST",
2089
+ "method": "GET",
2090
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/distribution/{pathv2}?{query}",
2091
+ "requestSchema": "schema.json",
2092
+ "responseSchema": "schema.json",
2093
+ "timeout": 0,
2094
+ "sendEmpty": false,
2095
+ "sendGetBody": false,
2096
+ "requestDatatype": "JSON",
2097
+ "responseDatatype": "JSON",
2098
+ "headers": {},
2099
+ "responseObjects": [
2100
+ {
2101
+ "type": "default",
2102
+ "key": "",
2103
+ "mockFile": ""
2104
+ }
2105
+ ]
2106
+ },
2107
+ {
2108
+ "name": "assetRulesHistoryGet",
2109
+ "protocol": "REST",
2110
+ "method": "GET",
2111
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/history/{pathv2}?{query}",
2112
+ "requestSchema": "schema.json",
2113
+ "responseSchema": "schema.json",
2114
+ "timeout": 0,
2115
+ "sendEmpty": false,
2116
+ "sendGetBody": false,
2117
+ "requestDatatype": "JSON",
2118
+ "responseDatatype": "JSON",
2119
+ "headers": {},
2120
+ "responseObjects": [
2121
+ {
2122
+ "type": "default",
2123
+ "key": "",
2124
+ "mockFile": ""
2125
+ }
2126
+ ]
2127
+ },
2128
+ {
2129
+ "name": "assetInboundAllowRulesList",
2130
+ "protocol": "REST",
2131
+ "method": "GET",
2132
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow?{query}",
2133
+ "requestSchema": "schema.json",
2134
+ "responseSchema": "schema.json",
2135
+ "timeout": 0,
2136
+ "sendEmpty": false,
2137
+ "sendGetBody": false,
2138
+ "requestDatatype": "JSON",
2139
+ "responseDatatype": "JSON",
2140
+ "headers": {},
2141
+ "responseObjects": [
2142
+ {
2143
+ "type": "default",
2144
+ "key": "",
2145
+ "mockFile": ""
2146
+ }
2147
+ ]
2148
+ },
2149
+ {
2150
+ "name": "assetInboundAllowRulesCreate",
2151
+ "protocol": "REST",
2152
+ "method": "POST",
2153
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow?{query}",
2154
+ "requestSchema": "schema.json",
2155
+ "responseSchema": "schema.json",
2156
+ "timeout": 0,
2157
+ "sendEmpty": false,
2158
+ "requestDatatype": "JSON",
2159
+ "responseDatatype": "JSON",
2160
+ "headers": {},
2161
+ "responseObjects": [
2162
+ {
2163
+ "type": "default",
2164
+ "key": "",
2165
+ "mockFile": ""
2166
+ }
2167
+ ]
2168
+ },
2169
+ {
2170
+ "name": "assetInboundAllowRulesExport",
2171
+ "protocol": "REST",
2172
+ "method": "POST",
2173
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/export?{query}",
2174
+ "requestSchema": "schema.json",
2175
+ "responseSchema": "schema.json",
2176
+ "timeout": 0,
2177
+ "sendEmpty": false,
2178
+ "requestDatatype": "JSON",
2179
+ "responseDatatype": "JSON",
2180
+ "headers": {},
2181
+ "responseObjects": [
2182
+ {
2183
+ "type": "default",
2184
+ "key": "",
2185
+ "mockFile": ""
2186
+ }
2187
+ ]
2188
+ },
2189
+ {
2190
+ "name": "assetInboundAllowRulesExportGet",
2191
+ "protocol": "REST",
2192
+ "method": "GET",
2193
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/export/csv/{pathv2}?{query}",
2194
+ "requestSchema": "schema.json",
2195
+ "responseSchema": "schema.json",
2196
+ "timeout": 0,
2197
+ "sendEmpty": false,
2198
+ "sendGetBody": false,
2199
+ "requestDatatype": "JSON",
2200
+ "responseDatatype": "JSON",
2201
+ "headers": {},
2202
+ "responseObjects": [
2203
+ {
2204
+ "type": "default",
2205
+ "key": "",
2206
+ "mockFile": ""
2207
+ }
2208
+ ]
2209
+ },
2210
+ {
2211
+ "name": "assetInboundAllowRuleGet",
2212
+ "protocol": "REST",
2213
+ "method": "GET",
2214
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/{pathv2}?{query}",
2215
+ "requestSchema": "schema.json",
2216
+ "responseSchema": "schema.json",
2217
+ "timeout": 0,
2218
+ "sendEmpty": false,
2219
+ "sendGetBody": false,
2220
+ "requestDatatype": "JSON",
2221
+ "responseDatatype": "JSON",
2222
+ "headers": {},
2223
+ "responseObjects": [
2224
+ {
2225
+ "type": "default",
2226
+ "key": "",
2227
+ "mockFile": ""
2228
+ }
2229
+ ]
2230
+ },
2231
+ {
2232
+ "name": "assetInboundAllowRuleUpdate",
2233
+ "protocol": "REST",
2234
+ "method": "PUT",
2235
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/{pathv2}?{query}",
2236
+ "requestSchema": "schema.json",
2237
+ "responseSchema": "schema.json",
2238
+ "timeout": 0,
2239
+ "sendEmpty": false,
2240
+ "requestDatatype": "JSON",
2241
+ "responseDatatype": "JSON",
2242
+ "headers": {},
2243
+ "responseObjects": [
2244
+ {
2245
+ "type": "default",
2246
+ "key": "",
2247
+ "mockFile": ""
2248
+ }
2249
+ ]
2250
+ },
2251
+ {
2252
+ "name": "assetInboundAllowRuleDelete",
2253
+ "protocol": "REST",
2254
+ "method": "DELETE",
2255
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/{pathv2}?{query}",
2256
+ "requestSchema": "schema.json",
2257
+ "responseSchema": "schema.json",
2258
+ "timeout": 0,
2259
+ "sendEmpty": false,
2260
+ "requestDatatype": "JSON",
2261
+ "responseDatatype": "JSON",
2262
+ "headers": {},
2263
+ "responseObjects": [
2264
+ {
2265
+ "type": "default",
2266
+ "key": "",
2267
+ "mockFile": ""
2268
+ }
2269
+ ]
2270
+ },
2271
+ {
2272
+ "name": "assetInboundAllowRulesReviewApprove",
2273
+ "protocol": "REST",
2274
+ "method": "PUT",
2275
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/review/approve/{pathv2}?{query}",
2276
+ "requestSchema": "schema.json",
2277
+ "responseSchema": "schema.json",
2278
+ "timeout": 0,
2279
+ "sendEmpty": false,
2280
+ "requestDatatype": "JSON",
2281
+ "responseDatatype": "JSON",
2282
+ "headers": {},
2283
+ "responseObjects": [
2284
+ {
2285
+ "type": "default",
2286
+ "key": "",
2287
+ "mockFile": ""
2288
+ }
2289
+ ]
2290
+ },
2291
+ {
2292
+ "name": "assetInboundAllowRulesReviewApproveWithChanges",
2293
+ "protocol": "REST",
2294
+ "method": "PUT",
2295
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/review/approve-with-changes/{pathv2}?{query}",
2296
+ "requestSchema": "schema.json",
2297
+ "responseSchema": "schema.json",
2298
+ "timeout": 0,
2299
+ "sendEmpty": false,
2300
+ "requestDatatype": "JSON",
2301
+ "responseDatatype": "JSON",
2302
+ "headers": {},
2303
+ "responseObjects": [
2304
+ {
2305
+ "type": "default",
2306
+ "key": "",
2307
+ "mockFile": ""
2308
+ }
2309
+ ]
2310
+ },
2311
+ {
2312
+ "name": "assetInboundAllowRulesReviewDeny",
2313
+ "protocol": "REST",
2314
+ "method": "DELETE",
2315
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/review/reject/{pathv2}?{query}",
2316
+ "requestSchema": "schema.json",
2317
+ "responseSchema": "schema.json",
2318
+ "timeout": 0,
2319
+ "sendEmpty": false,
2320
+ "requestDatatype": "JSON",
2321
+ "responseDatatype": "JSON",
2322
+ "headers": {},
2323
+ "responseObjects": [
2324
+ {
2325
+ "type": "default",
2326
+ "key": "",
2327
+ "mockFile": ""
2328
+ }
2329
+ ]
2330
+ },
2331
+ {
2332
+ "name": "assetInboundAllowRulesFiltersList",
2333
+ "protocol": "REST",
2334
+ "method": "GET",
2335
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/filters?{query}",
2336
+ "requestSchema": "schema.json",
2337
+ "responseSchema": "schema.json",
2338
+ "timeout": 0,
2339
+ "sendEmpty": false,
2340
+ "sendGetBody": false,
2341
+ "requestDatatype": "JSON",
2342
+ "responseDatatype": "JSON",
2343
+ "headers": {},
2344
+ "responseObjects": [
2345
+ {
2346
+ "type": "default",
2347
+ "key": "",
2348
+ "mockFile": ""
2349
+ }
2350
+ ]
2351
+ },
2352
+ {
2353
+ "name": "assetInboundAllowRulesExcludedDestinationCandidatesList",
2354
+ "protocol": "REST",
2355
+ "method": "GET",
2356
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/excluded-local-candidates?{query}",
2357
+ "requestSchema": "schema.json",
2358
+ "responseSchema": "schema.json",
2359
+ "timeout": 0,
2360
+ "sendEmpty": false,
2361
+ "sendGetBody": false,
2362
+ "requestDatatype": "JSON",
2363
+ "responseDatatype": "JSON",
2364
+ "headers": {},
2365
+ "responseObjects": [
2366
+ {
2367
+ "type": "default",
2368
+ "key": "",
2369
+ "mockFile": ""
2370
+ }
2371
+ ]
2372
+ },
2373
+ {
2374
+ "name": "assetInboundAllowRulesDestinationCandidatesList",
2375
+ "protocol": "REST",
2376
+ "method": "GET",
2377
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/local-candidates?{query}",
2378
+ "requestSchema": "schema.json",
2379
+ "responseSchema": "schema.json",
2380
+ "timeout": 0,
2381
+ "sendEmpty": false,
2382
+ "sendGetBody": false,
2383
+ "requestDatatype": "JSON",
2384
+ "responseDatatype": "JSON",
2385
+ "headers": {},
2386
+ "responseObjects": [
2387
+ {
2388
+ "type": "default",
2389
+ "key": "",
2390
+ "mockFile": ""
2391
+ }
2392
+ ]
2393
+ },
2394
+ {
2395
+ "name": "assetInboundAllowRulesDesinationCandidatesFiltersList",
2396
+ "protocol": "REST",
2397
+ "method": "GET",
2398
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/filters/local-candidates?{query}",
2399
+ "requestSchema": "schema.json",
2400
+ "responseSchema": "schema.json",
2401
+ "timeout": 0,
2402
+ "sendEmpty": false,
2403
+ "sendGetBody": false,
2404
+ "requestDatatype": "JSON",
2405
+ "responseDatatype": "JSON",
2406
+ "headers": {},
2407
+ "responseObjects": [
2408
+ {
2409
+ "type": "default",
2410
+ "key": "",
2411
+ "mockFile": ""
2412
+ }
2413
+ ]
2414
+ },
2415
+ {
2416
+ "name": "assetInboundAllowRulesSourceCandidatesList",
2417
+ "protocol": "REST",
2418
+ "method": "GET",
2419
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/remote-candidates?{query}",
2420
+ "requestSchema": "schema.json",
2421
+ "responseSchema": "schema.json",
2422
+ "timeout": 0,
2423
+ "sendEmpty": false,
2424
+ "sendGetBody": false,
2425
+ "requestDatatype": "JSON",
2426
+ "responseDatatype": "JSON",
2427
+ "headers": {},
2428
+ "responseObjects": [
2429
+ {
2430
+ "type": "default",
2431
+ "key": "",
2432
+ "mockFile": ""
2433
+ }
2434
+ ]
2435
+ },
2436
+ {
2437
+ "name": "assetInboundAllowRulesSourceCandidatesFiltersList",
2438
+ "protocol": "REST",
2439
+ "method": "GET",
2440
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-allow/filters/remote-candidates?{query}",
2441
+ "requestSchema": "schema.json",
2442
+ "responseSchema": "schema.json",
2443
+ "timeout": 0,
2444
+ "sendEmpty": false,
2445
+ "sendGetBody": false,
2446
+ "requestDatatype": "JSON",
2447
+ "responseDatatype": "JSON",
2448
+ "headers": {},
2449
+ "responseObjects": [
2450
+ {
2451
+ "type": "default",
2452
+ "key": "",
2453
+ "mockFile": ""
2454
+ }
2455
+ ]
2456
+ },
2457
+ {
2458
+ "name": "assetInboundBlockRulesList",
2459
+ "protocol": "REST",
2460
+ "method": "GET",
2461
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block?{query}",
2462
+ "requestSchema": "schema.json",
2463
+ "responseSchema": "schema.json",
2464
+ "timeout": 0,
2465
+ "sendEmpty": false,
2466
+ "sendGetBody": false,
2467
+ "requestDatatype": "JSON",
2468
+ "responseDatatype": "JSON",
2469
+ "headers": {},
2470
+ "responseObjects": [
2471
+ {
2472
+ "type": "default",
2473
+ "key": "",
2474
+ "mockFile": ""
2475
+ }
2476
+ ]
2477
+ },
2478
+ {
2479
+ "name": "assetInboundBlockRulesCreate",
2480
+ "protocol": "REST",
2481
+ "method": "POST",
2482
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block?{query}",
2483
+ "requestSchema": "schema.json",
2484
+ "responseSchema": "schema.json",
2485
+ "timeout": 0,
2486
+ "sendEmpty": false,
2487
+ "requestDatatype": "JSON",
2488
+ "responseDatatype": "JSON",
2489
+ "headers": {},
2490
+ "responseObjects": [
2491
+ {
2492
+ "type": "default",
2493
+ "key": "",
2494
+ "mockFile": ""
2495
+ }
2496
+ ]
2497
+ },
2498
+ {
2499
+ "name": "assetInboundBlockRulesExport",
2500
+ "protocol": "REST",
2501
+ "method": "POST",
2502
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/export?{query}",
2503
+ "requestSchema": "schema.json",
2504
+ "responseSchema": "schema.json",
2505
+ "timeout": 0,
2506
+ "sendEmpty": false,
2507
+ "requestDatatype": "JSON",
2508
+ "responseDatatype": "JSON",
2509
+ "headers": {},
2510
+ "responseObjects": [
2511
+ {
2512
+ "type": "default",
2513
+ "key": "",
2514
+ "mockFile": ""
2515
+ }
2516
+ ]
2517
+ },
2518
+ {
2519
+ "name": "assetInboundBlockRulesExportGet",
2520
+ "protocol": "REST",
2521
+ "method": "GET",
2522
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/export/csv/{pathv2}?{query}",
2523
+ "requestSchema": "schema.json",
2524
+ "responseSchema": "schema.json",
2525
+ "timeout": 0,
2526
+ "sendEmpty": false,
2527
+ "sendGetBody": false,
2528
+ "requestDatatype": "JSON",
2529
+ "responseDatatype": "JSON",
2530
+ "headers": {},
2531
+ "responseObjects": [
2532
+ {
2533
+ "type": "default",
2534
+ "key": "",
2535
+ "mockFile": ""
2536
+ }
2537
+ ]
2538
+ },
2539
+ {
2540
+ "name": "assetInboundBlockRuleGet",
2541
+ "protocol": "REST",
2542
+ "method": "GET",
2543
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/{pathv2}?{query}",
2544
+ "requestSchema": "schema.json",
2545
+ "responseSchema": "schema.json",
2546
+ "timeout": 0,
2547
+ "sendEmpty": false,
2548
+ "sendGetBody": false,
2549
+ "requestDatatype": "JSON",
2550
+ "responseDatatype": "JSON",
2551
+ "headers": {},
2552
+ "responseObjects": [
2553
+ {
2554
+ "type": "default",
2555
+ "key": "",
2556
+ "mockFile": ""
2557
+ }
2558
+ ]
2559
+ },
2560
+ {
2561
+ "name": "assetInboundBlockRuleUpdate",
2562
+ "protocol": "REST",
2563
+ "method": "PUT",
2564
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/{pathv2}?{query}",
2565
+ "requestSchema": "schema.json",
2566
+ "responseSchema": "schema.json",
2567
+ "timeout": 0,
2568
+ "sendEmpty": false,
2569
+ "requestDatatype": "JSON",
2570
+ "responseDatatype": "JSON",
2571
+ "headers": {},
2572
+ "responseObjects": [
2573
+ {
2574
+ "type": "default",
2575
+ "key": "",
2576
+ "mockFile": ""
2577
+ }
2578
+ ]
2579
+ },
2580
+ {
2581
+ "name": "assetInboundBlockRuleDelete",
2582
+ "protocol": "REST",
2583
+ "method": "DELETE",
2584
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/{pathv2}?{query}",
2585
+ "requestSchema": "schema.json",
2586
+ "responseSchema": "schema.json",
2587
+ "timeout": 0,
2588
+ "sendEmpty": false,
2589
+ "requestDatatype": "JSON",
2590
+ "responseDatatype": "JSON",
2591
+ "headers": {},
2592
+ "responseObjects": [
2593
+ {
2594
+ "type": "default",
2595
+ "key": "",
2596
+ "mockFile": ""
2597
+ }
2598
+ ]
2599
+ },
2600
+ {
2601
+ "name": "assetInboundBlockRulesReviewApprove",
2602
+ "protocol": "REST",
2603
+ "method": "PUT",
2604
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/review/approve/{pathv2}?{query}",
2605
+ "requestSchema": "schema.json",
2606
+ "responseSchema": "schema.json",
2607
+ "timeout": 0,
2608
+ "sendEmpty": false,
2609
+ "requestDatatype": "JSON",
2610
+ "responseDatatype": "JSON",
2611
+ "headers": {},
2612
+ "responseObjects": [
2613
+ {
2614
+ "type": "default",
2615
+ "key": "",
2616
+ "mockFile": ""
2617
+ }
2618
+ ]
2619
+ },
2620
+ {
2621
+ "name": "assetInboundBlockRulesReviewApproveWithChanges",
2622
+ "protocol": "REST",
2623
+ "method": "PUT",
2624
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/review/approve-with-changes/{pathv2}?{query}",
2625
+ "requestSchema": "schema.json",
2626
+ "responseSchema": "schema.json",
2627
+ "timeout": 0,
2628
+ "sendEmpty": false,
2629
+ "requestDatatype": "JSON",
2630
+ "responseDatatype": "JSON",
2631
+ "headers": {},
2632
+ "responseObjects": [
2633
+ {
2634
+ "type": "default",
2635
+ "key": "",
2636
+ "mockFile": ""
2637
+ }
2638
+ ]
2639
+ },
2640
+ {
2641
+ "name": "assetInboundBlockRulesReviewDeny",
2642
+ "protocol": "REST",
2643
+ "method": "DELETE",
2644
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/review/reject/{pathv2}?{query}",
2645
+ "requestSchema": "schema.json",
2646
+ "responseSchema": "schema.json",
2647
+ "timeout": 0,
2648
+ "sendEmpty": false,
2649
+ "requestDatatype": "JSON",
2650
+ "responseDatatype": "JSON",
2651
+ "headers": {},
2652
+ "responseObjects": [
2653
+ {
2654
+ "type": "default",
2655
+ "key": "",
2656
+ "mockFile": ""
2657
+ }
2658
+ ]
2659
+ },
2660
+ {
2661
+ "name": "assetInboundBlockRulesFiltersGet",
2662
+ "protocol": "REST",
2663
+ "method": "GET",
2664
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/filters?{query}",
2665
+ "requestSchema": "schema.json",
2666
+ "responseSchema": "schema.json",
2667
+ "timeout": 0,
2668
+ "sendEmpty": false,
2669
+ "sendGetBody": false,
2670
+ "requestDatatype": "JSON",
2671
+ "responseDatatype": "JSON",
2672
+ "headers": {},
2673
+ "responseObjects": [
2674
+ {
2675
+ "type": "default",
2676
+ "key": "",
2677
+ "mockFile": ""
2678
+ }
2679
+ ]
2680
+ },
2681
+ {
2682
+ "name": "assetInboundBlockRulesExcludedDestinationCandidatesList",
2683
+ "protocol": "REST",
2684
+ "method": "GET",
2685
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/excluded-local-candidates?{query}",
2686
+ "requestSchema": "schema.json",
2687
+ "responseSchema": "schema.json",
2688
+ "timeout": 0,
2689
+ "sendEmpty": false,
2690
+ "sendGetBody": false,
2691
+ "requestDatatype": "JSON",
2692
+ "responseDatatype": "JSON",
2693
+ "headers": {},
2694
+ "responseObjects": [
2695
+ {
2696
+ "type": "default",
2697
+ "key": "",
2698
+ "mockFile": ""
2699
+ }
2700
+ ]
2701
+ },
2702
+ {
2703
+ "name": "assetInboundBlockRulesDestinationCandidatesList",
2704
+ "protocol": "REST",
2705
+ "method": "GET",
2706
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/local-candidates?{query}",
2707
+ "requestSchema": "schema.json",
2708
+ "responseSchema": "schema.json",
2709
+ "timeout": 0,
2710
+ "sendEmpty": false,
2711
+ "sendGetBody": false,
2712
+ "requestDatatype": "JSON",
2713
+ "responseDatatype": "JSON",
2714
+ "headers": {},
2715
+ "responseObjects": [
2716
+ {
2717
+ "type": "default",
2718
+ "key": "",
2719
+ "mockFile": ""
2720
+ }
2721
+ ]
2722
+ },
2723
+ {
2724
+ "name": "assetInboundBlockRulesDestinationCandidatesFiltersList",
2725
+ "protocol": "REST",
2726
+ "method": "GET",
2727
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/filters/local-candidates?{query}",
2728
+ "requestSchema": "schema.json",
2729
+ "responseSchema": "schema.json",
2730
+ "timeout": 0,
2731
+ "sendEmpty": false,
2732
+ "sendGetBody": false,
2733
+ "requestDatatype": "JSON",
2734
+ "responseDatatype": "JSON",
2735
+ "headers": {},
2736
+ "responseObjects": [
2737
+ {
2738
+ "type": "default",
2739
+ "key": "",
2740
+ "mockFile": ""
2741
+ }
2742
+ ]
2743
+ },
2744
+ {
2745
+ "name": "assetInboundBlockRulesSourceCandidatesList",
2746
+ "protocol": "REST",
2747
+ "method": "GET",
2748
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/remote-candidates?{query}",
2749
+ "requestSchema": "schema.json",
2750
+ "responseSchema": "schema.json",
2751
+ "timeout": 0,
2752
+ "sendEmpty": false,
2753
+ "sendGetBody": false,
2754
+ "requestDatatype": "JSON",
2755
+ "responseDatatype": "JSON",
2756
+ "headers": {},
2757
+ "responseObjects": [
2758
+ {
2759
+ "type": "default",
2760
+ "key": "",
2761
+ "mockFile": ""
2762
+ }
2763
+ ]
2764
+ },
2765
+ {
2766
+ "name": "assetInboundBlockRulesSourceCandidatesFiltersList",
2767
+ "protocol": "REST",
2768
+ "method": "GET",
2769
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/inbound-block/filters/remote-candidates?{query}",
2770
+ "requestSchema": "schema.json",
2771
+ "responseSchema": "schema.json",
2772
+ "timeout": 0,
2773
+ "sendEmpty": false,
2774
+ "sendGetBody": false,
2775
+ "requestDatatype": "JSON",
2776
+ "responseDatatype": "JSON",
2777
+ "headers": {},
2778
+ "responseObjects": [
2779
+ {
2780
+ "type": "default",
2781
+ "key": "",
2782
+ "mockFile": ""
2783
+ }
2784
+ ]
2785
+ },
2786
+ {
2787
+ "name": "assetOutboundBlockRulesList",
2788
+ "protocol": "REST",
2789
+ "method": "GET",
2790
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block?{query}",
2791
+ "requestSchema": "schema.json",
2792
+ "responseSchema": "schema.json",
2793
+ "timeout": 0,
2794
+ "sendEmpty": false,
2795
+ "sendGetBody": false,
2796
+ "requestDatatype": "JSON",
2797
+ "responseDatatype": "JSON",
2798
+ "headers": {},
2799
+ "responseObjects": [
2800
+ {
2801
+ "type": "default",
2802
+ "key": "",
2803
+ "mockFile": ""
2804
+ }
2805
+ ]
2806
+ },
2807
+ {
2808
+ "name": "assetOutboundBlockRulesCreate",
2809
+ "protocol": "REST",
2810
+ "method": "POST",
2811
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block?{query}",
2812
+ "requestSchema": "schema.json",
2813
+ "responseSchema": "schema.json",
2814
+ "timeout": 0,
2815
+ "sendEmpty": false,
2816
+ "requestDatatype": "JSON",
2817
+ "responseDatatype": "JSON",
2818
+ "headers": {},
2819
+ "responseObjects": [
2820
+ {
2821
+ "type": "default",
2822
+ "key": "",
2823
+ "mockFile": ""
2824
+ }
2825
+ ]
2826
+ },
2827
+ {
2828
+ "name": "assetOutboundBlockRulesExport",
2829
+ "protocol": "REST",
2830
+ "method": "POST",
2831
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/export?{query}",
2832
+ "requestSchema": "schema.json",
2833
+ "responseSchema": "schema.json",
2834
+ "timeout": 0,
2835
+ "sendEmpty": false,
2836
+ "requestDatatype": "JSON",
2837
+ "responseDatatype": "JSON",
2838
+ "headers": {},
2839
+ "responseObjects": [
2840
+ {
2841
+ "type": "default",
2842
+ "key": "",
2843
+ "mockFile": ""
2844
+ }
2845
+ ]
2846
+ },
2847
+ {
2848
+ "name": "assetOutboundBlockRulesExportGet",
2849
+ "protocol": "REST",
2850
+ "method": "GET",
2851
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/export/csv/{pathv2}?{query}",
2852
+ "requestSchema": "schema.json",
2853
+ "responseSchema": "schema.json",
2854
+ "timeout": 0,
2855
+ "sendEmpty": false,
2856
+ "sendGetBody": false,
2857
+ "requestDatatype": "JSON",
2858
+ "responseDatatype": "JSON",
2859
+ "headers": {},
2860
+ "responseObjects": [
2861
+ {
2862
+ "type": "default",
2863
+ "key": "",
2864
+ "mockFile": ""
2865
+ }
2866
+ ]
2867
+ },
2868
+ {
2869
+ "name": "assetOutboundBlockRuleGet",
2870
+ "protocol": "REST",
2871
+ "method": "GET",
2872
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/{pathv2}?{query}",
2873
+ "requestSchema": "schema.json",
2874
+ "responseSchema": "schema.json",
2875
+ "timeout": 0,
2876
+ "sendEmpty": false,
2877
+ "sendGetBody": false,
2878
+ "requestDatatype": "JSON",
2879
+ "responseDatatype": "JSON",
2880
+ "headers": {},
2881
+ "responseObjects": [
2882
+ {
2883
+ "type": "default",
2884
+ "key": "",
2885
+ "mockFile": ""
2886
+ }
2887
+ ]
2888
+ },
2889
+ {
2890
+ "name": "assetOutboundBlockRuleUpdate",
2891
+ "protocol": "REST",
2892
+ "method": "PUT",
2893
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/{pathv2}?{query}",
2894
+ "requestSchema": "schema.json",
2895
+ "responseSchema": "schema.json",
2896
+ "timeout": 0,
2897
+ "sendEmpty": false,
2898
+ "requestDatatype": "JSON",
2899
+ "responseDatatype": "JSON",
2900
+ "headers": {},
2901
+ "responseObjects": [
2902
+ {
2903
+ "type": "default",
2904
+ "key": "",
2905
+ "mockFile": ""
2906
+ }
2907
+ ]
2908
+ },
2909
+ {
2910
+ "name": "assetOutboundBlockRuleDelete",
2911
+ "protocol": "REST",
2912
+ "method": "DELETE",
2913
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/{pathv2}?{query}",
2914
+ "requestSchema": "schema.json",
2915
+ "responseSchema": "schema.json",
2916
+ "timeout": 0,
2917
+ "sendEmpty": false,
2918
+ "requestDatatype": "JSON",
2919
+ "responseDatatype": "JSON",
2920
+ "headers": {},
2921
+ "responseObjects": [
2922
+ {
2923
+ "type": "default",
2924
+ "key": "",
2925
+ "mockFile": ""
2926
+ }
2927
+ ]
2928
+ },
2929
+ {
2930
+ "name": "assetOutboundBlockRulesReviewApprove",
2931
+ "protocol": "REST",
2932
+ "method": "PUT",
2933
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/review/approve/{pathv2}?{query}",
2934
+ "requestSchema": "schema.json",
2935
+ "responseSchema": "schema.json",
2936
+ "timeout": 0,
2937
+ "sendEmpty": false,
2938
+ "requestDatatype": "JSON",
2939
+ "responseDatatype": "JSON",
2940
+ "headers": {},
2941
+ "responseObjects": [
2942
+ {
2943
+ "type": "default",
2944
+ "key": "",
2945
+ "mockFile": ""
2946
+ }
2947
+ ]
2948
+ },
2949
+ {
2950
+ "name": "assetOutboundBlockRulesReviewApproveWithChanges",
2951
+ "protocol": "REST",
2952
+ "method": "PUT",
2953
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/review/approve-with-changes/{pathv2}?{query}",
2954
+ "requestSchema": "schema.json",
2955
+ "responseSchema": "schema.json",
2956
+ "timeout": 0,
2957
+ "sendEmpty": false,
2958
+ "requestDatatype": "JSON",
2959
+ "responseDatatype": "JSON",
2960
+ "headers": {},
2961
+ "responseObjects": [
2962
+ {
2963
+ "type": "default",
2964
+ "key": "",
2965
+ "mockFile": ""
2966
+ }
2967
+ ]
2968
+ },
2969
+ {
2970
+ "name": "assetOutboundBlockRulesReviewDeny",
2971
+ "protocol": "REST",
2972
+ "method": "DELETE",
2973
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/review/reject/{pathv2}?{query}",
2974
+ "requestSchema": "schema.json",
2975
+ "responseSchema": "schema.json",
2976
+ "timeout": 0,
2977
+ "sendEmpty": false,
2978
+ "requestDatatype": "JSON",
2979
+ "responseDatatype": "JSON",
2980
+ "headers": {},
2981
+ "responseObjects": [
2982
+ {
2983
+ "type": "default",
2984
+ "key": "",
2985
+ "mockFile": ""
2986
+ }
2987
+ ]
2988
+ },
2989
+ {
2990
+ "name": "assetOutboundBlockRulesFiltersList",
2991
+ "protocol": "REST",
2992
+ "method": "GET",
2993
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/filters?{query}",
2994
+ "requestSchema": "schema.json",
2995
+ "responseSchema": "schema.json",
2996
+ "timeout": 0,
2997
+ "sendEmpty": false,
2998
+ "sendGetBody": false,
2999
+ "requestDatatype": "JSON",
3000
+ "responseDatatype": "JSON",
3001
+ "headers": {},
3002
+ "responseObjects": [
3003
+ {
3004
+ "type": "default",
3005
+ "key": "",
3006
+ "mockFile": ""
3007
+ }
3008
+ ]
3009
+ },
3010
+ {
3011
+ "name": "assetOutboundBlockRulesExcludedSourceCandidatesList",
3012
+ "protocol": "REST",
3013
+ "method": "GET",
3014
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/excluded-local-candidates?{query}",
3015
+ "requestSchema": "schema.json",
3016
+ "responseSchema": "schema.json",
3017
+ "timeout": 0,
3018
+ "sendEmpty": false,
3019
+ "sendGetBody": false,
3020
+ "requestDatatype": "JSON",
3021
+ "responseDatatype": "JSON",
3022
+ "headers": {},
3023
+ "responseObjects": [
3024
+ {
3025
+ "type": "default",
3026
+ "key": "",
3027
+ "mockFile": ""
3028
+ }
3029
+ ]
3030
+ },
3031
+ {
3032
+ "name": "assetOutboundBlockRulesSourceCandidatesList",
3033
+ "protocol": "REST",
3034
+ "method": "GET",
3035
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/local-candidates?{query}",
3036
+ "requestSchema": "schema.json",
3037
+ "responseSchema": "schema.json",
3038
+ "timeout": 0,
3039
+ "sendEmpty": false,
3040
+ "sendGetBody": false,
3041
+ "requestDatatype": "JSON",
3042
+ "responseDatatype": "JSON",
3043
+ "headers": {},
3044
+ "responseObjects": [
3045
+ {
3046
+ "type": "default",
3047
+ "key": "",
3048
+ "mockFile": ""
3049
+ }
3050
+ ]
3051
+ },
3052
+ {
3053
+ "name": "assetOutboundBlockRulesSourceCandidatesFiltersList",
3054
+ "protocol": "REST",
3055
+ "method": "GET",
3056
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/filters/local-candidates?{query}",
3057
+ "requestSchema": "schema.json",
3058
+ "responseSchema": "schema.json",
3059
+ "timeout": 0,
3060
+ "sendEmpty": false,
3061
+ "sendGetBody": false,
3062
+ "requestDatatype": "JSON",
3063
+ "responseDatatype": "JSON",
3064
+ "headers": {},
3065
+ "responseObjects": [
3066
+ {
3067
+ "type": "default",
3068
+ "key": "",
3069
+ "mockFile": ""
3070
+ }
3071
+ ]
3072
+ },
3073
+ {
3074
+ "name": "assetOutboundBlockRulesDestinationCandidatesList",
3075
+ "protocol": "REST",
3076
+ "method": "GET",
3077
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/remote-candidates?{query}",
3078
+ "requestSchema": "schema.json",
3079
+ "responseSchema": "schema.json",
3080
+ "timeout": 0,
3081
+ "sendEmpty": false,
3082
+ "sendGetBody": false,
3083
+ "requestDatatype": "JSON",
3084
+ "responseDatatype": "JSON",
3085
+ "headers": {},
3086
+ "responseObjects": [
3087
+ {
3088
+ "type": "default",
3089
+ "key": "",
3090
+ "mockFile": ""
3091
+ }
3092
+ ]
3093
+ },
3094
+ {
3095
+ "name": "assetOutboundBlockRulesDestinationCandidatesFiltersList",
3096
+ "protocol": "REST",
3097
+ "method": "GET",
3098
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound-block/filters/remote-candidates?{query}",
3099
+ "requestSchema": "schema.json",
3100
+ "responseSchema": "schema.json",
3101
+ "timeout": 0,
3102
+ "sendEmpty": false,
3103
+ "sendGetBody": false,
3104
+ "requestDatatype": "JSON",
3105
+ "responseDatatype": "JSON",
3106
+ "headers": {},
3107
+ "responseObjects": [
3108
+ {
3109
+ "type": "default",
3110
+ "key": "",
3111
+ "mockFile": ""
3112
+ }
3113
+ ]
3114
+ },
3115
+ {
3116
+ "name": "assetOutboundAllowRulesList",
3117
+ "protocol": "REST",
3118
+ "method": "GET",
3119
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound?{query}",
3120
+ "requestSchema": "schema.json",
3121
+ "responseSchema": "schema.json",
3122
+ "timeout": 0,
3123
+ "sendEmpty": false,
3124
+ "sendGetBody": false,
3125
+ "requestDatatype": "JSON",
3126
+ "responseDatatype": "JSON",
3127
+ "headers": {},
3128
+ "responseObjects": [
3129
+ {
3130
+ "type": "default",
3131
+ "key": "",
3132
+ "mockFile": ""
3133
+ }
3134
+ ]
3135
+ },
3136
+ {
3137
+ "name": "assetOutboundAllowRulesCreate",
3138
+ "protocol": "REST",
3139
+ "method": "POST",
3140
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound?{query}",
3141
+ "requestSchema": "schema.json",
3142
+ "responseSchema": "schema.json",
3143
+ "timeout": 0,
3144
+ "sendEmpty": false,
3145
+ "requestDatatype": "JSON",
3146
+ "responseDatatype": "JSON",
3147
+ "headers": {},
3148
+ "responseObjects": [
3149
+ {
3150
+ "type": "default",
3151
+ "key": "",
3152
+ "mockFile": ""
3153
+ }
3154
+ ]
3155
+ },
3156
+ {
3157
+ "name": "assetOutboundAllowRulesExport",
3158
+ "protocol": "REST",
3159
+ "method": "POST",
3160
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/export?{query}",
3161
+ "requestSchema": "schema.json",
3162
+ "responseSchema": "schema.json",
3163
+ "timeout": 0,
3164
+ "sendEmpty": false,
3165
+ "requestDatatype": "JSON",
3166
+ "responseDatatype": "JSON",
3167
+ "headers": {},
3168
+ "responseObjects": [
3169
+ {
3170
+ "type": "default",
3171
+ "key": "",
3172
+ "mockFile": ""
3173
+ }
3174
+ ]
3175
+ },
3176
+ {
3177
+ "name": "assetOutboundAllowRulesExportGet",
3178
+ "protocol": "REST",
3179
+ "method": "GET",
3180
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/export/csv/{pathv2}?{query}",
3181
+ "requestSchema": "schema.json",
3182
+ "responseSchema": "schema.json",
3183
+ "timeout": 0,
3184
+ "sendEmpty": false,
3185
+ "sendGetBody": false,
3186
+ "requestDatatype": "JSON",
3187
+ "responseDatatype": "JSON",
3188
+ "headers": {},
3189
+ "responseObjects": [
3190
+ {
3191
+ "type": "default",
3192
+ "key": "",
3193
+ "mockFile": ""
3194
+ }
3195
+ ]
3196
+ },
3197
+ {
3198
+ "name": "assetOutboundAllowRuleGet",
3199
+ "protocol": "REST",
3200
+ "method": "GET",
3201
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/{pathv2}?{query}",
3202
+ "requestSchema": "schema.json",
3203
+ "responseSchema": "schema.json",
3204
+ "timeout": 0,
3205
+ "sendEmpty": false,
3206
+ "sendGetBody": false,
3207
+ "requestDatatype": "JSON",
3208
+ "responseDatatype": "JSON",
3209
+ "headers": {},
3210
+ "responseObjects": [
3211
+ {
3212
+ "type": "default",
3213
+ "key": "",
3214
+ "mockFile": ""
3215
+ }
3216
+ ]
3217
+ },
3218
+ {
3219
+ "name": "assetOutboundAllowRuleUpdate",
3220
+ "protocol": "REST",
3221
+ "method": "PUT",
3222
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/{pathv2}?{query}",
3223
+ "requestSchema": "schema.json",
3224
+ "responseSchema": "schema.json",
3225
+ "timeout": 0,
3226
+ "sendEmpty": false,
3227
+ "requestDatatype": "JSON",
3228
+ "responseDatatype": "JSON",
3229
+ "headers": {},
3230
+ "responseObjects": [
3231
+ {
3232
+ "type": "default",
3233
+ "key": "",
3234
+ "mockFile": ""
3235
+ }
3236
+ ]
3237
+ },
3238
+ {
3239
+ "name": "assetOutboundAllowRuleDelete",
3240
+ "protocol": "REST",
3241
+ "method": "DELETE",
3242
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/{pathv2}?{query}",
3243
+ "requestSchema": "schema.json",
3244
+ "responseSchema": "schema.json",
3245
+ "timeout": 0,
3246
+ "sendEmpty": false,
3247
+ "requestDatatype": "JSON",
3248
+ "responseDatatype": "JSON",
3249
+ "headers": {},
3250
+ "responseObjects": [
3251
+ {
3252
+ "type": "default",
3253
+ "key": "",
3254
+ "mockFile": ""
3255
+ }
3256
+ ]
3257
+ },
3258
+ {
3259
+ "name": "assetOutboundAllowRulesReviewApprove",
3260
+ "protocol": "REST",
3261
+ "method": "PUT",
3262
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/review/approve/{pathv2}?{query}",
3263
+ "requestSchema": "schema.json",
3264
+ "responseSchema": "schema.json",
3265
+ "timeout": 0,
3266
+ "sendEmpty": false,
3267
+ "requestDatatype": "JSON",
3268
+ "responseDatatype": "JSON",
3269
+ "headers": {},
3270
+ "responseObjects": [
3271
+ {
3272
+ "type": "default",
3273
+ "key": "",
3274
+ "mockFile": ""
3275
+ }
3276
+ ]
3277
+ },
3278
+ {
3279
+ "name": "assetOutboundAllowRulesReviewApproveWithChanges",
3280
+ "protocol": "REST",
3281
+ "method": "PUT",
3282
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/review/approve-with-changes/{pathv2}?{query}",
3283
+ "requestSchema": "schema.json",
3284
+ "responseSchema": "schema.json",
3285
+ "timeout": 0,
3286
+ "sendEmpty": false,
3287
+ "requestDatatype": "JSON",
3288
+ "responseDatatype": "JSON",
3289
+ "headers": {},
3290
+ "responseObjects": [
3291
+ {
3292
+ "type": "default",
3293
+ "key": "",
3294
+ "mockFile": ""
3295
+ }
3296
+ ]
3297
+ },
3298
+ {
3299
+ "name": "assetOutboundAllowRulesReviewDeny",
3300
+ "protocol": "REST",
3301
+ "method": "DELETE",
3302
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/review/reject/{pathv2}?{query}",
3303
+ "requestSchema": "schema.json",
3304
+ "responseSchema": "schema.json",
3305
+ "timeout": 0,
3306
+ "sendEmpty": false,
3307
+ "requestDatatype": "JSON",
3308
+ "responseDatatype": "JSON",
3309
+ "headers": {},
3310
+ "responseObjects": [
3311
+ {
3312
+ "type": "default",
3313
+ "key": "",
3314
+ "mockFile": ""
3315
+ }
3316
+ ]
3317
+ },
3318
+ {
3319
+ "name": "assetOutboundAllowRulesFiltersList",
3320
+ "protocol": "REST",
3321
+ "method": "GET",
3322
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/filters?{query}",
3323
+ "requestSchema": "schema.json",
3324
+ "responseSchema": "schema.json",
3325
+ "timeout": 0,
3326
+ "sendEmpty": false,
3327
+ "sendGetBody": false,
3328
+ "requestDatatype": "JSON",
3329
+ "responseDatatype": "JSON",
3330
+ "headers": {},
3331
+ "responseObjects": [
3332
+ {
3333
+ "type": "default",
3334
+ "key": "",
3335
+ "mockFile": ""
3336
+ }
3337
+ ]
3338
+ },
3339
+ {
3340
+ "name": "assetOutboundAllowRulesExcludedSourceCandidatesList",
3341
+ "protocol": "REST",
3342
+ "method": "GET",
3343
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/excluded-local-candidates?{query}",
3344
+ "requestSchema": "schema.json",
3345
+ "responseSchema": "schema.json",
3346
+ "timeout": 0,
3347
+ "sendEmpty": false,
3348
+ "sendGetBody": false,
3349
+ "requestDatatype": "JSON",
3350
+ "responseDatatype": "JSON",
3351
+ "headers": {},
3352
+ "responseObjects": [
3353
+ {
3354
+ "type": "default",
3355
+ "key": "",
3356
+ "mockFile": ""
3357
+ }
3358
+ ]
3359
+ },
3360
+ {
3361
+ "name": "assetOutboundAllowRulesExcludedSourceCandidatesFiltersList",
3362
+ "protocol": "REST",
3363
+ "method": "GET",
3364
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/filters/excluded-local-candidates?{query}",
3365
+ "requestSchema": "schema.json",
3366
+ "responseSchema": "schema.json",
3367
+ "timeout": 0,
3368
+ "sendEmpty": false,
3369
+ "sendGetBody": false,
3370
+ "requestDatatype": "JSON",
3371
+ "responseDatatype": "JSON",
3372
+ "headers": {},
3373
+ "responseObjects": [
3374
+ {
3375
+ "type": "default",
3376
+ "key": "",
3377
+ "mockFile": ""
3378
+ }
3379
+ ]
3380
+ },
3381
+ {
3382
+ "name": "assetOutboundAllowRulesSourceCandidatesList",
3383
+ "protocol": "REST",
3384
+ "method": "GET",
3385
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/local-candidates?{query}",
3386
+ "requestSchema": "schema.json",
3387
+ "responseSchema": "schema.json",
3388
+ "timeout": 0,
3389
+ "sendEmpty": false,
3390
+ "sendGetBody": false,
3391
+ "requestDatatype": "JSON",
3392
+ "responseDatatype": "JSON",
3393
+ "headers": {},
3394
+ "responseObjects": [
3395
+ {
3396
+ "type": "default",
3397
+ "key": "",
3398
+ "mockFile": ""
3399
+ }
3400
+ ]
3401
+ },
3402
+ {
3403
+ "name": "assetOutboundAllowRulesSourceCandidatesFiltersList",
3404
+ "protocol": "REST",
3405
+ "method": "GET",
3406
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/filters/local-candidates?{query}",
3407
+ "requestSchema": "schema.json",
3408
+ "responseSchema": "schema.json",
3409
+ "timeout": 0,
3410
+ "sendEmpty": false,
3411
+ "sendGetBody": false,
3412
+ "requestDatatype": "JSON",
3413
+ "responseDatatype": "JSON",
3414
+ "headers": {},
3415
+ "responseObjects": [
3416
+ {
3417
+ "type": "default",
3418
+ "key": "",
3419
+ "mockFile": ""
3420
+ }
3421
+ ]
3422
+ },
3423
+ {
3424
+ "name": "assetOutboundAllowRulesDestinationCandidatesList",
3425
+ "protocol": "REST",
3426
+ "method": "GET",
3427
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/remote-candidates?{query}",
3428
+ "requestSchema": "schema.json",
3429
+ "responseSchema": "schema.json",
3430
+ "timeout": 0,
3431
+ "sendEmpty": false,
3432
+ "sendGetBody": false,
3433
+ "requestDatatype": "JSON",
3434
+ "responseDatatype": "JSON",
3435
+ "headers": {},
3436
+ "responseObjects": [
3437
+ {
3438
+ "type": "default",
3439
+ "key": "",
3440
+ "mockFile": ""
3441
+ }
3442
+ ]
3443
+ },
3444
+ {
3445
+ "name": "assetOutboundAllowRulesDestinationCandidatesFiltersList",
3446
+ "protocol": "REST",
3447
+ "method": "GET",
3448
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/protection/rules/outbound/filters/remote-candidates?{query}",
3449
+ "requestSchema": "schema.json",
3450
+ "responseSchema": "schema.json",
3451
+ "timeout": 0,
3452
+ "sendEmpty": false,
3453
+ "sendGetBody": false,
3454
+ "requestDatatype": "JSON",
3455
+ "responseDatatype": "JSON",
3456
+ "headers": {},
3457
+ "responseObjects": [
3458
+ {
3459
+ "type": "default",
3460
+ "key": "",
3461
+ "mockFile": ""
3462
+ }
3463
+ ]
3464
+ },
3465
+ {
3466
+ "name": "assetTagsGet",
3467
+ "protocol": "REST",
3468
+ "method": "GET",
3469
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/tags?{query}",
3470
+ "requestSchema": "schema.json",
3471
+ "responseSchema": "schema.json",
3472
+ "timeout": 0,
3473
+ "sendEmpty": false,
3474
+ "sendGetBody": false,
3475
+ "requestDatatype": "JSON",
3476
+ "responseDatatype": "JSON",
3477
+ "headers": {},
3478
+ "responseObjects": [
3479
+ {
3480
+ "type": "default",
3481
+ "key": "",
3482
+ "mockFile": ""
3483
+ }
3484
+ ]
3485
+ },
3486
+ {
3487
+ "name": "assetClusterInfoGet",
3488
+ "protocol": "REST",
3489
+ "method": "GET",
3490
+ "entitypath": "{base_path}/{version}/assets/{pathv1}/cluster-info?{query}",
3491
+ "requestSchema": "schema.json",
3492
+ "responseSchema": "schema.json",
3493
+ "timeout": 0,
3494
+ "sendEmpty": false,
3495
+ "sendGetBody": false,
3496
+ "requestDatatype": "JSON",
3497
+ "responseDatatype": "JSON",
3498
+ "headers": {},
3499
+ "responseObjects": [
3500
+ {
3501
+ "type": "default",
3502
+ "key": "",
3503
+ "mockFile": ""
3504
+ }
3505
+ ]
3506
+ },
3507
+ {
3508
+ "name": "assetOtExtendNetworkQueue",
3509
+ "protocol": "REST",
3510
+ "method": "PUT",
3511
+ "entitypath": "{base_path}/{version}/assets/ot/{pathv1}/actions/queue?{query}",
3512
+ "requestSchema": "schema.json",
3513
+ "responseSchema": "schema.json",
3514
+ "timeout": 0,
3515
+ "sendEmpty": false,
3516
+ "requestDatatype": "JSON",
3517
+ "responseDatatype": "JSON",
3518
+ "headers": {},
3519
+ "responseObjects": [
3520
+ {
3521
+ "type": "default",
3522
+ "key": "",
3523
+ "mockFile": ""
3524
+ }
3525
+ ]
3526
+ }
3527
+ ]
3528
+ }