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,1441 @@
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
+ "addCloudInterconnectPhysicalConnection": {
25
+ "args": {
26
+ "addCloudInterconnectPhysicalConnection___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "addCloudInterconnectPhysicalConnection___input",
30
+ "name": "input",
31
+ "path": "addCloudInterconnectPhysicalConnection.input",
32
+ "requestStr": "$addCloudInterconnectPhysicalConnectionInput:AddCloudInterconnectPhysicalConnectionInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$addCloudInterconnectPhysicalConnectionInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": "Input for adding a new physical connection to a cloud interconnect site.",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "downstreamBwLimit": {
42
+ "defaultValue": null,
43
+ "description": "Downstream bandwidth limit.",
44
+ "id_str": "addCloudInterconnectPhysicalConnection___input___downstreamBwLimit",
45
+ "name": "downstreamBwLimit",
46
+ "path": "addCloudInterconnectPhysicalConnection.input.downstreamBwLimit",
47
+ "requestStr": "$downstreamBwLimit:NetworkBandwidth! ",
48
+ "required": true,
49
+ "responseStr": "downstreamBwLimit:$downstreamBwLimit ",
50
+ "type": {
51
+ "kind": [
52
+ "NON_NULL",
53
+ "SCALAR"
54
+ ],
55
+ "name": "NetworkBandwidth",
56
+ "non_null": false
57
+ },
58
+ "varName": "downstreamBwLimit"
59
+ },
60
+ "encapsulationMethod": {
61
+ "defaultValue": null,
62
+ "description": "Method of encapsulation.Wither .1Q/QinQ",
63
+ "id_str": "addCloudInterconnectPhysicalConnection___input___encapsulationMethod",
64
+ "name": "encapsulationMethod",
65
+ "path": "addCloudInterconnectPhysicalConnection.input.encapsulationMethod",
66
+ "requestStr": "$encapsulationMethod:TaggingMethod! ",
67
+ "required": true,
68
+ "responseStr": "encapsulationMethod:$encapsulationMethod ",
69
+ "type": {
70
+ "definition": {
71
+ "description": null,
72
+ "enumValues": [
73
+ {
74
+ "deprecationReason": null,
75
+ "description": null,
76
+ "isDeprecated": false,
77
+ "name": "DOT1Q"
78
+ },
79
+ {
80
+ "deprecationReason": null,
81
+ "description": null,
82
+ "isDeprecated": false,
83
+ "name": "QINQ"
84
+ }
85
+ ],
86
+ "fields": null,
87
+ "inputFields": null,
88
+ "interfaces": null,
89
+ "kind": "ENUM",
90
+ "name": "TaggingMethod",
91
+ "possibleTypes": null
92
+ },
93
+ "indexType": "enum",
94
+ "kind": [
95
+ "NON_NULL",
96
+ "ENUM"
97
+ ],
98
+ "name": "TaggingMethod",
99
+ "non_null": false
100
+ },
101
+ "varName": "encapsulationMethod"
102
+ },
103
+ "haRole": {
104
+ "defaultValue": null,
105
+ "description": "High availability role of the connection.",
106
+ "id_str": "addCloudInterconnectPhysicalConnection___input___haRole",
107
+ "name": "haRole",
108
+ "path": "addCloudInterconnectPhysicalConnection.input.haRole",
109
+ "requestStr": "$haRole:HaRole! ",
110
+ "required": true,
111
+ "responseStr": "haRole:$haRole ",
112
+ "type": {
113
+ "definition": {
114
+ "description": null,
115
+ "enumValues": [
116
+ {
117
+ "deprecationReason": null,
118
+ "description": null,
119
+ "isDeprecated": false,
120
+ "name": "PRIMARY"
121
+ },
122
+ {
123
+ "deprecationReason": null,
124
+ "description": null,
125
+ "isDeprecated": false,
126
+ "name": "SECONDARY"
127
+ }
128
+ ],
129
+ "fields": null,
130
+ "inputFields": null,
131
+ "interfaces": null,
132
+ "kind": "ENUM",
133
+ "name": "HaRole",
134
+ "possibleTypes": null
135
+ },
136
+ "indexType": "enum",
137
+ "kind": [
138
+ "NON_NULL",
139
+ "ENUM"
140
+ ],
141
+ "name": "HaRole",
142
+ "non_null": false
143
+ },
144
+ "varName": "haRole"
145
+ },
146
+ "popLocation": {
147
+ "defaultValue": null,
148
+ "description": "Identifying data for the POP location.",
149
+ "id_str": "addCloudInterconnectPhysicalConnection___input___popLocation",
150
+ "name": "popLocation",
151
+ "path": "addCloudInterconnectPhysicalConnection.input.popLocation",
152
+ "requestStr": "$popLocationRefInput:PopLocationRefInput! ",
153
+ "required": true,
154
+ "responseStr": "popLocation:$popLocationRefInput ",
155
+ "type": {
156
+ "definition": {
157
+ "description": null,
158
+ "enumValues": null,
159
+ "fields": null,
160
+ "inputFields": {
161
+ "by": {
162
+ "defaultValue": "ID",
163
+ "description": null,
164
+ "id_str": "addCloudInterconnectPhysicalConnection___input___popLocation___by",
165
+ "name": "by",
166
+ "path": "addCloudInterconnectPhysicalConnection.input.popLocation.by",
167
+ "requestStr": "$by:ObjectRefBy! ",
168
+ "required": true,
169
+ "responseStr": "by:$by ",
170
+ "type": {
171
+ "definition": {
172
+ "description": null,
173
+ "enumValues": [
174
+ {
175
+ "deprecationReason": null,
176
+ "description": null,
177
+ "isDeprecated": false,
178
+ "name": "ID"
179
+ },
180
+ {
181
+ "deprecationReason": null,
182
+ "description": null,
183
+ "isDeprecated": false,
184
+ "name": "NAME"
185
+ }
186
+ ],
187
+ "fields": null,
188
+ "inputFields": null,
189
+ "interfaces": null,
190
+ "kind": "ENUM",
191
+ "name": "ObjectRefBy",
192
+ "possibleTypes": null
193
+ },
194
+ "indexType": "enum",
195
+ "kind": [
196
+ "NON_NULL",
197
+ "ENUM"
198
+ ],
199
+ "name": "ObjectRefBy",
200
+ "non_null": false
201
+ },
202
+ "varName": "by"
203
+ },
204
+ "input": {
205
+ "defaultValue": null,
206
+ "description": null,
207
+ "id_str": "addCloudInterconnectPhysicalConnection___input___popLocation___input",
208
+ "name": "input",
209
+ "path": "addCloudInterconnectPhysicalConnection.input.popLocation.input",
210
+ "requestStr": "$input:String! ",
211
+ "required": true,
212
+ "responseStr": "input:$input ",
213
+ "type": {
214
+ "kind": [
215
+ "NON_NULL",
216
+ "SCALAR"
217
+ ],
218
+ "name": "String",
219
+ "non_null": false
220
+ },
221
+ "varName": "input"
222
+ }
223
+ },
224
+ "interfaces": null,
225
+ "kind": "INPUT_OBJECT",
226
+ "name": "PopLocationRefInput",
227
+ "possibleTypes": null
228
+ },
229
+ "indexType": "input_object",
230
+ "kind": [
231
+ "NON_NULL",
232
+ "INPUT_OBJECT"
233
+ ],
234
+ "name": "PopLocationRefInput",
235
+ "non_null": false
236
+ },
237
+ "varName": "popLocationRefInput"
238
+ },
239
+ "privateCatoIp": {
240
+ "defaultValue": null,
241
+ "description": "Private IP address of Cato.",
242
+ "id_str": "addCloudInterconnectPhysicalConnection___input___privateCatoIp",
243
+ "name": "privateCatoIp",
244
+ "path": "addCloudInterconnectPhysicalConnection.input.privateCatoIp",
245
+ "requestStr": "$privateCatoIp:IPAddress! ",
246
+ "required": true,
247
+ "responseStr": "privateCatoIp:$privateCatoIp ",
248
+ "type": {
249
+ "kind": [
250
+ "NON_NULL",
251
+ "SCALAR"
252
+ ],
253
+ "name": "IPAddress",
254
+ "non_null": false
255
+ },
256
+ "varName": "privateCatoIp"
257
+ },
258
+ "privateSiteIp": {
259
+ "defaultValue": null,
260
+ "description": "Private IP address of the site.",
261
+ "id_str": "addCloudInterconnectPhysicalConnection___input___privateSiteIp",
262
+ "name": "privateSiteIp",
263
+ "path": "addCloudInterconnectPhysicalConnection.input.privateSiteIp",
264
+ "requestStr": "$privateSiteIp:IPAddress! ",
265
+ "required": true,
266
+ "responseStr": "privateSiteIp:$privateSiteIp ",
267
+ "type": {
268
+ "kind": [
269
+ "NON_NULL",
270
+ "SCALAR"
271
+ ],
272
+ "name": "IPAddress",
273
+ "non_null": false
274
+ },
275
+ "varName": "privateSiteIp"
276
+ },
277
+ "serviceProviderName": {
278
+ "defaultValue": null,
279
+ "description": "Name of the service provider. Usually a partner, or a fabric service provider.",
280
+ "id_str": "addCloudInterconnectPhysicalConnection___input___serviceProviderName",
281
+ "name": "serviceProviderName",
282
+ "path": "addCloudInterconnectPhysicalConnection.input.serviceProviderName",
283
+ "requestStr": "$serviceProviderName:String! ",
284
+ "required": true,
285
+ "responseStr": "serviceProviderName:$serviceProviderName ",
286
+ "type": {
287
+ "kind": [
288
+ "NON_NULL",
289
+ "SCALAR"
290
+ ],
291
+ "name": "String",
292
+ "non_null": false
293
+ },
294
+ "varName": "serviceProviderName"
295
+ },
296
+ "site": {
297
+ "defaultValue": null,
298
+ "description": "Identifying data for the site.",
299
+ "id_str": "addCloudInterconnectPhysicalConnection___input___site",
300
+ "name": "site",
301
+ "path": "addCloudInterconnectPhysicalConnection.input.site",
302
+ "requestStr": "$siteRefInput:SiteRefInput! ",
303
+ "required": true,
304
+ "responseStr": "site:$siteRefInput ",
305
+ "type": {
306
+ "definition": {
307
+ "description": null,
308
+ "enumValues": null,
309
+ "fields": null,
310
+ "inputFields": {
311
+ "by": {
312
+ "defaultValue": "ID",
313
+ "description": null,
314
+ "id_str": "addCloudInterconnectPhysicalConnection___input___site___by",
315
+ "name": "by",
316
+ "path": "addCloudInterconnectPhysicalConnection.input.site.by",
317
+ "requestStr": "$by:ObjectRefBy! ",
318
+ "required": true,
319
+ "responseStr": "by:$by ",
320
+ "type": {
321
+ "definition": {
322
+ "description": null,
323
+ "enumValues": [
324
+ {
325
+ "deprecationReason": null,
326
+ "description": null,
327
+ "isDeprecated": false,
328
+ "name": "ID"
329
+ },
330
+ {
331
+ "deprecationReason": null,
332
+ "description": null,
333
+ "isDeprecated": false,
334
+ "name": "NAME"
335
+ }
336
+ ],
337
+ "fields": null,
338
+ "inputFields": null,
339
+ "interfaces": null,
340
+ "kind": "ENUM",
341
+ "name": "ObjectRefBy",
342
+ "possibleTypes": null
343
+ },
344
+ "indexType": "enum",
345
+ "kind": [
346
+ "NON_NULL",
347
+ "ENUM"
348
+ ],
349
+ "name": "ObjectRefBy",
350
+ "non_null": false
351
+ },
352
+ "varName": "by"
353
+ },
354
+ "input": {
355
+ "defaultValue": null,
356
+ "description": null,
357
+ "id_str": "addCloudInterconnectPhysicalConnection___input___site___input",
358
+ "name": "input",
359
+ "path": "addCloudInterconnectPhysicalConnection.input.site.input",
360
+ "requestStr": "$input:String! ",
361
+ "required": true,
362
+ "responseStr": "input:$input ",
363
+ "type": {
364
+ "kind": [
365
+ "NON_NULL",
366
+ "SCALAR"
367
+ ],
368
+ "name": "String",
369
+ "non_null": false
370
+ },
371
+ "varName": "input"
372
+ }
373
+ },
374
+ "interfaces": null,
375
+ "kind": "INPUT_OBJECT",
376
+ "name": "SiteRefInput",
377
+ "possibleTypes": null
378
+ },
379
+ "indexType": "input_object",
380
+ "kind": [
381
+ "NON_NULL",
382
+ "INPUT_OBJECT"
383
+ ],
384
+ "name": "SiteRefInput",
385
+ "non_null": false
386
+ },
387
+ "varName": "siteRefInput"
388
+ },
389
+ "subnet": {
390
+ "defaultValue": null,
391
+ "description": "Subnet for the connection, the BGP peering range. /30 CIDR.",
392
+ "id_str": "addCloudInterconnectPhysicalConnection___input___subnet",
393
+ "name": "subnet",
394
+ "path": "addCloudInterconnectPhysicalConnection.input.subnet",
395
+ "requestStr": "$subnet:NetworkSubnet! ",
396
+ "required": true,
397
+ "responseStr": "subnet:$subnet ",
398
+ "type": {
399
+ "kind": [
400
+ "NON_NULL",
401
+ "SCALAR"
402
+ ],
403
+ "name": "NetworkSubnet",
404
+ "non_null": false
405
+ },
406
+ "varName": "subnet"
407
+ },
408
+ "upstreamBwLimit": {
409
+ "defaultValue": null,
410
+ "description": "Upstream bandwidth limit.",
411
+ "id_str": "addCloudInterconnectPhysicalConnection___input___upstreamBwLimit",
412
+ "name": "upstreamBwLimit",
413
+ "path": "addCloudInterconnectPhysicalConnection.input.upstreamBwLimit",
414
+ "requestStr": "$upstreamBwLimit:NetworkBandwidth! ",
415
+ "required": true,
416
+ "responseStr": "upstreamBwLimit:$upstreamBwLimit ",
417
+ "type": {
418
+ "kind": [
419
+ "NON_NULL",
420
+ "SCALAR"
421
+ ],
422
+ "name": "NetworkBandwidth",
423
+ "non_null": false
424
+ },
425
+ "varName": "upstreamBwLimit"
426
+ }
427
+ },
428
+ "interfaces": null,
429
+ "kind": "INPUT_OBJECT",
430
+ "name": "AddCloudInterconnectPhysicalConnectionInput",
431
+ "possibleTypes": null
432
+ },
433
+ "indexType": "input_object",
434
+ "kind": [
435
+ "NON_NULL",
436
+ "INPUT_OBJECT"
437
+ ],
438
+ "name": "AddCloudInterconnectPhysicalConnectionInput",
439
+ "non_null": false
440
+ },
441
+ "varName": "addCloudInterconnectPhysicalConnectionInput"
442
+ }
443
+ },
444
+ "deprecationReason": null,
445
+ "description": "Add a new physical connection to a cloud interconnect site.Either connect to a partner, or a non-supported public provider",
446
+ "isDeprecated": false,
447
+ "name": "addCloudInterconnectPhysicalConnection",
448
+ "type": {
449
+ "kind": "OBJECT",
450
+ "name": "AddCloudInterconnectPhysicalConnectionPayload",
451
+ "ofType": null
452
+ }
453
+ }
454
+ },
455
+ "deprecationReason": null,
456
+ "description": null,
457
+ "fieldTypes": {
458
+ "AddCloudInterconnectPhysicalConnectionPayload": true,
459
+ "HaRole": true,
460
+ "ObjectRefBy": true,
461
+ "PopLocationRefInput": true,
462
+ "SiteRefInput": true,
463
+ "TaggingMethod": true
464
+ },
465
+ "isDeprecated": false,
466
+ "name": "site",
467
+ "operationArgs": {
468
+ "accountId": {
469
+ "defaultValue": null,
470
+ "description": null,
471
+ "id_str": "accountId",
472
+ "name": "accountId",
473
+ "path": "accountId",
474
+ "requestStr": "$accountId:ID! ",
475
+ "required": true,
476
+ "responseStr": "accountId:$accountId ",
477
+ "type": {
478
+ "kind": [
479
+ "NON_NULL",
480
+ "SCALAR"
481
+ ],
482
+ "name": "ID",
483
+ "non_null": false
484
+ },
485
+ "varName": "accountId"
486
+ },
487
+ "addCloudInterconnectPhysicalConnectionInput": {
488
+ "defaultValue": null,
489
+ "description": null,
490
+ "id_str": "addCloudInterconnectPhysicalConnection___input",
491
+ "name": "input",
492
+ "path": "addCloudInterconnectPhysicalConnection.input",
493
+ "requestStr": "$addCloudInterconnectPhysicalConnectionInput:AddCloudInterconnectPhysicalConnectionInput! ",
494
+ "required": true,
495
+ "responseStr": "input:$addCloudInterconnectPhysicalConnectionInput ",
496
+ "type": {
497
+ "definition": {
498
+ "description": "Input for adding a new physical connection to a cloud interconnect site.",
499
+ "enumValues": null,
500
+ "fields": null,
501
+ "inputFields": {
502
+ "downstreamBwLimit": {
503
+ "defaultValue": null,
504
+ "description": "Downstream bandwidth limit.",
505
+ "id_str": "addCloudInterconnectPhysicalConnection___input___downstreamBwLimit",
506
+ "name": "downstreamBwLimit",
507
+ "path": "addCloudInterconnectPhysicalConnection.input.downstreamBwLimit",
508
+ "requestStr": "$downstreamBwLimit:NetworkBandwidth! ",
509
+ "required": true,
510
+ "responseStr": "downstreamBwLimit:$downstreamBwLimit ",
511
+ "type": {
512
+ "kind": [
513
+ "NON_NULL",
514
+ "SCALAR"
515
+ ],
516
+ "name": "NetworkBandwidth",
517
+ "non_null": false
518
+ },
519
+ "varName": "downstreamBwLimit"
520
+ },
521
+ "encapsulationMethod": {
522
+ "defaultValue": null,
523
+ "description": "Method of encapsulation.Wither .1Q/QinQ",
524
+ "id_str": "addCloudInterconnectPhysicalConnection___input___encapsulationMethod",
525
+ "name": "encapsulationMethod",
526
+ "path": "addCloudInterconnectPhysicalConnection.input.encapsulationMethod",
527
+ "requestStr": "$encapsulationMethod:TaggingMethod! ",
528
+ "required": true,
529
+ "responseStr": "encapsulationMethod:$encapsulationMethod ",
530
+ "type": {
531
+ "definition": {
532
+ "description": null,
533
+ "enumValues": [
534
+ {
535
+ "deprecationReason": null,
536
+ "description": null,
537
+ "isDeprecated": false,
538
+ "name": "DOT1Q"
539
+ },
540
+ {
541
+ "deprecationReason": null,
542
+ "description": null,
543
+ "isDeprecated": false,
544
+ "name": "QINQ"
545
+ }
546
+ ],
547
+ "fields": null,
548
+ "inputFields": null,
549
+ "interfaces": null,
550
+ "kind": "ENUM",
551
+ "name": "TaggingMethod",
552
+ "possibleTypes": null
553
+ },
554
+ "indexType": "enum",
555
+ "kind": [
556
+ "NON_NULL",
557
+ "ENUM"
558
+ ],
559
+ "name": "TaggingMethod",
560
+ "non_null": false
561
+ },
562
+ "varName": "encapsulationMethod"
563
+ },
564
+ "haRole": {
565
+ "defaultValue": null,
566
+ "description": "High availability role of the connection.",
567
+ "id_str": "addCloudInterconnectPhysicalConnection___input___haRole",
568
+ "name": "haRole",
569
+ "path": "addCloudInterconnectPhysicalConnection.input.haRole",
570
+ "requestStr": "$haRole:HaRole! ",
571
+ "required": true,
572
+ "responseStr": "haRole:$haRole ",
573
+ "type": {
574
+ "definition": {
575
+ "description": null,
576
+ "enumValues": [
577
+ {
578
+ "deprecationReason": null,
579
+ "description": null,
580
+ "isDeprecated": false,
581
+ "name": "PRIMARY"
582
+ },
583
+ {
584
+ "deprecationReason": null,
585
+ "description": null,
586
+ "isDeprecated": false,
587
+ "name": "SECONDARY"
588
+ }
589
+ ],
590
+ "fields": null,
591
+ "inputFields": null,
592
+ "interfaces": null,
593
+ "kind": "ENUM",
594
+ "name": "HaRole",
595
+ "possibleTypes": null
596
+ },
597
+ "indexType": "enum",
598
+ "kind": [
599
+ "NON_NULL",
600
+ "ENUM"
601
+ ],
602
+ "name": "HaRole",
603
+ "non_null": false
604
+ },
605
+ "varName": "haRole"
606
+ },
607
+ "popLocation": {
608
+ "defaultValue": null,
609
+ "description": "Identifying data for the POP location.",
610
+ "id_str": "addCloudInterconnectPhysicalConnection___input___popLocation",
611
+ "name": "popLocation",
612
+ "path": "addCloudInterconnectPhysicalConnection.input.popLocation",
613
+ "requestStr": "$popLocationRefInput:PopLocationRefInput! ",
614
+ "required": true,
615
+ "responseStr": "popLocation:$popLocationRefInput ",
616
+ "type": {
617
+ "definition": {
618
+ "description": null,
619
+ "enumValues": null,
620
+ "fields": null,
621
+ "inputFields": {
622
+ "by": {
623
+ "defaultValue": "ID",
624
+ "description": null,
625
+ "id_str": "addCloudInterconnectPhysicalConnection___input___popLocation___by",
626
+ "name": "by",
627
+ "path": "addCloudInterconnectPhysicalConnection.input.popLocation.by",
628
+ "requestStr": "$by:ObjectRefBy! ",
629
+ "required": true,
630
+ "responseStr": "by:$by ",
631
+ "type": {
632
+ "definition": {
633
+ "description": null,
634
+ "enumValues": [
635
+ {
636
+ "deprecationReason": null,
637
+ "description": null,
638
+ "isDeprecated": false,
639
+ "name": "ID"
640
+ },
641
+ {
642
+ "deprecationReason": null,
643
+ "description": null,
644
+ "isDeprecated": false,
645
+ "name": "NAME"
646
+ }
647
+ ],
648
+ "fields": null,
649
+ "inputFields": null,
650
+ "interfaces": null,
651
+ "kind": "ENUM",
652
+ "name": "ObjectRefBy",
653
+ "possibleTypes": null
654
+ },
655
+ "indexType": "enum",
656
+ "kind": [
657
+ "NON_NULL",
658
+ "ENUM"
659
+ ],
660
+ "name": "ObjectRefBy",
661
+ "non_null": false
662
+ },
663
+ "varName": "by"
664
+ },
665
+ "input": {
666
+ "defaultValue": null,
667
+ "description": null,
668
+ "id_str": "addCloudInterconnectPhysicalConnection___input___popLocation___input",
669
+ "name": "input",
670
+ "path": "addCloudInterconnectPhysicalConnection.input.popLocation.input",
671
+ "requestStr": "$input:String! ",
672
+ "required": true,
673
+ "responseStr": "input:$input ",
674
+ "type": {
675
+ "kind": [
676
+ "NON_NULL",
677
+ "SCALAR"
678
+ ],
679
+ "name": "String",
680
+ "non_null": false
681
+ },
682
+ "varName": "input"
683
+ }
684
+ },
685
+ "interfaces": null,
686
+ "kind": "INPUT_OBJECT",
687
+ "name": "PopLocationRefInput",
688
+ "possibleTypes": null
689
+ },
690
+ "indexType": "input_object",
691
+ "kind": [
692
+ "NON_NULL",
693
+ "INPUT_OBJECT"
694
+ ],
695
+ "name": "PopLocationRefInput",
696
+ "non_null": false
697
+ },
698
+ "varName": "popLocationRefInput"
699
+ },
700
+ "privateCatoIp": {
701
+ "defaultValue": null,
702
+ "description": "Private IP address of Cato.",
703
+ "id_str": "addCloudInterconnectPhysicalConnection___input___privateCatoIp",
704
+ "name": "privateCatoIp",
705
+ "path": "addCloudInterconnectPhysicalConnection.input.privateCatoIp",
706
+ "requestStr": "$privateCatoIp:IPAddress! ",
707
+ "required": true,
708
+ "responseStr": "privateCatoIp:$privateCatoIp ",
709
+ "type": {
710
+ "kind": [
711
+ "NON_NULL",
712
+ "SCALAR"
713
+ ],
714
+ "name": "IPAddress",
715
+ "non_null": false
716
+ },
717
+ "varName": "privateCatoIp"
718
+ },
719
+ "privateSiteIp": {
720
+ "defaultValue": null,
721
+ "description": "Private IP address of the site.",
722
+ "id_str": "addCloudInterconnectPhysicalConnection___input___privateSiteIp",
723
+ "name": "privateSiteIp",
724
+ "path": "addCloudInterconnectPhysicalConnection.input.privateSiteIp",
725
+ "requestStr": "$privateSiteIp:IPAddress! ",
726
+ "required": true,
727
+ "responseStr": "privateSiteIp:$privateSiteIp ",
728
+ "type": {
729
+ "kind": [
730
+ "NON_NULL",
731
+ "SCALAR"
732
+ ],
733
+ "name": "IPAddress",
734
+ "non_null": false
735
+ },
736
+ "varName": "privateSiteIp"
737
+ },
738
+ "serviceProviderName": {
739
+ "defaultValue": null,
740
+ "description": "Name of the service provider. Usually a partner, or a fabric service provider.",
741
+ "id_str": "addCloudInterconnectPhysicalConnection___input___serviceProviderName",
742
+ "name": "serviceProviderName",
743
+ "path": "addCloudInterconnectPhysicalConnection.input.serviceProviderName",
744
+ "requestStr": "$serviceProviderName:String! ",
745
+ "required": true,
746
+ "responseStr": "serviceProviderName:$serviceProviderName ",
747
+ "type": {
748
+ "kind": [
749
+ "NON_NULL",
750
+ "SCALAR"
751
+ ],
752
+ "name": "String",
753
+ "non_null": false
754
+ },
755
+ "varName": "serviceProviderName"
756
+ },
757
+ "site": {
758
+ "defaultValue": null,
759
+ "description": "Identifying data for the site.",
760
+ "id_str": "addCloudInterconnectPhysicalConnection___input___site",
761
+ "name": "site",
762
+ "path": "addCloudInterconnectPhysicalConnection.input.site",
763
+ "requestStr": "$siteRefInput:SiteRefInput! ",
764
+ "required": true,
765
+ "responseStr": "site:$siteRefInput ",
766
+ "type": {
767
+ "definition": {
768
+ "description": null,
769
+ "enumValues": null,
770
+ "fields": null,
771
+ "inputFields": {
772
+ "by": {
773
+ "defaultValue": "ID",
774
+ "description": null,
775
+ "id_str": "addCloudInterconnectPhysicalConnection___input___site___by",
776
+ "name": "by",
777
+ "path": "addCloudInterconnectPhysicalConnection.input.site.by",
778
+ "requestStr": "$by:ObjectRefBy! ",
779
+ "required": true,
780
+ "responseStr": "by:$by ",
781
+ "type": {
782
+ "definition": {
783
+ "description": null,
784
+ "enumValues": [
785
+ {
786
+ "deprecationReason": null,
787
+ "description": null,
788
+ "isDeprecated": false,
789
+ "name": "ID"
790
+ },
791
+ {
792
+ "deprecationReason": null,
793
+ "description": null,
794
+ "isDeprecated": false,
795
+ "name": "NAME"
796
+ }
797
+ ],
798
+ "fields": null,
799
+ "inputFields": null,
800
+ "interfaces": null,
801
+ "kind": "ENUM",
802
+ "name": "ObjectRefBy",
803
+ "possibleTypes": null
804
+ },
805
+ "indexType": "enum",
806
+ "kind": [
807
+ "NON_NULL",
808
+ "ENUM"
809
+ ],
810
+ "name": "ObjectRefBy",
811
+ "non_null": false
812
+ },
813
+ "varName": "by"
814
+ },
815
+ "input": {
816
+ "defaultValue": null,
817
+ "description": null,
818
+ "id_str": "addCloudInterconnectPhysicalConnection___input___site___input",
819
+ "name": "input",
820
+ "path": "addCloudInterconnectPhysicalConnection.input.site.input",
821
+ "requestStr": "$input:String! ",
822
+ "required": true,
823
+ "responseStr": "input:$input ",
824
+ "type": {
825
+ "kind": [
826
+ "NON_NULL",
827
+ "SCALAR"
828
+ ],
829
+ "name": "String",
830
+ "non_null": false
831
+ },
832
+ "varName": "input"
833
+ }
834
+ },
835
+ "interfaces": null,
836
+ "kind": "INPUT_OBJECT",
837
+ "name": "SiteRefInput",
838
+ "possibleTypes": null
839
+ },
840
+ "indexType": "input_object",
841
+ "kind": [
842
+ "NON_NULL",
843
+ "INPUT_OBJECT"
844
+ ],
845
+ "name": "SiteRefInput",
846
+ "non_null": false
847
+ },
848
+ "varName": "siteRefInput"
849
+ },
850
+ "subnet": {
851
+ "defaultValue": null,
852
+ "description": "Subnet for the connection, the BGP peering range. /30 CIDR.",
853
+ "id_str": "addCloudInterconnectPhysicalConnection___input___subnet",
854
+ "name": "subnet",
855
+ "path": "addCloudInterconnectPhysicalConnection.input.subnet",
856
+ "requestStr": "$subnet:NetworkSubnet! ",
857
+ "required": true,
858
+ "responseStr": "subnet:$subnet ",
859
+ "type": {
860
+ "kind": [
861
+ "NON_NULL",
862
+ "SCALAR"
863
+ ],
864
+ "name": "NetworkSubnet",
865
+ "non_null": false
866
+ },
867
+ "varName": "subnet"
868
+ },
869
+ "upstreamBwLimit": {
870
+ "defaultValue": null,
871
+ "description": "Upstream bandwidth limit.",
872
+ "id_str": "addCloudInterconnectPhysicalConnection___input___upstreamBwLimit",
873
+ "name": "upstreamBwLimit",
874
+ "path": "addCloudInterconnectPhysicalConnection.input.upstreamBwLimit",
875
+ "requestStr": "$upstreamBwLimit:NetworkBandwidth! ",
876
+ "required": true,
877
+ "responseStr": "upstreamBwLimit:$upstreamBwLimit ",
878
+ "type": {
879
+ "kind": [
880
+ "NON_NULL",
881
+ "SCALAR"
882
+ ],
883
+ "name": "NetworkBandwidth",
884
+ "non_null": false
885
+ },
886
+ "varName": "upstreamBwLimit"
887
+ }
888
+ },
889
+ "interfaces": null,
890
+ "kind": "INPUT_OBJECT",
891
+ "name": "AddCloudInterconnectPhysicalConnectionInput",
892
+ "possibleTypes": null
893
+ },
894
+ "indexType": "input_object",
895
+ "kind": [
896
+ "NON_NULL",
897
+ "INPUT_OBJECT"
898
+ ],
899
+ "name": "AddCloudInterconnectPhysicalConnectionInput",
900
+ "non_null": false
901
+ },
902
+ "varName": "addCloudInterconnectPhysicalConnectionInput"
903
+ }
904
+ },
905
+ "path": "mutation.site.addCloudInterconnectPhysicalConnection",
906
+ "type": {
907
+ "definition": {
908
+ "description": null,
909
+ "enumValues": null,
910
+ "fields": {
911
+ "addCloudInterconnectPhysicalConnection": {
912
+ "args": {
913
+ "addCloudInterconnectPhysicalConnection___input": {
914
+ "defaultValue": null,
915
+ "description": null,
916
+ "id_str": "addCloudInterconnectPhysicalConnection___input",
917
+ "name": "input",
918
+ "path": "addCloudInterconnectPhysicalConnection.input",
919
+ "requestStr": "$addCloudInterconnectPhysicalConnectionInput:AddCloudInterconnectPhysicalConnectionInput! ",
920
+ "required": true,
921
+ "responseStr": "input:$addCloudInterconnectPhysicalConnectionInput ",
922
+ "type": {
923
+ "definition": {
924
+ "description": "Input for adding a new physical connection to a cloud interconnect site.",
925
+ "enumValues": null,
926
+ "fields": null,
927
+ "inputFields": {
928
+ "downstreamBwLimit": {
929
+ "defaultValue": null,
930
+ "description": "Downstream bandwidth limit.",
931
+ "id_str": "addCloudInterconnectPhysicalConnection___input___downstreamBwLimit",
932
+ "name": "downstreamBwLimit",
933
+ "path": "addCloudInterconnectPhysicalConnection.input.downstreamBwLimit",
934
+ "requestStr": "$downstreamBwLimit:NetworkBandwidth! ",
935
+ "required": true,
936
+ "responseStr": "downstreamBwLimit:$downstreamBwLimit ",
937
+ "type": {
938
+ "kind": [
939
+ "NON_NULL",
940
+ "SCALAR"
941
+ ],
942
+ "name": "NetworkBandwidth",
943
+ "non_null": false
944
+ },
945
+ "varName": "downstreamBwLimit"
946
+ },
947
+ "encapsulationMethod": {
948
+ "defaultValue": null,
949
+ "description": "Method of encapsulation.Wither .1Q/QinQ",
950
+ "id_str": "addCloudInterconnectPhysicalConnection___input___encapsulationMethod",
951
+ "name": "encapsulationMethod",
952
+ "path": "addCloudInterconnectPhysicalConnection.input.encapsulationMethod",
953
+ "requestStr": "$encapsulationMethod:TaggingMethod! ",
954
+ "required": true,
955
+ "responseStr": "encapsulationMethod:$encapsulationMethod ",
956
+ "type": {
957
+ "definition": {
958
+ "description": null,
959
+ "enumValues": [
960
+ {
961
+ "deprecationReason": null,
962
+ "description": null,
963
+ "isDeprecated": false,
964
+ "name": "DOT1Q"
965
+ },
966
+ {
967
+ "deprecationReason": null,
968
+ "description": null,
969
+ "isDeprecated": false,
970
+ "name": "QINQ"
971
+ }
972
+ ],
973
+ "fields": null,
974
+ "inputFields": null,
975
+ "interfaces": null,
976
+ "kind": "ENUM",
977
+ "name": "TaggingMethod",
978
+ "possibleTypes": null
979
+ },
980
+ "indexType": "enum",
981
+ "kind": [
982
+ "NON_NULL",
983
+ "ENUM"
984
+ ],
985
+ "name": "TaggingMethod",
986
+ "non_null": false
987
+ },
988
+ "varName": "encapsulationMethod"
989
+ },
990
+ "haRole": {
991
+ "defaultValue": null,
992
+ "description": "High availability role of the connection.",
993
+ "id_str": "addCloudInterconnectPhysicalConnection___input___haRole",
994
+ "name": "haRole",
995
+ "path": "addCloudInterconnectPhysicalConnection.input.haRole",
996
+ "requestStr": "$haRole:HaRole! ",
997
+ "required": true,
998
+ "responseStr": "haRole:$haRole ",
999
+ "type": {
1000
+ "definition": {
1001
+ "description": null,
1002
+ "enumValues": [
1003
+ {
1004
+ "deprecationReason": null,
1005
+ "description": null,
1006
+ "isDeprecated": false,
1007
+ "name": "PRIMARY"
1008
+ },
1009
+ {
1010
+ "deprecationReason": null,
1011
+ "description": null,
1012
+ "isDeprecated": false,
1013
+ "name": "SECONDARY"
1014
+ }
1015
+ ],
1016
+ "fields": null,
1017
+ "inputFields": null,
1018
+ "interfaces": null,
1019
+ "kind": "ENUM",
1020
+ "name": "HaRole",
1021
+ "possibleTypes": null
1022
+ },
1023
+ "indexType": "enum",
1024
+ "kind": [
1025
+ "NON_NULL",
1026
+ "ENUM"
1027
+ ],
1028
+ "name": "HaRole",
1029
+ "non_null": false
1030
+ },
1031
+ "varName": "haRole"
1032
+ },
1033
+ "popLocation": {
1034
+ "defaultValue": null,
1035
+ "description": "Identifying data for the POP location.",
1036
+ "id_str": "addCloudInterconnectPhysicalConnection___input___popLocation",
1037
+ "name": "popLocation",
1038
+ "path": "addCloudInterconnectPhysicalConnection.input.popLocation",
1039
+ "requestStr": "$popLocationRefInput:PopLocationRefInput! ",
1040
+ "required": true,
1041
+ "responseStr": "popLocation:$popLocationRefInput ",
1042
+ "type": {
1043
+ "definition": {
1044
+ "description": null,
1045
+ "enumValues": null,
1046
+ "fields": null,
1047
+ "inputFields": {
1048
+ "by": {
1049
+ "defaultValue": "ID",
1050
+ "description": null,
1051
+ "id_str": "addCloudInterconnectPhysicalConnection___input___popLocation___by",
1052
+ "name": "by",
1053
+ "path": "addCloudInterconnectPhysicalConnection.input.popLocation.by",
1054
+ "requestStr": "$by:ObjectRefBy! ",
1055
+ "required": true,
1056
+ "responseStr": "by:$by ",
1057
+ "type": {
1058
+ "definition": {
1059
+ "description": null,
1060
+ "enumValues": [
1061
+ {
1062
+ "deprecationReason": null,
1063
+ "description": null,
1064
+ "isDeprecated": false,
1065
+ "name": "ID"
1066
+ },
1067
+ {
1068
+ "deprecationReason": null,
1069
+ "description": null,
1070
+ "isDeprecated": false,
1071
+ "name": "NAME"
1072
+ }
1073
+ ],
1074
+ "fields": null,
1075
+ "inputFields": null,
1076
+ "interfaces": null,
1077
+ "kind": "ENUM",
1078
+ "name": "ObjectRefBy",
1079
+ "possibleTypes": null
1080
+ },
1081
+ "indexType": "enum",
1082
+ "kind": [
1083
+ "NON_NULL",
1084
+ "ENUM"
1085
+ ],
1086
+ "name": "ObjectRefBy",
1087
+ "non_null": false
1088
+ },
1089
+ "varName": "by"
1090
+ },
1091
+ "input": {
1092
+ "defaultValue": null,
1093
+ "description": null,
1094
+ "id_str": "addCloudInterconnectPhysicalConnection___input___popLocation___input",
1095
+ "name": "input",
1096
+ "path": "addCloudInterconnectPhysicalConnection.input.popLocation.input",
1097
+ "requestStr": "$input:String! ",
1098
+ "required": true,
1099
+ "responseStr": "input:$input ",
1100
+ "type": {
1101
+ "kind": [
1102
+ "NON_NULL",
1103
+ "SCALAR"
1104
+ ],
1105
+ "name": "String",
1106
+ "non_null": false
1107
+ },
1108
+ "varName": "input"
1109
+ }
1110
+ },
1111
+ "interfaces": null,
1112
+ "kind": "INPUT_OBJECT",
1113
+ "name": "PopLocationRefInput",
1114
+ "possibleTypes": null
1115
+ },
1116
+ "indexType": "input_object",
1117
+ "kind": [
1118
+ "NON_NULL",
1119
+ "INPUT_OBJECT"
1120
+ ],
1121
+ "name": "PopLocationRefInput",
1122
+ "non_null": false
1123
+ },
1124
+ "varName": "popLocationRefInput"
1125
+ },
1126
+ "privateCatoIp": {
1127
+ "defaultValue": null,
1128
+ "description": "Private IP address of Cato.",
1129
+ "id_str": "addCloudInterconnectPhysicalConnection___input___privateCatoIp",
1130
+ "name": "privateCatoIp",
1131
+ "path": "addCloudInterconnectPhysicalConnection.input.privateCatoIp",
1132
+ "requestStr": "$privateCatoIp:IPAddress! ",
1133
+ "required": true,
1134
+ "responseStr": "privateCatoIp:$privateCatoIp ",
1135
+ "type": {
1136
+ "kind": [
1137
+ "NON_NULL",
1138
+ "SCALAR"
1139
+ ],
1140
+ "name": "IPAddress",
1141
+ "non_null": false
1142
+ },
1143
+ "varName": "privateCatoIp"
1144
+ },
1145
+ "privateSiteIp": {
1146
+ "defaultValue": null,
1147
+ "description": "Private IP address of the site.",
1148
+ "id_str": "addCloudInterconnectPhysicalConnection___input___privateSiteIp",
1149
+ "name": "privateSiteIp",
1150
+ "path": "addCloudInterconnectPhysicalConnection.input.privateSiteIp",
1151
+ "requestStr": "$privateSiteIp:IPAddress! ",
1152
+ "required": true,
1153
+ "responseStr": "privateSiteIp:$privateSiteIp ",
1154
+ "type": {
1155
+ "kind": [
1156
+ "NON_NULL",
1157
+ "SCALAR"
1158
+ ],
1159
+ "name": "IPAddress",
1160
+ "non_null": false
1161
+ },
1162
+ "varName": "privateSiteIp"
1163
+ },
1164
+ "serviceProviderName": {
1165
+ "defaultValue": null,
1166
+ "description": "Name of the service provider. Usually a partner, or a fabric service provider.",
1167
+ "id_str": "addCloudInterconnectPhysicalConnection___input___serviceProviderName",
1168
+ "name": "serviceProviderName",
1169
+ "path": "addCloudInterconnectPhysicalConnection.input.serviceProviderName",
1170
+ "requestStr": "$serviceProviderName:String! ",
1171
+ "required": true,
1172
+ "responseStr": "serviceProviderName:$serviceProviderName ",
1173
+ "type": {
1174
+ "kind": [
1175
+ "NON_NULL",
1176
+ "SCALAR"
1177
+ ],
1178
+ "name": "String",
1179
+ "non_null": false
1180
+ },
1181
+ "varName": "serviceProviderName"
1182
+ },
1183
+ "site": {
1184
+ "defaultValue": null,
1185
+ "description": "Identifying data for the site.",
1186
+ "id_str": "addCloudInterconnectPhysicalConnection___input___site",
1187
+ "name": "site",
1188
+ "path": "addCloudInterconnectPhysicalConnection.input.site",
1189
+ "requestStr": "$siteRefInput:SiteRefInput! ",
1190
+ "required": true,
1191
+ "responseStr": "site:$siteRefInput ",
1192
+ "type": {
1193
+ "definition": {
1194
+ "description": null,
1195
+ "enumValues": null,
1196
+ "fields": null,
1197
+ "inputFields": {
1198
+ "by": {
1199
+ "defaultValue": "ID",
1200
+ "description": null,
1201
+ "id_str": "addCloudInterconnectPhysicalConnection___input___site___by",
1202
+ "name": "by",
1203
+ "path": "addCloudInterconnectPhysicalConnection.input.site.by",
1204
+ "requestStr": "$by:ObjectRefBy! ",
1205
+ "required": true,
1206
+ "responseStr": "by:$by ",
1207
+ "type": {
1208
+ "definition": {
1209
+ "description": null,
1210
+ "enumValues": [
1211
+ {
1212
+ "deprecationReason": null,
1213
+ "description": null,
1214
+ "isDeprecated": false,
1215
+ "name": "ID"
1216
+ },
1217
+ {
1218
+ "deprecationReason": null,
1219
+ "description": null,
1220
+ "isDeprecated": false,
1221
+ "name": "NAME"
1222
+ }
1223
+ ],
1224
+ "fields": null,
1225
+ "inputFields": null,
1226
+ "interfaces": null,
1227
+ "kind": "ENUM",
1228
+ "name": "ObjectRefBy",
1229
+ "possibleTypes": null
1230
+ },
1231
+ "indexType": "enum",
1232
+ "kind": [
1233
+ "NON_NULL",
1234
+ "ENUM"
1235
+ ],
1236
+ "name": "ObjectRefBy",
1237
+ "non_null": false
1238
+ },
1239
+ "varName": "by"
1240
+ },
1241
+ "input": {
1242
+ "defaultValue": null,
1243
+ "description": null,
1244
+ "id_str": "addCloudInterconnectPhysicalConnection___input___site___input",
1245
+ "name": "input",
1246
+ "path": "addCloudInterconnectPhysicalConnection.input.site.input",
1247
+ "requestStr": "$input:String! ",
1248
+ "required": true,
1249
+ "responseStr": "input:$input ",
1250
+ "type": {
1251
+ "kind": [
1252
+ "NON_NULL",
1253
+ "SCALAR"
1254
+ ],
1255
+ "name": "String",
1256
+ "non_null": false
1257
+ },
1258
+ "varName": "input"
1259
+ }
1260
+ },
1261
+ "interfaces": null,
1262
+ "kind": "INPUT_OBJECT",
1263
+ "name": "SiteRefInput",
1264
+ "possibleTypes": null
1265
+ },
1266
+ "indexType": "input_object",
1267
+ "kind": [
1268
+ "NON_NULL",
1269
+ "INPUT_OBJECT"
1270
+ ],
1271
+ "name": "SiteRefInput",
1272
+ "non_null": false
1273
+ },
1274
+ "varName": "siteRefInput"
1275
+ },
1276
+ "subnet": {
1277
+ "defaultValue": null,
1278
+ "description": "Subnet for the connection, the BGP peering range. /30 CIDR.",
1279
+ "id_str": "addCloudInterconnectPhysicalConnection___input___subnet",
1280
+ "name": "subnet",
1281
+ "path": "addCloudInterconnectPhysicalConnection.input.subnet",
1282
+ "requestStr": "$subnet:NetworkSubnet! ",
1283
+ "required": true,
1284
+ "responseStr": "subnet:$subnet ",
1285
+ "type": {
1286
+ "kind": [
1287
+ "NON_NULL",
1288
+ "SCALAR"
1289
+ ],
1290
+ "name": "NetworkSubnet",
1291
+ "non_null": false
1292
+ },
1293
+ "varName": "subnet"
1294
+ },
1295
+ "upstreamBwLimit": {
1296
+ "defaultValue": null,
1297
+ "description": "Upstream bandwidth limit.",
1298
+ "id_str": "addCloudInterconnectPhysicalConnection___input___upstreamBwLimit",
1299
+ "name": "upstreamBwLimit",
1300
+ "path": "addCloudInterconnectPhysicalConnection.input.upstreamBwLimit",
1301
+ "requestStr": "$upstreamBwLimit:NetworkBandwidth! ",
1302
+ "required": true,
1303
+ "responseStr": "upstreamBwLimit:$upstreamBwLimit ",
1304
+ "type": {
1305
+ "kind": [
1306
+ "NON_NULL",
1307
+ "SCALAR"
1308
+ ],
1309
+ "name": "NetworkBandwidth",
1310
+ "non_null": false
1311
+ },
1312
+ "varName": "upstreamBwLimit"
1313
+ }
1314
+ },
1315
+ "interfaces": null,
1316
+ "kind": "INPUT_OBJECT",
1317
+ "name": "AddCloudInterconnectPhysicalConnectionInput",
1318
+ "possibleTypes": null
1319
+ },
1320
+ "indexType": "input_object",
1321
+ "kind": [
1322
+ "NON_NULL",
1323
+ "INPUT_OBJECT"
1324
+ ],
1325
+ "name": "AddCloudInterconnectPhysicalConnectionInput",
1326
+ "non_null": false
1327
+ },
1328
+ "varName": "addCloudInterconnectPhysicalConnectionInput"
1329
+ }
1330
+ },
1331
+ "deprecationReason": null,
1332
+ "description": "Add a new physical connection to a cloud interconnect site.Either connect to a partner, or a non-supported public provider",
1333
+ "id_str": "addCloudInterconnectPhysicalConnection",
1334
+ "isDeprecated": false,
1335
+ "name": "addCloudInterconnectPhysicalConnection",
1336
+ "path": "addCloudInterconnectPhysicalConnection",
1337
+ "requestStr": "$addCloudInterconnectPhysicalConnectionPayload:AddCloudInterconnectPhysicalConnectionPayload ",
1338
+ "required": false,
1339
+ "responseStr": "addCloudInterconnectPhysicalConnection:$addCloudInterconnectPhysicalConnectionPayload ",
1340
+ "type": {
1341
+ "definition": {
1342
+ "description": "Payload for adding a new physical connection to a cloud interconnect site.",
1343
+ "enumValues": null,
1344
+ "fields": {
1345
+ "id": {
1346
+ "args": {},
1347
+ "deprecationReason": null,
1348
+ "description": "ID of the newly added connection.",
1349
+ "id_str": "addCloudInterconnectPhysicalConnection___id",
1350
+ "isDeprecated": false,
1351
+ "name": "id",
1352
+ "path": "addCloudInterconnectPhysicalConnection.id",
1353
+ "requestStr": "$id:ID! ",
1354
+ "required": true,
1355
+ "responseStr": "id:$id ",
1356
+ "type": {
1357
+ "kind": [
1358
+ "NON_NULL",
1359
+ "SCALAR"
1360
+ ],
1361
+ "name": "ID",
1362
+ "non_null": false
1363
+ },
1364
+ "varName": "id"
1365
+ }
1366
+ },
1367
+ "inputFields": null,
1368
+ "interfaces": {},
1369
+ "kind": "OBJECT",
1370
+ "name": "AddCloudInterconnectPhysicalConnectionPayload",
1371
+ "possibleTypes": null
1372
+ },
1373
+ "indexType": "object",
1374
+ "kind": [
1375
+ "OBJECT"
1376
+ ],
1377
+ "name": "AddCloudInterconnectPhysicalConnectionPayload",
1378
+ "non_null": false
1379
+ },
1380
+ "varName": "addCloudInterconnectPhysicalConnectionPayload"
1381
+ }
1382
+ },
1383
+ "inputFields": null,
1384
+ "interfaces": [],
1385
+ "kind": "OBJECT",
1386
+ "name": "SiteMutations",
1387
+ "possibleTypes": null
1388
+ },
1389
+ "indexType": "object",
1390
+ "kind": [
1391
+ "NON_NULL",
1392
+ "OBJECT"
1393
+ ],
1394
+ "name": "SiteMutations",
1395
+ "non_null": false
1396
+ },
1397
+ "variablesPayload": {
1398
+ "addCloudInterconnectPhysicalConnectionInput": {
1399
+ "downstreamBwLimit": {
1400
+ "downstreamBwLimit": "NetworkBandwidth"
1401
+ },
1402
+ "encapsulationMethod": {
1403
+ "encapsulationMethod": "enum(TaggingMethod)"
1404
+ },
1405
+ "haRole": {
1406
+ "haRole": "enum(HaRole)"
1407
+ },
1408
+ "popLocationRefInput": {
1409
+ "by": {
1410
+ "by": "enum(ObjectRefBy)"
1411
+ },
1412
+ "input": {
1413
+ "input": "String"
1414
+ }
1415
+ },
1416
+ "privateCatoIp": {
1417
+ "privateCatoIp": "IPAddress"
1418
+ },
1419
+ "privateSiteIp": {
1420
+ "privateSiteIp": "IPAddress"
1421
+ },
1422
+ "serviceProviderName": {
1423
+ "serviceProviderName": "String"
1424
+ },
1425
+ "siteRefInput": {
1426
+ "by": {
1427
+ "by": "enum(ObjectRefBy)"
1428
+ },
1429
+ "input": {
1430
+ "input": "String"
1431
+ }
1432
+ },
1433
+ "subnet": {
1434
+ "subnet": "NetworkSubnet"
1435
+ },
1436
+ "upstreamBwLimit": {
1437
+ "upstreamBwLimit": "NetworkBandwidth"
1438
+ }
1439
+ }
1440
+ }
1441
+ }