catocli 1.0.15__py3-none-any.whl → 1.0.18__py3-none-any.whl

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.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (140) hide show
  1. catocli/Utils/clidriver.py +14 -1
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +348 -0
  4. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  5. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  18. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  21. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  22. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  23. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  24. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  25. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  26. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  27. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  28. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  29. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  30. catocli/parsers/mutation_site/__init__.py +98 -0
  31. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  32. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  33. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  34. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  35. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  36. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  37. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  38. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  39. catocli/parsers/mutation_sites/__init__.py +98 -0
  40. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  41. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  42. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  43. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  44. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  45. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  46. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  47. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  48. catocli/parsers/query_eventsFeed/README.md +1 -1
  49. catocli/parsers/query_hardwareManagement/README.md +1 -1
  50. catocli/parsers/query_policy/README.md +3 -1
  51. catocli/parsers/query_site/README.md +22 -0
  52. catocli/parsers/query_site/__init__.py +17 -0
  53. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/METADATA +11 -2
  54. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/RECORD +140 -59
  55. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/WHEEL +1 -1
  56. graphql_client/api_client_types.py +1 -1
  57. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  58. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  59. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  60. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  61. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  62. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  63. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  64. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  65. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  66. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  67. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  68. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  69. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  70. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  71. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  72. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  73. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  74. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  75. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  76. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  77. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  78. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  79. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  80. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  81. models/mutation.site.addBgpPeer.json +3334 -0
  82. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  83. models/mutation.site.addCloudInterconnectSite.json +911 -0
  84. models/mutation.site.addIpsecIkeV2Site.json +2 -2
  85. models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
  86. models/mutation.site.addNetworkRange.json +2 -2
  87. models/mutation.site.addSocketSite.json +2 -2
  88. models/mutation.site.addStaticHost.json +2 -2
  89. models/mutation.site.removeBgpPeer.json +1158 -0
  90. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  91. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
  92. models/mutation.site.removeNetworkRange.json +2 -2
  93. models/mutation.site.removeSite.json +2 -2
  94. models/mutation.site.removeStaticHost.json +2 -2
  95. models/mutation.site.updateBgpPeer.json +3063 -0
  96. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  97. models/mutation.site.updateHa.json +2 -2
  98. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  99. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
  100. models/mutation.site.updateNetworkRange.json +2 -2
  101. models/mutation.site.updateSiteGeneralDetails.json +2 -2
  102. models/mutation.site.updateSocketInterface.json +2 -2
  103. models/mutation.site.updateStaticHost.json +2 -2
  104. models/mutation.sites.addBgpPeer.json +3334 -0
  105. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  106. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  107. models/mutation.sites.addIpsecIkeV2Site.json +2 -2
  108. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
  109. models/mutation.sites.addNetworkRange.json +2 -2
  110. models/mutation.sites.addSocketSite.json +2 -2
  111. models/mutation.sites.addStaticHost.json +2 -2
  112. models/mutation.sites.removeBgpPeer.json +1158 -0
  113. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  114. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
  115. models/mutation.sites.removeNetworkRange.json +2 -2
  116. models/mutation.sites.removeSite.json +2 -2
  117. models/mutation.sites.removeStaticHost.json +2 -2
  118. models/mutation.sites.updateBgpPeer.json +3063 -0
  119. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  120. models/mutation.sites.updateHa.json +2 -2
  121. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  122. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
  123. models/mutation.sites.updateNetworkRange.json +2 -2
  124. models/mutation.sites.updateSiteGeneralDetails.json +2 -2
  125. models/mutation.sites.updateSocketInterface.json +2 -2
  126. models/mutation.sites.updateStaticHost.json +2 -2
  127. models/query.auditFeed.json +36 -12
  128. models/query.events.json +144 -48
  129. models/query.eventsFeed.json +36 -12
  130. models/query.eventsTimeSeries.json +108 -36
  131. models/query.hardwareManagement.json +192 -0
  132. models/query.licensing.json +304 -325
  133. models/query.policy.json +9605 -4234
  134. models/query.site.json +4138 -0
  135. models/query.xdr.stories.json +27 -27
  136. models/query.xdr.story.json +27 -27
  137. schema/catolib.py +11 -1
  138. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/LICENSE +0 -0
  139. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/entry_points.txt +0 -0
  140. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2008 @@
1
+ {
2
+ "args": {
3
+ "accountId": {
4
+ "defaultValue": null,
5
+ "description": null,
6
+ "id_str": "accountId",
7
+ "name": "accountId",
8
+ "path": "accountId",
9
+ "requestStr": "$accountId:ID! ",
10
+ "required": true,
11
+ "responseStr": "accountId:$accountId ",
12
+ "type": {
13
+ "kind": [
14
+ "NON_NULL",
15
+ "SCALAR"
16
+ ],
17
+ "name": "ID",
18
+ "non_null": false
19
+ },
20
+ "varName": "accountId"
21
+ }
22
+ },
23
+ "childOperations": {
24
+ "remotePortFwd": {
25
+ "args": {
26
+ "remotePortFwd___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "remotePortFwd___input",
30
+ "name": "input",
31
+ "path": "remotePortFwd.input",
32
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
33
+ "required": false,
34
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "revision": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "remotePortFwd___input___revision",
45
+ "name": "revision",
46
+ "path": "remotePortFwd.input.revision",
47
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
48
+ "required": false,
49
+ "responseStr": "revision:$policyMutationRevisionInput ",
50
+ "type": {
51
+ "definition": {
52
+ "description": null,
53
+ "enumValues": null,
54
+ "fields": null,
55
+ "inputFields": {
56
+ "id": {
57
+ "defaultValue": null,
58
+ "description": null,
59
+ "id_str": "remotePortFwd___input___revision___id",
60
+ "name": "id",
61
+ "path": "remotePortFwd.input.revision.id",
62
+ "requestStr": "$id:ID ",
63
+ "required": false,
64
+ "responseStr": "id:$id ",
65
+ "type": {
66
+ "kind": [
67
+ "SCALAR"
68
+ ],
69
+ "name": "ID",
70
+ "non_null": false
71
+ },
72
+ "varName": "id"
73
+ }
74
+ },
75
+ "interfaces": null,
76
+ "kind": "INPUT_OBJECT",
77
+ "name": "PolicyMutationRevisionInput",
78
+ "possibleTypes": null
79
+ },
80
+ "indexType": "input_object",
81
+ "kind": [
82
+ "INPUT_OBJECT"
83
+ ],
84
+ "name": "PolicyMutationRevisionInput",
85
+ "non_null": false
86
+ },
87
+ "varName": "policyMutationRevisionInput"
88
+ }
89
+ },
90
+ "interfaces": null,
91
+ "kind": "INPUT_OBJECT",
92
+ "name": "RemotePortFwdPolicyMutationInput",
93
+ "possibleTypes": null
94
+ },
95
+ "indexType": "input_object",
96
+ "kind": [
97
+ "INPUT_OBJECT"
98
+ ],
99
+ "name": "RemotePortFwdPolicyMutationInput",
100
+ "non_null": false
101
+ },
102
+ "varName": "remotePortFwdPolicyMutationInput"
103
+ }
104
+ },
105
+ "deprecationReason": null,
106
+ "description": null,
107
+ "isDeprecated": false,
108
+ "name": "remotePortFwd",
109
+ "type": {
110
+ "kind": "OBJECT",
111
+ "name": "RemotePortFwdPolicyMutations",
112
+ "ofType": null
113
+ }
114
+ },
115
+ "removeRule": {
116
+ "args": {
117
+ "removeRule___input": {
118
+ "defaultValue": null,
119
+ "description": null,
120
+ "id_str": "removeRule___input",
121
+ "name": "input",
122
+ "path": "removeRule.input",
123
+ "requestStr": "$remotePortFwdRemoveRuleInput:RemotePortFwdRemoveRuleInput! ",
124
+ "required": true,
125
+ "responseStr": "input:$remotePortFwdRemoveRuleInput ",
126
+ "type": {
127
+ "definition": {
128
+ "description": null,
129
+ "enumValues": null,
130
+ "fields": null,
131
+ "inputFields": {
132
+ "id": {
133
+ "defaultValue": null,
134
+ "description": null,
135
+ "id_str": "removeRule___input___id",
136
+ "name": "id",
137
+ "path": "removeRule.input.id",
138
+ "requestStr": "$id:ID! ",
139
+ "required": true,
140
+ "responseStr": "id:$id ",
141
+ "type": {
142
+ "kind": [
143
+ "NON_NULL",
144
+ "SCALAR"
145
+ ],
146
+ "name": "ID",
147
+ "non_null": false
148
+ },
149
+ "varName": "id"
150
+ }
151
+ },
152
+ "interfaces": null,
153
+ "kind": "INPUT_OBJECT",
154
+ "name": "RemotePortFwdRemoveRuleInput",
155
+ "possibleTypes": null
156
+ },
157
+ "indexType": "input_object",
158
+ "kind": [
159
+ "NON_NULL",
160
+ "INPUT_OBJECT"
161
+ ],
162
+ "name": "RemotePortFwdRemoveRuleInput",
163
+ "non_null": false
164
+ },
165
+ "varName": "remotePortFwdRemoveRuleInput"
166
+ }
167
+ },
168
+ "deprecationReason": null,
169
+ "description": "Remove an existing port forwarding rule from the policy.",
170
+ "isDeprecated": false,
171
+ "name": "removeRule",
172
+ "type": {
173
+ "kind": "NON_NULL",
174
+ "name": null,
175
+ "ofType": {
176
+ "kind": "OBJECT",
177
+ "name": "RemotePortFwdRuleMutationPayload",
178
+ "ofType": null
179
+ }
180
+ }
181
+ }
182
+ },
183
+ "deprecationReason": null,
184
+ "description": null,
185
+ "fieldTypes": {
186
+ "AllocatedIpRef": true,
187
+ "GlobalIpRangeRef": true,
188
+ "IpAddressRange": true,
189
+ "PolicyElementAudit": true,
190
+ "PolicyElementPropertiesEnum": true,
191
+ "PolicyMutationError": true,
192
+ "PolicyMutationRevisionInput": true,
193
+ "PolicyMutationStatus": true,
194
+ "PolicyRuleTrackingAlert": true,
195
+ "PolicyRuleTrackingFrequencyEnum": true,
196
+ "PolicySectionInfo": true,
197
+ "PortRange": true,
198
+ "RemotePortFwdPolicyMutations": true,
199
+ "RemotePortFwdRemoteIps": true,
200
+ "RemotePortFwdRestrictionType": true,
201
+ "RemotePortFwdRule": true,
202
+ "RemotePortFwdRuleMutationPayload": true,
203
+ "RemotePortFwdRulePayload": true,
204
+ "SubscriptionGroupRef": true,
205
+ "SubscriptionMailingListRef": true,
206
+ "SubscriptionWebhookRef": true
207
+ },
208
+ "isDeprecated": false,
209
+ "name": "policy",
210
+ "operationArgs": {
211
+ "accountId": {
212
+ "defaultValue": null,
213
+ "description": null,
214
+ "id_str": "accountId",
215
+ "name": "accountId",
216
+ "path": "accountId",
217
+ "requestStr": "$accountId:ID! ",
218
+ "required": true,
219
+ "responseStr": "accountId:$accountId ",
220
+ "type": {
221
+ "kind": [
222
+ "NON_NULL",
223
+ "SCALAR"
224
+ ],
225
+ "name": "ID",
226
+ "non_null": false
227
+ },
228
+ "varName": "accountId"
229
+ },
230
+ "remotePortFwdPolicyMutationInput": {
231
+ "defaultValue": null,
232
+ "description": null,
233
+ "id_str": "remotePortFwd___input",
234
+ "name": "input",
235
+ "path": "remotePortFwd.input",
236
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
237
+ "required": false,
238
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
239
+ "type": {
240
+ "definition": {
241
+ "description": null,
242
+ "enumValues": null,
243
+ "fields": null,
244
+ "inputFields": {
245
+ "revision": {
246
+ "defaultValue": null,
247
+ "description": null,
248
+ "id_str": "remotePortFwd___input___revision",
249
+ "name": "revision",
250
+ "path": "remotePortFwd.input.revision",
251
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
252
+ "required": false,
253
+ "responseStr": "revision:$policyMutationRevisionInput ",
254
+ "type": {
255
+ "definition": {
256
+ "description": null,
257
+ "enumValues": null,
258
+ "fields": null,
259
+ "inputFields": {
260
+ "id": {
261
+ "defaultValue": null,
262
+ "description": null,
263
+ "id_str": "remotePortFwd___input___revision___id",
264
+ "name": "id",
265
+ "path": "remotePortFwd.input.revision.id",
266
+ "requestStr": "$id:ID ",
267
+ "required": false,
268
+ "responseStr": "id:$id ",
269
+ "type": {
270
+ "kind": [
271
+ "SCALAR"
272
+ ],
273
+ "name": "ID",
274
+ "non_null": false
275
+ },
276
+ "varName": "id"
277
+ }
278
+ },
279
+ "interfaces": null,
280
+ "kind": "INPUT_OBJECT",
281
+ "name": "PolicyMutationRevisionInput",
282
+ "possibleTypes": null
283
+ },
284
+ "indexType": "input_object",
285
+ "kind": [
286
+ "INPUT_OBJECT"
287
+ ],
288
+ "name": "PolicyMutationRevisionInput",
289
+ "non_null": false
290
+ },
291
+ "varName": "policyMutationRevisionInput"
292
+ }
293
+ },
294
+ "interfaces": null,
295
+ "kind": "INPUT_OBJECT",
296
+ "name": "RemotePortFwdPolicyMutationInput",
297
+ "possibleTypes": null
298
+ },
299
+ "indexType": "input_object",
300
+ "kind": [
301
+ "INPUT_OBJECT"
302
+ ],
303
+ "name": "RemotePortFwdPolicyMutationInput",
304
+ "non_null": false
305
+ },
306
+ "varName": "remotePortFwdPolicyMutationInput"
307
+ },
308
+ "remotePortFwdRemoveRuleInput": {
309
+ "defaultValue": null,
310
+ "description": null,
311
+ "id_str": "removeRule___input",
312
+ "name": "input",
313
+ "path": "removeRule.input",
314
+ "requestStr": "$remotePortFwdRemoveRuleInput:RemotePortFwdRemoveRuleInput! ",
315
+ "required": true,
316
+ "responseStr": "input:$remotePortFwdRemoveRuleInput ",
317
+ "type": {
318
+ "definition": {
319
+ "description": null,
320
+ "enumValues": null,
321
+ "fields": null,
322
+ "inputFields": {
323
+ "id": {
324
+ "defaultValue": null,
325
+ "description": null,
326
+ "id_str": "removeRule___input___id",
327
+ "name": "id",
328
+ "path": "removeRule.input.id",
329
+ "requestStr": "$id:ID! ",
330
+ "required": true,
331
+ "responseStr": "id:$id ",
332
+ "type": {
333
+ "kind": [
334
+ "NON_NULL",
335
+ "SCALAR"
336
+ ],
337
+ "name": "ID",
338
+ "non_null": false
339
+ },
340
+ "varName": "id"
341
+ }
342
+ },
343
+ "interfaces": null,
344
+ "kind": "INPUT_OBJECT",
345
+ "name": "RemotePortFwdRemoveRuleInput",
346
+ "possibleTypes": null
347
+ },
348
+ "indexType": "input_object",
349
+ "kind": [
350
+ "NON_NULL",
351
+ "INPUT_OBJECT"
352
+ ],
353
+ "name": "RemotePortFwdRemoveRuleInput",
354
+ "non_null": false
355
+ },
356
+ "varName": "remotePortFwdRemoveRuleInput"
357
+ }
358
+ },
359
+ "path": "mutation.policy.remotePortFwd.removeRule",
360
+ "type": {
361
+ "definition": {
362
+ "description": "Policies that can be configured with mutation APIs.",
363
+ "enumValues": null,
364
+ "fields": {
365
+ "remotePortFwd": {
366
+ "args": {
367
+ "remotePortFwd___input": {
368
+ "defaultValue": null,
369
+ "description": null,
370
+ "id_str": "remotePortFwd___input",
371
+ "name": "input",
372
+ "path": "remotePortFwd.input",
373
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
374
+ "required": false,
375
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
376
+ "type": {
377
+ "definition": {
378
+ "description": null,
379
+ "enumValues": null,
380
+ "fields": null,
381
+ "inputFields": {
382
+ "revision": {
383
+ "defaultValue": null,
384
+ "description": null,
385
+ "id_str": "remotePortFwd___input___revision",
386
+ "name": "revision",
387
+ "path": "remotePortFwd.input.revision",
388
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
389
+ "required": false,
390
+ "responseStr": "revision:$policyMutationRevisionInput ",
391
+ "type": {
392
+ "definition": {
393
+ "description": null,
394
+ "enumValues": null,
395
+ "fields": null,
396
+ "inputFields": {
397
+ "id": {
398
+ "defaultValue": null,
399
+ "description": null,
400
+ "id_str": "remotePortFwd___input___revision___id",
401
+ "name": "id",
402
+ "path": "remotePortFwd.input.revision.id",
403
+ "requestStr": "$id:ID ",
404
+ "required": false,
405
+ "responseStr": "id:$id ",
406
+ "type": {
407
+ "kind": [
408
+ "SCALAR"
409
+ ],
410
+ "name": "ID",
411
+ "non_null": false
412
+ },
413
+ "varName": "id"
414
+ }
415
+ },
416
+ "interfaces": null,
417
+ "kind": "INPUT_OBJECT",
418
+ "name": "PolicyMutationRevisionInput",
419
+ "possibleTypes": null
420
+ },
421
+ "indexType": "input_object",
422
+ "kind": [
423
+ "INPUT_OBJECT"
424
+ ],
425
+ "name": "PolicyMutationRevisionInput",
426
+ "non_null": false
427
+ },
428
+ "varName": "policyMutationRevisionInput"
429
+ }
430
+ },
431
+ "interfaces": null,
432
+ "kind": "INPUT_OBJECT",
433
+ "name": "RemotePortFwdPolicyMutationInput",
434
+ "possibleTypes": null
435
+ },
436
+ "indexType": "input_object",
437
+ "kind": [
438
+ "INPUT_OBJECT"
439
+ ],
440
+ "name": "RemotePortFwdPolicyMutationInput",
441
+ "non_null": false
442
+ },
443
+ "varName": "remotePortFwdPolicyMutationInput"
444
+ }
445
+ },
446
+ "deprecationReason": null,
447
+ "description": null,
448
+ "id_str": "remotePortFwd",
449
+ "isDeprecated": false,
450
+ "name": "remotePortFwd",
451
+ "path": "remotePortFwd",
452
+ "requestStr": "$remotePortFwdPolicyMutations:RemotePortFwdPolicyMutations ",
453
+ "required": false,
454
+ "responseStr": "remotePortFwd:$remotePortFwdPolicyMutations ",
455
+ "type": {
456
+ "definition": {
457
+ "description": "The Remote Port Forwarding Policy information returned to the caller in the API response.",
458
+ "enumValues": null,
459
+ "fields": {
460
+ "removeRule": {
461
+ "args": {
462
+ "removeRule___input": {
463
+ "defaultValue": null,
464
+ "description": null,
465
+ "id_str": "removeRule___input",
466
+ "name": "input",
467
+ "path": "removeRule.input",
468
+ "requestStr": "$remotePortFwdRemoveRuleInput:RemotePortFwdRemoveRuleInput! ",
469
+ "required": true,
470
+ "responseStr": "input:$remotePortFwdRemoveRuleInput ",
471
+ "type": {
472
+ "definition": {
473
+ "description": null,
474
+ "enumValues": null,
475
+ "fields": null,
476
+ "inputFields": {
477
+ "id": {
478
+ "defaultValue": null,
479
+ "description": null,
480
+ "id_str": "removeRule___input___id",
481
+ "name": "id",
482
+ "path": "removeRule.input.id",
483
+ "requestStr": "$id:ID! ",
484
+ "required": true,
485
+ "responseStr": "id:$id ",
486
+ "type": {
487
+ "kind": [
488
+ "NON_NULL",
489
+ "SCALAR"
490
+ ],
491
+ "name": "ID",
492
+ "non_null": false
493
+ },
494
+ "varName": "id"
495
+ }
496
+ },
497
+ "interfaces": null,
498
+ "kind": "INPUT_OBJECT",
499
+ "name": "RemotePortFwdRemoveRuleInput",
500
+ "possibleTypes": null
501
+ },
502
+ "indexType": "input_object",
503
+ "kind": [
504
+ "NON_NULL",
505
+ "INPUT_OBJECT"
506
+ ],
507
+ "name": "RemotePortFwdRemoveRuleInput",
508
+ "non_null": false
509
+ },
510
+ "varName": "remotePortFwdRemoveRuleInput"
511
+ }
512
+ },
513
+ "deprecationReason": null,
514
+ "description": "Remove an existing port forwarding rule from the policy.",
515
+ "id_str": "remotePortFwd___removeRule",
516
+ "isDeprecated": false,
517
+ "name": "removeRule",
518
+ "path": "remotePortFwd.removeRule",
519
+ "requestStr": "$remotePortFwdRuleMutationPayload:RemotePortFwdRuleMutationPayload! ",
520
+ "required": true,
521
+ "responseStr": "removeRule:$remotePortFwdRuleMutationPayload ",
522
+ "type": {
523
+ "definition": {
524
+ "description": null,
525
+ "enumValues": null,
526
+ "fields": {
527
+ "errors": {
528
+ "alias": "policyMutationErrorErrors: errors",
529
+ "args": {},
530
+ "deprecationReason": null,
531
+ "description": null,
532
+ "id_str": "remotePortFwd___removeRule___errors",
533
+ "isDeprecated": false,
534
+ "name": "errors",
535
+ "path": "remotePortFwd.removeRule.errors",
536
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
537
+ "required": true,
538
+ "responseStr": "errors:$policyMutationError ",
539
+ "type": {
540
+ "definition": {
541
+ "description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
542
+ "enumValues": null,
543
+ "fields": {
544
+ "errorCode": {
545
+ "args": {},
546
+ "deprecationReason": null,
547
+ "description": null,
548
+ "id_str": "remotePortFwd___removeRule___errors___errorCode",
549
+ "isDeprecated": false,
550
+ "name": "errorCode",
551
+ "path": "remotePortFwd.removeRule.errors.errorCode",
552
+ "requestStr": "$errorCode:String ",
553
+ "required": false,
554
+ "responseStr": "errorCode:$errorCode ",
555
+ "type": {
556
+ "kind": [
557
+ "SCALAR"
558
+ ],
559
+ "name": "String",
560
+ "non_null": false
561
+ },
562
+ "varName": "errorCode"
563
+ },
564
+ "errorMessage": {
565
+ "args": {},
566
+ "deprecationReason": null,
567
+ "description": null,
568
+ "id_str": "remotePortFwd___removeRule___errors___errorMessage",
569
+ "isDeprecated": false,
570
+ "name": "errorMessage",
571
+ "path": "remotePortFwd.removeRule.errors.errorMessage",
572
+ "requestStr": "$errorMessage:String ",
573
+ "required": false,
574
+ "responseStr": "errorMessage:$errorMessage ",
575
+ "type": {
576
+ "kind": [
577
+ "SCALAR"
578
+ ],
579
+ "name": "String",
580
+ "non_null": false
581
+ },
582
+ "varName": "errorMessage"
583
+ }
584
+ },
585
+ "inputFields": null,
586
+ "interfaces": {},
587
+ "kind": "OBJECT",
588
+ "name": "PolicyMutationError",
589
+ "possibleTypes": null
590
+ },
591
+ "indexType": "object",
592
+ "kind": [
593
+ "NON_NULL",
594
+ "LIST",
595
+ "NON_NULL",
596
+ "OBJECT"
597
+ ],
598
+ "name": "PolicyMutationError",
599
+ "non_null": false
600
+ },
601
+ "varName": "policyMutationError"
602
+ },
603
+ "rule": {
604
+ "alias": "remotePortFwdRulePayloadRule: rule",
605
+ "args": {},
606
+ "deprecationReason": null,
607
+ "description": null,
608
+ "id_str": "remotePortFwd___removeRule___rule",
609
+ "isDeprecated": false,
610
+ "name": "rule",
611
+ "path": "remotePortFwd.removeRule.rule",
612
+ "requestStr": "$remotePortFwdRulePayload:RemotePortFwdRulePayload ",
613
+ "required": false,
614
+ "responseStr": "rule:$remotePortFwdRulePayload ",
615
+ "type": {
616
+ "definition": {
617
+ "description": null,
618
+ "enumValues": null,
619
+ "fields": {
620
+ "audit": {
621
+ "args": {},
622
+ "deprecationReason": null,
623
+ "description": null,
624
+ "id_str": "remotePortFwd___removeRule___rule___audit",
625
+ "isDeprecated": false,
626
+ "name": "audit",
627
+ "path": "remotePortFwd.removeRule.rule.audit",
628
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
629
+ "required": true,
630
+ "responseStr": "audit:$policyElementAudit ",
631
+ "type": {
632
+ "definition": {
633
+ "description": null,
634
+ "enumValues": null,
635
+ "fields": {
636
+ "updatedBy": {
637
+ "args": {},
638
+ "deprecationReason": null,
639
+ "description": "The admin, or the API-key, that performed the last update",
640
+ "id_str": "remotePortFwd___removeRule___rule___audit___updatedBy",
641
+ "isDeprecated": false,
642
+ "name": "updatedBy",
643
+ "path": "remotePortFwd.removeRule.rule.audit.updatedBy",
644
+ "requestStr": "$updatedBy:String! ",
645
+ "required": true,
646
+ "responseStr": "updatedBy:$updatedBy ",
647
+ "type": {
648
+ "kind": [
649
+ "NON_NULL",
650
+ "SCALAR"
651
+ ],
652
+ "name": "String",
653
+ "non_null": false
654
+ },
655
+ "varName": "updatedBy"
656
+ },
657
+ "updatedTime": {
658
+ "args": {},
659
+ "deprecationReason": null,
660
+ "description": "The last date and time the rule was updated",
661
+ "id_str": "remotePortFwd___removeRule___rule___audit___updatedTime",
662
+ "isDeprecated": false,
663
+ "name": "updatedTime",
664
+ "path": "remotePortFwd.removeRule.rule.audit.updatedTime",
665
+ "requestStr": "$updatedTime:DateTime! ",
666
+ "required": true,
667
+ "responseStr": "updatedTime:$updatedTime ",
668
+ "type": {
669
+ "kind": [
670
+ "NON_NULL",
671
+ "SCALAR"
672
+ ],
673
+ "name": "DateTime",
674
+ "non_null": false
675
+ },
676
+ "varName": "updatedTime"
677
+ }
678
+ },
679
+ "inputFields": null,
680
+ "interfaces": {},
681
+ "kind": "OBJECT",
682
+ "name": "PolicyElementAudit",
683
+ "possibleTypes": null
684
+ },
685
+ "indexType": "object",
686
+ "kind": [
687
+ "NON_NULL",
688
+ "OBJECT"
689
+ ],
690
+ "name": "PolicyElementAudit",
691
+ "non_null": false
692
+ },
693
+ "varName": "policyElementAudit"
694
+ },
695
+ "properties": {
696
+ "args": {},
697
+ "deprecationReason": null,
698
+ "description": null,
699
+ "id_str": "remotePortFwd___removeRule___rule___properties",
700
+ "isDeprecated": false,
701
+ "name": "properties",
702
+ "path": "remotePortFwd.removeRule.rule.properties",
703
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
704
+ "required": true,
705
+ "responseStr": "properties:$properties ",
706
+ "type": {
707
+ "definition": {
708
+ "description": "Attributes describing the rule state or type",
709
+ "enumValues": [
710
+ {
711
+ "deprecationReason": null,
712
+ "description": "New (added) rule",
713
+ "isDeprecated": false,
714
+ "name": "ADDED"
715
+ },
716
+ {
717
+ "deprecationReason": null,
718
+ "description": "Updated (modified) existing rule",
719
+ "isDeprecated": false,
720
+ "name": "UPDATED"
721
+ },
722
+ {
723
+ "deprecationReason": null,
724
+ "description": "Removed (deleted) rule",
725
+ "isDeprecated": false,
726
+ "name": "REMOVED"
727
+ },
728
+ {
729
+ "deprecationReason": null,
730
+ "description": "A rule moved to a different position",
731
+ "isDeprecated": false,
732
+ "name": "MOVED"
733
+ },
734
+ {
735
+ "deprecationReason": null,
736
+ "description": "A rule locked for changes by other admins",
737
+ "isDeprecated": false,
738
+ "name": "LOCKED"
739
+ },
740
+ {
741
+ "deprecationReason": null,
742
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
743
+ "isDeprecated": false,
744
+ "name": "ANCHORED"
745
+ },
746
+ {
747
+ "deprecationReason": null,
748
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
749
+ "isDeprecated": false,
750
+ "name": "SYSTEM"
751
+ }
752
+ ],
753
+ "fields": null,
754
+ "inputFields": null,
755
+ "interfaces": null,
756
+ "kind": "ENUM",
757
+ "name": "PolicyElementPropertiesEnum",
758
+ "possibleTypes": null
759
+ },
760
+ "indexType": "enum",
761
+ "kind": [
762
+ "NON_NULL",
763
+ "LIST",
764
+ "NON_NULL",
765
+ "ENUM"
766
+ ],
767
+ "name": "PolicyElementPropertiesEnum",
768
+ "non_null": false
769
+ },
770
+ "varName": "properties"
771
+ },
772
+ "rule": {
773
+ "args": {},
774
+ "deprecationReason": null,
775
+ "description": null,
776
+ "id_str": "remotePortFwd___removeRule___rule___rule",
777
+ "isDeprecated": false,
778
+ "name": "rule",
779
+ "path": "remotePortFwd.removeRule.rule.rule",
780
+ "requestStr": "$remotePortFwdRule:RemotePortFwdRule! ",
781
+ "required": true,
782
+ "responseStr": "rule:$remotePortFwdRule ",
783
+ "type": {
784
+ "definition": {
785
+ "description": null,
786
+ "enumValues": null,
787
+ "fields": {
788
+ "description": {
789
+ "args": {},
790
+ "deprecationReason": null,
791
+ "description": "Description for the rule",
792
+ "id_str": "remotePortFwd___removeRule___rule___rule___description",
793
+ "isDeprecated": false,
794
+ "name": "description",
795
+ "path": "remotePortFwd.removeRule.rule.rule.description",
796
+ "requestStr": "$description:String! ",
797
+ "required": true,
798
+ "responseStr": "description:$description ",
799
+ "type": {
800
+ "kind": [
801
+ "NON_NULL",
802
+ "SCALAR"
803
+ ],
804
+ "name": "String",
805
+ "non_null": false
806
+ },
807
+ "varName": "description"
808
+ },
809
+ "enabled": {
810
+ "args": {},
811
+ "deprecationReason": null,
812
+ "description": "TRUE = Rule is enabled \n FALSE = Rule is disabled",
813
+ "id_str": "remotePortFwd___removeRule___rule___rule___enabled",
814
+ "isDeprecated": false,
815
+ "name": "enabled",
816
+ "path": "remotePortFwd.removeRule.rule.rule.enabled",
817
+ "requestStr": "$enabled:Boolean! ",
818
+ "required": true,
819
+ "responseStr": "enabled:$enabled ",
820
+ "type": {
821
+ "kind": [
822
+ "NON_NULL",
823
+ "SCALAR"
824
+ ],
825
+ "name": "Boolean",
826
+ "non_null": false
827
+ },
828
+ "varName": "enabled"
829
+ },
830
+ "externalIp": {
831
+ "alias": "allocatedIpRefExternalIp: externalIp",
832
+ "args": {},
833
+ "deprecationReason": null,
834
+ "description": null,
835
+ "id_str": "remotePortFwd___removeRule___rule___rule___externalIp",
836
+ "isDeprecated": false,
837
+ "name": "externalIp",
838
+ "path": "remotePortFwd.removeRule.rule.rule.externalIp",
839
+ "requestStr": "$allocatedIpRef:AllocatedIpRef! ",
840
+ "required": true,
841
+ "responseStr": "externalIp:$allocatedIpRef ",
842
+ "type": {
843
+ "definition": {
844
+ "description": null,
845
+ "enumValues": null,
846
+ "fields": {
847
+ "id": {
848
+ "args": {},
849
+ "deprecationReason": null,
850
+ "description": null,
851
+ "id_str": "remotePortFwd___removeRule___rule___rule___externalIp___id",
852
+ "isDeprecated": false,
853
+ "name": "id",
854
+ "path": "remotePortFwd.removeRule.rule.rule.externalIp.id",
855
+ "requestStr": "$id:ID! ",
856
+ "required": true,
857
+ "responseStr": "id:$id ",
858
+ "type": {
859
+ "kind": [
860
+ "NON_NULL",
861
+ "SCALAR"
862
+ ],
863
+ "name": "ID",
864
+ "non_null": false
865
+ },
866
+ "varName": "id"
867
+ },
868
+ "name": {
869
+ "args": {},
870
+ "deprecationReason": null,
871
+ "description": null,
872
+ "id_str": "remotePortFwd___removeRule___rule___rule___externalIp___name",
873
+ "isDeprecated": false,
874
+ "name": "name",
875
+ "path": "remotePortFwd.removeRule.rule.rule.externalIp.name",
876
+ "requestStr": "$name:String! ",
877
+ "required": true,
878
+ "responseStr": "name:$name ",
879
+ "type": {
880
+ "kind": [
881
+ "NON_NULL",
882
+ "SCALAR"
883
+ ],
884
+ "name": "String",
885
+ "non_null": false
886
+ },
887
+ "varName": "name"
888
+ }
889
+ },
890
+ "inputFields": null,
891
+ "interfaces": {},
892
+ "kind": "OBJECT",
893
+ "name": "AllocatedIpRef",
894
+ "possibleTypes": null
895
+ },
896
+ "indexType": "object",
897
+ "kind": [
898
+ "NON_NULL",
899
+ "OBJECT"
900
+ ],
901
+ "name": "AllocatedIpRef",
902
+ "non_null": false
903
+ },
904
+ "varName": "allocatedIpRef"
905
+ },
906
+ "externalPortRange": {
907
+ "alias": "portRangeExternalPortRange: externalPortRange",
908
+ "args": {},
909
+ "deprecationReason": null,
910
+ "description": null,
911
+ "id_str": "remotePortFwd___removeRule___rule___rule___externalPortRange",
912
+ "isDeprecated": false,
913
+ "name": "externalPortRange",
914
+ "path": "remotePortFwd.removeRule.rule.rule.externalPortRange",
915
+ "requestStr": "$portRange:PortRange! ",
916
+ "required": true,
917
+ "responseStr": "externalPortRange:$portRange ",
918
+ "type": {
919
+ "definition": {
920
+ "description": "Inclusive network port range",
921
+ "enumValues": null,
922
+ "fields": {
923
+ "from": {
924
+ "args": {},
925
+ "deprecationReason": null,
926
+ "description": null,
927
+ "id_str": "remotePortFwd___removeRule___rule___rule___externalPortRange___from",
928
+ "isDeprecated": false,
929
+ "name": "from",
930
+ "path": "remotePortFwd.removeRule.rule.rule.externalPortRange.from",
931
+ "requestStr": "$from:Port! ",
932
+ "required": true,
933
+ "responseStr": "from:$from ",
934
+ "type": {
935
+ "kind": [
936
+ "NON_NULL",
937
+ "SCALAR"
938
+ ],
939
+ "name": "Port",
940
+ "non_null": false
941
+ },
942
+ "varName": "from"
943
+ },
944
+ "to": {
945
+ "args": {},
946
+ "deprecationReason": null,
947
+ "description": null,
948
+ "id_str": "remotePortFwd___removeRule___rule___rule___externalPortRange___to",
949
+ "isDeprecated": false,
950
+ "name": "to",
951
+ "path": "remotePortFwd.removeRule.rule.rule.externalPortRange.to",
952
+ "requestStr": "$to:Port! ",
953
+ "required": true,
954
+ "responseStr": "to:$to ",
955
+ "type": {
956
+ "kind": [
957
+ "NON_NULL",
958
+ "SCALAR"
959
+ ],
960
+ "name": "Port",
961
+ "non_null": false
962
+ },
963
+ "varName": "to"
964
+ }
965
+ },
966
+ "inputFields": null,
967
+ "interfaces": {},
968
+ "kind": "OBJECT",
969
+ "name": "PortRange",
970
+ "possibleTypes": null
971
+ },
972
+ "indexType": "object",
973
+ "kind": [
974
+ "NON_NULL",
975
+ "OBJECT"
976
+ ],
977
+ "name": "PortRange",
978
+ "non_null": false
979
+ },
980
+ "varName": "portRange"
981
+ },
982
+ "forwardIcmp": {
983
+ "args": {},
984
+ "deprecationReason": null,
985
+ "description": null,
986
+ "id_str": "remotePortFwd___removeRule___rule___rule___forwardIcmp",
987
+ "isDeprecated": false,
988
+ "name": "forwardIcmp",
989
+ "path": "remotePortFwd.removeRule.rule.rule.forwardIcmp",
990
+ "requestStr": "$forwardIcmp:Boolean! ",
991
+ "required": true,
992
+ "responseStr": "forwardIcmp:$forwardIcmp ",
993
+ "type": {
994
+ "kind": [
995
+ "NON_NULL",
996
+ "SCALAR"
997
+ ],
998
+ "name": "Boolean",
999
+ "non_null": false
1000
+ },
1001
+ "varName": "forwardIcmp"
1002
+ },
1003
+ "id": {
1004
+ "args": {},
1005
+ "deprecationReason": null,
1006
+ "description": "Rule ID",
1007
+ "id_str": "remotePortFwd___removeRule___rule___rule___id",
1008
+ "isDeprecated": false,
1009
+ "name": "id",
1010
+ "path": "remotePortFwd.removeRule.rule.rule.id",
1011
+ "requestStr": "$id:ID! ",
1012
+ "required": true,
1013
+ "responseStr": "id:$id ",
1014
+ "type": {
1015
+ "kind": [
1016
+ "NON_NULL",
1017
+ "SCALAR"
1018
+ ],
1019
+ "name": "ID",
1020
+ "non_null": false
1021
+ },
1022
+ "varName": "id"
1023
+ },
1024
+ "index": {
1025
+ "args": {},
1026
+ "deprecationReason": null,
1027
+ "description": "Position / priority of rule",
1028
+ "id_str": "remotePortFwd___removeRule___rule___rule___index",
1029
+ "isDeprecated": false,
1030
+ "name": "index",
1031
+ "path": "remotePortFwd.removeRule.rule.rule.index",
1032
+ "requestStr": "$index:Int! ",
1033
+ "required": true,
1034
+ "responseStr": "index:$index ",
1035
+ "type": {
1036
+ "kind": [
1037
+ "NON_NULL",
1038
+ "SCALAR"
1039
+ ],
1040
+ "name": "Int",
1041
+ "non_null": false
1042
+ },
1043
+ "varName": "index"
1044
+ },
1045
+ "internalIp": {
1046
+ "args": {},
1047
+ "deprecationReason": null,
1048
+ "description": null,
1049
+ "id_str": "remotePortFwd___removeRule___rule___rule___internalIp",
1050
+ "isDeprecated": false,
1051
+ "name": "internalIp",
1052
+ "path": "remotePortFwd.removeRule.rule.rule.internalIp",
1053
+ "requestStr": "$internalIp:IPAddress! ",
1054
+ "required": true,
1055
+ "responseStr": "internalIp:$internalIp ",
1056
+ "type": {
1057
+ "kind": [
1058
+ "NON_NULL",
1059
+ "SCALAR"
1060
+ ],
1061
+ "name": "IPAddress",
1062
+ "non_null": false
1063
+ },
1064
+ "varName": "internalIp"
1065
+ },
1066
+ "internalPortRange": {
1067
+ "alias": "portRangeInternalPortRange: internalPortRange",
1068
+ "args": {},
1069
+ "deprecationReason": null,
1070
+ "description": null,
1071
+ "id_str": "remotePortFwd___removeRule___rule___rule___internalPortRange",
1072
+ "isDeprecated": false,
1073
+ "name": "internalPortRange",
1074
+ "path": "remotePortFwd.removeRule.rule.rule.internalPortRange",
1075
+ "requestStr": "$portRange:PortRange! ",
1076
+ "required": true,
1077
+ "responseStr": "internalPortRange:$portRange ",
1078
+ "type": {
1079
+ "definition": {
1080
+ "description": "Inclusive network port range",
1081
+ "enumValues": null,
1082
+ "fields": {
1083
+ "from": {
1084
+ "args": {},
1085
+ "deprecationReason": null,
1086
+ "description": null,
1087
+ "id_str": "remotePortFwd___removeRule___rule___rule___internalPortRange___from",
1088
+ "isDeprecated": false,
1089
+ "name": "from",
1090
+ "path": "remotePortFwd.removeRule.rule.rule.internalPortRange.from",
1091
+ "requestStr": "$from:Port! ",
1092
+ "required": true,
1093
+ "responseStr": "from:$from ",
1094
+ "type": {
1095
+ "kind": [
1096
+ "NON_NULL",
1097
+ "SCALAR"
1098
+ ],
1099
+ "name": "Port",
1100
+ "non_null": false
1101
+ },
1102
+ "varName": "from"
1103
+ },
1104
+ "to": {
1105
+ "args": {},
1106
+ "deprecationReason": null,
1107
+ "description": null,
1108
+ "id_str": "remotePortFwd___removeRule___rule___rule___internalPortRange___to",
1109
+ "isDeprecated": false,
1110
+ "name": "to",
1111
+ "path": "remotePortFwd.removeRule.rule.rule.internalPortRange.to",
1112
+ "requestStr": "$to:Port! ",
1113
+ "required": true,
1114
+ "responseStr": "to:$to ",
1115
+ "type": {
1116
+ "kind": [
1117
+ "NON_NULL",
1118
+ "SCALAR"
1119
+ ],
1120
+ "name": "Port",
1121
+ "non_null": false
1122
+ },
1123
+ "varName": "to"
1124
+ }
1125
+ },
1126
+ "inputFields": null,
1127
+ "interfaces": {},
1128
+ "kind": "OBJECT",
1129
+ "name": "PortRange",
1130
+ "possibleTypes": null
1131
+ },
1132
+ "indexType": "object",
1133
+ "kind": [
1134
+ "NON_NULL",
1135
+ "OBJECT"
1136
+ ],
1137
+ "name": "PortRange",
1138
+ "non_null": false
1139
+ },
1140
+ "varName": "portRange"
1141
+ },
1142
+ "name": {
1143
+ "args": {},
1144
+ "deprecationReason": null,
1145
+ "description": "Name of the rule",
1146
+ "id_str": "remotePortFwd___removeRule___rule___rule___name",
1147
+ "isDeprecated": false,
1148
+ "name": "name",
1149
+ "path": "remotePortFwd.removeRule.rule.rule.name",
1150
+ "requestStr": "$name:String! ",
1151
+ "required": true,
1152
+ "responseStr": "name:$name ",
1153
+ "type": {
1154
+ "kind": [
1155
+ "NON_NULL",
1156
+ "SCALAR"
1157
+ ],
1158
+ "name": "String",
1159
+ "non_null": false
1160
+ },
1161
+ "varName": "name"
1162
+ },
1163
+ "remoteIPs": {
1164
+ "alias": "remotePortFwdRemoteIpsRemoteIPs: remoteIPs",
1165
+ "args": {},
1166
+ "deprecationReason": null,
1167
+ "description": null,
1168
+ "id_str": "remotePortFwd___removeRule___rule___rule___remoteIPs",
1169
+ "isDeprecated": false,
1170
+ "name": "remoteIPs",
1171
+ "path": "remotePortFwd.removeRule.rule.rule.remoteIPs",
1172
+ "requestStr": "$remotePortFwdRemoteIps:RemotePortFwdRemoteIps! ",
1173
+ "required": true,
1174
+ "responseStr": "remoteIPs:$remotePortFwdRemoteIps ",
1175
+ "type": {
1176
+ "definition": {
1177
+ "description": null,
1178
+ "enumValues": null,
1179
+ "fields": {
1180
+ "globalIpRange": {
1181
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1182
+ "args": {},
1183
+ "deprecationReason": null,
1184
+ "description": null,
1185
+ "id_str": "remotePortFwd___removeRule___rule___rule___remoteIPs___globalIpRange",
1186
+ "isDeprecated": false,
1187
+ "name": "globalIpRange",
1188
+ "path": "remotePortFwd.removeRule.rule.rule.remoteIPs.globalIpRange",
1189
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
1190
+ "required": true,
1191
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
1192
+ "type": {
1193
+ "definition": {
1194
+ "description": null,
1195
+ "enumValues": null,
1196
+ "fields": {
1197
+ "id": {
1198
+ "args": {},
1199
+ "deprecationReason": null,
1200
+ "description": null,
1201
+ "id_str": "remotePortFwd___removeRule___rule___rule___remoteIPs___globalIpRange___id",
1202
+ "isDeprecated": false,
1203
+ "name": "id",
1204
+ "path": "remotePortFwd.removeRule.rule.rule.remoteIPs.globalIpRange.id",
1205
+ "requestStr": "$id:ID! ",
1206
+ "required": true,
1207
+ "responseStr": "id:$id ",
1208
+ "type": {
1209
+ "kind": [
1210
+ "NON_NULL",
1211
+ "SCALAR"
1212
+ ],
1213
+ "name": "ID",
1214
+ "non_null": false
1215
+ },
1216
+ "varName": "id"
1217
+ },
1218
+ "name": {
1219
+ "args": {},
1220
+ "deprecationReason": null,
1221
+ "description": null,
1222
+ "id_str": "remotePortFwd___removeRule___rule___rule___remoteIPs___globalIpRange___name",
1223
+ "isDeprecated": false,
1224
+ "name": "name",
1225
+ "path": "remotePortFwd.removeRule.rule.rule.remoteIPs.globalIpRange.name",
1226
+ "requestStr": "$name:String! ",
1227
+ "required": true,
1228
+ "responseStr": "name:$name ",
1229
+ "type": {
1230
+ "kind": [
1231
+ "NON_NULL",
1232
+ "SCALAR"
1233
+ ],
1234
+ "name": "String",
1235
+ "non_null": false
1236
+ },
1237
+ "varName": "name"
1238
+ }
1239
+ },
1240
+ "inputFields": null,
1241
+ "interfaces": {},
1242
+ "kind": "OBJECT",
1243
+ "name": "GlobalIpRangeRef",
1244
+ "possibleTypes": null
1245
+ },
1246
+ "indexType": "object",
1247
+ "kind": [
1248
+ "NON_NULL",
1249
+ "LIST",
1250
+ "NON_NULL",
1251
+ "OBJECT"
1252
+ ],
1253
+ "name": "GlobalIpRangeRef",
1254
+ "non_null": false
1255
+ },
1256
+ "varName": "globalIpRangeRef"
1257
+ },
1258
+ "ip": {
1259
+ "args": {},
1260
+ "deprecationReason": null,
1261
+ "description": null,
1262
+ "id_str": "remotePortFwd___removeRule___rule___rule___remoteIPs___ip",
1263
+ "isDeprecated": false,
1264
+ "name": "ip",
1265
+ "path": "remotePortFwd.removeRule.rule.rule.remoteIPs.ip",
1266
+ "requestStr": "$ip:[IPAddress]! ",
1267
+ "required": true,
1268
+ "responseStr": "ip:$ip ",
1269
+ "type": {
1270
+ "kind": [
1271
+ "NON_NULL",
1272
+ "LIST",
1273
+ "NON_NULL",
1274
+ "SCALAR"
1275
+ ],
1276
+ "name": "IPAddress",
1277
+ "non_null": false
1278
+ },
1279
+ "varName": "ip"
1280
+ },
1281
+ "ipRange": {
1282
+ "alias": "ipAddressRangeIpRange: ipRange",
1283
+ "args": {},
1284
+ "deprecationReason": null,
1285
+ "description": null,
1286
+ "id_str": "remotePortFwd___removeRule___rule___rule___remoteIPs___ipRange",
1287
+ "isDeprecated": false,
1288
+ "name": "ipRange",
1289
+ "path": "remotePortFwd.removeRule.rule.rule.remoteIPs.ipRange",
1290
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
1291
+ "required": true,
1292
+ "responseStr": "ipRange:$ipAddressRange ",
1293
+ "type": {
1294
+ "definition": {
1295
+ "description": "Inclusive range of IPs",
1296
+ "enumValues": null,
1297
+ "fields": {
1298
+ "from": {
1299
+ "args": {},
1300
+ "deprecationReason": null,
1301
+ "description": null,
1302
+ "id_str": "remotePortFwd___removeRule___rule___rule___remoteIPs___ipRange___from",
1303
+ "isDeprecated": false,
1304
+ "name": "from",
1305
+ "path": "remotePortFwd.removeRule.rule.rule.remoteIPs.ipRange.from",
1306
+ "requestStr": "$from:IPAddress! ",
1307
+ "required": true,
1308
+ "responseStr": "from:$from ",
1309
+ "type": {
1310
+ "kind": [
1311
+ "NON_NULL",
1312
+ "SCALAR"
1313
+ ],
1314
+ "name": "IPAddress",
1315
+ "non_null": false
1316
+ },
1317
+ "varName": "from"
1318
+ },
1319
+ "to": {
1320
+ "args": {},
1321
+ "deprecationReason": null,
1322
+ "description": null,
1323
+ "id_str": "remotePortFwd___removeRule___rule___rule___remoteIPs___ipRange___to",
1324
+ "isDeprecated": false,
1325
+ "name": "to",
1326
+ "path": "remotePortFwd.removeRule.rule.rule.remoteIPs.ipRange.to",
1327
+ "requestStr": "$to:IPAddress! ",
1328
+ "required": true,
1329
+ "responseStr": "to:$to ",
1330
+ "type": {
1331
+ "kind": [
1332
+ "NON_NULL",
1333
+ "SCALAR"
1334
+ ],
1335
+ "name": "IPAddress",
1336
+ "non_null": false
1337
+ },
1338
+ "varName": "to"
1339
+ }
1340
+ },
1341
+ "inputFields": null,
1342
+ "interfaces": {},
1343
+ "kind": "OBJECT",
1344
+ "name": "IpAddressRange",
1345
+ "possibleTypes": null
1346
+ },
1347
+ "indexType": "object",
1348
+ "kind": [
1349
+ "NON_NULL",
1350
+ "LIST",
1351
+ "NON_NULL",
1352
+ "OBJECT"
1353
+ ],
1354
+ "name": "IpAddressRange",
1355
+ "non_null": false
1356
+ },
1357
+ "varName": "ipAddressRange"
1358
+ },
1359
+ "subnet": {
1360
+ "args": {},
1361
+ "deprecationReason": null,
1362
+ "description": null,
1363
+ "id_str": "remotePortFwd___removeRule___rule___rule___remoteIPs___subnet",
1364
+ "isDeprecated": false,
1365
+ "name": "subnet",
1366
+ "path": "remotePortFwd.removeRule.rule.rule.remoteIPs.subnet",
1367
+ "requestStr": "$subnet:[NetworkSubnet]! ",
1368
+ "required": true,
1369
+ "responseStr": "subnet:$subnet ",
1370
+ "type": {
1371
+ "kind": [
1372
+ "NON_NULL",
1373
+ "LIST",
1374
+ "NON_NULL",
1375
+ "SCALAR"
1376
+ ],
1377
+ "name": "NetworkSubnet",
1378
+ "non_null": false
1379
+ },
1380
+ "varName": "subnet"
1381
+ }
1382
+ },
1383
+ "inputFields": null,
1384
+ "interfaces": {},
1385
+ "kind": "OBJECT",
1386
+ "name": "RemotePortFwdRemoteIps",
1387
+ "possibleTypes": null
1388
+ },
1389
+ "indexType": "object",
1390
+ "kind": [
1391
+ "NON_NULL",
1392
+ "OBJECT"
1393
+ ],
1394
+ "name": "RemotePortFwdRemoteIps",
1395
+ "non_null": false
1396
+ },
1397
+ "varName": "remotePortFwdRemoteIps"
1398
+ },
1399
+ "restrictionType": {
1400
+ "alias": "remotePortFwdRestrictionTypeRestrictionType: restrictionType",
1401
+ "args": {},
1402
+ "deprecationReason": null,
1403
+ "description": null,
1404
+ "id_str": "remotePortFwd___removeRule___rule___rule___restrictionType",
1405
+ "isDeprecated": false,
1406
+ "name": "restrictionType",
1407
+ "path": "remotePortFwd.removeRule.rule.rule.restrictionType",
1408
+ "requestStr": "$restrictionType:RemotePortFwdRestrictionType! ",
1409
+ "required": true,
1410
+ "responseStr": "restrictionType:$restrictionType ",
1411
+ "type": {
1412
+ "definition": {
1413
+ "description": null,
1414
+ "enumValues": [
1415
+ {
1416
+ "deprecationReason": null,
1417
+ "description": null,
1418
+ "isDeprecated": false,
1419
+ "name": "ALLOW_LIST"
1420
+ },
1421
+ {
1422
+ "deprecationReason": null,
1423
+ "description": null,
1424
+ "isDeprecated": false,
1425
+ "name": "BLOCK_LIST"
1426
+ }
1427
+ ],
1428
+ "fields": null,
1429
+ "inputFields": null,
1430
+ "interfaces": null,
1431
+ "kind": "ENUM",
1432
+ "name": "RemotePortFwdRestrictionType",
1433
+ "possibleTypes": null
1434
+ },
1435
+ "indexType": "enum",
1436
+ "kind": [
1437
+ "NON_NULL",
1438
+ "ENUM"
1439
+ ],
1440
+ "name": "RemotePortFwdRestrictionType",
1441
+ "non_null": false
1442
+ },
1443
+ "varName": "restrictionType"
1444
+ },
1445
+ "section": {
1446
+ "alias": "policySectionInfoSection: section",
1447
+ "args": {},
1448
+ "deprecationReason": null,
1449
+ "description": "Policy section where the rule is located",
1450
+ "id_str": "remotePortFwd___removeRule___rule___rule___section",
1451
+ "isDeprecated": false,
1452
+ "name": "section",
1453
+ "path": "remotePortFwd.removeRule.rule.rule.section",
1454
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
1455
+ "required": true,
1456
+ "responseStr": "section:$policySectionInfo ",
1457
+ "type": {
1458
+ "definition": {
1459
+ "description": "Define settings for a policy section",
1460
+ "enumValues": null,
1461
+ "fields": {
1462
+ "id": {
1463
+ "args": {},
1464
+ "deprecationReason": null,
1465
+ "description": null,
1466
+ "id_str": "remotePortFwd___removeRule___rule___rule___section___id",
1467
+ "isDeprecated": false,
1468
+ "name": "id",
1469
+ "path": "remotePortFwd.removeRule.rule.rule.section.id",
1470
+ "requestStr": "$id:ID! ",
1471
+ "required": true,
1472
+ "responseStr": "id:$id ",
1473
+ "type": {
1474
+ "kind": [
1475
+ "NON_NULL",
1476
+ "SCALAR"
1477
+ ],
1478
+ "name": "ID",
1479
+ "non_null": false
1480
+ },
1481
+ "varName": "id"
1482
+ },
1483
+ "name": {
1484
+ "args": {},
1485
+ "deprecationReason": null,
1486
+ "description": null,
1487
+ "id_str": "remotePortFwd___removeRule___rule___rule___section___name",
1488
+ "isDeprecated": false,
1489
+ "name": "name",
1490
+ "path": "remotePortFwd.removeRule.rule.rule.section.name",
1491
+ "requestStr": "$name:String! ",
1492
+ "required": true,
1493
+ "responseStr": "name:$name ",
1494
+ "type": {
1495
+ "kind": [
1496
+ "NON_NULL",
1497
+ "SCALAR"
1498
+ ],
1499
+ "name": "String",
1500
+ "non_null": false
1501
+ },
1502
+ "varName": "name"
1503
+ }
1504
+ },
1505
+ "inputFields": null,
1506
+ "interfaces": {},
1507
+ "kind": "OBJECT",
1508
+ "name": "PolicySectionInfo",
1509
+ "possibleTypes": null
1510
+ },
1511
+ "indexType": "object",
1512
+ "kind": [
1513
+ "NON_NULL",
1514
+ "OBJECT"
1515
+ ],
1516
+ "name": "PolicySectionInfo",
1517
+ "non_null": false
1518
+ },
1519
+ "varName": "policySectionInfo"
1520
+ },
1521
+ "tracking": {
1522
+ "alias": "policyRuleTrackingAlertTracking: tracking",
1523
+ "args": {},
1524
+ "deprecationReason": null,
1525
+ "description": null,
1526
+ "id_str": "remotePortFwd___removeRule___rule___rule___tracking",
1527
+ "isDeprecated": false,
1528
+ "name": "tracking",
1529
+ "path": "remotePortFwd.removeRule.rule.rule.tracking",
1530
+ "requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
1531
+ "required": true,
1532
+ "responseStr": "tracking:$policyRuleTrackingAlert ",
1533
+ "type": {
1534
+ "definition": {
1535
+ "description": "Returns data for the alert settings for the rule",
1536
+ "enumValues": null,
1537
+ "fields": {
1538
+ "enabled": {
1539
+ "args": {},
1540
+ "deprecationReason": null,
1541
+ "description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
1542
+ "id_str": "remotePortFwd___removeRule___rule___rule___tracking___enabled",
1543
+ "isDeprecated": false,
1544
+ "name": "enabled",
1545
+ "path": "remotePortFwd.removeRule.rule.rule.tracking.enabled",
1546
+ "requestStr": "$enabled:Boolean! ",
1547
+ "required": true,
1548
+ "responseStr": "enabled:$enabled ",
1549
+ "type": {
1550
+ "kind": [
1551
+ "NON_NULL",
1552
+ "SCALAR"
1553
+ ],
1554
+ "name": "Boolean",
1555
+ "non_null": false
1556
+ },
1557
+ "varName": "enabled"
1558
+ },
1559
+ "frequency": {
1560
+ "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
1561
+ "args": {},
1562
+ "deprecationReason": null,
1563
+ "description": "Returns data for the alert frequency",
1564
+ "id_str": "remotePortFwd___removeRule___rule___rule___tracking___frequency",
1565
+ "isDeprecated": false,
1566
+ "name": "frequency",
1567
+ "path": "remotePortFwd.removeRule.rule.rule.tracking.frequency",
1568
+ "requestStr": "$frequency:PolicyRuleTrackingFrequencyEnum! ",
1569
+ "required": true,
1570
+ "responseStr": "frequency:$frequency ",
1571
+ "type": {
1572
+ "definition": {
1573
+ "description": "Enum for the frequency of an alert event for a rule",
1574
+ "enumValues": [
1575
+ {
1576
+ "deprecationReason": null,
1577
+ "description": null,
1578
+ "isDeprecated": false,
1579
+ "name": "HOURLY"
1580
+ },
1581
+ {
1582
+ "deprecationReason": null,
1583
+ "description": null,
1584
+ "isDeprecated": false,
1585
+ "name": "DAILY"
1586
+ },
1587
+ {
1588
+ "deprecationReason": null,
1589
+ "description": null,
1590
+ "isDeprecated": false,
1591
+ "name": "WEEKLY"
1592
+ },
1593
+ {
1594
+ "deprecationReason": null,
1595
+ "description": null,
1596
+ "isDeprecated": false,
1597
+ "name": "IMMEDIATE"
1598
+ }
1599
+ ],
1600
+ "fields": null,
1601
+ "inputFields": null,
1602
+ "interfaces": null,
1603
+ "kind": "ENUM",
1604
+ "name": "PolicyRuleTrackingFrequencyEnum",
1605
+ "possibleTypes": null
1606
+ },
1607
+ "indexType": "enum",
1608
+ "kind": [
1609
+ "NON_NULL",
1610
+ "ENUM"
1611
+ ],
1612
+ "name": "PolicyRuleTrackingFrequencyEnum",
1613
+ "non_null": false
1614
+ },
1615
+ "varName": "frequency"
1616
+ },
1617
+ "mailingList": {
1618
+ "alias": "subscriptionMailingListRefMailingList: mailingList",
1619
+ "args": {},
1620
+ "deprecationReason": null,
1621
+ "description": "Returns data for the Mailing List that receives the alert",
1622
+ "id_str": "remotePortFwd___removeRule___rule___rule___tracking___mailingList",
1623
+ "isDeprecated": false,
1624
+ "name": "mailingList",
1625
+ "path": "remotePortFwd.removeRule.rule.rule.tracking.mailingList",
1626
+ "requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
1627
+ "required": true,
1628
+ "responseStr": "mailingList:$subscriptionMailingListRef ",
1629
+ "type": {
1630
+ "definition": {
1631
+ "description": null,
1632
+ "enumValues": null,
1633
+ "fields": {
1634
+ "id": {
1635
+ "args": {},
1636
+ "deprecationReason": null,
1637
+ "description": null,
1638
+ "id_str": "remotePortFwd___removeRule___rule___rule___tracking___mailingList___id",
1639
+ "isDeprecated": false,
1640
+ "name": "id",
1641
+ "path": "remotePortFwd.removeRule.rule.rule.tracking.mailingList.id",
1642
+ "requestStr": "$id:ID! ",
1643
+ "required": true,
1644
+ "responseStr": "id:$id ",
1645
+ "type": {
1646
+ "kind": [
1647
+ "NON_NULL",
1648
+ "SCALAR"
1649
+ ],
1650
+ "name": "ID",
1651
+ "non_null": false
1652
+ },
1653
+ "varName": "id"
1654
+ },
1655
+ "name": {
1656
+ "args": {},
1657
+ "deprecationReason": null,
1658
+ "description": null,
1659
+ "id_str": "remotePortFwd___removeRule___rule___rule___tracking___mailingList___name",
1660
+ "isDeprecated": false,
1661
+ "name": "name",
1662
+ "path": "remotePortFwd.removeRule.rule.rule.tracking.mailingList.name",
1663
+ "requestStr": "$name:String! ",
1664
+ "required": true,
1665
+ "responseStr": "name:$name ",
1666
+ "type": {
1667
+ "kind": [
1668
+ "NON_NULL",
1669
+ "SCALAR"
1670
+ ],
1671
+ "name": "String",
1672
+ "non_null": false
1673
+ },
1674
+ "varName": "name"
1675
+ }
1676
+ },
1677
+ "inputFields": null,
1678
+ "interfaces": {},
1679
+ "kind": "OBJECT",
1680
+ "name": "SubscriptionMailingListRef",
1681
+ "possibleTypes": null
1682
+ },
1683
+ "indexType": "object",
1684
+ "kind": [
1685
+ "NON_NULL",
1686
+ "LIST",
1687
+ "NON_NULL",
1688
+ "OBJECT"
1689
+ ],
1690
+ "name": "SubscriptionMailingListRef",
1691
+ "non_null": false
1692
+ },
1693
+ "varName": "subscriptionMailingListRef"
1694
+ },
1695
+ "subscriptionGroup": {
1696
+ "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
1697
+ "args": {},
1698
+ "deprecationReason": null,
1699
+ "description": "Returns data for the Subscription Group that receives the alert",
1700
+ "id_str": "remotePortFwd___removeRule___rule___rule___tracking___subscriptionGroup",
1701
+ "isDeprecated": false,
1702
+ "name": "subscriptionGroup",
1703
+ "path": "remotePortFwd.removeRule.rule.rule.tracking.subscriptionGroup",
1704
+ "requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
1705
+ "required": true,
1706
+ "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
1707
+ "type": {
1708
+ "definition": {
1709
+ "description": null,
1710
+ "enumValues": null,
1711
+ "fields": {
1712
+ "id": {
1713
+ "args": {},
1714
+ "deprecationReason": null,
1715
+ "description": null,
1716
+ "id_str": "remotePortFwd___removeRule___rule___rule___tracking___subscriptionGroup___id",
1717
+ "isDeprecated": false,
1718
+ "name": "id",
1719
+ "path": "remotePortFwd.removeRule.rule.rule.tracking.subscriptionGroup.id",
1720
+ "requestStr": "$id:ID! ",
1721
+ "required": true,
1722
+ "responseStr": "id:$id ",
1723
+ "type": {
1724
+ "kind": [
1725
+ "NON_NULL",
1726
+ "SCALAR"
1727
+ ],
1728
+ "name": "ID",
1729
+ "non_null": false
1730
+ },
1731
+ "varName": "id"
1732
+ },
1733
+ "name": {
1734
+ "args": {},
1735
+ "deprecationReason": null,
1736
+ "description": null,
1737
+ "id_str": "remotePortFwd___removeRule___rule___rule___tracking___subscriptionGroup___name",
1738
+ "isDeprecated": false,
1739
+ "name": "name",
1740
+ "path": "remotePortFwd.removeRule.rule.rule.tracking.subscriptionGroup.name",
1741
+ "requestStr": "$name:String! ",
1742
+ "required": true,
1743
+ "responseStr": "name:$name ",
1744
+ "type": {
1745
+ "kind": [
1746
+ "NON_NULL",
1747
+ "SCALAR"
1748
+ ],
1749
+ "name": "String",
1750
+ "non_null": false
1751
+ },
1752
+ "varName": "name"
1753
+ }
1754
+ },
1755
+ "inputFields": null,
1756
+ "interfaces": {},
1757
+ "kind": "OBJECT",
1758
+ "name": "SubscriptionGroupRef",
1759
+ "possibleTypes": null
1760
+ },
1761
+ "indexType": "object",
1762
+ "kind": [
1763
+ "NON_NULL",
1764
+ "LIST",
1765
+ "NON_NULL",
1766
+ "OBJECT"
1767
+ ],
1768
+ "name": "SubscriptionGroupRef",
1769
+ "non_null": false
1770
+ },
1771
+ "varName": "subscriptionGroupRef"
1772
+ },
1773
+ "webhook": {
1774
+ "alias": "subscriptionWebhookRefWebhook: webhook",
1775
+ "args": {},
1776
+ "deprecationReason": null,
1777
+ "description": "Returns data for the Webhook that receives the alert",
1778
+ "id_str": "remotePortFwd___removeRule___rule___rule___tracking___webhook",
1779
+ "isDeprecated": false,
1780
+ "name": "webhook",
1781
+ "path": "remotePortFwd.removeRule.rule.rule.tracking.webhook",
1782
+ "requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
1783
+ "required": true,
1784
+ "responseStr": "webhook:$subscriptionWebhookRef ",
1785
+ "type": {
1786
+ "definition": {
1787
+ "description": null,
1788
+ "enumValues": null,
1789
+ "fields": {
1790
+ "id": {
1791
+ "args": {},
1792
+ "deprecationReason": null,
1793
+ "description": null,
1794
+ "id_str": "remotePortFwd___removeRule___rule___rule___tracking___webhook___id",
1795
+ "isDeprecated": false,
1796
+ "name": "id",
1797
+ "path": "remotePortFwd.removeRule.rule.rule.tracking.webhook.id",
1798
+ "requestStr": "$id:ID! ",
1799
+ "required": true,
1800
+ "responseStr": "id:$id ",
1801
+ "type": {
1802
+ "kind": [
1803
+ "NON_NULL",
1804
+ "SCALAR"
1805
+ ],
1806
+ "name": "ID",
1807
+ "non_null": false
1808
+ },
1809
+ "varName": "id"
1810
+ },
1811
+ "name": {
1812
+ "args": {},
1813
+ "deprecationReason": null,
1814
+ "description": null,
1815
+ "id_str": "remotePortFwd___removeRule___rule___rule___tracking___webhook___name",
1816
+ "isDeprecated": false,
1817
+ "name": "name",
1818
+ "path": "remotePortFwd.removeRule.rule.rule.tracking.webhook.name",
1819
+ "requestStr": "$name:String! ",
1820
+ "required": true,
1821
+ "responseStr": "name:$name ",
1822
+ "type": {
1823
+ "kind": [
1824
+ "NON_NULL",
1825
+ "SCALAR"
1826
+ ],
1827
+ "name": "String",
1828
+ "non_null": false
1829
+ },
1830
+ "varName": "name"
1831
+ }
1832
+ },
1833
+ "inputFields": null,
1834
+ "interfaces": {},
1835
+ "kind": "OBJECT",
1836
+ "name": "SubscriptionWebhookRef",
1837
+ "possibleTypes": null
1838
+ },
1839
+ "indexType": "object",
1840
+ "kind": [
1841
+ "NON_NULL",
1842
+ "LIST",
1843
+ "NON_NULL",
1844
+ "OBJECT"
1845
+ ],
1846
+ "name": "SubscriptionWebhookRef",
1847
+ "non_null": false
1848
+ },
1849
+ "varName": "subscriptionWebhookRef"
1850
+ }
1851
+ },
1852
+ "inputFields": null,
1853
+ "interfaces": {},
1854
+ "kind": "OBJECT",
1855
+ "name": "PolicyRuleTrackingAlert",
1856
+ "possibleTypes": null
1857
+ },
1858
+ "indexType": "object",
1859
+ "kind": [
1860
+ "NON_NULL",
1861
+ "OBJECT"
1862
+ ],
1863
+ "name": "PolicyRuleTrackingAlert",
1864
+ "non_null": false
1865
+ },
1866
+ "varName": "policyRuleTrackingAlert"
1867
+ }
1868
+ },
1869
+ "inputFields": null,
1870
+ "interfaces": {},
1871
+ "kind": "OBJECT",
1872
+ "name": "RemotePortFwdRule",
1873
+ "possibleTypes": null
1874
+ },
1875
+ "indexType": "object",
1876
+ "kind": [
1877
+ "NON_NULL",
1878
+ "OBJECT"
1879
+ ],
1880
+ "name": "RemotePortFwdRule",
1881
+ "non_null": false
1882
+ },
1883
+ "varName": "remotePortFwdRule"
1884
+ }
1885
+ },
1886
+ "inputFields": null,
1887
+ "interfaces": {},
1888
+ "kind": "OBJECT",
1889
+ "name": "RemotePortFwdRulePayload",
1890
+ "possibleTypes": null
1891
+ },
1892
+ "indexType": "object",
1893
+ "kind": [
1894
+ "OBJECT"
1895
+ ],
1896
+ "name": "RemotePortFwdRulePayload",
1897
+ "non_null": false
1898
+ },
1899
+ "varName": "remotePortFwdRulePayload"
1900
+ },
1901
+ "status": {
1902
+ "alias": "policyMutationStatusStatus: status",
1903
+ "args": {},
1904
+ "deprecationReason": null,
1905
+ "description": null,
1906
+ "id_str": "remotePortFwd___removeRule___status",
1907
+ "isDeprecated": false,
1908
+ "name": "status",
1909
+ "path": "remotePortFwd.removeRule.status",
1910
+ "requestStr": "$status:PolicyMutationStatus! ",
1911
+ "required": true,
1912
+ "responseStr": "status:$status ",
1913
+ "type": {
1914
+ "definition": {
1915
+ "description": "Enum for the status of a policy mutation",
1916
+ "enumValues": [
1917
+ {
1918
+ "deprecationReason": null,
1919
+ "description": null,
1920
+ "isDeprecated": false,
1921
+ "name": "SUCCESS"
1922
+ },
1923
+ {
1924
+ "deprecationReason": null,
1925
+ "description": null,
1926
+ "isDeprecated": false,
1927
+ "name": "FAILURE"
1928
+ }
1929
+ ],
1930
+ "fields": null,
1931
+ "inputFields": null,
1932
+ "interfaces": null,
1933
+ "kind": "ENUM",
1934
+ "name": "PolicyMutationStatus",
1935
+ "possibleTypes": null
1936
+ },
1937
+ "indexType": "enum",
1938
+ "kind": [
1939
+ "NON_NULL",
1940
+ "ENUM"
1941
+ ],
1942
+ "name": "PolicyMutationStatus",
1943
+ "non_null": false
1944
+ },
1945
+ "varName": "status"
1946
+ }
1947
+ },
1948
+ "inputFields": null,
1949
+ "interfaces": {},
1950
+ "kind": "OBJECT",
1951
+ "name": "RemotePortFwdRuleMutationPayload",
1952
+ "possibleTypes": null
1953
+ },
1954
+ "indexType": "object",
1955
+ "kind": [
1956
+ "NON_NULL",
1957
+ "OBJECT"
1958
+ ],
1959
+ "name": "RemotePortFwdRuleMutationPayload",
1960
+ "non_null": false
1961
+ },
1962
+ "varName": "remotePortFwdRuleMutationPayload"
1963
+ }
1964
+ },
1965
+ "inputFields": null,
1966
+ "interfaces": {},
1967
+ "kind": "OBJECT",
1968
+ "name": "RemotePortFwdPolicyMutations",
1969
+ "possibleTypes": null
1970
+ },
1971
+ "indexType": "object",
1972
+ "kind": [
1973
+ "OBJECT"
1974
+ ],
1975
+ "name": "RemotePortFwdPolicyMutations",
1976
+ "non_null": false
1977
+ },
1978
+ "varName": "remotePortFwdPolicyMutations"
1979
+ }
1980
+ },
1981
+ "inputFields": null,
1982
+ "interfaces": [],
1983
+ "kind": "OBJECT",
1984
+ "name": "PolicyMutations",
1985
+ "possibleTypes": null
1986
+ },
1987
+ "indexType": "object",
1988
+ "kind": [
1989
+ "OBJECT"
1990
+ ],
1991
+ "name": "PolicyMutations",
1992
+ "non_null": false
1993
+ },
1994
+ "variablesPayload": {
1995
+ "remotePortFwdPolicyMutationInput": {
1996
+ "policyMutationRevisionInput": {
1997
+ "id": {
1998
+ "id": "ID"
1999
+ }
2000
+ }
2001
+ },
2002
+ "remotePortFwdRemoveRuleInput": {
2003
+ "id": {
2004
+ "id": "ID"
2005
+ }
2006
+ }
2007
+ }
2008
+ }