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