catocli 1.0.13__py3-none-any.whl → 1.0.15__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 (253) hide show
  1. catocli/Utils/clidriver.py +15 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/customLib.py +3 -1
  4. catocli/parsers/mutation_accountManagement/README.md +7 -0
  5. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  6. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  7. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  8. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  9. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  10. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  11. catocli/parsers/mutation_container_delete/README.md +2 -2
  12. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  13. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  14. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  15. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  16. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  17. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  18. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  19. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  20. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  21. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  22. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  23. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  24. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  25. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  26. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  27. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  29. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  30. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  31. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  32. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  33. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  34. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  35. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  36. catocli/parsers/mutation_site/__init__.py +14 -0
  37. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  38. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  39. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  40. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  41. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  42. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  43. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  44. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  45. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  46. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  47. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  48. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  49. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  50. catocli/parsers/mutation_sites/__init__.py +14 -0
  51. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  52. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  53. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  54. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  55. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  56. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  57. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  58. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  59. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  60. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  61. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  62. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  63. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  64. catocli/parsers/parserApiClient.py +7 -4
  65. catocli/parsers/query_accountManagement/README.md +16 -0
  66. catocli/parsers/query_accountManagement/__init__.py +17 -0
  67. catocli/parsers/query_admins/README.md +2 -2
  68. catocli/parsers/query_appStats/README.md +5 -5
  69. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  70. catocli/parsers/query_auditFeed/README.md +2 -2
  71. catocli/parsers/query_container/README.md +8 -8
  72. catocli/parsers/query_entityLookup/README.md +6 -6
  73. catocli/parsers/query_events/README.md +5 -5
  74. catocli/parsers/query_eventsFeed/README.md +2 -2
  75. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  76. catocli/parsers/query_hardwareManagement/README.md +2 -2
  77. catocli/parsers/query_policy/README.md +3 -3
  78. catocli/parsers/query_xdr_stories/README.md +2 -2
  79. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
  80. catocli-1.0.15.dist-info/RECORD +275 -0
  81. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -2
  82. graphql_client/api_client_types.py +4 -0
  83. models/mutation.accountManagement.addAccount.json +908 -0
  84. models/mutation.accountManagement.removeAccount.json +446 -0
  85. models/mutation.accountManagement.updateAccount.json +524 -0
  86. models/mutation.admin.addAdmin.json +103 -103
  87. models/mutation.admin.removeAdmin.json +3 -3
  88. models/mutation.admin.updateAdmin.json +121 -121
  89. models/mutation.container.delete.json +67 -67
  90. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  91. models/mutation.policy.internetFirewall.addSection.json +92 -92
  92. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  93. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  94. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  95. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  96. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  97. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  98. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  99. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  100. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  101. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  102. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  103. models/mutation.policy.wanFirewall.addSection.json +92 -92
  104. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  105. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  106. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  107. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  108. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  109. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  110. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  111. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  112. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  113. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  114. models/mutation.site.addIpsecIkeV2Site.json +43 -43
  115. models/mutation.site.addIpsecIkeV2SiteTunnels.json +505 -102
  116. models/mutation.site.addNetworkRange.json +53 -53
  117. models/mutation.site.addSocketSite.json +43 -43
  118. models/mutation.site.addStaticHost.json +33 -33
  119. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
  120. models/mutation.site.removeNetworkRange.json +3 -3
  121. models/mutation.site.removeSite.json +3 -3
  122. models/mutation.site.removeStaticHost.json +3 -3
  123. models/mutation.site.updateHa.json +54 -54
  124. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  125. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
  126. models/mutation.site.updateNetworkRange.json +74 -74
  127. models/mutation.site.updateSiteGeneralDetails.json +73 -73
  128. models/mutation.site.updateSocketInterface.json +282 -282
  129. models/mutation.site.updateStaticHost.json +54 -54
  130. models/mutation.sites.addIpsecIkeV2Site.json +43 -43
  131. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +505 -102
  132. models/mutation.sites.addNetworkRange.json +53 -53
  133. models/mutation.sites.addSocketSite.json +43 -43
  134. models/mutation.sites.addStaticHost.json +33 -33
  135. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
  136. models/mutation.sites.removeNetworkRange.json +3 -3
  137. models/mutation.sites.removeSite.json +3 -3
  138. models/mutation.sites.removeStaticHost.json +3 -3
  139. models/mutation.sites.updateHa.json +54 -54
  140. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  141. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
  142. models/mutation.sites.updateNetworkRange.json +74 -74
  143. models/mutation.sites.updateSiteGeneralDetails.json +73 -73
  144. models/mutation.sites.updateSocketInterface.json +282 -282
  145. models/mutation.sites.updateStaticHost.json +54 -54
  146. models/query.accountManagement.json +355 -0
  147. models/query.accountMetrics.json +235 -235
  148. models/query.accountRoles.json +3 -3
  149. models/query.accountSnapshot.json +278 -118
  150. models/query.admin.json +24 -24
  151. models/query.admins.json +138 -138
  152. models/query.appStats.json +92 -92
  153. models/query.appStatsTimeSeries.json +78 -78
  154. models/query.auditFeed.json +77 -77
  155. models/query.container.json +192 -192
  156. models/query.entityLookup.json +154 -154
  157. models/query.events.json +54 -54
  158. models/query.eventsFeed.json +38 -38
  159. models/query.eventsTimeSeries.json +78 -78
  160. models/query.hardwareManagement.json +125 -125
  161. models/query.licensing.json +933 -249
  162. models/query.policy.json +1502 -970
  163. models/query.xdr.stories.json +842 -842
  164. models/query.xdr.story.json +610 -610
  165. schema/catolib.py +12 -13
  166. build/lib/catocli/Utils/clidriver.py +0 -117
  167. build/lib/catocli/__init__.py +0 -2
  168. build/lib/catocli/__main__.py +0 -12
  169. build/lib/catocli/parsers/custom/__init__.py +0 -47
  170. build/lib/catocli/parsers/custom/customLib.py +0 -70
  171. build/lib/catocli/parsers/mutation_admin/__init__.py +0 -51
  172. build/lib/catocli/parsers/mutation_container/__init__.py +0 -23
  173. build/lib/catocli/parsers/mutation_policy/__init__.py +0 -357
  174. build/lib/catocli/parsers/mutation_site/__init__.py +0 -219
  175. build/lib/catocli/parsers/mutation_sites/__init__.py +0 -219
  176. build/lib/catocli/parsers/parserApiClient.py +0 -309
  177. build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -17
  178. build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -17
  179. build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -17
  180. build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -17
  181. build/lib/catocli/parsers/query_admin/__init__.py +0 -17
  182. build/lib/catocli/parsers/query_admins/__init__.py +0 -17
  183. build/lib/catocli/parsers/query_appStats/__init__.py +0 -17
  184. build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -17
  185. build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -17
  186. build/lib/catocli/parsers/query_container/__init__.py +0 -17
  187. build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -17
  188. build/lib/catocli/parsers/query_events/__init__.py +0 -17
  189. build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -17
  190. build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -17
  191. build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -17
  192. build/lib/catocli/parsers/query_licensing/__init__.py +0 -17
  193. build/lib/catocli/parsers/query_policy/__init__.py +0 -17
  194. build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -17
  195. build/lib/catocli/parsers/query_subDomains/__init__.py +0 -17
  196. build/lib/catocli/parsers/query_xdr/__init__.py +0 -37
  197. build/lib/catocli/parsers/raw/__init__.py +0 -9
  198. build/lib/graphql_client/__init__.py +0 -11
  199. build/lib/graphql_client/api/__init__.py +0 -3
  200. build/lib/graphql_client/api/call_api.py +0 -73
  201. build/lib/graphql_client/api_client.py +0 -192
  202. build/lib/graphql_client/api_client_types.py +0 -404
  203. build/lib/graphql_client/configuration.py +0 -230
  204. build/lib/graphql_client/models/__init__.py +0 -13
  205. build/lib/graphql_client/models/no_schema.py +0 -71
  206. build/lib/schema/catolib.py +0 -1016
  207. build/lib/schema/importSchema.py +0 -60
  208. build/lib/vendor/certifi/__init__.py +0 -4
  209. build/lib/vendor/certifi/__main__.py +0 -12
  210. build/lib/vendor/certifi/core.py +0 -114
  211. build/lib/vendor/certifi/py.typed +0 -0
  212. build/lib/vendor/six.py +0 -998
  213. build/lib/vendor/urllib3/__init__.py +0 -211
  214. build/lib/vendor/urllib3/_base_connection.py +0 -172
  215. build/lib/vendor/urllib3/_collections.py +0 -483
  216. build/lib/vendor/urllib3/_request_methods.py +0 -278
  217. build/lib/vendor/urllib3/_version.py +0 -16
  218. build/lib/vendor/urllib3/connection.py +0 -1033
  219. build/lib/vendor/urllib3/connectionpool.py +0 -1182
  220. build/lib/vendor/urllib3/contrib/__init__.py +0 -0
  221. build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
  222. build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
  223. build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
  224. build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
  225. build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
  226. build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
  227. build/lib/vendor/urllib3/contrib/socks.py +0 -228
  228. build/lib/vendor/urllib3/exceptions.py +0 -321
  229. build/lib/vendor/urllib3/fields.py +0 -341
  230. build/lib/vendor/urllib3/filepost.py +0 -89
  231. build/lib/vendor/urllib3/http2/__init__.py +0 -53
  232. build/lib/vendor/urllib3/http2/connection.py +0 -356
  233. build/lib/vendor/urllib3/http2/probe.py +0 -87
  234. build/lib/vendor/urllib3/poolmanager.py +0 -637
  235. build/lib/vendor/urllib3/py.typed +0 -2
  236. build/lib/vendor/urllib3/response.py +0 -1265
  237. build/lib/vendor/urllib3/util/__init__.py +0 -42
  238. build/lib/vendor/urllib3/util/connection.py +0 -137
  239. build/lib/vendor/urllib3/util/proxy.py +0 -43
  240. build/lib/vendor/urllib3/util/request.py +0 -256
  241. build/lib/vendor/urllib3/util/response.py +0 -101
  242. build/lib/vendor/urllib3/util/retry.py +0 -533
  243. build/lib/vendor/urllib3/util/ssl_.py +0 -513
  244. build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
  245. build/lib/vendor/urllib3/util/ssltransport.py +0 -276
  246. build/lib/vendor/urllib3/util/timeout.py +0 -275
  247. build/lib/vendor/urllib3/util/url.py +0 -471
  248. build/lib/vendor/urllib3/util/util.py +0 -42
  249. build/lib/vendor/urllib3/util/wait.py +0 -124
  250. catocli-1.0.13.dist-info/RECORD +0 -344
  251. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
  252. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
  253. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
@@ -29,9 +29,9 @@
29
29
  "id_str": "addIpsecIkeV2SiteTunnels___input",
30
30
  "name": "input",
31
31
  "path": "addIpsecIkeV2SiteTunnels.input",
32
- "requestStr": "$AddIpsecIkeV2SiteTunnelsInput:AddIpsecIkeV2SiteTunnelsInput! ",
32
+ "requestStr": "$addIpsecIkeV2SiteTunnelsInput:AddIpsecIkeV2SiteTunnelsInput! ",
33
33
  "required": true,
34
- "responseStr": "input:$AddIpsecIkeV2SiteTunnelsInput ",
34
+ "responseStr": "input:$addIpsecIkeV2SiteTunnelsInput ",
35
35
  "type": {
36
36
  "definition": {
37
37
  "description": null,
@@ -44,9 +44,9 @@
44
44
  "id_str": "addIpsecIkeV2SiteTunnels___input___primary",
45
45
  "name": "primary",
46
46
  "path": "addIpsecIkeV2SiteTunnels.input.primary",
47
- "requestStr": "$AddIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
47
+ "requestStr": "$addIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
48
48
  "required": false,
49
- "responseStr": "primary:$AddIpsecIkeV2TunnelsInput ",
49
+ "responseStr": "primary:$addIpsecIkeV2TunnelsInput ",
50
50
  "type": {
51
51
  "definition": {
52
52
  "description": null,
@@ -137,9 +137,9 @@
137
137
  "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels",
138
138
  "name": "tunnels",
139
139
  "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels",
140
- "requestStr": "$AddIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
140
+ "requestStr": "$addIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
141
141
  "required": true,
142
- "responseStr": "tunnels:$AddIpsecIkeV2TunnelInput ",
142
+ "responseStr": "tunnels:$addIpsecIkeV2TunnelInput ",
143
143
  "type": {
144
144
  "definition": {
145
145
  "description": null,
@@ -152,9 +152,9 @@
152
152
  "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw",
153
153
  "name": "lastMileBw",
154
154
  "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw",
155
- "requestStr": "$LastMileBwInput:LastMileBwInput ",
155
+ "requestStr": "$lastMileBwInput:LastMileBwInput ",
156
156
  "required": false,
157
- "responseStr": "lastMileBw:$LastMileBwInput ",
157
+ "responseStr": "lastMileBw:$lastMileBwInput ",
158
158
  "type": {
159
159
  "definition": {
160
160
  "description": null,
@@ -210,7 +210,25 @@
210
210
  "name": "LastMileBwInput",
211
211
  "non_null": false
212
212
  },
213
- "varName": "LastMileBwInput"
213
+ "varName": "lastMileBwInput"
214
+ },
215
+ "name": {
216
+ "defaultValue": null,
217
+ "description": "Tunnel name",
218
+ "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___name",
219
+ "name": "name",
220
+ "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.name",
221
+ "requestStr": "$name:String ",
222
+ "required": false,
223
+ "responseStr": "name:$name ",
224
+ "type": {
225
+ "kind": [
226
+ "SCALAR"
227
+ ],
228
+ "name": "String",
229
+ "non_null": false
230
+ },
231
+ "varName": "name"
214
232
  },
215
233
  "privateCatoIp": {
216
234
  "defaultValue": null,
@@ -284,6 +302,54 @@
284
302
  "non_null": false
285
303
  },
286
304
  "varName": "publicSiteIp"
305
+ },
306
+ "role": {
307
+ "defaultValue": null,
308
+ "description": "Tunnel role",
309
+ "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___role",
310
+ "name": "role",
311
+ "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.role",
312
+ "requestStr": "$role:IPSecV2TunnelRole ",
313
+ "required": false,
314
+ "responseStr": "role:$role ",
315
+ "type": {
316
+ "definition": {
317
+ "description": null,
318
+ "enumValues": [
319
+ {
320
+ "deprecationReason": null,
321
+ "description": null,
322
+ "isDeprecated": false,
323
+ "name": "WAN1"
324
+ },
325
+ {
326
+ "deprecationReason": null,
327
+ "description": null,
328
+ "isDeprecated": false,
329
+ "name": "WAN2"
330
+ },
331
+ {
332
+ "deprecationReason": null,
333
+ "description": null,
334
+ "isDeprecated": false,
335
+ "name": "WAN3"
336
+ }
337
+ ],
338
+ "fields": null,
339
+ "inputFields": null,
340
+ "interfaces": null,
341
+ "kind": "ENUM",
342
+ "name": "IPSecV2TunnelRole",
343
+ "possibleTypes": null
344
+ },
345
+ "indexType": "enum",
346
+ "kind": [
347
+ "ENUM"
348
+ ],
349
+ "name": "IPSecV2TunnelRole",
350
+ "non_null": false
351
+ },
352
+ "varName": "role"
287
353
  }
288
354
  },
289
355
  "interfaces": null,
@@ -301,7 +367,7 @@
301
367
  "name": "AddIpsecIkeV2TunnelInput",
302
368
  "non_null": false
303
369
  },
304
- "varName": "AddIpsecIkeV2TunnelInput"
370
+ "varName": "addIpsecIkeV2TunnelInput"
305
371
  }
306
372
  },
307
373
  "interfaces": null,
@@ -316,7 +382,7 @@
316
382
  "name": "AddIpsecIkeV2TunnelsInput",
317
383
  "non_null": false
318
384
  },
319
- "varName": "AddIpsecIkeV2TunnelsInput"
385
+ "varName": "addIpsecIkeV2TunnelsInput"
320
386
  },
321
387
  "secondary": {
322
388
  "defaultValue": null,
@@ -324,9 +390,9 @@
324
390
  "id_str": "addIpsecIkeV2SiteTunnels___input___secondary",
325
391
  "name": "secondary",
326
392
  "path": "addIpsecIkeV2SiteTunnels.input.secondary",
327
- "requestStr": "$AddIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
393
+ "requestStr": "$addIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
328
394
  "required": false,
329
- "responseStr": "secondary:$AddIpsecIkeV2TunnelsInput ",
395
+ "responseStr": "secondary:$addIpsecIkeV2TunnelsInput ",
330
396
  "type": {
331
397
  "definition": {
332
398
  "description": null,
@@ -417,9 +483,9 @@
417
483
  "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels",
418
484
  "name": "tunnels",
419
485
  "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels",
420
- "requestStr": "$AddIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
486
+ "requestStr": "$addIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
421
487
  "required": true,
422
- "responseStr": "tunnels:$AddIpsecIkeV2TunnelInput ",
488
+ "responseStr": "tunnels:$addIpsecIkeV2TunnelInput ",
423
489
  "type": {
424
490
  "definition": {
425
491
  "description": null,
@@ -432,9 +498,9 @@
432
498
  "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw",
433
499
  "name": "lastMileBw",
434
500
  "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw",
435
- "requestStr": "$LastMileBwInput:LastMileBwInput ",
501
+ "requestStr": "$lastMileBwInput:LastMileBwInput ",
436
502
  "required": false,
437
- "responseStr": "lastMileBw:$LastMileBwInput ",
503
+ "responseStr": "lastMileBw:$lastMileBwInput ",
438
504
  "type": {
439
505
  "definition": {
440
506
  "description": null,
@@ -490,7 +556,25 @@
490
556
  "name": "LastMileBwInput",
491
557
  "non_null": false
492
558
  },
493
- "varName": "LastMileBwInput"
559
+ "varName": "lastMileBwInput"
560
+ },
561
+ "name": {
562
+ "defaultValue": null,
563
+ "description": "Tunnel name",
564
+ "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___name",
565
+ "name": "name",
566
+ "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.name",
567
+ "requestStr": "$name:String ",
568
+ "required": false,
569
+ "responseStr": "name:$name ",
570
+ "type": {
571
+ "kind": [
572
+ "SCALAR"
573
+ ],
574
+ "name": "String",
575
+ "non_null": false
576
+ },
577
+ "varName": "name"
494
578
  },
495
579
  "privateCatoIp": {
496
580
  "defaultValue": null,
@@ -564,6 +648,54 @@
564
648
  "non_null": false
565
649
  },
566
650
  "varName": "publicSiteIp"
651
+ },
652
+ "role": {
653
+ "defaultValue": null,
654
+ "description": "Tunnel role",
655
+ "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___role",
656
+ "name": "role",
657
+ "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.role",
658
+ "requestStr": "$role:IPSecV2TunnelRole ",
659
+ "required": false,
660
+ "responseStr": "role:$role ",
661
+ "type": {
662
+ "definition": {
663
+ "description": null,
664
+ "enumValues": [
665
+ {
666
+ "deprecationReason": null,
667
+ "description": null,
668
+ "isDeprecated": false,
669
+ "name": "WAN1"
670
+ },
671
+ {
672
+ "deprecationReason": null,
673
+ "description": null,
674
+ "isDeprecated": false,
675
+ "name": "WAN2"
676
+ },
677
+ {
678
+ "deprecationReason": null,
679
+ "description": null,
680
+ "isDeprecated": false,
681
+ "name": "WAN3"
682
+ }
683
+ ],
684
+ "fields": null,
685
+ "inputFields": null,
686
+ "interfaces": null,
687
+ "kind": "ENUM",
688
+ "name": "IPSecV2TunnelRole",
689
+ "possibleTypes": null
690
+ },
691
+ "indexType": "enum",
692
+ "kind": [
693
+ "ENUM"
694
+ ],
695
+ "name": "IPSecV2TunnelRole",
696
+ "non_null": false
697
+ },
698
+ "varName": "role"
567
699
  }
568
700
  },
569
701
  "interfaces": null,
@@ -581,7 +713,7 @@
581
713
  "name": "AddIpsecIkeV2TunnelInput",
582
714
  "non_null": false
583
715
  },
584
- "varName": "AddIpsecIkeV2TunnelInput"
716
+ "varName": "addIpsecIkeV2TunnelInput"
585
717
  }
586
718
  },
587
719
  "interfaces": null,
@@ -596,7 +728,7 @@
596
728
  "name": "AddIpsecIkeV2TunnelsInput",
597
729
  "non_null": false
598
730
  },
599
- "varName": "AddIpsecIkeV2TunnelsInput"
731
+ "varName": "addIpsecIkeV2TunnelsInput"
600
732
  }
601
733
  },
602
734
  "interfaces": null,
@@ -612,7 +744,7 @@
612
744
  "name": "AddIpsecIkeV2SiteTunnelsInput",
613
745
  "non_null": false
614
746
  },
615
- "varName": "AddIpsecIkeV2SiteTunnelsInput"
747
+ "varName": "addIpsecIkeV2SiteTunnelsInput"
616
748
  },
617
749
  "addIpsecIkeV2SiteTunnels___siteId": {
618
750
  "defaultValue": null,
@@ -655,20 +787,40 @@
655
787
  "AddIpsecIkeV2TunnelsInput": true,
656
788
  "DestinationType": true,
657
789
  "IPSecV2InterfaceId": true,
790
+ "IPSecV2TunnelRole": true,
658
791
  "LastMileBwInput": true
659
792
  },
660
793
  "isDeprecated": false,
661
794
  "name": "sites",
662
795
  "operationArgs": {
663
- "AddIpsecIkeV2SiteTunnelsInput": {
796
+ "accountId": {
797
+ "defaultValue": null,
798
+ "description": null,
799
+ "id_str": "accountId",
800
+ "name": "accountId",
801
+ "path": "accountId",
802
+ "requestStr": "$accountId:ID! ",
803
+ "required": true,
804
+ "responseStr": "accountId:$accountId ",
805
+ "type": {
806
+ "kind": [
807
+ "NON_NULL",
808
+ "SCALAR"
809
+ ],
810
+ "name": "ID",
811
+ "non_null": false
812
+ },
813
+ "varName": "accountId"
814
+ },
815
+ "addIpsecIkeV2SiteTunnelsInput": {
664
816
  "defaultValue": null,
665
817
  "description": null,
666
818
  "id_str": "addIpsecIkeV2SiteTunnels___input",
667
819
  "name": "input",
668
820
  "path": "addIpsecIkeV2SiteTunnels.input",
669
- "requestStr": "$AddIpsecIkeV2SiteTunnelsInput:AddIpsecIkeV2SiteTunnelsInput! ",
821
+ "requestStr": "$addIpsecIkeV2SiteTunnelsInput:AddIpsecIkeV2SiteTunnelsInput! ",
670
822
  "required": true,
671
- "responseStr": "input:$AddIpsecIkeV2SiteTunnelsInput ",
823
+ "responseStr": "input:$addIpsecIkeV2SiteTunnelsInput ",
672
824
  "type": {
673
825
  "definition": {
674
826
  "description": null,
@@ -681,9 +833,9 @@
681
833
  "id_str": "addIpsecIkeV2SiteTunnels___input___primary",
682
834
  "name": "primary",
683
835
  "path": "addIpsecIkeV2SiteTunnels.input.primary",
684
- "requestStr": "$AddIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
836
+ "requestStr": "$addIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
685
837
  "required": false,
686
- "responseStr": "primary:$AddIpsecIkeV2TunnelsInput ",
838
+ "responseStr": "primary:$addIpsecIkeV2TunnelsInput ",
687
839
  "type": {
688
840
  "definition": {
689
841
  "description": null,
@@ -774,9 +926,9 @@
774
926
  "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels",
775
927
  "name": "tunnels",
776
928
  "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels",
777
- "requestStr": "$AddIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
929
+ "requestStr": "$addIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
778
930
  "required": true,
779
- "responseStr": "tunnels:$AddIpsecIkeV2TunnelInput ",
931
+ "responseStr": "tunnels:$addIpsecIkeV2TunnelInput ",
780
932
  "type": {
781
933
  "definition": {
782
934
  "description": null,
@@ -789,9 +941,9 @@
789
941
  "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw",
790
942
  "name": "lastMileBw",
791
943
  "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw",
792
- "requestStr": "$LastMileBwInput:LastMileBwInput ",
944
+ "requestStr": "$lastMileBwInput:LastMileBwInput ",
793
945
  "required": false,
794
- "responseStr": "lastMileBw:$LastMileBwInput ",
946
+ "responseStr": "lastMileBw:$lastMileBwInput ",
795
947
  "type": {
796
948
  "definition": {
797
949
  "description": null,
@@ -847,7 +999,25 @@
847
999
  "name": "LastMileBwInput",
848
1000
  "non_null": false
849
1001
  },
850
- "varName": "LastMileBwInput"
1002
+ "varName": "lastMileBwInput"
1003
+ },
1004
+ "name": {
1005
+ "defaultValue": null,
1006
+ "description": "Tunnel name",
1007
+ "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___name",
1008
+ "name": "name",
1009
+ "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.name",
1010
+ "requestStr": "$name:String ",
1011
+ "required": false,
1012
+ "responseStr": "name:$name ",
1013
+ "type": {
1014
+ "kind": [
1015
+ "SCALAR"
1016
+ ],
1017
+ "name": "String",
1018
+ "non_null": false
1019
+ },
1020
+ "varName": "name"
851
1021
  },
852
1022
  "privateCatoIp": {
853
1023
  "defaultValue": null,
@@ -921,6 +1091,54 @@
921
1091
  "non_null": false
922
1092
  },
923
1093
  "varName": "publicSiteIp"
1094
+ },
1095
+ "role": {
1096
+ "defaultValue": null,
1097
+ "description": "Tunnel role",
1098
+ "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___role",
1099
+ "name": "role",
1100
+ "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.role",
1101
+ "requestStr": "$role:IPSecV2TunnelRole ",
1102
+ "required": false,
1103
+ "responseStr": "role:$role ",
1104
+ "type": {
1105
+ "definition": {
1106
+ "description": null,
1107
+ "enumValues": [
1108
+ {
1109
+ "deprecationReason": null,
1110
+ "description": null,
1111
+ "isDeprecated": false,
1112
+ "name": "WAN1"
1113
+ },
1114
+ {
1115
+ "deprecationReason": null,
1116
+ "description": null,
1117
+ "isDeprecated": false,
1118
+ "name": "WAN2"
1119
+ },
1120
+ {
1121
+ "deprecationReason": null,
1122
+ "description": null,
1123
+ "isDeprecated": false,
1124
+ "name": "WAN3"
1125
+ }
1126
+ ],
1127
+ "fields": null,
1128
+ "inputFields": null,
1129
+ "interfaces": null,
1130
+ "kind": "ENUM",
1131
+ "name": "IPSecV2TunnelRole",
1132
+ "possibleTypes": null
1133
+ },
1134
+ "indexType": "enum",
1135
+ "kind": [
1136
+ "ENUM"
1137
+ ],
1138
+ "name": "IPSecV2TunnelRole",
1139
+ "non_null": false
1140
+ },
1141
+ "varName": "role"
924
1142
  }
925
1143
  },
926
1144
  "interfaces": null,
@@ -938,7 +1156,7 @@
938
1156
  "name": "AddIpsecIkeV2TunnelInput",
939
1157
  "non_null": false
940
1158
  },
941
- "varName": "AddIpsecIkeV2TunnelInput"
1159
+ "varName": "addIpsecIkeV2TunnelInput"
942
1160
  }
943
1161
  },
944
1162
  "interfaces": null,
@@ -953,7 +1171,7 @@
953
1171
  "name": "AddIpsecIkeV2TunnelsInput",
954
1172
  "non_null": false
955
1173
  },
956
- "varName": "AddIpsecIkeV2TunnelsInput"
1174
+ "varName": "addIpsecIkeV2TunnelsInput"
957
1175
  },
958
1176
  "secondary": {
959
1177
  "defaultValue": null,
@@ -961,9 +1179,9 @@
961
1179
  "id_str": "addIpsecIkeV2SiteTunnels___input___secondary",
962
1180
  "name": "secondary",
963
1181
  "path": "addIpsecIkeV2SiteTunnels.input.secondary",
964
- "requestStr": "$AddIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
1182
+ "requestStr": "$addIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
965
1183
  "required": false,
966
- "responseStr": "secondary:$AddIpsecIkeV2TunnelsInput ",
1184
+ "responseStr": "secondary:$addIpsecIkeV2TunnelsInput ",
967
1185
  "type": {
968
1186
  "definition": {
969
1187
  "description": null,
@@ -1054,9 +1272,9 @@
1054
1272
  "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels",
1055
1273
  "name": "tunnels",
1056
1274
  "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels",
1057
- "requestStr": "$AddIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
1275
+ "requestStr": "$addIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
1058
1276
  "required": true,
1059
- "responseStr": "tunnels:$AddIpsecIkeV2TunnelInput ",
1277
+ "responseStr": "tunnels:$addIpsecIkeV2TunnelInput ",
1060
1278
  "type": {
1061
1279
  "definition": {
1062
1280
  "description": null,
@@ -1069,9 +1287,9 @@
1069
1287
  "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw",
1070
1288
  "name": "lastMileBw",
1071
1289
  "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw",
1072
- "requestStr": "$LastMileBwInput:LastMileBwInput ",
1290
+ "requestStr": "$lastMileBwInput:LastMileBwInput ",
1073
1291
  "required": false,
1074
- "responseStr": "lastMileBw:$LastMileBwInput ",
1292
+ "responseStr": "lastMileBw:$lastMileBwInput ",
1075
1293
  "type": {
1076
1294
  "definition": {
1077
1295
  "description": null,
@@ -1127,7 +1345,25 @@
1127
1345
  "name": "LastMileBwInput",
1128
1346
  "non_null": false
1129
1347
  },
1130
- "varName": "LastMileBwInput"
1348
+ "varName": "lastMileBwInput"
1349
+ },
1350
+ "name": {
1351
+ "defaultValue": null,
1352
+ "description": "Tunnel name",
1353
+ "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___name",
1354
+ "name": "name",
1355
+ "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.name",
1356
+ "requestStr": "$name:String ",
1357
+ "required": false,
1358
+ "responseStr": "name:$name ",
1359
+ "type": {
1360
+ "kind": [
1361
+ "SCALAR"
1362
+ ],
1363
+ "name": "String",
1364
+ "non_null": false
1365
+ },
1366
+ "varName": "name"
1131
1367
  },
1132
1368
  "privateCatoIp": {
1133
1369
  "defaultValue": null,
@@ -1201,6 +1437,54 @@
1201
1437
  "non_null": false
1202
1438
  },
1203
1439
  "varName": "publicSiteIp"
1440
+ },
1441
+ "role": {
1442
+ "defaultValue": null,
1443
+ "description": "Tunnel role",
1444
+ "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___role",
1445
+ "name": "role",
1446
+ "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.role",
1447
+ "requestStr": "$role:IPSecV2TunnelRole ",
1448
+ "required": false,
1449
+ "responseStr": "role:$role ",
1450
+ "type": {
1451
+ "definition": {
1452
+ "description": null,
1453
+ "enumValues": [
1454
+ {
1455
+ "deprecationReason": null,
1456
+ "description": null,
1457
+ "isDeprecated": false,
1458
+ "name": "WAN1"
1459
+ },
1460
+ {
1461
+ "deprecationReason": null,
1462
+ "description": null,
1463
+ "isDeprecated": false,
1464
+ "name": "WAN2"
1465
+ },
1466
+ {
1467
+ "deprecationReason": null,
1468
+ "description": null,
1469
+ "isDeprecated": false,
1470
+ "name": "WAN3"
1471
+ }
1472
+ ],
1473
+ "fields": null,
1474
+ "inputFields": null,
1475
+ "interfaces": null,
1476
+ "kind": "ENUM",
1477
+ "name": "IPSecV2TunnelRole",
1478
+ "possibleTypes": null
1479
+ },
1480
+ "indexType": "enum",
1481
+ "kind": [
1482
+ "ENUM"
1483
+ ],
1484
+ "name": "IPSecV2TunnelRole",
1485
+ "non_null": false
1486
+ },
1487
+ "varName": "role"
1204
1488
  }
1205
1489
  },
1206
1490
  "interfaces": null,
@@ -1218,7 +1502,7 @@
1218
1502
  "name": "AddIpsecIkeV2TunnelInput",
1219
1503
  "non_null": false
1220
1504
  },
1221
- "varName": "AddIpsecIkeV2TunnelInput"
1505
+ "varName": "addIpsecIkeV2TunnelInput"
1222
1506
  }
1223
1507
  },
1224
1508
  "interfaces": null,
@@ -1233,7 +1517,7 @@
1233
1517
  "name": "AddIpsecIkeV2TunnelsInput",
1234
1518
  "non_null": false
1235
1519
  },
1236
- "varName": "AddIpsecIkeV2TunnelsInput"
1520
+ "varName": "addIpsecIkeV2TunnelsInput"
1237
1521
  }
1238
1522
  },
1239
1523
  "interfaces": null,
@@ -1249,26 +1533,7 @@
1249
1533
  "name": "AddIpsecIkeV2SiteTunnelsInput",
1250
1534
  "non_null": false
1251
1535
  },
1252
- "varName": "AddIpsecIkeV2SiteTunnelsInput"
1253
- },
1254
- "accountId": {
1255
- "defaultValue": null,
1256
- "description": null,
1257
- "id_str": "accountId",
1258
- "name": "accountId",
1259
- "path": "accountId",
1260
- "requestStr": "$accountId:ID! ",
1261
- "required": true,
1262
- "responseStr": "accountId:$accountId ",
1263
- "type": {
1264
- "kind": [
1265
- "NON_NULL",
1266
- "SCALAR"
1267
- ],
1268
- "name": "ID",
1269
- "non_null": false
1270
- },
1271
- "varName": "accountId"
1536
+ "varName": "addIpsecIkeV2SiteTunnelsInput"
1272
1537
  },
1273
1538
  "siteId": {
1274
1539
  "defaultValue": null,
@@ -1304,9 +1569,9 @@
1304
1569
  "id_str": "addIpsecIkeV2SiteTunnels___input",
1305
1570
  "name": "input",
1306
1571
  "path": "addIpsecIkeV2SiteTunnels.input",
1307
- "requestStr": "$AddIpsecIkeV2SiteTunnelsInput:AddIpsecIkeV2SiteTunnelsInput! ",
1572
+ "requestStr": "$addIpsecIkeV2SiteTunnelsInput:AddIpsecIkeV2SiteTunnelsInput! ",
1308
1573
  "required": true,
1309
- "responseStr": "input:$AddIpsecIkeV2SiteTunnelsInput ",
1574
+ "responseStr": "input:$addIpsecIkeV2SiteTunnelsInput ",
1310
1575
  "type": {
1311
1576
  "definition": {
1312
1577
  "description": null,
@@ -1319,9 +1584,9 @@
1319
1584
  "id_str": "addIpsecIkeV2SiteTunnels___input___primary",
1320
1585
  "name": "primary",
1321
1586
  "path": "addIpsecIkeV2SiteTunnels.input.primary",
1322
- "requestStr": "$AddIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
1587
+ "requestStr": "$addIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
1323
1588
  "required": false,
1324
- "responseStr": "primary:$AddIpsecIkeV2TunnelsInput ",
1589
+ "responseStr": "primary:$addIpsecIkeV2TunnelsInput ",
1325
1590
  "type": {
1326
1591
  "definition": {
1327
1592
  "description": null,
@@ -1412,9 +1677,9 @@
1412
1677
  "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels",
1413
1678
  "name": "tunnels",
1414
1679
  "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels",
1415
- "requestStr": "$AddIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
1680
+ "requestStr": "$addIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
1416
1681
  "required": true,
1417
- "responseStr": "tunnels:$AddIpsecIkeV2TunnelInput ",
1682
+ "responseStr": "tunnels:$addIpsecIkeV2TunnelInput ",
1418
1683
  "type": {
1419
1684
  "definition": {
1420
1685
  "description": null,
@@ -1427,9 +1692,9 @@
1427
1692
  "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw",
1428
1693
  "name": "lastMileBw",
1429
1694
  "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw",
1430
- "requestStr": "$LastMileBwInput:LastMileBwInput ",
1695
+ "requestStr": "$lastMileBwInput:LastMileBwInput ",
1431
1696
  "required": false,
1432
- "responseStr": "lastMileBw:$LastMileBwInput ",
1697
+ "responseStr": "lastMileBw:$lastMileBwInput ",
1433
1698
  "type": {
1434
1699
  "definition": {
1435
1700
  "description": null,
@@ -1485,7 +1750,25 @@
1485
1750
  "name": "LastMileBwInput",
1486
1751
  "non_null": false
1487
1752
  },
1488
- "varName": "LastMileBwInput"
1753
+ "varName": "lastMileBwInput"
1754
+ },
1755
+ "name": {
1756
+ "defaultValue": null,
1757
+ "description": "Tunnel name",
1758
+ "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___name",
1759
+ "name": "name",
1760
+ "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.name",
1761
+ "requestStr": "$name:String ",
1762
+ "required": false,
1763
+ "responseStr": "name:$name ",
1764
+ "type": {
1765
+ "kind": [
1766
+ "SCALAR"
1767
+ ],
1768
+ "name": "String",
1769
+ "non_null": false
1770
+ },
1771
+ "varName": "name"
1489
1772
  },
1490
1773
  "privateCatoIp": {
1491
1774
  "defaultValue": null,
@@ -1559,6 +1842,54 @@
1559
1842
  "non_null": false
1560
1843
  },
1561
1844
  "varName": "publicSiteIp"
1845
+ },
1846
+ "role": {
1847
+ "defaultValue": null,
1848
+ "description": "Tunnel role",
1849
+ "id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___role",
1850
+ "name": "role",
1851
+ "path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.role",
1852
+ "requestStr": "$role:IPSecV2TunnelRole ",
1853
+ "required": false,
1854
+ "responseStr": "role:$role ",
1855
+ "type": {
1856
+ "definition": {
1857
+ "description": null,
1858
+ "enumValues": [
1859
+ {
1860
+ "deprecationReason": null,
1861
+ "description": null,
1862
+ "isDeprecated": false,
1863
+ "name": "WAN1"
1864
+ },
1865
+ {
1866
+ "deprecationReason": null,
1867
+ "description": null,
1868
+ "isDeprecated": false,
1869
+ "name": "WAN2"
1870
+ },
1871
+ {
1872
+ "deprecationReason": null,
1873
+ "description": null,
1874
+ "isDeprecated": false,
1875
+ "name": "WAN3"
1876
+ }
1877
+ ],
1878
+ "fields": null,
1879
+ "inputFields": null,
1880
+ "interfaces": null,
1881
+ "kind": "ENUM",
1882
+ "name": "IPSecV2TunnelRole",
1883
+ "possibleTypes": null
1884
+ },
1885
+ "indexType": "enum",
1886
+ "kind": [
1887
+ "ENUM"
1888
+ ],
1889
+ "name": "IPSecV2TunnelRole",
1890
+ "non_null": false
1891
+ },
1892
+ "varName": "role"
1562
1893
  }
1563
1894
  },
1564
1895
  "interfaces": null,
@@ -1576,7 +1907,7 @@
1576
1907
  "name": "AddIpsecIkeV2TunnelInput",
1577
1908
  "non_null": false
1578
1909
  },
1579
- "varName": "AddIpsecIkeV2TunnelInput"
1910
+ "varName": "addIpsecIkeV2TunnelInput"
1580
1911
  }
1581
1912
  },
1582
1913
  "interfaces": null,
@@ -1591,7 +1922,7 @@
1591
1922
  "name": "AddIpsecIkeV2TunnelsInput",
1592
1923
  "non_null": false
1593
1924
  },
1594
- "varName": "AddIpsecIkeV2TunnelsInput"
1925
+ "varName": "addIpsecIkeV2TunnelsInput"
1595
1926
  },
1596
1927
  "secondary": {
1597
1928
  "defaultValue": null,
@@ -1599,9 +1930,9 @@
1599
1930
  "id_str": "addIpsecIkeV2SiteTunnels___input___secondary",
1600
1931
  "name": "secondary",
1601
1932
  "path": "addIpsecIkeV2SiteTunnels.input.secondary",
1602
- "requestStr": "$AddIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
1933
+ "requestStr": "$addIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
1603
1934
  "required": false,
1604
- "responseStr": "secondary:$AddIpsecIkeV2TunnelsInput ",
1935
+ "responseStr": "secondary:$addIpsecIkeV2TunnelsInput ",
1605
1936
  "type": {
1606
1937
  "definition": {
1607
1938
  "description": null,
@@ -1692,9 +2023,9 @@
1692
2023
  "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels",
1693
2024
  "name": "tunnels",
1694
2025
  "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels",
1695
- "requestStr": "$AddIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
2026
+ "requestStr": "$addIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
1696
2027
  "required": true,
1697
- "responseStr": "tunnels:$AddIpsecIkeV2TunnelInput ",
2028
+ "responseStr": "tunnels:$addIpsecIkeV2TunnelInput ",
1698
2029
  "type": {
1699
2030
  "definition": {
1700
2031
  "description": null,
@@ -1707,9 +2038,9 @@
1707
2038
  "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw",
1708
2039
  "name": "lastMileBw",
1709
2040
  "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw",
1710
- "requestStr": "$LastMileBwInput:LastMileBwInput ",
2041
+ "requestStr": "$lastMileBwInput:LastMileBwInput ",
1711
2042
  "required": false,
1712
- "responseStr": "lastMileBw:$LastMileBwInput ",
2043
+ "responseStr": "lastMileBw:$lastMileBwInput ",
1713
2044
  "type": {
1714
2045
  "definition": {
1715
2046
  "description": null,
@@ -1765,7 +2096,25 @@
1765
2096
  "name": "LastMileBwInput",
1766
2097
  "non_null": false
1767
2098
  },
1768
- "varName": "LastMileBwInput"
2099
+ "varName": "lastMileBwInput"
2100
+ },
2101
+ "name": {
2102
+ "defaultValue": null,
2103
+ "description": "Tunnel name",
2104
+ "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___name",
2105
+ "name": "name",
2106
+ "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.name",
2107
+ "requestStr": "$name:String ",
2108
+ "required": false,
2109
+ "responseStr": "name:$name ",
2110
+ "type": {
2111
+ "kind": [
2112
+ "SCALAR"
2113
+ ],
2114
+ "name": "String",
2115
+ "non_null": false
2116
+ },
2117
+ "varName": "name"
1769
2118
  },
1770
2119
  "privateCatoIp": {
1771
2120
  "defaultValue": null,
@@ -1839,6 +2188,54 @@
1839
2188
  "non_null": false
1840
2189
  },
1841
2190
  "varName": "publicSiteIp"
2191
+ },
2192
+ "role": {
2193
+ "defaultValue": null,
2194
+ "description": "Tunnel role",
2195
+ "id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___role",
2196
+ "name": "role",
2197
+ "path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.role",
2198
+ "requestStr": "$role:IPSecV2TunnelRole ",
2199
+ "required": false,
2200
+ "responseStr": "role:$role ",
2201
+ "type": {
2202
+ "definition": {
2203
+ "description": null,
2204
+ "enumValues": [
2205
+ {
2206
+ "deprecationReason": null,
2207
+ "description": null,
2208
+ "isDeprecated": false,
2209
+ "name": "WAN1"
2210
+ },
2211
+ {
2212
+ "deprecationReason": null,
2213
+ "description": null,
2214
+ "isDeprecated": false,
2215
+ "name": "WAN2"
2216
+ },
2217
+ {
2218
+ "deprecationReason": null,
2219
+ "description": null,
2220
+ "isDeprecated": false,
2221
+ "name": "WAN3"
2222
+ }
2223
+ ],
2224
+ "fields": null,
2225
+ "inputFields": null,
2226
+ "interfaces": null,
2227
+ "kind": "ENUM",
2228
+ "name": "IPSecV2TunnelRole",
2229
+ "possibleTypes": null
2230
+ },
2231
+ "indexType": "enum",
2232
+ "kind": [
2233
+ "ENUM"
2234
+ ],
2235
+ "name": "IPSecV2TunnelRole",
2236
+ "non_null": false
2237
+ },
2238
+ "varName": "role"
1842
2239
  }
1843
2240
  },
1844
2241
  "interfaces": null,
@@ -1856,7 +2253,7 @@
1856
2253
  "name": "AddIpsecIkeV2TunnelInput",
1857
2254
  "non_null": false
1858
2255
  },
1859
- "varName": "AddIpsecIkeV2TunnelInput"
2256
+ "varName": "addIpsecIkeV2TunnelInput"
1860
2257
  }
1861
2258
  },
1862
2259
  "interfaces": null,
@@ -1871,7 +2268,7 @@
1871
2268
  "name": "AddIpsecIkeV2TunnelsInput",
1872
2269
  "non_null": false
1873
2270
  },
1874
- "varName": "AddIpsecIkeV2TunnelsInput"
2271
+ "varName": "addIpsecIkeV2TunnelsInput"
1875
2272
  }
1876
2273
  },
1877
2274
  "interfaces": null,
@@ -1887,7 +2284,7 @@
1887
2284
  "name": "AddIpsecIkeV2SiteTunnelsInput",
1888
2285
  "non_null": false
1889
2286
  },
1890
- "varName": "AddIpsecIkeV2SiteTunnelsInput"
2287
+ "varName": "addIpsecIkeV2SiteTunnelsInput"
1891
2288
  },
1892
2289
  "addIpsecIkeV2SiteTunnels___siteId": {
1893
2290
  "defaultValue": null,
@@ -1915,9 +2312,9 @@
1915
2312
  "isDeprecated": false,
1916
2313
  "name": "addIpsecIkeV2SiteTunnels",
1917
2314
  "path": "addIpsecIkeV2SiteTunnels",
1918
- "requestStr": "$AddIpsecIkeV2SiteTunnelsPayload:AddIpsecIkeV2SiteTunnelsPayload ",
2315
+ "requestStr": "$addIpsecIkeV2SiteTunnelsPayload:AddIpsecIkeV2SiteTunnelsPayload ",
1919
2316
  "required": false,
1920
- "responseStr": "addIpsecIkeV2SiteTunnels:$AddIpsecIkeV2SiteTunnelsPayload ",
2317
+ "responseStr": "addIpsecIkeV2SiteTunnels:$addIpsecIkeV2SiteTunnelsPayload ",
1921
2318
  "type": {
1922
2319
  "definition": {
1923
2320
  "description": null,
@@ -1931,9 +2328,9 @@
1931
2328
  "isDeprecated": false,
1932
2329
  "name": "primary",
1933
2330
  "path": "addIpsecIkeV2SiteTunnels.primary",
1934
- "requestStr": "$AddIpsecIkeV2SiteMultiTunnelPayload:AddIpsecIkeV2SiteMultiTunnelPayload ",
2331
+ "requestStr": "$addIpsecIkeV2SiteMultiTunnelPayload:AddIpsecIkeV2SiteMultiTunnelPayload ",
1935
2332
  "required": false,
1936
- "responseStr": "primary:$AddIpsecIkeV2SiteMultiTunnelPayload ",
2333
+ "responseStr": "primary:$addIpsecIkeV2SiteMultiTunnelPayload ",
1937
2334
  "type": {
1938
2335
  "definition": {
1939
2336
  "description": null,
@@ -1967,9 +2364,9 @@
1967
2364
  "isDeprecated": false,
1968
2365
  "name": "tunnels",
1969
2366
  "path": "addIpsecIkeV2SiteTunnels.primary.tunnels",
1970
- "requestStr": "$AddIpsecIkeV2SiteTunnelPayload:[AddIpsecIkeV2SiteTunnelPayload]! ",
2367
+ "requestStr": "$addIpsecIkeV2SiteTunnelPayload:[AddIpsecIkeV2SiteTunnelPayload]! ",
1971
2368
  "required": true,
1972
- "responseStr": "tunnels:$AddIpsecIkeV2SiteTunnelPayload ",
2369
+ "responseStr": "tunnels:$addIpsecIkeV2SiteTunnelPayload ",
1973
2370
  "type": {
1974
2371
  "definition": {
1975
2372
  "description": null,
@@ -1996,7 +2393,7 @@
1996
2393
  "varName": "localId"
1997
2394
  },
1998
2395
  "tunnelId": {
1999
- "alias": "IPSecV2InterfaceIdTunnelId: tunnelId",
2396
+ "alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
2000
2397
  "args": {},
2001
2398
  "deprecationReason": null,
2002
2399
  "description": "The ID of the tunnel",
@@ -2081,7 +2478,7 @@
2081
2478
  "name": "AddIpsecIkeV2SiteTunnelPayload",
2082
2479
  "non_null": false
2083
2480
  },
2084
- "varName": "AddIpsecIkeV2SiteTunnelPayload"
2481
+ "varName": "addIpsecIkeV2SiteTunnelPayload"
2085
2482
  }
2086
2483
  },
2087
2484
  "inputFields": null,
@@ -2097,7 +2494,7 @@
2097
2494
  "name": "AddIpsecIkeV2SiteMultiTunnelPayload",
2098
2495
  "non_null": false
2099
2496
  },
2100
- "varName": "AddIpsecIkeV2SiteMultiTunnelPayload"
2497
+ "varName": "addIpsecIkeV2SiteMultiTunnelPayload"
2101
2498
  },
2102
2499
  "secondary": {
2103
2500
  "args": {},
@@ -2107,9 +2504,9 @@
2107
2504
  "isDeprecated": false,
2108
2505
  "name": "secondary",
2109
2506
  "path": "addIpsecIkeV2SiteTunnels.secondary",
2110
- "requestStr": "$AddIpsecIkeV2SiteMultiTunnelPayload:AddIpsecIkeV2SiteMultiTunnelPayload ",
2507
+ "requestStr": "$addIpsecIkeV2SiteMultiTunnelPayload:AddIpsecIkeV2SiteMultiTunnelPayload ",
2111
2508
  "required": false,
2112
- "responseStr": "secondary:$AddIpsecIkeV2SiteMultiTunnelPayload ",
2509
+ "responseStr": "secondary:$addIpsecIkeV2SiteMultiTunnelPayload ",
2113
2510
  "type": {
2114
2511
  "definition": {
2115
2512
  "description": null,
@@ -2143,9 +2540,9 @@
2143
2540
  "isDeprecated": false,
2144
2541
  "name": "tunnels",
2145
2542
  "path": "addIpsecIkeV2SiteTunnels.secondary.tunnels",
2146
- "requestStr": "$AddIpsecIkeV2SiteTunnelPayload:[AddIpsecIkeV2SiteTunnelPayload]! ",
2543
+ "requestStr": "$addIpsecIkeV2SiteTunnelPayload:[AddIpsecIkeV2SiteTunnelPayload]! ",
2147
2544
  "required": true,
2148
- "responseStr": "tunnels:$AddIpsecIkeV2SiteTunnelPayload ",
2545
+ "responseStr": "tunnels:$addIpsecIkeV2SiteTunnelPayload ",
2149
2546
  "type": {
2150
2547
  "definition": {
2151
2548
  "description": null,
@@ -2172,7 +2569,7 @@
2172
2569
  "varName": "localId"
2173
2570
  },
2174
2571
  "tunnelId": {
2175
- "alias": "IPSecV2InterfaceIdTunnelId: tunnelId",
2572
+ "alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
2176
2573
  "args": {},
2177
2574
  "deprecationReason": null,
2178
2575
  "description": "The ID of the tunnel",
@@ -2257,7 +2654,7 @@
2257
2654
  "name": "AddIpsecIkeV2SiteTunnelPayload",
2258
2655
  "non_null": false
2259
2656
  },
2260
- "varName": "AddIpsecIkeV2SiteTunnelPayload"
2657
+ "varName": "addIpsecIkeV2SiteTunnelPayload"
2261
2658
  }
2262
2659
  },
2263
2660
  "inputFields": null,
@@ -2273,7 +2670,7 @@
2273
2670
  "name": "AddIpsecIkeV2SiteMultiTunnelPayload",
2274
2671
  "non_null": false
2275
2672
  },
2276
- "varName": "AddIpsecIkeV2SiteMultiTunnelPayload"
2673
+ "varName": "addIpsecIkeV2SiteMultiTunnelPayload"
2277
2674
  },
2278
2675
  "siteId": {
2279
2676
  "args": {},
@@ -2310,7 +2707,7 @@
2310
2707
  "name": "AddIpsecIkeV2SiteTunnelsPayload",
2311
2708
  "non_null": false
2312
2709
  },
2313
- "varName": "AddIpsecIkeV2SiteTunnelsPayload"
2710
+ "varName": "addIpsecIkeV2SiteTunnelsPayload"
2314
2711
  }
2315
2712
  },
2316
2713
  "inputFields": null,
@@ -2328,8 +2725,8 @@
2328
2725
  "non_null": false
2329
2726
  },
2330
2727
  "variablesPayload": {
2331
- "AddIpsecIkeV2SiteTunnelsInput": {
2332
- "AddIpsecIkeV2TunnelsInput": {
2728
+ "addIpsecIkeV2SiteTunnelsInput": {
2729
+ "addIpsecIkeV2TunnelsInput": {
2333
2730
  "destinationType": {
2334
2731
  "destinationType": "enum(DestinationType)"
2335
2732
  },
@@ -2348,6 +2745,9 @@
2348
2745
  "upstream": "Int"
2349
2746
  }
2350
2747
  },
2748
+ "name": {
2749
+ "name": "String"
2750
+ },
2351
2751
  "privateCatoIp": {
2352
2752
  "privateCatoIp": "IPAddress"
2353
2753
  },
@@ -2359,6 +2759,9 @@
2359
2759
  },
2360
2760
  "publicSiteIp": {
2361
2761
  "publicSiteIp": "IPAddress"
2762
+ },
2763
+ "role": {
2764
+ "role": "enum(IPSecV2TunnelRole)"
2362
2765
  }
2363
2766
  }
2364
2767
  }