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,298 @@
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
+ "removeCloudInterconnectPhysicalConnection": {
25
+ "args": {
26
+ "removeCloudInterconnectPhysicalConnection___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "removeCloudInterconnectPhysicalConnection___input",
30
+ "name": "input",
31
+ "path": "removeCloudInterconnectPhysicalConnection.input",
32
+ "requestStr": "$removeCloudInterconnectPhysicalConnectionInput:RemoveCloudInterconnectPhysicalConnectionInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$removeCloudInterconnectPhysicalConnectionInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": "Input for removing a physical connection from a cloud interconnect site.",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "id": {
42
+ "defaultValue": null,
43
+ "description": "ID of the connection to be removed.",
44
+ "id_str": "removeCloudInterconnectPhysicalConnection___input___id",
45
+ "name": "id",
46
+ "path": "removeCloudInterconnectPhysicalConnection.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
+ },
61
+ "interfaces": null,
62
+ "kind": "INPUT_OBJECT",
63
+ "name": "RemoveCloudInterconnectPhysicalConnectionInput",
64
+ "possibleTypes": null
65
+ },
66
+ "indexType": "input_object",
67
+ "kind": [
68
+ "NON_NULL",
69
+ "INPUT_OBJECT"
70
+ ],
71
+ "name": "RemoveCloudInterconnectPhysicalConnectionInput",
72
+ "non_null": false
73
+ },
74
+ "varName": "removeCloudInterconnectPhysicalConnectionInput"
75
+ }
76
+ },
77
+ "deprecationReason": null,
78
+ "description": "Remove a physical connection from a cloud interconnect site.",
79
+ "isDeprecated": false,
80
+ "name": "removeCloudInterconnectPhysicalConnection",
81
+ "type": {
82
+ "kind": "OBJECT",
83
+ "name": "RemoveCloudInterconnectPhysicalConnectionPayload",
84
+ "ofType": null
85
+ }
86
+ }
87
+ },
88
+ "deprecationReason": "in favor of site",
89
+ "description": null,
90
+ "fieldTypes": {
91
+ "RemoveCloudInterconnectPhysicalConnectionPayload": true
92
+ },
93
+ "isDeprecated": true,
94
+ "name": "sites",
95
+ "operationArgs": {
96
+ "accountId": {
97
+ "defaultValue": null,
98
+ "description": null,
99
+ "id_str": "accountId",
100
+ "name": "accountId",
101
+ "path": "accountId",
102
+ "requestStr": "$accountId:ID! ",
103
+ "required": true,
104
+ "responseStr": "accountId:$accountId ",
105
+ "type": {
106
+ "kind": [
107
+ "NON_NULL",
108
+ "SCALAR"
109
+ ],
110
+ "name": "ID",
111
+ "non_null": false
112
+ },
113
+ "varName": "accountId"
114
+ },
115
+ "removeCloudInterconnectPhysicalConnectionInput": {
116
+ "defaultValue": null,
117
+ "description": null,
118
+ "id_str": "removeCloudInterconnectPhysicalConnection___input",
119
+ "name": "input",
120
+ "path": "removeCloudInterconnectPhysicalConnection.input",
121
+ "requestStr": "$removeCloudInterconnectPhysicalConnectionInput:RemoveCloudInterconnectPhysicalConnectionInput! ",
122
+ "required": true,
123
+ "responseStr": "input:$removeCloudInterconnectPhysicalConnectionInput ",
124
+ "type": {
125
+ "definition": {
126
+ "description": "Input for removing a physical connection from a cloud interconnect site.",
127
+ "enumValues": null,
128
+ "fields": null,
129
+ "inputFields": {
130
+ "id": {
131
+ "defaultValue": null,
132
+ "description": "ID of the connection to be removed.",
133
+ "id_str": "removeCloudInterconnectPhysicalConnection___input___id",
134
+ "name": "id",
135
+ "path": "removeCloudInterconnectPhysicalConnection.input.id",
136
+ "requestStr": "$id:ID! ",
137
+ "required": true,
138
+ "responseStr": "id:$id ",
139
+ "type": {
140
+ "kind": [
141
+ "NON_NULL",
142
+ "SCALAR"
143
+ ],
144
+ "name": "ID",
145
+ "non_null": false
146
+ },
147
+ "varName": "id"
148
+ }
149
+ },
150
+ "interfaces": null,
151
+ "kind": "INPUT_OBJECT",
152
+ "name": "RemoveCloudInterconnectPhysicalConnectionInput",
153
+ "possibleTypes": null
154
+ },
155
+ "indexType": "input_object",
156
+ "kind": [
157
+ "NON_NULL",
158
+ "INPUT_OBJECT"
159
+ ],
160
+ "name": "RemoveCloudInterconnectPhysicalConnectionInput",
161
+ "non_null": false
162
+ },
163
+ "varName": "removeCloudInterconnectPhysicalConnectionInput"
164
+ }
165
+ },
166
+ "path": "mutation.sites.removeCloudInterconnectPhysicalConnection",
167
+ "type": {
168
+ "definition": {
169
+ "description": null,
170
+ "enumValues": null,
171
+ "fields": {
172
+ "removeCloudInterconnectPhysicalConnection": {
173
+ "args": {
174
+ "removeCloudInterconnectPhysicalConnection___input": {
175
+ "defaultValue": null,
176
+ "description": null,
177
+ "id_str": "removeCloudInterconnectPhysicalConnection___input",
178
+ "name": "input",
179
+ "path": "removeCloudInterconnectPhysicalConnection.input",
180
+ "requestStr": "$removeCloudInterconnectPhysicalConnectionInput:RemoveCloudInterconnectPhysicalConnectionInput! ",
181
+ "required": true,
182
+ "responseStr": "input:$removeCloudInterconnectPhysicalConnectionInput ",
183
+ "type": {
184
+ "definition": {
185
+ "description": "Input for removing a physical connection from a cloud interconnect site.",
186
+ "enumValues": null,
187
+ "fields": null,
188
+ "inputFields": {
189
+ "id": {
190
+ "defaultValue": null,
191
+ "description": "ID of the connection to be removed.",
192
+ "id_str": "removeCloudInterconnectPhysicalConnection___input___id",
193
+ "name": "id",
194
+ "path": "removeCloudInterconnectPhysicalConnection.input.id",
195
+ "requestStr": "$id:ID! ",
196
+ "required": true,
197
+ "responseStr": "id:$id ",
198
+ "type": {
199
+ "kind": [
200
+ "NON_NULL",
201
+ "SCALAR"
202
+ ],
203
+ "name": "ID",
204
+ "non_null": false
205
+ },
206
+ "varName": "id"
207
+ }
208
+ },
209
+ "interfaces": null,
210
+ "kind": "INPUT_OBJECT",
211
+ "name": "RemoveCloudInterconnectPhysicalConnectionInput",
212
+ "possibleTypes": null
213
+ },
214
+ "indexType": "input_object",
215
+ "kind": [
216
+ "NON_NULL",
217
+ "INPUT_OBJECT"
218
+ ],
219
+ "name": "RemoveCloudInterconnectPhysicalConnectionInput",
220
+ "non_null": false
221
+ },
222
+ "varName": "removeCloudInterconnectPhysicalConnectionInput"
223
+ }
224
+ },
225
+ "deprecationReason": null,
226
+ "description": "Remove a physical connection from a cloud interconnect site.",
227
+ "id_str": "removeCloudInterconnectPhysicalConnection",
228
+ "isDeprecated": false,
229
+ "name": "removeCloudInterconnectPhysicalConnection",
230
+ "path": "removeCloudInterconnectPhysicalConnection",
231
+ "requestStr": "$removeCloudInterconnectPhysicalConnectionPayload:RemoveCloudInterconnectPhysicalConnectionPayload ",
232
+ "required": false,
233
+ "responseStr": "removeCloudInterconnectPhysicalConnection:$removeCloudInterconnectPhysicalConnectionPayload ",
234
+ "type": {
235
+ "definition": {
236
+ "description": "Payload for removing a physical connection from a cloud interconnect site.",
237
+ "enumValues": null,
238
+ "fields": {
239
+ "id": {
240
+ "args": {},
241
+ "deprecationReason": null,
242
+ "description": "ID of the removed connection.",
243
+ "id_str": "removeCloudInterconnectPhysicalConnection___id",
244
+ "isDeprecated": false,
245
+ "name": "id",
246
+ "path": "removeCloudInterconnectPhysicalConnection.id",
247
+ "requestStr": "$id:ID! ",
248
+ "required": true,
249
+ "responseStr": "id:$id ",
250
+ "type": {
251
+ "kind": [
252
+ "NON_NULL",
253
+ "SCALAR"
254
+ ],
255
+ "name": "ID",
256
+ "non_null": false
257
+ },
258
+ "varName": "id"
259
+ }
260
+ },
261
+ "inputFields": null,
262
+ "interfaces": {},
263
+ "kind": "OBJECT",
264
+ "name": "RemoveCloudInterconnectPhysicalConnectionPayload",
265
+ "possibleTypes": null
266
+ },
267
+ "indexType": "object",
268
+ "kind": [
269
+ "OBJECT"
270
+ ],
271
+ "name": "RemoveCloudInterconnectPhysicalConnectionPayload",
272
+ "non_null": false
273
+ },
274
+ "varName": "removeCloudInterconnectPhysicalConnectionPayload"
275
+ }
276
+ },
277
+ "inputFields": null,
278
+ "interfaces": [],
279
+ "kind": "OBJECT",
280
+ "name": "SiteMutations",
281
+ "possibleTypes": null
282
+ },
283
+ "indexType": "object",
284
+ "kind": [
285
+ "NON_NULL",
286
+ "OBJECT"
287
+ ],
288
+ "name": "SiteMutations",
289
+ "non_null": false
290
+ },
291
+ "variablesPayload": {
292
+ "removeCloudInterconnectPhysicalConnectionInput": {
293
+ "id": {
294
+ "id": "ID"
295
+ }
296
+ }
297
+ }
298
+ }
@@ -29,9 +29,9 @@
29
29
  "id_str": "removeIpsecIkeV2SiteTunnels___input",
30
30
  "name": "input",
31
31
  "path": "removeIpsecIkeV2SiteTunnels.input",
32
- "requestStr": "$RemoveIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
32
+ "requestStr": "$removeIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
33
33
  "required": true,
34
- "responseStr": "input:$RemoveIpsecIkeV2SiteTunnelsInput ",
34
+ "responseStr": "input:$removeIpsecIkeV2SiteTunnelsInput ",
35
35
  "type": {
36
36
  "definition": {
37
37
  "description": null,
@@ -121,7 +121,7 @@
121
121
  "name": "RemoveIpsecIkeV2SiteTunnelsInput",
122
122
  "non_null": false
123
123
  },
124
- "varName": "RemoveIpsecIkeV2SiteTunnelsInput"
124
+ "varName": "removeIpsecIkeV2SiteTunnelsInput"
125
125
  },
126
126
  "removeIpsecIkeV2SiteTunnels___siteId": {
127
127
  "defaultValue": null,
@@ -154,7 +154,7 @@
154
154
  }
155
155
  }
156
156
  },
157
- "deprecationReason": null,
157
+ "deprecationReason": "in favor of site",
158
158
  "description": null,
159
159
  "fieldTypes": {
160
160
  "IPSecV2InterfaceId": true,
@@ -162,18 +162,37 @@
162
162
  "RemoveIpsecIkeV2SiteTunnelPayload": true,
163
163
  "RemoveIpsecIkeV2SiteTunnelsPayload": true
164
164
  },
165
- "isDeprecated": false,
165
+ "isDeprecated": true,
166
166
  "name": "sites",
167
167
  "operationArgs": {
168
- "RemoveIpsecIkeV2SiteTunnelsInput": {
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": {
169
188
  "defaultValue": null,
170
189
  "description": null,
171
190
  "id_str": "removeIpsecIkeV2SiteTunnels___input",
172
191
  "name": "input",
173
192
  "path": "removeIpsecIkeV2SiteTunnels.input",
174
- "requestStr": "$RemoveIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
193
+ "requestStr": "$removeIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
175
194
  "required": true,
176
- "responseStr": "input:$RemoveIpsecIkeV2SiteTunnelsInput ",
195
+ "responseStr": "input:$removeIpsecIkeV2SiteTunnelsInput ",
177
196
  "type": {
178
197
  "definition": {
179
198
  "description": null,
@@ -263,26 +282,7 @@
263
282
  "name": "RemoveIpsecIkeV2SiteTunnelsInput",
264
283
  "non_null": false
265
284
  },
266
- "varName": "RemoveIpsecIkeV2SiteTunnelsInput"
267
- },
268
- "accountId": {
269
- "defaultValue": null,
270
- "description": null,
271
- "id_str": "accountId",
272
- "name": "accountId",
273
- "path": "accountId",
274
- "requestStr": "$accountId:ID! ",
275
- "required": true,
276
- "responseStr": "accountId:$accountId ",
277
- "type": {
278
- "kind": [
279
- "NON_NULL",
280
- "SCALAR"
281
- ],
282
- "name": "ID",
283
- "non_null": false
284
- },
285
- "varName": "accountId"
285
+ "varName": "removeIpsecIkeV2SiteTunnelsInput"
286
286
  },
287
287
  "siteId": {
288
288
  "defaultValue": null,
@@ -318,9 +318,9 @@
318
318
  "id_str": "removeIpsecIkeV2SiteTunnels___input",
319
319
  "name": "input",
320
320
  "path": "removeIpsecIkeV2SiteTunnels.input",
321
- "requestStr": "$RemoveIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
321
+ "requestStr": "$removeIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
322
322
  "required": true,
323
- "responseStr": "input:$RemoveIpsecIkeV2SiteTunnelsInput ",
323
+ "responseStr": "input:$removeIpsecIkeV2SiteTunnelsInput ",
324
324
  "type": {
325
325
  "definition": {
326
326
  "description": null,
@@ -410,7 +410,7 @@
410
410
  "name": "RemoveIpsecIkeV2SiteTunnelsInput",
411
411
  "non_null": false
412
412
  },
413
- "varName": "RemoveIpsecIkeV2SiteTunnelsInput"
413
+ "varName": "removeIpsecIkeV2SiteTunnelsInput"
414
414
  },
415
415
  "removeIpsecIkeV2SiteTunnels___siteId": {
416
416
  "defaultValue": null,
@@ -438,9 +438,9 @@
438
438
  "isDeprecated": false,
439
439
  "name": "removeIpsecIkeV2SiteTunnels",
440
440
  "path": "removeIpsecIkeV2SiteTunnels",
441
- "requestStr": "$RemoveIpsecIkeV2SiteTunnelsPayload:RemoveIpsecIkeV2SiteTunnelsPayload ",
441
+ "requestStr": "$removeIpsecIkeV2SiteTunnelsPayload:RemoveIpsecIkeV2SiteTunnelsPayload ",
442
442
  "required": false,
443
- "responseStr": "removeIpsecIkeV2SiteTunnels:$RemoveIpsecIkeV2SiteTunnelsPayload ",
443
+ "responseStr": "removeIpsecIkeV2SiteTunnels:$removeIpsecIkeV2SiteTunnelsPayload ",
444
444
  "type": {
445
445
  "definition": {
446
446
  "description": null,
@@ -454,9 +454,9 @@
454
454
  "isDeprecated": false,
455
455
  "name": "primary",
456
456
  "path": "removeIpsecIkeV2SiteTunnels.primary",
457
- "requestStr": "$RemoveIpsecIkeV2SiteMultiTunnelPayload:RemoveIpsecIkeV2SiteMultiTunnelPayload ",
457
+ "requestStr": "$removeIpsecIkeV2SiteMultiTunnelPayload:RemoveIpsecIkeV2SiteMultiTunnelPayload ",
458
458
  "required": false,
459
- "responseStr": "primary:$RemoveIpsecIkeV2SiteMultiTunnelPayload ",
459
+ "responseStr": "primary:$removeIpsecIkeV2SiteMultiTunnelPayload ",
460
460
  "type": {
461
461
  "definition": {
462
462
  "description": null,
@@ -490,9 +490,9 @@
490
490
  "isDeprecated": false,
491
491
  "name": "tunnels",
492
492
  "path": "removeIpsecIkeV2SiteTunnels.primary.tunnels",
493
- "requestStr": "$RemoveIpsecIkeV2SiteTunnelPayload:[RemoveIpsecIkeV2SiteTunnelPayload]! ",
493
+ "requestStr": "$removeIpsecIkeV2SiteTunnelPayload:[RemoveIpsecIkeV2SiteTunnelPayload]! ",
494
494
  "required": true,
495
- "responseStr": "tunnels:$RemoveIpsecIkeV2SiteTunnelPayload ",
495
+ "responseStr": "tunnels:$removeIpsecIkeV2SiteTunnelPayload ",
496
496
  "type": {
497
497
  "definition": {
498
498
  "description": null,
@@ -519,7 +519,7 @@
519
519
  "varName": "localId"
520
520
  },
521
521
  "tunnelId": {
522
- "alias": "IPSecV2InterfaceIdTunnelId: tunnelId",
522
+ "alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
523
523
  "args": {},
524
524
  "deprecationReason": null,
525
525
  "description": "The ID of the tunnel",
@@ -604,7 +604,7 @@
604
604
  "name": "RemoveIpsecIkeV2SiteTunnelPayload",
605
605
  "non_null": false
606
606
  },
607
- "varName": "RemoveIpsecIkeV2SiteTunnelPayload"
607
+ "varName": "removeIpsecIkeV2SiteTunnelPayload"
608
608
  }
609
609
  },
610
610
  "inputFields": null,
@@ -620,7 +620,7 @@
620
620
  "name": "RemoveIpsecIkeV2SiteMultiTunnelPayload",
621
621
  "non_null": false
622
622
  },
623
- "varName": "RemoveIpsecIkeV2SiteMultiTunnelPayload"
623
+ "varName": "removeIpsecIkeV2SiteMultiTunnelPayload"
624
624
  },
625
625
  "secondary": {
626
626
  "args": {},
@@ -630,9 +630,9 @@
630
630
  "isDeprecated": false,
631
631
  "name": "secondary",
632
632
  "path": "removeIpsecIkeV2SiteTunnels.secondary",
633
- "requestStr": "$RemoveIpsecIkeV2SiteMultiTunnelPayload:RemoveIpsecIkeV2SiteMultiTunnelPayload ",
633
+ "requestStr": "$removeIpsecIkeV2SiteMultiTunnelPayload:RemoveIpsecIkeV2SiteMultiTunnelPayload ",
634
634
  "required": false,
635
- "responseStr": "secondary:$RemoveIpsecIkeV2SiteMultiTunnelPayload ",
635
+ "responseStr": "secondary:$removeIpsecIkeV2SiteMultiTunnelPayload ",
636
636
  "type": {
637
637
  "definition": {
638
638
  "description": null,
@@ -666,9 +666,9 @@
666
666
  "isDeprecated": false,
667
667
  "name": "tunnels",
668
668
  "path": "removeIpsecIkeV2SiteTunnels.secondary.tunnels",
669
- "requestStr": "$RemoveIpsecIkeV2SiteTunnelPayload:[RemoveIpsecIkeV2SiteTunnelPayload]! ",
669
+ "requestStr": "$removeIpsecIkeV2SiteTunnelPayload:[RemoveIpsecIkeV2SiteTunnelPayload]! ",
670
670
  "required": true,
671
- "responseStr": "tunnels:$RemoveIpsecIkeV2SiteTunnelPayload ",
671
+ "responseStr": "tunnels:$removeIpsecIkeV2SiteTunnelPayload ",
672
672
  "type": {
673
673
  "definition": {
674
674
  "description": null,
@@ -695,7 +695,7 @@
695
695
  "varName": "localId"
696
696
  },
697
697
  "tunnelId": {
698
- "alias": "IPSecV2InterfaceIdTunnelId: tunnelId",
698
+ "alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
699
699
  "args": {},
700
700
  "deprecationReason": null,
701
701
  "description": "The ID of the tunnel",
@@ -780,7 +780,7 @@
780
780
  "name": "RemoveIpsecIkeV2SiteTunnelPayload",
781
781
  "non_null": false
782
782
  },
783
- "varName": "RemoveIpsecIkeV2SiteTunnelPayload"
783
+ "varName": "removeIpsecIkeV2SiteTunnelPayload"
784
784
  }
785
785
  },
786
786
  "inputFields": null,
@@ -796,7 +796,7 @@
796
796
  "name": "RemoveIpsecIkeV2SiteMultiTunnelPayload",
797
797
  "non_null": false
798
798
  },
799
- "varName": "RemoveIpsecIkeV2SiteMultiTunnelPayload"
799
+ "varName": "removeIpsecIkeV2SiteMultiTunnelPayload"
800
800
  },
801
801
  "siteId": {
802
802
  "args": {},
@@ -833,7 +833,7 @@
833
833
  "name": "RemoveIpsecIkeV2SiteTunnelsPayload",
834
834
  "non_null": false
835
835
  },
836
- "varName": "RemoveIpsecIkeV2SiteTunnelsPayload"
836
+ "varName": "removeIpsecIkeV2SiteTunnelsPayload"
837
837
  }
838
838
  },
839
839
  "inputFields": null,
@@ -851,7 +851,7 @@
851
851
  "non_null": false
852
852
  },
853
853
  "variablesPayload": {
854
- "RemoveIpsecIkeV2SiteTunnelsInput": {
854
+ "removeIpsecIkeV2SiteTunnelsInput": {
855
855
  "tunnelId": {
856
856
  "tunnelId": "enum(IPSecV2InterfaceId)"
857
857
  }
@@ -54,12 +54,12 @@
54
54
  }
55
55
  }
56
56
  },
57
- "deprecationReason": null,
57
+ "deprecationReason": "in favor of site",
58
58
  "description": null,
59
59
  "fieldTypes": {
60
60
  "RemoveNetworkRangePayload": true
61
61
  },
62
- "isDeprecated": false,
62
+ "isDeprecated": true,
63
63
  "name": "sites",
64
64
  "operationArgs": {
65
65
  "accountId": {
@@ -135,9 +135,9 @@
135
135
  "isDeprecated": false,
136
136
  "name": "removeNetworkRange",
137
137
  "path": "removeNetworkRange",
138
- "requestStr": "$RemoveNetworkRangePayload:RemoveNetworkRangePayload ",
138
+ "requestStr": "$removeNetworkRangePayload:RemoveNetworkRangePayload ",
139
139
  "required": false,
140
- "responseStr": "removeNetworkRange:$RemoveNetworkRangePayload ",
140
+ "responseStr": "removeNetworkRange:$removeNetworkRangePayload ",
141
141
  "type": {
142
142
  "definition": {
143
143
  "description": null,
@@ -178,7 +178,7 @@
178
178
  "name": "RemoveNetworkRangePayload",
179
179
  "non_null": false
180
180
  },
181
- "varName": "RemoveNetworkRangePayload"
181
+ "varName": "removeNetworkRangePayload"
182
182
  }
183
183
  },
184
184
  "inputFields": null,
@@ -54,12 +54,12 @@
54
54
  }
55
55
  }
56
56
  },
57
- "deprecationReason": null,
57
+ "deprecationReason": "in favor of site",
58
58
  "description": null,
59
59
  "fieldTypes": {
60
60
  "RemoveSitePayload": true
61
61
  },
62
- "isDeprecated": false,
62
+ "isDeprecated": true,
63
63
  "name": "sites",
64
64
  "operationArgs": {
65
65
  "accountId": {
@@ -135,9 +135,9 @@
135
135
  "isDeprecated": false,
136
136
  "name": "removeSite",
137
137
  "path": "removeSite",
138
- "requestStr": "$RemoveSitePayload:RemoveSitePayload ",
138
+ "requestStr": "$removeSitePayload:RemoveSitePayload ",
139
139
  "required": false,
140
- "responseStr": "removeSite:$RemoveSitePayload ",
140
+ "responseStr": "removeSite:$removeSitePayload ",
141
141
  "type": {
142
142
  "definition": {
143
143
  "description": null,
@@ -178,7 +178,7 @@
178
178
  "name": "RemoveSitePayload",
179
179
  "non_null": false
180
180
  },
181
- "varName": "RemoveSitePayload"
181
+ "varName": "removeSitePayload"
182
182
  }
183
183
  },
184
184
  "inputFields": null,
@@ -54,12 +54,12 @@
54
54
  }
55
55
  }
56
56
  },
57
- "deprecationReason": null,
57
+ "deprecationReason": "in favor of site",
58
58
  "description": null,
59
59
  "fieldTypes": {
60
60
  "RemoveStaticHostPayload": true
61
61
  },
62
- "isDeprecated": false,
62
+ "isDeprecated": true,
63
63
  "name": "sites",
64
64
  "operationArgs": {
65
65
  "accountId": {
@@ -135,9 +135,9 @@
135
135
  "isDeprecated": false,
136
136
  "name": "removeStaticHost",
137
137
  "path": "removeStaticHost",
138
- "requestStr": "$RemoveStaticHostPayload:RemoveStaticHostPayload ",
138
+ "requestStr": "$removeStaticHostPayload:RemoveStaticHostPayload ",
139
139
  "required": false,
140
- "responseStr": "removeStaticHost:$RemoveStaticHostPayload ",
140
+ "responseStr": "removeStaticHost:$removeStaticHostPayload ",
141
141
  "type": {
142
142
  "definition": {
143
143
  "description": null,
@@ -178,7 +178,7 @@
178
178
  "name": "RemoveStaticHostPayload",
179
179
  "non_null": false
180
180
  },
181
- "varName": "RemoveStaticHostPayload"
181
+ "varName": "removeStaticHostPayload"
182
182
  }
183
183
  },
184
184
  "inputFields": null,