catocli 1.0.14__py3-none-any.whl → 1.0.17__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 (249) hide show
  1. catocli/Utils/clidriver.py +19 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_accountManagement/README.md +7 -0
  4. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  5. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  6. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  7. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  8. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  9. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  10. catocli/parsers/mutation_container_delete/README.md +2 -2
  11. catocli/parsers/mutation_policy/__init__.py +348 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  17. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  18. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  19. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  20. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  21. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  22. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  23. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  26. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  27. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  29. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  30. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  31. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  32. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  33. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  34. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  35. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  36. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  37. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  38. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  39. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  40. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  41. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  42. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  43. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  44. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  45. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  46. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  47. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  48. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  49. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  50. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  51. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  52. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  53. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  54. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  55. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  56. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  57. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  58. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  59. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  60. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  61. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  62. catocli/parsers/mutation_site/__init__.py +98 -0
  63. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  64. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  65. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  66. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  67. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  68. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  69. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  70. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  71. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  72. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  73. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  74. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  75. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  76. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  77. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  78. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  79. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  80. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  81. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  82. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  83. catocli/parsers/mutation_sites/__init__.py +98 -0
  84. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  85. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  86. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  87. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  88. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  89. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  90. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  91. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  92. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  93. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  94. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  95. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  96. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  97. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  98. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  99. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  100. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  101. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  102. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  103. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  104. catocli/parsers/parserApiClient.py +7 -4
  105. catocli/parsers/query_accountManagement/README.md +16 -0
  106. catocli/parsers/query_accountManagement/__init__.py +17 -0
  107. catocli/parsers/query_admins/README.md +2 -2
  108. catocli/parsers/query_appStats/README.md +5 -5
  109. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  110. catocli/parsers/query_auditFeed/README.md +2 -2
  111. catocli/parsers/query_container/README.md +8 -8
  112. catocli/parsers/query_entityLookup/README.md +6 -6
  113. catocli/parsers/query_events/README.md +5 -5
  114. catocli/parsers/query_eventsFeed/README.md +3 -3
  115. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  116. catocli/parsers/query_hardwareManagement/README.md +2 -2
  117. catocli/parsers/query_policy/README.md +5 -3
  118. catocli/parsers/query_site/README.md +22 -0
  119. catocli/parsers/query_site/__init__.py +17 -0
  120. catocli/parsers/query_xdr_stories/README.md +2 -2
  121. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  122. catocli-1.0.17.dist-info/RECORD +356 -0
  123. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  124. models/mutation.accountManagement.addAccount.json +908 -0
  125. models/mutation.accountManagement.removeAccount.json +446 -0
  126. models/mutation.accountManagement.updateAccount.json +524 -0
  127. models/mutation.admin.addAdmin.json +103 -103
  128. models/mutation.admin.removeAdmin.json +3 -3
  129. models/mutation.admin.updateAdmin.json +121 -121
  130. models/mutation.container.delete.json +67 -67
  131. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  132. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  133. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  134. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  135. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  136. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  137. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  138. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  139. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  140. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  141. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  142. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  143. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  144. models/mutation.policy.internetFirewall.addSection.json +92 -92
  145. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  146. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  147. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  148. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  149. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  150. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  151. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  152. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  153. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  154. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  155. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  156. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  157. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  158. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  159. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  160. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  161. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  162. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  163. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  164. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  165. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  166. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  167. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  168. models/mutation.policy.wanFirewall.addSection.json +92 -92
  169. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  170. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  171. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  172. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  173. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  174. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  175. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  176. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  177. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  178. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  179. models/mutation.site.addBgpPeer.json +3334 -0
  180. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  181. models/mutation.site.addCloudInterconnectSite.json +911 -0
  182. models/mutation.site.addIpsecIkeV2Site.json +45 -45
  183. models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
  184. models/mutation.site.addNetworkRange.json +55 -55
  185. models/mutation.site.addSocketSite.json +45 -45
  186. models/mutation.site.addStaticHost.json +35 -35
  187. models/mutation.site.removeBgpPeer.json +1158 -0
  188. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  189. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
  190. models/mutation.site.removeNetworkRange.json +5 -5
  191. models/mutation.site.removeSite.json +5 -5
  192. models/mutation.site.removeStaticHost.json +5 -5
  193. models/mutation.site.updateBgpPeer.json +3063 -0
  194. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  195. models/mutation.site.updateHa.json +56 -56
  196. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  197. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
  198. models/mutation.site.updateNetworkRange.json +76 -76
  199. models/mutation.site.updateSiteGeneralDetails.json +75 -75
  200. models/mutation.site.updateSocketInterface.json +284 -284
  201. models/mutation.site.updateStaticHost.json +56 -56
  202. models/mutation.sites.addBgpPeer.json +3334 -0
  203. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  204. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  205. models/mutation.sites.addIpsecIkeV2Site.json +45 -45
  206. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
  207. models/mutation.sites.addNetworkRange.json +55 -55
  208. models/mutation.sites.addSocketSite.json +45 -45
  209. models/mutation.sites.addStaticHost.json +35 -35
  210. models/mutation.sites.removeBgpPeer.json +1158 -0
  211. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  212. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
  213. models/mutation.sites.removeNetworkRange.json +5 -5
  214. models/mutation.sites.removeSite.json +5 -5
  215. models/mutation.sites.removeStaticHost.json +5 -5
  216. models/mutation.sites.updateBgpPeer.json +3063 -0
  217. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  218. models/mutation.sites.updateHa.json +56 -56
  219. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  220. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
  221. models/mutation.sites.updateNetworkRange.json +76 -76
  222. models/mutation.sites.updateSiteGeneralDetails.json +75 -75
  223. models/mutation.sites.updateSocketInterface.json +284 -284
  224. models/mutation.sites.updateStaticHost.json +56 -56
  225. models/query.accountManagement.json +355 -0
  226. models/query.accountMetrics.json +235 -235
  227. models/query.accountRoles.json +3 -3
  228. models/query.accountSnapshot.json +116 -116
  229. models/query.admin.json +24 -24
  230. models/query.admins.json +138 -138
  231. models/query.appStats.json +92 -92
  232. models/query.appStatsTimeSeries.json +78 -78
  233. models/query.auditFeed.json +113 -89
  234. models/query.container.json +192 -192
  235. models/query.entityLookup.json +154 -154
  236. models/query.events.json +198 -102
  237. models/query.eventsFeed.json +74 -50
  238. models/query.eventsTimeSeries.json +186 -114
  239. models/query.hardwareManagement.json +317 -125
  240. models/query.licensing.json +971 -434
  241. models/query.policy.json +10946 -5043
  242. models/query.site.json +4138 -0
  243. models/query.xdr.stories.json +869 -869
  244. models/query.xdr.story.json +637 -637
  245. schema/catolib.py +12 -12
  246. catocli-1.0.14.dist-info/RECORD +0 -264
  247. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  248. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  249. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2360 @@
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
+ "moveRule": {
25
+ "args": {
26
+ "moveRule___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "moveRule___input",
30
+ "name": "input",
31
+ "path": "moveRule.input",
32
+ "requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$policyMoveRuleInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": "Move the rule to a different position in the policy",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "id": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "moveRule___input___id",
45
+ "name": "id",
46
+ "path": "moveRule.input.id",
47
+ "requestStr": "$id:ID! ",
48
+ "required": true,
49
+ "responseStr": "id:$id ",
50
+ "type": {
51
+ "kind": [
52
+ "NON_NULL",
53
+ "SCALAR"
54
+ ],
55
+ "name": "ID",
56
+ "non_null": false
57
+ },
58
+ "varName": "id"
59
+ },
60
+ "to": {
61
+ "defaultValue": null,
62
+ "description": null,
63
+ "id_str": "moveRule___input___to",
64
+ "name": "to",
65
+ "path": "moveRule.input.to",
66
+ "requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
67
+ "required": false,
68
+ "responseStr": "to:$policyRulePositionInput ",
69
+ "type": {
70
+ "definition": {
71
+ "description": "Parameters required to define the rule position",
72
+ "enumValues": null,
73
+ "fields": null,
74
+ "inputFields": {
75
+ "position": {
76
+ "defaultValue": null,
77
+ "description": "Position relative to a policy, a section or another rule",
78
+ "id_str": "moveRule___input___to___position",
79
+ "name": "position",
80
+ "path": "moveRule.input.to.position",
81
+ "requestStr": "$position:PolicyRulePositionEnum ",
82
+ "required": false,
83
+ "responseStr": "position:$position ",
84
+ "type": {
85
+ "definition": {
86
+ "description": "Enum for the position of a rule within a policy",
87
+ "enumValues": [
88
+ {
89
+ "deprecationReason": null,
90
+ "description": "The rule position is after the pre-existing specified rule",
91
+ "isDeprecated": false,
92
+ "name": "AFTER_RULE"
93
+ },
94
+ {
95
+ "deprecationReason": null,
96
+ "description": "The rule position is before the pre-existing specified rule",
97
+ "isDeprecated": false,
98
+ "name": "BEFORE_RULE"
99
+ },
100
+ {
101
+ "deprecationReason": null,
102
+ "description": "The rule position is first in the specified section",
103
+ "isDeprecated": false,
104
+ "name": "FIRST_IN_SECTION"
105
+ },
106
+ {
107
+ "deprecationReason": null,
108
+ "description": "The rule position is last in the specified section",
109
+ "isDeprecated": false,
110
+ "name": "LAST_IN_SECTION"
111
+ },
112
+ {
113
+ "deprecationReason": null,
114
+ "description": "The rule position is immediately after the system rules (first non-system rule)",
115
+ "isDeprecated": false,
116
+ "name": "FIRST_IN_POLICY"
117
+ },
118
+ {
119
+ "deprecationReason": null,
120
+ "description": "The rule position is last in the policy",
121
+ "isDeprecated": false,
122
+ "name": "LAST_IN_POLICY"
123
+ }
124
+ ],
125
+ "fields": null,
126
+ "inputFields": null,
127
+ "interfaces": null,
128
+ "kind": "ENUM",
129
+ "name": "PolicyRulePositionEnum",
130
+ "possibleTypes": null
131
+ },
132
+ "indexType": "enum",
133
+ "kind": [
134
+ "ENUM"
135
+ ],
136
+ "name": "PolicyRulePositionEnum",
137
+ "non_null": false
138
+ },
139
+ "varName": "position"
140
+ },
141
+ "ref": {
142
+ "defaultValue": null,
143
+ "description": "The identifier of the object (e.g. a rule, a section) relative to which the position of the added rule is defined",
144
+ "id_str": "moveRule___input___to___ref",
145
+ "name": "ref",
146
+ "path": "moveRule.input.to.ref",
147
+ "requestStr": "$ref:ID ",
148
+ "required": false,
149
+ "responseStr": "ref:$ref ",
150
+ "type": {
151
+ "kind": [
152
+ "SCALAR"
153
+ ],
154
+ "name": "ID",
155
+ "non_null": false
156
+ },
157
+ "varName": "ref"
158
+ }
159
+ },
160
+ "interfaces": null,
161
+ "kind": "INPUT_OBJECT",
162
+ "name": "PolicyRulePositionInput",
163
+ "possibleTypes": null
164
+ },
165
+ "indexType": "input_object",
166
+ "kind": [
167
+ "INPUT_OBJECT"
168
+ ],
169
+ "name": "PolicyRulePositionInput",
170
+ "non_null": false
171
+ },
172
+ "varName": "policyRulePositionInput"
173
+ }
174
+ },
175
+ "interfaces": null,
176
+ "kind": "INPUT_OBJECT",
177
+ "name": "PolicyMoveRuleInput",
178
+ "possibleTypes": null
179
+ },
180
+ "indexType": "input_object",
181
+ "kind": [
182
+ "NON_NULL",
183
+ "INPUT_OBJECT"
184
+ ],
185
+ "name": "PolicyMoveRuleInput",
186
+ "non_null": false
187
+ },
188
+ "varName": "policyMoveRuleInput"
189
+ }
190
+ },
191
+ "deprecationReason": null,
192
+ "description": "Change the priority/position of an existing port forwarding rule.",
193
+ "isDeprecated": false,
194
+ "name": "moveRule",
195
+ "type": {
196
+ "kind": "NON_NULL",
197
+ "name": null,
198
+ "ofType": {
199
+ "kind": "OBJECT",
200
+ "name": "RemotePortFwdRuleMutationPayload",
201
+ "ofType": null
202
+ }
203
+ }
204
+ },
205
+ "remotePortFwd": {
206
+ "args": {
207
+ "remotePortFwd___input": {
208
+ "defaultValue": null,
209
+ "description": null,
210
+ "id_str": "remotePortFwd___input",
211
+ "name": "input",
212
+ "path": "remotePortFwd.input",
213
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
214
+ "required": false,
215
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
216
+ "type": {
217
+ "definition": {
218
+ "description": null,
219
+ "enumValues": null,
220
+ "fields": null,
221
+ "inputFields": {
222
+ "revision": {
223
+ "defaultValue": null,
224
+ "description": null,
225
+ "id_str": "remotePortFwd___input___revision",
226
+ "name": "revision",
227
+ "path": "remotePortFwd.input.revision",
228
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
229
+ "required": false,
230
+ "responseStr": "revision:$policyMutationRevisionInput ",
231
+ "type": {
232
+ "definition": {
233
+ "description": null,
234
+ "enumValues": null,
235
+ "fields": null,
236
+ "inputFields": {
237
+ "id": {
238
+ "defaultValue": null,
239
+ "description": null,
240
+ "id_str": "remotePortFwd___input___revision___id",
241
+ "name": "id",
242
+ "path": "remotePortFwd.input.revision.id",
243
+ "requestStr": "$id:ID ",
244
+ "required": false,
245
+ "responseStr": "id:$id ",
246
+ "type": {
247
+ "kind": [
248
+ "SCALAR"
249
+ ],
250
+ "name": "ID",
251
+ "non_null": false
252
+ },
253
+ "varName": "id"
254
+ }
255
+ },
256
+ "interfaces": null,
257
+ "kind": "INPUT_OBJECT",
258
+ "name": "PolicyMutationRevisionInput",
259
+ "possibleTypes": null
260
+ },
261
+ "indexType": "input_object",
262
+ "kind": [
263
+ "INPUT_OBJECT"
264
+ ],
265
+ "name": "PolicyMutationRevisionInput",
266
+ "non_null": false
267
+ },
268
+ "varName": "policyMutationRevisionInput"
269
+ }
270
+ },
271
+ "interfaces": null,
272
+ "kind": "INPUT_OBJECT",
273
+ "name": "RemotePortFwdPolicyMutationInput",
274
+ "possibleTypes": null
275
+ },
276
+ "indexType": "input_object",
277
+ "kind": [
278
+ "INPUT_OBJECT"
279
+ ],
280
+ "name": "RemotePortFwdPolicyMutationInput",
281
+ "non_null": false
282
+ },
283
+ "varName": "remotePortFwdPolicyMutationInput"
284
+ }
285
+ },
286
+ "deprecationReason": null,
287
+ "description": null,
288
+ "isDeprecated": false,
289
+ "name": "remotePortFwd",
290
+ "type": {
291
+ "kind": "OBJECT",
292
+ "name": "RemotePortFwdPolicyMutations",
293
+ "ofType": null
294
+ }
295
+ }
296
+ },
297
+ "deprecationReason": null,
298
+ "description": null,
299
+ "fieldTypes": {
300
+ "AllocatedIpRef": true,
301
+ "GlobalIpRangeRef": true,
302
+ "IpAddressRange": true,
303
+ "PolicyElementAudit": true,
304
+ "PolicyElementPropertiesEnum": true,
305
+ "PolicyMutationError": true,
306
+ "PolicyMutationRevisionInput": true,
307
+ "PolicyMutationStatus": true,
308
+ "PolicyRulePositionEnum": true,
309
+ "PolicyRulePositionInput": true,
310
+ "PolicyRuleTrackingAlert": true,
311
+ "PolicyRuleTrackingFrequencyEnum": true,
312
+ "PolicySectionInfo": true,
313
+ "PortRange": true,
314
+ "RemotePortFwdPolicyMutations": true,
315
+ "RemotePortFwdRemoteIps": true,
316
+ "RemotePortFwdRestrictionType": true,
317
+ "RemotePortFwdRule": true,
318
+ "RemotePortFwdRuleMutationPayload": true,
319
+ "RemotePortFwdRulePayload": true,
320
+ "SubscriptionGroupRef": true,
321
+ "SubscriptionMailingListRef": true,
322
+ "SubscriptionWebhookRef": true
323
+ },
324
+ "isDeprecated": false,
325
+ "name": "policy",
326
+ "operationArgs": {
327
+ "accountId": {
328
+ "defaultValue": null,
329
+ "description": null,
330
+ "id_str": "accountId",
331
+ "name": "accountId",
332
+ "path": "accountId",
333
+ "requestStr": "$accountId:ID! ",
334
+ "required": true,
335
+ "responseStr": "accountId:$accountId ",
336
+ "type": {
337
+ "kind": [
338
+ "NON_NULL",
339
+ "SCALAR"
340
+ ],
341
+ "name": "ID",
342
+ "non_null": false
343
+ },
344
+ "varName": "accountId"
345
+ },
346
+ "policyMoveRuleInput": {
347
+ "defaultValue": null,
348
+ "description": null,
349
+ "id_str": "moveRule___input",
350
+ "name": "input",
351
+ "path": "moveRule.input",
352
+ "requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
353
+ "required": true,
354
+ "responseStr": "input:$policyMoveRuleInput ",
355
+ "type": {
356
+ "definition": {
357
+ "description": "Move the rule to a different position in the policy",
358
+ "enumValues": null,
359
+ "fields": null,
360
+ "inputFields": {
361
+ "id": {
362
+ "defaultValue": null,
363
+ "description": null,
364
+ "id_str": "moveRule___input___id",
365
+ "name": "id",
366
+ "path": "moveRule.input.id",
367
+ "requestStr": "$id:ID! ",
368
+ "required": true,
369
+ "responseStr": "id:$id ",
370
+ "type": {
371
+ "kind": [
372
+ "NON_NULL",
373
+ "SCALAR"
374
+ ],
375
+ "name": "ID",
376
+ "non_null": false
377
+ },
378
+ "varName": "id"
379
+ },
380
+ "to": {
381
+ "defaultValue": null,
382
+ "description": null,
383
+ "id_str": "moveRule___input___to",
384
+ "name": "to",
385
+ "path": "moveRule.input.to",
386
+ "requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
387
+ "required": false,
388
+ "responseStr": "to:$policyRulePositionInput ",
389
+ "type": {
390
+ "definition": {
391
+ "description": "Parameters required to define the rule position",
392
+ "enumValues": null,
393
+ "fields": null,
394
+ "inputFields": {
395
+ "position": {
396
+ "defaultValue": null,
397
+ "description": "Position relative to a policy, a section or another rule",
398
+ "id_str": "moveRule___input___to___position",
399
+ "name": "position",
400
+ "path": "moveRule.input.to.position",
401
+ "requestStr": "$position:PolicyRulePositionEnum ",
402
+ "required": false,
403
+ "responseStr": "position:$position ",
404
+ "type": {
405
+ "definition": {
406
+ "description": "Enum for the position of a rule within a policy",
407
+ "enumValues": [
408
+ {
409
+ "deprecationReason": null,
410
+ "description": "The rule position is after the pre-existing specified rule",
411
+ "isDeprecated": false,
412
+ "name": "AFTER_RULE"
413
+ },
414
+ {
415
+ "deprecationReason": null,
416
+ "description": "The rule position is before the pre-existing specified rule",
417
+ "isDeprecated": false,
418
+ "name": "BEFORE_RULE"
419
+ },
420
+ {
421
+ "deprecationReason": null,
422
+ "description": "The rule position is first in the specified section",
423
+ "isDeprecated": false,
424
+ "name": "FIRST_IN_SECTION"
425
+ },
426
+ {
427
+ "deprecationReason": null,
428
+ "description": "The rule position is last in the specified section",
429
+ "isDeprecated": false,
430
+ "name": "LAST_IN_SECTION"
431
+ },
432
+ {
433
+ "deprecationReason": null,
434
+ "description": "The rule position is immediately after the system rules (first non-system rule)",
435
+ "isDeprecated": false,
436
+ "name": "FIRST_IN_POLICY"
437
+ },
438
+ {
439
+ "deprecationReason": null,
440
+ "description": "The rule position is last in the policy",
441
+ "isDeprecated": false,
442
+ "name": "LAST_IN_POLICY"
443
+ }
444
+ ],
445
+ "fields": null,
446
+ "inputFields": null,
447
+ "interfaces": null,
448
+ "kind": "ENUM",
449
+ "name": "PolicyRulePositionEnum",
450
+ "possibleTypes": null
451
+ },
452
+ "indexType": "enum",
453
+ "kind": [
454
+ "ENUM"
455
+ ],
456
+ "name": "PolicyRulePositionEnum",
457
+ "non_null": false
458
+ },
459
+ "varName": "position"
460
+ },
461
+ "ref": {
462
+ "defaultValue": null,
463
+ "description": "The identifier of the object (e.g. a rule, a section) relative to which the position of the added rule is defined",
464
+ "id_str": "moveRule___input___to___ref",
465
+ "name": "ref",
466
+ "path": "moveRule.input.to.ref",
467
+ "requestStr": "$ref:ID ",
468
+ "required": false,
469
+ "responseStr": "ref:$ref ",
470
+ "type": {
471
+ "kind": [
472
+ "SCALAR"
473
+ ],
474
+ "name": "ID",
475
+ "non_null": false
476
+ },
477
+ "varName": "ref"
478
+ }
479
+ },
480
+ "interfaces": null,
481
+ "kind": "INPUT_OBJECT",
482
+ "name": "PolicyRulePositionInput",
483
+ "possibleTypes": null
484
+ },
485
+ "indexType": "input_object",
486
+ "kind": [
487
+ "INPUT_OBJECT"
488
+ ],
489
+ "name": "PolicyRulePositionInput",
490
+ "non_null": false
491
+ },
492
+ "varName": "policyRulePositionInput"
493
+ }
494
+ },
495
+ "interfaces": null,
496
+ "kind": "INPUT_OBJECT",
497
+ "name": "PolicyMoveRuleInput",
498
+ "possibleTypes": null
499
+ },
500
+ "indexType": "input_object",
501
+ "kind": [
502
+ "NON_NULL",
503
+ "INPUT_OBJECT"
504
+ ],
505
+ "name": "PolicyMoveRuleInput",
506
+ "non_null": false
507
+ },
508
+ "varName": "policyMoveRuleInput"
509
+ },
510
+ "remotePortFwdPolicyMutationInput": {
511
+ "defaultValue": null,
512
+ "description": null,
513
+ "id_str": "remotePortFwd___input",
514
+ "name": "input",
515
+ "path": "remotePortFwd.input",
516
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
517
+ "required": false,
518
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
519
+ "type": {
520
+ "definition": {
521
+ "description": null,
522
+ "enumValues": null,
523
+ "fields": null,
524
+ "inputFields": {
525
+ "revision": {
526
+ "defaultValue": null,
527
+ "description": null,
528
+ "id_str": "remotePortFwd___input___revision",
529
+ "name": "revision",
530
+ "path": "remotePortFwd.input.revision",
531
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
532
+ "required": false,
533
+ "responseStr": "revision:$policyMutationRevisionInput ",
534
+ "type": {
535
+ "definition": {
536
+ "description": null,
537
+ "enumValues": null,
538
+ "fields": null,
539
+ "inputFields": {
540
+ "id": {
541
+ "defaultValue": null,
542
+ "description": null,
543
+ "id_str": "remotePortFwd___input___revision___id",
544
+ "name": "id",
545
+ "path": "remotePortFwd.input.revision.id",
546
+ "requestStr": "$id:ID ",
547
+ "required": false,
548
+ "responseStr": "id:$id ",
549
+ "type": {
550
+ "kind": [
551
+ "SCALAR"
552
+ ],
553
+ "name": "ID",
554
+ "non_null": false
555
+ },
556
+ "varName": "id"
557
+ }
558
+ },
559
+ "interfaces": null,
560
+ "kind": "INPUT_OBJECT",
561
+ "name": "PolicyMutationRevisionInput",
562
+ "possibleTypes": null
563
+ },
564
+ "indexType": "input_object",
565
+ "kind": [
566
+ "INPUT_OBJECT"
567
+ ],
568
+ "name": "PolicyMutationRevisionInput",
569
+ "non_null": false
570
+ },
571
+ "varName": "policyMutationRevisionInput"
572
+ }
573
+ },
574
+ "interfaces": null,
575
+ "kind": "INPUT_OBJECT",
576
+ "name": "RemotePortFwdPolicyMutationInput",
577
+ "possibleTypes": null
578
+ },
579
+ "indexType": "input_object",
580
+ "kind": [
581
+ "INPUT_OBJECT"
582
+ ],
583
+ "name": "RemotePortFwdPolicyMutationInput",
584
+ "non_null": false
585
+ },
586
+ "varName": "remotePortFwdPolicyMutationInput"
587
+ }
588
+ },
589
+ "path": "mutation.policy.remotePortFwd.moveRule",
590
+ "type": {
591
+ "definition": {
592
+ "description": "Policies that can be configured with mutation APIs.",
593
+ "enumValues": null,
594
+ "fields": {
595
+ "remotePortFwd": {
596
+ "args": {
597
+ "remotePortFwd___input": {
598
+ "defaultValue": null,
599
+ "description": null,
600
+ "id_str": "remotePortFwd___input",
601
+ "name": "input",
602
+ "path": "remotePortFwd.input",
603
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
604
+ "required": false,
605
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
606
+ "type": {
607
+ "definition": {
608
+ "description": null,
609
+ "enumValues": null,
610
+ "fields": null,
611
+ "inputFields": {
612
+ "revision": {
613
+ "defaultValue": null,
614
+ "description": null,
615
+ "id_str": "remotePortFwd___input___revision",
616
+ "name": "revision",
617
+ "path": "remotePortFwd.input.revision",
618
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
619
+ "required": false,
620
+ "responseStr": "revision:$policyMutationRevisionInput ",
621
+ "type": {
622
+ "definition": {
623
+ "description": null,
624
+ "enumValues": null,
625
+ "fields": null,
626
+ "inputFields": {
627
+ "id": {
628
+ "defaultValue": null,
629
+ "description": null,
630
+ "id_str": "remotePortFwd___input___revision___id",
631
+ "name": "id",
632
+ "path": "remotePortFwd.input.revision.id",
633
+ "requestStr": "$id:ID ",
634
+ "required": false,
635
+ "responseStr": "id:$id ",
636
+ "type": {
637
+ "kind": [
638
+ "SCALAR"
639
+ ],
640
+ "name": "ID",
641
+ "non_null": false
642
+ },
643
+ "varName": "id"
644
+ }
645
+ },
646
+ "interfaces": null,
647
+ "kind": "INPUT_OBJECT",
648
+ "name": "PolicyMutationRevisionInput",
649
+ "possibleTypes": null
650
+ },
651
+ "indexType": "input_object",
652
+ "kind": [
653
+ "INPUT_OBJECT"
654
+ ],
655
+ "name": "PolicyMutationRevisionInput",
656
+ "non_null": false
657
+ },
658
+ "varName": "policyMutationRevisionInput"
659
+ }
660
+ },
661
+ "interfaces": null,
662
+ "kind": "INPUT_OBJECT",
663
+ "name": "RemotePortFwdPolicyMutationInput",
664
+ "possibleTypes": null
665
+ },
666
+ "indexType": "input_object",
667
+ "kind": [
668
+ "INPUT_OBJECT"
669
+ ],
670
+ "name": "RemotePortFwdPolicyMutationInput",
671
+ "non_null": false
672
+ },
673
+ "varName": "remotePortFwdPolicyMutationInput"
674
+ }
675
+ },
676
+ "deprecationReason": null,
677
+ "description": null,
678
+ "id_str": "remotePortFwd",
679
+ "isDeprecated": false,
680
+ "name": "remotePortFwd",
681
+ "path": "remotePortFwd",
682
+ "requestStr": "$remotePortFwdPolicyMutations:RemotePortFwdPolicyMutations ",
683
+ "required": false,
684
+ "responseStr": "remotePortFwd:$remotePortFwdPolicyMutations ",
685
+ "type": {
686
+ "definition": {
687
+ "description": "The Remote Port Forwarding Policy information returned to the caller in the API response.",
688
+ "enumValues": null,
689
+ "fields": {
690
+ "moveRule": {
691
+ "args": {
692
+ "moveRule___input": {
693
+ "defaultValue": null,
694
+ "description": null,
695
+ "id_str": "moveRule___input",
696
+ "name": "input",
697
+ "path": "moveRule.input",
698
+ "requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
699
+ "required": true,
700
+ "responseStr": "input:$policyMoveRuleInput ",
701
+ "type": {
702
+ "definition": {
703
+ "description": "Move the rule to a different position in the policy",
704
+ "enumValues": null,
705
+ "fields": null,
706
+ "inputFields": {
707
+ "id": {
708
+ "defaultValue": null,
709
+ "description": null,
710
+ "id_str": "moveRule___input___id",
711
+ "name": "id",
712
+ "path": "moveRule.input.id",
713
+ "requestStr": "$id:ID! ",
714
+ "required": true,
715
+ "responseStr": "id:$id ",
716
+ "type": {
717
+ "kind": [
718
+ "NON_NULL",
719
+ "SCALAR"
720
+ ],
721
+ "name": "ID",
722
+ "non_null": false
723
+ },
724
+ "varName": "id"
725
+ },
726
+ "to": {
727
+ "defaultValue": null,
728
+ "description": null,
729
+ "id_str": "moveRule___input___to",
730
+ "name": "to",
731
+ "path": "moveRule.input.to",
732
+ "requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
733
+ "required": false,
734
+ "responseStr": "to:$policyRulePositionInput ",
735
+ "type": {
736
+ "definition": {
737
+ "description": "Parameters required to define the rule position",
738
+ "enumValues": null,
739
+ "fields": null,
740
+ "inputFields": {
741
+ "position": {
742
+ "defaultValue": null,
743
+ "description": "Position relative to a policy, a section or another rule",
744
+ "id_str": "moveRule___input___to___position",
745
+ "name": "position",
746
+ "path": "moveRule.input.to.position",
747
+ "requestStr": "$position:PolicyRulePositionEnum ",
748
+ "required": false,
749
+ "responseStr": "position:$position ",
750
+ "type": {
751
+ "definition": {
752
+ "description": "Enum for the position of a rule within a policy",
753
+ "enumValues": [
754
+ {
755
+ "deprecationReason": null,
756
+ "description": "The rule position is after the pre-existing specified rule",
757
+ "isDeprecated": false,
758
+ "name": "AFTER_RULE"
759
+ },
760
+ {
761
+ "deprecationReason": null,
762
+ "description": "The rule position is before the pre-existing specified rule",
763
+ "isDeprecated": false,
764
+ "name": "BEFORE_RULE"
765
+ },
766
+ {
767
+ "deprecationReason": null,
768
+ "description": "The rule position is first in the specified section",
769
+ "isDeprecated": false,
770
+ "name": "FIRST_IN_SECTION"
771
+ },
772
+ {
773
+ "deprecationReason": null,
774
+ "description": "The rule position is last in the specified section",
775
+ "isDeprecated": false,
776
+ "name": "LAST_IN_SECTION"
777
+ },
778
+ {
779
+ "deprecationReason": null,
780
+ "description": "The rule position is immediately after the system rules (first non-system rule)",
781
+ "isDeprecated": false,
782
+ "name": "FIRST_IN_POLICY"
783
+ },
784
+ {
785
+ "deprecationReason": null,
786
+ "description": "The rule position is last in the policy",
787
+ "isDeprecated": false,
788
+ "name": "LAST_IN_POLICY"
789
+ }
790
+ ],
791
+ "fields": null,
792
+ "inputFields": null,
793
+ "interfaces": null,
794
+ "kind": "ENUM",
795
+ "name": "PolicyRulePositionEnum",
796
+ "possibleTypes": null
797
+ },
798
+ "indexType": "enum",
799
+ "kind": [
800
+ "ENUM"
801
+ ],
802
+ "name": "PolicyRulePositionEnum",
803
+ "non_null": false
804
+ },
805
+ "varName": "position"
806
+ },
807
+ "ref": {
808
+ "defaultValue": null,
809
+ "description": "The identifier of the object (e.g. a rule, a section) relative to which the position of the added rule is defined",
810
+ "id_str": "moveRule___input___to___ref",
811
+ "name": "ref",
812
+ "path": "moveRule.input.to.ref",
813
+ "requestStr": "$ref:ID ",
814
+ "required": false,
815
+ "responseStr": "ref:$ref ",
816
+ "type": {
817
+ "kind": [
818
+ "SCALAR"
819
+ ],
820
+ "name": "ID",
821
+ "non_null": false
822
+ },
823
+ "varName": "ref"
824
+ }
825
+ },
826
+ "interfaces": null,
827
+ "kind": "INPUT_OBJECT",
828
+ "name": "PolicyRulePositionInput",
829
+ "possibleTypes": null
830
+ },
831
+ "indexType": "input_object",
832
+ "kind": [
833
+ "INPUT_OBJECT"
834
+ ],
835
+ "name": "PolicyRulePositionInput",
836
+ "non_null": false
837
+ },
838
+ "varName": "policyRulePositionInput"
839
+ }
840
+ },
841
+ "interfaces": null,
842
+ "kind": "INPUT_OBJECT",
843
+ "name": "PolicyMoveRuleInput",
844
+ "possibleTypes": null
845
+ },
846
+ "indexType": "input_object",
847
+ "kind": [
848
+ "NON_NULL",
849
+ "INPUT_OBJECT"
850
+ ],
851
+ "name": "PolicyMoveRuleInput",
852
+ "non_null": false
853
+ },
854
+ "varName": "policyMoveRuleInput"
855
+ }
856
+ },
857
+ "deprecationReason": null,
858
+ "description": "Change the priority/position of an existing port forwarding rule.",
859
+ "id_str": "remotePortFwd___moveRule",
860
+ "isDeprecated": false,
861
+ "name": "moveRule",
862
+ "path": "remotePortFwd.moveRule",
863
+ "requestStr": "$remotePortFwdRuleMutationPayload:RemotePortFwdRuleMutationPayload! ",
864
+ "required": true,
865
+ "responseStr": "moveRule:$remotePortFwdRuleMutationPayload ",
866
+ "type": {
867
+ "definition": {
868
+ "description": null,
869
+ "enumValues": null,
870
+ "fields": {
871
+ "errors": {
872
+ "alias": "policyMutationErrorErrors: errors",
873
+ "args": {},
874
+ "deprecationReason": null,
875
+ "description": null,
876
+ "id_str": "remotePortFwd___moveRule___errors",
877
+ "isDeprecated": false,
878
+ "name": "errors",
879
+ "path": "remotePortFwd.moveRule.errors",
880
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
881
+ "required": true,
882
+ "responseStr": "errors:$policyMutationError ",
883
+ "type": {
884
+ "definition": {
885
+ "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\"",
886
+ "enumValues": null,
887
+ "fields": {
888
+ "errorCode": {
889
+ "args": {},
890
+ "deprecationReason": null,
891
+ "description": null,
892
+ "id_str": "remotePortFwd___moveRule___errors___errorCode",
893
+ "isDeprecated": false,
894
+ "name": "errorCode",
895
+ "path": "remotePortFwd.moveRule.errors.errorCode",
896
+ "requestStr": "$errorCode:String ",
897
+ "required": false,
898
+ "responseStr": "errorCode:$errorCode ",
899
+ "type": {
900
+ "kind": [
901
+ "SCALAR"
902
+ ],
903
+ "name": "String",
904
+ "non_null": false
905
+ },
906
+ "varName": "errorCode"
907
+ },
908
+ "errorMessage": {
909
+ "args": {},
910
+ "deprecationReason": null,
911
+ "description": null,
912
+ "id_str": "remotePortFwd___moveRule___errors___errorMessage",
913
+ "isDeprecated": false,
914
+ "name": "errorMessage",
915
+ "path": "remotePortFwd.moveRule.errors.errorMessage",
916
+ "requestStr": "$errorMessage:String ",
917
+ "required": false,
918
+ "responseStr": "errorMessage:$errorMessage ",
919
+ "type": {
920
+ "kind": [
921
+ "SCALAR"
922
+ ],
923
+ "name": "String",
924
+ "non_null": false
925
+ },
926
+ "varName": "errorMessage"
927
+ }
928
+ },
929
+ "inputFields": null,
930
+ "interfaces": {},
931
+ "kind": "OBJECT",
932
+ "name": "PolicyMutationError",
933
+ "possibleTypes": null
934
+ },
935
+ "indexType": "object",
936
+ "kind": [
937
+ "NON_NULL",
938
+ "LIST",
939
+ "NON_NULL",
940
+ "OBJECT"
941
+ ],
942
+ "name": "PolicyMutationError",
943
+ "non_null": false
944
+ },
945
+ "varName": "policyMutationError"
946
+ },
947
+ "rule": {
948
+ "alias": "remotePortFwdRulePayloadRule: rule",
949
+ "args": {},
950
+ "deprecationReason": null,
951
+ "description": null,
952
+ "id_str": "remotePortFwd___moveRule___rule",
953
+ "isDeprecated": false,
954
+ "name": "rule",
955
+ "path": "remotePortFwd.moveRule.rule",
956
+ "requestStr": "$remotePortFwdRulePayload:RemotePortFwdRulePayload ",
957
+ "required": false,
958
+ "responseStr": "rule:$remotePortFwdRulePayload ",
959
+ "type": {
960
+ "definition": {
961
+ "description": null,
962
+ "enumValues": null,
963
+ "fields": {
964
+ "audit": {
965
+ "args": {},
966
+ "deprecationReason": null,
967
+ "description": null,
968
+ "id_str": "remotePortFwd___moveRule___rule___audit",
969
+ "isDeprecated": false,
970
+ "name": "audit",
971
+ "path": "remotePortFwd.moveRule.rule.audit",
972
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
973
+ "required": true,
974
+ "responseStr": "audit:$policyElementAudit ",
975
+ "type": {
976
+ "definition": {
977
+ "description": null,
978
+ "enumValues": null,
979
+ "fields": {
980
+ "updatedBy": {
981
+ "args": {},
982
+ "deprecationReason": null,
983
+ "description": "The admin, or the API-key, that performed the last update",
984
+ "id_str": "remotePortFwd___moveRule___rule___audit___updatedBy",
985
+ "isDeprecated": false,
986
+ "name": "updatedBy",
987
+ "path": "remotePortFwd.moveRule.rule.audit.updatedBy",
988
+ "requestStr": "$updatedBy:String! ",
989
+ "required": true,
990
+ "responseStr": "updatedBy:$updatedBy ",
991
+ "type": {
992
+ "kind": [
993
+ "NON_NULL",
994
+ "SCALAR"
995
+ ],
996
+ "name": "String",
997
+ "non_null": false
998
+ },
999
+ "varName": "updatedBy"
1000
+ },
1001
+ "updatedTime": {
1002
+ "args": {},
1003
+ "deprecationReason": null,
1004
+ "description": "The last date and time the rule was updated",
1005
+ "id_str": "remotePortFwd___moveRule___rule___audit___updatedTime",
1006
+ "isDeprecated": false,
1007
+ "name": "updatedTime",
1008
+ "path": "remotePortFwd.moveRule.rule.audit.updatedTime",
1009
+ "requestStr": "$updatedTime:DateTime! ",
1010
+ "required": true,
1011
+ "responseStr": "updatedTime:$updatedTime ",
1012
+ "type": {
1013
+ "kind": [
1014
+ "NON_NULL",
1015
+ "SCALAR"
1016
+ ],
1017
+ "name": "DateTime",
1018
+ "non_null": false
1019
+ },
1020
+ "varName": "updatedTime"
1021
+ }
1022
+ },
1023
+ "inputFields": null,
1024
+ "interfaces": {},
1025
+ "kind": "OBJECT",
1026
+ "name": "PolicyElementAudit",
1027
+ "possibleTypes": null
1028
+ },
1029
+ "indexType": "object",
1030
+ "kind": [
1031
+ "NON_NULL",
1032
+ "OBJECT"
1033
+ ],
1034
+ "name": "PolicyElementAudit",
1035
+ "non_null": false
1036
+ },
1037
+ "varName": "policyElementAudit"
1038
+ },
1039
+ "properties": {
1040
+ "args": {},
1041
+ "deprecationReason": null,
1042
+ "description": null,
1043
+ "id_str": "remotePortFwd___moveRule___rule___properties",
1044
+ "isDeprecated": false,
1045
+ "name": "properties",
1046
+ "path": "remotePortFwd.moveRule.rule.properties",
1047
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
1048
+ "required": true,
1049
+ "responseStr": "properties:$properties ",
1050
+ "type": {
1051
+ "definition": {
1052
+ "description": "Attributes describing the rule state or type",
1053
+ "enumValues": [
1054
+ {
1055
+ "deprecationReason": null,
1056
+ "description": "New (added) rule",
1057
+ "isDeprecated": false,
1058
+ "name": "ADDED"
1059
+ },
1060
+ {
1061
+ "deprecationReason": null,
1062
+ "description": "Updated (modified) existing rule",
1063
+ "isDeprecated": false,
1064
+ "name": "UPDATED"
1065
+ },
1066
+ {
1067
+ "deprecationReason": null,
1068
+ "description": "Removed (deleted) rule",
1069
+ "isDeprecated": false,
1070
+ "name": "REMOVED"
1071
+ },
1072
+ {
1073
+ "deprecationReason": null,
1074
+ "description": "A rule moved to a different position",
1075
+ "isDeprecated": false,
1076
+ "name": "MOVED"
1077
+ },
1078
+ {
1079
+ "deprecationReason": null,
1080
+ "description": "A rule locked for changes by other admins",
1081
+ "isDeprecated": false,
1082
+ "name": "LOCKED"
1083
+ },
1084
+ {
1085
+ "deprecationReason": null,
1086
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
1087
+ "isDeprecated": false,
1088
+ "name": "ANCHORED"
1089
+ },
1090
+ {
1091
+ "deprecationReason": null,
1092
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
1093
+ "isDeprecated": false,
1094
+ "name": "SYSTEM"
1095
+ }
1096
+ ],
1097
+ "fields": null,
1098
+ "inputFields": null,
1099
+ "interfaces": null,
1100
+ "kind": "ENUM",
1101
+ "name": "PolicyElementPropertiesEnum",
1102
+ "possibleTypes": null
1103
+ },
1104
+ "indexType": "enum",
1105
+ "kind": [
1106
+ "NON_NULL",
1107
+ "LIST",
1108
+ "NON_NULL",
1109
+ "ENUM"
1110
+ ],
1111
+ "name": "PolicyElementPropertiesEnum",
1112
+ "non_null": false
1113
+ },
1114
+ "varName": "properties"
1115
+ },
1116
+ "rule": {
1117
+ "args": {},
1118
+ "deprecationReason": null,
1119
+ "description": null,
1120
+ "id_str": "remotePortFwd___moveRule___rule___rule",
1121
+ "isDeprecated": false,
1122
+ "name": "rule",
1123
+ "path": "remotePortFwd.moveRule.rule.rule",
1124
+ "requestStr": "$remotePortFwdRule:RemotePortFwdRule! ",
1125
+ "required": true,
1126
+ "responseStr": "rule:$remotePortFwdRule ",
1127
+ "type": {
1128
+ "definition": {
1129
+ "description": null,
1130
+ "enumValues": null,
1131
+ "fields": {
1132
+ "description": {
1133
+ "args": {},
1134
+ "deprecationReason": null,
1135
+ "description": "Description for the rule",
1136
+ "id_str": "remotePortFwd___moveRule___rule___rule___description",
1137
+ "isDeprecated": false,
1138
+ "name": "description",
1139
+ "path": "remotePortFwd.moveRule.rule.rule.description",
1140
+ "requestStr": "$description:String! ",
1141
+ "required": true,
1142
+ "responseStr": "description:$description ",
1143
+ "type": {
1144
+ "kind": [
1145
+ "NON_NULL",
1146
+ "SCALAR"
1147
+ ],
1148
+ "name": "String",
1149
+ "non_null": false
1150
+ },
1151
+ "varName": "description"
1152
+ },
1153
+ "enabled": {
1154
+ "args": {},
1155
+ "deprecationReason": null,
1156
+ "description": "TRUE = Rule is enabled \n FALSE = Rule is disabled",
1157
+ "id_str": "remotePortFwd___moveRule___rule___rule___enabled",
1158
+ "isDeprecated": false,
1159
+ "name": "enabled",
1160
+ "path": "remotePortFwd.moveRule.rule.rule.enabled",
1161
+ "requestStr": "$enabled:Boolean! ",
1162
+ "required": true,
1163
+ "responseStr": "enabled:$enabled ",
1164
+ "type": {
1165
+ "kind": [
1166
+ "NON_NULL",
1167
+ "SCALAR"
1168
+ ],
1169
+ "name": "Boolean",
1170
+ "non_null": false
1171
+ },
1172
+ "varName": "enabled"
1173
+ },
1174
+ "externalIp": {
1175
+ "alias": "allocatedIpRefExternalIp: externalIp",
1176
+ "args": {},
1177
+ "deprecationReason": null,
1178
+ "description": null,
1179
+ "id_str": "remotePortFwd___moveRule___rule___rule___externalIp",
1180
+ "isDeprecated": false,
1181
+ "name": "externalIp",
1182
+ "path": "remotePortFwd.moveRule.rule.rule.externalIp",
1183
+ "requestStr": "$allocatedIpRef:AllocatedIpRef! ",
1184
+ "required": true,
1185
+ "responseStr": "externalIp:$allocatedIpRef ",
1186
+ "type": {
1187
+ "definition": {
1188
+ "description": null,
1189
+ "enumValues": null,
1190
+ "fields": {
1191
+ "id": {
1192
+ "args": {},
1193
+ "deprecationReason": null,
1194
+ "description": null,
1195
+ "id_str": "remotePortFwd___moveRule___rule___rule___externalIp___id",
1196
+ "isDeprecated": false,
1197
+ "name": "id",
1198
+ "path": "remotePortFwd.moveRule.rule.rule.externalIp.id",
1199
+ "requestStr": "$id:ID! ",
1200
+ "required": true,
1201
+ "responseStr": "id:$id ",
1202
+ "type": {
1203
+ "kind": [
1204
+ "NON_NULL",
1205
+ "SCALAR"
1206
+ ],
1207
+ "name": "ID",
1208
+ "non_null": false
1209
+ },
1210
+ "varName": "id"
1211
+ },
1212
+ "name": {
1213
+ "args": {},
1214
+ "deprecationReason": null,
1215
+ "description": null,
1216
+ "id_str": "remotePortFwd___moveRule___rule___rule___externalIp___name",
1217
+ "isDeprecated": false,
1218
+ "name": "name",
1219
+ "path": "remotePortFwd.moveRule.rule.rule.externalIp.name",
1220
+ "requestStr": "$name:String! ",
1221
+ "required": true,
1222
+ "responseStr": "name:$name ",
1223
+ "type": {
1224
+ "kind": [
1225
+ "NON_NULL",
1226
+ "SCALAR"
1227
+ ],
1228
+ "name": "String",
1229
+ "non_null": false
1230
+ },
1231
+ "varName": "name"
1232
+ }
1233
+ },
1234
+ "inputFields": null,
1235
+ "interfaces": {},
1236
+ "kind": "OBJECT",
1237
+ "name": "AllocatedIpRef",
1238
+ "possibleTypes": null
1239
+ },
1240
+ "indexType": "object",
1241
+ "kind": [
1242
+ "NON_NULL",
1243
+ "OBJECT"
1244
+ ],
1245
+ "name": "AllocatedIpRef",
1246
+ "non_null": false
1247
+ },
1248
+ "varName": "allocatedIpRef"
1249
+ },
1250
+ "externalPortRange": {
1251
+ "alias": "portRangeExternalPortRange: externalPortRange",
1252
+ "args": {},
1253
+ "deprecationReason": null,
1254
+ "description": null,
1255
+ "id_str": "remotePortFwd___moveRule___rule___rule___externalPortRange",
1256
+ "isDeprecated": false,
1257
+ "name": "externalPortRange",
1258
+ "path": "remotePortFwd.moveRule.rule.rule.externalPortRange",
1259
+ "requestStr": "$portRange:PortRange! ",
1260
+ "required": true,
1261
+ "responseStr": "externalPortRange:$portRange ",
1262
+ "type": {
1263
+ "definition": {
1264
+ "description": "Inclusive network port range",
1265
+ "enumValues": null,
1266
+ "fields": {
1267
+ "from": {
1268
+ "args": {},
1269
+ "deprecationReason": null,
1270
+ "description": null,
1271
+ "id_str": "remotePortFwd___moveRule___rule___rule___externalPortRange___from",
1272
+ "isDeprecated": false,
1273
+ "name": "from",
1274
+ "path": "remotePortFwd.moveRule.rule.rule.externalPortRange.from",
1275
+ "requestStr": "$from:Port! ",
1276
+ "required": true,
1277
+ "responseStr": "from:$from ",
1278
+ "type": {
1279
+ "kind": [
1280
+ "NON_NULL",
1281
+ "SCALAR"
1282
+ ],
1283
+ "name": "Port",
1284
+ "non_null": false
1285
+ },
1286
+ "varName": "from"
1287
+ },
1288
+ "to": {
1289
+ "args": {},
1290
+ "deprecationReason": null,
1291
+ "description": null,
1292
+ "id_str": "remotePortFwd___moveRule___rule___rule___externalPortRange___to",
1293
+ "isDeprecated": false,
1294
+ "name": "to",
1295
+ "path": "remotePortFwd.moveRule.rule.rule.externalPortRange.to",
1296
+ "requestStr": "$to:Port! ",
1297
+ "required": true,
1298
+ "responseStr": "to:$to ",
1299
+ "type": {
1300
+ "kind": [
1301
+ "NON_NULL",
1302
+ "SCALAR"
1303
+ ],
1304
+ "name": "Port",
1305
+ "non_null": false
1306
+ },
1307
+ "varName": "to"
1308
+ }
1309
+ },
1310
+ "inputFields": null,
1311
+ "interfaces": {},
1312
+ "kind": "OBJECT",
1313
+ "name": "PortRange",
1314
+ "possibleTypes": null
1315
+ },
1316
+ "indexType": "object",
1317
+ "kind": [
1318
+ "NON_NULL",
1319
+ "OBJECT"
1320
+ ],
1321
+ "name": "PortRange",
1322
+ "non_null": false
1323
+ },
1324
+ "varName": "portRange"
1325
+ },
1326
+ "forwardIcmp": {
1327
+ "args": {},
1328
+ "deprecationReason": null,
1329
+ "description": null,
1330
+ "id_str": "remotePortFwd___moveRule___rule___rule___forwardIcmp",
1331
+ "isDeprecated": false,
1332
+ "name": "forwardIcmp",
1333
+ "path": "remotePortFwd.moveRule.rule.rule.forwardIcmp",
1334
+ "requestStr": "$forwardIcmp:Boolean! ",
1335
+ "required": true,
1336
+ "responseStr": "forwardIcmp:$forwardIcmp ",
1337
+ "type": {
1338
+ "kind": [
1339
+ "NON_NULL",
1340
+ "SCALAR"
1341
+ ],
1342
+ "name": "Boolean",
1343
+ "non_null": false
1344
+ },
1345
+ "varName": "forwardIcmp"
1346
+ },
1347
+ "id": {
1348
+ "args": {},
1349
+ "deprecationReason": null,
1350
+ "description": "Rule ID",
1351
+ "id_str": "remotePortFwd___moveRule___rule___rule___id",
1352
+ "isDeprecated": false,
1353
+ "name": "id",
1354
+ "path": "remotePortFwd.moveRule.rule.rule.id",
1355
+ "requestStr": "$id:ID! ",
1356
+ "required": true,
1357
+ "responseStr": "id:$id ",
1358
+ "type": {
1359
+ "kind": [
1360
+ "NON_NULL",
1361
+ "SCALAR"
1362
+ ],
1363
+ "name": "ID",
1364
+ "non_null": false
1365
+ },
1366
+ "varName": "id"
1367
+ },
1368
+ "index": {
1369
+ "args": {},
1370
+ "deprecationReason": null,
1371
+ "description": "Position / priority of rule",
1372
+ "id_str": "remotePortFwd___moveRule___rule___rule___index",
1373
+ "isDeprecated": false,
1374
+ "name": "index",
1375
+ "path": "remotePortFwd.moveRule.rule.rule.index",
1376
+ "requestStr": "$index:Int! ",
1377
+ "required": true,
1378
+ "responseStr": "index:$index ",
1379
+ "type": {
1380
+ "kind": [
1381
+ "NON_NULL",
1382
+ "SCALAR"
1383
+ ],
1384
+ "name": "Int",
1385
+ "non_null": false
1386
+ },
1387
+ "varName": "index"
1388
+ },
1389
+ "internalIp": {
1390
+ "args": {},
1391
+ "deprecationReason": null,
1392
+ "description": null,
1393
+ "id_str": "remotePortFwd___moveRule___rule___rule___internalIp",
1394
+ "isDeprecated": false,
1395
+ "name": "internalIp",
1396
+ "path": "remotePortFwd.moveRule.rule.rule.internalIp",
1397
+ "requestStr": "$internalIp:IPAddress! ",
1398
+ "required": true,
1399
+ "responseStr": "internalIp:$internalIp ",
1400
+ "type": {
1401
+ "kind": [
1402
+ "NON_NULL",
1403
+ "SCALAR"
1404
+ ],
1405
+ "name": "IPAddress",
1406
+ "non_null": false
1407
+ },
1408
+ "varName": "internalIp"
1409
+ },
1410
+ "internalPortRange": {
1411
+ "alias": "portRangeInternalPortRange: internalPortRange",
1412
+ "args": {},
1413
+ "deprecationReason": null,
1414
+ "description": null,
1415
+ "id_str": "remotePortFwd___moveRule___rule___rule___internalPortRange",
1416
+ "isDeprecated": false,
1417
+ "name": "internalPortRange",
1418
+ "path": "remotePortFwd.moveRule.rule.rule.internalPortRange",
1419
+ "requestStr": "$portRange:PortRange! ",
1420
+ "required": true,
1421
+ "responseStr": "internalPortRange:$portRange ",
1422
+ "type": {
1423
+ "definition": {
1424
+ "description": "Inclusive network port range",
1425
+ "enumValues": null,
1426
+ "fields": {
1427
+ "from": {
1428
+ "args": {},
1429
+ "deprecationReason": null,
1430
+ "description": null,
1431
+ "id_str": "remotePortFwd___moveRule___rule___rule___internalPortRange___from",
1432
+ "isDeprecated": false,
1433
+ "name": "from",
1434
+ "path": "remotePortFwd.moveRule.rule.rule.internalPortRange.from",
1435
+ "requestStr": "$from:Port! ",
1436
+ "required": true,
1437
+ "responseStr": "from:$from ",
1438
+ "type": {
1439
+ "kind": [
1440
+ "NON_NULL",
1441
+ "SCALAR"
1442
+ ],
1443
+ "name": "Port",
1444
+ "non_null": false
1445
+ },
1446
+ "varName": "from"
1447
+ },
1448
+ "to": {
1449
+ "args": {},
1450
+ "deprecationReason": null,
1451
+ "description": null,
1452
+ "id_str": "remotePortFwd___moveRule___rule___rule___internalPortRange___to",
1453
+ "isDeprecated": false,
1454
+ "name": "to",
1455
+ "path": "remotePortFwd.moveRule.rule.rule.internalPortRange.to",
1456
+ "requestStr": "$to:Port! ",
1457
+ "required": true,
1458
+ "responseStr": "to:$to ",
1459
+ "type": {
1460
+ "kind": [
1461
+ "NON_NULL",
1462
+ "SCALAR"
1463
+ ],
1464
+ "name": "Port",
1465
+ "non_null": false
1466
+ },
1467
+ "varName": "to"
1468
+ }
1469
+ },
1470
+ "inputFields": null,
1471
+ "interfaces": {},
1472
+ "kind": "OBJECT",
1473
+ "name": "PortRange",
1474
+ "possibleTypes": null
1475
+ },
1476
+ "indexType": "object",
1477
+ "kind": [
1478
+ "NON_NULL",
1479
+ "OBJECT"
1480
+ ],
1481
+ "name": "PortRange",
1482
+ "non_null": false
1483
+ },
1484
+ "varName": "portRange"
1485
+ },
1486
+ "name": {
1487
+ "args": {},
1488
+ "deprecationReason": null,
1489
+ "description": "Name of the rule",
1490
+ "id_str": "remotePortFwd___moveRule___rule___rule___name",
1491
+ "isDeprecated": false,
1492
+ "name": "name",
1493
+ "path": "remotePortFwd.moveRule.rule.rule.name",
1494
+ "requestStr": "$name:String! ",
1495
+ "required": true,
1496
+ "responseStr": "name:$name ",
1497
+ "type": {
1498
+ "kind": [
1499
+ "NON_NULL",
1500
+ "SCALAR"
1501
+ ],
1502
+ "name": "String",
1503
+ "non_null": false
1504
+ },
1505
+ "varName": "name"
1506
+ },
1507
+ "remoteIPs": {
1508
+ "alias": "remotePortFwdRemoteIpsRemoteIPs: remoteIPs",
1509
+ "args": {},
1510
+ "deprecationReason": null,
1511
+ "description": null,
1512
+ "id_str": "remotePortFwd___moveRule___rule___rule___remoteIPs",
1513
+ "isDeprecated": false,
1514
+ "name": "remoteIPs",
1515
+ "path": "remotePortFwd.moveRule.rule.rule.remoteIPs",
1516
+ "requestStr": "$remotePortFwdRemoteIps:RemotePortFwdRemoteIps! ",
1517
+ "required": true,
1518
+ "responseStr": "remoteIPs:$remotePortFwdRemoteIps ",
1519
+ "type": {
1520
+ "definition": {
1521
+ "description": null,
1522
+ "enumValues": null,
1523
+ "fields": {
1524
+ "globalIpRange": {
1525
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1526
+ "args": {},
1527
+ "deprecationReason": null,
1528
+ "description": null,
1529
+ "id_str": "remotePortFwd___moveRule___rule___rule___remoteIPs___globalIpRange",
1530
+ "isDeprecated": false,
1531
+ "name": "globalIpRange",
1532
+ "path": "remotePortFwd.moveRule.rule.rule.remoteIPs.globalIpRange",
1533
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
1534
+ "required": true,
1535
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
1536
+ "type": {
1537
+ "definition": {
1538
+ "description": null,
1539
+ "enumValues": null,
1540
+ "fields": {
1541
+ "id": {
1542
+ "args": {},
1543
+ "deprecationReason": null,
1544
+ "description": null,
1545
+ "id_str": "remotePortFwd___moveRule___rule___rule___remoteIPs___globalIpRange___id",
1546
+ "isDeprecated": false,
1547
+ "name": "id",
1548
+ "path": "remotePortFwd.moveRule.rule.rule.remoteIPs.globalIpRange.id",
1549
+ "requestStr": "$id:ID! ",
1550
+ "required": true,
1551
+ "responseStr": "id:$id ",
1552
+ "type": {
1553
+ "kind": [
1554
+ "NON_NULL",
1555
+ "SCALAR"
1556
+ ],
1557
+ "name": "ID",
1558
+ "non_null": false
1559
+ },
1560
+ "varName": "id"
1561
+ },
1562
+ "name": {
1563
+ "args": {},
1564
+ "deprecationReason": null,
1565
+ "description": null,
1566
+ "id_str": "remotePortFwd___moveRule___rule___rule___remoteIPs___globalIpRange___name",
1567
+ "isDeprecated": false,
1568
+ "name": "name",
1569
+ "path": "remotePortFwd.moveRule.rule.rule.remoteIPs.globalIpRange.name",
1570
+ "requestStr": "$name:String! ",
1571
+ "required": true,
1572
+ "responseStr": "name:$name ",
1573
+ "type": {
1574
+ "kind": [
1575
+ "NON_NULL",
1576
+ "SCALAR"
1577
+ ],
1578
+ "name": "String",
1579
+ "non_null": false
1580
+ },
1581
+ "varName": "name"
1582
+ }
1583
+ },
1584
+ "inputFields": null,
1585
+ "interfaces": {},
1586
+ "kind": "OBJECT",
1587
+ "name": "GlobalIpRangeRef",
1588
+ "possibleTypes": null
1589
+ },
1590
+ "indexType": "object",
1591
+ "kind": [
1592
+ "NON_NULL",
1593
+ "LIST",
1594
+ "NON_NULL",
1595
+ "OBJECT"
1596
+ ],
1597
+ "name": "GlobalIpRangeRef",
1598
+ "non_null": false
1599
+ },
1600
+ "varName": "globalIpRangeRef"
1601
+ },
1602
+ "ip": {
1603
+ "args": {},
1604
+ "deprecationReason": null,
1605
+ "description": null,
1606
+ "id_str": "remotePortFwd___moveRule___rule___rule___remoteIPs___ip",
1607
+ "isDeprecated": false,
1608
+ "name": "ip",
1609
+ "path": "remotePortFwd.moveRule.rule.rule.remoteIPs.ip",
1610
+ "requestStr": "$ip:[IPAddress]! ",
1611
+ "required": true,
1612
+ "responseStr": "ip:$ip ",
1613
+ "type": {
1614
+ "kind": [
1615
+ "NON_NULL",
1616
+ "LIST",
1617
+ "NON_NULL",
1618
+ "SCALAR"
1619
+ ],
1620
+ "name": "IPAddress",
1621
+ "non_null": false
1622
+ },
1623
+ "varName": "ip"
1624
+ },
1625
+ "ipRange": {
1626
+ "alias": "ipAddressRangeIpRange: ipRange",
1627
+ "args": {},
1628
+ "deprecationReason": null,
1629
+ "description": null,
1630
+ "id_str": "remotePortFwd___moveRule___rule___rule___remoteIPs___ipRange",
1631
+ "isDeprecated": false,
1632
+ "name": "ipRange",
1633
+ "path": "remotePortFwd.moveRule.rule.rule.remoteIPs.ipRange",
1634
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
1635
+ "required": true,
1636
+ "responseStr": "ipRange:$ipAddressRange ",
1637
+ "type": {
1638
+ "definition": {
1639
+ "description": "Inclusive range of IPs",
1640
+ "enumValues": null,
1641
+ "fields": {
1642
+ "from": {
1643
+ "args": {},
1644
+ "deprecationReason": null,
1645
+ "description": null,
1646
+ "id_str": "remotePortFwd___moveRule___rule___rule___remoteIPs___ipRange___from",
1647
+ "isDeprecated": false,
1648
+ "name": "from",
1649
+ "path": "remotePortFwd.moveRule.rule.rule.remoteIPs.ipRange.from",
1650
+ "requestStr": "$from:IPAddress! ",
1651
+ "required": true,
1652
+ "responseStr": "from:$from ",
1653
+ "type": {
1654
+ "kind": [
1655
+ "NON_NULL",
1656
+ "SCALAR"
1657
+ ],
1658
+ "name": "IPAddress",
1659
+ "non_null": false
1660
+ },
1661
+ "varName": "from"
1662
+ },
1663
+ "to": {
1664
+ "args": {},
1665
+ "deprecationReason": null,
1666
+ "description": null,
1667
+ "id_str": "remotePortFwd___moveRule___rule___rule___remoteIPs___ipRange___to",
1668
+ "isDeprecated": false,
1669
+ "name": "to",
1670
+ "path": "remotePortFwd.moveRule.rule.rule.remoteIPs.ipRange.to",
1671
+ "requestStr": "$to:IPAddress! ",
1672
+ "required": true,
1673
+ "responseStr": "to:$to ",
1674
+ "type": {
1675
+ "kind": [
1676
+ "NON_NULL",
1677
+ "SCALAR"
1678
+ ],
1679
+ "name": "IPAddress",
1680
+ "non_null": false
1681
+ },
1682
+ "varName": "to"
1683
+ }
1684
+ },
1685
+ "inputFields": null,
1686
+ "interfaces": {},
1687
+ "kind": "OBJECT",
1688
+ "name": "IpAddressRange",
1689
+ "possibleTypes": null
1690
+ },
1691
+ "indexType": "object",
1692
+ "kind": [
1693
+ "NON_NULL",
1694
+ "LIST",
1695
+ "NON_NULL",
1696
+ "OBJECT"
1697
+ ],
1698
+ "name": "IpAddressRange",
1699
+ "non_null": false
1700
+ },
1701
+ "varName": "ipAddressRange"
1702
+ },
1703
+ "subnet": {
1704
+ "args": {},
1705
+ "deprecationReason": null,
1706
+ "description": null,
1707
+ "id_str": "remotePortFwd___moveRule___rule___rule___remoteIPs___subnet",
1708
+ "isDeprecated": false,
1709
+ "name": "subnet",
1710
+ "path": "remotePortFwd.moveRule.rule.rule.remoteIPs.subnet",
1711
+ "requestStr": "$subnet:[NetworkSubnet]! ",
1712
+ "required": true,
1713
+ "responseStr": "subnet:$subnet ",
1714
+ "type": {
1715
+ "kind": [
1716
+ "NON_NULL",
1717
+ "LIST",
1718
+ "NON_NULL",
1719
+ "SCALAR"
1720
+ ],
1721
+ "name": "NetworkSubnet",
1722
+ "non_null": false
1723
+ },
1724
+ "varName": "subnet"
1725
+ }
1726
+ },
1727
+ "inputFields": null,
1728
+ "interfaces": {},
1729
+ "kind": "OBJECT",
1730
+ "name": "RemotePortFwdRemoteIps",
1731
+ "possibleTypes": null
1732
+ },
1733
+ "indexType": "object",
1734
+ "kind": [
1735
+ "NON_NULL",
1736
+ "OBJECT"
1737
+ ],
1738
+ "name": "RemotePortFwdRemoteIps",
1739
+ "non_null": false
1740
+ },
1741
+ "varName": "remotePortFwdRemoteIps"
1742
+ },
1743
+ "restrictionType": {
1744
+ "alias": "remotePortFwdRestrictionTypeRestrictionType: restrictionType",
1745
+ "args": {},
1746
+ "deprecationReason": null,
1747
+ "description": null,
1748
+ "id_str": "remotePortFwd___moveRule___rule___rule___restrictionType",
1749
+ "isDeprecated": false,
1750
+ "name": "restrictionType",
1751
+ "path": "remotePortFwd.moveRule.rule.rule.restrictionType",
1752
+ "requestStr": "$restrictionType:RemotePortFwdRestrictionType! ",
1753
+ "required": true,
1754
+ "responseStr": "restrictionType:$restrictionType ",
1755
+ "type": {
1756
+ "definition": {
1757
+ "description": null,
1758
+ "enumValues": [
1759
+ {
1760
+ "deprecationReason": null,
1761
+ "description": null,
1762
+ "isDeprecated": false,
1763
+ "name": "ALLOW_LIST"
1764
+ },
1765
+ {
1766
+ "deprecationReason": null,
1767
+ "description": null,
1768
+ "isDeprecated": false,
1769
+ "name": "BLOCK_LIST"
1770
+ }
1771
+ ],
1772
+ "fields": null,
1773
+ "inputFields": null,
1774
+ "interfaces": null,
1775
+ "kind": "ENUM",
1776
+ "name": "RemotePortFwdRestrictionType",
1777
+ "possibleTypes": null
1778
+ },
1779
+ "indexType": "enum",
1780
+ "kind": [
1781
+ "NON_NULL",
1782
+ "ENUM"
1783
+ ],
1784
+ "name": "RemotePortFwdRestrictionType",
1785
+ "non_null": false
1786
+ },
1787
+ "varName": "restrictionType"
1788
+ },
1789
+ "section": {
1790
+ "alias": "policySectionInfoSection: section",
1791
+ "args": {},
1792
+ "deprecationReason": null,
1793
+ "description": "Policy section where the rule is located",
1794
+ "id_str": "remotePortFwd___moveRule___rule___rule___section",
1795
+ "isDeprecated": false,
1796
+ "name": "section",
1797
+ "path": "remotePortFwd.moveRule.rule.rule.section",
1798
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
1799
+ "required": true,
1800
+ "responseStr": "section:$policySectionInfo ",
1801
+ "type": {
1802
+ "definition": {
1803
+ "description": "Define settings for a policy section",
1804
+ "enumValues": null,
1805
+ "fields": {
1806
+ "id": {
1807
+ "args": {},
1808
+ "deprecationReason": null,
1809
+ "description": null,
1810
+ "id_str": "remotePortFwd___moveRule___rule___rule___section___id",
1811
+ "isDeprecated": false,
1812
+ "name": "id",
1813
+ "path": "remotePortFwd.moveRule.rule.rule.section.id",
1814
+ "requestStr": "$id:ID! ",
1815
+ "required": true,
1816
+ "responseStr": "id:$id ",
1817
+ "type": {
1818
+ "kind": [
1819
+ "NON_NULL",
1820
+ "SCALAR"
1821
+ ],
1822
+ "name": "ID",
1823
+ "non_null": false
1824
+ },
1825
+ "varName": "id"
1826
+ },
1827
+ "name": {
1828
+ "args": {},
1829
+ "deprecationReason": null,
1830
+ "description": null,
1831
+ "id_str": "remotePortFwd___moveRule___rule___rule___section___name",
1832
+ "isDeprecated": false,
1833
+ "name": "name",
1834
+ "path": "remotePortFwd.moveRule.rule.rule.section.name",
1835
+ "requestStr": "$name:String! ",
1836
+ "required": true,
1837
+ "responseStr": "name:$name ",
1838
+ "type": {
1839
+ "kind": [
1840
+ "NON_NULL",
1841
+ "SCALAR"
1842
+ ],
1843
+ "name": "String",
1844
+ "non_null": false
1845
+ },
1846
+ "varName": "name"
1847
+ }
1848
+ },
1849
+ "inputFields": null,
1850
+ "interfaces": {},
1851
+ "kind": "OBJECT",
1852
+ "name": "PolicySectionInfo",
1853
+ "possibleTypes": null
1854
+ },
1855
+ "indexType": "object",
1856
+ "kind": [
1857
+ "NON_NULL",
1858
+ "OBJECT"
1859
+ ],
1860
+ "name": "PolicySectionInfo",
1861
+ "non_null": false
1862
+ },
1863
+ "varName": "policySectionInfo"
1864
+ },
1865
+ "tracking": {
1866
+ "alias": "policyRuleTrackingAlertTracking: tracking",
1867
+ "args": {},
1868
+ "deprecationReason": null,
1869
+ "description": null,
1870
+ "id_str": "remotePortFwd___moveRule___rule___rule___tracking",
1871
+ "isDeprecated": false,
1872
+ "name": "tracking",
1873
+ "path": "remotePortFwd.moveRule.rule.rule.tracking",
1874
+ "requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
1875
+ "required": true,
1876
+ "responseStr": "tracking:$policyRuleTrackingAlert ",
1877
+ "type": {
1878
+ "definition": {
1879
+ "description": "Returns data for the alert settings for the rule",
1880
+ "enumValues": null,
1881
+ "fields": {
1882
+ "enabled": {
1883
+ "args": {},
1884
+ "deprecationReason": null,
1885
+ "description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
1886
+ "id_str": "remotePortFwd___moveRule___rule___rule___tracking___enabled",
1887
+ "isDeprecated": false,
1888
+ "name": "enabled",
1889
+ "path": "remotePortFwd.moveRule.rule.rule.tracking.enabled",
1890
+ "requestStr": "$enabled:Boolean! ",
1891
+ "required": true,
1892
+ "responseStr": "enabled:$enabled ",
1893
+ "type": {
1894
+ "kind": [
1895
+ "NON_NULL",
1896
+ "SCALAR"
1897
+ ],
1898
+ "name": "Boolean",
1899
+ "non_null": false
1900
+ },
1901
+ "varName": "enabled"
1902
+ },
1903
+ "frequency": {
1904
+ "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
1905
+ "args": {},
1906
+ "deprecationReason": null,
1907
+ "description": "Returns data for the alert frequency",
1908
+ "id_str": "remotePortFwd___moveRule___rule___rule___tracking___frequency",
1909
+ "isDeprecated": false,
1910
+ "name": "frequency",
1911
+ "path": "remotePortFwd.moveRule.rule.rule.tracking.frequency",
1912
+ "requestStr": "$frequency:PolicyRuleTrackingFrequencyEnum! ",
1913
+ "required": true,
1914
+ "responseStr": "frequency:$frequency ",
1915
+ "type": {
1916
+ "definition": {
1917
+ "description": "Enum for the frequency of an alert event for a rule",
1918
+ "enumValues": [
1919
+ {
1920
+ "deprecationReason": null,
1921
+ "description": null,
1922
+ "isDeprecated": false,
1923
+ "name": "HOURLY"
1924
+ },
1925
+ {
1926
+ "deprecationReason": null,
1927
+ "description": null,
1928
+ "isDeprecated": false,
1929
+ "name": "DAILY"
1930
+ },
1931
+ {
1932
+ "deprecationReason": null,
1933
+ "description": null,
1934
+ "isDeprecated": false,
1935
+ "name": "WEEKLY"
1936
+ },
1937
+ {
1938
+ "deprecationReason": null,
1939
+ "description": null,
1940
+ "isDeprecated": false,
1941
+ "name": "IMMEDIATE"
1942
+ }
1943
+ ],
1944
+ "fields": null,
1945
+ "inputFields": null,
1946
+ "interfaces": null,
1947
+ "kind": "ENUM",
1948
+ "name": "PolicyRuleTrackingFrequencyEnum",
1949
+ "possibleTypes": null
1950
+ },
1951
+ "indexType": "enum",
1952
+ "kind": [
1953
+ "NON_NULL",
1954
+ "ENUM"
1955
+ ],
1956
+ "name": "PolicyRuleTrackingFrequencyEnum",
1957
+ "non_null": false
1958
+ },
1959
+ "varName": "frequency"
1960
+ },
1961
+ "mailingList": {
1962
+ "alias": "subscriptionMailingListRefMailingList: mailingList",
1963
+ "args": {},
1964
+ "deprecationReason": null,
1965
+ "description": "Returns data for the Mailing List that receives the alert",
1966
+ "id_str": "remotePortFwd___moveRule___rule___rule___tracking___mailingList",
1967
+ "isDeprecated": false,
1968
+ "name": "mailingList",
1969
+ "path": "remotePortFwd.moveRule.rule.rule.tracking.mailingList",
1970
+ "requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
1971
+ "required": true,
1972
+ "responseStr": "mailingList:$subscriptionMailingListRef ",
1973
+ "type": {
1974
+ "definition": {
1975
+ "description": null,
1976
+ "enumValues": null,
1977
+ "fields": {
1978
+ "id": {
1979
+ "args": {},
1980
+ "deprecationReason": null,
1981
+ "description": null,
1982
+ "id_str": "remotePortFwd___moveRule___rule___rule___tracking___mailingList___id",
1983
+ "isDeprecated": false,
1984
+ "name": "id",
1985
+ "path": "remotePortFwd.moveRule.rule.rule.tracking.mailingList.id",
1986
+ "requestStr": "$id:ID! ",
1987
+ "required": true,
1988
+ "responseStr": "id:$id ",
1989
+ "type": {
1990
+ "kind": [
1991
+ "NON_NULL",
1992
+ "SCALAR"
1993
+ ],
1994
+ "name": "ID",
1995
+ "non_null": false
1996
+ },
1997
+ "varName": "id"
1998
+ },
1999
+ "name": {
2000
+ "args": {},
2001
+ "deprecationReason": null,
2002
+ "description": null,
2003
+ "id_str": "remotePortFwd___moveRule___rule___rule___tracking___mailingList___name",
2004
+ "isDeprecated": false,
2005
+ "name": "name",
2006
+ "path": "remotePortFwd.moveRule.rule.rule.tracking.mailingList.name",
2007
+ "requestStr": "$name:String! ",
2008
+ "required": true,
2009
+ "responseStr": "name:$name ",
2010
+ "type": {
2011
+ "kind": [
2012
+ "NON_NULL",
2013
+ "SCALAR"
2014
+ ],
2015
+ "name": "String",
2016
+ "non_null": false
2017
+ },
2018
+ "varName": "name"
2019
+ }
2020
+ },
2021
+ "inputFields": null,
2022
+ "interfaces": {},
2023
+ "kind": "OBJECT",
2024
+ "name": "SubscriptionMailingListRef",
2025
+ "possibleTypes": null
2026
+ },
2027
+ "indexType": "object",
2028
+ "kind": [
2029
+ "NON_NULL",
2030
+ "LIST",
2031
+ "NON_NULL",
2032
+ "OBJECT"
2033
+ ],
2034
+ "name": "SubscriptionMailingListRef",
2035
+ "non_null": false
2036
+ },
2037
+ "varName": "subscriptionMailingListRef"
2038
+ },
2039
+ "subscriptionGroup": {
2040
+ "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
2041
+ "args": {},
2042
+ "deprecationReason": null,
2043
+ "description": "Returns data for the Subscription Group that receives the alert",
2044
+ "id_str": "remotePortFwd___moveRule___rule___rule___tracking___subscriptionGroup",
2045
+ "isDeprecated": false,
2046
+ "name": "subscriptionGroup",
2047
+ "path": "remotePortFwd.moveRule.rule.rule.tracking.subscriptionGroup",
2048
+ "requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
2049
+ "required": true,
2050
+ "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
2051
+ "type": {
2052
+ "definition": {
2053
+ "description": null,
2054
+ "enumValues": null,
2055
+ "fields": {
2056
+ "id": {
2057
+ "args": {},
2058
+ "deprecationReason": null,
2059
+ "description": null,
2060
+ "id_str": "remotePortFwd___moveRule___rule___rule___tracking___subscriptionGroup___id",
2061
+ "isDeprecated": false,
2062
+ "name": "id",
2063
+ "path": "remotePortFwd.moveRule.rule.rule.tracking.subscriptionGroup.id",
2064
+ "requestStr": "$id:ID! ",
2065
+ "required": true,
2066
+ "responseStr": "id:$id ",
2067
+ "type": {
2068
+ "kind": [
2069
+ "NON_NULL",
2070
+ "SCALAR"
2071
+ ],
2072
+ "name": "ID",
2073
+ "non_null": false
2074
+ },
2075
+ "varName": "id"
2076
+ },
2077
+ "name": {
2078
+ "args": {},
2079
+ "deprecationReason": null,
2080
+ "description": null,
2081
+ "id_str": "remotePortFwd___moveRule___rule___rule___tracking___subscriptionGroup___name",
2082
+ "isDeprecated": false,
2083
+ "name": "name",
2084
+ "path": "remotePortFwd.moveRule.rule.rule.tracking.subscriptionGroup.name",
2085
+ "requestStr": "$name:String! ",
2086
+ "required": true,
2087
+ "responseStr": "name:$name ",
2088
+ "type": {
2089
+ "kind": [
2090
+ "NON_NULL",
2091
+ "SCALAR"
2092
+ ],
2093
+ "name": "String",
2094
+ "non_null": false
2095
+ },
2096
+ "varName": "name"
2097
+ }
2098
+ },
2099
+ "inputFields": null,
2100
+ "interfaces": {},
2101
+ "kind": "OBJECT",
2102
+ "name": "SubscriptionGroupRef",
2103
+ "possibleTypes": null
2104
+ },
2105
+ "indexType": "object",
2106
+ "kind": [
2107
+ "NON_NULL",
2108
+ "LIST",
2109
+ "NON_NULL",
2110
+ "OBJECT"
2111
+ ],
2112
+ "name": "SubscriptionGroupRef",
2113
+ "non_null": false
2114
+ },
2115
+ "varName": "subscriptionGroupRef"
2116
+ },
2117
+ "webhook": {
2118
+ "alias": "subscriptionWebhookRefWebhook: webhook",
2119
+ "args": {},
2120
+ "deprecationReason": null,
2121
+ "description": "Returns data for the Webhook that receives the alert",
2122
+ "id_str": "remotePortFwd___moveRule___rule___rule___tracking___webhook",
2123
+ "isDeprecated": false,
2124
+ "name": "webhook",
2125
+ "path": "remotePortFwd.moveRule.rule.rule.tracking.webhook",
2126
+ "requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
2127
+ "required": true,
2128
+ "responseStr": "webhook:$subscriptionWebhookRef ",
2129
+ "type": {
2130
+ "definition": {
2131
+ "description": null,
2132
+ "enumValues": null,
2133
+ "fields": {
2134
+ "id": {
2135
+ "args": {},
2136
+ "deprecationReason": null,
2137
+ "description": null,
2138
+ "id_str": "remotePortFwd___moveRule___rule___rule___tracking___webhook___id",
2139
+ "isDeprecated": false,
2140
+ "name": "id",
2141
+ "path": "remotePortFwd.moveRule.rule.rule.tracking.webhook.id",
2142
+ "requestStr": "$id:ID! ",
2143
+ "required": true,
2144
+ "responseStr": "id:$id ",
2145
+ "type": {
2146
+ "kind": [
2147
+ "NON_NULL",
2148
+ "SCALAR"
2149
+ ],
2150
+ "name": "ID",
2151
+ "non_null": false
2152
+ },
2153
+ "varName": "id"
2154
+ },
2155
+ "name": {
2156
+ "args": {},
2157
+ "deprecationReason": null,
2158
+ "description": null,
2159
+ "id_str": "remotePortFwd___moveRule___rule___rule___tracking___webhook___name",
2160
+ "isDeprecated": false,
2161
+ "name": "name",
2162
+ "path": "remotePortFwd.moveRule.rule.rule.tracking.webhook.name",
2163
+ "requestStr": "$name:String! ",
2164
+ "required": true,
2165
+ "responseStr": "name:$name ",
2166
+ "type": {
2167
+ "kind": [
2168
+ "NON_NULL",
2169
+ "SCALAR"
2170
+ ],
2171
+ "name": "String",
2172
+ "non_null": false
2173
+ },
2174
+ "varName": "name"
2175
+ }
2176
+ },
2177
+ "inputFields": null,
2178
+ "interfaces": {},
2179
+ "kind": "OBJECT",
2180
+ "name": "SubscriptionWebhookRef",
2181
+ "possibleTypes": null
2182
+ },
2183
+ "indexType": "object",
2184
+ "kind": [
2185
+ "NON_NULL",
2186
+ "LIST",
2187
+ "NON_NULL",
2188
+ "OBJECT"
2189
+ ],
2190
+ "name": "SubscriptionWebhookRef",
2191
+ "non_null": false
2192
+ },
2193
+ "varName": "subscriptionWebhookRef"
2194
+ }
2195
+ },
2196
+ "inputFields": null,
2197
+ "interfaces": {},
2198
+ "kind": "OBJECT",
2199
+ "name": "PolicyRuleTrackingAlert",
2200
+ "possibleTypes": null
2201
+ },
2202
+ "indexType": "object",
2203
+ "kind": [
2204
+ "NON_NULL",
2205
+ "OBJECT"
2206
+ ],
2207
+ "name": "PolicyRuleTrackingAlert",
2208
+ "non_null": false
2209
+ },
2210
+ "varName": "policyRuleTrackingAlert"
2211
+ }
2212
+ },
2213
+ "inputFields": null,
2214
+ "interfaces": {},
2215
+ "kind": "OBJECT",
2216
+ "name": "RemotePortFwdRule",
2217
+ "possibleTypes": null
2218
+ },
2219
+ "indexType": "object",
2220
+ "kind": [
2221
+ "NON_NULL",
2222
+ "OBJECT"
2223
+ ],
2224
+ "name": "RemotePortFwdRule",
2225
+ "non_null": false
2226
+ },
2227
+ "varName": "remotePortFwdRule"
2228
+ }
2229
+ },
2230
+ "inputFields": null,
2231
+ "interfaces": {},
2232
+ "kind": "OBJECT",
2233
+ "name": "RemotePortFwdRulePayload",
2234
+ "possibleTypes": null
2235
+ },
2236
+ "indexType": "object",
2237
+ "kind": [
2238
+ "OBJECT"
2239
+ ],
2240
+ "name": "RemotePortFwdRulePayload",
2241
+ "non_null": false
2242
+ },
2243
+ "varName": "remotePortFwdRulePayload"
2244
+ },
2245
+ "status": {
2246
+ "alias": "policyMutationStatusStatus: status",
2247
+ "args": {},
2248
+ "deprecationReason": null,
2249
+ "description": null,
2250
+ "id_str": "remotePortFwd___moveRule___status",
2251
+ "isDeprecated": false,
2252
+ "name": "status",
2253
+ "path": "remotePortFwd.moveRule.status",
2254
+ "requestStr": "$status:PolicyMutationStatus! ",
2255
+ "required": true,
2256
+ "responseStr": "status:$status ",
2257
+ "type": {
2258
+ "definition": {
2259
+ "description": "Enum for the status of a policy mutation",
2260
+ "enumValues": [
2261
+ {
2262
+ "deprecationReason": null,
2263
+ "description": null,
2264
+ "isDeprecated": false,
2265
+ "name": "SUCCESS"
2266
+ },
2267
+ {
2268
+ "deprecationReason": null,
2269
+ "description": null,
2270
+ "isDeprecated": false,
2271
+ "name": "FAILURE"
2272
+ }
2273
+ ],
2274
+ "fields": null,
2275
+ "inputFields": null,
2276
+ "interfaces": null,
2277
+ "kind": "ENUM",
2278
+ "name": "PolicyMutationStatus",
2279
+ "possibleTypes": null
2280
+ },
2281
+ "indexType": "enum",
2282
+ "kind": [
2283
+ "NON_NULL",
2284
+ "ENUM"
2285
+ ],
2286
+ "name": "PolicyMutationStatus",
2287
+ "non_null": false
2288
+ },
2289
+ "varName": "status"
2290
+ }
2291
+ },
2292
+ "inputFields": null,
2293
+ "interfaces": {},
2294
+ "kind": "OBJECT",
2295
+ "name": "RemotePortFwdRuleMutationPayload",
2296
+ "possibleTypes": null
2297
+ },
2298
+ "indexType": "object",
2299
+ "kind": [
2300
+ "NON_NULL",
2301
+ "OBJECT"
2302
+ ],
2303
+ "name": "RemotePortFwdRuleMutationPayload",
2304
+ "non_null": false
2305
+ },
2306
+ "varName": "remotePortFwdRuleMutationPayload"
2307
+ }
2308
+ },
2309
+ "inputFields": null,
2310
+ "interfaces": {},
2311
+ "kind": "OBJECT",
2312
+ "name": "RemotePortFwdPolicyMutations",
2313
+ "possibleTypes": null
2314
+ },
2315
+ "indexType": "object",
2316
+ "kind": [
2317
+ "OBJECT"
2318
+ ],
2319
+ "name": "RemotePortFwdPolicyMutations",
2320
+ "non_null": false
2321
+ },
2322
+ "varName": "remotePortFwdPolicyMutations"
2323
+ }
2324
+ },
2325
+ "inputFields": null,
2326
+ "interfaces": [],
2327
+ "kind": "OBJECT",
2328
+ "name": "PolicyMutations",
2329
+ "possibleTypes": null
2330
+ },
2331
+ "indexType": "object",
2332
+ "kind": [
2333
+ "OBJECT"
2334
+ ],
2335
+ "name": "PolicyMutations",
2336
+ "non_null": false
2337
+ },
2338
+ "variablesPayload": {
2339
+ "policyMoveRuleInput": {
2340
+ "id": {
2341
+ "id": "ID"
2342
+ },
2343
+ "policyRulePositionInput": {
2344
+ "position": {
2345
+ "position": "enum(PolicyRulePositionEnum)"
2346
+ },
2347
+ "ref": {
2348
+ "ref": "ID"
2349
+ }
2350
+ }
2351
+ },
2352
+ "remotePortFwdPolicyMutationInput": {
2353
+ "policyMutationRevisionInput": {
2354
+ "id": {
2355
+ "id": "ID"
2356
+ }
2357
+ }
2358
+ }
2359
+ }
2360
+ }