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

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

Potentially problematic release.


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

Files changed (140) hide show
  1. catocli/Utils/clidriver.py +14 -1
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +348 -0
  4. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  5. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  18. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  21. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  22. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  23. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  24. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  25. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  26. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  27. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  28. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  29. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  30. catocli/parsers/mutation_site/__init__.py +98 -0
  31. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  32. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  33. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  34. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  35. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  36. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  37. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  38. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  39. catocli/parsers/mutation_sites/__init__.py +98 -0
  40. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  41. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  42. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  43. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  44. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  45. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  46. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  47. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  48. catocli/parsers/query_eventsFeed/README.md +1 -1
  49. catocli/parsers/query_hardwareManagement/README.md +1 -1
  50. catocli/parsers/query_policy/README.md +3 -1
  51. catocli/parsers/query_site/README.md +22 -0
  52. catocli/parsers/query_site/__init__.py +17 -0
  53. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/METADATA +11 -2
  54. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/RECORD +140 -59
  55. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/WHEEL +1 -1
  56. graphql_client/api_client_types.py +1 -1
  57. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  58. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  59. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  60. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  61. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  62. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  63. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  64. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  65. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  66. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  67. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  68. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  69. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  70. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  71. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  72. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  73. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  74. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  75. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  76. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  77. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  78. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  79. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  80. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  81. models/mutation.site.addBgpPeer.json +3334 -0
  82. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  83. models/mutation.site.addCloudInterconnectSite.json +911 -0
  84. models/mutation.site.addIpsecIkeV2Site.json +2 -2
  85. models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
  86. models/mutation.site.addNetworkRange.json +2 -2
  87. models/mutation.site.addSocketSite.json +2 -2
  88. models/mutation.site.addStaticHost.json +2 -2
  89. models/mutation.site.removeBgpPeer.json +1158 -0
  90. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  91. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
  92. models/mutation.site.removeNetworkRange.json +2 -2
  93. models/mutation.site.removeSite.json +2 -2
  94. models/mutation.site.removeStaticHost.json +2 -2
  95. models/mutation.site.updateBgpPeer.json +3063 -0
  96. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  97. models/mutation.site.updateHa.json +2 -2
  98. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  99. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
  100. models/mutation.site.updateNetworkRange.json +2 -2
  101. models/mutation.site.updateSiteGeneralDetails.json +2 -2
  102. models/mutation.site.updateSocketInterface.json +2 -2
  103. models/mutation.site.updateStaticHost.json +2 -2
  104. models/mutation.sites.addBgpPeer.json +3334 -0
  105. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  106. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  107. models/mutation.sites.addIpsecIkeV2Site.json +2 -2
  108. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
  109. models/mutation.sites.addNetworkRange.json +2 -2
  110. models/mutation.sites.addSocketSite.json +2 -2
  111. models/mutation.sites.addStaticHost.json +2 -2
  112. models/mutation.sites.removeBgpPeer.json +1158 -0
  113. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  114. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
  115. models/mutation.sites.removeNetworkRange.json +2 -2
  116. models/mutation.sites.removeSite.json +2 -2
  117. models/mutation.sites.removeStaticHost.json +2 -2
  118. models/mutation.sites.updateBgpPeer.json +3063 -0
  119. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  120. models/mutation.sites.updateHa.json +2 -2
  121. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  122. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
  123. models/mutation.sites.updateNetworkRange.json +2 -2
  124. models/mutation.sites.updateSiteGeneralDetails.json +2 -2
  125. models/mutation.sites.updateSocketInterface.json +2 -2
  126. models/mutation.sites.updateStaticHost.json +2 -2
  127. models/query.auditFeed.json +36 -12
  128. models/query.events.json +144 -48
  129. models/query.eventsFeed.json +36 -12
  130. models/query.eventsTimeSeries.json +108 -36
  131. models/query.hardwareManagement.json +192 -0
  132. models/query.licensing.json +304 -325
  133. models/query.policy.json +9605 -4234
  134. models/query.site.json +4138 -0
  135. models/query.xdr.stories.json +27 -27
  136. models/query.xdr.story.json +27 -27
  137. schema/catolib.py +11 -1
  138. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/LICENSE +0 -0
  139. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/entry_points.txt +0 -0
  140. {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1158 @@
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
+ "removeBgpPeer": {
25
+ "args": {
26
+ "removeBgpPeer___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "removeBgpPeer___input",
30
+ "name": "input",
31
+ "path": "removeBgpPeer.input",
32
+ "requestStr": "$removeBgpPeerInput:RemoveBgpPeerInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$removeBgpPeerInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "id": {
42
+ "defaultValue": null,
43
+ "description": "Unique identifier of the BGP peer to be removed.",
44
+ "id_str": "removeBgpPeer___input___id",
45
+ "name": "id",
46
+ "path": "removeBgpPeer.input.id",
47
+ "requestStr": "$id:ID! ",
48
+ "required": true,
49
+ "responseStr": "id:$id ",
50
+ "type": {
51
+ "kind": [
52
+ "NON_NULL",
53
+ "SCALAR"
54
+ ],
55
+ "name": "ID",
56
+ "non_null": false
57
+ },
58
+ "varName": "id"
59
+ }
60
+ },
61
+ "interfaces": null,
62
+ "kind": "INPUT_OBJECT",
63
+ "name": "RemoveBgpPeerInput",
64
+ "possibleTypes": null
65
+ },
66
+ "indexType": "input_object",
67
+ "kind": [
68
+ "NON_NULL",
69
+ "INPUT_OBJECT"
70
+ ],
71
+ "name": "RemoveBgpPeerInput",
72
+ "non_null": false
73
+ },
74
+ "varName": "removeBgpPeerInput"
75
+ }
76
+ },
77
+ "deprecationReason": null,
78
+ "description": "Removes an existing BGP peer configuration from a site.",
79
+ "isDeprecated": false,
80
+ "name": "removeBgpPeer",
81
+ "type": {
82
+ "kind": "OBJECT",
83
+ "name": "RemoveBgpPeerPayload",
84
+ "ofType": null
85
+ }
86
+ }
87
+ },
88
+ "deprecationReason": null,
89
+ "description": null,
90
+ "fieldTypes": {
91
+ "BfdSettings": true,
92
+ "BgpCommunity": true,
93
+ "BgpDefaultAction": true,
94
+ "BgpPeer": true,
95
+ "BgpSummaryRoute": true,
96
+ "BgpTracking": true,
97
+ "PolicyRuleTrackingFrequencyEnum": true,
98
+ "RemoveBgpPeerPayload": true,
99
+ "SiteRef": true
100
+ },
101
+ "isDeprecated": false,
102
+ "name": "site",
103
+ "operationArgs": {
104
+ "accountId": {
105
+ "defaultValue": null,
106
+ "description": null,
107
+ "id_str": "accountId",
108
+ "name": "accountId",
109
+ "path": "accountId",
110
+ "requestStr": "$accountId:ID! ",
111
+ "required": true,
112
+ "responseStr": "accountId:$accountId ",
113
+ "type": {
114
+ "kind": [
115
+ "NON_NULL",
116
+ "SCALAR"
117
+ ],
118
+ "name": "ID",
119
+ "non_null": false
120
+ },
121
+ "varName": "accountId"
122
+ },
123
+ "removeBgpPeerInput": {
124
+ "defaultValue": null,
125
+ "description": null,
126
+ "id_str": "removeBgpPeer___input",
127
+ "name": "input",
128
+ "path": "removeBgpPeer.input",
129
+ "requestStr": "$removeBgpPeerInput:RemoveBgpPeerInput! ",
130
+ "required": true,
131
+ "responseStr": "input:$removeBgpPeerInput ",
132
+ "type": {
133
+ "definition": {
134
+ "description": null,
135
+ "enumValues": null,
136
+ "fields": null,
137
+ "inputFields": {
138
+ "id": {
139
+ "defaultValue": null,
140
+ "description": "Unique identifier of the BGP peer to be removed.",
141
+ "id_str": "removeBgpPeer___input___id",
142
+ "name": "id",
143
+ "path": "removeBgpPeer.input.id",
144
+ "requestStr": "$id:ID! ",
145
+ "required": true,
146
+ "responseStr": "id:$id ",
147
+ "type": {
148
+ "kind": [
149
+ "NON_NULL",
150
+ "SCALAR"
151
+ ],
152
+ "name": "ID",
153
+ "non_null": false
154
+ },
155
+ "varName": "id"
156
+ }
157
+ },
158
+ "interfaces": null,
159
+ "kind": "INPUT_OBJECT",
160
+ "name": "RemoveBgpPeerInput",
161
+ "possibleTypes": null
162
+ },
163
+ "indexType": "input_object",
164
+ "kind": [
165
+ "NON_NULL",
166
+ "INPUT_OBJECT"
167
+ ],
168
+ "name": "RemoveBgpPeerInput",
169
+ "non_null": false
170
+ },
171
+ "varName": "removeBgpPeerInput"
172
+ }
173
+ },
174
+ "path": "mutation.site.removeBgpPeer",
175
+ "type": {
176
+ "definition": {
177
+ "description": null,
178
+ "enumValues": null,
179
+ "fields": {
180
+ "removeBgpPeer": {
181
+ "args": {
182
+ "removeBgpPeer___input": {
183
+ "defaultValue": null,
184
+ "description": null,
185
+ "id_str": "removeBgpPeer___input",
186
+ "name": "input",
187
+ "path": "removeBgpPeer.input",
188
+ "requestStr": "$removeBgpPeerInput:RemoveBgpPeerInput! ",
189
+ "required": true,
190
+ "responseStr": "input:$removeBgpPeerInput ",
191
+ "type": {
192
+ "definition": {
193
+ "description": null,
194
+ "enumValues": null,
195
+ "fields": null,
196
+ "inputFields": {
197
+ "id": {
198
+ "defaultValue": null,
199
+ "description": "Unique identifier of the BGP peer to be removed.",
200
+ "id_str": "removeBgpPeer___input___id",
201
+ "name": "id",
202
+ "path": "removeBgpPeer.input.id",
203
+ "requestStr": "$id:ID! ",
204
+ "required": true,
205
+ "responseStr": "id:$id ",
206
+ "type": {
207
+ "kind": [
208
+ "NON_NULL",
209
+ "SCALAR"
210
+ ],
211
+ "name": "ID",
212
+ "non_null": false
213
+ },
214
+ "varName": "id"
215
+ }
216
+ },
217
+ "interfaces": null,
218
+ "kind": "INPUT_OBJECT",
219
+ "name": "RemoveBgpPeerInput",
220
+ "possibleTypes": null
221
+ },
222
+ "indexType": "input_object",
223
+ "kind": [
224
+ "NON_NULL",
225
+ "INPUT_OBJECT"
226
+ ],
227
+ "name": "RemoveBgpPeerInput",
228
+ "non_null": false
229
+ },
230
+ "varName": "removeBgpPeerInput"
231
+ }
232
+ },
233
+ "deprecationReason": null,
234
+ "description": "Removes an existing BGP peer configuration from a site.",
235
+ "id_str": "removeBgpPeer",
236
+ "isDeprecated": false,
237
+ "name": "removeBgpPeer",
238
+ "path": "removeBgpPeer",
239
+ "requestStr": "$removeBgpPeerPayload:RemoveBgpPeerPayload ",
240
+ "required": false,
241
+ "responseStr": "removeBgpPeer:$removeBgpPeerPayload ",
242
+ "type": {
243
+ "definition": {
244
+ "description": null,
245
+ "enumValues": null,
246
+ "fields": {
247
+ "bgpPeer": {
248
+ "args": {},
249
+ "deprecationReason": null,
250
+ "description": "The BGP peer that was successfully removed.",
251
+ "id_str": "removeBgpPeer___bgpPeer",
252
+ "isDeprecated": false,
253
+ "name": "bgpPeer",
254
+ "path": "removeBgpPeer.bgpPeer",
255
+ "requestStr": "$bgpPeer:BgpPeer! ",
256
+ "required": true,
257
+ "responseStr": "bgpPeer:$bgpPeer ",
258
+ "type": {
259
+ "definition": {
260
+ "description": null,
261
+ "enumValues": null,
262
+ "fields": {
263
+ "advertiseAllRoutes": {
264
+ "args": {},
265
+ "deprecationReason": null,
266
+ "description": "Indicates if all routes are advertised.",
267
+ "id_str": "removeBgpPeer___bgpPeer___advertiseAllRoutes",
268
+ "isDeprecated": false,
269
+ "name": "advertiseAllRoutes",
270
+ "path": "removeBgpPeer.bgpPeer.advertiseAllRoutes",
271
+ "requestStr": "$advertiseAllRoutes:Boolean! ",
272
+ "required": true,
273
+ "responseStr": "advertiseAllRoutes:$advertiseAllRoutes ",
274
+ "type": {
275
+ "kind": [
276
+ "NON_NULL",
277
+ "SCALAR"
278
+ ],
279
+ "name": "Boolean",
280
+ "non_null": false
281
+ },
282
+ "varName": "advertiseAllRoutes"
283
+ },
284
+ "advertiseDefaultRoute": {
285
+ "args": {},
286
+ "deprecationReason": null,
287
+ "description": "Indicates if the default route is advertised.",
288
+ "id_str": "removeBgpPeer___bgpPeer___advertiseDefaultRoute",
289
+ "isDeprecated": false,
290
+ "name": "advertiseDefaultRoute",
291
+ "path": "removeBgpPeer.bgpPeer.advertiseDefaultRoute",
292
+ "requestStr": "$advertiseDefaultRoute:Boolean! ",
293
+ "required": true,
294
+ "responseStr": "advertiseDefaultRoute:$advertiseDefaultRoute ",
295
+ "type": {
296
+ "kind": [
297
+ "NON_NULL",
298
+ "SCALAR"
299
+ ],
300
+ "name": "Boolean",
301
+ "non_null": false
302
+ },
303
+ "varName": "advertiseDefaultRoute"
304
+ },
305
+ "advertiseSummaryRoutes": {
306
+ "args": {},
307
+ "deprecationReason": null,
308
+ "description": "Indicates if summarized routes are advertised.",
309
+ "id_str": "removeBgpPeer___bgpPeer___advertiseSummaryRoutes",
310
+ "isDeprecated": false,
311
+ "name": "advertiseSummaryRoutes",
312
+ "path": "removeBgpPeer.bgpPeer.advertiseSummaryRoutes",
313
+ "requestStr": "$advertiseSummaryRoutes:Boolean! ",
314
+ "required": true,
315
+ "responseStr": "advertiseSummaryRoutes:$advertiseSummaryRoutes ",
316
+ "type": {
317
+ "kind": [
318
+ "NON_NULL",
319
+ "SCALAR"
320
+ ],
321
+ "name": "Boolean",
322
+ "non_null": false
323
+ },
324
+ "varName": "advertiseSummaryRoutes"
325
+ },
326
+ "bfdEnabled": {
327
+ "args": {},
328
+ "deprecationReason": null,
329
+ "description": "Indicates if BFD is enabled for failure detection.",
330
+ "id_str": "removeBgpPeer___bgpPeer___bfdEnabled",
331
+ "isDeprecated": false,
332
+ "name": "bfdEnabled",
333
+ "path": "removeBgpPeer.bgpPeer.bfdEnabled",
334
+ "requestStr": "$bfdEnabled:Boolean! ",
335
+ "required": true,
336
+ "responseStr": "bfdEnabled:$bfdEnabled ",
337
+ "type": {
338
+ "kind": [
339
+ "NON_NULL",
340
+ "SCALAR"
341
+ ],
342
+ "name": "Boolean",
343
+ "non_null": false
344
+ },
345
+ "varName": "bfdEnabled"
346
+ },
347
+ "bfdSettings": {
348
+ "alias": "bfdSettingsBfdSettings: bfdSettings",
349
+ "args": {},
350
+ "deprecationReason": null,
351
+ "description": "BFD configuration.",
352
+ "id_str": "removeBgpPeer___bgpPeer___bfdSettings",
353
+ "isDeprecated": false,
354
+ "name": "bfdSettings",
355
+ "path": "removeBgpPeer.bgpPeer.bfdSettings",
356
+ "requestStr": "$bfdSettings:BfdSettings ",
357
+ "required": false,
358
+ "responseStr": "bfdSettings:$bfdSettings ",
359
+ "type": {
360
+ "definition": {
361
+ "description": null,
362
+ "enumValues": null,
363
+ "fields": {
364
+ "multiplier": {
365
+ "args": {},
366
+ "deprecationReason": null,
367
+ "description": "Number of missed BFD packets before considering the session down.",
368
+ "id_str": "removeBgpPeer___bgpPeer___bfdSettings___multiplier",
369
+ "isDeprecated": false,
370
+ "name": "multiplier",
371
+ "path": "removeBgpPeer.bgpPeer.bfdSettings.multiplier",
372
+ "requestStr": "$multiplier:Int! ",
373
+ "required": true,
374
+ "responseStr": "multiplier:$multiplier ",
375
+ "type": {
376
+ "kind": [
377
+ "NON_NULL",
378
+ "SCALAR"
379
+ ],
380
+ "name": "Int",
381
+ "non_null": false
382
+ },
383
+ "varName": "multiplier"
384
+ },
385
+ "receiveInterval": {
386
+ "args": {},
387
+ "deprecationReason": null,
388
+ "description": "Time interval (in milliseconds) in which this peer expects to receive BFD packets.",
389
+ "id_str": "removeBgpPeer___bgpPeer___bfdSettings___receiveInterval",
390
+ "isDeprecated": false,
391
+ "name": "receiveInterval",
392
+ "path": "removeBgpPeer.bgpPeer.bfdSettings.receiveInterval",
393
+ "requestStr": "$receiveInterval:Int! ",
394
+ "required": true,
395
+ "responseStr": "receiveInterval:$receiveInterval ",
396
+ "type": {
397
+ "kind": [
398
+ "NON_NULL",
399
+ "SCALAR"
400
+ ],
401
+ "name": "Int",
402
+ "non_null": false
403
+ },
404
+ "varName": "receiveInterval"
405
+ },
406
+ "transmitInterval": {
407
+ "args": {},
408
+ "deprecationReason": null,
409
+ "description": "Time interval (in milliseconds) between BFD packets sent by this peer.",
410
+ "id_str": "removeBgpPeer___bgpPeer___bfdSettings___transmitInterval",
411
+ "isDeprecated": false,
412
+ "name": "transmitInterval",
413
+ "path": "removeBgpPeer.bgpPeer.bfdSettings.transmitInterval",
414
+ "requestStr": "$transmitInterval:Int! ",
415
+ "required": true,
416
+ "responseStr": "transmitInterval:$transmitInterval ",
417
+ "type": {
418
+ "kind": [
419
+ "NON_NULL",
420
+ "SCALAR"
421
+ ],
422
+ "name": "Int",
423
+ "non_null": false
424
+ },
425
+ "varName": "transmitInterval"
426
+ }
427
+ },
428
+ "inputFields": null,
429
+ "interfaces": {},
430
+ "kind": "OBJECT",
431
+ "name": "BfdSettings",
432
+ "possibleTypes": null
433
+ },
434
+ "indexType": "object",
435
+ "kind": [
436
+ "OBJECT"
437
+ ],
438
+ "name": "BfdSettings",
439
+ "non_null": false
440
+ },
441
+ "varName": "bfdSettings"
442
+ },
443
+ "catoAsn": {
444
+ "args": {},
445
+ "deprecationReason": null,
446
+ "description": "AS number of Cato's BGP endpoint.",
447
+ "id_str": "removeBgpPeer___bgpPeer___catoAsn",
448
+ "isDeprecated": false,
449
+ "name": "catoAsn",
450
+ "path": "removeBgpPeer.bgpPeer.catoAsn",
451
+ "requestStr": "$catoAsn:Asn16! ",
452
+ "required": true,
453
+ "responseStr": "catoAsn:$catoAsn ",
454
+ "type": {
455
+ "kind": [
456
+ "NON_NULL",
457
+ "SCALAR"
458
+ ],
459
+ "name": "Asn16",
460
+ "non_null": false
461
+ },
462
+ "varName": "catoAsn"
463
+ },
464
+ "catoIp": {
465
+ "args": {},
466
+ "deprecationReason": null,
467
+ "description": "IP address of Cato's BGP endpoint.",
468
+ "id_str": "removeBgpPeer___bgpPeer___catoIp",
469
+ "isDeprecated": false,
470
+ "name": "catoIp",
471
+ "path": "removeBgpPeer.bgpPeer.catoIp",
472
+ "requestStr": "$catoIp:IPAddress! ",
473
+ "required": true,
474
+ "responseStr": "catoIp:$catoIp ",
475
+ "type": {
476
+ "kind": [
477
+ "NON_NULL",
478
+ "SCALAR"
479
+ ],
480
+ "name": "IPAddress",
481
+ "non_null": false
482
+ },
483
+ "varName": "catoIp"
484
+ },
485
+ "defaultAction": {
486
+ "alias": "bgpDefaultActionDefaultAction: defaultAction",
487
+ "args": {},
488
+ "deprecationReason": null,
489
+ "description": "Default action for routes not matching filters (ACCEPT or DROP).",
490
+ "id_str": "removeBgpPeer___bgpPeer___defaultAction",
491
+ "isDeprecated": false,
492
+ "name": "defaultAction",
493
+ "path": "removeBgpPeer.bgpPeer.defaultAction",
494
+ "requestStr": "$defaultAction:BgpDefaultAction! ",
495
+ "required": true,
496
+ "responseStr": "defaultAction:$defaultAction ",
497
+ "type": {
498
+ "definition": {
499
+ "description": null,
500
+ "enumValues": [
501
+ {
502
+ "deprecationReason": null,
503
+ "description": "Default action to drop all unmatched routes.",
504
+ "isDeprecated": false,
505
+ "name": "DROP"
506
+ },
507
+ {
508
+ "deprecationReason": null,
509
+ "description": "Default action to accept all unmatched routes.",
510
+ "isDeprecated": false,
511
+ "name": "ACCEPT"
512
+ }
513
+ ],
514
+ "fields": null,
515
+ "inputFields": null,
516
+ "interfaces": null,
517
+ "kind": "ENUM",
518
+ "name": "BgpDefaultAction",
519
+ "possibleTypes": null
520
+ },
521
+ "indexType": "enum",
522
+ "kind": [
523
+ "NON_NULL",
524
+ "ENUM"
525
+ ],
526
+ "name": "BgpDefaultAction",
527
+ "non_null": false
528
+ },
529
+ "varName": "defaultAction"
530
+ },
531
+ "holdTime": {
532
+ "args": {},
533
+ "deprecationReason": null,
534
+ "description": "Time before declaring the peer unreachable.",
535
+ "id_str": "removeBgpPeer___bgpPeer___holdTime",
536
+ "isDeprecated": false,
537
+ "name": "holdTime",
538
+ "path": "removeBgpPeer.bgpPeer.holdTime",
539
+ "requestStr": "$holdTime:Int! ",
540
+ "required": true,
541
+ "responseStr": "holdTime:$holdTime ",
542
+ "type": {
543
+ "kind": [
544
+ "NON_NULL",
545
+ "SCALAR"
546
+ ],
547
+ "name": "Int",
548
+ "non_null": false
549
+ },
550
+ "varName": "holdTime"
551
+ },
552
+ "id": {
553
+ "args": {},
554
+ "deprecationReason": null,
555
+ "description": "Unique identifier for the BGP peer.",
556
+ "id_str": "removeBgpPeer___bgpPeer___id",
557
+ "isDeprecated": false,
558
+ "name": "id",
559
+ "path": "removeBgpPeer.bgpPeer.id",
560
+ "requestStr": "$id:ID! ",
561
+ "required": true,
562
+ "responseStr": "id:$id ",
563
+ "type": {
564
+ "kind": [
565
+ "NON_NULL",
566
+ "SCALAR"
567
+ ],
568
+ "name": "ID",
569
+ "non_null": false
570
+ },
571
+ "varName": "id"
572
+ },
573
+ "keepaliveInterval": {
574
+ "args": {},
575
+ "deprecationReason": null,
576
+ "description": "Interval between keepalive messages.",
577
+ "id_str": "removeBgpPeer___bgpPeer___keepaliveInterval",
578
+ "isDeprecated": false,
579
+ "name": "keepaliveInterval",
580
+ "path": "removeBgpPeer.bgpPeer.keepaliveInterval",
581
+ "requestStr": "$keepaliveInterval:Int! ",
582
+ "required": true,
583
+ "responseStr": "keepaliveInterval:$keepaliveInterval ",
584
+ "type": {
585
+ "kind": [
586
+ "NON_NULL",
587
+ "SCALAR"
588
+ ],
589
+ "name": "Int",
590
+ "non_null": false
591
+ },
592
+ "varName": "keepaliveInterval"
593
+ },
594
+ "md5AuthKey": {
595
+ "args": {},
596
+ "deprecationReason": null,
597
+ "description": "MD5 authentication key for secure sessions.",
598
+ "id_str": "removeBgpPeer___bgpPeer___md5AuthKey",
599
+ "isDeprecated": false,
600
+ "name": "md5AuthKey",
601
+ "path": "removeBgpPeer.bgpPeer.md5AuthKey",
602
+ "requestStr": "$md5AuthKey:String ",
603
+ "required": false,
604
+ "responseStr": "md5AuthKey:$md5AuthKey ",
605
+ "type": {
606
+ "kind": [
607
+ "SCALAR"
608
+ ],
609
+ "name": "String",
610
+ "non_null": false
611
+ },
612
+ "varName": "md5AuthKey"
613
+ },
614
+ "metric": {
615
+ "args": {},
616
+ "deprecationReason": null,
617
+ "description": "Metric for route preferences.",
618
+ "id_str": "removeBgpPeer___bgpPeer___metric",
619
+ "isDeprecated": false,
620
+ "name": "metric",
621
+ "path": "removeBgpPeer.bgpPeer.metric",
622
+ "requestStr": "$metric:Int! ",
623
+ "required": true,
624
+ "responseStr": "metric:$metric ",
625
+ "type": {
626
+ "kind": [
627
+ "NON_NULL",
628
+ "SCALAR"
629
+ ],
630
+ "name": "Int",
631
+ "non_null": false
632
+ },
633
+ "varName": "metric"
634
+ },
635
+ "name": {
636
+ "args": {},
637
+ "deprecationReason": null,
638
+ "description": "Name of the BGP configuration entity.",
639
+ "id_str": "removeBgpPeer___bgpPeer___name",
640
+ "isDeprecated": false,
641
+ "name": "name",
642
+ "path": "removeBgpPeer.bgpPeer.name",
643
+ "requestStr": "$name:String! ",
644
+ "required": true,
645
+ "responseStr": "name:$name ",
646
+ "type": {
647
+ "kind": [
648
+ "NON_NULL",
649
+ "SCALAR"
650
+ ],
651
+ "name": "String",
652
+ "non_null": false
653
+ },
654
+ "varName": "name"
655
+ },
656
+ "peerAsn": {
657
+ "args": {},
658
+ "deprecationReason": null,
659
+ "description": "AS number of the peer BGP endpoint.",
660
+ "id_str": "removeBgpPeer___bgpPeer___peerAsn",
661
+ "isDeprecated": false,
662
+ "name": "peerAsn",
663
+ "path": "removeBgpPeer.bgpPeer.peerAsn",
664
+ "requestStr": "$peerAsn:Asn32! ",
665
+ "required": true,
666
+ "responseStr": "peerAsn:$peerAsn ",
667
+ "type": {
668
+ "kind": [
669
+ "NON_NULL",
670
+ "SCALAR"
671
+ ],
672
+ "name": "Asn32",
673
+ "non_null": false
674
+ },
675
+ "varName": "peerAsn"
676
+ },
677
+ "peerIp": {
678
+ "args": {},
679
+ "deprecationReason": null,
680
+ "description": "IP address of the peer BGP endpoint.",
681
+ "id_str": "removeBgpPeer___bgpPeer___peerIp",
682
+ "isDeprecated": false,
683
+ "name": "peerIp",
684
+ "path": "removeBgpPeer.bgpPeer.peerIp",
685
+ "requestStr": "$peerIp:IPAddress! ",
686
+ "required": true,
687
+ "responseStr": "peerIp:$peerIp ",
688
+ "type": {
689
+ "kind": [
690
+ "NON_NULL",
691
+ "SCALAR"
692
+ ],
693
+ "name": "IPAddress",
694
+ "non_null": false
695
+ },
696
+ "varName": "peerIp"
697
+ },
698
+ "performNat": {
699
+ "args": {},
700
+ "deprecationReason": null,
701
+ "description": "Indicates if NAT is performed on routes.",
702
+ "id_str": "removeBgpPeer___bgpPeer___performNat",
703
+ "isDeprecated": false,
704
+ "name": "performNat",
705
+ "path": "removeBgpPeer.bgpPeer.performNat",
706
+ "requestStr": "$performNat:Boolean! ",
707
+ "required": true,
708
+ "responseStr": "performNat:$performNat ",
709
+ "type": {
710
+ "kind": [
711
+ "NON_NULL",
712
+ "SCALAR"
713
+ ],
714
+ "name": "Boolean",
715
+ "non_null": false
716
+ },
717
+ "varName": "performNat"
718
+ },
719
+ "site": {
720
+ "alias": "siteRefSite: site",
721
+ "args": {},
722
+ "deprecationReason": null,
723
+ "description": "Site associated with this BGP peer.",
724
+ "id_str": "removeBgpPeer___bgpPeer___site",
725
+ "isDeprecated": false,
726
+ "name": "site",
727
+ "path": "removeBgpPeer.bgpPeer.site",
728
+ "requestStr": "$siteRef:SiteRef! ",
729
+ "required": true,
730
+ "responseStr": "site:$siteRef ",
731
+ "type": {
732
+ "definition": {
733
+ "description": null,
734
+ "enumValues": null,
735
+ "fields": {
736
+ "id": {
737
+ "args": {},
738
+ "deprecationReason": null,
739
+ "description": null,
740
+ "id_str": "removeBgpPeer___bgpPeer___site___id",
741
+ "isDeprecated": false,
742
+ "name": "id",
743
+ "path": "removeBgpPeer.bgpPeer.site.id",
744
+ "requestStr": "$id:ID! ",
745
+ "required": true,
746
+ "responseStr": "id:$id ",
747
+ "type": {
748
+ "kind": [
749
+ "NON_NULL",
750
+ "SCALAR"
751
+ ],
752
+ "name": "ID",
753
+ "non_null": false
754
+ },
755
+ "varName": "id"
756
+ },
757
+ "name": {
758
+ "args": {},
759
+ "deprecationReason": null,
760
+ "description": null,
761
+ "id_str": "removeBgpPeer___bgpPeer___site___name",
762
+ "isDeprecated": false,
763
+ "name": "name",
764
+ "path": "removeBgpPeer.bgpPeer.site.name",
765
+ "requestStr": "$name:String! ",
766
+ "required": true,
767
+ "responseStr": "name:$name ",
768
+ "type": {
769
+ "kind": [
770
+ "NON_NULL",
771
+ "SCALAR"
772
+ ],
773
+ "name": "String",
774
+ "non_null": false
775
+ },
776
+ "varName": "name"
777
+ }
778
+ },
779
+ "inputFields": null,
780
+ "interfaces": {},
781
+ "kind": "OBJECT",
782
+ "name": "SiteRef",
783
+ "possibleTypes": null
784
+ },
785
+ "indexType": "object",
786
+ "kind": [
787
+ "NON_NULL",
788
+ "OBJECT"
789
+ ],
790
+ "name": "SiteRef",
791
+ "non_null": false
792
+ },
793
+ "varName": "siteRef"
794
+ },
795
+ "summaryRoute": {
796
+ "alias": "bgpSummaryRouteSummaryRoute: summaryRoute",
797
+ "args": {},
798
+ "deprecationReason": null,
799
+ "description": "Summarized routes advertised to the peer.",
800
+ "id_str": "removeBgpPeer___bgpPeer___summaryRoute",
801
+ "isDeprecated": false,
802
+ "name": "summaryRoute",
803
+ "path": "removeBgpPeer.bgpPeer.summaryRoute",
804
+ "requestStr": "$bgpSummaryRoute:[BgpSummaryRoute]! ",
805
+ "required": true,
806
+ "responseStr": "summaryRoute:$bgpSummaryRoute ",
807
+ "type": {
808
+ "definition": {
809
+ "description": null,
810
+ "enumValues": null,
811
+ "fields": {
812
+ "community": {
813
+ "alias": "bgpCommunityCommunity: community",
814
+ "args": {},
815
+ "deprecationReason": null,
816
+ "description": "Community values associated with the route.",
817
+ "id_str": "removeBgpPeer___bgpPeer___summaryRoute___community",
818
+ "isDeprecated": false,
819
+ "name": "community",
820
+ "path": "removeBgpPeer.bgpPeer.summaryRoute.community",
821
+ "requestStr": "$bgpCommunity:[BgpCommunity]! ",
822
+ "required": true,
823
+ "responseStr": "community:$bgpCommunity ",
824
+ "type": {
825
+ "definition": {
826
+ "description": null,
827
+ "enumValues": null,
828
+ "fields": {
829
+ "from": {
830
+ "args": {},
831
+ "deprecationReason": null,
832
+ "description": "Start of the community range.",
833
+ "id_str": "removeBgpPeer___bgpPeer___summaryRoute___community___from",
834
+ "isDeprecated": false,
835
+ "name": "from",
836
+ "path": "removeBgpPeer.bgpPeer.summaryRoute.community.from",
837
+ "requestStr": "$from:Asn16! ",
838
+ "required": true,
839
+ "responseStr": "from:$from ",
840
+ "type": {
841
+ "kind": [
842
+ "NON_NULL",
843
+ "SCALAR"
844
+ ],
845
+ "name": "Asn16",
846
+ "non_null": false
847
+ },
848
+ "varName": "from"
849
+ },
850
+ "to": {
851
+ "args": {},
852
+ "deprecationReason": null,
853
+ "description": "End of the community range.",
854
+ "id_str": "removeBgpPeer___bgpPeer___summaryRoute___community___to",
855
+ "isDeprecated": false,
856
+ "name": "to",
857
+ "path": "removeBgpPeer.bgpPeer.summaryRoute.community.to",
858
+ "requestStr": "$to:Asn16! ",
859
+ "required": true,
860
+ "responseStr": "to:$to ",
861
+ "type": {
862
+ "kind": [
863
+ "NON_NULL",
864
+ "SCALAR"
865
+ ],
866
+ "name": "Asn16",
867
+ "non_null": false
868
+ },
869
+ "varName": "to"
870
+ }
871
+ },
872
+ "inputFields": null,
873
+ "interfaces": {},
874
+ "kind": "OBJECT",
875
+ "name": "BgpCommunity",
876
+ "possibleTypes": null
877
+ },
878
+ "indexType": "object",
879
+ "kind": [
880
+ "NON_NULL",
881
+ "LIST",
882
+ "NON_NULL",
883
+ "OBJECT"
884
+ ],
885
+ "name": "BgpCommunity",
886
+ "non_null": false
887
+ },
888
+ "varName": "bgpCommunity"
889
+ },
890
+ "id": {
891
+ "args": {},
892
+ "deprecationReason": null,
893
+ "description": "Unique identifier of the summarized route.",
894
+ "id_str": "removeBgpPeer___bgpPeer___summaryRoute___id",
895
+ "isDeprecated": false,
896
+ "name": "id",
897
+ "path": "removeBgpPeer.bgpPeer.summaryRoute.id",
898
+ "requestStr": "$id:ID! ",
899
+ "required": true,
900
+ "responseStr": "id:$id ",
901
+ "type": {
902
+ "kind": [
903
+ "NON_NULL",
904
+ "SCALAR"
905
+ ],
906
+ "name": "ID",
907
+ "non_null": false
908
+ },
909
+ "varName": "id"
910
+ },
911
+ "route": {
912
+ "args": {},
913
+ "deprecationReason": null,
914
+ "description": "Subnet of the summarized route.",
915
+ "id_str": "removeBgpPeer___bgpPeer___summaryRoute___route",
916
+ "isDeprecated": false,
917
+ "name": "route",
918
+ "path": "removeBgpPeer.bgpPeer.summaryRoute.route",
919
+ "requestStr": "$route:NetworkSubnet! ",
920
+ "required": true,
921
+ "responseStr": "route:$route ",
922
+ "type": {
923
+ "kind": [
924
+ "NON_NULL",
925
+ "SCALAR"
926
+ ],
927
+ "name": "NetworkSubnet",
928
+ "non_null": false
929
+ },
930
+ "varName": "route"
931
+ }
932
+ },
933
+ "inputFields": null,
934
+ "interfaces": {},
935
+ "kind": "OBJECT",
936
+ "name": "BgpSummaryRoute",
937
+ "possibleTypes": null
938
+ },
939
+ "indexType": "object",
940
+ "kind": [
941
+ "NON_NULL",
942
+ "LIST",
943
+ "NON_NULL",
944
+ "OBJECT"
945
+ ],
946
+ "name": "BgpSummaryRoute",
947
+ "non_null": false
948
+ },
949
+ "varName": "bgpSummaryRoute"
950
+ },
951
+ "tracking": {
952
+ "alias": "bgpTrackingTracking: tracking",
953
+ "args": {},
954
+ "deprecationReason": null,
955
+ "description": "Tracking configuration for health and availability.",
956
+ "id_str": "removeBgpPeer___bgpPeer___tracking",
957
+ "isDeprecated": false,
958
+ "name": "tracking",
959
+ "path": "removeBgpPeer.bgpPeer.tracking",
960
+ "requestStr": "$bgpTracking:BgpTracking ",
961
+ "required": false,
962
+ "responseStr": "tracking:$bgpTracking ",
963
+ "type": {
964
+ "definition": {
965
+ "description": null,
966
+ "enumValues": null,
967
+ "fields": {
968
+ "alertFrequency": {
969
+ "args": {},
970
+ "deprecationReason": null,
971
+ "description": "Frequency of health alerts.",
972
+ "id_str": "removeBgpPeer___bgpPeer___tracking___alertFrequency",
973
+ "isDeprecated": false,
974
+ "name": "alertFrequency",
975
+ "path": "removeBgpPeer.bgpPeer.tracking.alertFrequency",
976
+ "requestStr": "$alertFrequency:PolicyRuleTrackingFrequencyEnum! ",
977
+ "required": true,
978
+ "responseStr": "alertFrequency:$alertFrequency ",
979
+ "type": {
980
+ "definition": {
981
+ "description": "Enum for the frequency of an alert event for a rule",
982
+ "enumValues": [
983
+ {
984
+ "deprecationReason": null,
985
+ "description": null,
986
+ "isDeprecated": false,
987
+ "name": "HOURLY"
988
+ },
989
+ {
990
+ "deprecationReason": null,
991
+ "description": null,
992
+ "isDeprecated": false,
993
+ "name": "DAILY"
994
+ },
995
+ {
996
+ "deprecationReason": null,
997
+ "description": null,
998
+ "isDeprecated": false,
999
+ "name": "WEEKLY"
1000
+ },
1001
+ {
1002
+ "deprecationReason": null,
1003
+ "description": null,
1004
+ "isDeprecated": false,
1005
+ "name": "IMMEDIATE"
1006
+ }
1007
+ ],
1008
+ "fields": null,
1009
+ "inputFields": null,
1010
+ "interfaces": null,
1011
+ "kind": "ENUM",
1012
+ "name": "PolicyRuleTrackingFrequencyEnum",
1013
+ "possibleTypes": null
1014
+ },
1015
+ "indexType": "enum",
1016
+ "kind": [
1017
+ "NON_NULL",
1018
+ "ENUM"
1019
+ ],
1020
+ "name": "PolicyRuleTrackingFrequencyEnum",
1021
+ "non_null": false
1022
+ },
1023
+ "varName": "alertFrequency"
1024
+ },
1025
+ "enabled": {
1026
+ "args": {},
1027
+ "deprecationReason": null,
1028
+ "description": "Indicates if tracking is enabled.",
1029
+ "id_str": "removeBgpPeer___bgpPeer___tracking___enabled",
1030
+ "isDeprecated": false,
1031
+ "name": "enabled",
1032
+ "path": "removeBgpPeer.bgpPeer.tracking.enabled",
1033
+ "requestStr": "$enabled:Boolean! ",
1034
+ "required": true,
1035
+ "responseStr": "enabled:$enabled ",
1036
+ "type": {
1037
+ "kind": [
1038
+ "NON_NULL",
1039
+ "SCALAR"
1040
+ ],
1041
+ "name": "Boolean",
1042
+ "non_null": false
1043
+ },
1044
+ "varName": "enabled"
1045
+ },
1046
+ "id": {
1047
+ "args": {},
1048
+ "deprecationReason": null,
1049
+ "description": "Unique identifier for the tracking rule.",
1050
+ "id_str": "removeBgpPeer___bgpPeer___tracking___id",
1051
+ "isDeprecated": false,
1052
+ "name": "id",
1053
+ "path": "removeBgpPeer.bgpPeer.tracking.id",
1054
+ "requestStr": "$id:ID! ",
1055
+ "required": true,
1056
+ "responseStr": "id:$id ",
1057
+ "type": {
1058
+ "kind": [
1059
+ "NON_NULL",
1060
+ "SCALAR"
1061
+ ],
1062
+ "name": "ID",
1063
+ "non_null": false
1064
+ },
1065
+ "varName": "id"
1066
+ },
1067
+ "subscriptionId": {
1068
+ "args": {},
1069
+ "deprecationReason": null,
1070
+ "description": "Subscription ID associated with the rule.",
1071
+ "id_str": "removeBgpPeer___bgpPeer___tracking___subscriptionId",
1072
+ "isDeprecated": false,
1073
+ "name": "subscriptionId",
1074
+ "path": "removeBgpPeer.bgpPeer.tracking.subscriptionId",
1075
+ "requestStr": "$subscriptionId:ID ",
1076
+ "required": false,
1077
+ "responseStr": "subscriptionId:$subscriptionId ",
1078
+ "type": {
1079
+ "kind": [
1080
+ "SCALAR"
1081
+ ],
1082
+ "name": "ID",
1083
+ "non_null": false
1084
+ },
1085
+ "varName": "subscriptionId"
1086
+ }
1087
+ },
1088
+ "inputFields": null,
1089
+ "interfaces": {},
1090
+ "kind": "OBJECT",
1091
+ "name": "BgpTracking",
1092
+ "possibleTypes": null
1093
+ },
1094
+ "indexType": "object",
1095
+ "kind": [
1096
+ "OBJECT"
1097
+ ],
1098
+ "name": "BgpTracking",
1099
+ "non_null": false
1100
+ },
1101
+ "varName": "bgpTracking"
1102
+ }
1103
+ },
1104
+ "inputFields": null,
1105
+ "interfaces": {},
1106
+ "kind": "OBJECT",
1107
+ "name": "BgpPeer",
1108
+ "possibleTypes": null
1109
+ },
1110
+ "indexType": "object",
1111
+ "kind": [
1112
+ "NON_NULL",
1113
+ "OBJECT"
1114
+ ],
1115
+ "name": "BgpPeer",
1116
+ "non_null": false
1117
+ },
1118
+ "varName": "bgpPeer"
1119
+ }
1120
+ },
1121
+ "inputFields": null,
1122
+ "interfaces": {},
1123
+ "kind": "OBJECT",
1124
+ "name": "RemoveBgpPeerPayload",
1125
+ "possibleTypes": null
1126
+ },
1127
+ "indexType": "object",
1128
+ "kind": [
1129
+ "OBJECT"
1130
+ ],
1131
+ "name": "RemoveBgpPeerPayload",
1132
+ "non_null": false
1133
+ },
1134
+ "varName": "removeBgpPeerPayload"
1135
+ }
1136
+ },
1137
+ "inputFields": null,
1138
+ "interfaces": [],
1139
+ "kind": "OBJECT",
1140
+ "name": "SiteMutations",
1141
+ "possibleTypes": null
1142
+ },
1143
+ "indexType": "object",
1144
+ "kind": [
1145
+ "NON_NULL",
1146
+ "OBJECT"
1147
+ ],
1148
+ "name": "SiteMutations",
1149
+ "non_null": false
1150
+ },
1151
+ "variablesPayload": {
1152
+ "removeBgpPeerInput": {
1153
+ "id": {
1154
+ "id": "ID"
1155
+ }
1156
+ }
1157
+ }
1158
+ }