catocli 1.0.15__py3-none-any.whl → 1.0.18__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 (140) hide show
  1. catocli/Utils/clidriver.py +14 -1
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +348 -0
  4. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  5. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  18. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  21. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  22. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  23. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  24. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  25. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  26. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  27. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  28. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  29. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  30. catocli/parsers/mutation_site/__init__.py +98 -0
  31. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  32. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  33. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  34. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  35. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  36. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  37. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  38. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  39. catocli/parsers/mutation_sites/__init__.py +98 -0
  40. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  41. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  42. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  43. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  44. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  45. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  46. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  47. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  48. catocli/parsers/query_eventsFeed/README.md +1 -1
  49. catocli/parsers/query_hardwareManagement/README.md +1 -1
  50. catocli/parsers/query_policy/README.md +3 -1
  51. catocli/parsers/query_site/README.md +22 -0
  52. catocli/parsers/query_site/__init__.py +17 -0
  53. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/METADATA +11 -2
  54. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/RECORD +140 -59
  55. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/WHEEL +1 -1
  56. graphql_client/api_client_types.py +1 -1
  57. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  58. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  59. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  60. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  61. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  62. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  63. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  64. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  65. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  66. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  67. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  68. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  69. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  70. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  71. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  72. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  73. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  74. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  75. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  76. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  77. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  78. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  79. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  80. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  81. models/mutation.site.addBgpPeer.json +3334 -0
  82. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  83. models/mutation.site.addCloudInterconnectSite.json +911 -0
  84. models/mutation.site.addIpsecIkeV2Site.json +2 -2
  85. models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
  86. models/mutation.site.addNetworkRange.json +2 -2
  87. models/mutation.site.addSocketSite.json +2 -2
  88. models/mutation.site.addStaticHost.json +2 -2
  89. models/mutation.site.removeBgpPeer.json +1158 -0
  90. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  91. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
  92. models/mutation.site.removeNetworkRange.json +2 -2
  93. models/mutation.site.removeSite.json +2 -2
  94. models/mutation.site.removeStaticHost.json +2 -2
  95. models/mutation.site.updateBgpPeer.json +3063 -0
  96. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  97. models/mutation.site.updateHa.json +2 -2
  98. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  99. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
  100. models/mutation.site.updateNetworkRange.json +2 -2
  101. models/mutation.site.updateSiteGeneralDetails.json +2 -2
  102. models/mutation.site.updateSocketInterface.json +2 -2
  103. models/mutation.site.updateStaticHost.json +2 -2
  104. models/mutation.sites.addBgpPeer.json +3334 -0
  105. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  106. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  107. models/mutation.sites.addIpsecIkeV2Site.json +2 -2
  108. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
  109. models/mutation.sites.addNetworkRange.json +2 -2
  110. models/mutation.sites.addSocketSite.json +2 -2
  111. models/mutation.sites.addStaticHost.json +2 -2
  112. models/mutation.sites.removeBgpPeer.json +1158 -0
  113. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  114. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
  115. models/mutation.sites.removeNetworkRange.json +2 -2
  116. models/mutation.sites.removeSite.json +2 -2
  117. models/mutation.sites.removeStaticHost.json +2 -2
  118. models/mutation.sites.updateBgpPeer.json +3063 -0
  119. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  120. models/mutation.sites.updateHa.json +2 -2
  121. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  122. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
  123. models/mutation.sites.updateNetworkRange.json +2 -2
  124. models/mutation.sites.updateSiteGeneralDetails.json +2 -2
  125. models/mutation.sites.updateSocketInterface.json +2 -2
  126. models/mutation.sites.updateStaticHost.json +2 -2
  127. models/query.auditFeed.json +36 -12
  128. models/query.events.json +144 -48
  129. models/query.eventsFeed.json +36 -12
  130. models/query.eventsTimeSeries.json +108 -36
  131. models/query.hardwareManagement.json +192 -0
  132. models/query.licensing.json +304 -325
  133. models/query.policy.json +9605 -4234
  134. models/query.site.json +4138 -0
  135. models/query.xdr.stories.json +27 -27
  136. models/query.xdr.story.json +27 -27
  137. schema/catolib.py +11 -1
  138. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/LICENSE +0 -0
  139. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/entry_points.txt +0 -0
  140. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3334 @@
1
+ {
2
+ "args": {
3
+ "accountId": {
4
+ "defaultValue": null,
5
+ "description": null,
6
+ "id_str": "accountId",
7
+ "name": "accountId",
8
+ "path": "accountId",
9
+ "requestStr": "$accountId:ID! ",
10
+ "required": true,
11
+ "responseStr": "accountId:$accountId ",
12
+ "type": {
13
+ "kind": [
14
+ "NON_NULL",
15
+ "SCALAR"
16
+ ],
17
+ "name": "ID",
18
+ "non_null": false
19
+ },
20
+ "varName": "accountId"
21
+ }
22
+ },
23
+ "childOperations": {
24
+ "addBgpPeer": {
25
+ "args": {
26
+ "addBgpPeer___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "addBgpPeer___input",
30
+ "name": "input",
31
+ "path": "addBgpPeer.input",
32
+ "requestStr": "$addBgpPeerInput:AddBgpPeerInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$addBgpPeerInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "advertiseAllRoutes": {
42
+ "defaultValue": "false",
43
+ "description": "Advertise all routes if true.",
44
+ "id_str": "addBgpPeer___input___advertiseAllRoutes",
45
+ "name": "advertiseAllRoutes",
46
+ "path": "addBgpPeer.input.advertiseAllRoutes",
47
+ "requestStr": "$advertiseAllRoutes:Boolean! ",
48
+ "required": true,
49
+ "responseStr": "advertiseAllRoutes:$advertiseAllRoutes ",
50
+ "type": {
51
+ "kind": [
52
+ "NON_NULL",
53
+ "SCALAR"
54
+ ],
55
+ "name": "Boolean",
56
+ "non_null": false
57
+ },
58
+ "varName": "advertiseAllRoutes"
59
+ },
60
+ "advertiseDefaultRoute": {
61
+ "defaultValue": "true",
62
+ "description": "Advertise the default route (0.0.0.0/0) if true.",
63
+ "id_str": "addBgpPeer___input___advertiseDefaultRoute",
64
+ "name": "advertiseDefaultRoute",
65
+ "path": "addBgpPeer.input.advertiseDefaultRoute",
66
+ "requestStr": "$advertiseDefaultRoute:Boolean! ",
67
+ "required": true,
68
+ "responseStr": "advertiseDefaultRoute:$advertiseDefaultRoute ",
69
+ "type": {
70
+ "kind": [
71
+ "NON_NULL",
72
+ "SCALAR"
73
+ ],
74
+ "name": "Boolean",
75
+ "non_null": false
76
+ },
77
+ "varName": "advertiseDefaultRoute"
78
+ },
79
+ "advertiseSummaryRoutes": {
80
+ "defaultValue": "false",
81
+ "description": "Advertise summarized routes if true.",
82
+ "id_str": "addBgpPeer___input___advertiseSummaryRoutes",
83
+ "name": "advertiseSummaryRoutes",
84
+ "path": "addBgpPeer.input.advertiseSummaryRoutes",
85
+ "requestStr": "$advertiseSummaryRoutes:Boolean! ",
86
+ "required": true,
87
+ "responseStr": "advertiseSummaryRoutes:$advertiseSummaryRoutes ",
88
+ "type": {
89
+ "kind": [
90
+ "NON_NULL",
91
+ "SCALAR"
92
+ ],
93
+ "name": "Boolean",
94
+ "non_null": false
95
+ },
96
+ "varName": "advertiseSummaryRoutes"
97
+ },
98
+ "bfdEnabled": {
99
+ "defaultValue": "false",
100
+ "description": "Enable BFD for session failure detection if true.",
101
+ "id_str": "addBgpPeer___input___bfdEnabled",
102
+ "name": "bfdEnabled",
103
+ "path": "addBgpPeer.input.bfdEnabled",
104
+ "requestStr": "$bfdEnabled:Boolean! ",
105
+ "required": true,
106
+ "responseStr": "bfdEnabled:$bfdEnabled ",
107
+ "type": {
108
+ "kind": [
109
+ "NON_NULL",
110
+ "SCALAR"
111
+ ],
112
+ "name": "Boolean",
113
+ "non_null": false
114
+ },
115
+ "varName": "bfdEnabled"
116
+ },
117
+ "bfdSettings": {
118
+ "defaultValue": null,
119
+ "description": "Required BFD configuration if BFD is enabled.",
120
+ "id_str": "addBgpPeer___input___bfdSettings",
121
+ "name": "bfdSettings",
122
+ "path": "addBgpPeer.input.bfdSettings",
123
+ "requestStr": "$bfdSettingsInput:BfdSettingsInput ",
124
+ "required": false,
125
+ "responseStr": "bfdSettings:$bfdSettingsInput ",
126
+ "type": {
127
+ "definition": {
128
+ "description": null,
129
+ "enumValues": null,
130
+ "fields": null,
131
+ "inputFields": {
132
+ "multiplier": {
133
+ "defaultValue": "5",
134
+ "description": "Number of missed BFD packets before considering the session down.",
135
+ "id_str": "addBgpPeer___input___bfdSettings___multiplier",
136
+ "name": "multiplier",
137
+ "path": "addBgpPeer.input.bfdSettings.multiplier",
138
+ "requestStr": "$multiplier:Int! ",
139
+ "required": true,
140
+ "responseStr": "multiplier:$multiplier ",
141
+ "type": {
142
+ "kind": [
143
+ "NON_NULL",
144
+ "SCALAR"
145
+ ],
146
+ "name": "Int",
147
+ "non_null": false
148
+ },
149
+ "varName": "multiplier"
150
+ },
151
+ "receiveInterval": {
152
+ "defaultValue": "1000",
153
+ "description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
154
+ "id_str": "addBgpPeer___input___bfdSettings___receiveInterval",
155
+ "name": "receiveInterval",
156
+ "path": "addBgpPeer.input.bfdSettings.receiveInterval",
157
+ "requestStr": "$receiveInterval:Int! ",
158
+ "required": true,
159
+ "responseStr": "receiveInterval:$receiveInterval ",
160
+ "type": {
161
+ "kind": [
162
+ "NON_NULL",
163
+ "SCALAR"
164
+ ],
165
+ "name": "Int",
166
+ "non_null": false
167
+ },
168
+ "varName": "receiveInterval"
169
+ },
170
+ "transmitInterval": {
171
+ "defaultValue": "1000",
172
+ "description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
173
+ "id_str": "addBgpPeer___input___bfdSettings___transmitInterval",
174
+ "name": "transmitInterval",
175
+ "path": "addBgpPeer.input.bfdSettings.transmitInterval",
176
+ "requestStr": "$transmitInterval:Int! ",
177
+ "required": true,
178
+ "responseStr": "transmitInterval:$transmitInterval ",
179
+ "type": {
180
+ "kind": [
181
+ "NON_NULL",
182
+ "SCALAR"
183
+ ],
184
+ "name": "Int",
185
+ "non_null": false
186
+ },
187
+ "varName": "transmitInterval"
188
+ }
189
+ },
190
+ "interfaces": null,
191
+ "kind": "INPUT_OBJECT",
192
+ "name": "BfdSettingsInput",
193
+ "possibleTypes": null
194
+ },
195
+ "indexType": "input_object",
196
+ "kind": [
197
+ "INPUT_OBJECT"
198
+ ],
199
+ "name": "BfdSettingsInput",
200
+ "non_null": false
201
+ },
202
+ "varName": "bfdSettingsInput"
203
+ },
204
+ "catoAsn": {
205
+ "defaultValue": null,
206
+ "description": "The AS number of Cato's BGP endpoint.",
207
+ "id_str": "addBgpPeer___input___catoAsn",
208
+ "name": "catoAsn",
209
+ "path": "addBgpPeer.input.catoAsn",
210
+ "requestStr": "$catoAsn:Asn16! ",
211
+ "required": true,
212
+ "responseStr": "catoAsn:$catoAsn ",
213
+ "type": {
214
+ "kind": [
215
+ "NON_NULL",
216
+ "SCALAR"
217
+ ],
218
+ "name": "Asn16",
219
+ "non_null": false
220
+ },
221
+ "varName": "catoAsn"
222
+ },
223
+ "defaultAction": {
224
+ "defaultValue": null,
225
+ "description": "Default action for routes not matching filters (ACCEPT or DROP).",
226
+ "id_str": "addBgpPeer___input___defaultAction",
227
+ "name": "defaultAction",
228
+ "path": "addBgpPeer.input.defaultAction",
229
+ "requestStr": "$defaultAction:BgpDefaultAction! ",
230
+ "required": true,
231
+ "responseStr": "defaultAction:$defaultAction ",
232
+ "type": {
233
+ "definition": {
234
+ "description": null,
235
+ "enumValues": [
236
+ {
237
+ "deprecationReason": null,
238
+ "description": "Default action to drop all unmatched routes.",
239
+ "isDeprecated": false,
240
+ "name": "DROP"
241
+ },
242
+ {
243
+ "deprecationReason": null,
244
+ "description": "Default action to accept all unmatched routes.",
245
+ "isDeprecated": false,
246
+ "name": "ACCEPT"
247
+ }
248
+ ],
249
+ "fields": null,
250
+ "inputFields": null,
251
+ "interfaces": null,
252
+ "kind": "ENUM",
253
+ "name": "BgpDefaultAction",
254
+ "possibleTypes": null
255
+ },
256
+ "indexType": "enum",
257
+ "kind": [
258
+ "NON_NULL",
259
+ "ENUM"
260
+ ],
261
+ "name": "BgpDefaultAction",
262
+ "non_null": false
263
+ },
264
+ "varName": "defaultAction"
265
+ },
266
+ "holdTime": {
267
+ "defaultValue": "60",
268
+ "description": "Time (in seconds) before declaring the peer unreachable.",
269
+ "id_str": "addBgpPeer___input___holdTime",
270
+ "name": "holdTime",
271
+ "path": "addBgpPeer.input.holdTime",
272
+ "requestStr": "$holdTime:Int! ",
273
+ "required": true,
274
+ "responseStr": "holdTime:$holdTime ",
275
+ "type": {
276
+ "kind": [
277
+ "NON_NULL",
278
+ "SCALAR"
279
+ ],
280
+ "name": "Int",
281
+ "non_null": false
282
+ },
283
+ "varName": "holdTime"
284
+ },
285
+ "keepaliveInterval": {
286
+ "defaultValue": "20",
287
+ "description": "Time (in seconds) between keepalive messages.",
288
+ "id_str": "addBgpPeer___input___keepaliveInterval",
289
+ "name": "keepaliveInterval",
290
+ "path": "addBgpPeer.input.keepaliveInterval",
291
+ "requestStr": "$keepaliveInterval:Int! ",
292
+ "required": true,
293
+ "responseStr": "keepaliveInterval:$keepaliveInterval ",
294
+ "type": {
295
+ "kind": [
296
+ "NON_NULL",
297
+ "SCALAR"
298
+ ],
299
+ "name": "Int",
300
+ "non_null": false
301
+ },
302
+ "varName": "keepaliveInterval"
303
+ },
304
+ "md5AuthKey": {
305
+ "defaultValue": null,
306
+ "description": "MD5 authentication key for secure sessions.",
307
+ "id_str": "addBgpPeer___input___md5AuthKey",
308
+ "name": "md5AuthKey",
309
+ "path": "addBgpPeer.input.md5AuthKey",
310
+ "requestStr": "$md5AuthKey:String ",
311
+ "required": false,
312
+ "responseStr": "md5AuthKey:$md5AuthKey ",
313
+ "type": {
314
+ "kind": [
315
+ "SCALAR"
316
+ ],
317
+ "name": "String",
318
+ "non_null": false
319
+ },
320
+ "varName": "md5AuthKey"
321
+ },
322
+ "metric": {
323
+ "defaultValue": "100",
324
+ "description": "Route preference metric; lower values are given precedence.",
325
+ "id_str": "addBgpPeer___input___metric",
326
+ "name": "metric",
327
+ "path": "addBgpPeer.input.metric",
328
+ "requestStr": "$metric:Int! ",
329
+ "required": true,
330
+ "responseStr": "metric:$metric ",
331
+ "type": {
332
+ "kind": [
333
+ "NON_NULL",
334
+ "SCALAR"
335
+ ],
336
+ "name": "Int",
337
+ "non_null": false
338
+ },
339
+ "varName": "metric"
340
+ },
341
+ "name": {
342
+ "defaultValue": null,
343
+ "description": "Name of the BGP configuration entity.",
344
+ "id_str": "addBgpPeer___input___name",
345
+ "name": "name",
346
+ "path": "addBgpPeer.input.name",
347
+ "requestStr": "$name:String! ",
348
+ "required": true,
349
+ "responseStr": "name:$name ",
350
+ "type": {
351
+ "kind": [
352
+ "NON_NULL",
353
+ "SCALAR"
354
+ ],
355
+ "name": "String",
356
+ "non_null": false
357
+ },
358
+ "varName": "name"
359
+ },
360
+ "peerAsn": {
361
+ "defaultValue": null,
362
+ "description": "The AS number of the peer BGP endpoint.",
363
+ "id_str": "addBgpPeer___input___peerAsn",
364
+ "name": "peerAsn",
365
+ "path": "addBgpPeer.input.peerAsn",
366
+ "requestStr": "$peerAsn:Asn32! ",
367
+ "required": true,
368
+ "responseStr": "peerAsn:$peerAsn ",
369
+ "type": {
370
+ "kind": [
371
+ "NON_NULL",
372
+ "SCALAR"
373
+ ],
374
+ "name": "Asn32",
375
+ "non_null": false
376
+ },
377
+ "varName": "peerAsn"
378
+ },
379
+ "peerIp": {
380
+ "defaultValue": null,
381
+ "description": "IP address of the peer BGP endpoint.",
382
+ "id_str": "addBgpPeer___input___peerIp",
383
+ "name": "peerIp",
384
+ "path": "addBgpPeer.input.peerIp",
385
+ "requestStr": "$peerIp:IPAddress! ",
386
+ "required": true,
387
+ "responseStr": "peerIp:$peerIp ",
388
+ "type": {
389
+ "kind": [
390
+ "NON_NULL",
391
+ "SCALAR"
392
+ ],
393
+ "name": "IPAddress",
394
+ "non_null": false
395
+ },
396
+ "varName": "peerIp"
397
+ },
398
+ "performNat": {
399
+ "defaultValue": "false",
400
+ "description": "Perform NAT if true.",
401
+ "id_str": "addBgpPeer___input___performNat",
402
+ "name": "performNat",
403
+ "path": "addBgpPeer.input.performNat",
404
+ "requestStr": "$performNat:Boolean! ",
405
+ "required": true,
406
+ "responseStr": "performNat:$performNat ",
407
+ "type": {
408
+ "kind": [
409
+ "NON_NULL",
410
+ "SCALAR"
411
+ ],
412
+ "name": "Boolean",
413
+ "non_null": false
414
+ },
415
+ "varName": "performNat"
416
+ },
417
+ "site": {
418
+ "defaultValue": null,
419
+ "description": "Information about the site where the BGP peer is being added.",
420
+ "id_str": "addBgpPeer___input___site",
421
+ "name": "site",
422
+ "path": "addBgpPeer.input.site",
423
+ "requestStr": "$siteRefInput:SiteRefInput! ",
424
+ "required": true,
425
+ "responseStr": "site:$siteRefInput ",
426
+ "type": {
427
+ "definition": {
428
+ "description": null,
429
+ "enumValues": null,
430
+ "fields": null,
431
+ "inputFields": {
432
+ "by": {
433
+ "defaultValue": "ID",
434
+ "description": null,
435
+ "id_str": "addBgpPeer___input___site___by",
436
+ "name": "by",
437
+ "path": "addBgpPeer.input.site.by",
438
+ "requestStr": "$by:ObjectRefBy! ",
439
+ "required": true,
440
+ "responseStr": "by:$by ",
441
+ "type": {
442
+ "definition": {
443
+ "description": null,
444
+ "enumValues": [
445
+ {
446
+ "deprecationReason": null,
447
+ "description": null,
448
+ "isDeprecated": false,
449
+ "name": "ID"
450
+ },
451
+ {
452
+ "deprecationReason": null,
453
+ "description": null,
454
+ "isDeprecated": false,
455
+ "name": "NAME"
456
+ }
457
+ ],
458
+ "fields": null,
459
+ "inputFields": null,
460
+ "interfaces": null,
461
+ "kind": "ENUM",
462
+ "name": "ObjectRefBy",
463
+ "possibleTypes": null
464
+ },
465
+ "indexType": "enum",
466
+ "kind": [
467
+ "NON_NULL",
468
+ "ENUM"
469
+ ],
470
+ "name": "ObjectRefBy",
471
+ "non_null": false
472
+ },
473
+ "varName": "by"
474
+ },
475
+ "input": {
476
+ "defaultValue": null,
477
+ "description": null,
478
+ "id_str": "addBgpPeer___input___site___input",
479
+ "name": "input",
480
+ "path": "addBgpPeer.input.site.input",
481
+ "requestStr": "$input:String! ",
482
+ "required": true,
483
+ "responseStr": "input:$input ",
484
+ "type": {
485
+ "kind": [
486
+ "NON_NULL",
487
+ "SCALAR"
488
+ ],
489
+ "name": "String",
490
+ "non_null": false
491
+ },
492
+ "varName": "input"
493
+ }
494
+ },
495
+ "interfaces": null,
496
+ "kind": "INPUT_OBJECT",
497
+ "name": "SiteRefInput",
498
+ "possibleTypes": null
499
+ },
500
+ "indexType": "input_object",
501
+ "kind": [
502
+ "NON_NULL",
503
+ "INPUT_OBJECT"
504
+ ],
505
+ "name": "SiteRefInput",
506
+ "non_null": false
507
+ },
508
+ "varName": "siteRefInput"
509
+ },
510
+ "summaryRoute": {
511
+ "defaultValue": "[]",
512
+ "description": "Summarized routes to advertise.",
513
+ "id_str": "addBgpPeer___input___summaryRoute",
514
+ "name": "summaryRoute",
515
+ "path": "addBgpPeer.input.summaryRoute",
516
+ "requestStr": "$bgpSummaryRouteInput:[BgpSummaryRouteInput]! ",
517
+ "required": true,
518
+ "responseStr": "summaryRoute:$bgpSummaryRouteInput ",
519
+ "type": {
520
+ "definition": {
521
+ "description": null,
522
+ "enumValues": null,
523
+ "fields": null,
524
+ "inputFields": {
525
+ "community": {
526
+ "defaultValue": "[]",
527
+ "description": "Community values to associate with the summarized route.",
528
+ "id_str": "addBgpPeer___input___summaryRoute___community",
529
+ "name": "community",
530
+ "path": "addBgpPeer.input.summaryRoute.community",
531
+ "requestStr": "$bgpCommunityInput:[BgpCommunityInput]! ",
532
+ "required": true,
533
+ "responseStr": "community:$bgpCommunityInput ",
534
+ "type": {
535
+ "definition": {
536
+ "description": null,
537
+ "enumValues": null,
538
+ "fields": null,
539
+ "inputFields": {
540
+ "from": {
541
+ "defaultValue": null,
542
+ "description": "Start of the community range.",
543
+ "id_str": "addBgpPeer___input___summaryRoute___community___from",
544
+ "name": "from",
545
+ "path": "addBgpPeer.input.summaryRoute.community.from",
546
+ "requestStr": "$from:Asn16! ",
547
+ "required": true,
548
+ "responseStr": "from:$from ",
549
+ "type": {
550
+ "kind": [
551
+ "NON_NULL",
552
+ "SCALAR"
553
+ ],
554
+ "name": "Asn16",
555
+ "non_null": false
556
+ },
557
+ "varName": "from"
558
+ },
559
+ "to": {
560
+ "defaultValue": null,
561
+ "description": "End of the community range.",
562
+ "id_str": "addBgpPeer___input___summaryRoute___community___to",
563
+ "name": "to",
564
+ "path": "addBgpPeer.input.summaryRoute.community.to",
565
+ "requestStr": "$to:Asn16! ",
566
+ "required": true,
567
+ "responseStr": "to:$to ",
568
+ "type": {
569
+ "kind": [
570
+ "NON_NULL",
571
+ "SCALAR"
572
+ ],
573
+ "name": "Asn16",
574
+ "non_null": false
575
+ },
576
+ "varName": "to"
577
+ }
578
+ },
579
+ "interfaces": null,
580
+ "kind": "INPUT_OBJECT",
581
+ "name": "BgpCommunityInput",
582
+ "possibleTypes": null
583
+ },
584
+ "indexType": "input_object",
585
+ "kind": [
586
+ "NON_NULL",
587
+ "LIST",
588
+ "NON_NULL",
589
+ "INPUT_OBJECT"
590
+ ],
591
+ "name": "BgpCommunityInput",
592
+ "non_null": false
593
+ },
594
+ "varName": "bgpCommunityInput"
595
+ },
596
+ "route": {
597
+ "defaultValue": null,
598
+ "description": "Subnet of the summarized route to be advertised.",
599
+ "id_str": "addBgpPeer___input___summaryRoute___route",
600
+ "name": "route",
601
+ "path": "addBgpPeer.input.summaryRoute.route",
602
+ "requestStr": "$route:NetworkSubnet! ",
603
+ "required": true,
604
+ "responseStr": "route:$route ",
605
+ "type": {
606
+ "kind": [
607
+ "NON_NULL",
608
+ "SCALAR"
609
+ ],
610
+ "name": "NetworkSubnet",
611
+ "non_null": false
612
+ },
613
+ "varName": "route"
614
+ }
615
+ },
616
+ "interfaces": null,
617
+ "kind": "INPUT_OBJECT",
618
+ "name": "BgpSummaryRouteInput",
619
+ "possibleTypes": null
620
+ },
621
+ "indexType": "input_object",
622
+ "kind": [
623
+ "NON_NULL",
624
+ "LIST",
625
+ "NON_NULL",
626
+ "INPUT_OBJECT"
627
+ ],
628
+ "name": "BgpSummaryRouteInput",
629
+ "non_null": false
630
+ },
631
+ "varName": "bgpSummaryRouteInput"
632
+ },
633
+ "tracking": {
634
+ "defaultValue": null,
635
+ "description": "Configuration for tracking the health and status of the BGP peer.",
636
+ "id_str": "addBgpPeer___input___tracking",
637
+ "name": "tracking",
638
+ "path": "addBgpPeer.input.tracking",
639
+ "requestStr": "$bgpTrackingInput:BgpTrackingInput ",
640
+ "required": false,
641
+ "responseStr": "tracking:$bgpTrackingInput ",
642
+ "type": {
643
+ "definition": {
644
+ "description": null,
645
+ "enumValues": null,
646
+ "fields": null,
647
+ "inputFields": {
648
+ "alertFrequency": {
649
+ "defaultValue": "HOURLY",
650
+ "description": "Frequency of health alerts.",
651
+ "id_str": "addBgpPeer___input___tracking___alertFrequency",
652
+ "name": "alertFrequency",
653
+ "path": "addBgpPeer.input.tracking.alertFrequency",
654
+ "requestStr": "$alertFrequency:PolicyRuleTrackingFrequencyEnum! ",
655
+ "required": true,
656
+ "responseStr": "alertFrequency:$alertFrequency ",
657
+ "type": {
658
+ "definition": {
659
+ "description": "Enum for the frequency of an alert event for a rule",
660
+ "enumValues": [
661
+ {
662
+ "deprecationReason": null,
663
+ "description": null,
664
+ "isDeprecated": false,
665
+ "name": "HOURLY"
666
+ },
667
+ {
668
+ "deprecationReason": null,
669
+ "description": null,
670
+ "isDeprecated": false,
671
+ "name": "DAILY"
672
+ },
673
+ {
674
+ "deprecationReason": null,
675
+ "description": null,
676
+ "isDeprecated": false,
677
+ "name": "WEEKLY"
678
+ },
679
+ {
680
+ "deprecationReason": null,
681
+ "description": null,
682
+ "isDeprecated": false,
683
+ "name": "IMMEDIATE"
684
+ }
685
+ ],
686
+ "fields": null,
687
+ "inputFields": null,
688
+ "interfaces": null,
689
+ "kind": "ENUM",
690
+ "name": "PolicyRuleTrackingFrequencyEnum",
691
+ "possibleTypes": null
692
+ },
693
+ "indexType": "enum",
694
+ "kind": [
695
+ "NON_NULL",
696
+ "ENUM"
697
+ ],
698
+ "name": "PolicyRuleTrackingFrequencyEnum",
699
+ "non_null": false
700
+ },
701
+ "varName": "alertFrequency"
702
+ },
703
+ "enabled": {
704
+ "defaultValue": "false",
705
+ "description": "Indicates if tracking is enabled.",
706
+ "id_str": "addBgpPeer___input___tracking___enabled",
707
+ "name": "enabled",
708
+ "path": "addBgpPeer.input.tracking.enabled",
709
+ "requestStr": "$enabled:Boolean! ",
710
+ "required": true,
711
+ "responseStr": "enabled:$enabled ",
712
+ "type": {
713
+ "kind": [
714
+ "NON_NULL",
715
+ "SCALAR"
716
+ ],
717
+ "name": "Boolean",
718
+ "non_null": false
719
+ },
720
+ "varName": "enabled"
721
+ },
722
+ "subscriptionId": {
723
+ "defaultValue": null,
724
+ "description": "Subscription ID associated with this tracking rule.",
725
+ "id_str": "addBgpPeer___input___tracking___subscriptionId",
726
+ "name": "subscriptionId",
727
+ "path": "addBgpPeer.input.tracking.subscriptionId",
728
+ "requestStr": "$subscriptionId:ID! ",
729
+ "required": true,
730
+ "responseStr": "subscriptionId:$subscriptionId ",
731
+ "type": {
732
+ "kind": [
733
+ "NON_NULL",
734
+ "SCALAR"
735
+ ],
736
+ "name": "ID",
737
+ "non_null": false
738
+ },
739
+ "varName": "subscriptionId"
740
+ }
741
+ },
742
+ "interfaces": null,
743
+ "kind": "INPUT_OBJECT",
744
+ "name": "BgpTrackingInput",
745
+ "possibleTypes": null
746
+ },
747
+ "indexType": "input_object",
748
+ "kind": [
749
+ "INPUT_OBJECT"
750
+ ],
751
+ "name": "BgpTrackingInput",
752
+ "non_null": false
753
+ },
754
+ "varName": "bgpTrackingInput"
755
+ }
756
+ },
757
+ "interfaces": null,
758
+ "kind": "INPUT_OBJECT",
759
+ "name": "AddBgpPeerInput",
760
+ "possibleTypes": null
761
+ },
762
+ "indexType": "input_object",
763
+ "kind": [
764
+ "NON_NULL",
765
+ "INPUT_OBJECT"
766
+ ],
767
+ "name": "AddBgpPeerInput",
768
+ "non_null": false
769
+ },
770
+ "varName": "addBgpPeerInput"
771
+ }
772
+ },
773
+ "deprecationReason": null,
774
+ "description": "Adds a new BGP peer to the specified site.",
775
+ "isDeprecated": false,
776
+ "name": "addBgpPeer",
777
+ "type": {
778
+ "kind": "OBJECT",
779
+ "name": "AddBgpPeerPayload",
780
+ "ofType": null
781
+ }
782
+ }
783
+ },
784
+ "deprecationReason": "in favor of site",
785
+ "description": null,
786
+ "fieldTypes": {
787
+ "AddBgpPeerPayload": true,
788
+ "BfdSettings": true,
789
+ "BfdSettingsInput": true,
790
+ "BgpCommunity": true,
791
+ "BgpCommunityInput": true,
792
+ "BgpDefaultAction": true,
793
+ "BgpPeer": true,
794
+ "BgpSummaryRoute": true,
795
+ "BgpSummaryRouteInput": true,
796
+ "BgpTracking": true,
797
+ "BgpTrackingInput": true,
798
+ "ObjectRefBy": true,
799
+ "PolicyRuleTrackingFrequencyEnum": true,
800
+ "SiteRef": true,
801
+ "SiteRefInput": true
802
+ },
803
+ "isDeprecated": true,
804
+ "name": "sites",
805
+ "operationArgs": {
806
+ "accountId": {
807
+ "defaultValue": null,
808
+ "description": null,
809
+ "id_str": "accountId",
810
+ "name": "accountId",
811
+ "path": "accountId",
812
+ "requestStr": "$accountId:ID! ",
813
+ "required": true,
814
+ "responseStr": "accountId:$accountId ",
815
+ "type": {
816
+ "kind": [
817
+ "NON_NULL",
818
+ "SCALAR"
819
+ ],
820
+ "name": "ID",
821
+ "non_null": false
822
+ },
823
+ "varName": "accountId"
824
+ },
825
+ "addBgpPeerInput": {
826
+ "defaultValue": null,
827
+ "description": null,
828
+ "id_str": "addBgpPeer___input",
829
+ "name": "input",
830
+ "path": "addBgpPeer.input",
831
+ "requestStr": "$addBgpPeerInput:AddBgpPeerInput! ",
832
+ "required": true,
833
+ "responseStr": "input:$addBgpPeerInput ",
834
+ "type": {
835
+ "definition": {
836
+ "description": null,
837
+ "enumValues": null,
838
+ "fields": null,
839
+ "inputFields": {
840
+ "advertiseAllRoutes": {
841
+ "defaultValue": "false",
842
+ "description": "Advertise all routes if true.",
843
+ "id_str": "addBgpPeer___input___advertiseAllRoutes",
844
+ "name": "advertiseAllRoutes",
845
+ "path": "addBgpPeer.input.advertiseAllRoutes",
846
+ "requestStr": "$advertiseAllRoutes:Boolean! ",
847
+ "required": true,
848
+ "responseStr": "advertiseAllRoutes:$advertiseAllRoutes ",
849
+ "type": {
850
+ "kind": [
851
+ "NON_NULL",
852
+ "SCALAR"
853
+ ],
854
+ "name": "Boolean",
855
+ "non_null": false
856
+ },
857
+ "varName": "advertiseAllRoutes"
858
+ },
859
+ "advertiseDefaultRoute": {
860
+ "defaultValue": "true",
861
+ "description": "Advertise the default route (0.0.0.0/0) if true.",
862
+ "id_str": "addBgpPeer___input___advertiseDefaultRoute",
863
+ "name": "advertiseDefaultRoute",
864
+ "path": "addBgpPeer.input.advertiseDefaultRoute",
865
+ "requestStr": "$advertiseDefaultRoute:Boolean! ",
866
+ "required": true,
867
+ "responseStr": "advertiseDefaultRoute:$advertiseDefaultRoute ",
868
+ "type": {
869
+ "kind": [
870
+ "NON_NULL",
871
+ "SCALAR"
872
+ ],
873
+ "name": "Boolean",
874
+ "non_null": false
875
+ },
876
+ "varName": "advertiseDefaultRoute"
877
+ },
878
+ "advertiseSummaryRoutes": {
879
+ "defaultValue": "false",
880
+ "description": "Advertise summarized routes if true.",
881
+ "id_str": "addBgpPeer___input___advertiseSummaryRoutes",
882
+ "name": "advertiseSummaryRoutes",
883
+ "path": "addBgpPeer.input.advertiseSummaryRoutes",
884
+ "requestStr": "$advertiseSummaryRoutes:Boolean! ",
885
+ "required": true,
886
+ "responseStr": "advertiseSummaryRoutes:$advertiseSummaryRoutes ",
887
+ "type": {
888
+ "kind": [
889
+ "NON_NULL",
890
+ "SCALAR"
891
+ ],
892
+ "name": "Boolean",
893
+ "non_null": false
894
+ },
895
+ "varName": "advertiseSummaryRoutes"
896
+ },
897
+ "bfdEnabled": {
898
+ "defaultValue": "false",
899
+ "description": "Enable BFD for session failure detection if true.",
900
+ "id_str": "addBgpPeer___input___bfdEnabled",
901
+ "name": "bfdEnabled",
902
+ "path": "addBgpPeer.input.bfdEnabled",
903
+ "requestStr": "$bfdEnabled:Boolean! ",
904
+ "required": true,
905
+ "responseStr": "bfdEnabled:$bfdEnabled ",
906
+ "type": {
907
+ "kind": [
908
+ "NON_NULL",
909
+ "SCALAR"
910
+ ],
911
+ "name": "Boolean",
912
+ "non_null": false
913
+ },
914
+ "varName": "bfdEnabled"
915
+ },
916
+ "bfdSettings": {
917
+ "defaultValue": null,
918
+ "description": "Required BFD configuration if BFD is enabled.",
919
+ "id_str": "addBgpPeer___input___bfdSettings",
920
+ "name": "bfdSettings",
921
+ "path": "addBgpPeer.input.bfdSettings",
922
+ "requestStr": "$bfdSettingsInput:BfdSettingsInput ",
923
+ "required": false,
924
+ "responseStr": "bfdSettings:$bfdSettingsInput ",
925
+ "type": {
926
+ "definition": {
927
+ "description": null,
928
+ "enumValues": null,
929
+ "fields": null,
930
+ "inputFields": {
931
+ "multiplier": {
932
+ "defaultValue": "5",
933
+ "description": "Number of missed BFD packets before considering the session down.",
934
+ "id_str": "addBgpPeer___input___bfdSettings___multiplier",
935
+ "name": "multiplier",
936
+ "path": "addBgpPeer.input.bfdSettings.multiplier",
937
+ "requestStr": "$multiplier:Int! ",
938
+ "required": true,
939
+ "responseStr": "multiplier:$multiplier ",
940
+ "type": {
941
+ "kind": [
942
+ "NON_NULL",
943
+ "SCALAR"
944
+ ],
945
+ "name": "Int",
946
+ "non_null": false
947
+ },
948
+ "varName": "multiplier"
949
+ },
950
+ "receiveInterval": {
951
+ "defaultValue": "1000",
952
+ "description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
953
+ "id_str": "addBgpPeer___input___bfdSettings___receiveInterval",
954
+ "name": "receiveInterval",
955
+ "path": "addBgpPeer.input.bfdSettings.receiveInterval",
956
+ "requestStr": "$receiveInterval:Int! ",
957
+ "required": true,
958
+ "responseStr": "receiveInterval:$receiveInterval ",
959
+ "type": {
960
+ "kind": [
961
+ "NON_NULL",
962
+ "SCALAR"
963
+ ],
964
+ "name": "Int",
965
+ "non_null": false
966
+ },
967
+ "varName": "receiveInterval"
968
+ },
969
+ "transmitInterval": {
970
+ "defaultValue": "1000",
971
+ "description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
972
+ "id_str": "addBgpPeer___input___bfdSettings___transmitInterval",
973
+ "name": "transmitInterval",
974
+ "path": "addBgpPeer.input.bfdSettings.transmitInterval",
975
+ "requestStr": "$transmitInterval:Int! ",
976
+ "required": true,
977
+ "responseStr": "transmitInterval:$transmitInterval ",
978
+ "type": {
979
+ "kind": [
980
+ "NON_NULL",
981
+ "SCALAR"
982
+ ],
983
+ "name": "Int",
984
+ "non_null": false
985
+ },
986
+ "varName": "transmitInterval"
987
+ }
988
+ },
989
+ "interfaces": null,
990
+ "kind": "INPUT_OBJECT",
991
+ "name": "BfdSettingsInput",
992
+ "possibleTypes": null
993
+ },
994
+ "indexType": "input_object",
995
+ "kind": [
996
+ "INPUT_OBJECT"
997
+ ],
998
+ "name": "BfdSettingsInput",
999
+ "non_null": false
1000
+ },
1001
+ "varName": "bfdSettingsInput"
1002
+ },
1003
+ "catoAsn": {
1004
+ "defaultValue": null,
1005
+ "description": "The AS number of Cato's BGP endpoint.",
1006
+ "id_str": "addBgpPeer___input___catoAsn",
1007
+ "name": "catoAsn",
1008
+ "path": "addBgpPeer.input.catoAsn",
1009
+ "requestStr": "$catoAsn:Asn16! ",
1010
+ "required": true,
1011
+ "responseStr": "catoAsn:$catoAsn ",
1012
+ "type": {
1013
+ "kind": [
1014
+ "NON_NULL",
1015
+ "SCALAR"
1016
+ ],
1017
+ "name": "Asn16",
1018
+ "non_null": false
1019
+ },
1020
+ "varName": "catoAsn"
1021
+ },
1022
+ "defaultAction": {
1023
+ "defaultValue": null,
1024
+ "description": "Default action for routes not matching filters (ACCEPT or DROP).",
1025
+ "id_str": "addBgpPeer___input___defaultAction",
1026
+ "name": "defaultAction",
1027
+ "path": "addBgpPeer.input.defaultAction",
1028
+ "requestStr": "$defaultAction:BgpDefaultAction! ",
1029
+ "required": true,
1030
+ "responseStr": "defaultAction:$defaultAction ",
1031
+ "type": {
1032
+ "definition": {
1033
+ "description": null,
1034
+ "enumValues": [
1035
+ {
1036
+ "deprecationReason": null,
1037
+ "description": "Default action to drop all unmatched routes.",
1038
+ "isDeprecated": false,
1039
+ "name": "DROP"
1040
+ },
1041
+ {
1042
+ "deprecationReason": null,
1043
+ "description": "Default action to accept all unmatched routes.",
1044
+ "isDeprecated": false,
1045
+ "name": "ACCEPT"
1046
+ }
1047
+ ],
1048
+ "fields": null,
1049
+ "inputFields": null,
1050
+ "interfaces": null,
1051
+ "kind": "ENUM",
1052
+ "name": "BgpDefaultAction",
1053
+ "possibleTypes": null
1054
+ },
1055
+ "indexType": "enum",
1056
+ "kind": [
1057
+ "NON_NULL",
1058
+ "ENUM"
1059
+ ],
1060
+ "name": "BgpDefaultAction",
1061
+ "non_null": false
1062
+ },
1063
+ "varName": "defaultAction"
1064
+ },
1065
+ "holdTime": {
1066
+ "defaultValue": "60",
1067
+ "description": "Time (in seconds) before declaring the peer unreachable.",
1068
+ "id_str": "addBgpPeer___input___holdTime",
1069
+ "name": "holdTime",
1070
+ "path": "addBgpPeer.input.holdTime",
1071
+ "requestStr": "$holdTime:Int! ",
1072
+ "required": true,
1073
+ "responseStr": "holdTime:$holdTime ",
1074
+ "type": {
1075
+ "kind": [
1076
+ "NON_NULL",
1077
+ "SCALAR"
1078
+ ],
1079
+ "name": "Int",
1080
+ "non_null": false
1081
+ },
1082
+ "varName": "holdTime"
1083
+ },
1084
+ "keepaliveInterval": {
1085
+ "defaultValue": "20",
1086
+ "description": "Time (in seconds) between keepalive messages.",
1087
+ "id_str": "addBgpPeer___input___keepaliveInterval",
1088
+ "name": "keepaliveInterval",
1089
+ "path": "addBgpPeer.input.keepaliveInterval",
1090
+ "requestStr": "$keepaliveInterval:Int! ",
1091
+ "required": true,
1092
+ "responseStr": "keepaliveInterval:$keepaliveInterval ",
1093
+ "type": {
1094
+ "kind": [
1095
+ "NON_NULL",
1096
+ "SCALAR"
1097
+ ],
1098
+ "name": "Int",
1099
+ "non_null": false
1100
+ },
1101
+ "varName": "keepaliveInterval"
1102
+ },
1103
+ "md5AuthKey": {
1104
+ "defaultValue": null,
1105
+ "description": "MD5 authentication key for secure sessions.",
1106
+ "id_str": "addBgpPeer___input___md5AuthKey",
1107
+ "name": "md5AuthKey",
1108
+ "path": "addBgpPeer.input.md5AuthKey",
1109
+ "requestStr": "$md5AuthKey:String ",
1110
+ "required": false,
1111
+ "responseStr": "md5AuthKey:$md5AuthKey ",
1112
+ "type": {
1113
+ "kind": [
1114
+ "SCALAR"
1115
+ ],
1116
+ "name": "String",
1117
+ "non_null": false
1118
+ },
1119
+ "varName": "md5AuthKey"
1120
+ },
1121
+ "metric": {
1122
+ "defaultValue": "100",
1123
+ "description": "Route preference metric; lower values are given precedence.",
1124
+ "id_str": "addBgpPeer___input___metric",
1125
+ "name": "metric",
1126
+ "path": "addBgpPeer.input.metric",
1127
+ "requestStr": "$metric:Int! ",
1128
+ "required": true,
1129
+ "responseStr": "metric:$metric ",
1130
+ "type": {
1131
+ "kind": [
1132
+ "NON_NULL",
1133
+ "SCALAR"
1134
+ ],
1135
+ "name": "Int",
1136
+ "non_null": false
1137
+ },
1138
+ "varName": "metric"
1139
+ },
1140
+ "name": {
1141
+ "defaultValue": null,
1142
+ "description": "Name of the BGP configuration entity.",
1143
+ "id_str": "addBgpPeer___input___name",
1144
+ "name": "name",
1145
+ "path": "addBgpPeer.input.name",
1146
+ "requestStr": "$name:String! ",
1147
+ "required": true,
1148
+ "responseStr": "name:$name ",
1149
+ "type": {
1150
+ "kind": [
1151
+ "NON_NULL",
1152
+ "SCALAR"
1153
+ ],
1154
+ "name": "String",
1155
+ "non_null": false
1156
+ },
1157
+ "varName": "name"
1158
+ },
1159
+ "peerAsn": {
1160
+ "defaultValue": null,
1161
+ "description": "The AS number of the peer BGP endpoint.",
1162
+ "id_str": "addBgpPeer___input___peerAsn",
1163
+ "name": "peerAsn",
1164
+ "path": "addBgpPeer.input.peerAsn",
1165
+ "requestStr": "$peerAsn:Asn32! ",
1166
+ "required": true,
1167
+ "responseStr": "peerAsn:$peerAsn ",
1168
+ "type": {
1169
+ "kind": [
1170
+ "NON_NULL",
1171
+ "SCALAR"
1172
+ ],
1173
+ "name": "Asn32",
1174
+ "non_null": false
1175
+ },
1176
+ "varName": "peerAsn"
1177
+ },
1178
+ "peerIp": {
1179
+ "defaultValue": null,
1180
+ "description": "IP address of the peer BGP endpoint.",
1181
+ "id_str": "addBgpPeer___input___peerIp",
1182
+ "name": "peerIp",
1183
+ "path": "addBgpPeer.input.peerIp",
1184
+ "requestStr": "$peerIp:IPAddress! ",
1185
+ "required": true,
1186
+ "responseStr": "peerIp:$peerIp ",
1187
+ "type": {
1188
+ "kind": [
1189
+ "NON_NULL",
1190
+ "SCALAR"
1191
+ ],
1192
+ "name": "IPAddress",
1193
+ "non_null": false
1194
+ },
1195
+ "varName": "peerIp"
1196
+ },
1197
+ "performNat": {
1198
+ "defaultValue": "false",
1199
+ "description": "Perform NAT if true.",
1200
+ "id_str": "addBgpPeer___input___performNat",
1201
+ "name": "performNat",
1202
+ "path": "addBgpPeer.input.performNat",
1203
+ "requestStr": "$performNat:Boolean! ",
1204
+ "required": true,
1205
+ "responseStr": "performNat:$performNat ",
1206
+ "type": {
1207
+ "kind": [
1208
+ "NON_NULL",
1209
+ "SCALAR"
1210
+ ],
1211
+ "name": "Boolean",
1212
+ "non_null": false
1213
+ },
1214
+ "varName": "performNat"
1215
+ },
1216
+ "site": {
1217
+ "defaultValue": null,
1218
+ "description": "Information about the site where the BGP peer is being added.",
1219
+ "id_str": "addBgpPeer___input___site",
1220
+ "name": "site",
1221
+ "path": "addBgpPeer.input.site",
1222
+ "requestStr": "$siteRefInput:SiteRefInput! ",
1223
+ "required": true,
1224
+ "responseStr": "site:$siteRefInput ",
1225
+ "type": {
1226
+ "definition": {
1227
+ "description": null,
1228
+ "enumValues": null,
1229
+ "fields": null,
1230
+ "inputFields": {
1231
+ "by": {
1232
+ "defaultValue": "ID",
1233
+ "description": null,
1234
+ "id_str": "addBgpPeer___input___site___by",
1235
+ "name": "by",
1236
+ "path": "addBgpPeer.input.site.by",
1237
+ "requestStr": "$by:ObjectRefBy! ",
1238
+ "required": true,
1239
+ "responseStr": "by:$by ",
1240
+ "type": {
1241
+ "definition": {
1242
+ "description": null,
1243
+ "enumValues": [
1244
+ {
1245
+ "deprecationReason": null,
1246
+ "description": null,
1247
+ "isDeprecated": false,
1248
+ "name": "ID"
1249
+ },
1250
+ {
1251
+ "deprecationReason": null,
1252
+ "description": null,
1253
+ "isDeprecated": false,
1254
+ "name": "NAME"
1255
+ }
1256
+ ],
1257
+ "fields": null,
1258
+ "inputFields": null,
1259
+ "interfaces": null,
1260
+ "kind": "ENUM",
1261
+ "name": "ObjectRefBy",
1262
+ "possibleTypes": null
1263
+ },
1264
+ "indexType": "enum",
1265
+ "kind": [
1266
+ "NON_NULL",
1267
+ "ENUM"
1268
+ ],
1269
+ "name": "ObjectRefBy",
1270
+ "non_null": false
1271
+ },
1272
+ "varName": "by"
1273
+ },
1274
+ "input": {
1275
+ "defaultValue": null,
1276
+ "description": null,
1277
+ "id_str": "addBgpPeer___input___site___input",
1278
+ "name": "input",
1279
+ "path": "addBgpPeer.input.site.input",
1280
+ "requestStr": "$input:String! ",
1281
+ "required": true,
1282
+ "responseStr": "input:$input ",
1283
+ "type": {
1284
+ "kind": [
1285
+ "NON_NULL",
1286
+ "SCALAR"
1287
+ ],
1288
+ "name": "String",
1289
+ "non_null": false
1290
+ },
1291
+ "varName": "input"
1292
+ }
1293
+ },
1294
+ "interfaces": null,
1295
+ "kind": "INPUT_OBJECT",
1296
+ "name": "SiteRefInput",
1297
+ "possibleTypes": null
1298
+ },
1299
+ "indexType": "input_object",
1300
+ "kind": [
1301
+ "NON_NULL",
1302
+ "INPUT_OBJECT"
1303
+ ],
1304
+ "name": "SiteRefInput",
1305
+ "non_null": false
1306
+ },
1307
+ "varName": "siteRefInput"
1308
+ },
1309
+ "summaryRoute": {
1310
+ "defaultValue": "[]",
1311
+ "description": "Summarized routes to advertise.",
1312
+ "id_str": "addBgpPeer___input___summaryRoute",
1313
+ "name": "summaryRoute",
1314
+ "path": "addBgpPeer.input.summaryRoute",
1315
+ "requestStr": "$bgpSummaryRouteInput:[BgpSummaryRouteInput]! ",
1316
+ "required": true,
1317
+ "responseStr": "summaryRoute:$bgpSummaryRouteInput ",
1318
+ "type": {
1319
+ "definition": {
1320
+ "description": null,
1321
+ "enumValues": null,
1322
+ "fields": null,
1323
+ "inputFields": {
1324
+ "community": {
1325
+ "defaultValue": "[]",
1326
+ "description": "Community values to associate with the summarized route.",
1327
+ "id_str": "addBgpPeer___input___summaryRoute___community",
1328
+ "name": "community",
1329
+ "path": "addBgpPeer.input.summaryRoute.community",
1330
+ "requestStr": "$bgpCommunityInput:[BgpCommunityInput]! ",
1331
+ "required": true,
1332
+ "responseStr": "community:$bgpCommunityInput ",
1333
+ "type": {
1334
+ "definition": {
1335
+ "description": null,
1336
+ "enumValues": null,
1337
+ "fields": null,
1338
+ "inputFields": {
1339
+ "from": {
1340
+ "defaultValue": null,
1341
+ "description": "Start of the community range.",
1342
+ "id_str": "addBgpPeer___input___summaryRoute___community___from",
1343
+ "name": "from",
1344
+ "path": "addBgpPeer.input.summaryRoute.community.from",
1345
+ "requestStr": "$from:Asn16! ",
1346
+ "required": true,
1347
+ "responseStr": "from:$from ",
1348
+ "type": {
1349
+ "kind": [
1350
+ "NON_NULL",
1351
+ "SCALAR"
1352
+ ],
1353
+ "name": "Asn16",
1354
+ "non_null": false
1355
+ },
1356
+ "varName": "from"
1357
+ },
1358
+ "to": {
1359
+ "defaultValue": null,
1360
+ "description": "End of the community range.",
1361
+ "id_str": "addBgpPeer___input___summaryRoute___community___to",
1362
+ "name": "to",
1363
+ "path": "addBgpPeer.input.summaryRoute.community.to",
1364
+ "requestStr": "$to:Asn16! ",
1365
+ "required": true,
1366
+ "responseStr": "to:$to ",
1367
+ "type": {
1368
+ "kind": [
1369
+ "NON_NULL",
1370
+ "SCALAR"
1371
+ ],
1372
+ "name": "Asn16",
1373
+ "non_null": false
1374
+ },
1375
+ "varName": "to"
1376
+ }
1377
+ },
1378
+ "interfaces": null,
1379
+ "kind": "INPUT_OBJECT",
1380
+ "name": "BgpCommunityInput",
1381
+ "possibleTypes": null
1382
+ },
1383
+ "indexType": "input_object",
1384
+ "kind": [
1385
+ "NON_NULL",
1386
+ "LIST",
1387
+ "NON_NULL",
1388
+ "INPUT_OBJECT"
1389
+ ],
1390
+ "name": "BgpCommunityInput",
1391
+ "non_null": false
1392
+ },
1393
+ "varName": "bgpCommunityInput"
1394
+ },
1395
+ "route": {
1396
+ "defaultValue": null,
1397
+ "description": "Subnet of the summarized route to be advertised.",
1398
+ "id_str": "addBgpPeer___input___summaryRoute___route",
1399
+ "name": "route",
1400
+ "path": "addBgpPeer.input.summaryRoute.route",
1401
+ "requestStr": "$route:NetworkSubnet! ",
1402
+ "required": true,
1403
+ "responseStr": "route:$route ",
1404
+ "type": {
1405
+ "kind": [
1406
+ "NON_NULL",
1407
+ "SCALAR"
1408
+ ],
1409
+ "name": "NetworkSubnet",
1410
+ "non_null": false
1411
+ },
1412
+ "varName": "route"
1413
+ }
1414
+ },
1415
+ "interfaces": null,
1416
+ "kind": "INPUT_OBJECT",
1417
+ "name": "BgpSummaryRouteInput",
1418
+ "possibleTypes": null
1419
+ },
1420
+ "indexType": "input_object",
1421
+ "kind": [
1422
+ "NON_NULL",
1423
+ "LIST",
1424
+ "NON_NULL",
1425
+ "INPUT_OBJECT"
1426
+ ],
1427
+ "name": "BgpSummaryRouteInput",
1428
+ "non_null": false
1429
+ },
1430
+ "varName": "bgpSummaryRouteInput"
1431
+ },
1432
+ "tracking": {
1433
+ "defaultValue": null,
1434
+ "description": "Configuration for tracking the health and status of the BGP peer.",
1435
+ "id_str": "addBgpPeer___input___tracking",
1436
+ "name": "tracking",
1437
+ "path": "addBgpPeer.input.tracking",
1438
+ "requestStr": "$bgpTrackingInput:BgpTrackingInput ",
1439
+ "required": false,
1440
+ "responseStr": "tracking:$bgpTrackingInput ",
1441
+ "type": {
1442
+ "definition": {
1443
+ "description": null,
1444
+ "enumValues": null,
1445
+ "fields": null,
1446
+ "inputFields": {
1447
+ "alertFrequency": {
1448
+ "defaultValue": "HOURLY",
1449
+ "description": "Frequency of health alerts.",
1450
+ "id_str": "addBgpPeer___input___tracking___alertFrequency",
1451
+ "name": "alertFrequency",
1452
+ "path": "addBgpPeer.input.tracking.alertFrequency",
1453
+ "requestStr": "$alertFrequency:PolicyRuleTrackingFrequencyEnum! ",
1454
+ "required": true,
1455
+ "responseStr": "alertFrequency:$alertFrequency ",
1456
+ "type": {
1457
+ "definition": {
1458
+ "description": "Enum for the frequency of an alert event for a rule",
1459
+ "enumValues": [
1460
+ {
1461
+ "deprecationReason": null,
1462
+ "description": null,
1463
+ "isDeprecated": false,
1464
+ "name": "HOURLY"
1465
+ },
1466
+ {
1467
+ "deprecationReason": null,
1468
+ "description": null,
1469
+ "isDeprecated": false,
1470
+ "name": "DAILY"
1471
+ },
1472
+ {
1473
+ "deprecationReason": null,
1474
+ "description": null,
1475
+ "isDeprecated": false,
1476
+ "name": "WEEKLY"
1477
+ },
1478
+ {
1479
+ "deprecationReason": null,
1480
+ "description": null,
1481
+ "isDeprecated": false,
1482
+ "name": "IMMEDIATE"
1483
+ }
1484
+ ],
1485
+ "fields": null,
1486
+ "inputFields": null,
1487
+ "interfaces": null,
1488
+ "kind": "ENUM",
1489
+ "name": "PolicyRuleTrackingFrequencyEnum",
1490
+ "possibleTypes": null
1491
+ },
1492
+ "indexType": "enum",
1493
+ "kind": [
1494
+ "NON_NULL",
1495
+ "ENUM"
1496
+ ],
1497
+ "name": "PolicyRuleTrackingFrequencyEnum",
1498
+ "non_null": false
1499
+ },
1500
+ "varName": "alertFrequency"
1501
+ },
1502
+ "enabled": {
1503
+ "defaultValue": "false",
1504
+ "description": "Indicates if tracking is enabled.",
1505
+ "id_str": "addBgpPeer___input___tracking___enabled",
1506
+ "name": "enabled",
1507
+ "path": "addBgpPeer.input.tracking.enabled",
1508
+ "requestStr": "$enabled:Boolean! ",
1509
+ "required": true,
1510
+ "responseStr": "enabled:$enabled ",
1511
+ "type": {
1512
+ "kind": [
1513
+ "NON_NULL",
1514
+ "SCALAR"
1515
+ ],
1516
+ "name": "Boolean",
1517
+ "non_null": false
1518
+ },
1519
+ "varName": "enabled"
1520
+ },
1521
+ "subscriptionId": {
1522
+ "defaultValue": null,
1523
+ "description": "Subscription ID associated with this tracking rule.",
1524
+ "id_str": "addBgpPeer___input___tracking___subscriptionId",
1525
+ "name": "subscriptionId",
1526
+ "path": "addBgpPeer.input.tracking.subscriptionId",
1527
+ "requestStr": "$subscriptionId:ID! ",
1528
+ "required": true,
1529
+ "responseStr": "subscriptionId:$subscriptionId ",
1530
+ "type": {
1531
+ "kind": [
1532
+ "NON_NULL",
1533
+ "SCALAR"
1534
+ ],
1535
+ "name": "ID",
1536
+ "non_null": false
1537
+ },
1538
+ "varName": "subscriptionId"
1539
+ }
1540
+ },
1541
+ "interfaces": null,
1542
+ "kind": "INPUT_OBJECT",
1543
+ "name": "BgpTrackingInput",
1544
+ "possibleTypes": null
1545
+ },
1546
+ "indexType": "input_object",
1547
+ "kind": [
1548
+ "INPUT_OBJECT"
1549
+ ],
1550
+ "name": "BgpTrackingInput",
1551
+ "non_null": false
1552
+ },
1553
+ "varName": "bgpTrackingInput"
1554
+ }
1555
+ },
1556
+ "interfaces": null,
1557
+ "kind": "INPUT_OBJECT",
1558
+ "name": "AddBgpPeerInput",
1559
+ "possibleTypes": null
1560
+ },
1561
+ "indexType": "input_object",
1562
+ "kind": [
1563
+ "NON_NULL",
1564
+ "INPUT_OBJECT"
1565
+ ],
1566
+ "name": "AddBgpPeerInput",
1567
+ "non_null": false
1568
+ },
1569
+ "varName": "addBgpPeerInput"
1570
+ }
1571
+ },
1572
+ "path": "mutation.sites.addBgpPeer",
1573
+ "type": {
1574
+ "definition": {
1575
+ "description": null,
1576
+ "enumValues": null,
1577
+ "fields": {
1578
+ "addBgpPeer": {
1579
+ "args": {
1580
+ "addBgpPeer___input": {
1581
+ "defaultValue": null,
1582
+ "description": null,
1583
+ "id_str": "addBgpPeer___input",
1584
+ "name": "input",
1585
+ "path": "addBgpPeer.input",
1586
+ "requestStr": "$addBgpPeerInput:AddBgpPeerInput! ",
1587
+ "required": true,
1588
+ "responseStr": "input:$addBgpPeerInput ",
1589
+ "type": {
1590
+ "definition": {
1591
+ "description": null,
1592
+ "enumValues": null,
1593
+ "fields": null,
1594
+ "inputFields": {
1595
+ "advertiseAllRoutes": {
1596
+ "defaultValue": "false",
1597
+ "description": "Advertise all routes if true.",
1598
+ "id_str": "addBgpPeer___input___advertiseAllRoutes",
1599
+ "name": "advertiseAllRoutes",
1600
+ "path": "addBgpPeer.input.advertiseAllRoutes",
1601
+ "requestStr": "$advertiseAllRoutes:Boolean! ",
1602
+ "required": true,
1603
+ "responseStr": "advertiseAllRoutes:$advertiseAllRoutes ",
1604
+ "type": {
1605
+ "kind": [
1606
+ "NON_NULL",
1607
+ "SCALAR"
1608
+ ],
1609
+ "name": "Boolean",
1610
+ "non_null": false
1611
+ },
1612
+ "varName": "advertiseAllRoutes"
1613
+ },
1614
+ "advertiseDefaultRoute": {
1615
+ "defaultValue": "true",
1616
+ "description": "Advertise the default route (0.0.0.0/0) if true.",
1617
+ "id_str": "addBgpPeer___input___advertiseDefaultRoute",
1618
+ "name": "advertiseDefaultRoute",
1619
+ "path": "addBgpPeer.input.advertiseDefaultRoute",
1620
+ "requestStr": "$advertiseDefaultRoute:Boolean! ",
1621
+ "required": true,
1622
+ "responseStr": "advertiseDefaultRoute:$advertiseDefaultRoute ",
1623
+ "type": {
1624
+ "kind": [
1625
+ "NON_NULL",
1626
+ "SCALAR"
1627
+ ],
1628
+ "name": "Boolean",
1629
+ "non_null": false
1630
+ },
1631
+ "varName": "advertiseDefaultRoute"
1632
+ },
1633
+ "advertiseSummaryRoutes": {
1634
+ "defaultValue": "false",
1635
+ "description": "Advertise summarized routes if true.",
1636
+ "id_str": "addBgpPeer___input___advertiseSummaryRoutes",
1637
+ "name": "advertiseSummaryRoutes",
1638
+ "path": "addBgpPeer.input.advertiseSummaryRoutes",
1639
+ "requestStr": "$advertiseSummaryRoutes:Boolean! ",
1640
+ "required": true,
1641
+ "responseStr": "advertiseSummaryRoutes:$advertiseSummaryRoutes ",
1642
+ "type": {
1643
+ "kind": [
1644
+ "NON_NULL",
1645
+ "SCALAR"
1646
+ ],
1647
+ "name": "Boolean",
1648
+ "non_null": false
1649
+ },
1650
+ "varName": "advertiseSummaryRoutes"
1651
+ },
1652
+ "bfdEnabled": {
1653
+ "defaultValue": "false",
1654
+ "description": "Enable BFD for session failure detection if true.",
1655
+ "id_str": "addBgpPeer___input___bfdEnabled",
1656
+ "name": "bfdEnabled",
1657
+ "path": "addBgpPeer.input.bfdEnabled",
1658
+ "requestStr": "$bfdEnabled:Boolean! ",
1659
+ "required": true,
1660
+ "responseStr": "bfdEnabled:$bfdEnabled ",
1661
+ "type": {
1662
+ "kind": [
1663
+ "NON_NULL",
1664
+ "SCALAR"
1665
+ ],
1666
+ "name": "Boolean",
1667
+ "non_null": false
1668
+ },
1669
+ "varName": "bfdEnabled"
1670
+ },
1671
+ "bfdSettings": {
1672
+ "defaultValue": null,
1673
+ "description": "Required BFD configuration if BFD is enabled.",
1674
+ "id_str": "addBgpPeer___input___bfdSettings",
1675
+ "name": "bfdSettings",
1676
+ "path": "addBgpPeer.input.bfdSettings",
1677
+ "requestStr": "$bfdSettingsInput:BfdSettingsInput ",
1678
+ "required": false,
1679
+ "responseStr": "bfdSettings:$bfdSettingsInput ",
1680
+ "type": {
1681
+ "definition": {
1682
+ "description": null,
1683
+ "enumValues": null,
1684
+ "fields": null,
1685
+ "inputFields": {
1686
+ "multiplier": {
1687
+ "defaultValue": "5",
1688
+ "description": "Number of missed BFD packets before considering the session down.",
1689
+ "id_str": "addBgpPeer___input___bfdSettings___multiplier",
1690
+ "name": "multiplier",
1691
+ "path": "addBgpPeer.input.bfdSettings.multiplier",
1692
+ "requestStr": "$multiplier:Int! ",
1693
+ "required": true,
1694
+ "responseStr": "multiplier:$multiplier ",
1695
+ "type": {
1696
+ "kind": [
1697
+ "NON_NULL",
1698
+ "SCALAR"
1699
+ ],
1700
+ "name": "Int",
1701
+ "non_null": false
1702
+ },
1703
+ "varName": "multiplier"
1704
+ },
1705
+ "receiveInterval": {
1706
+ "defaultValue": "1000",
1707
+ "description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
1708
+ "id_str": "addBgpPeer___input___bfdSettings___receiveInterval",
1709
+ "name": "receiveInterval",
1710
+ "path": "addBgpPeer.input.bfdSettings.receiveInterval",
1711
+ "requestStr": "$receiveInterval:Int! ",
1712
+ "required": true,
1713
+ "responseStr": "receiveInterval:$receiveInterval ",
1714
+ "type": {
1715
+ "kind": [
1716
+ "NON_NULL",
1717
+ "SCALAR"
1718
+ ],
1719
+ "name": "Int",
1720
+ "non_null": false
1721
+ },
1722
+ "varName": "receiveInterval"
1723
+ },
1724
+ "transmitInterval": {
1725
+ "defaultValue": "1000",
1726
+ "description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
1727
+ "id_str": "addBgpPeer___input___bfdSettings___transmitInterval",
1728
+ "name": "transmitInterval",
1729
+ "path": "addBgpPeer.input.bfdSettings.transmitInterval",
1730
+ "requestStr": "$transmitInterval:Int! ",
1731
+ "required": true,
1732
+ "responseStr": "transmitInterval:$transmitInterval ",
1733
+ "type": {
1734
+ "kind": [
1735
+ "NON_NULL",
1736
+ "SCALAR"
1737
+ ],
1738
+ "name": "Int",
1739
+ "non_null": false
1740
+ },
1741
+ "varName": "transmitInterval"
1742
+ }
1743
+ },
1744
+ "interfaces": null,
1745
+ "kind": "INPUT_OBJECT",
1746
+ "name": "BfdSettingsInput",
1747
+ "possibleTypes": null
1748
+ },
1749
+ "indexType": "input_object",
1750
+ "kind": [
1751
+ "INPUT_OBJECT"
1752
+ ],
1753
+ "name": "BfdSettingsInput",
1754
+ "non_null": false
1755
+ },
1756
+ "varName": "bfdSettingsInput"
1757
+ },
1758
+ "catoAsn": {
1759
+ "defaultValue": null,
1760
+ "description": "The AS number of Cato's BGP endpoint.",
1761
+ "id_str": "addBgpPeer___input___catoAsn",
1762
+ "name": "catoAsn",
1763
+ "path": "addBgpPeer.input.catoAsn",
1764
+ "requestStr": "$catoAsn:Asn16! ",
1765
+ "required": true,
1766
+ "responseStr": "catoAsn:$catoAsn ",
1767
+ "type": {
1768
+ "kind": [
1769
+ "NON_NULL",
1770
+ "SCALAR"
1771
+ ],
1772
+ "name": "Asn16",
1773
+ "non_null": false
1774
+ },
1775
+ "varName": "catoAsn"
1776
+ },
1777
+ "defaultAction": {
1778
+ "defaultValue": null,
1779
+ "description": "Default action for routes not matching filters (ACCEPT or DROP).",
1780
+ "id_str": "addBgpPeer___input___defaultAction",
1781
+ "name": "defaultAction",
1782
+ "path": "addBgpPeer.input.defaultAction",
1783
+ "requestStr": "$defaultAction:BgpDefaultAction! ",
1784
+ "required": true,
1785
+ "responseStr": "defaultAction:$defaultAction ",
1786
+ "type": {
1787
+ "definition": {
1788
+ "description": null,
1789
+ "enumValues": [
1790
+ {
1791
+ "deprecationReason": null,
1792
+ "description": "Default action to drop all unmatched routes.",
1793
+ "isDeprecated": false,
1794
+ "name": "DROP"
1795
+ },
1796
+ {
1797
+ "deprecationReason": null,
1798
+ "description": "Default action to accept all unmatched routes.",
1799
+ "isDeprecated": false,
1800
+ "name": "ACCEPT"
1801
+ }
1802
+ ],
1803
+ "fields": null,
1804
+ "inputFields": null,
1805
+ "interfaces": null,
1806
+ "kind": "ENUM",
1807
+ "name": "BgpDefaultAction",
1808
+ "possibleTypes": null
1809
+ },
1810
+ "indexType": "enum",
1811
+ "kind": [
1812
+ "NON_NULL",
1813
+ "ENUM"
1814
+ ],
1815
+ "name": "BgpDefaultAction",
1816
+ "non_null": false
1817
+ },
1818
+ "varName": "defaultAction"
1819
+ },
1820
+ "holdTime": {
1821
+ "defaultValue": "60",
1822
+ "description": "Time (in seconds) before declaring the peer unreachable.",
1823
+ "id_str": "addBgpPeer___input___holdTime",
1824
+ "name": "holdTime",
1825
+ "path": "addBgpPeer.input.holdTime",
1826
+ "requestStr": "$holdTime:Int! ",
1827
+ "required": true,
1828
+ "responseStr": "holdTime:$holdTime ",
1829
+ "type": {
1830
+ "kind": [
1831
+ "NON_NULL",
1832
+ "SCALAR"
1833
+ ],
1834
+ "name": "Int",
1835
+ "non_null": false
1836
+ },
1837
+ "varName": "holdTime"
1838
+ },
1839
+ "keepaliveInterval": {
1840
+ "defaultValue": "20",
1841
+ "description": "Time (in seconds) between keepalive messages.",
1842
+ "id_str": "addBgpPeer___input___keepaliveInterval",
1843
+ "name": "keepaliveInterval",
1844
+ "path": "addBgpPeer.input.keepaliveInterval",
1845
+ "requestStr": "$keepaliveInterval:Int! ",
1846
+ "required": true,
1847
+ "responseStr": "keepaliveInterval:$keepaliveInterval ",
1848
+ "type": {
1849
+ "kind": [
1850
+ "NON_NULL",
1851
+ "SCALAR"
1852
+ ],
1853
+ "name": "Int",
1854
+ "non_null": false
1855
+ },
1856
+ "varName": "keepaliveInterval"
1857
+ },
1858
+ "md5AuthKey": {
1859
+ "defaultValue": null,
1860
+ "description": "MD5 authentication key for secure sessions.",
1861
+ "id_str": "addBgpPeer___input___md5AuthKey",
1862
+ "name": "md5AuthKey",
1863
+ "path": "addBgpPeer.input.md5AuthKey",
1864
+ "requestStr": "$md5AuthKey:String ",
1865
+ "required": false,
1866
+ "responseStr": "md5AuthKey:$md5AuthKey ",
1867
+ "type": {
1868
+ "kind": [
1869
+ "SCALAR"
1870
+ ],
1871
+ "name": "String",
1872
+ "non_null": false
1873
+ },
1874
+ "varName": "md5AuthKey"
1875
+ },
1876
+ "metric": {
1877
+ "defaultValue": "100",
1878
+ "description": "Route preference metric; lower values are given precedence.",
1879
+ "id_str": "addBgpPeer___input___metric",
1880
+ "name": "metric",
1881
+ "path": "addBgpPeer.input.metric",
1882
+ "requestStr": "$metric:Int! ",
1883
+ "required": true,
1884
+ "responseStr": "metric:$metric ",
1885
+ "type": {
1886
+ "kind": [
1887
+ "NON_NULL",
1888
+ "SCALAR"
1889
+ ],
1890
+ "name": "Int",
1891
+ "non_null": false
1892
+ },
1893
+ "varName": "metric"
1894
+ },
1895
+ "name": {
1896
+ "defaultValue": null,
1897
+ "description": "Name of the BGP configuration entity.",
1898
+ "id_str": "addBgpPeer___input___name",
1899
+ "name": "name",
1900
+ "path": "addBgpPeer.input.name",
1901
+ "requestStr": "$name:String! ",
1902
+ "required": true,
1903
+ "responseStr": "name:$name ",
1904
+ "type": {
1905
+ "kind": [
1906
+ "NON_NULL",
1907
+ "SCALAR"
1908
+ ],
1909
+ "name": "String",
1910
+ "non_null": false
1911
+ },
1912
+ "varName": "name"
1913
+ },
1914
+ "peerAsn": {
1915
+ "defaultValue": null,
1916
+ "description": "The AS number of the peer BGP endpoint.",
1917
+ "id_str": "addBgpPeer___input___peerAsn",
1918
+ "name": "peerAsn",
1919
+ "path": "addBgpPeer.input.peerAsn",
1920
+ "requestStr": "$peerAsn:Asn32! ",
1921
+ "required": true,
1922
+ "responseStr": "peerAsn:$peerAsn ",
1923
+ "type": {
1924
+ "kind": [
1925
+ "NON_NULL",
1926
+ "SCALAR"
1927
+ ],
1928
+ "name": "Asn32",
1929
+ "non_null": false
1930
+ },
1931
+ "varName": "peerAsn"
1932
+ },
1933
+ "peerIp": {
1934
+ "defaultValue": null,
1935
+ "description": "IP address of the peer BGP endpoint.",
1936
+ "id_str": "addBgpPeer___input___peerIp",
1937
+ "name": "peerIp",
1938
+ "path": "addBgpPeer.input.peerIp",
1939
+ "requestStr": "$peerIp:IPAddress! ",
1940
+ "required": true,
1941
+ "responseStr": "peerIp:$peerIp ",
1942
+ "type": {
1943
+ "kind": [
1944
+ "NON_NULL",
1945
+ "SCALAR"
1946
+ ],
1947
+ "name": "IPAddress",
1948
+ "non_null": false
1949
+ },
1950
+ "varName": "peerIp"
1951
+ },
1952
+ "performNat": {
1953
+ "defaultValue": "false",
1954
+ "description": "Perform NAT if true.",
1955
+ "id_str": "addBgpPeer___input___performNat",
1956
+ "name": "performNat",
1957
+ "path": "addBgpPeer.input.performNat",
1958
+ "requestStr": "$performNat:Boolean! ",
1959
+ "required": true,
1960
+ "responseStr": "performNat:$performNat ",
1961
+ "type": {
1962
+ "kind": [
1963
+ "NON_NULL",
1964
+ "SCALAR"
1965
+ ],
1966
+ "name": "Boolean",
1967
+ "non_null": false
1968
+ },
1969
+ "varName": "performNat"
1970
+ },
1971
+ "site": {
1972
+ "defaultValue": null,
1973
+ "description": "Information about the site where the BGP peer is being added.",
1974
+ "id_str": "addBgpPeer___input___site",
1975
+ "name": "site",
1976
+ "path": "addBgpPeer.input.site",
1977
+ "requestStr": "$siteRefInput:SiteRefInput! ",
1978
+ "required": true,
1979
+ "responseStr": "site:$siteRefInput ",
1980
+ "type": {
1981
+ "definition": {
1982
+ "description": null,
1983
+ "enumValues": null,
1984
+ "fields": null,
1985
+ "inputFields": {
1986
+ "by": {
1987
+ "defaultValue": "ID",
1988
+ "description": null,
1989
+ "id_str": "addBgpPeer___input___site___by",
1990
+ "name": "by",
1991
+ "path": "addBgpPeer.input.site.by",
1992
+ "requestStr": "$by:ObjectRefBy! ",
1993
+ "required": true,
1994
+ "responseStr": "by:$by ",
1995
+ "type": {
1996
+ "definition": {
1997
+ "description": null,
1998
+ "enumValues": [
1999
+ {
2000
+ "deprecationReason": null,
2001
+ "description": null,
2002
+ "isDeprecated": false,
2003
+ "name": "ID"
2004
+ },
2005
+ {
2006
+ "deprecationReason": null,
2007
+ "description": null,
2008
+ "isDeprecated": false,
2009
+ "name": "NAME"
2010
+ }
2011
+ ],
2012
+ "fields": null,
2013
+ "inputFields": null,
2014
+ "interfaces": null,
2015
+ "kind": "ENUM",
2016
+ "name": "ObjectRefBy",
2017
+ "possibleTypes": null
2018
+ },
2019
+ "indexType": "enum",
2020
+ "kind": [
2021
+ "NON_NULL",
2022
+ "ENUM"
2023
+ ],
2024
+ "name": "ObjectRefBy",
2025
+ "non_null": false
2026
+ },
2027
+ "varName": "by"
2028
+ },
2029
+ "input": {
2030
+ "defaultValue": null,
2031
+ "description": null,
2032
+ "id_str": "addBgpPeer___input___site___input",
2033
+ "name": "input",
2034
+ "path": "addBgpPeer.input.site.input",
2035
+ "requestStr": "$input:String! ",
2036
+ "required": true,
2037
+ "responseStr": "input:$input ",
2038
+ "type": {
2039
+ "kind": [
2040
+ "NON_NULL",
2041
+ "SCALAR"
2042
+ ],
2043
+ "name": "String",
2044
+ "non_null": false
2045
+ },
2046
+ "varName": "input"
2047
+ }
2048
+ },
2049
+ "interfaces": null,
2050
+ "kind": "INPUT_OBJECT",
2051
+ "name": "SiteRefInput",
2052
+ "possibleTypes": null
2053
+ },
2054
+ "indexType": "input_object",
2055
+ "kind": [
2056
+ "NON_NULL",
2057
+ "INPUT_OBJECT"
2058
+ ],
2059
+ "name": "SiteRefInput",
2060
+ "non_null": false
2061
+ },
2062
+ "varName": "siteRefInput"
2063
+ },
2064
+ "summaryRoute": {
2065
+ "defaultValue": "[]",
2066
+ "description": "Summarized routes to advertise.",
2067
+ "id_str": "addBgpPeer___input___summaryRoute",
2068
+ "name": "summaryRoute",
2069
+ "path": "addBgpPeer.input.summaryRoute",
2070
+ "requestStr": "$bgpSummaryRouteInput:[BgpSummaryRouteInput]! ",
2071
+ "required": true,
2072
+ "responseStr": "summaryRoute:$bgpSummaryRouteInput ",
2073
+ "type": {
2074
+ "definition": {
2075
+ "description": null,
2076
+ "enumValues": null,
2077
+ "fields": null,
2078
+ "inputFields": {
2079
+ "community": {
2080
+ "defaultValue": "[]",
2081
+ "description": "Community values to associate with the summarized route.",
2082
+ "id_str": "addBgpPeer___input___summaryRoute___community",
2083
+ "name": "community",
2084
+ "path": "addBgpPeer.input.summaryRoute.community",
2085
+ "requestStr": "$bgpCommunityInput:[BgpCommunityInput]! ",
2086
+ "required": true,
2087
+ "responseStr": "community:$bgpCommunityInput ",
2088
+ "type": {
2089
+ "definition": {
2090
+ "description": null,
2091
+ "enumValues": null,
2092
+ "fields": null,
2093
+ "inputFields": {
2094
+ "from": {
2095
+ "defaultValue": null,
2096
+ "description": "Start of the community range.",
2097
+ "id_str": "addBgpPeer___input___summaryRoute___community___from",
2098
+ "name": "from",
2099
+ "path": "addBgpPeer.input.summaryRoute.community.from",
2100
+ "requestStr": "$from:Asn16! ",
2101
+ "required": true,
2102
+ "responseStr": "from:$from ",
2103
+ "type": {
2104
+ "kind": [
2105
+ "NON_NULL",
2106
+ "SCALAR"
2107
+ ],
2108
+ "name": "Asn16",
2109
+ "non_null": false
2110
+ },
2111
+ "varName": "from"
2112
+ },
2113
+ "to": {
2114
+ "defaultValue": null,
2115
+ "description": "End of the community range.",
2116
+ "id_str": "addBgpPeer___input___summaryRoute___community___to",
2117
+ "name": "to",
2118
+ "path": "addBgpPeer.input.summaryRoute.community.to",
2119
+ "requestStr": "$to:Asn16! ",
2120
+ "required": true,
2121
+ "responseStr": "to:$to ",
2122
+ "type": {
2123
+ "kind": [
2124
+ "NON_NULL",
2125
+ "SCALAR"
2126
+ ],
2127
+ "name": "Asn16",
2128
+ "non_null": false
2129
+ },
2130
+ "varName": "to"
2131
+ }
2132
+ },
2133
+ "interfaces": null,
2134
+ "kind": "INPUT_OBJECT",
2135
+ "name": "BgpCommunityInput",
2136
+ "possibleTypes": null
2137
+ },
2138
+ "indexType": "input_object",
2139
+ "kind": [
2140
+ "NON_NULL",
2141
+ "LIST",
2142
+ "NON_NULL",
2143
+ "INPUT_OBJECT"
2144
+ ],
2145
+ "name": "BgpCommunityInput",
2146
+ "non_null": false
2147
+ },
2148
+ "varName": "bgpCommunityInput"
2149
+ },
2150
+ "route": {
2151
+ "defaultValue": null,
2152
+ "description": "Subnet of the summarized route to be advertised.",
2153
+ "id_str": "addBgpPeer___input___summaryRoute___route",
2154
+ "name": "route",
2155
+ "path": "addBgpPeer.input.summaryRoute.route",
2156
+ "requestStr": "$route:NetworkSubnet! ",
2157
+ "required": true,
2158
+ "responseStr": "route:$route ",
2159
+ "type": {
2160
+ "kind": [
2161
+ "NON_NULL",
2162
+ "SCALAR"
2163
+ ],
2164
+ "name": "NetworkSubnet",
2165
+ "non_null": false
2166
+ },
2167
+ "varName": "route"
2168
+ }
2169
+ },
2170
+ "interfaces": null,
2171
+ "kind": "INPUT_OBJECT",
2172
+ "name": "BgpSummaryRouteInput",
2173
+ "possibleTypes": null
2174
+ },
2175
+ "indexType": "input_object",
2176
+ "kind": [
2177
+ "NON_NULL",
2178
+ "LIST",
2179
+ "NON_NULL",
2180
+ "INPUT_OBJECT"
2181
+ ],
2182
+ "name": "BgpSummaryRouteInput",
2183
+ "non_null": false
2184
+ },
2185
+ "varName": "bgpSummaryRouteInput"
2186
+ },
2187
+ "tracking": {
2188
+ "defaultValue": null,
2189
+ "description": "Configuration for tracking the health and status of the BGP peer.",
2190
+ "id_str": "addBgpPeer___input___tracking",
2191
+ "name": "tracking",
2192
+ "path": "addBgpPeer.input.tracking",
2193
+ "requestStr": "$bgpTrackingInput:BgpTrackingInput ",
2194
+ "required": false,
2195
+ "responseStr": "tracking:$bgpTrackingInput ",
2196
+ "type": {
2197
+ "definition": {
2198
+ "description": null,
2199
+ "enumValues": null,
2200
+ "fields": null,
2201
+ "inputFields": {
2202
+ "alertFrequency": {
2203
+ "defaultValue": "HOURLY",
2204
+ "description": "Frequency of health alerts.",
2205
+ "id_str": "addBgpPeer___input___tracking___alertFrequency",
2206
+ "name": "alertFrequency",
2207
+ "path": "addBgpPeer.input.tracking.alertFrequency",
2208
+ "requestStr": "$alertFrequency:PolicyRuleTrackingFrequencyEnum! ",
2209
+ "required": true,
2210
+ "responseStr": "alertFrequency:$alertFrequency ",
2211
+ "type": {
2212
+ "definition": {
2213
+ "description": "Enum for the frequency of an alert event for a rule",
2214
+ "enumValues": [
2215
+ {
2216
+ "deprecationReason": null,
2217
+ "description": null,
2218
+ "isDeprecated": false,
2219
+ "name": "HOURLY"
2220
+ },
2221
+ {
2222
+ "deprecationReason": null,
2223
+ "description": null,
2224
+ "isDeprecated": false,
2225
+ "name": "DAILY"
2226
+ },
2227
+ {
2228
+ "deprecationReason": null,
2229
+ "description": null,
2230
+ "isDeprecated": false,
2231
+ "name": "WEEKLY"
2232
+ },
2233
+ {
2234
+ "deprecationReason": null,
2235
+ "description": null,
2236
+ "isDeprecated": false,
2237
+ "name": "IMMEDIATE"
2238
+ }
2239
+ ],
2240
+ "fields": null,
2241
+ "inputFields": null,
2242
+ "interfaces": null,
2243
+ "kind": "ENUM",
2244
+ "name": "PolicyRuleTrackingFrequencyEnum",
2245
+ "possibleTypes": null
2246
+ },
2247
+ "indexType": "enum",
2248
+ "kind": [
2249
+ "NON_NULL",
2250
+ "ENUM"
2251
+ ],
2252
+ "name": "PolicyRuleTrackingFrequencyEnum",
2253
+ "non_null": false
2254
+ },
2255
+ "varName": "alertFrequency"
2256
+ },
2257
+ "enabled": {
2258
+ "defaultValue": "false",
2259
+ "description": "Indicates if tracking is enabled.",
2260
+ "id_str": "addBgpPeer___input___tracking___enabled",
2261
+ "name": "enabled",
2262
+ "path": "addBgpPeer.input.tracking.enabled",
2263
+ "requestStr": "$enabled:Boolean! ",
2264
+ "required": true,
2265
+ "responseStr": "enabled:$enabled ",
2266
+ "type": {
2267
+ "kind": [
2268
+ "NON_NULL",
2269
+ "SCALAR"
2270
+ ],
2271
+ "name": "Boolean",
2272
+ "non_null": false
2273
+ },
2274
+ "varName": "enabled"
2275
+ },
2276
+ "subscriptionId": {
2277
+ "defaultValue": null,
2278
+ "description": "Subscription ID associated with this tracking rule.",
2279
+ "id_str": "addBgpPeer___input___tracking___subscriptionId",
2280
+ "name": "subscriptionId",
2281
+ "path": "addBgpPeer.input.tracking.subscriptionId",
2282
+ "requestStr": "$subscriptionId:ID! ",
2283
+ "required": true,
2284
+ "responseStr": "subscriptionId:$subscriptionId ",
2285
+ "type": {
2286
+ "kind": [
2287
+ "NON_NULL",
2288
+ "SCALAR"
2289
+ ],
2290
+ "name": "ID",
2291
+ "non_null": false
2292
+ },
2293
+ "varName": "subscriptionId"
2294
+ }
2295
+ },
2296
+ "interfaces": null,
2297
+ "kind": "INPUT_OBJECT",
2298
+ "name": "BgpTrackingInput",
2299
+ "possibleTypes": null
2300
+ },
2301
+ "indexType": "input_object",
2302
+ "kind": [
2303
+ "INPUT_OBJECT"
2304
+ ],
2305
+ "name": "BgpTrackingInput",
2306
+ "non_null": false
2307
+ },
2308
+ "varName": "bgpTrackingInput"
2309
+ }
2310
+ },
2311
+ "interfaces": null,
2312
+ "kind": "INPUT_OBJECT",
2313
+ "name": "AddBgpPeerInput",
2314
+ "possibleTypes": null
2315
+ },
2316
+ "indexType": "input_object",
2317
+ "kind": [
2318
+ "NON_NULL",
2319
+ "INPUT_OBJECT"
2320
+ ],
2321
+ "name": "AddBgpPeerInput",
2322
+ "non_null": false
2323
+ },
2324
+ "varName": "addBgpPeerInput"
2325
+ }
2326
+ },
2327
+ "deprecationReason": null,
2328
+ "description": "Adds a new BGP peer to the specified site.",
2329
+ "id_str": "addBgpPeer",
2330
+ "isDeprecated": false,
2331
+ "name": "addBgpPeer",
2332
+ "path": "addBgpPeer",
2333
+ "requestStr": "$addBgpPeerPayload:AddBgpPeerPayload ",
2334
+ "required": false,
2335
+ "responseStr": "addBgpPeer:$addBgpPeerPayload ",
2336
+ "type": {
2337
+ "definition": {
2338
+ "description": null,
2339
+ "enumValues": null,
2340
+ "fields": {
2341
+ "bgpPeer": {
2342
+ "args": {},
2343
+ "deprecationReason": null,
2344
+ "description": "The BGP peer that was successfully added.",
2345
+ "id_str": "addBgpPeer___bgpPeer",
2346
+ "isDeprecated": false,
2347
+ "name": "bgpPeer",
2348
+ "path": "addBgpPeer.bgpPeer",
2349
+ "requestStr": "$bgpPeer:BgpPeer! ",
2350
+ "required": true,
2351
+ "responseStr": "bgpPeer:$bgpPeer ",
2352
+ "type": {
2353
+ "definition": {
2354
+ "description": null,
2355
+ "enumValues": null,
2356
+ "fields": {
2357
+ "advertiseAllRoutes": {
2358
+ "args": {},
2359
+ "deprecationReason": null,
2360
+ "description": "Indicates if all routes are advertised.",
2361
+ "id_str": "addBgpPeer___bgpPeer___advertiseAllRoutes",
2362
+ "isDeprecated": false,
2363
+ "name": "advertiseAllRoutes",
2364
+ "path": "addBgpPeer.bgpPeer.advertiseAllRoutes",
2365
+ "requestStr": "$advertiseAllRoutes:Boolean! ",
2366
+ "required": true,
2367
+ "responseStr": "advertiseAllRoutes:$advertiseAllRoutes ",
2368
+ "type": {
2369
+ "kind": [
2370
+ "NON_NULL",
2371
+ "SCALAR"
2372
+ ],
2373
+ "name": "Boolean",
2374
+ "non_null": false
2375
+ },
2376
+ "varName": "advertiseAllRoutes"
2377
+ },
2378
+ "advertiseDefaultRoute": {
2379
+ "args": {},
2380
+ "deprecationReason": null,
2381
+ "description": "Indicates if the default route is advertised.",
2382
+ "id_str": "addBgpPeer___bgpPeer___advertiseDefaultRoute",
2383
+ "isDeprecated": false,
2384
+ "name": "advertiseDefaultRoute",
2385
+ "path": "addBgpPeer.bgpPeer.advertiseDefaultRoute",
2386
+ "requestStr": "$advertiseDefaultRoute:Boolean! ",
2387
+ "required": true,
2388
+ "responseStr": "advertiseDefaultRoute:$advertiseDefaultRoute ",
2389
+ "type": {
2390
+ "kind": [
2391
+ "NON_NULL",
2392
+ "SCALAR"
2393
+ ],
2394
+ "name": "Boolean",
2395
+ "non_null": false
2396
+ },
2397
+ "varName": "advertiseDefaultRoute"
2398
+ },
2399
+ "advertiseSummaryRoutes": {
2400
+ "args": {},
2401
+ "deprecationReason": null,
2402
+ "description": "Indicates if summarized routes are advertised.",
2403
+ "id_str": "addBgpPeer___bgpPeer___advertiseSummaryRoutes",
2404
+ "isDeprecated": false,
2405
+ "name": "advertiseSummaryRoutes",
2406
+ "path": "addBgpPeer.bgpPeer.advertiseSummaryRoutes",
2407
+ "requestStr": "$advertiseSummaryRoutes:Boolean! ",
2408
+ "required": true,
2409
+ "responseStr": "advertiseSummaryRoutes:$advertiseSummaryRoutes ",
2410
+ "type": {
2411
+ "kind": [
2412
+ "NON_NULL",
2413
+ "SCALAR"
2414
+ ],
2415
+ "name": "Boolean",
2416
+ "non_null": false
2417
+ },
2418
+ "varName": "advertiseSummaryRoutes"
2419
+ },
2420
+ "bfdEnabled": {
2421
+ "args": {},
2422
+ "deprecationReason": null,
2423
+ "description": "Indicates if BFD is enabled for failure detection.",
2424
+ "id_str": "addBgpPeer___bgpPeer___bfdEnabled",
2425
+ "isDeprecated": false,
2426
+ "name": "bfdEnabled",
2427
+ "path": "addBgpPeer.bgpPeer.bfdEnabled",
2428
+ "requestStr": "$bfdEnabled:Boolean! ",
2429
+ "required": true,
2430
+ "responseStr": "bfdEnabled:$bfdEnabled ",
2431
+ "type": {
2432
+ "kind": [
2433
+ "NON_NULL",
2434
+ "SCALAR"
2435
+ ],
2436
+ "name": "Boolean",
2437
+ "non_null": false
2438
+ },
2439
+ "varName": "bfdEnabled"
2440
+ },
2441
+ "bfdSettings": {
2442
+ "alias": "bfdSettingsBfdSettings: bfdSettings",
2443
+ "args": {},
2444
+ "deprecationReason": null,
2445
+ "description": "BFD configuration.",
2446
+ "id_str": "addBgpPeer___bgpPeer___bfdSettings",
2447
+ "isDeprecated": false,
2448
+ "name": "bfdSettings",
2449
+ "path": "addBgpPeer.bgpPeer.bfdSettings",
2450
+ "requestStr": "$bfdSettings:BfdSettings ",
2451
+ "required": false,
2452
+ "responseStr": "bfdSettings:$bfdSettings ",
2453
+ "type": {
2454
+ "definition": {
2455
+ "description": null,
2456
+ "enumValues": null,
2457
+ "fields": {
2458
+ "multiplier": {
2459
+ "args": {},
2460
+ "deprecationReason": null,
2461
+ "description": "Number of missed BFD packets before considering the session down.",
2462
+ "id_str": "addBgpPeer___bgpPeer___bfdSettings___multiplier",
2463
+ "isDeprecated": false,
2464
+ "name": "multiplier",
2465
+ "path": "addBgpPeer.bgpPeer.bfdSettings.multiplier",
2466
+ "requestStr": "$multiplier:Int! ",
2467
+ "required": true,
2468
+ "responseStr": "multiplier:$multiplier ",
2469
+ "type": {
2470
+ "kind": [
2471
+ "NON_NULL",
2472
+ "SCALAR"
2473
+ ],
2474
+ "name": "Int",
2475
+ "non_null": false
2476
+ },
2477
+ "varName": "multiplier"
2478
+ },
2479
+ "receiveInterval": {
2480
+ "args": {},
2481
+ "deprecationReason": null,
2482
+ "description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
2483
+ "id_str": "addBgpPeer___bgpPeer___bfdSettings___receiveInterval",
2484
+ "isDeprecated": false,
2485
+ "name": "receiveInterval",
2486
+ "path": "addBgpPeer.bgpPeer.bfdSettings.receiveInterval",
2487
+ "requestStr": "$receiveInterval:Int! ",
2488
+ "required": true,
2489
+ "responseStr": "receiveInterval:$receiveInterval ",
2490
+ "type": {
2491
+ "kind": [
2492
+ "NON_NULL",
2493
+ "SCALAR"
2494
+ ],
2495
+ "name": "Int",
2496
+ "non_null": false
2497
+ },
2498
+ "varName": "receiveInterval"
2499
+ },
2500
+ "transmitInterval": {
2501
+ "args": {},
2502
+ "deprecationReason": null,
2503
+ "description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
2504
+ "id_str": "addBgpPeer___bgpPeer___bfdSettings___transmitInterval",
2505
+ "isDeprecated": false,
2506
+ "name": "transmitInterval",
2507
+ "path": "addBgpPeer.bgpPeer.bfdSettings.transmitInterval",
2508
+ "requestStr": "$transmitInterval:Int! ",
2509
+ "required": true,
2510
+ "responseStr": "transmitInterval:$transmitInterval ",
2511
+ "type": {
2512
+ "kind": [
2513
+ "NON_NULL",
2514
+ "SCALAR"
2515
+ ],
2516
+ "name": "Int",
2517
+ "non_null": false
2518
+ },
2519
+ "varName": "transmitInterval"
2520
+ }
2521
+ },
2522
+ "inputFields": null,
2523
+ "interfaces": {},
2524
+ "kind": "OBJECT",
2525
+ "name": "BfdSettings",
2526
+ "possibleTypes": null
2527
+ },
2528
+ "indexType": "object",
2529
+ "kind": [
2530
+ "OBJECT"
2531
+ ],
2532
+ "name": "BfdSettings",
2533
+ "non_null": false
2534
+ },
2535
+ "varName": "bfdSettings"
2536
+ },
2537
+ "catoAsn": {
2538
+ "args": {},
2539
+ "deprecationReason": null,
2540
+ "description": "AS number of Cato's BGP endpoint.",
2541
+ "id_str": "addBgpPeer___bgpPeer___catoAsn",
2542
+ "isDeprecated": false,
2543
+ "name": "catoAsn",
2544
+ "path": "addBgpPeer.bgpPeer.catoAsn",
2545
+ "requestStr": "$catoAsn:Asn16! ",
2546
+ "required": true,
2547
+ "responseStr": "catoAsn:$catoAsn ",
2548
+ "type": {
2549
+ "kind": [
2550
+ "NON_NULL",
2551
+ "SCALAR"
2552
+ ],
2553
+ "name": "Asn16",
2554
+ "non_null": false
2555
+ },
2556
+ "varName": "catoAsn"
2557
+ },
2558
+ "catoIp": {
2559
+ "args": {},
2560
+ "deprecationReason": null,
2561
+ "description": "IP address of Cato's BGP endpoint.",
2562
+ "id_str": "addBgpPeer___bgpPeer___catoIp",
2563
+ "isDeprecated": false,
2564
+ "name": "catoIp",
2565
+ "path": "addBgpPeer.bgpPeer.catoIp",
2566
+ "requestStr": "$catoIp:IPAddress! ",
2567
+ "required": true,
2568
+ "responseStr": "catoIp:$catoIp ",
2569
+ "type": {
2570
+ "kind": [
2571
+ "NON_NULL",
2572
+ "SCALAR"
2573
+ ],
2574
+ "name": "IPAddress",
2575
+ "non_null": false
2576
+ },
2577
+ "varName": "catoIp"
2578
+ },
2579
+ "defaultAction": {
2580
+ "alias": "bgpDefaultActionDefaultAction: defaultAction",
2581
+ "args": {},
2582
+ "deprecationReason": null,
2583
+ "description": "Default action for routes not matching filters (ACCEPT or DROP).",
2584
+ "id_str": "addBgpPeer___bgpPeer___defaultAction",
2585
+ "isDeprecated": false,
2586
+ "name": "defaultAction",
2587
+ "path": "addBgpPeer.bgpPeer.defaultAction",
2588
+ "requestStr": "$defaultAction:BgpDefaultAction! ",
2589
+ "required": true,
2590
+ "responseStr": "defaultAction:$defaultAction ",
2591
+ "type": {
2592
+ "definition": {
2593
+ "description": null,
2594
+ "enumValues": [
2595
+ {
2596
+ "deprecationReason": null,
2597
+ "description": "Default action to drop all unmatched routes.",
2598
+ "isDeprecated": false,
2599
+ "name": "DROP"
2600
+ },
2601
+ {
2602
+ "deprecationReason": null,
2603
+ "description": "Default action to accept all unmatched routes.",
2604
+ "isDeprecated": false,
2605
+ "name": "ACCEPT"
2606
+ }
2607
+ ],
2608
+ "fields": null,
2609
+ "inputFields": null,
2610
+ "interfaces": null,
2611
+ "kind": "ENUM",
2612
+ "name": "BgpDefaultAction",
2613
+ "possibleTypes": null
2614
+ },
2615
+ "indexType": "enum",
2616
+ "kind": [
2617
+ "NON_NULL",
2618
+ "ENUM"
2619
+ ],
2620
+ "name": "BgpDefaultAction",
2621
+ "non_null": false
2622
+ },
2623
+ "varName": "defaultAction"
2624
+ },
2625
+ "holdTime": {
2626
+ "args": {},
2627
+ "deprecationReason": null,
2628
+ "description": "Time before declaring the peer unreachable.",
2629
+ "id_str": "addBgpPeer___bgpPeer___holdTime",
2630
+ "isDeprecated": false,
2631
+ "name": "holdTime",
2632
+ "path": "addBgpPeer.bgpPeer.holdTime",
2633
+ "requestStr": "$holdTime:Int! ",
2634
+ "required": true,
2635
+ "responseStr": "holdTime:$holdTime ",
2636
+ "type": {
2637
+ "kind": [
2638
+ "NON_NULL",
2639
+ "SCALAR"
2640
+ ],
2641
+ "name": "Int",
2642
+ "non_null": false
2643
+ },
2644
+ "varName": "holdTime"
2645
+ },
2646
+ "id": {
2647
+ "args": {},
2648
+ "deprecationReason": null,
2649
+ "description": "Unique identifier for the BGP peer.",
2650
+ "id_str": "addBgpPeer___bgpPeer___id",
2651
+ "isDeprecated": false,
2652
+ "name": "id",
2653
+ "path": "addBgpPeer.bgpPeer.id",
2654
+ "requestStr": "$id:ID! ",
2655
+ "required": true,
2656
+ "responseStr": "id:$id ",
2657
+ "type": {
2658
+ "kind": [
2659
+ "NON_NULL",
2660
+ "SCALAR"
2661
+ ],
2662
+ "name": "ID",
2663
+ "non_null": false
2664
+ },
2665
+ "varName": "id"
2666
+ },
2667
+ "keepaliveInterval": {
2668
+ "args": {},
2669
+ "deprecationReason": null,
2670
+ "description": "Interval between keepalive messages.",
2671
+ "id_str": "addBgpPeer___bgpPeer___keepaliveInterval",
2672
+ "isDeprecated": false,
2673
+ "name": "keepaliveInterval",
2674
+ "path": "addBgpPeer.bgpPeer.keepaliveInterval",
2675
+ "requestStr": "$keepaliveInterval:Int! ",
2676
+ "required": true,
2677
+ "responseStr": "keepaliveInterval:$keepaliveInterval ",
2678
+ "type": {
2679
+ "kind": [
2680
+ "NON_NULL",
2681
+ "SCALAR"
2682
+ ],
2683
+ "name": "Int",
2684
+ "non_null": false
2685
+ },
2686
+ "varName": "keepaliveInterval"
2687
+ },
2688
+ "md5AuthKey": {
2689
+ "args": {},
2690
+ "deprecationReason": null,
2691
+ "description": "MD5 authentication key for secure sessions.",
2692
+ "id_str": "addBgpPeer___bgpPeer___md5AuthKey",
2693
+ "isDeprecated": false,
2694
+ "name": "md5AuthKey",
2695
+ "path": "addBgpPeer.bgpPeer.md5AuthKey",
2696
+ "requestStr": "$md5AuthKey:String ",
2697
+ "required": false,
2698
+ "responseStr": "md5AuthKey:$md5AuthKey ",
2699
+ "type": {
2700
+ "kind": [
2701
+ "SCALAR"
2702
+ ],
2703
+ "name": "String",
2704
+ "non_null": false
2705
+ },
2706
+ "varName": "md5AuthKey"
2707
+ },
2708
+ "metric": {
2709
+ "args": {},
2710
+ "deprecationReason": null,
2711
+ "description": "Metric for route preferences.",
2712
+ "id_str": "addBgpPeer___bgpPeer___metric",
2713
+ "isDeprecated": false,
2714
+ "name": "metric",
2715
+ "path": "addBgpPeer.bgpPeer.metric",
2716
+ "requestStr": "$metric:Int! ",
2717
+ "required": true,
2718
+ "responseStr": "metric:$metric ",
2719
+ "type": {
2720
+ "kind": [
2721
+ "NON_NULL",
2722
+ "SCALAR"
2723
+ ],
2724
+ "name": "Int",
2725
+ "non_null": false
2726
+ },
2727
+ "varName": "metric"
2728
+ },
2729
+ "name": {
2730
+ "args": {},
2731
+ "deprecationReason": null,
2732
+ "description": "Name of the BGP configuration entity.",
2733
+ "id_str": "addBgpPeer___bgpPeer___name",
2734
+ "isDeprecated": false,
2735
+ "name": "name",
2736
+ "path": "addBgpPeer.bgpPeer.name",
2737
+ "requestStr": "$name:String! ",
2738
+ "required": true,
2739
+ "responseStr": "name:$name ",
2740
+ "type": {
2741
+ "kind": [
2742
+ "NON_NULL",
2743
+ "SCALAR"
2744
+ ],
2745
+ "name": "String",
2746
+ "non_null": false
2747
+ },
2748
+ "varName": "name"
2749
+ },
2750
+ "peerAsn": {
2751
+ "args": {},
2752
+ "deprecationReason": null,
2753
+ "description": "AS number of the peer BGP endpoint.",
2754
+ "id_str": "addBgpPeer___bgpPeer___peerAsn",
2755
+ "isDeprecated": false,
2756
+ "name": "peerAsn",
2757
+ "path": "addBgpPeer.bgpPeer.peerAsn",
2758
+ "requestStr": "$peerAsn:Asn32! ",
2759
+ "required": true,
2760
+ "responseStr": "peerAsn:$peerAsn ",
2761
+ "type": {
2762
+ "kind": [
2763
+ "NON_NULL",
2764
+ "SCALAR"
2765
+ ],
2766
+ "name": "Asn32",
2767
+ "non_null": false
2768
+ },
2769
+ "varName": "peerAsn"
2770
+ },
2771
+ "peerIp": {
2772
+ "args": {},
2773
+ "deprecationReason": null,
2774
+ "description": "IP address of the peer BGP endpoint.",
2775
+ "id_str": "addBgpPeer___bgpPeer___peerIp",
2776
+ "isDeprecated": false,
2777
+ "name": "peerIp",
2778
+ "path": "addBgpPeer.bgpPeer.peerIp",
2779
+ "requestStr": "$peerIp:IPAddress! ",
2780
+ "required": true,
2781
+ "responseStr": "peerIp:$peerIp ",
2782
+ "type": {
2783
+ "kind": [
2784
+ "NON_NULL",
2785
+ "SCALAR"
2786
+ ],
2787
+ "name": "IPAddress",
2788
+ "non_null": false
2789
+ },
2790
+ "varName": "peerIp"
2791
+ },
2792
+ "performNat": {
2793
+ "args": {},
2794
+ "deprecationReason": null,
2795
+ "description": "Indicates if NAT is performed on routes.",
2796
+ "id_str": "addBgpPeer___bgpPeer___performNat",
2797
+ "isDeprecated": false,
2798
+ "name": "performNat",
2799
+ "path": "addBgpPeer.bgpPeer.performNat",
2800
+ "requestStr": "$performNat:Boolean! ",
2801
+ "required": true,
2802
+ "responseStr": "performNat:$performNat ",
2803
+ "type": {
2804
+ "kind": [
2805
+ "NON_NULL",
2806
+ "SCALAR"
2807
+ ],
2808
+ "name": "Boolean",
2809
+ "non_null": false
2810
+ },
2811
+ "varName": "performNat"
2812
+ },
2813
+ "site": {
2814
+ "alias": "siteRefSite: site",
2815
+ "args": {},
2816
+ "deprecationReason": null,
2817
+ "description": "Site associated with this BGP peer.",
2818
+ "id_str": "addBgpPeer___bgpPeer___site",
2819
+ "isDeprecated": false,
2820
+ "name": "site",
2821
+ "path": "addBgpPeer.bgpPeer.site",
2822
+ "requestStr": "$siteRef:SiteRef! ",
2823
+ "required": true,
2824
+ "responseStr": "site:$siteRef ",
2825
+ "type": {
2826
+ "definition": {
2827
+ "description": null,
2828
+ "enumValues": null,
2829
+ "fields": {
2830
+ "id": {
2831
+ "args": {},
2832
+ "deprecationReason": null,
2833
+ "description": null,
2834
+ "id_str": "addBgpPeer___bgpPeer___site___id",
2835
+ "isDeprecated": false,
2836
+ "name": "id",
2837
+ "path": "addBgpPeer.bgpPeer.site.id",
2838
+ "requestStr": "$id:ID! ",
2839
+ "required": true,
2840
+ "responseStr": "id:$id ",
2841
+ "type": {
2842
+ "kind": [
2843
+ "NON_NULL",
2844
+ "SCALAR"
2845
+ ],
2846
+ "name": "ID",
2847
+ "non_null": false
2848
+ },
2849
+ "varName": "id"
2850
+ },
2851
+ "name": {
2852
+ "args": {},
2853
+ "deprecationReason": null,
2854
+ "description": null,
2855
+ "id_str": "addBgpPeer___bgpPeer___site___name",
2856
+ "isDeprecated": false,
2857
+ "name": "name",
2858
+ "path": "addBgpPeer.bgpPeer.site.name",
2859
+ "requestStr": "$name:String! ",
2860
+ "required": true,
2861
+ "responseStr": "name:$name ",
2862
+ "type": {
2863
+ "kind": [
2864
+ "NON_NULL",
2865
+ "SCALAR"
2866
+ ],
2867
+ "name": "String",
2868
+ "non_null": false
2869
+ },
2870
+ "varName": "name"
2871
+ }
2872
+ },
2873
+ "inputFields": null,
2874
+ "interfaces": {},
2875
+ "kind": "OBJECT",
2876
+ "name": "SiteRef",
2877
+ "possibleTypes": null
2878
+ },
2879
+ "indexType": "object",
2880
+ "kind": [
2881
+ "NON_NULL",
2882
+ "OBJECT"
2883
+ ],
2884
+ "name": "SiteRef",
2885
+ "non_null": false
2886
+ },
2887
+ "varName": "siteRef"
2888
+ },
2889
+ "summaryRoute": {
2890
+ "alias": "bgpSummaryRouteSummaryRoute: summaryRoute",
2891
+ "args": {},
2892
+ "deprecationReason": null,
2893
+ "description": "Summarized routes advertised to the peer.",
2894
+ "id_str": "addBgpPeer___bgpPeer___summaryRoute",
2895
+ "isDeprecated": false,
2896
+ "name": "summaryRoute",
2897
+ "path": "addBgpPeer.bgpPeer.summaryRoute",
2898
+ "requestStr": "$bgpSummaryRoute:[BgpSummaryRoute]! ",
2899
+ "required": true,
2900
+ "responseStr": "summaryRoute:$bgpSummaryRoute ",
2901
+ "type": {
2902
+ "definition": {
2903
+ "description": null,
2904
+ "enumValues": null,
2905
+ "fields": {
2906
+ "community": {
2907
+ "alias": "bgpCommunityCommunity: community",
2908
+ "args": {},
2909
+ "deprecationReason": null,
2910
+ "description": "Community values associated with the route.",
2911
+ "id_str": "addBgpPeer___bgpPeer___summaryRoute___community",
2912
+ "isDeprecated": false,
2913
+ "name": "community",
2914
+ "path": "addBgpPeer.bgpPeer.summaryRoute.community",
2915
+ "requestStr": "$bgpCommunity:[BgpCommunity]! ",
2916
+ "required": true,
2917
+ "responseStr": "community:$bgpCommunity ",
2918
+ "type": {
2919
+ "definition": {
2920
+ "description": null,
2921
+ "enumValues": null,
2922
+ "fields": {
2923
+ "from": {
2924
+ "args": {},
2925
+ "deprecationReason": null,
2926
+ "description": "Start of the community range.",
2927
+ "id_str": "addBgpPeer___bgpPeer___summaryRoute___community___from",
2928
+ "isDeprecated": false,
2929
+ "name": "from",
2930
+ "path": "addBgpPeer.bgpPeer.summaryRoute.community.from",
2931
+ "requestStr": "$from:Asn16! ",
2932
+ "required": true,
2933
+ "responseStr": "from:$from ",
2934
+ "type": {
2935
+ "kind": [
2936
+ "NON_NULL",
2937
+ "SCALAR"
2938
+ ],
2939
+ "name": "Asn16",
2940
+ "non_null": false
2941
+ },
2942
+ "varName": "from"
2943
+ },
2944
+ "to": {
2945
+ "args": {},
2946
+ "deprecationReason": null,
2947
+ "description": "End of the community range.",
2948
+ "id_str": "addBgpPeer___bgpPeer___summaryRoute___community___to",
2949
+ "isDeprecated": false,
2950
+ "name": "to",
2951
+ "path": "addBgpPeer.bgpPeer.summaryRoute.community.to",
2952
+ "requestStr": "$to:Asn16! ",
2953
+ "required": true,
2954
+ "responseStr": "to:$to ",
2955
+ "type": {
2956
+ "kind": [
2957
+ "NON_NULL",
2958
+ "SCALAR"
2959
+ ],
2960
+ "name": "Asn16",
2961
+ "non_null": false
2962
+ },
2963
+ "varName": "to"
2964
+ }
2965
+ },
2966
+ "inputFields": null,
2967
+ "interfaces": {},
2968
+ "kind": "OBJECT",
2969
+ "name": "BgpCommunity",
2970
+ "possibleTypes": null
2971
+ },
2972
+ "indexType": "object",
2973
+ "kind": [
2974
+ "NON_NULL",
2975
+ "LIST",
2976
+ "NON_NULL",
2977
+ "OBJECT"
2978
+ ],
2979
+ "name": "BgpCommunity",
2980
+ "non_null": false
2981
+ },
2982
+ "varName": "bgpCommunity"
2983
+ },
2984
+ "id": {
2985
+ "args": {},
2986
+ "deprecationReason": null,
2987
+ "description": "Unique identifier of the summarized route.",
2988
+ "id_str": "addBgpPeer___bgpPeer___summaryRoute___id",
2989
+ "isDeprecated": false,
2990
+ "name": "id",
2991
+ "path": "addBgpPeer.bgpPeer.summaryRoute.id",
2992
+ "requestStr": "$id:ID! ",
2993
+ "required": true,
2994
+ "responseStr": "id:$id ",
2995
+ "type": {
2996
+ "kind": [
2997
+ "NON_NULL",
2998
+ "SCALAR"
2999
+ ],
3000
+ "name": "ID",
3001
+ "non_null": false
3002
+ },
3003
+ "varName": "id"
3004
+ },
3005
+ "route": {
3006
+ "args": {},
3007
+ "deprecationReason": null,
3008
+ "description": "Subnet of the summarized route.",
3009
+ "id_str": "addBgpPeer___bgpPeer___summaryRoute___route",
3010
+ "isDeprecated": false,
3011
+ "name": "route",
3012
+ "path": "addBgpPeer.bgpPeer.summaryRoute.route",
3013
+ "requestStr": "$route:NetworkSubnet! ",
3014
+ "required": true,
3015
+ "responseStr": "route:$route ",
3016
+ "type": {
3017
+ "kind": [
3018
+ "NON_NULL",
3019
+ "SCALAR"
3020
+ ],
3021
+ "name": "NetworkSubnet",
3022
+ "non_null": false
3023
+ },
3024
+ "varName": "route"
3025
+ }
3026
+ },
3027
+ "inputFields": null,
3028
+ "interfaces": {},
3029
+ "kind": "OBJECT",
3030
+ "name": "BgpSummaryRoute",
3031
+ "possibleTypes": null
3032
+ },
3033
+ "indexType": "object",
3034
+ "kind": [
3035
+ "NON_NULL",
3036
+ "LIST",
3037
+ "NON_NULL",
3038
+ "OBJECT"
3039
+ ],
3040
+ "name": "BgpSummaryRoute",
3041
+ "non_null": false
3042
+ },
3043
+ "varName": "bgpSummaryRoute"
3044
+ },
3045
+ "tracking": {
3046
+ "alias": "bgpTrackingTracking: tracking",
3047
+ "args": {},
3048
+ "deprecationReason": null,
3049
+ "description": "Tracking configuration for health and availability.",
3050
+ "id_str": "addBgpPeer___bgpPeer___tracking",
3051
+ "isDeprecated": false,
3052
+ "name": "tracking",
3053
+ "path": "addBgpPeer.bgpPeer.tracking",
3054
+ "requestStr": "$bgpTracking:BgpTracking ",
3055
+ "required": false,
3056
+ "responseStr": "tracking:$bgpTracking ",
3057
+ "type": {
3058
+ "definition": {
3059
+ "description": null,
3060
+ "enumValues": null,
3061
+ "fields": {
3062
+ "alertFrequency": {
3063
+ "args": {},
3064
+ "deprecationReason": null,
3065
+ "description": "Frequency of health alerts.",
3066
+ "id_str": "addBgpPeer___bgpPeer___tracking___alertFrequency",
3067
+ "isDeprecated": false,
3068
+ "name": "alertFrequency",
3069
+ "path": "addBgpPeer.bgpPeer.tracking.alertFrequency",
3070
+ "requestStr": "$alertFrequency:PolicyRuleTrackingFrequencyEnum! ",
3071
+ "required": true,
3072
+ "responseStr": "alertFrequency:$alertFrequency ",
3073
+ "type": {
3074
+ "definition": {
3075
+ "description": "Enum for the frequency of an alert event for a rule",
3076
+ "enumValues": [
3077
+ {
3078
+ "deprecationReason": null,
3079
+ "description": null,
3080
+ "isDeprecated": false,
3081
+ "name": "HOURLY"
3082
+ },
3083
+ {
3084
+ "deprecationReason": null,
3085
+ "description": null,
3086
+ "isDeprecated": false,
3087
+ "name": "DAILY"
3088
+ },
3089
+ {
3090
+ "deprecationReason": null,
3091
+ "description": null,
3092
+ "isDeprecated": false,
3093
+ "name": "WEEKLY"
3094
+ },
3095
+ {
3096
+ "deprecationReason": null,
3097
+ "description": null,
3098
+ "isDeprecated": false,
3099
+ "name": "IMMEDIATE"
3100
+ }
3101
+ ],
3102
+ "fields": null,
3103
+ "inputFields": null,
3104
+ "interfaces": null,
3105
+ "kind": "ENUM",
3106
+ "name": "PolicyRuleTrackingFrequencyEnum",
3107
+ "possibleTypes": null
3108
+ },
3109
+ "indexType": "enum",
3110
+ "kind": [
3111
+ "NON_NULL",
3112
+ "ENUM"
3113
+ ],
3114
+ "name": "PolicyRuleTrackingFrequencyEnum",
3115
+ "non_null": false
3116
+ },
3117
+ "varName": "alertFrequency"
3118
+ },
3119
+ "enabled": {
3120
+ "args": {},
3121
+ "deprecationReason": null,
3122
+ "description": "Indicates if tracking is enabled.",
3123
+ "id_str": "addBgpPeer___bgpPeer___tracking___enabled",
3124
+ "isDeprecated": false,
3125
+ "name": "enabled",
3126
+ "path": "addBgpPeer.bgpPeer.tracking.enabled",
3127
+ "requestStr": "$enabled:Boolean! ",
3128
+ "required": true,
3129
+ "responseStr": "enabled:$enabled ",
3130
+ "type": {
3131
+ "kind": [
3132
+ "NON_NULL",
3133
+ "SCALAR"
3134
+ ],
3135
+ "name": "Boolean",
3136
+ "non_null": false
3137
+ },
3138
+ "varName": "enabled"
3139
+ },
3140
+ "id": {
3141
+ "args": {},
3142
+ "deprecationReason": null,
3143
+ "description": "Unique identifier for the tracking rule.",
3144
+ "id_str": "addBgpPeer___bgpPeer___tracking___id",
3145
+ "isDeprecated": false,
3146
+ "name": "id",
3147
+ "path": "addBgpPeer.bgpPeer.tracking.id",
3148
+ "requestStr": "$id:ID! ",
3149
+ "required": true,
3150
+ "responseStr": "id:$id ",
3151
+ "type": {
3152
+ "kind": [
3153
+ "NON_NULL",
3154
+ "SCALAR"
3155
+ ],
3156
+ "name": "ID",
3157
+ "non_null": false
3158
+ },
3159
+ "varName": "id"
3160
+ },
3161
+ "subscriptionId": {
3162
+ "args": {},
3163
+ "deprecationReason": null,
3164
+ "description": "Subscription ID associated with the rule.",
3165
+ "id_str": "addBgpPeer___bgpPeer___tracking___subscriptionId",
3166
+ "isDeprecated": false,
3167
+ "name": "subscriptionId",
3168
+ "path": "addBgpPeer.bgpPeer.tracking.subscriptionId",
3169
+ "requestStr": "$subscriptionId:ID ",
3170
+ "required": false,
3171
+ "responseStr": "subscriptionId:$subscriptionId ",
3172
+ "type": {
3173
+ "kind": [
3174
+ "SCALAR"
3175
+ ],
3176
+ "name": "ID",
3177
+ "non_null": false
3178
+ },
3179
+ "varName": "subscriptionId"
3180
+ }
3181
+ },
3182
+ "inputFields": null,
3183
+ "interfaces": {},
3184
+ "kind": "OBJECT",
3185
+ "name": "BgpTracking",
3186
+ "possibleTypes": null
3187
+ },
3188
+ "indexType": "object",
3189
+ "kind": [
3190
+ "OBJECT"
3191
+ ],
3192
+ "name": "BgpTracking",
3193
+ "non_null": false
3194
+ },
3195
+ "varName": "bgpTracking"
3196
+ }
3197
+ },
3198
+ "inputFields": null,
3199
+ "interfaces": {},
3200
+ "kind": "OBJECT",
3201
+ "name": "BgpPeer",
3202
+ "possibleTypes": null
3203
+ },
3204
+ "indexType": "object",
3205
+ "kind": [
3206
+ "NON_NULL",
3207
+ "OBJECT"
3208
+ ],
3209
+ "name": "BgpPeer",
3210
+ "non_null": false
3211
+ },
3212
+ "varName": "bgpPeer"
3213
+ }
3214
+ },
3215
+ "inputFields": null,
3216
+ "interfaces": {},
3217
+ "kind": "OBJECT",
3218
+ "name": "AddBgpPeerPayload",
3219
+ "possibleTypes": null
3220
+ },
3221
+ "indexType": "object",
3222
+ "kind": [
3223
+ "OBJECT"
3224
+ ],
3225
+ "name": "AddBgpPeerPayload",
3226
+ "non_null": false
3227
+ },
3228
+ "varName": "addBgpPeerPayload"
3229
+ }
3230
+ },
3231
+ "inputFields": null,
3232
+ "interfaces": [],
3233
+ "kind": "OBJECT",
3234
+ "name": "SiteMutations",
3235
+ "possibleTypes": null
3236
+ },
3237
+ "indexType": "object",
3238
+ "kind": [
3239
+ "NON_NULL",
3240
+ "OBJECT"
3241
+ ],
3242
+ "name": "SiteMutations",
3243
+ "non_null": false
3244
+ },
3245
+ "variablesPayload": {
3246
+ "addBgpPeerInput": {
3247
+ "advertiseAllRoutes": {
3248
+ "advertiseAllRoutes": "Boolean"
3249
+ },
3250
+ "advertiseDefaultRoute": {
3251
+ "advertiseDefaultRoute": "Boolean"
3252
+ },
3253
+ "advertiseSummaryRoutes": {
3254
+ "advertiseSummaryRoutes": "Boolean"
3255
+ },
3256
+ "bfdEnabled": {
3257
+ "bfdEnabled": "Boolean"
3258
+ },
3259
+ "bfdSettingsInput": {
3260
+ "multiplier": {
3261
+ "multiplier": "Int"
3262
+ },
3263
+ "receiveInterval": {
3264
+ "receiveInterval": "Int"
3265
+ },
3266
+ "transmitInterval": {
3267
+ "transmitInterval": "Int"
3268
+ }
3269
+ },
3270
+ "bgpSummaryRouteInput": {
3271
+ "community": {
3272
+ "from": {
3273
+ "from": "Asn16"
3274
+ },
3275
+ "to": {
3276
+ "to": "Asn16"
3277
+ }
3278
+ },
3279
+ "route": {
3280
+ "route": "NetworkSubnet"
3281
+ }
3282
+ },
3283
+ "bgpTrackingInput": {
3284
+ "alertFrequency": {
3285
+ "alertFrequency": "enum(PolicyRuleTrackingFrequencyEnum)"
3286
+ },
3287
+ "enabled": {
3288
+ "enabled": "Boolean"
3289
+ },
3290
+ "subscriptionId": {
3291
+ "subscriptionId": "ID"
3292
+ }
3293
+ },
3294
+ "catoAsn": {
3295
+ "catoAsn": "Asn16"
3296
+ },
3297
+ "defaultAction": {
3298
+ "defaultAction": "enum(BgpDefaultAction)"
3299
+ },
3300
+ "holdTime": {
3301
+ "holdTime": "Int"
3302
+ },
3303
+ "keepaliveInterval": {
3304
+ "keepaliveInterval": "Int"
3305
+ },
3306
+ "md5AuthKey": {
3307
+ "md5AuthKey": "String"
3308
+ },
3309
+ "metric": {
3310
+ "metric": "Int"
3311
+ },
3312
+ "name": {
3313
+ "name": "String"
3314
+ },
3315
+ "peerAsn": {
3316
+ "peerAsn": "Asn32"
3317
+ },
3318
+ "peerIp": {
3319
+ "peerIp": "IPAddress"
3320
+ },
3321
+ "performNat": {
3322
+ "performNat": "Boolean"
3323
+ },
3324
+ "siteRefInput": {
3325
+ "by": {
3326
+ "by": "enum(ObjectRefBy)"
3327
+ },
3328
+ "input": {
3329
+ "input": "String"
3330
+ }
3331
+ }
3332
+ }
3333
+ }
3334
+ }