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
models/query.site.json ADDED
@@ -0,0 +1,4138 @@
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
+ "deprecationReason": null,
24
+ "description": null,
25
+ "fieldTypes": {
26
+ "BfdSettings": true,
27
+ "BgpCommunity": true,
28
+ "BgpDefaultAction": true,
29
+ "BgpDetailedStatus": true,
30
+ "BgpPeer": true,
31
+ "BgpPeerListPayload": true,
32
+ "BgpRejectedRoutesFromPeer": true,
33
+ "BgpSummaryRoute": true,
34
+ "BgpTracking": true,
35
+ "CloudInterconnectConnectionConnectivity": true,
36
+ "CloudInterconnectPhysicalConnection": true,
37
+ "CloudInterconnectPhysicalConnectionId": true,
38
+ "HaRole": true,
39
+ "ObjectRefBy": true,
40
+ "PolicyRuleTrackingFrequencyEnum": true,
41
+ "PopLocationRef": true,
42
+ "SiteBgpStatus": true,
43
+ "SiteRef": true,
44
+ "SiteRefInput": true,
45
+ "TaggingMethod": true
46
+ },
47
+ "isDeprecated": false,
48
+ "name": "site",
49
+ "operationArgs": {
50
+ "accountId": {
51
+ "defaultValue": null,
52
+ "description": null,
53
+ "id_str": "accountId",
54
+ "name": "accountId",
55
+ "path": "accountId",
56
+ "requestStr": "$accountId:ID! ",
57
+ "required": true,
58
+ "responseStr": "accountId:$accountId ",
59
+ "type": {
60
+ "kind": [
61
+ "NON_NULL",
62
+ "SCALAR"
63
+ ],
64
+ "name": "ID",
65
+ "non_null": false
66
+ },
67
+ "varName": "accountId"
68
+ },
69
+ "bgpPeerListInput": {
70
+ "defaultValue": null,
71
+ "description": null,
72
+ "id_str": "bgpPeerList___input",
73
+ "name": "input",
74
+ "path": "bgpPeerList.input",
75
+ "requestStr": "$bgpPeerListInput:BgpPeerListInput! ",
76
+ "required": true,
77
+ "responseStr": "input:$bgpPeerListInput ",
78
+ "type": {
79
+ "definition": {
80
+ "description": null,
81
+ "enumValues": null,
82
+ "fields": null,
83
+ "inputFields": {
84
+ "site": {
85
+ "defaultValue": null,
86
+ "description": "Identifies the site whose BGP peers are listed.",
87
+ "id_str": "bgpPeerList___input___site",
88
+ "name": "site",
89
+ "path": "bgpPeerList.input.site",
90
+ "requestStr": "$siteRefInput:SiteRefInput! ",
91
+ "required": true,
92
+ "responseStr": "site:$siteRefInput ",
93
+ "type": {
94
+ "definition": {
95
+ "description": null,
96
+ "enumValues": null,
97
+ "fields": null,
98
+ "inputFields": {
99
+ "by": {
100
+ "defaultValue": "ID",
101
+ "description": null,
102
+ "id_str": "bgpPeerList___input___site___by",
103
+ "name": "by",
104
+ "path": "bgpPeerList.input.site.by",
105
+ "requestStr": "$by:ObjectRefBy! ",
106
+ "required": true,
107
+ "responseStr": "by:$by ",
108
+ "type": {
109
+ "definition": {
110
+ "description": null,
111
+ "enumValues": [
112
+ {
113
+ "deprecationReason": null,
114
+ "description": null,
115
+ "isDeprecated": false,
116
+ "name": "ID"
117
+ },
118
+ {
119
+ "deprecationReason": null,
120
+ "description": null,
121
+ "isDeprecated": false,
122
+ "name": "NAME"
123
+ }
124
+ ],
125
+ "fields": null,
126
+ "inputFields": null,
127
+ "interfaces": null,
128
+ "kind": "ENUM",
129
+ "name": "ObjectRefBy",
130
+ "possibleTypes": null
131
+ },
132
+ "indexType": "enum",
133
+ "kind": [
134
+ "NON_NULL",
135
+ "ENUM"
136
+ ],
137
+ "name": "ObjectRefBy",
138
+ "non_null": false
139
+ },
140
+ "varName": "by"
141
+ },
142
+ "input": {
143
+ "defaultValue": null,
144
+ "description": null,
145
+ "id_str": "bgpPeerList___input___site___input",
146
+ "name": "input",
147
+ "path": "bgpPeerList.input.site.input",
148
+ "requestStr": "$input:String! ",
149
+ "required": true,
150
+ "responseStr": "input:$input ",
151
+ "type": {
152
+ "kind": [
153
+ "NON_NULL",
154
+ "SCALAR"
155
+ ],
156
+ "name": "String",
157
+ "non_null": false
158
+ },
159
+ "varName": "input"
160
+ }
161
+ },
162
+ "interfaces": null,
163
+ "kind": "INPUT_OBJECT",
164
+ "name": "SiteRefInput",
165
+ "possibleTypes": null
166
+ },
167
+ "indexType": "input_object",
168
+ "kind": [
169
+ "NON_NULL",
170
+ "INPUT_OBJECT"
171
+ ],
172
+ "name": "SiteRefInput",
173
+ "non_null": false
174
+ },
175
+ "varName": "siteRefInput"
176
+ }
177
+ },
178
+ "interfaces": null,
179
+ "kind": "INPUT_OBJECT",
180
+ "name": "BgpPeerListInput",
181
+ "possibleTypes": null
182
+ },
183
+ "indexType": "input_object",
184
+ "kind": [
185
+ "NON_NULL",
186
+ "INPUT_OBJECT"
187
+ ],
188
+ "name": "BgpPeerListInput",
189
+ "non_null": false
190
+ },
191
+ "varName": "bgpPeerListInput"
192
+ },
193
+ "bgpPeerRefInput": {
194
+ "defaultValue": null,
195
+ "description": null,
196
+ "id_str": "bgpPeer___input",
197
+ "name": "input",
198
+ "path": "bgpPeer.input",
199
+ "requestStr": "$bgpPeerRefInput:BgpPeerRefInput! ",
200
+ "required": true,
201
+ "responseStr": "input:$bgpPeerRefInput ",
202
+ "type": {
203
+ "definition": {
204
+ "description": null,
205
+ "enumValues": null,
206
+ "fields": null,
207
+ "inputFields": {
208
+ "by": {
209
+ "defaultValue": "ID",
210
+ "description": "Specifies the method of identification (default is by ID).",
211
+ "id_str": "bgpPeer___input___by",
212
+ "name": "by",
213
+ "path": "bgpPeer.input.by",
214
+ "requestStr": "$by:ObjectRefBy! ",
215
+ "required": true,
216
+ "responseStr": "by:$by ",
217
+ "type": {
218
+ "definition": {
219
+ "description": null,
220
+ "enumValues": [
221
+ {
222
+ "deprecationReason": null,
223
+ "description": null,
224
+ "isDeprecated": false,
225
+ "name": "ID"
226
+ },
227
+ {
228
+ "deprecationReason": null,
229
+ "description": null,
230
+ "isDeprecated": false,
231
+ "name": "NAME"
232
+ }
233
+ ],
234
+ "fields": null,
235
+ "inputFields": null,
236
+ "interfaces": null,
237
+ "kind": "ENUM",
238
+ "name": "ObjectRefBy",
239
+ "possibleTypes": null
240
+ },
241
+ "indexType": "enum",
242
+ "kind": [
243
+ "NON_NULL",
244
+ "ENUM"
245
+ ],
246
+ "name": "ObjectRefBy",
247
+ "non_null": false
248
+ },
249
+ "varName": "by"
250
+ },
251
+ "input": {
252
+ "defaultValue": null,
253
+ "description": "Value used to identify the BGP peer (e.g., ID or name).",
254
+ "id_str": "bgpPeer___input___input",
255
+ "name": "input",
256
+ "path": "bgpPeer.input.input",
257
+ "requestStr": "$input:String! ",
258
+ "required": true,
259
+ "responseStr": "input:$input ",
260
+ "type": {
261
+ "kind": [
262
+ "NON_NULL",
263
+ "SCALAR"
264
+ ],
265
+ "name": "String",
266
+ "non_null": false
267
+ },
268
+ "varName": "input"
269
+ }
270
+ },
271
+ "interfaces": null,
272
+ "kind": "INPUT_OBJECT",
273
+ "name": "BgpPeerRefInput",
274
+ "possibleTypes": null
275
+ },
276
+ "indexType": "input_object",
277
+ "kind": [
278
+ "NON_NULL",
279
+ "INPUT_OBJECT"
280
+ ],
281
+ "name": "BgpPeerRefInput",
282
+ "non_null": false
283
+ },
284
+ "varName": "bgpPeerRefInput"
285
+ },
286
+ "cloudInterconnectConnectionConnectivityInput": {
287
+ "defaultValue": null,
288
+ "description": null,
289
+ "id_str": "cloudInterconnectConnectionConnectivity___input",
290
+ "name": "input",
291
+ "path": "cloudInterconnectConnectionConnectivity.input",
292
+ "requestStr": "$cloudInterconnectConnectionConnectivityInput:CloudInterconnectConnectionConnectivityInput! ",
293
+ "required": true,
294
+ "responseStr": "input:$cloudInterconnectConnectionConnectivityInput ",
295
+ "type": {
296
+ "definition": {
297
+ "description": "Input for checking the connectivity status of a cloud interconnect connection.",
298
+ "enumValues": null,
299
+ "fields": null,
300
+ "inputFields": {
301
+ "id": {
302
+ "defaultValue": null,
303
+ "description": "ID of the connection.",
304
+ "id_str": "cloudInterconnectConnectionConnectivity___input___id",
305
+ "name": "id",
306
+ "path": "cloudInterconnectConnectionConnectivity.input.id",
307
+ "requestStr": "$id:ID! ",
308
+ "required": true,
309
+ "responseStr": "id:$id ",
310
+ "type": {
311
+ "kind": [
312
+ "NON_NULL",
313
+ "SCALAR"
314
+ ],
315
+ "name": "ID",
316
+ "non_null": false
317
+ },
318
+ "varName": "id"
319
+ }
320
+ },
321
+ "interfaces": null,
322
+ "kind": "INPUT_OBJECT",
323
+ "name": "CloudInterconnectConnectionConnectivityInput",
324
+ "possibleTypes": null
325
+ },
326
+ "indexType": "input_object",
327
+ "kind": [
328
+ "NON_NULL",
329
+ "INPUT_OBJECT"
330
+ ],
331
+ "name": "CloudInterconnectConnectionConnectivityInput",
332
+ "non_null": false
333
+ },
334
+ "varName": "cloudInterconnectConnectionConnectivityInput"
335
+ },
336
+ "cloudInterconnectPhysicalConnectionIdInput": {
337
+ "defaultValue": null,
338
+ "description": null,
339
+ "id_str": "cloudInterconnectPhysicalConnectionId___input",
340
+ "name": "input",
341
+ "path": "cloudInterconnectPhysicalConnectionId.input",
342
+ "requestStr": "$cloudInterconnectPhysicalConnectionIdInput:CloudInterconnectPhysicalConnectionIdInput! ",
343
+ "required": true,
344
+ "responseStr": "input:$cloudInterconnectPhysicalConnectionIdInput ",
345
+ "type": {
346
+ "definition": {
347
+ "description": "Input for getting the ID of a physical connection at a cloud interconnect site.",
348
+ "enumValues": null,
349
+ "fields": null,
350
+ "inputFields": {
351
+ "haRole": {
352
+ "defaultValue": null,
353
+ "description": "High availability role of the connection.",
354
+ "id_str": "cloudInterconnectPhysicalConnectionId___input___haRole",
355
+ "name": "haRole",
356
+ "path": "cloudInterconnectPhysicalConnectionId.input.haRole",
357
+ "requestStr": "$haRole:HaRole! ",
358
+ "required": true,
359
+ "responseStr": "haRole:$haRole ",
360
+ "type": {
361
+ "definition": {
362
+ "description": null,
363
+ "enumValues": [
364
+ {
365
+ "deprecationReason": null,
366
+ "description": null,
367
+ "isDeprecated": false,
368
+ "name": "PRIMARY"
369
+ },
370
+ {
371
+ "deprecationReason": null,
372
+ "description": null,
373
+ "isDeprecated": false,
374
+ "name": "SECONDARY"
375
+ }
376
+ ],
377
+ "fields": null,
378
+ "inputFields": null,
379
+ "interfaces": null,
380
+ "kind": "ENUM",
381
+ "name": "HaRole",
382
+ "possibleTypes": null
383
+ },
384
+ "indexType": "enum",
385
+ "kind": [
386
+ "NON_NULL",
387
+ "ENUM"
388
+ ],
389
+ "name": "HaRole",
390
+ "non_null": false
391
+ },
392
+ "varName": "haRole"
393
+ },
394
+ "site": {
395
+ "defaultValue": null,
396
+ "description": "Identifying data for the site.",
397
+ "id_str": "cloudInterconnectPhysicalConnectionId___input___site",
398
+ "name": "site",
399
+ "path": "cloudInterconnectPhysicalConnectionId.input.site",
400
+ "requestStr": "$siteRefInput:SiteRefInput! ",
401
+ "required": true,
402
+ "responseStr": "site:$siteRefInput ",
403
+ "type": {
404
+ "definition": {
405
+ "description": null,
406
+ "enumValues": null,
407
+ "fields": null,
408
+ "inputFields": {
409
+ "by": {
410
+ "defaultValue": "ID",
411
+ "description": null,
412
+ "id_str": "cloudInterconnectPhysicalConnectionId___input___site___by",
413
+ "name": "by",
414
+ "path": "cloudInterconnectPhysicalConnectionId.input.site.by",
415
+ "requestStr": "$by:ObjectRefBy! ",
416
+ "required": true,
417
+ "responseStr": "by:$by ",
418
+ "type": {
419
+ "definition": {
420
+ "description": null,
421
+ "enumValues": [
422
+ {
423
+ "deprecationReason": null,
424
+ "description": null,
425
+ "isDeprecated": false,
426
+ "name": "ID"
427
+ },
428
+ {
429
+ "deprecationReason": null,
430
+ "description": null,
431
+ "isDeprecated": false,
432
+ "name": "NAME"
433
+ }
434
+ ],
435
+ "fields": null,
436
+ "inputFields": null,
437
+ "interfaces": null,
438
+ "kind": "ENUM",
439
+ "name": "ObjectRefBy",
440
+ "possibleTypes": null
441
+ },
442
+ "indexType": "enum",
443
+ "kind": [
444
+ "NON_NULL",
445
+ "ENUM"
446
+ ],
447
+ "name": "ObjectRefBy",
448
+ "non_null": false
449
+ },
450
+ "varName": "by"
451
+ },
452
+ "input": {
453
+ "defaultValue": null,
454
+ "description": null,
455
+ "id_str": "cloudInterconnectPhysicalConnectionId___input___site___input",
456
+ "name": "input",
457
+ "path": "cloudInterconnectPhysicalConnectionId.input.site.input",
458
+ "requestStr": "$input:String! ",
459
+ "required": true,
460
+ "responseStr": "input:$input ",
461
+ "type": {
462
+ "kind": [
463
+ "NON_NULL",
464
+ "SCALAR"
465
+ ],
466
+ "name": "String",
467
+ "non_null": false
468
+ },
469
+ "varName": "input"
470
+ }
471
+ },
472
+ "interfaces": null,
473
+ "kind": "INPUT_OBJECT",
474
+ "name": "SiteRefInput",
475
+ "possibleTypes": null
476
+ },
477
+ "indexType": "input_object",
478
+ "kind": [
479
+ "NON_NULL",
480
+ "INPUT_OBJECT"
481
+ ],
482
+ "name": "SiteRefInput",
483
+ "non_null": false
484
+ },
485
+ "varName": "siteRefInput"
486
+ }
487
+ },
488
+ "interfaces": null,
489
+ "kind": "INPUT_OBJECT",
490
+ "name": "CloudInterconnectPhysicalConnectionIdInput",
491
+ "possibleTypes": null
492
+ },
493
+ "indexType": "input_object",
494
+ "kind": [
495
+ "NON_NULL",
496
+ "INPUT_OBJECT"
497
+ ],
498
+ "name": "CloudInterconnectPhysicalConnectionIdInput",
499
+ "non_null": false
500
+ },
501
+ "varName": "cloudInterconnectPhysicalConnectionIdInput"
502
+ },
503
+ "cloudInterconnectPhysicalConnectionInput": {
504
+ "defaultValue": null,
505
+ "description": null,
506
+ "id_str": "cloudInterconnectPhysicalConnection___input",
507
+ "name": "input",
508
+ "path": "cloudInterconnectPhysicalConnection.input",
509
+ "requestStr": "$cloudInterconnectPhysicalConnectionInput:CloudInterconnectPhysicalConnectionInput! ",
510
+ "required": true,
511
+ "responseStr": "input:$cloudInterconnectPhysicalConnectionInput ",
512
+ "type": {
513
+ "definition": {
514
+ "description": "Input for getting details of a physical connection at a cloud interconnect site.",
515
+ "enumValues": null,
516
+ "fields": null,
517
+ "inputFields": {
518
+ "id": {
519
+ "defaultValue": null,
520
+ "description": "ID of the connection.",
521
+ "id_str": "cloudInterconnectPhysicalConnection___input___id",
522
+ "name": "id",
523
+ "path": "cloudInterconnectPhysicalConnection.input.id",
524
+ "requestStr": "$id:ID! ",
525
+ "required": true,
526
+ "responseStr": "id:$id ",
527
+ "type": {
528
+ "kind": [
529
+ "NON_NULL",
530
+ "SCALAR"
531
+ ],
532
+ "name": "ID",
533
+ "non_null": false
534
+ },
535
+ "varName": "id"
536
+ }
537
+ },
538
+ "interfaces": null,
539
+ "kind": "INPUT_OBJECT",
540
+ "name": "CloudInterconnectPhysicalConnectionInput",
541
+ "possibleTypes": null
542
+ },
543
+ "indexType": "input_object",
544
+ "kind": [
545
+ "NON_NULL",
546
+ "INPUT_OBJECT"
547
+ ],
548
+ "name": "CloudInterconnectPhysicalConnectionInput",
549
+ "non_null": false
550
+ },
551
+ "varName": "cloudInterconnectPhysicalConnectionInput"
552
+ },
553
+ "siteBgpStatusInput": {
554
+ "defaultValue": null,
555
+ "description": null,
556
+ "id_str": "siteBgpStatus___input",
557
+ "name": "input",
558
+ "path": "siteBgpStatus.input",
559
+ "requestStr": "$siteBgpStatusInput:SiteBgpStatusInput! ",
560
+ "required": true,
561
+ "responseStr": "input:$siteBgpStatusInput ",
562
+ "type": {
563
+ "definition": {
564
+ "description": null,
565
+ "enumValues": null,
566
+ "fields": null,
567
+ "inputFields": {
568
+ "site": {
569
+ "defaultValue": null,
570
+ "description": "Identifying data for the site whose BGP status is being queried.",
571
+ "id_str": "siteBgpStatus___input___site",
572
+ "name": "site",
573
+ "path": "siteBgpStatus.input.site",
574
+ "requestStr": "$siteRefInput:SiteRefInput! ",
575
+ "required": true,
576
+ "responseStr": "site:$siteRefInput ",
577
+ "type": {
578
+ "definition": {
579
+ "description": null,
580
+ "enumValues": null,
581
+ "fields": null,
582
+ "inputFields": {
583
+ "by": {
584
+ "defaultValue": "ID",
585
+ "description": null,
586
+ "id_str": "siteBgpStatus___input___site___by",
587
+ "name": "by",
588
+ "path": "siteBgpStatus.input.site.by",
589
+ "requestStr": "$by:ObjectRefBy! ",
590
+ "required": true,
591
+ "responseStr": "by:$by ",
592
+ "type": {
593
+ "definition": {
594
+ "description": null,
595
+ "enumValues": [
596
+ {
597
+ "deprecationReason": null,
598
+ "description": null,
599
+ "isDeprecated": false,
600
+ "name": "ID"
601
+ },
602
+ {
603
+ "deprecationReason": null,
604
+ "description": null,
605
+ "isDeprecated": false,
606
+ "name": "NAME"
607
+ }
608
+ ],
609
+ "fields": null,
610
+ "inputFields": null,
611
+ "interfaces": null,
612
+ "kind": "ENUM",
613
+ "name": "ObjectRefBy",
614
+ "possibleTypes": null
615
+ },
616
+ "indexType": "enum",
617
+ "kind": [
618
+ "NON_NULL",
619
+ "ENUM"
620
+ ],
621
+ "name": "ObjectRefBy",
622
+ "non_null": false
623
+ },
624
+ "varName": "by"
625
+ },
626
+ "input": {
627
+ "defaultValue": null,
628
+ "description": null,
629
+ "id_str": "siteBgpStatus___input___site___input",
630
+ "name": "input",
631
+ "path": "siteBgpStatus.input.site.input",
632
+ "requestStr": "$input:String! ",
633
+ "required": true,
634
+ "responseStr": "input:$input ",
635
+ "type": {
636
+ "kind": [
637
+ "NON_NULL",
638
+ "SCALAR"
639
+ ],
640
+ "name": "String",
641
+ "non_null": false
642
+ },
643
+ "varName": "input"
644
+ }
645
+ },
646
+ "interfaces": null,
647
+ "kind": "INPUT_OBJECT",
648
+ "name": "SiteRefInput",
649
+ "possibleTypes": null
650
+ },
651
+ "indexType": "input_object",
652
+ "kind": [
653
+ "NON_NULL",
654
+ "INPUT_OBJECT"
655
+ ],
656
+ "name": "SiteRefInput",
657
+ "non_null": false
658
+ },
659
+ "varName": "siteRefInput"
660
+ }
661
+ },
662
+ "interfaces": null,
663
+ "kind": "INPUT_OBJECT",
664
+ "name": "SiteBgpStatusInput",
665
+ "possibleTypes": null
666
+ },
667
+ "indexType": "input_object",
668
+ "kind": [
669
+ "NON_NULL",
670
+ "INPUT_OBJECT"
671
+ ],
672
+ "name": "SiteBgpStatusInput",
673
+ "non_null": false
674
+ },
675
+ "varName": "siteBgpStatusInput"
676
+ }
677
+ },
678
+ "path": "query.site",
679
+ "type": {
680
+ "definition": {
681
+ "description": null,
682
+ "enumValues": null,
683
+ "fields": {
684
+ "bgpPeer": {
685
+ "args": {
686
+ "bgpPeer___input": {
687
+ "defaultValue": null,
688
+ "description": null,
689
+ "id_str": "bgpPeer___input",
690
+ "name": "input",
691
+ "path": "bgpPeer.input",
692
+ "requestStr": "$bgpPeerRefInput:BgpPeerRefInput! ",
693
+ "required": true,
694
+ "responseStr": "input:$bgpPeerRefInput ",
695
+ "type": {
696
+ "definition": {
697
+ "description": null,
698
+ "enumValues": null,
699
+ "fields": null,
700
+ "inputFields": {
701
+ "by": {
702
+ "defaultValue": "ID",
703
+ "description": "Specifies the method of identification (default is by ID).",
704
+ "id_str": "bgpPeer___input___by",
705
+ "name": "by",
706
+ "path": "bgpPeer.input.by",
707
+ "requestStr": "$by:ObjectRefBy! ",
708
+ "required": true,
709
+ "responseStr": "by:$by ",
710
+ "type": {
711
+ "definition": {
712
+ "description": null,
713
+ "enumValues": [
714
+ {
715
+ "deprecationReason": null,
716
+ "description": null,
717
+ "isDeprecated": false,
718
+ "name": "ID"
719
+ },
720
+ {
721
+ "deprecationReason": null,
722
+ "description": null,
723
+ "isDeprecated": false,
724
+ "name": "NAME"
725
+ }
726
+ ],
727
+ "fields": null,
728
+ "inputFields": null,
729
+ "interfaces": null,
730
+ "kind": "ENUM",
731
+ "name": "ObjectRefBy",
732
+ "possibleTypes": null
733
+ },
734
+ "indexType": "enum",
735
+ "kind": [
736
+ "NON_NULL",
737
+ "ENUM"
738
+ ],
739
+ "name": "ObjectRefBy",
740
+ "non_null": false
741
+ },
742
+ "varName": "by"
743
+ },
744
+ "input": {
745
+ "defaultValue": null,
746
+ "description": "Value used to identify the BGP peer (e.g., ID or name).",
747
+ "id_str": "bgpPeer___input___input",
748
+ "name": "input",
749
+ "path": "bgpPeer.input.input",
750
+ "requestStr": "$input:String! ",
751
+ "required": true,
752
+ "responseStr": "input:$input ",
753
+ "type": {
754
+ "kind": [
755
+ "NON_NULL",
756
+ "SCALAR"
757
+ ],
758
+ "name": "String",
759
+ "non_null": false
760
+ },
761
+ "varName": "input"
762
+ }
763
+ },
764
+ "interfaces": null,
765
+ "kind": "INPUT_OBJECT",
766
+ "name": "BgpPeerRefInput",
767
+ "possibleTypes": null
768
+ },
769
+ "indexType": "input_object",
770
+ "kind": [
771
+ "NON_NULL",
772
+ "INPUT_OBJECT"
773
+ ],
774
+ "name": "BgpPeerRefInput",
775
+ "non_null": false
776
+ },
777
+ "varName": "bgpPeerRefInput"
778
+ }
779
+ },
780
+ "deprecationReason": null,
781
+ "description": "Retrieves details of a specific BGP peer by reference.",
782
+ "id_str": "bgpPeer",
783
+ "isDeprecated": false,
784
+ "name": "bgpPeer",
785
+ "path": "bgpPeer",
786
+ "requestStr": "$bgpPeer:BgpPeer ",
787
+ "required": false,
788
+ "responseStr": "bgpPeer:$bgpPeer ",
789
+ "type": {
790
+ "definition": {
791
+ "description": null,
792
+ "enumValues": null,
793
+ "fields": {
794
+ "advertiseAllRoutes": {
795
+ "args": {},
796
+ "deprecationReason": null,
797
+ "description": "Indicates if all routes are advertised.",
798
+ "id_str": "bgpPeer___advertiseAllRoutes",
799
+ "isDeprecated": false,
800
+ "name": "advertiseAllRoutes",
801
+ "path": "bgpPeer.advertiseAllRoutes",
802
+ "requestStr": "$advertiseAllRoutes:Boolean! ",
803
+ "required": true,
804
+ "responseStr": "advertiseAllRoutes:$advertiseAllRoutes ",
805
+ "type": {
806
+ "kind": [
807
+ "NON_NULL",
808
+ "SCALAR"
809
+ ],
810
+ "name": "Boolean",
811
+ "non_null": false
812
+ },
813
+ "varName": "advertiseAllRoutes"
814
+ },
815
+ "advertiseDefaultRoute": {
816
+ "args": {},
817
+ "deprecationReason": null,
818
+ "description": "Indicates if the default route is advertised.",
819
+ "id_str": "bgpPeer___advertiseDefaultRoute",
820
+ "isDeprecated": false,
821
+ "name": "advertiseDefaultRoute",
822
+ "path": "bgpPeer.advertiseDefaultRoute",
823
+ "requestStr": "$advertiseDefaultRoute:Boolean! ",
824
+ "required": true,
825
+ "responseStr": "advertiseDefaultRoute:$advertiseDefaultRoute ",
826
+ "type": {
827
+ "kind": [
828
+ "NON_NULL",
829
+ "SCALAR"
830
+ ],
831
+ "name": "Boolean",
832
+ "non_null": false
833
+ },
834
+ "varName": "advertiseDefaultRoute"
835
+ },
836
+ "advertiseSummaryRoutes": {
837
+ "args": {},
838
+ "deprecationReason": null,
839
+ "description": "Indicates if summarized routes are advertised.",
840
+ "id_str": "bgpPeer___advertiseSummaryRoutes",
841
+ "isDeprecated": false,
842
+ "name": "advertiseSummaryRoutes",
843
+ "path": "bgpPeer.advertiseSummaryRoutes",
844
+ "requestStr": "$advertiseSummaryRoutes:Boolean! ",
845
+ "required": true,
846
+ "responseStr": "advertiseSummaryRoutes:$advertiseSummaryRoutes ",
847
+ "type": {
848
+ "kind": [
849
+ "NON_NULL",
850
+ "SCALAR"
851
+ ],
852
+ "name": "Boolean",
853
+ "non_null": false
854
+ },
855
+ "varName": "advertiseSummaryRoutes"
856
+ },
857
+ "bfdEnabled": {
858
+ "args": {},
859
+ "deprecationReason": null,
860
+ "description": "Indicates if BFD is enabled for failure detection.",
861
+ "id_str": "bgpPeer___bfdEnabled",
862
+ "isDeprecated": false,
863
+ "name": "bfdEnabled",
864
+ "path": "bgpPeer.bfdEnabled",
865
+ "requestStr": "$bfdEnabled:Boolean! ",
866
+ "required": true,
867
+ "responseStr": "bfdEnabled:$bfdEnabled ",
868
+ "type": {
869
+ "kind": [
870
+ "NON_NULL",
871
+ "SCALAR"
872
+ ],
873
+ "name": "Boolean",
874
+ "non_null": false
875
+ },
876
+ "varName": "bfdEnabled"
877
+ },
878
+ "bfdSettings": {
879
+ "args": {},
880
+ "deprecationReason": null,
881
+ "description": "BFD configuration.",
882
+ "id_str": "bgpPeer___bfdSettings",
883
+ "isDeprecated": false,
884
+ "name": "bfdSettings",
885
+ "path": "bgpPeer.bfdSettings",
886
+ "requestStr": "$bfdSettings:BfdSettings ",
887
+ "required": false,
888
+ "responseStr": "bfdSettings:$bfdSettings ",
889
+ "type": {
890
+ "definition": {
891
+ "description": null,
892
+ "enumValues": null,
893
+ "fields": {
894
+ "multiplier": {
895
+ "args": {},
896
+ "deprecationReason": null,
897
+ "description": "Number of missed BFD packets before considering the session down.",
898
+ "id_str": "bgpPeer___bfdSettings___multiplier",
899
+ "isDeprecated": false,
900
+ "name": "multiplier",
901
+ "path": "bgpPeer.bfdSettings.multiplier",
902
+ "requestStr": "$multiplier:Int! ",
903
+ "required": true,
904
+ "responseStr": "multiplier:$multiplier ",
905
+ "type": {
906
+ "kind": [
907
+ "NON_NULL",
908
+ "SCALAR"
909
+ ],
910
+ "name": "Int",
911
+ "non_null": false
912
+ },
913
+ "varName": "multiplier"
914
+ },
915
+ "receiveInterval": {
916
+ "args": {},
917
+ "deprecationReason": null,
918
+ "description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
919
+ "id_str": "bgpPeer___bfdSettings___receiveInterval",
920
+ "isDeprecated": false,
921
+ "name": "receiveInterval",
922
+ "path": "bgpPeer.bfdSettings.receiveInterval",
923
+ "requestStr": "$receiveInterval:Int! ",
924
+ "required": true,
925
+ "responseStr": "receiveInterval:$receiveInterval ",
926
+ "type": {
927
+ "kind": [
928
+ "NON_NULL",
929
+ "SCALAR"
930
+ ],
931
+ "name": "Int",
932
+ "non_null": false
933
+ },
934
+ "varName": "receiveInterval"
935
+ },
936
+ "transmitInterval": {
937
+ "args": {},
938
+ "deprecationReason": null,
939
+ "description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
940
+ "id_str": "bgpPeer___bfdSettings___transmitInterval",
941
+ "isDeprecated": false,
942
+ "name": "transmitInterval",
943
+ "path": "bgpPeer.bfdSettings.transmitInterval",
944
+ "requestStr": "$transmitInterval:Int! ",
945
+ "required": true,
946
+ "responseStr": "transmitInterval:$transmitInterval ",
947
+ "type": {
948
+ "kind": [
949
+ "NON_NULL",
950
+ "SCALAR"
951
+ ],
952
+ "name": "Int",
953
+ "non_null": false
954
+ },
955
+ "varName": "transmitInterval"
956
+ }
957
+ },
958
+ "inputFields": null,
959
+ "interfaces": {},
960
+ "kind": "OBJECT",
961
+ "name": "BfdSettings",
962
+ "possibleTypes": null
963
+ },
964
+ "indexType": "object",
965
+ "kind": [
966
+ "OBJECT"
967
+ ],
968
+ "name": "BfdSettings",
969
+ "non_null": false
970
+ },
971
+ "varName": "bfdSettings"
972
+ },
973
+ "catoAsn": {
974
+ "args": {},
975
+ "deprecationReason": null,
976
+ "description": "AS number of Cato's BGP endpoint.",
977
+ "id_str": "bgpPeer___catoAsn",
978
+ "isDeprecated": false,
979
+ "name": "catoAsn",
980
+ "path": "bgpPeer.catoAsn",
981
+ "requestStr": "$catoAsn:Asn16! ",
982
+ "required": true,
983
+ "responseStr": "catoAsn:$catoAsn ",
984
+ "type": {
985
+ "kind": [
986
+ "NON_NULL",
987
+ "SCALAR"
988
+ ],
989
+ "name": "Asn16",
990
+ "non_null": false
991
+ },
992
+ "varName": "catoAsn"
993
+ },
994
+ "catoIp": {
995
+ "args": {},
996
+ "deprecationReason": null,
997
+ "description": "IP address of Cato's BGP endpoint.",
998
+ "id_str": "bgpPeer___catoIp",
999
+ "isDeprecated": false,
1000
+ "name": "catoIp",
1001
+ "path": "bgpPeer.catoIp",
1002
+ "requestStr": "$catoIp:IPAddress! ",
1003
+ "required": true,
1004
+ "responseStr": "catoIp:$catoIp ",
1005
+ "type": {
1006
+ "kind": [
1007
+ "NON_NULL",
1008
+ "SCALAR"
1009
+ ],
1010
+ "name": "IPAddress",
1011
+ "non_null": false
1012
+ },
1013
+ "varName": "catoIp"
1014
+ },
1015
+ "defaultAction": {
1016
+ "args": {},
1017
+ "deprecationReason": null,
1018
+ "description": "Default action for routes not matching filters (ACCEPT or DROP).",
1019
+ "id_str": "bgpPeer___defaultAction",
1020
+ "isDeprecated": false,
1021
+ "name": "defaultAction",
1022
+ "path": "bgpPeer.defaultAction",
1023
+ "requestStr": "$defaultAction:BgpDefaultAction! ",
1024
+ "required": true,
1025
+ "responseStr": "defaultAction:$defaultAction ",
1026
+ "type": {
1027
+ "definition": {
1028
+ "description": null,
1029
+ "enumValues": [
1030
+ {
1031
+ "deprecationReason": null,
1032
+ "description": "Default action to drop all unmatched routes.",
1033
+ "isDeprecated": false,
1034
+ "name": "DROP"
1035
+ },
1036
+ {
1037
+ "deprecationReason": null,
1038
+ "description": "Default action to accept all unmatched routes.",
1039
+ "isDeprecated": false,
1040
+ "name": "ACCEPT"
1041
+ }
1042
+ ],
1043
+ "fields": null,
1044
+ "inputFields": null,
1045
+ "interfaces": null,
1046
+ "kind": "ENUM",
1047
+ "name": "BgpDefaultAction",
1048
+ "possibleTypes": null
1049
+ },
1050
+ "indexType": "enum",
1051
+ "kind": [
1052
+ "NON_NULL",
1053
+ "ENUM"
1054
+ ],
1055
+ "name": "BgpDefaultAction",
1056
+ "non_null": false
1057
+ },
1058
+ "varName": "defaultAction"
1059
+ },
1060
+ "holdTime": {
1061
+ "args": {},
1062
+ "deprecationReason": null,
1063
+ "description": "Time before declaring the peer unreachable.",
1064
+ "id_str": "bgpPeer___holdTime",
1065
+ "isDeprecated": false,
1066
+ "name": "holdTime",
1067
+ "path": "bgpPeer.holdTime",
1068
+ "requestStr": "$holdTime:Int! ",
1069
+ "required": true,
1070
+ "responseStr": "holdTime:$holdTime ",
1071
+ "type": {
1072
+ "kind": [
1073
+ "NON_NULL",
1074
+ "SCALAR"
1075
+ ],
1076
+ "name": "Int",
1077
+ "non_null": false
1078
+ },
1079
+ "varName": "holdTime"
1080
+ },
1081
+ "id": {
1082
+ "args": {},
1083
+ "deprecationReason": null,
1084
+ "description": "Unique identifier for the BGP peer.",
1085
+ "id_str": "bgpPeer___id",
1086
+ "isDeprecated": false,
1087
+ "name": "id",
1088
+ "path": "bgpPeer.id",
1089
+ "requestStr": "$id:ID! ",
1090
+ "required": true,
1091
+ "responseStr": "id:$id ",
1092
+ "type": {
1093
+ "kind": [
1094
+ "NON_NULL",
1095
+ "SCALAR"
1096
+ ],
1097
+ "name": "ID",
1098
+ "non_null": false
1099
+ },
1100
+ "varName": "id"
1101
+ },
1102
+ "keepaliveInterval": {
1103
+ "args": {},
1104
+ "deprecationReason": null,
1105
+ "description": "Interval between keepalive messages.",
1106
+ "id_str": "bgpPeer___keepaliveInterval",
1107
+ "isDeprecated": false,
1108
+ "name": "keepaliveInterval",
1109
+ "path": "bgpPeer.keepaliveInterval",
1110
+ "requestStr": "$keepaliveInterval:Int! ",
1111
+ "required": true,
1112
+ "responseStr": "keepaliveInterval:$keepaliveInterval ",
1113
+ "type": {
1114
+ "kind": [
1115
+ "NON_NULL",
1116
+ "SCALAR"
1117
+ ],
1118
+ "name": "Int",
1119
+ "non_null": false
1120
+ },
1121
+ "varName": "keepaliveInterval"
1122
+ },
1123
+ "md5AuthKey": {
1124
+ "args": {},
1125
+ "deprecationReason": null,
1126
+ "description": "MD5 authentication key for secure sessions.",
1127
+ "id_str": "bgpPeer___md5AuthKey",
1128
+ "isDeprecated": false,
1129
+ "name": "md5AuthKey",
1130
+ "path": "bgpPeer.md5AuthKey",
1131
+ "requestStr": "$md5AuthKey:String ",
1132
+ "required": false,
1133
+ "responseStr": "md5AuthKey:$md5AuthKey ",
1134
+ "type": {
1135
+ "kind": [
1136
+ "SCALAR"
1137
+ ],
1138
+ "name": "String",
1139
+ "non_null": false
1140
+ },
1141
+ "varName": "md5AuthKey"
1142
+ },
1143
+ "metric": {
1144
+ "args": {},
1145
+ "deprecationReason": null,
1146
+ "description": "Metric for route preferences.",
1147
+ "id_str": "bgpPeer___metric",
1148
+ "isDeprecated": false,
1149
+ "name": "metric",
1150
+ "path": "bgpPeer.metric",
1151
+ "requestStr": "$metric:Int! ",
1152
+ "required": true,
1153
+ "responseStr": "metric:$metric ",
1154
+ "type": {
1155
+ "kind": [
1156
+ "NON_NULL",
1157
+ "SCALAR"
1158
+ ],
1159
+ "name": "Int",
1160
+ "non_null": false
1161
+ },
1162
+ "varName": "metric"
1163
+ },
1164
+ "name": {
1165
+ "args": {},
1166
+ "deprecationReason": null,
1167
+ "description": "Name of the BGP configuration entity.",
1168
+ "id_str": "bgpPeer___name",
1169
+ "isDeprecated": false,
1170
+ "name": "name",
1171
+ "path": "bgpPeer.name",
1172
+ "requestStr": "$name:String! ",
1173
+ "required": true,
1174
+ "responseStr": "name:$name ",
1175
+ "type": {
1176
+ "kind": [
1177
+ "NON_NULL",
1178
+ "SCALAR"
1179
+ ],
1180
+ "name": "String",
1181
+ "non_null": false
1182
+ },
1183
+ "varName": "name"
1184
+ },
1185
+ "peerAsn": {
1186
+ "args": {},
1187
+ "deprecationReason": null,
1188
+ "description": "AS number of the peer BGP endpoint.",
1189
+ "id_str": "bgpPeer___peerAsn",
1190
+ "isDeprecated": false,
1191
+ "name": "peerAsn",
1192
+ "path": "bgpPeer.peerAsn",
1193
+ "requestStr": "$peerAsn:Asn32! ",
1194
+ "required": true,
1195
+ "responseStr": "peerAsn:$peerAsn ",
1196
+ "type": {
1197
+ "kind": [
1198
+ "NON_NULL",
1199
+ "SCALAR"
1200
+ ],
1201
+ "name": "Asn32",
1202
+ "non_null": false
1203
+ },
1204
+ "varName": "peerAsn"
1205
+ },
1206
+ "peerIp": {
1207
+ "args": {},
1208
+ "deprecationReason": null,
1209
+ "description": "IP address of the peer BGP endpoint.",
1210
+ "id_str": "bgpPeer___peerIp",
1211
+ "isDeprecated": false,
1212
+ "name": "peerIp",
1213
+ "path": "bgpPeer.peerIp",
1214
+ "requestStr": "$peerIp:IPAddress! ",
1215
+ "required": true,
1216
+ "responseStr": "peerIp:$peerIp ",
1217
+ "type": {
1218
+ "kind": [
1219
+ "NON_NULL",
1220
+ "SCALAR"
1221
+ ],
1222
+ "name": "IPAddress",
1223
+ "non_null": false
1224
+ },
1225
+ "varName": "peerIp"
1226
+ },
1227
+ "performNat": {
1228
+ "args": {},
1229
+ "deprecationReason": null,
1230
+ "description": "Indicates if NAT is performed on routes.",
1231
+ "id_str": "bgpPeer___performNat",
1232
+ "isDeprecated": false,
1233
+ "name": "performNat",
1234
+ "path": "bgpPeer.performNat",
1235
+ "requestStr": "$performNat:Boolean! ",
1236
+ "required": true,
1237
+ "responseStr": "performNat:$performNat ",
1238
+ "type": {
1239
+ "kind": [
1240
+ "NON_NULL",
1241
+ "SCALAR"
1242
+ ],
1243
+ "name": "Boolean",
1244
+ "non_null": false
1245
+ },
1246
+ "varName": "performNat"
1247
+ },
1248
+ "site": {
1249
+ "args": {},
1250
+ "deprecationReason": null,
1251
+ "description": "Site associated with this BGP peer.",
1252
+ "id_str": "bgpPeer___site",
1253
+ "isDeprecated": false,
1254
+ "name": "site",
1255
+ "path": "bgpPeer.site",
1256
+ "requestStr": "$siteRef:SiteRef! ",
1257
+ "required": true,
1258
+ "responseStr": "site:$siteRef ",
1259
+ "type": {
1260
+ "definition": {
1261
+ "description": null,
1262
+ "enumValues": null,
1263
+ "fields": {
1264
+ "id": {
1265
+ "args": {},
1266
+ "deprecationReason": null,
1267
+ "description": null,
1268
+ "id_str": "bgpPeer___site___id",
1269
+ "isDeprecated": false,
1270
+ "name": "id",
1271
+ "path": "bgpPeer.site.id",
1272
+ "requestStr": "$id:ID! ",
1273
+ "required": true,
1274
+ "responseStr": "id:$id ",
1275
+ "type": {
1276
+ "kind": [
1277
+ "NON_NULL",
1278
+ "SCALAR"
1279
+ ],
1280
+ "name": "ID",
1281
+ "non_null": false
1282
+ },
1283
+ "varName": "id"
1284
+ },
1285
+ "name": {
1286
+ "args": {},
1287
+ "deprecationReason": null,
1288
+ "description": null,
1289
+ "id_str": "bgpPeer___site___name",
1290
+ "isDeprecated": false,
1291
+ "name": "name",
1292
+ "path": "bgpPeer.site.name",
1293
+ "requestStr": "$name:String! ",
1294
+ "required": true,
1295
+ "responseStr": "name:$name ",
1296
+ "type": {
1297
+ "kind": [
1298
+ "NON_NULL",
1299
+ "SCALAR"
1300
+ ],
1301
+ "name": "String",
1302
+ "non_null": false
1303
+ },
1304
+ "varName": "name"
1305
+ }
1306
+ },
1307
+ "inputFields": null,
1308
+ "interfaces": {},
1309
+ "kind": "OBJECT",
1310
+ "name": "SiteRef",
1311
+ "possibleTypes": null
1312
+ },
1313
+ "indexType": "object",
1314
+ "kind": [
1315
+ "NON_NULL",
1316
+ "OBJECT"
1317
+ ],
1318
+ "name": "SiteRef",
1319
+ "non_null": false
1320
+ },
1321
+ "varName": "siteRef"
1322
+ },
1323
+ "summaryRoute": {
1324
+ "args": {},
1325
+ "deprecationReason": null,
1326
+ "description": "Summarized routes advertised to the peer.",
1327
+ "id_str": "bgpPeer___summaryRoute",
1328
+ "isDeprecated": false,
1329
+ "name": "summaryRoute",
1330
+ "path": "bgpPeer.summaryRoute",
1331
+ "requestStr": "$bgpSummaryRoute:[BgpSummaryRoute]! ",
1332
+ "required": true,
1333
+ "responseStr": "summaryRoute:$bgpSummaryRoute ",
1334
+ "type": {
1335
+ "definition": {
1336
+ "description": null,
1337
+ "enumValues": null,
1338
+ "fields": {
1339
+ "community": {
1340
+ "alias": "bgpCommunityCommunity: community",
1341
+ "args": {},
1342
+ "deprecationReason": null,
1343
+ "description": "Community values associated with the route.",
1344
+ "id_str": "bgpPeer___summaryRoute___community",
1345
+ "isDeprecated": false,
1346
+ "name": "community",
1347
+ "path": "bgpPeer.summaryRoute.community",
1348
+ "requestStr": "$bgpCommunity:[BgpCommunity]! ",
1349
+ "required": true,
1350
+ "responseStr": "community:$bgpCommunity ",
1351
+ "type": {
1352
+ "definition": {
1353
+ "description": null,
1354
+ "enumValues": null,
1355
+ "fields": {
1356
+ "from": {
1357
+ "args": {},
1358
+ "deprecationReason": null,
1359
+ "description": "Start of the community range.",
1360
+ "id_str": "bgpPeer___summaryRoute___community___from",
1361
+ "isDeprecated": false,
1362
+ "name": "from",
1363
+ "path": "bgpPeer.summaryRoute.community.from",
1364
+ "requestStr": "$from:Asn16! ",
1365
+ "required": true,
1366
+ "responseStr": "from:$from ",
1367
+ "type": {
1368
+ "kind": [
1369
+ "NON_NULL",
1370
+ "SCALAR"
1371
+ ],
1372
+ "name": "Asn16",
1373
+ "non_null": false
1374
+ },
1375
+ "varName": "from"
1376
+ },
1377
+ "to": {
1378
+ "args": {},
1379
+ "deprecationReason": null,
1380
+ "description": "End of the community range.",
1381
+ "id_str": "bgpPeer___summaryRoute___community___to",
1382
+ "isDeprecated": false,
1383
+ "name": "to",
1384
+ "path": "bgpPeer.summaryRoute.community.to",
1385
+ "requestStr": "$to:Asn16! ",
1386
+ "required": true,
1387
+ "responseStr": "to:$to ",
1388
+ "type": {
1389
+ "kind": [
1390
+ "NON_NULL",
1391
+ "SCALAR"
1392
+ ],
1393
+ "name": "Asn16",
1394
+ "non_null": false
1395
+ },
1396
+ "varName": "to"
1397
+ }
1398
+ },
1399
+ "inputFields": null,
1400
+ "interfaces": {},
1401
+ "kind": "OBJECT",
1402
+ "name": "BgpCommunity",
1403
+ "possibleTypes": null
1404
+ },
1405
+ "indexType": "object",
1406
+ "kind": [
1407
+ "NON_NULL",
1408
+ "LIST",
1409
+ "NON_NULL",
1410
+ "OBJECT"
1411
+ ],
1412
+ "name": "BgpCommunity",
1413
+ "non_null": false
1414
+ },
1415
+ "varName": "bgpCommunity"
1416
+ },
1417
+ "id": {
1418
+ "args": {},
1419
+ "deprecationReason": null,
1420
+ "description": "Unique identifier of the summarized route.",
1421
+ "id_str": "bgpPeer___summaryRoute___id",
1422
+ "isDeprecated": false,
1423
+ "name": "id",
1424
+ "path": "bgpPeer.summaryRoute.id",
1425
+ "requestStr": "$id:ID! ",
1426
+ "required": true,
1427
+ "responseStr": "id:$id ",
1428
+ "type": {
1429
+ "kind": [
1430
+ "NON_NULL",
1431
+ "SCALAR"
1432
+ ],
1433
+ "name": "ID",
1434
+ "non_null": false
1435
+ },
1436
+ "varName": "id"
1437
+ },
1438
+ "route": {
1439
+ "args": {},
1440
+ "deprecationReason": null,
1441
+ "description": "Subnet of the summarized route.",
1442
+ "id_str": "bgpPeer___summaryRoute___route",
1443
+ "isDeprecated": false,
1444
+ "name": "route",
1445
+ "path": "bgpPeer.summaryRoute.route",
1446
+ "requestStr": "$route:NetworkSubnet! ",
1447
+ "required": true,
1448
+ "responseStr": "route:$route ",
1449
+ "type": {
1450
+ "kind": [
1451
+ "NON_NULL",
1452
+ "SCALAR"
1453
+ ],
1454
+ "name": "NetworkSubnet",
1455
+ "non_null": false
1456
+ },
1457
+ "varName": "route"
1458
+ }
1459
+ },
1460
+ "inputFields": null,
1461
+ "interfaces": {},
1462
+ "kind": "OBJECT",
1463
+ "name": "BgpSummaryRoute",
1464
+ "possibleTypes": null
1465
+ },
1466
+ "indexType": "object",
1467
+ "kind": [
1468
+ "NON_NULL",
1469
+ "LIST",
1470
+ "NON_NULL",
1471
+ "OBJECT"
1472
+ ],
1473
+ "name": "BgpSummaryRoute",
1474
+ "non_null": false
1475
+ },
1476
+ "varName": "bgpSummaryRoute"
1477
+ },
1478
+ "tracking": {
1479
+ "args": {},
1480
+ "deprecationReason": null,
1481
+ "description": "Tracking configuration for health and availability.",
1482
+ "id_str": "bgpPeer___tracking",
1483
+ "isDeprecated": false,
1484
+ "name": "tracking",
1485
+ "path": "bgpPeer.tracking",
1486
+ "requestStr": "$bgpTracking:BgpTracking ",
1487
+ "required": false,
1488
+ "responseStr": "tracking:$bgpTracking ",
1489
+ "type": {
1490
+ "definition": {
1491
+ "description": null,
1492
+ "enumValues": null,
1493
+ "fields": {
1494
+ "alertFrequency": {
1495
+ "args": {},
1496
+ "deprecationReason": null,
1497
+ "description": "Frequency of health alerts.",
1498
+ "id_str": "bgpPeer___tracking___alertFrequency",
1499
+ "isDeprecated": false,
1500
+ "name": "alertFrequency",
1501
+ "path": "bgpPeer.tracking.alertFrequency",
1502
+ "requestStr": "$alertFrequency:PolicyRuleTrackingFrequencyEnum! ",
1503
+ "required": true,
1504
+ "responseStr": "alertFrequency:$alertFrequency ",
1505
+ "type": {
1506
+ "definition": {
1507
+ "description": "Enum for the frequency of an alert event for a rule",
1508
+ "enumValues": [
1509
+ {
1510
+ "deprecationReason": null,
1511
+ "description": null,
1512
+ "isDeprecated": false,
1513
+ "name": "HOURLY"
1514
+ },
1515
+ {
1516
+ "deprecationReason": null,
1517
+ "description": null,
1518
+ "isDeprecated": false,
1519
+ "name": "DAILY"
1520
+ },
1521
+ {
1522
+ "deprecationReason": null,
1523
+ "description": null,
1524
+ "isDeprecated": false,
1525
+ "name": "WEEKLY"
1526
+ },
1527
+ {
1528
+ "deprecationReason": null,
1529
+ "description": null,
1530
+ "isDeprecated": false,
1531
+ "name": "IMMEDIATE"
1532
+ }
1533
+ ],
1534
+ "fields": null,
1535
+ "inputFields": null,
1536
+ "interfaces": null,
1537
+ "kind": "ENUM",
1538
+ "name": "PolicyRuleTrackingFrequencyEnum",
1539
+ "possibleTypes": null
1540
+ },
1541
+ "indexType": "enum",
1542
+ "kind": [
1543
+ "NON_NULL",
1544
+ "ENUM"
1545
+ ],
1546
+ "name": "PolicyRuleTrackingFrequencyEnum",
1547
+ "non_null": false
1548
+ },
1549
+ "varName": "alertFrequency"
1550
+ },
1551
+ "enabled": {
1552
+ "args": {},
1553
+ "deprecationReason": null,
1554
+ "description": "Indicates if tracking is enabled.",
1555
+ "id_str": "bgpPeer___tracking___enabled",
1556
+ "isDeprecated": false,
1557
+ "name": "enabled",
1558
+ "path": "bgpPeer.tracking.enabled",
1559
+ "requestStr": "$enabled:Boolean! ",
1560
+ "required": true,
1561
+ "responseStr": "enabled:$enabled ",
1562
+ "type": {
1563
+ "kind": [
1564
+ "NON_NULL",
1565
+ "SCALAR"
1566
+ ],
1567
+ "name": "Boolean",
1568
+ "non_null": false
1569
+ },
1570
+ "varName": "enabled"
1571
+ },
1572
+ "id": {
1573
+ "args": {},
1574
+ "deprecationReason": null,
1575
+ "description": "Unique identifier for the tracking rule.",
1576
+ "id_str": "bgpPeer___tracking___id",
1577
+ "isDeprecated": false,
1578
+ "name": "id",
1579
+ "path": "bgpPeer.tracking.id",
1580
+ "requestStr": "$id:ID! ",
1581
+ "required": true,
1582
+ "responseStr": "id:$id ",
1583
+ "type": {
1584
+ "kind": [
1585
+ "NON_NULL",
1586
+ "SCALAR"
1587
+ ],
1588
+ "name": "ID",
1589
+ "non_null": false
1590
+ },
1591
+ "varName": "id"
1592
+ },
1593
+ "subscriptionId": {
1594
+ "args": {},
1595
+ "deprecationReason": null,
1596
+ "description": "Subscription ID associated with the rule.",
1597
+ "id_str": "bgpPeer___tracking___subscriptionId",
1598
+ "isDeprecated": false,
1599
+ "name": "subscriptionId",
1600
+ "path": "bgpPeer.tracking.subscriptionId",
1601
+ "requestStr": "$subscriptionId:ID ",
1602
+ "required": false,
1603
+ "responseStr": "subscriptionId:$subscriptionId ",
1604
+ "type": {
1605
+ "kind": [
1606
+ "SCALAR"
1607
+ ],
1608
+ "name": "ID",
1609
+ "non_null": false
1610
+ },
1611
+ "varName": "subscriptionId"
1612
+ }
1613
+ },
1614
+ "inputFields": null,
1615
+ "interfaces": {},
1616
+ "kind": "OBJECT",
1617
+ "name": "BgpTracking",
1618
+ "possibleTypes": null
1619
+ },
1620
+ "indexType": "object",
1621
+ "kind": [
1622
+ "OBJECT"
1623
+ ],
1624
+ "name": "BgpTracking",
1625
+ "non_null": false
1626
+ },
1627
+ "varName": "bgpTracking"
1628
+ }
1629
+ },
1630
+ "inputFields": null,
1631
+ "interfaces": {},
1632
+ "kind": "OBJECT",
1633
+ "name": "BgpPeer",
1634
+ "possibleTypes": null
1635
+ },
1636
+ "indexType": "object",
1637
+ "kind": [
1638
+ "OBJECT"
1639
+ ],
1640
+ "name": "BgpPeer",
1641
+ "non_null": false
1642
+ },
1643
+ "varName": "bgpPeer"
1644
+ },
1645
+ "bgpPeerList": {
1646
+ "args": {
1647
+ "bgpPeerList___input": {
1648
+ "defaultValue": null,
1649
+ "description": null,
1650
+ "id_str": "bgpPeerList___input",
1651
+ "name": "input",
1652
+ "path": "bgpPeerList.input",
1653
+ "requestStr": "$bgpPeerListInput:BgpPeerListInput! ",
1654
+ "required": true,
1655
+ "responseStr": "input:$bgpPeerListInput ",
1656
+ "type": {
1657
+ "definition": {
1658
+ "description": null,
1659
+ "enumValues": null,
1660
+ "fields": null,
1661
+ "inputFields": {
1662
+ "site": {
1663
+ "defaultValue": null,
1664
+ "description": "Identifies the site whose BGP peers are listed.",
1665
+ "id_str": "bgpPeerList___input___site",
1666
+ "name": "site",
1667
+ "path": "bgpPeerList.input.site",
1668
+ "requestStr": "$siteRefInput:SiteRefInput! ",
1669
+ "required": true,
1670
+ "responseStr": "site:$siteRefInput ",
1671
+ "type": {
1672
+ "definition": {
1673
+ "description": null,
1674
+ "enumValues": null,
1675
+ "fields": null,
1676
+ "inputFields": {
1677
+ "by": {
1678
+ "defaultValue": "ID",
1679
+ "description": null,
1680
+ "id_str": "bgpPeerList___input___site___by",
1681
+ "name": "by",
1682
+ "path": "bgpPeerList.input.site.by",
1683
+ "requestStr": "$by:ObjectRefBy! ",
1684
+ "required": true,
1685
+ "responseStr": "by:$by ",
1686
+ "type": {
1687
+ "definition": {
1688
+ "description": null,
1689
+ "enumValues": [
1690
+ {
1691
+ "deprecationReason": null,
1692
+ "description": null,
1693
+ "isDeprecated": false,
1694
+ "name": "ID"
1695
+ },
1696
+ {
1697
+ "deprecationReason": null,
1698
+ "description": null,
1699
+ "isDeprecated": false,
1700
+ "name": "NAME"
1701
+ }
1702
+ ],
1703
+ "fields": null,
1704
+ "inputFields": null,
1705
+ "interfaces": null,
1706
+ "kind": "ENUM",
1707
+ "name": "ObjectRefBy",
1708
+ "possibleTypes": null
1709
+ },
1710
+ "indexType": "enum",
1711
+ "kind": [
1712
+ "NON_NULL",
1713
+ "ENUM"
1714
+ ],
1715
+ "name": "ObjectRefBy",
1716
+ "non_null": false
1717
+ },
1718
+ "varName": "by"
1719
+ },
1720
+ "input": {
1721
+ "defaultValue": null,
1722
+ "description": null,
1723
+ "id_str": "bgpPeerList___input___site___input",
1724
+ "name": "input",
1725
+ "path": "bgpPeerList.input.site.input",
1726
+ "requestStr": "$input:String! ",
1727
+ "required": true,
1728
+ "responseStr": "input:$input ",
1729
+ "type": {
1730
+ "kind": [
1731
+ "NON_NULL",
1732
+ "SCALAR"
1733
+ ],
1734
+ "name": "String",
1735
+ "non_null": false
1736
+ },
1737
+ "varName": "input"
1738
+ }
1739
+ },
1740
+ "interfaces": null,
1741
+ "kind": "INPUT_OBJECT",
1742
+ "name": "SiteRefInput",
1743
+ "possibleTypes": null
1744
+ },
1745
+ "indexType": "input_object",
1746
+ "kind": [
1747
+ "NON_NULL",
1748
+ "INPUT_OBJECT"
1749
+ ],
1750
+ "name": "SiteRefInput",
1751
+ "non_null": false
1752
+ },
1753
+ "varName": "siteRefInput"
1754
+ }
1755
+ },
1756
+ "interfaces": null,
1757
+ "kind": "INPUT_OBJECT",
1758
+ "name": "BgpPeerListInput",
1759
+ "possibleTypes": null
1760
+ },
1761
+ "indexType": "input_object",
1762
+ "kind": [
1763
+ "NON_NULL",
1764
+ "INPUT_OBJECT"
1765
+ ],
1766
+ "name": "BgpPeerListInput",
1767
+ "non_null": false
1768
+ },
1769
+ "varName": "bgpPeerListInput"
1770
+ }
1771
+ },
1772
+ "deprecationReason": null,
1773
+ "description": "Retrieves a list of all BGP peers associated with the specified site.",
1774
+ "id_str": "bgpPeerList",
1775
+ "isDeprecated": false,
1776
+ "name": "bgpPeerList",
1777
+ "path": "bgpPeerList",
1778
+ "requestStr": "$bgpPeerListPayload:BgpPeerListPayload ",
1779
+ "required": false,
1780
+ "responseStr": "bgpPeerList:$bgpPeerListPayload ",
1781
+ "type": {
1782
+ "definition": {
1783
+ "description": null,
1784
+ "enumValues": null,
1785
+ "fields": {
1786
+ "bgpPeer": {
1787
+ "args": {},
1788
+ "deprecationReason": null,
1789
+ "description": "BGP peers associated with the site.",
1790
+ "id_str": "bgpPeerList___bgpPeer",
1791
+ "isDeprecated": false,
1792
+ "name": "bgpPeer",
1793
+ "path": "bgpPeerList.bgpPeer",
1794
+ "requestStr": "$bgpPeer:[BgpPeer]! ",
1795
+ "required": true,
1796
+ "responseStr": "bgpPeer:$bgpPeer ",
1797
+ "type": {
1798
+ "definition": {
1799
+ "description": null,
1800
+ "enumValues": null,
1801
+ "fields": {
1802
+ "advertiseAllRoutes": {
1803
+ "args": {},
1804
+ "deprecationReason": null,
1805
+ "description": "Indicates if all routes are advertised.",
1806
+ "id_str": "bgpPeerList___bgpPeer___advertiseAllRoutes",
1807
+ "isDeprecated": false,
1808
+ "name": "advertiseAllRoutes",
1809
+ "path": "bgpPeerList.bgpPeer.advertiseAllRoutes",
1810
+ "requestStr": "$advertiseAllRoutes:Boolean! ",
1811
+ "required": true,
1812
+ "responseStr": "advertiseAllRoutes:$advertiseAllRoutes ",
1813
+ "type": {
1814
+ "kind": [
1815
+ "NON_NULL",
1816
+ "SCALAR"
1817
+ ],
1818
+ "name": "Boolean",
1819
+ "non_null": false
1820
+ },
1821
+ "varName": "advertiseAllRoutes"
1822
+ },
1823
+ "advertiseDefaultRoute": {
1824
+ "args": {},
1825
+ "deprecationReason": null,
1826
+ "description": "Indicates if the default route is advertised.",
1827
+ "id_str": "bgpPeerList___bgpPeer___advertiseDefaultRoute",
1828
+ "isDeprecated": false,
1829
+ "name": "advertiseDefaultRoute",
1830
+ "path": "bgpPeerList.bgpPeer.advertiseDefaultRoute",
1831
+ "requestStr": "$advertiseDefaultRoute:Boolean! ",
1832
+ "required": true,
1833
+ "responseStr": "advertiseDefaultRoute:$advertiseDefaultRoute ",
1834
+ "type": {
1835
+ "kind": [
1836
+ "NON_NULL",
1837
+ "SCALAR"
1838
+ ],
1839
+ "name": "Boolean",
1840
+ "non_null": false
1841
+ },
1842
+ "varName": "advertiseDefaultRoute"
1843
+ },
1844
+ "advertiseSummaryRoutes": {
1845
+ "args": {},
1846
+ "deprecationReason": null,
1847
+ "description": "Indicates if summarized routes are advertised.",
1848
+ "id_str": "bgpPeerList___bgpPeer___advertiseSummaryRoutes",
1849
+ "isDeprecated": false,
1850
+ "name": "advertiseSummaryRoutes",
1851
+ "path": "bgpPeerList.bgpPeer.advertiseSummaryRoutes",
1852
+ "requestStr": "$advertiseSummaryRoutes:Boolean! ",
1853
+ "required": true,
1854
+ "responseStr": "advertiseSummaryRoutes:$advertiseSummaryRoutes ",
1855
+ "type": {
1856
+ "kind": [
1857
+ "NON_NULL",
1858
+ "SCALAR"
1859
+ ],
1860
+ "name": "Boolean",
1861
+ "non_null": false
1862
+ },
1863
+ "varName": "advertiseSummaryRoutes"
1864
+ },
1865
+ "bfdEnabled": {
1866
+ "args": {},
1867
+ "deprecationReason": null,
1868
+ "description": "Indicates if BFD is enabled for failure detection.",
1869
+ "id_str": "bgpPeerList___bgpPeer___bfdEnabled",
1870
+ "isDeprecated": false,
1871
+ "name": "bfdEnabled",
1872
+ "path": "bgpPeerList.bgpPeer.bfdEnabled",
1873
+ "requestStr": "$bfdEnabled:Boolean! ",
1874
+ "required": true,
1875
+ "responseStr": "bfdEnabled:$bfdEnabled ",
1876
+ "type": {
1877
+ "kind": [
1878
+ "NON_NULL",
1879
+ "SCALAR"
1880
+ ],
1881
+ "name": "Boolean",
1882
+ "non_null": false
1883
+ },
1884
+ "varName": "bfdEnabled"
1885
+ },
1886
+ "bfdSettings": {
1887
+ "alias": "bfdSettingsBfdSettings: bfdSettings",
1888
+ "args": {},
1889
+ "deprecationReason": null,
1890
+ "description": "BFD configuration.",
1891
+ "id_str": "bgpPeerList___bgpPeer___bfdSettings",
1892
+ "isDeprecated": false,
1893
+ "name": "bfdSettings",
1894
+ "path": "bgpPeerList.bgpPeer.bfdSettings",
1895
+ "requestStr": "$bfdSettings:BfdSettings ",
1896
+ "required": false,
1897
+ "responseStr": "bfdSettings:$bfdSettings ",
1898
+ "type": {
1899
+ "definition": {
1900
+ "description": null,
1901
+ "enumValues": null,
1902
+ "fields": {
1903
+ "multiplier": {
1904
+ "args": {},
1905
+ "deprecationReason": null,
1906
+ "description": "Number of missed BFD packets before considering the session down.",
1907
+ "id_str": "bgpPeerList___bgpPeer___bfdSettings___multiplier",
1908
+ "isDeprecated": false,
1909
+ "name": "multiplier",
1910
+ "path": "bgpPeerList.bgpPeer.bfdSettings.multiplier",
1911
+ "requestStr": "$multiplier:Int! ",
1912
+ "required": true,
1913
+ "responseStr": "multiplier:$multiplier ",
1914
+ "type": {
1915
+ "kind": [
1916
+ "NON_NULL",
1917
+ "SCALAR"
1918
+ ],
1919
+ "name": "Int",
1920
+ "non_null": false
1921
+ },
1922
+ "varName": "multiplier"
1923
+ },
1924
+ "receiveInterval": {
1925
+ "args": {},
1926
+ "deprecationReason": null,
1927
+ "description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
1928
+ "id_str": "bgpPeerList___bgpPeer___bfdSettings___receiveInterval",
1929
+ "isDeprecated": false,
1930
+ "name": "receiveInterval",
1931
+ "path": "bgpPeerList.bgpPeer.bfdSettings.receiveInterval",
1932
+ "requestStr": "$receiveInterval:Int! ",
1933
+ "required": true,
1934
+ "responseStr": "receiveInterval:$receiveInterval ",
1935
+ "type": {
1936
+ "kind": [
1937
+ "NON_NULL",
1938
+ "SCALAR"
1939
+ ],
1940
+ "name": "Int",
1941
+ "non_null": false
1942
+ },
1943
+ "varName": "receiveInterval"
1944
+ },
1945
+ "transmitInterval": {
1946
+ "args": {},
1947
+ "deprecationReason": null,
1948
+ "description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
1949
+ "id_str": "bgpPeerList___bgpPeer___bfdSettings___transmitInterval",
1950
+ "isDeprecated": false,
1951
+ "name": "transmitInterval",
1952
+ "path": "bgpPeerList.bgpPeer.bfdSettings.transmitInterval",
1953
+ "requestStr": "$transmitInterval:Int! ",
1954
+ "required": true,
1955
+ "responseStr": "transmitInterval:$transmitInterval ",
1956
+ "type": {
1957
+ "kind": [
1958
+ "NON_NULL",
1959
+ "SCALAR"
1960
+ ],
1961
+ "name": "Int",
1962
+ "non_null": false
1963
+ },
1964
+ "varName": "transmitInterval"
1965
+ }
1966
+ },
1967
+ "inputFields": null,
1968
+ "interfaces": {},
1969
+ "kind": "OBJECT",
1970
+ "name": "BfdSettings",
1971
+ "possibleTypes": null
1972
+ },
1973
+ "indexType": "object",
1974
+ "kind": [
1975
+ "OBJECT"
1976
+ ],
1977
+ "name": "BfdSettings",
1978
+ "non_null": false
1979
+ },
1980
+ "varName": "bfdSettings"
1981
+ },
1982
+ "catoAsn": {
1983
+ "args": {},
1984
+ "deprecationReason": null,
1985
+ "description": "AS number of Cato's BGP endpoint.",
1986
+ "id_str": "bgpPeerList___bgpPeer___catoAsn",
1987
+ "isDeprecated": false,
1988
+ "name": "catoAsn",
1989
+ "path": "bgpPeerList.bgpPeer.catoAsn",
1990
+ "requestStr": "$catoAsn:Asn16! ",
1991
+ "required": true,
1992
+ "responseStr": "catoAsn:$catoAsn ",
1993
+ "type": {
1994
+ "kind": [
1995
+ "NON_NULL",
1996
+ "SCALAR"
1997
+ ],
1998
+ "name": "Asn16",
1999
+ "non_null": false
2000
+ },
2001
+ "varName": "catoAsn"
2002
+ },
2003
+ "catoIp": {
2004
+ "args": {},
2005
+ "deprecationReason": null,
2006
+ "description": "IP address of Cato's BGP endpoint.",
2007
+ "id_str": "bgpPeerList___bgpPeer___catoIp",
2008
+ "isDeprecated": false,
2009
+ "name": "catoIp",
2010
+ "path": "bgpPeerList.bgpPeer.catoIp",
2011
+ "requestStr": "$catoIp:IPAddress! ",
2012
+ "required": true,
2013
+ "responseStr": "catoIp:$catoIp ",
2014
+ "type": {
2015
+ "kind": [
2016
+ "NON_NULL",
2017
+ "SCALAR"
2018
+ ],
2019
+ "name": "IPAddress",
2020
+ "non_null": false
2021
+ },
2022
+ "varName": "catoIp"
2023
+ },
2024
+ "defaultAction": {
2025
+ "alias": "bgpDefaultActionDefaultAction: defaultAction",
2026
+ "args": {},
2027
+ "deprecationReason": null,
2028
+ "description": "Default action for routes not matching filters (ACCEPT or DROP).",
2029
+ "id_str": "bgpPeerList___bgpPeer___defaultAction",
2030
+ "isDeprecated": false,
2031
+ "name": "defaultAction",
2032
+ "path": "bgpPeerList.bgpPeer.defaultAction",
2033
+ "requestStr": "$defaultAction:BgpDefaultAction! ",
2034
+ "required": true,
2035
+ "responseStr": "defaultAction:$defaultAction ",
2036
+ "type": {
2037
+ "definition": {
2038
+ "description": null,
2039
+ "enumValues": [
2040
+ {
2041
+ "deprecationReason": null,
2042
+ "description": "Default action to drop all unmatched routes.",
2043
+ "isDeprecated": false,
2044
+ "name": "DROP"
2045
+ },
2046
+ {
2047
+ "deprecationReason": null,
2048
+ "description": "Default action to accept all unmatched routes.",
2049
+ "isDeprecated": false,
2050
+ "name": "ACCEPT"
2051
+ }
2052
+ ],
2053
+ "fields": null,
2054
+ "inputFields": null,
2055
+ "interfaces": null,
2056
+ "kind": "ENUM",
2057
+ "name": "BgpDefaultAction",
2058
+ "possibleTypes": null
2059
+ },
2060
+ "indexType": "enum",
2061
+ "kind": [
2062
+ "NON_NULL",
2063
+ "ENUM"
2064
+ ],
2065
+ "name": "BgpDefaultAction",
2066
+ "non_null": false
2067
+ },
2068
+ "varName": "defaultAction"
2069
+ },
2070
+ "holdTime": {
2071
+ "args": {},
2072
+ "deprecationReason": null,
2073
+ "description": "Time before declaring the peer unreachable.",
2074
+ "id_str": "bgpPeerList___bgpPeer___holdTime",
2075
+ "isDeprecated": false,
2076
+ "name": "holdTime",
2077
+ "path": "bgpPeerList.bgpPeer.holdTime",
2078
+ "requestStr": "$holdTime:Int! ",
2079
+ "required": true,
2080
+ "responseStr": "holdTime:$holdTime ",
2081
+ "type": {
2082
+ "kind": [
2083
+ "NON_NULL",
2084
+ "SCALAR"
2085
+ ],
2086
+ "name": "Int",
2087
+ "non_null": false
2088
+ },
2089
+ "varName": "holdTime"
2090
+ },
2091
+ "id": {
2092
+ "args": {},
2093
+ "deprecationReason": null,
2094
+ "description": "Unique identifier for the BGP peer.",
2095
+ "id_str": "bgpPeerList___bgpPeer___id",
2096
+ "isDeprecated": false,
2097
+ "name": "id",
2098
+ "path": "bgpPeerList.bgpPeer.id",
2099
+ "requestStr": "$id:ID! ",
2100
+ "required": true,
2101
+ "responseStr": "id:$id ",
2102
+ "type": {
2103
+ "kind": [
2104
+ "NON_NULL",
2105
+ "SCALAR"
2106
+ ],
2107
+ "name": "ID",
2108
+ "non_null": false
2109
+ },
2110
+ "varName": "id"
2111
+ },
2112
+ "keepaliveInterval": {
2113
+ "args": {},
2114
+ "deprecationReason": null,
2115
+ "description": "Interval between keepalive messages.",
2116
+ "id_str": "bgpPeerList___bgpPeer___keepaliveInterval",
2117
+ "isDeprecated": false,
2118
+ "name": "keepaliveInterval",
2119
+ "path": "bgpPeerList.bgpPeer.keepaliveInterval",
2120
+ "requestStr": "$keepaliveInterval:Int! ",
2121
+ "required": true,
2122
+ "responseStr": "keepaliveInterval:$keepaliveInterval ",
2123
+ "type": {
2124
+ "kind": [
2125
+ "NON_NULL",
2126
+ "SCALAR"
2127
+ ],
2128
+ "name": "Int",
2129
+ "non_null": false
2130
+ },
2131
+ "varName": "keepaliveInterval"
2132
+ },
2133
+ "md5AuthKey": {
2134
+ "args": {},
2135
+ "deprecationReason": null,
2136
+ "description": "MD5 authentication key for secure sessions.",
2137
+ "id_str": "bgpPeerList___bgpPeer___md5AuthKey",
2138
+ "isDeprecated": false,
2139
+ "name": "md5AuthKey",
2140
+ "path": "bgpPeerList.bgpPeer.md5AuthKey",
2141
+ "requestStr": "$md5AuthKey:String ",
2142
+ "required": false,
2143
+ "responseStr": "md5AuthKey:$md5AuthKey ",
2144
+ "type": {
2145
+ "kind": [
2146
+ "SCALAR"
2147
+ ],
2148
+ "name": "String",
2149
+ "non_null": false
2150
+ },
2151
+ "varName": "md5AuthKey"
2152
+ },
2153
+ "metric": {
2154
+ "args": {},
2155
+ "deprecationReason": null,
2156
+ "description": "Metric for route preferences.",
2157
+ "id_str": "bgpPeerList___bgpPeer___metric",
2158
+ "isDeprecated": false,
2159
+ "name": "metric",
2160
+ "path": "bgpPeerList.bgpPeer.metric",
2161
+ "requestStr": "$metric:Int! ",
2162
+ "required": true,
2163
+ "responseStr": "metric:$metric ",
2164
+ "type": {
2165
+ "kind": [
2166
+ "NON_NULL",
2167
+ "SCALAR"
2168
+ ],
2169
+ "name": "Int",
2170
+ "non_null": false
2171
+ },
2172
+ "varName": "metric"
2173
+ },
2174
+ "name": {
2175
+ "args": {},
2176
+ "deprecationReason": null,
2177
+ "description": "Name of the BGP configuration entity.",
2178
+ "id_str": "bgpPeerList___bgpPeer___name",
2179
+ "isDeprecated": false,
2180
+ "name": "name",
2181
+ "path": "bgpPeerList.bgpPeer.name",
2182
+ "requestStr": "$name:String! ",
2183
+ "required": true,
2184
+ "responseStr": "name:$name ",
2185
+ "type": {
2186
+ "kind": [
2187
+ "NON_NULL",
2188
+ "SCALAR"
2189
+ ],
2190
+ "name": "String",
2191
+ "non_null": false
2192
+ },
2193
+ "varName": "name"
2194
+ },
2195
+ "peerAsn": {
2196
+ "args": {},
2197
+ "deprecationReason": null,
2198
+ "description": "AS number of the peer BGP endpoint.",
2199
+ "id_str": "bgpPeerList___bgpPeer___peerAsn",
2200
+ "isDeprecated": false,
2201
+ "name": "peerAsn",
2202
+ "path": "bgpPeerList.bgpPeer.peerAsn",
2203
+ "requestStr": "$peerAsn:Asn32! ",
2204
+ "required": true,
2205
+ "responseStr": "peerAsn:$peerAsn ",
2206
+ "type": {
2207
+ "kind": [
2208
+ "NON_NULL",
2209
+ "SCALAR"
2210
+ ],
2211
+ "name": "Asn32",
2212
+ "non_null": false
2213
+ },
2214
+ "varName": "peerAsn"
2215
+ },
2216
+ "peerIp": {
2217
+ "args": {},
2218
+ "deprecationReason": null,
2219
+ "description": "IP address of the peer BGP endpoint.",
2220
+ "id_str": "bgpPeerList___bgpPeer___peerIp",
2221
+ "isDeprecated": false,
2222
+ "name": "peerIp",
2223
+ "path": "bgpPeerList.bgpPeer.peerIp",
2224
+ "requestStr": "$peerIp:IPAddress! ",
2225
+ "required": true,
2226
+ "responseStr": "peerIp:$peerIp ",
2227
+ "type": {
2228
+ "kind": [
2229
+ "NON_NULL",
2230
+ "SCALAR"
2231
+ ],
2232
+ "name": "IPAddress",
2233
+ "non_null": false
2234
+ },
2235
+ "varName": "peerIp"
2236
+ },
2237
+ "performNat": {
2238
+ "args": {},
2239
+ "deprecationReason": null,
2240
+ "description": "Indicates if NAT is performed on routes.",
2241
+ "id_str": "bgpPeerList___bgpPeer___performNat",
2242
+ "isDeprecated": false,
2243
+ "name": "performNat",
2244
+ "path": "bgpPeerList.bgpPeer.performNat",
2245
+ "requestStr": "$performNat:Boolean! ",
2246
+ "required": true,
2247
+ "responseStr": "performNat:$performNat ",
2248
+ "type": {
2249
+ "kind": [
2250
+ "NON_NULL",
2251
+ "SCALAR"
2252
+ ],
2253
+ "name": "Boolean",
2254
+ "non_null": false
2255
+ },
2256
+ "varName": "performNat"
2257
+ },
2258
+ "site": {
2259
+ "alias": "siteRefSite: site",
2260
+ "args": {},
2261
+ "deprecationReason": null,
2262
+ "description": "Site associated with this BGP peer.",
2263
+ "id_str": "bgpPeerList___bgpPeer___site",
2264
+ "isDeprecated": false,
2265
+ "name": "site",
2266
+ "path": "bgpPeerList.bgpPeer.site",
2267
+ "requestStr": "$siteRef:SiteRef! ",
2268
+ "required": true,
2269
+ "responseStr": "site:$siteRef ",
2270
+ "type": {
2271
+ "definition": {
2272
+ "description": null,
2273
+ "enumValues": null,
2274
+ "fields": {
2275
+ "id": {
2276
+ "args": {},
2277
+ "deprecationReason": null,
2278
+ "description": null,
2279
+ "id_str": "bgpPeerList___bgpPeer___site___id",
2280
+ "isDeprecated": false,
2281
+ "name": "id",
2282
+ "path": "bgpPeerList.bgpPeer.site.id",
2283
+ "requestStr": "$id:ID! ",
2284
+ "required": true,
2285
+ "responseStr": "id:$id ",
2286
+ "type": {
2287
+ "kind": [
2288
+ "NON_NULL",
2289
+ "SCALAR"
2290
+ ],
2291
+ "name": "ID",
2292
+ "non_null": false
2293
+ },
2294
+ "varName": "id"
2295
+ },
2296
+ "name": {
2297
+ "args": {},
2298
+ "deprecationReason": null,
2299
+ "description": null,
2300
+ "id_str": "bgpPeerList___bgpPeer___site___name",
2301
+ "isDeprecated": false,
2302
+ "name": "name",
2303
+ "path": "bgpPeerList.bgpPeer.site.name",
2304
+ "requestStr": "$name:String! ",
2305
+ "required": true,
2306
+ "responseStr": "name:$name ",
2307
+ "type": {
2308
+ "kind": [
2309
+ "NON_NULL",
2310
+ "SCALAR"
2311
+ ],
2312
+ "name": "String",
2313
+ "non_null": false
2314
+ },
2315
+ "varName": "name"
2316
+ }
2317
+ },
2318
+ "inputFields": null,
2319
+ "interfaces": {},
2320
+ "kind": "OBJECT",
2321
+ "name": "SiteRef",
2322
+ "possibleTypes": null
2323
+ },
2324
+ "indexType": "object",
2325
+ "kind": [
2326
+ "NON_NULL",
2327
+ "OBJECT"
2328
+ ],
2329
+ "name": "SiteRef",
2330
+ "non_null": false
2331
+ },
2332
+ "varName": "siteRef"
2333
+ },
2334
+ "summaryRoute": {
2335
+ "alias": "bgpSummaryRouteSummaryRoute: summaryRoute",
2336
+ "args": {},
2337
+ "deprecationReason": null,
2338
+ "description": "Summarized routes advertised to the peer.",
2339
+ "id_str": "bgpPeerList___bgpPeer___summaryRoute",
2340
+ "isDeprecated": false,
2341
+ "name": "summaryRoute",
2342
+ "path": "bgpPeerList.bgpPeer.summaryRoute",
2343
+ "requestStr": "$bgpSummaryRoute:[BgpSummaryRoute]! ",
2344
+ "required": true,
2345
+ "responseStr": "summaryRoute:$bgpSummaryRoute ",
2346
+ "type": {
2347
+ "definition": {
2348
+ "description": null,
2349
+ "enumValues": null,
2350
+ "fields": {
2351
+ "community": {
2352
+ "alias": "bgpCommunityCommunity: community",
2353
+ "args": {},
2354
+ "deprecationReason": null,
2355
+ "description": "Community values associated with the route.",
2356
+ "id_str": "bgpPeerList___bgpPeer___summaryRoute___community",
2357
+ "isDeprecated": false,
2358
+ "name": "community",
2359
+ "path": "bgpPeerList.bgpPeer.summaryRoute.community",
2360
+ "requestStr": "$bgpCommunity:[BgpCommunity]! ",
2361
+ "required": true,
2362
+ "responseStr": "community:$bgpCommunity ",
2363
+ "type": {
2364
+ "definition": {
2365
+ "description": null,
2366
+ "enumValues": null,
2367
+ "fields": {
2368
+ "from": {
2369
+ "args": {},
2370
+ "deprecationReason": null,
2371
+ "description": "Start of the community range.",
2372
+ "id_str": "bgpPeerList___bgpPeer___summaryRoute___community___from",
2373
+ "isDeprecated": false,
2374
+ "name": "from",
2375
+ "path": "bgpPeerList.bgpPeer.summaryRoute.community.from",
2376
+ "requestStr": "$from:Asn16! ",
2377
+ "required": true,
2378
+ "responseStr": "from:$from ",
2379
+ "type": {
2380
+ "kind": [
2381
+ "NON_NULL",
2382
+ "SCALAR"
2383
+ ],
2384
+ "name": "Asn16",
2385
+ "non_null": false
2386
+ },
2387
+ "varName": "from"
2388
+ },
2389
+ "to": {
2390
+ "args": {},
2391
+ "deprecationReason": null,
2392
+ "description": "End of the community range.",
2393
+ "id_str": "bgpPeerList___bgpPeer___summaryRoute___community___to",
2394
+ "isDeprecated": false,
2395
+ "name": "to",
2396
+ "path": "bgpPeerList.bgpPeer.summaryRoute.community.to",
2397
+ "requestStr": "$to:Asn16! ",
2398
+ "required": true,
2399
+ "responseStr": "to:$to ",
2400
+ "type": {
2401
+ "kind": [
2402
+ "NON_NULL",
2403
+ "SCALAR"
2404
+ ],
2405
+ "name": "Asn16",
2406
+ "non_null": false
2407
+ },
2408
+ "varName": "to"
2409
+ }
2410
+ },
2411
+ "inputFields": null,
2412
+ "interfaces": {},
2413
+ "kind": "OBJECT",
2414
+ "name": "BgpCommunity",
2415
+ "possibleTypes": null
2416
+ },
2417
+ "indexType": "object",
2418
+ "kind": [
2419
+ "NON_NULL",
2420
+ "LIST",
2421
+ "NON_NULL",
2422
+ "OBJECT"
2423
+ ],
2424
+ "name": "BgpCommunity",
2425
+ "non_null": false
2426
+ },
2427
+ "varName": "bgpCommunity"
2428
+ },
2429
+ "id": {
2430
+ "args": {},
2431
+ "deprecationReason": null,
2432
+ "description": "Unique identifier of the summarized route.",
2433
+ "id_str": "bgpPeerList___bgpPeer___summaryRoute___id",
2434
+ "isDeprecated": false,
2435
+ "name": "id",
2436
+ "path": "bgpPeerList.bgpPeer.summaryRoute.id",
2437
+ "requestStr": "$id:ID! ",
2438
+ "required": true,
2439
+ "responseStr": "id:$id ",
2440
+ "type": {
2441
+ "kind": [
2442
+ "NON_NULL",
2443
+ "SCALAR"
2444
+ ],
2445
+ "name": "ID",
2446
+ "non_null": false
2447
+ },
2448
+ "varName": "id"
2449
+ },
2450
+ "route": {
2451
+ "args": {},
2452
+ "deprecationReason": null,
2453
+ "description": "Subnet of the summarized route.",
2454
+ "id_str": "bgpPeerList___bgpPeer___summaryRoute___route",
2455
+ "isDeprecated": false,
2456
+ "name": "route",
2457
+ "path": "bgpPeerList.bgpPeer.summaryRoute.route",
2458
+ "requestStr": "$route:NetworkSubnet! ",
2459
+ "required": true,
2460
+ "responseStr": "route:$route ",
2461
+ "type": {
2462
+ "kind": [
2463
+ "NON_NULL",
2464
+ "SCALAR"
2465
+ ],
2466
+ "name": "NetworkSubnet",
2467
+ "non_null": false
2468
+ },
2469
+ "varName": "route"
2470
+ }
2471
+ },
2472
+ "inputFields": null,
2473
+ "interfaces": {},
2474
+ "kind": "OBJECT",
2475
+ "name": "BgpSummaryRoute",
2476
+ "possibleTypes": null
2477
+ },
2478
+ "indexType": "object",
2479
+ "kind": [
2480
+ "NON_NULL",
2481
+ "LIST",
2482
+ "NON_NULL",
2483
+ "OBJECT"
2484
+ ],
2485
+ "name": "BgpSummaryRoute",
2486
+ "non_null": false
2487
+ },
2488
+ "varName": "bgpSummaryRoute"
2489
+ },
2490
+ "tracking": {
2491
+ "alias": "bgpTrackingTracking: tracking",
2492
+ "args": {},
2493
+ "deprecationReason": null,
2494
+ "description": "Tracking configuration for health and availability.",
2495
+ "id_str": "bgpPeerList___bgpPeer___tracking",
2496
+ "isDeprecated": false,
2497
+ "name": "tracking",
2498
+ "path": "bgpPeerList.bgpPeer.tracking",
2499
+ "requestStr": "$bgpTracking:BgpTracking ",
2500
+ "required": false,
2501
+ "responseStr": "tracking:$bgpTracking ",
2502
+ "type": {
2503
+ "definition": {
2504
+ "description": null,
2505
+ "enumValues": null,
2506
+ "fields": {
2507
+ "alertFrequency": {
2508
+ "args": {},
2509
+ "deprecationReason": null,
2510
+ "description": "Frequency of health alerts.",
2511
+ "id_str": "bgpPeerList___bgpPeer___tracking___alertFrequency",
2512
+ "isDeprecated": false,
2513
+ "name": "alertFrequency",
2514
+ "path": "bgpPeerList.bgpPeer.tracking.alertFrequency",
2515
+ "requestStr": "$alertFrequency:PolicyRuleTrackingFrequencyEnum! ",
2516
+ "required": true,
2517
+ "responseStr": "alertFrequency:$alertFrequency ",
2518
+ "type": {
2519
+ "definition": {
2520
+ "description": "Enum for the frequency of an alert event for a rule",
2521
+ "enumValues": [
2522
+ {
2523
+ "deprecationReason": null,
2524
+ "description": null,
2525
+ "isDeprecated": false,
2526
+ "name": "HOURLY"
2527
+ },
2528
+ {
2529
+ "deprecationReason": null,
2530
+ "description": null,
2531
+ "isDeprecated": false,
2532
+ "name": "DAILY"
2533
+ },
2534
+ {
2535
+ "deprecationReason": null,
2536
+ "description": null,
2537
+ "isDeprecated": false,
2538
+ "name": "WEEKLY"
2539
+ },
2540
+ {
2541
+ "deprecationReason": null,
2542
+ "description": null,
2543
+ "isDeprecated": false,
2544
+ "name": "IMMEDIATE"
2545
+ }
2546
+ ],
2547
+ "fields": null,
2548
+ "inputFields": null,
2549
+ "interfaces": null,
2550
+ "kind": "ENUM",
2551
+ "name": "PolicyRuleTrackingFrequencyEnum",
2552
+ "possibleTypes": null
2553
+ },
2554
+ "indexType": "enum",
2555
+ "kind": [
2556
+ "NON_NULL",
2557
+ "ENUM"
2558
+ ],
2559
+ "name": "PolicyRuleTrackingFrequencyEnum",
2560
+ "non_null": false
2561
+ },
2562
+ "varName": "alertFrequency"
2563
+ },
2564
+ "enabled": {
2565
+ "args": {},
2566
+ "deprecationReason": null,
2567
+ "description": "Indicates if tracking is enabled.",
2568
+ "id_str": "bgpPeerList___bgpPeer___tracking___enabled",
2569
+ "isDeprecated": false,
2570
+ "name": "enabled",
2571
+ "path": "bgpPeerList.bgpPeer.tracking.enabled",
2572
+ "requestStr": "$enabled:Boolean! ",
2573
+ "required": true,
2574
+ "responseStr": "enabled:$enabled ",
2575
+ "type": {
2576
+ "kind": [
2577
+ "NON_NULL",
2578
+ "SCALAR"
2579
+ ],
2580
+ "name": "Boolean",
2581
+ "non_null": false
2582
+ },
2583
+ "varName": "enabled"
2584
+ },
2585
+ "id": {
2586
+ "args": {},
2587
+ "deprecationReason": null,
2588
+ "description": "Unique identifier for the tracking rule.",
2589
+ "id_str": "bgpPeerList___bgpPeer___tracking___id",
2590
+ "isDeprecated": false,
2591
+ "name": "id",
2592
+ "path": "bgpPeerList.bgpPeer.tracking.id",
2593
+ "requestStr": "$id:ID! ",
2594
+ "required": true,
2595
+ "responseStr": "id:$id ",
2596
+ "type": {
2597
+ "kind": [
2598
+ "NON_NULL",
2599
+ "SCALAR"
2600
+ ],
2601
+ "name": "ID",
2602
+ "non_null": false
2603
+ },
2604
+ "varName": "id"
2605
+ },
2606
+ "subscriptionId": {
2607
+ "args": {},
2608
+ "deprecationReason": null,
2609
+ "description": "Subscription ID associated with the rule.",
2610
+ "id_str": "bgpPeerList___bgpPeer___tracking___subscriptionId",
2611
+ "isDeprecated": false,
2612
+ "name": "subscriptionId",
2613
+ "path": "bgpPeerList.bgpPeer.tracking.subscriptionId",
2614
+ "requestStr": "$subscriptionId:ID ",
2615
+ "required": false,
2616
+ "responseStr": "subscriptionId:$subscriptionId ",
2617
+ "type": {
2618
+ "kind": [
2619
+ "SCALAR"
2620
+ ],
2621
+ "name": "ID",
2622
+ "non_null": false
2623
+ },
2624
+ "varName": "subscriptionId"
2625
+ }
2626
+ },
2627
+ "inputFields": null,
2628
+ "interfaces": {},
2629
+ "kind": "OBJECT",
2630
+ "name": "BgpTracking",
2631
+ "possibleTypes": null
2632
+ },
2633
+ "indexType": "object",
2634
+ "kind": [
2635
+ "OBJECT"
2636
+ ],
2637
+ "name": "BgpTracking",
2638
+ "non_null": false
2639
+ },
2640
+ "varName": "bgpTracking"
2641
+ }
2642
+ },
2643
+ "inputFields": null,
2644
+ "interfaces": {},
2645
+ "kind": "OBJECT",
2646
+ "name": "BgpPeer",
2647
+ "possibleTypes": null
2648
+ },
2649
+ "indexType": "object",
2650
+ "kind": [
2651
+ "NON_NULL",
2652
+ "LIST",
2653
+ "NON_NULL",
2654
+ "OBJECT"
2655
+ ],
2656
+ "name": "BgpPeer",
2657
+ "non_null": false
2658
+ },
2659
+ "varName": "bgpPeer"
2660
+ },
2661
+ "total": {
2662
+ "args": {},
2663
+ "deprecationReason": null,
2664
+ "description": "Total number of BGP peers found.",
2665
+ "id_str": "bgpPeerList___total",
2666
+ "isDeprecated": false,
2667
+ "name": "total",
2668
+ "path": "bgpPeerList.total",
2669
+ "requestStr": "$total:Int! ",
2670
+ "required": true,
2671
+ "responseStr": "total:$total ",
2672
+ "type": {
2673
+ "kind": [
2674
+ "NON_NULL",
2675
+ "SCALAR"
2676
+ ],
2677
+ "name": "Int",
2678
+ "non_null": false
2679
+ },
2680
+ "varName": "total"
2681
+ }
2682
+ },
2683
+ "inputFields": null,
2684
+ "interfaces": {},
2685
+ "kind": "OBJECT",
2686
+ "name": "BgpPeerListPayload",
2687
+ "possibleTypes": null
2688
+ },
2689
+ "indexType": "object",
2690
+ "kind": [
2691
+ "OBJECT"
2692
+ ],
2693
+ "name": "BgpPeerListPayload",
2694
+ "non_null": false
2695
+ },
2696
+ "varName": "bgpPeerListPayload"
2697
+ },
2698
+ "cloudInterconnectConnectionConnectivity": {
2699
+ "args": {
2700
+ "cloudInterconnectConnectionConnectivity___input": {
2701
+ "defaultValue": null,
2702
+ "description": null,
2703
+ "id_str": "cloudInterconnectConnectionConnectivity___input",
2704
+ "name": "input",
2705
+ "path": "cloudInterconnectConnectionConnectivity.input",
2706
+ "requestStr": "$cloudInterconnectConnectionConnectivityInput:CloudInterconnectConnectionConnectivityInput! ",
2707
+ "required": true,
2708
+ "responseStr": "input:$cloudInterconnectConnectionConnectivityInput ",
2709
+ "type": {
2710
+ "definition": {
2711
+ "description": "Input for checking the connectivity status of a cloud interconnect connection.",
2712
+ "enumValues": null,
2713
+ "fields": null,
2714
+ "inputFields": {
2715
+ "id": {
2716
+ "defaultValue": null,
2717
+ "description": "ID of the connection.",
2718
+ "id_str": "cloudInterconnectConnectionConnectivity___input___id",
2719
+ "name": "id",
2720
+ "path": "cloudInterconnectConnectionConnectivity.input.id",
2721
+ "requestStr": "$id:ID! ",
2722
+ "required": true,
2723
+ "responseStr": "id:$id ",
2724
+ "type": {
2725
+ "kind": [
2726
+ "NON_NULL",
2727
+ "SCALAR"
2728
+ ],
2729
+ "name": "ID",
2730
+ "non_null": false
2731
+ },
2732
+ "varName": "id"
2733
+ }
2734
+ },
2735
+ "interfaces": null,
2736
+ "kind": "INPUT_OBJECT",
2737
+ "name": "CloudInterconnectConnectionConnectivityInput",
2738
+ "possibleTypes": null
2739
+ },
2740
+ "indexType": "input_object",
2741
+ "kind": [
2742
+ "NON_NULL",
2743
+ "INPUT_OBJECT"
2744
+ ],
2745
+ "name": "CloudInterconnectConnectionConnectivityInput",
2746
+ "non_null": false
2747
+ },
2748
+ "varName": "cloudInterconnectConnectionConnectivityInput"
2749
+ }
2750
+ },
2751
+ "deprecationReason": null,
2752
+ "description": "Check the L2 connectivity status of a cloud interconnect connection using ICMP.",
2753
+ "id_str": "cloudInterconnectConnectionConnectivity",
2754
+ "isDeprecated": false,
2755
+ "name": "cloudInterconnectConnectionConnectivity",
2756
+ "path": "cloudInterconnectConnectionConnectivity",
2757
+ "requestStr": "$cloudInterconnectConnectionConnectivity:CloudInterconnectConnectionConnectivity ",
2758
+ "required": false,
2759
+ "responseStr": "cloudInterconnectConnectionConnectivity:$cloudInterconnectConnectionConnectivity ",
2760
+ "type": {
2761
+ "definition": {
2762
+ "description": "Connectivity status of a cloud interconnect connection.",
2763
+ "enumValues": null,
2764
+ "fields": {
2765
+ "success": {
2766
+ "args": {},
2767
+ "deprecationReason": null,
2768
+ "description": "Indicates if the connection is successful.",
2769
+ "id_str": "cloudInterconnectConnectionConnectivity___success",
2770
+ "isDeprecated": false,
2771
+ "name": "success",
2772
+ "path": "cloudInterconnectConnectionConnectivity.success",
2773
+ "requestStr": "$success:Boolean! ",
2774
+ "required": true,
2775
+ "responseStr": "success:$success ",
2776
+ "type": {
2777
+ "kind": [
2778
+ "NON_NULL",
2779
+ "SCALAR"
2780
+ ],
2781
+ "name": "Boolean",
2782
+ "non_null": false
2783
+ },
2784
+ "varName": "success"
2785
+ }
2786
+ },
2787
+ "inputFields": null,
2788
+ "interfaces": {},
2789
+ "kind": "OBJECT",
2790
+ "name": "CloudInterconnectConnectionConnectivity",
2791
+ "possibleTypes": null
2792
+ },
2793
+ "indexType": "object",
2794
+ "kind": [
2795
+ "OBJECT"
2796
+ ],
2797
+ "name": "CloudInterconnectConnectionConnectivity",
2798
+ "non_null": false
2799
+ },
2800
+ "varName": "cloudInterconnectConnectionConnectivity"
2801
+ },
2802
+ "cloudInterconnectPhysicalConnection": {
2803
+ "args": {
2804
+ "cloudInterconnectPhysicalConnection___input": {
2805
+ "defaultValue": null,
2806
+ "description": null,
2807
+ "id_str": "cloudInterconnectPhysicalConnection___input",
2808
+ "name": "input",
2809
+ "path": "cloudInterconnectPhysicalConnection.input",
2810
+ "requestStr": "$cloudInterconnectPhysicalConnectionInput:CloudInterconnectPhysicalConnectionInput! ",
2811
+ "required": true,
2812
+ "responseStr": "input:$cloudInterconnectPhysicalConnectionInput ",
2813
+ "type": {
2814
+ "definition": {
2815
+ "description": "Input for getting details of a physical connection at a cloud interconnect site.",
2816
+ "enumValues": null,
2817
+ "fields": null,
2818
+ "inputFields": {
2819
+ "id": {
2820
+ "defaultValue": null,
2821
+ "description": "ID of the connection.",
2822
+ "id_str": "cloudInterconnectPhysicalConnection___input___id",
2823
+ "name": "id",
2824
+ "path": "cloudInterconnectPhysicalConnection.input.id",
2825
+ "requestStr": "$id:ID! ",
2826
+ "required": true,
2827
+ "responseStr": "id:$id ",
2828
+ "type": {
2829
+ "kind": [
2830
+ "NON_NULL",
2831
+ "SCALAR"
2832
+ ],
2833
+ "name": "ID",
2834
+ "non_null": false
2835
+ },
2836
+ "varName": "id"
2837
+ }
2838
+ },
2839
+ "interfaces": null,
2840
+ "kind": "INPUT_OBJECT",
2841
+ "name": "CloudInterconnectPhysicalConnectionInput",
2842
+ "possibleTypes": null
2843
+ },
2844
+ "indexType": "input_object",
2845
+ "kind": [
2846
+ "NON_NULL",
2847
+ "INPUT_OBJECT"
2848
+ ],
2849
+ "name": "CloudInterconnectPhysicalConnectionInput",
2850
+ "non_null": false
2851
+ },
2852
+ "varName": "cloudInterconnectPhysicalConnectionInput"
2853
+ }
2854
+ },
2855
+ "deprecationReason": null,
2856
+ "description": "Get details of a physical connection at a cloud interconnect site.",
2857
+ "id_str": "cloudInterconnectPhysicalConnection",
2858
+ "isDeprecated": false,
2859
+ "name": "cloudInterconnectPhysicalConnection",
2860
+ "path": "cloudInterconnectPhysicalConnection",
2861
+ "requestStr": "$cloudInterconnectPhysicalConnection:CloudInterconnectPhysicalConnection ",
2862
+ "required": false,
2863
+ "responseStr": "cloudInterconnectPhysicalConnection:$cloudInterconnectPhysicalConnection ",
2864
+ "type": {
2865
+ "definition": {
2866
+ "description": "Details of a physical connection at a cloud interconnect site.",
2867
+ "enumValues": null,
2868
+ "fields": {
2869
+ "cVlan": {
2870
+ "args": {},
2871
+ "deprecationReason": null,
2872
+ "description": "C-VLAN applicable only for QINQ connections.",
2873
+ "id_str": "cloudInterconnectPhysicalConnection___cVlan",
2874
+ "isDeprecated": false,
2875
+ "name": "cVlan",
2876
+ "path": "cloudInterconnectPhysicalConnection.cVlan",
2877
+ "requestStr": "$cVlan:Vlan ",
2878
+ "required": false,
2879
+ "responseStr": "cVlan:$cVlan ",
2880
+ "type": {
2881
+ "kind": [
2882
+ "SCALAR"
2883
+ ],
2884
+ "name": "Vlan",
2885
+ "non_null": false
2886
+ },
2887
+ "varName": "cVlan"
2888
+ },
2889
+ "downstreamBwLimit": {
2890
+ "args": {},
2891
+ "deprecationReason": null,
2892
+ "description": "Downstream bandwidth limit.",
2893
+ "id_str": "cloudInterconnectPhysicalConnection___downstreamBwLimit",
2894
+ "isDeprecated": false,
2895
+ "name": "downstreamBwLimit",
2896
+ "path": "cloudInterconnectPhysicalConnection.downstreamBwLimit",
2897
+ "requestStr": "$downstreamBwLimit:NetworkBandwidth! ",
2898
+ "required": true,
2899
+ "responseStr": "downstreamBwLimit:$downstreamBwLimit ",
2900
+ "type": {
2901
+ "kind": [
2902
+ "NON_NULL",
2903
+ "SCALAR"
2904
+ ],
2905
+ "name": "NetworkBandwidth",
2906
+ "non_null": false
2907
+ },
2908
+ "varName": "downstreamBwLimit"
2909
+ },
2910
+ "encapsulationMethod": {
2911
+ "args": {},
2912
+ "deprecationReason": null,
2913
+ "description": "Method of encapsulation.",
2914
+ "id_str": "cloudInterconnectPhysicalConnection___encapsulationMethod",
2915
+ "isDeprecated": false,
2916
+ "name": "encapsulationMethod",
2917
+ "path": "cloudInterconnectPhysicalConnection.encapsulationMethod",
2918
+ "requestStr": "$encapsulationMethod:TaggingMethod! ",
2919
+ "required": true,
2920
+ "responseStr": "encapsulationMethod:$encapsulationMethod ",
2921
+ "type": {
2922
+ "definition": {
2923
+ "description": null,
2924
+ "enumValues": [
2925
+ {
2926
+ "deprecationReason": null,
2927
+ "description": null,
2928
+ "isDeprecated": false,
2929
+ "name": "DOT1Q"
2930
+ },
2931
+ {
2932
+ "deprecationReason": null,
2933
+ "description": null,
2934
+ "isDeprecated": false,
2935
+ "name": "QINQ"
2936
+ }
2937
+ ],
2938
+ "fields": null,
2939
+ "inputFields": null,
2940
+ "interfaces": null,
2941
+ "kind": "ENUM",
2942
+ "name": "TaggingMethod",
2943
+ "possibleTypes": null
2944
+ },
2945
+ "indexType": "enum",
2946
+ "kind": [
2947
+ "NON_NULL",
2948
+ "ENUM"
2949
+ ],
2950
+ "name": "TaggingMethod",
2951
+ "non_null": false
2952
+ },
2953
+ "varName": "encapsulationMethod"
2954
+ },
2955
+ "haRole": {
2956
+ "args": {},
2957
+ "deprecationReason": null,
2958
+ "description": "High availability role of the connection. Either Primary or Secondary.",
2959
+ "id_str": "cloudInterconnectPhysicalConnection___haRole",
2960
+ "isDeprecated": false,
2961
+ "name": "haRole",
2962
+ "path": "cloudInterconnectPhysicalConnection.haRole",
2963
+ "requestStr": "$haRole:HaRole! ",
2964
+ "required": true,
2965
+ "responseStr": "haRole:$haRole ",
2966
+ "type": {
2967
+ "definition": {
2968
+ "description": null,
2969
+ "enumValues": [
2970
+ {
2971
+ "deprecationReason": null,
2972
+ "description": null,
2973
+ "isDeprecated": false,
2974
+ "name": "PRIMARY"
2975
+ },
2976
+ {
2977
+ "deprecationReason": null,
2978
+ "description": null,
2979
+ "isDeprecated": false,
2980
+ "name": "SECONDARY"
2981
+ }
2982
+ ],
2983
+ "fields": null,
2984
+ "inputFields": null,
2985
+ "interfaces": null,
2986
+ "kind": "ENUM",
2987
+ "name": "HaRole",
2988
+ "possibleTypes": null
2989
+ },
2990
+ "indexType": "enum",
2991
+ "kind": [
2992
+ "NON_NULL",
2993
+ "ENUM"
2994
+ ],
2995
+ "name": "HaRole",
2996
+ "non_null": false
2997
+ },
2998
+ "varName": "haRole"
2999
+ },
3000
+ "id": {
3001
+ "args": {},
3002
+ "deprecationReason": null,
3003
+ "description": "ID of the connection.",
3004
+ "id_str": "cloudInterconnectPhysicalConnection___id",
3005
+ "isDeprecated": false,
3006
+ "name": "id",
3007
+ "path": "cloudInterconnectPhysicalConnection.id",
3008
+ "requestStr": "$id:ID! ",
3009
+ "required": true,
3010
+ "responseStr": "id:$id ",
3011
+ "type": {
3012
+ "kind": [
3013
+ "NON_NULL",
3014
+ "SCALAR"
3015
+ ],
3016
+ "name": "ID",
3017
+ "non_null": false
3018
+ },
3019
+ "varName": "id"
3020
+ },
3021
+ "popLocation": {
3022
+ "args": {},
3023
+ "deprecationReason": null,
3024
+ "description": "Identifying data for the POP location.",
3025
+ "id_str": "cloudInterconnectPhysicalConnection___popLocation",
3026
+ "isDeprecated": false,
3027
+ "name": "popLocation",
3028
+ "path": "cloudInterconnectPhysicalConnection.popLocation",
3029
+ "requestStr": "$popLocationRef:PopLocationRef! ",
3030
+ "required": true,
3031
+ "responseStr": "popLocation:$popLocationRef ",
3032
+ "type": {
3033
+ "definition": {
3034
+ "description": null,
3035
+ "enumValues": null,
3036
+ "fields": {
3037
+ "id": {
3038
+ "args": {},
3039
+ "deprecationReason": null,
3040
+ "description": null,
3041
+ "id_str": "cloudInterconnectPhysicalConnection___popLocation___id",
3042
+ "isDeprecated": false,
3043
+ "name": "id",
3044
+ "path": "cloudInterconnectPhysicalConnection.popLocation.id",
3045
+ "requestStr": "$id:ID! ",
3046
+ "required": true,
3047
+ "responseStr": "id:$id ",
3048
+ "type": {
3049
+ "kind": [
3050
+ "NON_NULL",
3051
+ "SCALAR"
3052
+ ],
3053
+ "name": "ID",
3054
+ "non_null": false
3055
+ },
3056
+ "varName": "id"
3057
+ },
3058
+ "name": {
3059
+ "args": {},
3060
+ "deprecationReason": null,
3061
+ "description": null,
3062
+ "id_str": "cloudInterconnectPhysicalConnection___popLocation___name",
3063
+ "isDeprecated": false,
3064
+ "name": "name",
3065
+ "path": "cloudInterconnectPhysicalConnection.popLocation.name",
3066
+ "requestStr": "$name:String! ",
3067
+ "required": true,
3068
+ "responseStr": "name:$name ",
3069
+ "type": {
3070
+ "kind": [
3071
+ "NON_NULL",
3072
+ "SCALAR"
3073
+ ],
3074
+ "name": "String",
3075
+ "non_null": false
3076
+ },
3077
+ "varName": "name"
3078
+ }
3079
+ },
3080
+ "inputFields": null,
3081
+ "interfaces": {},
3082
+ "kind": "OBJECT",
3083
+ "name": "PopLocationRef",
3084
+ "possibleTypes": null
3085
+ },
3086
+ "indexType": "object",
3087
+ "kind": [
3088
+ "NON_NULL",
3089
+ "OBJECT"
3090
+ ],
3091
+ "name": "PopLocationRef",
3092
+ "non_null": false
3093
+ },
3094
+ "varName": "popLocationRef"
3095
+ },
3096
+ "privateCatoIp": {
3097
+ "args": {},
3098
+ "deprecationReason": null,
3099
+ "description": "Private IP address of Cato, used for BGP routing.",
3100
+ "id_str": "cloudInterconnectPhysicalConnection___privateCatoIp",
3101
+ "isDeprecated": false,
3102
+ "name": "privateCatoIp",
3103
+ "path": "cloudInterconnectPhysicalConnection.privateCatoIp",
3104
+ "requestStr": "$privateCatoIp:IPAddress! ",
3105
+ "required": true,
3106
+ "responseStr": "privateCatoIp:$privateCatoIp ",
3107
+ "type": {
3108
+ "kind": [
3109
+ "NON_NULL",
3110
+ "SCALAR"
3111
+ ],
3112
+ "name": "IPAddress",
3113
+ "non_null": false
3114
+ },
3115
+ "varName": "privateCatoIp"
3116
+ },
3117
+ "privateSiteIp": {
3118
+ "args": {},
3119
+ "deprecationReason": null,
3120
+ "description": "Private IP address of the site, used for BGP routing.",
3121
+ "id_str": "cloudInterconnectPhysicalConnection___privateSiteIp",
3122
+ "isDeprecated": false,
3123
+ "name": "privateSiteIp",
3124
+ "path": "cloudInterconnectPhysicalConnection.privateSiteIp",
3125
+ "requestStr": "$privateSiteIp:IPAddress! ",
3126
+ "required": true,
3127
+ "responseStr": "privateSiteIp:$privateSiteIp ",
3128
+ "type": {
3129
+ "kind": [
3130
+ "NON_NULL",
3131
+ "SCALAR"
3132
+ ],
3133
+ "name": "IPAddress",
3134
+ "non_null": false
3135
+ },
3136
+ "varName": "privateSiteIp"
3137
+ },
3138
+ "sVlan": {
3139
+ "args": {},
3140
+ "deprecationReason": null,
3141
+ "description": "S-VLAN applicable only for QINQ connections.",
3142
+ "id_str": "cloudInterconnectPhysicalConnection___sVlan",
3143
+ "isDeprecated": false,
3144
+ "name": "sVlan",
3145
+ "path": "cloudInterconnectPhysicalConnection.sVlan",
3146
+ "requestStr": "$sVlan:Vlan ",
3147
+ "required": false,
3148
+ "responseStr": "sVlan:$sVlan ",
3149
+ "type": {
3150
+ "kind": [
3151
+ "SCALAR"
3152
+ ],
3153
+ "name": "Vlan",
3154
+ "non_null": false
3155
+ },
3156
+ "varName": "sVlan"
3157
+ },
3158
+ "serviceProviderName": {
3159
+ "args": {},
3160
+ "deprecationReason": null,
3161
+ "description": "Name of the service provider.",
3162
+ "id_str": "cloudInterconnectPhysicalConnection___serviceProviderName",
3163
+ "isDeprecated": false,
3164
+ "name": "serviceProviderName",
3165
+ "path": "cloudInterconnectPhysicalConnection.serviceProviderName",
3166
+ "requestStr": "$serviceProviderName:String! ",
3167
+ "required": true,
3168
+ "responseStr": "serviceProviderName:$serviceProviderName ",
3169
+ "type": {
3170
+ "kind": [
3171
+ "NON_NULL",
3172
+ "SCALAR"
3173
+ ],
3174
+ "name": "String",
3175
+ "non_null": false
3176
+ },
3177
+ "varName": "serviceProviderName"
3178
+ },
3179
+ "site": {
3180
+ "args": {},
3181
+ "deprecationReason": null,
3182
+ "description": "Identifying data for the site.",
3183
+ "id_str": "cloudInterconnectPhysicalConnection___site",
3184
+ "isDeprecated": false,
3185
+ "name": "site",
3186
+ "path": "cloudInterconnectPhysicalConnection.site",
3187
+ "requestStr": "$siteRef:SiteRef! ",
3188
+ "required": true,
3189
+ "responseStr": "site:$siteRef ",
3190
+ "type": {
3191
+ "definition": {
3192
+ "description": null,
3193
+ "enumValues": null,
3194
+ "fields": {
3195
+ "id": {
3196
+ "args": {},
3197
+ "deprecationReason": null,
3198
+ "description": null,
3199
+ "id_str": "cloudInterconnectPhysicalConnection___site___id",
3200
+ "isDeprecated": false,
3201
+ "name": "id",
3202
+ "path": "cloudInterconnectPhysicalConnection.site.id",
3203
+ "requestStr": "$id:ID! ",
3204
+ "required": true,
3205
+ "responseStr": "id:$id ",
3206
+ "type": {
3207
+ "kind": [
3208
+ "NON_NULL",
3209
+ "SCALAR"
3210
+ ],
3211
+ "name": "ID",
3212
+ "non_null": false
3213
+ },
3214
+ "varName": "id"
3215
+ },
3216
+ "name": {
3217
+ "args": {},
3218
+ "deprecationReason": null,
3219
+ "description": null,
3220
+ "id_str": "cloudInterconnectPhysicalConnection___site___name",
3221
+ "isDeprecated": false,
3222
+ "name": "name",
3223
+ "path": "cloudInterconnectPhysicalConnection.site.name",
3224
+ "requestStr": "$name:String! ",
3225
+ "required": true,
3226
+ "responseStr": "name:$name ",
3227
+ "type": {
3228
+ "kind": [
3229
+ "NON_NULL",
3230
+ "SCALAR"
3231
+ ],
3232
+ "name": "String",
3233
+ "non_null": false
3234
+ },
3235
+ "varName": "name"
3236
+ }
3237
+ },
3238
+ "inputFields": null,
3239
+ "interfaces": {},
3240
+ "kind": "OBJECT",
3241
+ "name": "SiteRef",
3242
+ "possibleTypes": null
3243
+ },
3244
+ "indexType": "object",
3245
+ "kind": [
3246
+ "NON_NULL",
3247
+ "OBJECT"
3248
+ ],
3249
+ "name": "SiteRef",
3250
+ "non_null": false
3251
+ },
3252
+ "varName": "siteRef"
3253
+ },
3254
+ "subnet": {
3255
+ "args": {},
3256
+ "deprecationReason": null,
3257
+ "description": "Subnet for the connection.",
3258
+ "id_str": "cloudInterconnectPhysicalConnection___subnet",
3259
+ "isDeprecated": false,
3260
+ "name": "subnet",
3261
+ "path": "cloudInterconnectPhysicalConnection.subnet",
3262
+ "requestStr": "$subnet:NetworkSubnet! ",
3263
+ "required": true,
3264
+ "responseStr": "subnet:$subnet ",
3265
+ "type": {
3266
+ "kind": [
3267
+ "NON_NULL",
3268
+ "SCALAR"
3269
+ ],
3270
+ "name": "NetworkSubnet",
3271
+ "non_null": false
3272
+ },
3273
+ "varName": "subnet"
3274
+ },
3275
+ "upstreamBwLimit": {
3276
+ "args": {},
3277
+ "deprecationReason": null,
3278
+ "description": "Upstream bandwidth limit.",
3279
+ "id_str": "cloudInterconnectPhysicalConnection___upstreamBwLimit",
3280
+ "isDeprecated": false,
3281
+ "name": "upstreamBwLimit",
3282
+ "path": "cloudInterconnectPhysicalConnection.upstreamBwLimit",
3283
+ "requestStr": "$upstreamBwLimit:NetworkBandwidth! ",
3284
+ "required": true,
3285
+ "responseStr": "upstreamBwLimit:$upstreamBwLimit ",
3286
+ "type": {
3287
+ "kind": [
3288
+ "NON_NULL",
3289
+ "SCALAR"
3290
+ ],
3291
+ "name": "NetworkBandwidth",
3292
+ "non_null": false
3293
+ },
3294
+ "varName": "upstreamBwLimit"
3295
+ },
3296
+ "vlan": {
3297
+ "args": {},
3298
+ "deprecationReason": null,
3299
+ "description": "VLAN applicable only for DOT1Q connections.",
3300
+ "id_str": "cloudInterconnectPhysicalConnection___vlan",
3301
+ "isDeprecated": false,
3302
+ "name": "vlan",
3303
+ "path": "cloudInterconnectPhysicalConnection.vlan",
3304
+ "requestStr": "$vlan:Vlan ",
3305
+ "required": false,
3306
+ "responseStr": "vlan:$vlan ",
3307
+ "type": {
3308
+ "kind": [
3309
+ "SCALAR"
3310
+ ],
3311
+ "name": "Vlan",
3312
+ "non_null": false
3313
+ },
3314
+ "varName": "vlan"
3315
+ }
3316
+ },
3317
+ "inputFields": null,
3318
+ "interfaces": {},
3319
+ "kind": "OBJECT",
3320
+ "name": "CloudInterconnectPhysicalConnection",
3321
+ "possibleTypes": null
3322
+ },
3323
+ "indexType": "object",
3324
+ "kind": [
3325
+ "OBJECT"
3326
+ ],
3327
+ "name": "CloudInterconnectPhysicalConnection",
3328
+ "non_null": false
3329
+ },
3330
+ "varName": "cloudInterconnectPhysicalConnection"
3331
+ },
3332
+ "cloudInterconnectPhysicalConnectionId": {
3333
+ "args": {
3334
+ "cloudInterconnectPhysicalConnectionId___input": {
3335
+ "defaultValue": null,
3336
+ "description": null,
3337
+ "id_str": "cloudInterconnectPhysicalConnectionId___input",
3338
+ "name": "input",
3339
+ "path": "cloudInterconnectPhysicalConnectionId.input",
3340
+ "requestStr": "$cloudInterconnectPhysicalConnectionIdInput:CloudInterconnectPhysicalConnectionIdInput! ",
3341
+ "required": true,
3342
+ "responseStr": "input:$cloudInterconnectPhysicalConnectionIdInput ",
3343
+ "type": {
3344
+ "definition": {
3345
+ "description": "Input for getting the ID of a physical connection at a cloud interconnect site.",
3346
+ "enumValues": null,
3347
+ "fields": null,
3348
+ "inputFields": {
3349
+ "haRole": {
3350
+ "defaultValue": null,
3351
+ "description": "High availability role of the connection.",
3352
+ "id_str": "cloudInterconnectPhysicalConnectionId___input___haRole",
3353
+ "name": "haRole",
3354
+ "path": "cloudInterconnectPhysicalConnectionId.input.haRole",
3355
+ "requestStr": "$haRole:HaRole! ",
3356
+ "required": true,
3357
+ "responseStr": "haRole:$haRole ",
3358
+ "type": {
3359
+ "definition": {
3360
+ "description": null,
3361
+ "enumValues": [
3362
+ {
3363
+ "deprecationReason": null,
3364
+ "description": null,
3365
+ "isDeprecated": false,
3366
+ "name": "PRIMARY"
3367
+ },
3368
+ {
3369
+ "deprecationReason": null,
3370
+ "description": null,
3371
+ "isDeprecated": false,
3372
+ "name": "SECONDARY"
3373
+ }
3374
+ ],
3375
+ "fields": null,
3376
+ "inputFields": null,
3377
+ "interfaces": null,
3378
+ "kind": "ENUM",
3379
+ "name": "HaRole",
3380
+ "possibleTypes": null
3381
+ },
3382
+ "indexType": "enum",
3383
+ "kind": [
3384
+ "NON_NULL",
3385
+ "ENUM"
3386
+ ],
3387
+ "name": "HaRole",
3388
+ "non_null": false
3389
+ },
3390
+ "varName": "haRole"
3391
+ },
3392
+ "site": {
3393
+ "defaultValue": null,
3394
+ "description": "Identifying data for the site.",
3395
+ "id_str": "cloudInterconnectPhysicalConnectionId___input___site",
3396
+ "name": "site",
3397
+ "path": "cloudInterconnectPhysicalConnectionId.input.site",
3398
+ "requestStr": "$siteRefInput:SiteRefInput! ",
3399
+ "required": true,
3400
+ "responseStr": "site:$siteRefInput ",
3401
+ "type": {
3402
+ "definition": {
3403
+ "description": null,
3404
+ "enumValues": null,
3405
+ "fields": null,
3406
+ "inputFields": {
3407
+ "by": {
3408
+ "defaultValue": "ID",
3409
+ "description": null,
3410
+ "id_str": "cloudInterconnectPhysicalConnectionId___input___site___by",
3411
+ "name": "by",
3412
+ "path": "cloudInterconnectPhysicalConnectionId.input.site.by",
3413
+ "requestStr": "$by:ObjectRefBy! ",
3414
+ "required": true,
3415
+ "responseStr": "by:$by ",
3416
+ "type": {
3417
+ "definition": {
3418
+ "description": null,
3419
+ "enumValues": [
3420
+ {
3421
+ "deprecationReason": null,
3422
+ "description": null,
3423
+ "isDeprecated": false,
3424
+ "name": "ID"
3425
+ },
3426
+ {
3427
+ "deprecationReason": null,
3428
+ "description": null,
3429
+ "isDeprecated": false,
3430
+ "name": "NAME"
3431
+ }
3432
+ ],
3433
+ "fields": null,
3434
+ "inputFields": null,
3435
+ "interfaces": null,
3436
+ "kind": "ENUM",
3437
+ "name": "ObjectRefBy",
3438
+ "possibleTypes": null
3439
+ },
3440
+ "indexType": "enum",
3441
+ "kind": [
3442
+ "NON_NULL",
3443
+ "ENUM"
3444
+ ],
3445
+ "name": "ObjectRefBy",
3446
+ "non_null": false
3447
+ },
3448
+ "varName": "by"
3449
+ },
3450
+ "input": {
3451
+ "defaultValue": null,
3452
+ "description": null,
3453
+ "id_str": "cloudInterconnectPhysicalConnectionId___input___site___input",
3454
+ "name": "input",
3455
+ "path": "cloudInterconnectPhysicalConnectionId.input.site.input",
3456
+ "requestStr": "$input:String! ",
3457
+ "required": true,
3458
+ "responseStr": "input:$input ",
3459
+ "type": {
3460
+ "kind": [
3461
+ "NON_NULL",
3462
+ "SCALAR"
3463
+ ],
3464
+ "name": "String",
3465
+ "non_null": false
3466
+ },
3467
+ "varName": "input"
3468
+ }
3469
+ },
3470
+ "interfaces": null,
3471
+ "kind": "INPUT_OBJECT",
3472
+ "name": "SiteRefInput",
3473
+ "possibleTypes": null
3474
+ },
3475
+ "indexType": "input_object",
3476
+ "kind": [
3477
+ "NON_NULL",
3478
+ "INPUT_OBJECT"
3479
+ ],
3480
+ "name": "SiteRefInput",
3481
+ "non_null": false
3482
+ },
3483
+ "varName": "siteRefInput"
3484
+ }
3485
+ },
3486
+ "interfaces": null,
3487
+ "kind": "INPUT_OBJECT",
3488
+ "name": "CloudInterconnectPhysicalConnectionIdInput",
3489
+ "possibleTypes": null
3490
+ },
3491
+ "indexType": "input_object",
3492
+ "kind": [
3493
+ "NON_NULL",
3494
+ "INPUT_OBJECT"
3495
+ ],
3496
+ "name": "CloudInterconnectPhysicalConnectionIdInput",
3497
+ "non_null": false
3498
+ },
3499
+ "varName": "cloudInterconnectPhysicalConnectionIdInput"
3500
+ }
3501
+ },
3502
+ "deprecationReason": null,
3503
+ "description": "Get the ID of a physical connection at a cloud interconnect site.",
3504
+ "id_str": "cloudInterconnectPhysicalConnectionId",
3505
+ "isDeprecated": false,
3506
+ "name": "cloudInterconnectPhysicalConnectionId",
3507
+ "path": "cloudInterconnectPhysicalConnectionId",
3508
+ "requestStr": "$cloudInterconnectPhysicalConnectionId:CloudInterconnectPhysicalConnectionId ",
3509
+ "required": false,
3510
+ "responseStr": "cloudInterconnectPhysicalConnectionId:$cloudInterconnectPhysicalConnectionId ",
3511
+ "type": {
3512
+ "definition": {
3513
+ "description": "ID of a physical connection at a cloud interconnect site.",
3514
+ "enumValues": null,
3515
+ "fields": {
3516
+ "id": {
3517
+ "args": {},
3518
+ "deprecationReason": null,
3519
+ "description": "ID of the connection.",
3520
+ "id_str": "cloudInterconnectPhysicalConnectionId___id",
3521
+ "isDeprecated": false,
3522
+ "name": "id",
3523
+ "path": "cloudInterconnectPhysicalConnectionId.id",
3524
+ "requestStr": "$id:ID! ",
3525
+ "required": true,
3526
+ "responseStr": "id:$id ",
3527
+ "type": {
3528
+ "kind": [
3529
+ "NON_NULL",
3530
+ "SCALAR"
3531
+ ],
3532
+ "name": "ID",
3533
+ "non_null": false
3534
+ },
3535
+ "varName": "id"
3536
+ }
3537
+ },
3538
+ "inputFields": null,
3539
+ "interfaces": {},
3540
+ "kind": "OBJECT",
3541
+ "name": "CloudInterconnectPhysicalConnectionId",
3542
+ "possibleTypes": null
3543
+ },
3544
+ "indexType": "object",
3545
+ "kind": [
3546
+ "OBJECT"
3547
+ ],
3548
+ "name": "CloudInterconnectPhysicalConnectionId",
3549
+ "non_null": false
3550
+ },
3551
+ "varName": "cloudInterconnectPhysicalConnectionId"
3552
+ },
3553
+ "siteBgpStatus": {
3554
+ "args": {
3555
+ "siteBgpStatus___input": {
3556
+ "defaultValue": null,
3557
+ "description": null,
3558
+ "id_str": "siteBgpStatus___input",
3559
+ "name": "input",
3560
+ "path": "siteBgpStatus.input",
3561
+ "requestStr": "$siteBgpStatusInput:SiteBgpStatusInput! ",
3562
+ "required": true,
3563
+ "responseStr": "input:$siteBgpStatusInput ",
3564
+ "type": {
3565
+ "definition": {
3566
+ "description": null,
3567
+ "enumValues": null,
3568
+ "fields": null,
3569
+ "inputFields": {
3570
+ "site": {
3571
+ "defaultValue": null,
3572
+ "description": "Identifying data for the site whose BGP status is being queried.",
3573
+ "id_str": "siteBgpStatus___input___site",
3574
+ "name": "site",
3575
+ "path": "siteBgpStatus.input.site",
3576
+ "requestStr": "$siteRefInput:SiteRefInput! ",
3577
+ "required": true,
3578
+ "responseStr": "site:$siteRefInput ",
3579
+ "type": {
3580
+ "definition": {
3581
+ "description": null,
3582
+ "enumValues": null,
3583
+ "fields": null,
3584
+ "inputFields": {
3585
+ "by": {
3586
+ "defaultValue": "ID",
3587
+ "description": null,
3588
+ "id_str": "siteBgpStatus___input___site___by",
3589
+ "name": "by",
3590
+ "path": "siteBgpStatus.input.site.by",
3591
+ "requestStr": "$by:ObjectRefBy! ",
3592
+ "required": true,
3593
+ "responseStr": "by:$by ",
3594
+ "type": {
3595
+ "definition": {
3596
+ "description": null,
3597
+ "enumValues": [
3598
+ {
3599
+ "deprecationReason": null,
3600
+ "description": null,
3601
+ "isDeprecated": false,
3602
+ "name": "ID"
3603
+ },
3604
+ {
3605
+ "deprecationReason": null,
3606
+ "description": null,
3607
+ "isDeprecated": false,
3608
+ "name": "NAME"
3609
+ }
3610
+ ],
3611
+ "fields": null,
3612
+ "inputFields": null,
3613
+ "interfaces": null,
3614
+ "kind": "ENUM",
3615
+ "name": "ObjectRefBy",
3616
+ "possibleTypes": null
3617
+ },
3618
+ "indexType": "enum",
3619
+ "kind": [
3620
+ "NON_NULL",
3621
+ "ENUM"
3622
+ ],
3623
+ "name": "ObjectRefBy",
3624
+ "non_null": false
3625
+ },
3626
+ "varName": "by"
3627
+ },
3628
+ "input": {
3629
+ "defaultValue": null,
3630
+ "description": null,
3631
+ "id_str": "siteBgpStatus___input___site___input",
3632
+ "name": "input",
3633
+ "path": "siteBgpStatus.input.site.input",
3634
+ "requestStr": "$input:String! ",
3635
+ "required": true,
3636
+ "responseStr": "input:$input ",
3637
+ "type": {
3638
+ "kind": [
3639
+ "NON_NULL",
3640
+ "SCALAR"
3641
+ ],
3642
+ "name": "String",
3643
+ "non_null": false
3644
+ },
3645
+ "varName": "input"
3646
+ }
3647
+ },
3648
+ "interfaces": null,
3649
+ "kind": "INPUT_OBJECT",
3650
+ "name": "SiteRefInput",
3651
+ "possibleTypes": null
3652
+ },
3653
+ "indexType": "input_object",
3654
+ "kind": [
3655
+ "NON_NULL",
3656
+ "INPUT_OBJECT"
3657
+ ],
3658
+ "name": "SiteRefInput",
3659
+ "non_null": false
3660
+ },
3661
+ "varName": "siteRefInput"
3662
+ }
3663
+ },
3664
+ "interfaces": null,
3665
+ "kind": "INPUT_OBJECT",
3666
+ "name": "SiteBgpStatusInput",
3667
+ "possibleTypes": null
3668
+ },
3669
+ "indexType": "input_object",
3670
+ "kind": [
3671
+ "NON_NULL",
3672
+ "INPUT_OBJECT"
3673
+ ],
3674
+ "name": "SiteBgpStatusInput",
3675
+ "non_null": false
3676
+ },
3677
+ "varName": "siteBgpStatusInput"
3678
+ }
3679
+ },
3680
+ "deprecationReason": null,
3681
+ "description": "Provides the BGP status of the specified site, including session and route details.",
3682
+ "id_str": "siteBgpStatus",
3683
+ "isDeprecated": false,
3684
+ "name": "siteBgpStatus",
3685
+ "path": "siteBgpStatus",
3686
+ "requestStr": "$siteBgpStatus:SiteBgpStatus ",
3687
+ "required": false,
3688
+ "responseStr": "siteBgpStatus:$siteBgpStatus ",
3689
+ "type": {
3690
+ "definition": {
3691
+ "description": null,
3692
+ "enumValues": null,
3693
+ "fields": {
3694
+ "rawStatus": {
3695
+ "args": {},
3696
+ "deprecationReason": null,
3697
+ "description": "Raw BGP status information.",
3698
+ "id_str": "siteBgpStatus___rawStatus",
3699
+ "isDeprecated": false,
3700
+ "name": "rawStatus",
3701
+ "path": "siteBgpStatus.rawStatus",
3702
+ "requestStr": "$rawStatus:[String]! ",
3703
+ "required": true,
3704
+ "responseStr": "rawStatus:$rawStatus ",
3705
+ "type": {
3706
+ "kind": [
3707
+ "NON_NULL",
3708
+ "LIST",
3709
+ "NON_NULL",
3710
+ "SCALAR"
3711
+ ],
3712
+ "name": "String",
3713
+ "non_null": false
3714
+ },
3715
+ "varName": "rawStatus"
3716
+ },
3717
+ "status": {
3718
+ "args": {},
3719
+ "deprecationReason": null,
3720
+ "description": "Detailed BGP status, including session and route details.",
3721
+ "id_str": "siteBgpStatus___status",
3722
+ "isDeprecated": false,
3723
+ "name": "status",
3724
+ "path": "siteBgpStatus.status",
3725
+ "requestStr": "$bgpDetailedStatus:[BgpDetailedStatus]! ",
3726
+ "required": true,
3727
+ "responseStr": "status:$bgpDetailedStatus ",
3728
+ "type": {
3729
+ "definition": {
3730
+ "description": null,
3731
+ "enumValues": null,
3732
+ "fields": {
3733
+ "bfdSession": {
3734
+ "args": {},
3735
+ "deprecationReason": null,
3736
+ "description": "Status of the BFD session (if applicable).",
3737
+ "id_str": "siteBgpStatus___status___bfdSession",
3738
+ "isDeprecated": false,
3739
+ "name": "bfdSession",
3740
+ "path": "siteBgpStatus.status.bfdSession",
3741
+ "requestStr": "$bfdSession:String ",
3742
+ "required": false,
3743
+ "responseStr": "bfdSession:$bfdSession ",
3744
+ "type": {
3745
+ "kind": [
3746
+ "SCALAR"
3747
+ ],
3748
+ "name": "String",
3749
+ "non_null": false
3750
+ },
3751
+ "varName": "bfdSession"
3752
+ },
3753
+ "bgpSession": {
3754
+ "args": {},
3755
+ "deprecationReason": null,
3756
+ "description": "Status of the BGP session (e.g., established, down).",
3757
+ "id_str": "siteBgpStatus___status___bgpSession",
3758
+ "isDeprecated": false,
3759
+ "name": "bgpSession",
3760
+ "path": "siteBgpStatus.status.bgpSession",
3761
+ "requestStr": "$bgpSession:String! ",
3762
+ "required": true,
3763
+ "responseStr": "bgpSession:$bgpSession ",
3764
+ "type": {
3765
+ "kind": [
3766
+ "NON_NULL",
3767
+ "SCALAR"
3768
+ ],
3769
+ "name": "String",
3770
+ "non_null": false
3771
+ },
3772
+ "varName": "bgpSession"
3773
+ },
3774
+ "rejectedRoutesFromPeer": {
3775
+ "alias": "bgpRejectedRoutesFromPeerRejectedRoutesFromPeer: rejectedRoutesFromPeer",
3776
+ "args": {},
3777
+ "deprecationReason": null,
3778
+ "description": "Routes rejected from the peer.",
3779
+ "id_str": "siteBgpStatus___status___rejectedRoutesFromPeer",
3780
+ "isDeprecated": false,
3781
+ "name": "rejectedRoutesFromPeer",
3782
+ "path": "siteBgpStatus.status.rejectedRoutesFromPeer",
3783
+ "requestStr": "$bgpRejectedRoutesFromPeer:[BgpRejectedRoutesFromPeer]! ",
3784
+ "required": true,
3785
+ "responseStr": "rejectedRoutesFromPeer:$bgpRejectedRoutesFromPeer ",
3786
+ "type": {
3787
+ "definition": {
3788
+ "description": null,
3789
+ "enumValues": null,
3790
+ "fields": {
3791
+ "community": {
3792
+ "alias": "bgpCommunityCommunity: community",
3793
+ "args": {},
3794
+ "deprecationReason": null,
3795
+ "description": "Community values associated with the rejected route.",
3796
+ "id_str": "siteBgpStatus___status___rejectedRoutesFromPeer___community",
3797
+ "isDeprecated": false,
3798
+ "name": "community",
3799
+ "path": "siteBgpStatus.status.rejectedRoutesFromPeer.community",
3800
+ "requestStr": "$bgpCommunity:[BgpCommunity]! ",
3801
+ "required": true,
3802
+ "responseStr": "community:$bgpCommunity ",
3803
+ "type": {
3804
+ "definition": {
3805
+ "description": null,
3806
+ "enumValues": null,
3807
+ "fields": {
3808
+ "from": {
3809
+ "args": {},
3810
+ "deprecationReason": null,
3811
+ "description": "Start of the community range.",
3812
+ "id_str": "siteBgpStatus___status___rejectedRoutesFromPeer___community___from",
3813
+ "isDeprecated": false,
3814
+ "name": "from",
3815
+ "path": "siteBgpStatus.status.rejectedRoutesFromPeer.community.from",
3816
+ "requestStr": "$from:Asn16! ",
3817
+ "required": true,
3818
+ "responseStr": "from:$from ",
3819
+ "type": {
3820
+ "kind": [
3821
+ "NON_NULL",
3822
+ "SCALAR"
3823
+ ],
3824
+ "name": "Asn16",
3825
+ "non_null": false
3826
+ },
3827
+ "varName": "from"
3828
+ },
3829
+ "to": {
3830
+ "args": {},
3831
+ "deprecationReason": null,
3832
+ "description": "End of the community range.",
3833
+ "id_str": "siteBgpStatus___status___rejectedRoutesFromPeer___community___to",
3834
+ "isDeprecated": false,
3835
+ "name": "to",
3836
+ "path": "siteBgpStatus.status.rejectedRoutesFromPeer.community.to",
3837
+ "requestStr": "$to:Asn16! ",
3838
+ "required": true,
3839
+ "responseStr": "to:$to ",
3840
+ "type": {
3841
+ "kind": [
3842
+ "NON_NULL",
3843
+ "SCALAR"
3844
+ ],
3845
+ "name": "Asn16",
3846
+ "non_null": false
3847
+ },
3848
+ "varName": "to"
3849
+ }
3850
+ },
3851
+ "inputFields": null,
3852
+ "interfaces": {},
3853
+ "kind": "OBJECT",
3854
+ "name": "BgpCommunity",
3855
+ "possibleTypes": null
3856
+ },
3857
+ "indexType": "object",
3858
+ "kind": [
3859
+ "NON_NULL",
3860
+ "LIST",
3861
+ "NON_NULL",
3862
+ "OBJECT"
3863
+ ],
3864
+ "name": "BgpCommunity",
3865
+ "non_null": false
3866
+ },
3867
+ "varName": "bgpCommunity"
3868
+ },
3869
+ "lastPublishAttempt": {
3870
+ "args": {},
3871
+ "deprecationReason": null,
3872
+ "description": "Timestamp of the last attempt to publish the rejected route.",
3873
+ "id_str": "siteBgpStatus___status___rejectedRoutesFromPeer___lastPublishAttempt",
3874
+ "isDeprecated": false,
3875
+ "name": "lastPublishAttempt",
3876
+ "path": "siteBgpStatus.status.rejectedRoutesFromPeer.lastPublishAttempt",
3877
+ "requestStr": "$lastPublishAttempt:DateTime ",
3878
+ "required": false,
3879
+ "responseStr": "lastPublishAttempt:$lastPublishAttempt ",
3880
+ "type": {
3881
+ "kind": [
3882
+ "SCALAR"
3883
+ ],
3884
+ "name": "DateTime",
3885
+ "non_null": false
3886
+ },
3887
+ "varName": "lastPublishAttempt"
3888
+ },
3889
+ "rule": {
3890
+ "args": {},
3891
+ "deprecationReason": null,
3892
+ "description": "Filter rule that caused the rejection.",
3893
+ "id_str": "siteBgpStatus___status___rejectedRoutesFromPeer___rule",
3894
+ "isDeprecated": false,
3895
+ "name": "rule",
3896
+ "path": "siteBgpStatus.status.rejectedRoutesFromPeer.rule",
3897
+ "requestStr": "$rule:String ",
3898
+ "required": false,
3899
+ "responseStr": "rule:$rule ",
3900
+ "type": {
3901
+ "kind": [
3902
+ "SCALAR"
3903
+ ],
3904
+ "name": "String",
3905
+ "non_null": false
3906
+ },
3907
+ "varName": "rule"
3908
+ },
3909
+ "subnet": {
3910
+ "args": {},
3911
+ "deprecationReason": null,
3912
+ "description": "Subnet of the rejected route.",
3913
+ "id_str": "siteBgpStatus___status___rejectedRoutesFromPeer___subnet",
3914
+ "isDeprecated": false,
3915
+ "name": "subnet",
3916
+ "path": "siteBgpStatus.status.rejectedRoutesFromPeer.subnet",
3917
+ "requestStr": "$subnet:NetworkSubnet ",
3918
+ "required": false,
3919
+ "responseStr": "subnet:$subnet ",
3920
+ "type": {
3921
+ "kind": [
3922
+ "SCALAR"
3923
+ ],
3924
+ "name": "NetworkSubnet",
3925
+ "non_null": false
3926
+ },
3927
+ "varName": "subnet"
3928
+ },
3929
+ "type": {
3930
+ "args": {},
3931
+ "deprecationReason": null,
3932
+ "description": "Reason for rejecting the route.",
3933
+ "id_str": "siteBgpStatus___status___rejectedRoutesFromPeer___type",
3934
+ "isDeprecated": false,
3935
+ "name": "type",
3936
+ "path": "siteBgpStatus.status.rejectedRoutesFromPeer.type",
3937
+ "requestStr": "$type:String ",
3938
+ "required": false,
3939
+ "responseStr": "type:$type ",
3940
+ "type": {
3941
+ "kind": [
3942
+ "SCALAR"
3943
+ ],
3944
+ "name": "String",
3945
+ "non_null": false
3946
+ },
3947
+ "varName": "type"
3948
+ }
3949
+ },
3950
+ "inputFields": null,
3951
+ "interfaces": {},
3952
+ "kind": "OBJECT",
3953
+ "name": "BgpRejectedRoutesFromPeer",
3954
+ "possibleTypes": null
3955
+ },
3956
+ "indexType": "object",
3957
+ "kind": [
3958
+ "NON_NULL",
3959
+ "LIST",
3960
+ "NON_NULL",
3961
+ "OBJECT"
3962
+ ],
3963
+ "name": "BgpRejectedRoutesFromPeer",
3964
+ "non_null": false
3965
+ },
3966
+ "varName": "bgpRejectedRoutesFromPeer"
3967
+ },
3968
+ "remoteIp": {
3969
+ "args": {},
3970
+ "deprecationReason": null,
3971
+ "description": "IP address of the remote BGP peer.",
3972
+ "id_str": "siteBgpStatus___status___remoteIp",
3973
+ "isDeprecated": false,
3974
+ "name": "remoteIp",
3975
+ "path": "siteBgpStatus.status.remoteIp",
3976
+ "requestStr": "$remoteIp:IPAddress! ",
3977
+ "required": true,
3978
+ "responseStr": "remoteIp:$remoteIp ",
3979
+ "type": {
3980
+ "kind": [
3981
+ "NON_NULL",
3982
+ "SCALAR"
3983
+ ],
3984
+ "name": "IPAddress",
3985
+ "non_null": false
3986
+ },
3987
+ "varName": "remoteIp"
3988
+ },
3989
+ "routesFromPeer": {
3990
+ "args": {},
3991
+ "deprecationReason": null,
3992
+ "description": "Routes received from the peer.",
3993
+ "id_str": "siteBgpStatus___status___routesFromPeer",
3994
+ "isDeprecated": false,
3995
+ "name": "routesFromPeer",
3996
+ "path": "siteBgpStatus.status.routesFromPeer",
3997
+ "requestStr": "$routesFromPeer:[String]! ",
3998
+ "required": true,
3999
+ "responseStr": "routesFromPeer:$routesFromPeer ",
4000
+ "type": {
4001
+ "kind": [
4002
+ "NON_NULL",
4003
+ "LIST",
4004
+ "NON_NULL",
4005
+ "SCALAR"
4006
+ ],
4007
+ "name": "String",
4008
+ "non_null": false
4009
+ },
4010
+ "varName": "routesFromPeer"
4011
+ },
4012
+ "routesToPeer": {
4013
+ "args": {},
4014
+ "deprecationReason": null,
4015
+ "description": "Routes sent to the peer.",
4016
+ "id_str": "siteBgpStatus___status___routesToPeer",
4017
+ "isDeprecated": false,
4018
+ "name": "routesToPeer",
4019
+ "path": "siteBgpStatus.status.routesToPeer",
4020
+ "requestStr": "$routesToPeer:[String]! ",
4021
+ "required": true,
4022
+ "responseStr": "routesToPeer:$routesToPeer ",
4023
+ "type": {
4024
+ "kind": [
4025
+ "NON_NULL",
4026
+ "LIST",
4027
+ "NON_NULL",
4028
+ "SCALAR"
4029
+ ],
4030
+ "name": "String",
4031
+ "non_null": false
4032
+ },
4033
+ "varName": "routesToPeer"
4034
+ }
4035
+ },
4036
+ "inputFields": null,
4037
+ "interfaces": {},
4038
+ "kind": "OBJECT",
4039
+ "name": "BgpDetailedStatus",
4040
+ "possibleTypes": null
4041
+ },
4042
+ "indexType": "object",
4043
+ "kind": [
4044
+ "NON_NULL",
4045
+ "LIST",
4046
+ "NON_NULL",
4047
+ "OBJECT"
4048
+ ],
4049
+ "name": "BgpDetailedStatus",
4050
+ "non_null": false
4051
+ },
4052
+ "varName": "bgpDetailedStatus"
4053
+ }
4054
+ },
4055
+ "inputFields": null,
4056
+ "interfaces": {},
4057
+ "kind": "OBJECT",
4058
+ "name": "SiteBgpStatus",
4059
+ "possibleTypes": null
4060
+ },
4061
+ "indexType": "object",
4062
+ "kind": [
4063
+ "OBJECT"
4064
+ ],
4065
+ "name": "SiteBgpStatus",
4066
+ "non_null": false
4067
+ },
4068
+ "varName": "siteBgpStatus"
4069
+ }
4070
+ },
4071
+ "inputFields": null,
4072
+ "interfaces": [],
4073
+ "kind": "OBJECT",
4074
+ "name": "SiteQueries",
4075
+ "possibleTypes": null
4076
+ },
4077
+ "indexType": "object",
4078
+ "kind": [
4079
+ "NON_NULL",
4080
+ "OBJECT"
4081
+ ],
4082
+ "name": "SiteQueries",
4083
+ "non_null": false
4084
+ },
4085
+ "variablesPayload": {
4086
+ "bgpPeerListInput": {
4087
+ "siteRefInput": {
4088
+ "by": {
4089
+ "by": "enum(ObjectRefBy)"
4090
+ },
4091
+ "input": {
4092
+ "input": "String"
4093
+ }
4094
+ }
4095
+ },
4096
+ "bgpPeerRefInput": {
4097
+ "by": {
4098
+ "by": "enum(ObjectRefBy)"
4099
+ },
4100
+ "input": {
4101
+ "input": "String"
4102
+ }
4103
+ },
4104
+ "cloudInterconnectConnectionConnectivityInput": {
4105
+ "id": {
4106
+ "id": "ID"
4107
+ }
4108
+ },
4109
+ "cloudInterconnectPhysicalConnectionIdInput": {
4110
+ "haRole": {
4111
+ "haRole": "enum(HaRole)"
4112
+ },
4113
+ "siteRefInput": {
4114
+ "by": {
4115
+ "by": "enum(ObjectRefBy)"
4116
+ },
4117
+ "input": {
4118
+ "input": "String"
4119
+ }
4120
+ }
4121
+ },
4122
+ "cloudInterconnectPhysicalConnectionInput": {
4123
+ "id": {
4124
+ "id": "ID"
4125
+ }
4126
+ },
4127
+ "siteBgpStatusInput": {
4128
+ "siteRefInput": {
4129
+ "by": {
4130
+ "by": "enum(ObjectRefBy)"
4131
+ },
4132
+ "input": {
4133
+ "input": "String"
4134
+ }
4135
+ }
4136
+ }
4137
+ }
4138
+ }