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
@@ -0,0 +1,861 @@
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
+ "removeIpsecIkeV2SiteTunnels": {
25
+ "args": {
26
+ "removeIpsecIkeV2SiteTunnels___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "removeIpsecIkeV2SiteTunnels___input",
30
+ "name": "input",
31
+ "path": "removeIpsecIkeV2SiteTunnels.input",
32
+ "requestStr": "$removeIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$removeIpsecIkeV2SiteTunnelsInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "tunnelId": {
42
+ "defaultValue": null,
43
+ "description": "The IDs of the tunnels",
44
+ "id_str": "removeIpsecIkeV2SiteTunnels___input___tunnelId",
45
+ "name": "tunnelId",
46
+ "path": "removeIpsecIkeV2SiteTunnels.input.tunnelId",
47
+ "requestStr": "$tunnelId:[IPSecV2InterfaceId]! ",
48
+ "required": true,
49
+ "responseStr": "tunnelId:$tunnelId ",
50
+ "type": {
51
+ "definition": {
52
+ "description": null,
53
+ "enumValues": [
54
+ {
55
+ "deprecationReason": null,
56
+ "description": null,
57
+ "isDeprecated": false,
58
+ "name": "PRIMARY1"
59
+ },
60
+ {
61
+ "deprecationReason": null,
62
+ "description": null,
63
+ "isDeprecated": false,
64
+ "name": "PRIMARY2"
65
+ },
66
+ {
67
+ "deprecationReason": null,
68
+ "description": null,
69
+ "isDeprecated": false,
70
+ "name": "PRIMARY3"
71
+ },
72
+ {
73
+ "deprecationReason": null,
74
+ "description": null,
75
+ "isDeprecated": false,
76
+ "name": "SECONDARY1"
77
+ },
78
+ {
79
+ "deprecationReason": null,
80
+ "description": null,
81
+ "isDeprecated": false,
82
+ "name": "SECONDARY2"
83
+ },
84
+ {
85
+ "deprecationReason": null,
86
+ "description": null,
87
+ "isDeprecated": false,
88
+ "name": "SECONDARY3"
89
+ }
90
+ ],
91
+ "fields": null,
92
+ "inputFields": null,
93
+ "interfaces": null,
94
+ "kind": "ENUM",
95
+ "name": "IPSecV2InterfaceId",
96
+ "possibleTypes": null
97
+ },
98
+ "indexType": "enum",
99
+ "kind": [
100
+ "NON_NULL",
101
+ "LIST",
102
+ "NON_NULL",
103
+ "ENUM"
104
+ ],
105
+ "name": "IPSecV2InterfaceId",
106
+ "non_null": false
107
+ },
108
+ "varName": "tunnelId"
109
+ }
110
+ },
111
+ "interfaces": null,
112
+ "kind": "INPUT_OBJECT",
113
+ "name": "RemoveIpsecIkeV2SiteTunnelsInput",
114
+ "possibleTypes": null
115
+ },
116
+ "indexType": "input_object",
117
+ "kind": [
118
+ "NON_NULL",
119
+ "INPUT_OBJECT"
120
+ ],
121
+ "name": "RemoveIpsecIkeV2SiteTunnelsInput",
122
+ "non_null": false
123
+ },
124
+ "varName": "removeIpsecIkeV2SiteTunnelsInput"
125
+ },
126
+ "removeIpsecIkeV2SiteTunnels___siteId": {
127
+ "defaultValue": null,
128
+ "description": null,
129
+ "id_str": "removeIpsecIkeV2SiteTunnels___siteId",
130
+ "name": "siteId",
131
+ "path": "removeIpsecIkeV2SiteTunnels.siteId",
132
+ "requestStr": "$siteId:ID! ",
133
+ "required": true,
134
+ "responseStr": "siteId:$siteId ",
135
+ "type": {
136
+ "kind": [
137
+ "NON_NULL",
138
+ "SCALAR"
139
+ ],
140
+ "name": "ID",
141
+ "non_null": false
142
+ },
143
+ "varName": "siteId"
144
+ }
145
+ },
146
+ "deprecationReason": null,
147
+ "description": null,
148
+ "isDeprecated": false,
149
+ "name": "removeIpsecIkeV2SiteTunnels",
150
+ "type": {
151
+ "kind": "OBJECT",
152
+ "name": "RemoveIpsecIkeV2SiteTunnelsPayload",
153
+ "ofType": null
154
+ }
155
+ }
156
+ },
157
+ "deprecationReason": "in favor of sites",
158
+ "description": null,
159
+ "fieldTypes": {
160
+ "IPSecV2InterfaceId": true,
161
+ "RemoveIpsecIkeV2SiteMultiTunnelPayload": true,
162
+ "RemoveIpsecIkeV2SiteTunnelPayload": true,
163
+ "RemoveIpsecIkeV2SiteTunnelsPayload": true
164
+ },
165
+ "isDeprecated": true,
166
+ "name": "site",
167
+ "operationArgs": {
168
+ "accountId": {
169
+ "defaultValue": null,
170
+ "description": null,
171
+ "id_str": "accountId",
172
+ "name": "accountId",
173
+ "path": "accountId",
174
+ "requestStr": "$accountId:ID! ",
175
+ "required": true,
176
+ "responseStr": "accountId:$accountId ",
177
+ "type": {
178
+ "kind": [
179
+ "NON_NULL",
180
+ "SCALAR"
181
+ ],
182
+ "name": "ID",
183
+ "non_null": false
184
+ },
185
+ "varName": "accountId"
186
+ },
187
+ "removeIpsecIkeV2SiteTunnelsInput": {
188
+ "defaultValue": null,
189
+ "description": null,
190
+ "id_str": "removeIpsecIkeV2SiteTunnels___input",
191
+ "name": "input",
192
+ "path": "removeIpsecIkeV2SiteTunnels.input",
193
+ "requestStr": "$removeIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
194
+ "required": true,
195
+ "responseStr": "input:$removeIpsecIkeV2SiteTunnelsInput ",
196
+ "type": {
197
+ "definition": {
198
+ "description": null,
199
+ "enumValues": null,
200
+ "fields": null,
201
+ "inputFields": {
202
+ "tunnelId": {
203
+ "defaultValue": null,
204
+ "description": "The IDs of the tunnels",
205
+ "id_str": "removeIpsecIkeV2SiteTunnels___input___tunnelId",
206
+ "name": "tunnelId",
207
+ "path": "removeIpsecIkeV2SiteTunnels.input.tunnelId",
208
+ "requestStr": "$tunnelId:[IPSecV2InterfaceId]! ",
209
+ "required": true,
210
+ "responseStr": "tunnelId:$tunnelId ",
211
+ "type": {
212
+ "definition": {
213
+ "description": null,
214
+ "enumValues": [
215
+ {
216
+ "deprecationReason": null,
217
+ "description": null,
218
+ "isDeprecated": false,
219
+ "name": "PRIMARY1"
220
+ },
221
+ {
222
+ "deprecationReason": null,
223
+ "description": null,
224
+ "isDeprecated": false,
225
+ "name": "PRIMARY2"
226
+ },
227
+ {
228
+ "deprecationReason": null,
229
+ "description": null,
230
+ "isDeprecated": false,
231
+ "name": "PRIMARY3"
232
+ },
233
+ {
234
+ "deprecationReason": null,
235
+ "description": null,
236
+ "isDeprecated": false,
237
+ "name": "SECONDARY1"
238
+ },
239
+ {
240
+ "deprecationReason": null,
241
+ "description": null,
242
+ "isDeprecated": false,
243
+ "name": "SECONDARY2"
244
+ },
245
+ {
246
+ "deprecationReason": null,
247
+ "description": null,
248
+ "isDeprecated": false,
249
+ "name": "SECONDARY3"
250
+ }
251
+ ],
252
+ "fields": null,
253
+ "inputFields": null,
254
+ "interfaces": null,
255
+ "kind": "ENUM",
256
+ "name": "IPSecV2InterfaceId",
257
+ "possibleTypes": null
258
+ },
259
+ "indexType": "enum",
260
+ "kind": [
261
+ "NON_NULL",
262
+ "LIST",
263
+ "NON_NULL",
264
+ "ENUM"
265
+ ],
266
+ "name": "IPSecV2InterfaceId",
267
+ "non_null": false
268
+ },
269
+ "varName": "tunnelId"
270
+ }
271
+ },
272
+ "interfaces": null,
273
+ "kind": "INPUT_OBJECT",
274
+ "name": "RemoveIpsecIkeV2SiteTunnelsInput",
275
+ "possibleTypes": null
276
+ },
277
+ "indexType": "input_object",
278
+ "kind": [
279
+ "NON_NULL",
280
+ "INPUT_OBJECT"
281
+ ],
282
+ "name": "RemoveIpsecIkeV2SiteTunnelsInput",
283
+ "non_null": false
284
+ },
285
+ "varName": "removeIpsecIkeV2SiteTunnelsInput"
286
+ },
287
+ "siteId": {
288
+ "defaultValue": null,
289
+ "description": null,
290
+ "id_str": "removeIpsecIkeV2SiteTunnels___siteId",
291
+ "name": "siteId",
292
+ "path": "removeIpsecIkeV2SiteTunnels.siteId",
293
+ "requestStr": "$siteId:ID! ",
294
+ "required": true,
295
+ "responseStr": "siteId:$siteId ",
296
+ "type": {
297
+ "kind": [
298
+ "NON_NULL",
299
+ "SCALAR"
300
+ ],
301
+ "name": "ID",
302
+ "non_null": false
303
+ },
304
+ "varName": "siteId"
305
+ }
306
+ },
307
+ "path": "mutation.site.removeIpsecIkeV2SiteTunnels",
308
+ "type": {
309
+ "definition": {
310
+ "description": null,
311
+ "enumValues": null,
312
+ "fields": {
313
+ "removeIpsecIkeV2SiteTunnels": {
314
+ "args": {
315
+ "removeIpsecIkeV2SiteTunnels___input": {
316
+ "defaultValue": null,
317
+ "description": null,
318
+ "id_str": "removeIpsecIkeV2SiteTunnels___input",
319
+ "name": "input",
320
+ "path": "removeIpsecIkeV2SiteTunnels.input",
321
+ "requestStr": "$removeIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
322
+ "required": true,
323
+ "responseStr": "input:$removeIpsecIkeV2SiteTunnelsInput ",
324
+ "type": {
325
+ "definition": {
326
+ "description": null,
327
+ "enumValues": null,
328
+ "fields": null,
329
+ "inputFields": {
330
+ "tunnelId": {
331
+ "defaultValue": null,
332
+ "description": "The IDs of the tunnels",
333
+ "id_str": "removeIpsecIkeV2SiteTunnels___input___tunnelId",
334
+ "name": "tunnelId",
335
+ "path": "removeIpsecIkeV2SiteTunnels.input.tunnelId",
336
+ "requestStr": "$tunnelId:[IPSecV2InterfaceId]! ",
337
+ "required": true,
338
+ "responseStr": "tunnelId:$tunnelId ",
339
+ "type": {
340
+ "definition": {
341
+ "description": null,
342
+ "enumValues": [
343
+ {
344
+ "deprecationReason": null,
345
+ "description": null,
346
+ "isDeprecated": false,
347
+ "name": "PRIMARY1"
348
+ },
349
+ {
350
+ "deprecationReason": null,
351
+ "description": null,
352
+ "isDeprecated": false,
353
+ "name": "PRIMARY2"
354
+ },
355
+ {
356
+ "deprecationReason": null,
357
+ "description": null,
358
+ "isDeprecated": false,
359
+ "name": "PRIMARY3"
360
+ },
361
+ {
362
+ "deprecationReason": null,
363
+ "description": null,
364
+ "isDeprecated": false,
365
+ "name": "SECONDARY1"
366
+ },
367
+ {
368
+ "deprecationReason": null,
369
+ "description": null,
370
+ "isDeprecated": false,
371
+ "name": "SECONDARY2"
372
+ },
373
+ {
374
+ "deprecationReason": null,
375
+ "description": null,
376
+ "isDeprecated": false,
377
+ "name": "SECONDARY3"
378
+ }
379
+ ],
380
+ "fields": null,
381
+ "inputFields": null,
382
+ "interfaces": null,
383
+ "kind": "ENUM",
384
+ "name": "IPSecV2InterfaceId",
385
+ "possibleTypes": null
386
+ },
387
+ "indexType": "enum",
388
+ "kind": [
389
+ "NON_NULL",
390
+ "LIST",
391
+ "NON_NULL",
392
+ "ENUM"
393
+ ],
394
+ "name": "IPSecV2InterfaceId",
395
+ "non_null": false
396
+ },
397
+ "varName": "tunnelId"
398
+ }
399
+ },
400
+ "interfaces": null,
401
+ "kind": "INPUT_OBJECT",
402
+ "name": "RemoveIpsecIkeV2SiteTunnelsInput",
403
+ "possibleTypes": null
404
+ },
405
+ "indexType": "input_object",
406
+ "kind": [
407
+ "NON_NULL",
408
+ "INPUT_OBJECT"
409
+ ],
410
+ "name": "RemoveIpsecIkeV2SiteTunnelsInput",
411
+ "non_null": false
412
+ },
413
+ "varName": "removeIpsecIkeV2SiteTunnelsInput"
414
+ },
415
+ "removeIpsecIkeV2SiteTunnels___siteId": {
416
+ "defaultValue": null,
417
+ "description": null,
418
+ "id_str": "removeIpsecIkeV2SiteTunnels___siteId",
419
+ "name": "siteId",
420
+ "path": "removeIpsecIkeV2SiteTunnels.siteId",
421
+ "requestStr": "$siteId:ID! ",
422
+ "required": true,
423
+ "responseStr": "siteId:$siteId ",
424
+ "type": {
425
+ "kind": [
426
+ "NON_NULL",
427
+ "SCALAR"
428
+ ],
429
+ "name": "ID",
430
+ "non_null": false
431
+ },
432
+ "varName": "siteId"
433
+ }
434
+ },
435
+ "deprecationReason": null,
436
+ "description": null,
437
+ "id_str": "removeIpsecIkeV2SiteTunnels",
438
+ "isDeprecated": false,
439
+ "name": "removeIpsecIkeV2SiteTunnels",
440
+ "path": "removeIpsecIkeV2SiteTunnels",
441
+ "requestStr": "$removeIpsecIkeV2SiteTunnelsPayload:RemoveIpsecIkeV2SiteTunnelsPayload ",
442
+ "required": false,
443
+ "responseStr": "removeIpsecIkeV2SiteTunnels:$removeIpsecIkeV2SiteTunnelsPayload ",
444
+ "type": {
445
+ "definition": {
446
+ "description": null,
447
+ "enumValues": null,
448
+ "fields": {
449
+ "primary": {
450
+ "args": {},
451
+ "deprecationReason": null,
452
+ "description": "Cato\u2019s FQDN for the primary tunnel",
453
+ "id_str": "removeIpsecIkeV2SiteTunnels___primary",
454
+ "isDeprecated": false,
455
+ "name": "primary",
456
+ "path": "removeIpsecIkeV2SiteTunnels.primary",
457
+ "requestStr": "$removeIpsecIkeV2SiteMultiTunnelPayload:RemoveIpsecIkeV2SiteMultiTunnelPayload ",
458
+ "required": false,
459
+ "responseStr": "primary:$removeIpsecIkeV2SiteMultiTunnelPayload ",
460
+ "type": {
461
+ "definition": {
462
+ "description": null,
463
+ "enumValues": null,
464
+ "fields": {
465
+ "fqdn": {
466
+ "args": {},
467
+ "deprecationReason": null,
468
+ "description": "Cato\u2019s FQDN for the multi-tunnel",
469
+ "id_str": "removeIpsecIkeV2SiteTunnels___primary___fqdn",
470
+ "isDeprecated": false,
471
+ "name": "fqdn",
472
+ "path": "removeIpsecIkeV2SiteTunnels.primary.fqdn",
473
+ "requestStr": "$fqdn:Fqdn ",
474
+ "required": false,
475
+ "responseStr": "fqdn:$fqdn ",
476
+ "type": {
477
+ "kind": [
478
+ "SCALAR"
479
+ ],
480
+ "name": "Fqdn",
481
+ "non_null": false
482
+ },
483
+ "varName": "fqdn"
484
+ },
485
+ "tunnels": {
486
+ "args": {},
487
+ "deprecationReason": null,
488
+ "description": null,
489
+ "id_str": "removeIpsecIkeV2SiteTunnels___primary___tunnels",
490
+ "isDeprecated": false,
491
+ "name": "tunnels",
492
+ "path": "removeIpsecIkeV2SiteTunnels.primary.tunnels",
493
+ "requestStr": "$removeIpsecIkeV2SiteTunnelPayload:[RemoveIpsecIkeV2SiteTunnelPayload]! ",
494
+ "required": true,
495
+ "responseStr": "tunnels:$removeIpsecIkeV2SiteTunnelPayload ",
496
+ "type": {
497
+ "definition": {
498
+ "description": null,
499
+ "enumValues": null,
500
+ "fields": {
501
+ "localId": {
502
+ "args": {},
503
+ "deprecationReason": null,
504
+ "description": "The local ID for the tunnel",
505
+ "id_str": "removeIpsecIkeV2SiteTunnels___primary___tunnels___localId",
506
+ "isDeprecated": false,
507
+ "name": "localId",
508
+ "path": "removeIpsecIkeV2SiteTunnels.primary.tunnels.localId",
509
+ "requestStr": "$localId:String ",
510
+ "required": false,
511
+ "responseStr": "localId:$localId ",
512
+ "type": {
513
+ "kind": [
514
+ "SCALAR"
515
+ ],
516
+ "name": "String",
517
+ "non_null": false
518
+ },
519
+ "varName": "localId"
520
+ },
521
+ "tunnelId": {
522
+ "alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
523
+ "args": {},
524
+ "deprecationReason": null,
525
+ "description": "The ID of the tunnel",
526
+ "id_str": "removeIpsecIkeV2SiteTunnels___primary___tunnels___tunnelId",
527
+ "isDeprecated": false,
528
+ "name": "tunnelId",
529
+ "path": "removeIpsecIkeV2SiteTunnels.primary.tunnels.tunnelId",
530
+ "requestStr": "$tunnelId:IPSecV2InterfaceId ",
531
+ "required": false,
532
+ "responseStr": "tunnelId:$tunnelId ",
533
+ "type": {
534
+ "definition": {
535
+ "description": null,
536
+ "enumValues": [
537
+ {
538
+ "deprecationReason": null,
539
+ "description": null,
540
+ "isDeprecated": false,
541
+ "name": "PRIMARY1"
542
+ },
543
+ {
544
+ "deprecationReason": null,
545
+ "description": null,
546
+ "isDeprecated": false,
547
+ "name": "PRIMARY2"
548
+ },
549
+ {
550
+ "deprecationReason": null,
551
+ "description": null,
552
+ "isDeprecated": false,
553
+ "name": "PRIMARY3"
554
+ },
555
+ {
556
+ "deprecationReason": null,
557
+ "description": null,
558
+ "isDeprecated": false,
559
+ "name": "SECONDARY1"
560
+ },
561
+ {
562
+ "deprecationReason": null,
563
+ "description": null,
564
+ "isDeprecated": false,
565
+ "name": "SECONDARY2"
566
+ },
567
+ {
568
+ "deprecationReason": null,
569
+ "description": null,
570
+ "isDeprecated": false,
571
+ "name": "SECONDARY3"
572
+ }
573
+ ],
574
+ "fields": null,
575
+ "inputFields": null,
576
+ "interfaces": null,
577
+ "kind": "ENUM",
578
+ "name": "IPSecV2InterfaceId",
579
+ "possibleTypes": null
580
+ },
581
+ "indexType": "enum",
582
+ "kind": [
583
+ "ENUM"
584
+ ],
585
+ "name": "IPSecV2InterfaceId",
586
+ "non_null": false
587
+ },
588
+ "varName": "tunnelId"
589
+ }
590
+ },
591
+ "inputFields": null,
592
+ "interfaces": {},
593
+ "kind": "OBJECT",
594
+ "name": "RemoveIpsecIkeV2SiteTunnelPayload",
595
+ "possibleTypes": null
596
+ },
597
+ "indexType": "object",
598
+ "kind": [
599
+ "NON_NULL",
600
+ "LIST",
601
+ "NON_NULL",
602
+ "OBJECT"
603
+ ],
604
+ "name": "RemoveIpsecIkeV2SiteTunnelPayload",
605
+ "non_null": false
606
+ },
607
+ "varName": "removeIpsecIkeV2SiteTunnelPayload"
608
+ }
609
+ },
610
+ "inputFields": null,
611
+ "interfaces": {},
612
+ "kind": "OBJECT",
613
+ "name": "RemoveIpsecIkeV2SiteMultiTunnelPayload",
614
+ "possibleTypes": null
615
+ },
616
+ "indexType": "object",
617
+ "kind": [
618
+ "OBJECT"
619
+ ],
620
+ "name": "RemoveIpsecIkeV2SiteMultiTunnelPayload",
621
+ "non_null": false
622
+ },
623
+ "varName": "removeIpsecIkeV2SiteMultiTunnelPayload"
624
+ },
625
+ "secondary": {
626
+ "args": {},
627
+ "deprecationReason": null,
628
+ "description": "Cato\u2019s FQDN for the secondary tunnel",
629
+ "id_str": "removeIpsecIkeV2SiteTunnels___secondary",
630
+ "isDeprecated": false,
631
+ "name": "secondary",
632
+ "path": "removeIpsecIkeV2SiteTunnels.secondary",
633
+ "requestStr": "$removeIpsecIkeV2SiteMultiTunnelPayload:RemoveIpsecIkeV2SiteMultiTunnelPayload ",
634
+ "required": false,
635
+ "responseStr": "secondary:$removeIpsecIkeV2SiteMultiTunnelPayload ",
636
+ "type": {
637
+ "definition": {
638
+ "description": null,
639
+ "enumValues": null,
640
+ "fields": {
641
+ "fqdn": {
642
+ "args": {},
643
+ "deprecationReason": null,
644
+ "description": "Cato\u2019s FQDN for the multi-tunnel",
645
+ "id_str": "removeIpsecIkeV2SiteTunnels___secondary___fqdn",
646
+ "isDeprecated": false,
647
+ "name": "fqdn",
648
+ "path": "removeIpsecIkeV2SiteTunnels.secondary.fqdn",
649
+ "requestStr": "$fqdn:Fqdn ",
650
+ "required": false,
651
+ "responseStr": "fqdn:$fqdn ",
652
+ "type": {
653
+ "kind": [
654
+ "SCALAR"
655
+ ],
656
+ "name": "Fqdn",
657
+ "non_null": false
658
+ },
659
+ "varName": "fqdn"
660
+ },
661
+ "tunnels": {
662
+ "args": {},
663
+ "deprecationReason": null,
664
+ "description": null,
665
+ "id_str": "removeIpsecIkeV2SiteTunnels___secondary___tunnels",
666
+ "isDeprecated": false,
667
+ "name": "tunnels",
668
+ "path": "removeIpsecIkeV2SiteTunnels.secondary.tunnels",
669
+ "requestStr": "$removeIpsecIkeV2SiteTunnelPayload:[RemoveIpsecIkeV2SiteTunnelPayload]! ",
670
+ "required": true,
671
+ "responseStr": "tunnels:$removeIpsecIkeV2SiteTunnelPayload ",
672
+ "type": {
673
+ "definition": {
674
+ "description": null,
675
+ "enumValues": null,
676
+ "fields": {
677
+ "localId": {
678
+ "args": {},
679
+ "deprecationReason": null,
680
+ "description": "The local ID for the tunnel",
681
+ "id_str": "removeIpsecIkeV2SiteTunnels___secondary___tunnels___localId",
682
+ "isDeprecated": false,
683
+ "name": "localId",
684
+ "path": "removeIpsecIkeV2SiteTunnels.secondary.tunnels.localId",
685
+ "requestStr": "$localId:String ",
686
+ "required": false,
687
+ "responseStr": "localId:$localId ",
688
+ "type": {
689
+ "kind": [
690
+ "SCALAR"
691
+ ],
692
+ "name": "String",
693
+ "non_null": false
694
+ },
695
+ "varName": "localId"
696
+ },
697
+ "tunnelId": {
698
+ "alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
699
+ "args": {},
700
+ "deprecationReason": null,
701
+ "description": "The ID of the tunnel",
702
+ "id_str": "removeIpsecIkeV2SiteTunnels___secondary___tunnels___tunnelId",
703
+ "isDeprecated": false,
704
+ "name": "tunnelId",
705
+ "path": "removeIpsecIkeV2SiteTunnels.secondary.tunnels.tunnelId",
706
+ "requestStr": "$tunnelId:IPSecV2InterfaceId ",
707
+ "required": false,
708
+ "responseStr": "tunnelId:$tunnelId ",
709
+ "type": {
710
+ "definition": {
711
+ "description": null,
712
+ "enumValues": [
713
+ {
714
+ "deprecationReason": null,
715
+ "description": null,
716
+ "isDeprecated": false,
717
+ "name": "PRIMARY1"
718
+ },
719
+ {
720
+ "deprecationReason": null,
721
+ "description": null,
722
+ "isDeprecated": false,
723
+ "name": "PRIMARY2"
724
+ },
725
+ {
726
+ "deprecationReason": null,
727
+ "description": null,
728
+ "isDeprecated": false,
729
+ "name": "PRIMARY3"
730
+ },
731
+ {
732
+ "deprecationReason": null,
733
+ "description": null,
734
+ "isDeprecated": false,
735
+ "name": "SECONDARY1"
736
+ },
737
+ {
738
+ "deprecationReason": null,
739
+ "description": null,
740
+ "isDeprecated": false,
741
+ "name": "SECONDARY2"
742
+ },
743
+ {
744
+ "deprecationReason": null,
745
+ "description": null,
746
+ "isDeprecated": false,
747
+ "name": "SECONDARY3"
748
+ }
749
+ ],
750
+ "fields": null,
751
+ "inputFields": null,
752
+ "interfaces": null,
753
+ "kind": "ENUM",
754
+ "name": "IPSecV2InterfaceId",
755
+ "possibleTypes": null
756
+ },
757
+ "indexType": "enum",
758
+ "kind": [
759
+ "ENUM"
760
+ ],
761
+ "name": "IPSecV2InterfaceId",
762
+ "non_null": false
763
+ },
764
+ "varName": "tunnelId"
765
+ }
766
+ },
767
+ "inputFields": null,
768
+ "interfaces": {},
769
+ "kind": "OBJECT",
770
+ "name": "RemoveIpsecIkeV2SiteTunnelPayload",
771
+ "possibleTypes": null
772
+ },
773
+ "indexType": "object",
774
+ "kind": [
775
+ "NON_NULL",
776
+ "LIST",
777
+ "NON_NULL",
778
+ "OBJECT"
779
+ ],
780
+ "name": "RemoveIpsecIkeV2SiteTunnelPayload",
781
+ "non_null": false
782
+ },
783
+ "varName": "removeIpsecIkeV2SiteTunnelPayload"
784
+ }
785
+ },
786
+ "inputFields": null,
787
+ "interfaces": {},
788
+ "kind": "OBJECT",
789
+ "name": "RemoveIpsecIkeV2SiteMultiTunnelPayload",
790
+ "possibleTypes": null
791
+ },
792
+ "indexType": "object",
793
+ "kind": [
794
+ "OBJECT"
795
+ ],
796
+ "name": "RemoveIpsecIkeV2SiteMultiTunnelPayload",
797
+ "non_null": false
798
+ },
799
+ "varName": "removeIpsecIkeV2SiteMultiTunnelPayload"
800
+ },
801
+ "siteId": {
802
+ "args": {},
803
+ "deprecationReason": null,
804
+ "description": "The ID of the site",
805
+ "id_str": "removeIpsecIkeV2SiteTunnels___siteId",
806
+ "isDeprecated": false,
807
+ "name": "siteId",
808
+ "path": "removeIpsecIkeV2SiteTunnels.siteId",
809
+ "requestStr": "$siteId:ID! ",
810
+ "required": true,
811
+ "responseStr": "siteId:$siteId ",
812
+ "type": {
813
+ "kind": [
814
+ "NON_NULL",
815
+ "SCALAR"
816
+ ],
817
+ "name": "ID",
818
+ "non_null": false
819
+ },
820
+ "varName": "siteId"
821
+ }
822
+ },
823
+ "inputFields": null,
824
+ "interfaces": {},
825
+ "kind": "OBJECT",
826
+ "name": "RemoveIpsecIkeV2SiteTunnelsPayload",
827
+ "possibleTypes": null
828
+ },
829
+ "indexType": "object",
830
+ "kind": [
831
+ "OBJECT"
832
+ ],
833
+ "name": "RemoveIpsecIkeV2SiteTunnelsPayload",
834
+ "non_null": false
835
+ },
836
+ "varName": "removeIpsecIkeV2SiteTunnelsPayload"
837
+ }
838
+ },
839
+ "inputFields": null,
840
+ "interfaces": [],
841
+ "kind": "OBJECT",
842
+ "name": "SiteMutations",
843
+ "possibleTypes": null
844
+ },
845
+ "indexType": "object",
846
+ "kind": [
847
+ "NON_NULL",
848
+ "OBJECT"
849
+ ],
850
+ "name": "SiteMutations",
851
+ "non_null": false
852
+ },
853
+ "variablesPayload": {
854
+ "removeIpsecIkeV2SiteTunnelsInput": {
855
+ "tunnelId": {
856
+ "tunnelId": "enum(IPSecV2InterfaceId)"
857
+ }
858
+ },
859
+ "siteId": "ID"
860
+ }
861
+ }