@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,241 @@
1
+ {
2
+ "$id": "schema.json",
3
+ "type": "object",
4
+ "schema": "http://json-schema.org/draft-07/schema#",
5
+ "translate": true,
6
+ "dynamicfields": true,
7
+ "properties": {
8
+ "ph_request_type": {
9
+ "type": "string",
10
+ "description": "type of request (internal to adapter)",
11
+ "default": "groupGet",
12
+ "enum": [
13
+ "groupGet",
14
+ "groupMemberOfGet",
15
+ "groupAuditGet",
16
+ "postGroupsGroupTypeGroupIdAuditExport",
17
+ "groupsAuditExportGet",
18
+ "groupsAuditsFiltersList",
19
+ "groupsAssetManagersList",
20
+ "groupsAssetManagersAdd",
21
+ "groupsAssetManagersCandidatesList",
22
+ "groupsAssetManagersDelete",
23
+ "groupsManagedAssetsList",
24
+ "groupsManagedAssetsAdd",
25
+ "groupsManagedAssetsCandidatesList",
26
+ "groupsManagedAssetsDelete",
27
+ "groupsIdentityRulesList",
28
+ "groupsIdentityRulesCreate",
29
+ "groupsIdentityRulesAssetsCandidatesList",
30
+ "groupsIdentityRulesExcludedAssetsCandidatesList",
31
+ "groupsIdentityRulesExport",
32
+ "groupsIdentityRulesExportGet",
33
+ "groupsIdentityRulesFiltersList",
34
+ "groupsIdentityRulesAssetsCandidatesFiltersList",
35
+ "groupsIdentityRulesUserCandidatesFiltersList",
36
+ "groupsIdentityRulesUserCandidatesList",
37
+ "groupsIdentityRulesGet",
38
+ "groupsIdentityRulesUpdate",
39
+ "groupsIdentityRulesDelete",
40
+ "groupsMFAInboundPoliciesList",
41
+ "groupsMFAInboundPoliciesCreate",
42
+ "groupsMFAInboundPoliciesDestinationCandidatesList",
43
+ "groupsMFAInboundPoliciesExcludedSourceCandidatesList",
44
+ "groupsMFAInboundPoliciesFiltersList",
45
+ "groupsMFAInboundPoliciesDestinationCandidatesFiltersList",
46
+ "groupsMFAInboundPoliciesSourceCandidatesFiltersList",
47
+ "groupsMFAInboundPoliciesSourceUsersCandidatesFiltersList",
48
+ "groupsMFAInboundPoliciesMFAMethodsList",
49
+ "groupsMFAInboundPoliciesSourceCandidatesList",
50
+ "groupsMFAInboundPoliciesSourceUserCandidatesList",
51
+ "groupsMFAInboundPoliciesGet",
52
+ "groupsMFAInboundPoliciesUpdate",
53
+ "groupsMFAInboundPoliciesDelete",
54
+ "groupsMFAOutboundPoliciesList",
55
+ "groupsMFAOutboundPoliciesCreate",
56
+ "groupsMFAOutboundPoliciesDestinationCandidatesList",
57
+ "groupsMFAOutboundPoliciesExcludedSourceCandidatesList",
58
+ "groupsMFAOutboundPoliciesFiltersGet",
59
+ "groupsMFAOutboundPoliciesDestinationCandidatesFiltersList",
60
+ "groupsMFAOutboundPoliciesSourceCandidatesFiltersList",
61
+ "groupsMFAOutboundPoliciesSourceUsersCandidatesFiltersList",
62
+ "groupsMFAOutboundPoliciesMFAMethodsList",
63
+ "groupsMFAOutboundPoliciesSourceCandidatesList",
64
+ "groupsMFAOutboundPoliciesSourceUserCandidatesList",
65
+ "groupsMFAOutboundPoliciesGet",
66
+ "groupsMFAOutboundPoliciesUpdate",
67
+ "groupsMFAOutboundPoliciesDelete",
68
+ "groupsRulesDistributionGet",
69
+ "groupsRulesHistoryGet",
70
+ "groupsInboundAllowRulesList",
71
+ "groupsInboundAllowRulesCreate",
72
+ "groupsInboundAllowRulesExport",
73
+ "groupsInboundAllowRulesExportGet",
74
+ "groupsInboundAllowRulesExcludedDestinationCandidatesList",
75
+ "groupsInboundAllowRulesFiltersList",
76
+ "groupsInboundAllowRulesSourceCandidatesFiltersList",
77
+ "groupsInboundAllowRulesDesinationCandidatesFiltersList",
78
+ "groupsInboundAllowRulesDestinationCandidatesList",
79
+ "groupsInboundAllowRulesSourceCandidatesList",
80
+ "groupsInboundAllowRulesReviewApprove",
81
+ "groupsInboundAllowRulesReviewApproveWithChanges",
82
+ "groupsInboundAllowRulesReviewDeny",
83
+ "groupsInboundAllowRuleGet",
84
+ "groupsInboundAllowRuleUpdate",
85
+ "groupsInboundAllowRuleDelete",
86
+ "groupsInboundBlockRulesList",
87
+ "groupsInboundBlockRulesCreate",
88
+ "groupsInboundBlockRulesExport",
89
+ "groupsInboundBlockRulesExportGet",
90
+ "groupsInboundBlockRulesExcludedDestinationCandidatesList",
91
+ "groupsInboundBlockRulesFiltersGet",
92
+ "groupsInboundBlockRulesDestinationCandidatesFiltersList",
93
+ "groupsInboundBlockRulesSourceCandidatesFiltersList",
94
+ "groupsInboundBlockRulesDestinationCandidatesList",
95
+ "groupsInboundBlockRulesSourceCandidatesList",
96
+ "groupsInboundBlockRulesReviewApprove",
97
+ "groupsInboundBlockRulesReviewApproveWithChanges",
98
+ "groupsInboundBlockRulesReviewDeny",
99
+ "groupsInboundBlockRuleGet",
100
+ "groupsInboundBlockRuleUpdate",
101
+ "groupsInboundBlockRuleDelete",
102
+ "groupsOutboundBlockRulesList",
103
+ "groupsOutboundBlockRulesCreate",
104
+ "groupsOutboundBlockRulesExport",
105
+ "groupsOutboundBlockRulesExportGet",
106
+ "groupsOutboundBlockRulesExcludedSourceCandidatesList",
107
+ "groupsOutboundBlockRulesFiltersList",
108
+ "groupsOutboundBlockRulesSourceCandidatesFiltersList",
109
+ "groupsOutboundBlockRulesDestinationCandidatesFiltersList",
110
+ "groupsOutboundBlockRulesSourceCandidatesList",
111
+ "groupsOutboundBlockRulesDestinationCandidatesList",
112
+ "groupsOutboundBlockRulesReviewApprove",
113
+ "groupsOutboundBlockRulesReviewApproveWithChanges",
114
+ "groupsOutboundBlockRulesReviewDeny",
115
+ "groupsOutboundBlockRuleGet",
116
+ "groupsOutboundBlockRuleUpdate",
117
+ "groupsOutboundBlockRuleDelete",
118
+ "groupsOutboundAllowRulesList",
119
+ "groupsOutboundAllowRulesCreate",
120
+ "groupsOutboundAllowRulesExport",
121
+ "groupsOutboundAllowRulesExportGet",
122
+ "groupsOutboundAllowRulesExcludedSourceCandidatesList",
123
+ "groupsOutboundAllowRulesFiltersList",
124
+ "groupsOutboundAllowRulesExcludedSourceCandidatesFiltersList",
125
+ "groupsOutboundAllowRulesSourceCandidatesFiltersList",
126
+ "groupsOutboundAllowRulesDestinationCandidatesFiltersList",
127
+ "groupsOutboundAllowRulesSourceCandidatesList",
128
+ "groupsOutboundAllowRulesDestinationCandidatesList",
129
+ "groupsOutboundAllowRulesReviewApprove",
130
+ "groupsOutboundAllowRulesReviewApproveWithChanges",
131
+ "groupsOutboundAllowRulesReviewDeny",
132
+ "groupsOutboundAllowRuleGet",
133
+ "groupsOutboundAllowRuleUpdate",
134
+ "groupsOutboundAllowRuleDelete",
135
+ "groupsMembersList",
136
+ "groupSuccessorsFiltersList"
137
+ ],
138
+ "external_name": "ph_request_type"
139
+ },
140
+ "cursor": {
141
+ "type": "number",
142
+ "description": "cursor position to start at",
143
+ "parse": false,
144
+ "encode": false,
145
+ "encrypt": {
146
+ "type": "AES",
147
+ "key": ""
148
+ },
149
+ "external_name": "_cursor"
150
+ },
151
+ "search": {
152
+ "type": "string",
153
+ "description": "Test to search for",
154
+ "parse": false,
155
+ "encode": false,
156
+ "encrypt": {
157
+ "type": "AES",
158
+ "key": ""
159
+ },
160
+ "external_name": "_search"
161
+ },
162
+ "limit": {
163
+ "type": "number",
164
+ "description": "Limit the return results",
165
+ "parse": false,
166
+ "encode": false,
167
+ "encrypt": {
168
+ "type": "AES",
169
+ "key": ""
170
+ },
171
+ "external_name": "_limit"
172
+ },
173
+ "offset": {
174
+ "type": "number",
175
+ "description": "Used to page through results",
176
+ "parse": false,
177
+ "encode": false,
178
+ "encrypt": {
179
+ "type": "AES",
180
+ "key": ""
181
+ },
182
+ "external_name": "_offset"
183
+ },
184
+ "withCount": {
185
+ "type": "boolean",
186
+ "description": "return count of objects",
187
+ "parse": false,
188
+ "encode": false,
189
+ "encrypt": {
190
+ "type": "AES",
191
+ "key": ""
192
+ },
193
+ "external_name": "with_count"
194
+ },
195
+ "filters": {
196
+ "type": "string",
197
+ "description": "JSON string URI encoded set of fiters",
198
+ "parse": false,
199
+ "encode": false,
200
+ "encrypt": {
201
+ "type": "AES",
202
+ "key": ""
203
+ },
204
+ "external_name": "_filters"
205
+ },
206
+ "addBuiltins": {
207
+ "type": "boolean",
208
+ "description": "show global rules",
209
+ "parse": false,
210
+ "encode": false,
211
+ "encrypt": {
212
+ "type": "AES",
213
+ "key": ""
214
+ },
215
+ "external_name": "_add_builtins"
216
+ },
217
+ "addAncestors": {
218
+ "type": "boolean",
219
+ "description": "show rules where the asset is part of a group",
220
+ "parse": false,
221
+ "encode": false,
222
+ "encrypt": {
223
+ "type": "AES",
224
+ "key": ""
225
+ },
226
+ "external_name": "_add_ancestors"
227
+ },
228
+ "entityId": {
229
+ "type": "string",
230
+ "description": "entityId to filter on",
231
+ "parse": false,
232
+ "encode": false,
233
+ "encrypt": {
234
+ "type": "AES",
235
+ "key": ""
236
+ },
237
+ "external_name": "_entityId"
238
+ }
239
+ },
240
+ "definitions": {}
241
+ }
@@ -0,0 +1,378 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "groupsList",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/groups?{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": "groupsStatisticsGet",
26
+ "protocol": "REST",
27
+ "method": "GET",
28
+ "entitypath": "{base_path}/{version}/groups/statistics?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "sendGetBody": false,
34
+ "requestDatatype": "JSON",
35
+ "responseDatatype": "JSON",
36
+ "headers": {},
37
+ "responseObjects": [
38
+ {
39
+ "type": "default",
40
+ "key": "",
41
+ "mockFile": ""
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "name": "groupsByTypeList",
47
+ "protocol": "REST",
48
+ "method": "GET",
49
+ "entitypath": "{base_path}/{version}/groups/{pathv1}?{query}",
50
+ "requestSchema": "schema.json",
51
+ "responseSchema": "schema.json",
52
+ "timeout": 0,
53
+ "sendEmpty": false,
54
+ "sendGetBody": false,
55
+ "requestDatatype": "JSON",
56
+ "responseDatatype": "JSON",
57
+ "headers": {},
58
+ "responseObjects": [
59
+ {
60
+ "type": "default",
61
+ "key": "",
62
+ "mockFile": ""
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "name": "groupsRPCRulesList",
68
+ "protocol": "REST",
69
+ "method": "GET",
70
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules?{query}",
71
+ "requestSchema": "schema.json",
72
+ "responseSchema": "schema.json",
73
+ "timeout": 0,
74
+ "sendEmpty": false,
75
+ "sendGetBody": false,
76
+ "requestDatatype": "JSON",
77
+ "responseDatatype": "JSON",
78
+ "headers": {},
79
+ "responseObjects": [
80
+ {
81
+ "type": "default",
82
+ "key": "",
83
+ "mockFile": ""
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "name": "groupsRPCRulesCreate",
89
+ "protocol": "REST",
90
+ "method": "POST",
91
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules?{query}",
92
+ "requestSchema": "schema.json",
93
+ "responseSchema": "schema.json",
94
+ "timeout": 0,
95
+ "sendEmpty": false,
96
+ "requestDatatype": "JSON",
97
+ "responseDatatype": "JSON",
98
+ "headers": {},
99
+ "responseObjects": [
100
+ {
101
+ "type": "default",
102
+ "key": "",
103
+ "mockFile": ""
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "name": "groupsRPCRuleGet",
109
+ "protocol": "REST",
110
+ "method": "GET",
111
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules/{pathv3}?{query}",
112
+ "requestSchema": "schema.json",
113
+ "responseSchema": "schema.json",
114
+ "timeout": 0,
115
+ "sendEmpty": false,
116
+ "sendGetBody": false,
117
+ "requestDatatype": "JSON",
118
+ "responseDatatype": "JSON",
119
+ "headers": {},
120
+ "responseObjects": [
121
+ {
122
+ "type": "default",
123
+ "key": "",
124
+ "mockFile": ""
125
+ }
126
+ ]
127
+ },
128
+ {
129
+ "name": "groupsRPCRuleUpdate",
130
+ "protocol": "REST",
131
+ "method": "PUT",
132
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules/{pathv3}?{query}",
133
+ "requestSchema": "schema.json",
134
+ "responseSchema": "schema.json",
135
+ "timeout": 0,
136
+ "sendEmpty": false,
137
+ "requestDatatype": "JSON",
138
+ "responseDatatype": "JSON",
139
+ "headers": {},
140
+ "responseObjects": [
141
+ {
142
+ "type": "default",
143
+ "key": "",
144
+ "mockFile": ""
145
+ }
146
+ ]
147
+ },
148
+ {
149
+ "name": "groupsRPCRuleDelete",
150
+ "protocol": "REST",
151
+ "method": "DELETE",
152
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules/{pathv3}?{query}",
153
+ "requestSchema": "schema.json",
154
+ "responseSchema": "schema.json",
155
+ "timeout": 0,
156
+ "sendEmpty": false,
157
+ "requestDatatype": "JSON",
158
+ "responseDatatype": "JSON",
159
+ "headers": {},
160
+ "responseObjects": [
161
+ {
162
+ "type": "default",
163
+ "key": "",
164
+ "mockFile": ""
165
+ }
166
+ ]
167
+ },
168
+ {
169
+ "name": "groupsRPCRulesExcludedDestinationCandidatesList",
170
+ "protocol": "REST",
171
+ "method": "GET",
172
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules/excluded-local-candidates?{query}",
173
+ "requestSchema": "schema.json",
174
+ "responseSchema": "schema.json",
175
+ "timeout": 0,
176
+ "sendEmpty": false,
177
+ "sendGetBody": false,
178
+ "requestDatatype": "JSON",
179
+ "responseDatatype": "JSON",
180
+ "headers": {},
181
+ "responseObjects": [
182
+ {
183
+ "type": "default",
184
+ "key": "",
185
+ "mockFile": ""
186
+ }
187
+ ]
188
+ },
189
+ {
190
+ "name": "groupsRPCRulesExport",
191
+ "protocol": "REST",
192
+ "method": "POST",
193
+ "entitypath": "{base_path}/{version}/groups/{pathv1}{pathv2}/protection/rpc-rules/export?{query}",
194
+ "requestSchema": "schema.json",
195
+ "responseSchema": "schema.json",
196
+ "timeout": 0,
197
+ "sendEmpty": false,
198
+ "requestDatatype": "JSON",
199
+ "responseDatatype": "JSON",
200
+ "headers": {},
201
+ "responseObjects": [
202
+ {
203
+ "type": "default",
204
+ "key": "",
205
+ "mockFile": ""
206
+ }
207
+ ]
208
+ },
209
+ {
210
+ "name": "groupsRPCRulesExportGet",
211
+ "protocol": "REST",
212
+ "method": "GET",
213
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules/export/csv/{pathv3}?{query}",
214
+ "requestSchema": "schema.json",
215
+ "responseSchema": "schema.json",
216
+ "timeout": 0,
217
+ "sendEmpty": false,
218
+ "sendGetBody": false,
219
+ "requestDatatype": "JSON",
220
+ "responseDatatype": "JSON",
221
+ "headers": {},
222
+ "responseObjects": [
223
+ {
224
+ "type": "default",
225
+ "key": "",
226
+ "mockFile": ""
227
+ }
228
+ ]
229
+ },
230
+ {
231
+ "name": "groupsRPCRulesFiltersList",
232
+ "protocol": "REST",
233
+ "method": "GET",
234
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules/filters?{query}",
235
+ "requestSchema": "schema.json",
236
+ "responseSchema": "schema.json",
237
+ "timeout": 0,
238
+ "sendEmpty": false,
239
+ "sendGetBody": false,
240
+ "requestDatatype": "JSON",
241
+ "responseDatatype": "JSON",
242
+ "headers": {},
243
+ "responseObjects": [
244
+ {
245
+ "type": "default",
246
+ "key": "",
247
+ "mockFile": ""
248
+ }
249
+ ]
250
+ },
251
+ {
252
+ "name": "groupsRPCRulesDesinationCandidatesFiltersList",
253
+ "protocol": "REST",
254
+ "method": "GET",
255
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules/filters/local-candidates?{query}",
256
+ "requestSchema": "schema.json",
257
+ "responseSchema": "schema.json",
258
+ "timeout": 0,
259
+ "sendEmpty": false,
260
+ "sendGetBody": false,
261
+ "requestDatatype": "JSON",
262
+ "responseDatatype": "JSON",
263
+ "headers": {},
264
+ "responseObjects": [
265
+ {
266
+ "type": "default",
267
+ "key": "",
268
+ "mockFile": ""
269
+ }
270
+ ]
271
+ },
272
+ {
273
+ "name": "groupsRPCRulesSourceCandidatesFiltersList",
274
+ "protocol": "REST",
275
+ "method": "GET",
276
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules/filters/remote-candidates?{query}",
277
+ "requestSchema": "schema.json",
278
+ "responseSchema": "schema.json",
279
+ "timeout": 0,
280
+ "sendEmpty": false,
281
+ "sendGetBody": false,
282
+ "requestDatatype": "JSON",
283
+ "responseDatatype": "JSON",
284
+ "headers": {},
285
+ "responseObjects": [
286
+ {
287
+ "type": "default",
288
+ "key": "",
289
+ "mockFile": ""
290
+ }
291
+ ]
292
+ },
293
+ {
294
+ "name": "groupsRPCRulesUserCandidatesFiltersList",
295
+ "protocol": "REST",
296
+ "method": "GET",
297
+ "entitypath": "{base_path}/{version}/groups/{pathv1}{pathv2}/protection/rpc-rules/filters/user-candidates?{query}",
298
+ "requestSchema": "schema.json",
299
+ "responseSchema": "schema.json",
300
+ "timeout": 0,
301
+ "sendEmpty": false,
302
+ "sendGetBody": false,
303
+ "requestDatatype": "JSON",
304
+ "responseDatatype": "JSON",
305
+ "headers": {},
306
+ "responseObjects": [
307
+ {
308
+ "type": "default",
309
+ "key": "",
310
+ "mockFile": ""
311
+ }
312
+ ]
313
+ },
314
+ {
315
+ "name": "groupsRPCRulesDestinationCandidatesList",
316
+ "protocol": "REST",
317
+ "method": "GET",
318
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules/local-candidates?{query}",
319
+ "requestSchema": "schema.json",
320
+ "responseSchema": "schema.json",
321
+ "timeout": 0,
322
+ "sendEmpty": false,
323
+ "sendGetBody": false,
324
+ "requestDatatype": "JSON",
325
+ "responseDatatype": "JSON",
326
+ "headers": {},
327
+ "responseObjects": [
328
+ {
329
+ "type": "default",
330
+ "key": "",
331
+ "mockFile": ""
332
+ }
333
+ ]
334
+ },
335
+ {
336
+ "name": "groupsRPCRulesSourceCandidatesList",
337
+ "protocol": "REST",
338
+ "method": "GET",
339
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules/remote-candidates?{query}",
340
+ "requestSchema": "schema.json",
341
+ "responseSchema": "schema.json",
342
+ "timeout": 0,
343
+ "sendEmpty": false,
344
+ "sendGetBody": false,
345
+ "requestDatatype": "JSON",
346
+ "responseDatatype": "JSON",
347
+ "headers": {},
348
+ "responseObjects": [
349
+ {
350
+ "type": "default",
351
+ "key": "",
352
+ "mockFile": ""
353
+ }
354
+ ]
355
+ },
356
+ {
357
+ "name": "groupsRPCRulesUserCandidatesList",
358
+ "protocol": "REST",
359
+ "method": "GET",
360
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rpc-rules/user-candidates?{query}",
361
+ "requestSchema": "schema.json",
362
+ "responseSchema": "schema.json",
363
+ "timeout": 0,
364
+ "sendEmpty": false,
365
+ "sendGetBody": false,
366
+ "requestDatatype": "JSON",
367
+ "responseDatatype": "JSON",
368
+ "headers": {},
369
+ "responseObjects": [
370
+ {
371
+ "type": "default",
372
+ "key": "",
373
+ "mockFile": ""
374
+ }
375
+ ]
376
+ }
377
+ ]
378
+ }