catocli 1.0.15__py3-none-any.whl → 1.0.17__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

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