catocli 1.0.21__py3-none-any.whl → 2.0.1__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 +112 -25
  2. catocli/Utils/profile_manager.py +188 -0
  3. catocli/Utils/version_checker.py +192 -0
  4. catocli/__init__.py +1 -1
  5. catocli/parsers/configure/__init__.py +115 -0
  6. catocli/parsers/configure/configure.py +307 -0
  7. catocli/parsers/custom/__init__.py +8 -0
  8. catocli/parsers/custom/export_rules/__init__.py +36 -0
  9. catocli/parsers/custom/export_rules/export_rules.py +361 -0
  10. catocli/parsers/custom/import_rules_to_tf/__init__.py +58 -0
  11. catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +577 -0
  12. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  13. catocli/parsers/mutation_hardware/README.md +7 -0
  14. catocli/parsers/mutation_hardware/__init__.py +23 -0
  15. catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +17 -0
  16. catocli/parsers/mutation_site_addBgpPeer/README.md +1 -1
  17. catocli/parsers/mutation_site_addNetworkRange/README.md +1 -1
  18. catocli/parsers/mutation_site_updateBgpPeer/README.md +1 -1
  19. catocli/parsers/mutation_site_updateNetworkRange/README.md +1 -1
  20. catocli/parsers/mutation_sites_addBgpPeer/README.md +1 -1
  21. catocli/parsers/mutation_sites_addNetworkRange/README.md +1 -1
  22. catocli/parsers/mutation_sites_updateBgpPeer/README.md +1 -1
  23. catocli/parsers/mutation_sites_updateNetworkRange/README.md +1 -1
  24. catocli/parsers/query_auditFeed/README.md +1 -1
  25. catocli/parsers/query_catalogs/README.md +19 -0
  26. catocli/parsers/query_catalogs/__init__.py +17 -0
  27. catocli/parsers/query_devices/README.md +19 -0
  28. catocli/parsers/query_devices/__init__.py +17 -0
  29. catocli/parsers/query_eventsFeed/README.md +1 -1
  30. catocli/parsers/query_hardware/README.md +17 -0
  31. catocli/parsers/query_hardware/__init__.py +17 -0
  32. catocli/parsers/query_sandbox/README.md +1 -1
  33. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/METADATA +1 -1
  34. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/RECORD +139 -114
  35. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/top_level.txt +1 -0
  36. graphql_client/api/call_api.py +4 -0
  37. graphql_client/api_client_types.py +4 -3
  38. graphql_client/configuration.py +2 -0
  39. models/mutation.admin.addAdmin.json +130 -0
  40. models/mutation.hardware.updateHardwareShipping.json +2506 -0
  41. models/mutation.policy.appTenantRestriction.addRule.json +11 -11
  42. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +11 -11
  43. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +11 -11
  44. models/mutation.policy.appTenantRestriction.moveRule.json +11 -11
  45. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +11 -11
  46. models/mutation.policy.appTenantRestriction.removeRule.json +11 -11
  47. models/mutation.policy.appTenantRestriction.updatePolicy.json +11 -11
  48. models/mutation.policy.appTenantRestriction.updateRule.json +11 -11
  49. models/mutation.policy.dynamicIpAllocation.addRule.json +4 -4
  50. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +4 -4
  51. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +4 -4
  52. models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -4
  53. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +4 -4
  54. models/mutation.policy.dynamicIpAllocation.removeRule.json +4 -4
  55. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +4 -4
  56. models/mutation.policy.dynamicIpAllocation.updateRule.json +4 -4
  57. models/mutation.policy.internetFirewall.addRule.json +63 -63
  58. models/mutation.policy.internetFirewall.createPolicyRevision.json +45 -45
  59. models/mutation.policy.internetFirewall.discardPolicyRevision.json +45 -45
  60. models/mutation.policy.internetFirewall.moveRule.json +45 -45
  61. models/mutation.policy.internetFirewall.publishPolicyRevision.json +45 -45
  62. models/mutation.policy.internetFirewall.removeRule.json +45 -45
  63. models/mutation.policy.internetFirewall.updatePolicy.json +45 -45
  64. models/mutation.policy.internetFirewall.updateRule.json +63 -63
  65. models/mutation.policy.remotePortFwd.addRule.json +5 -5
  66. models/mutation.policy.remotePortFwd.createPolicyRevision.json +5 -5
  67. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +5 -5
  68. models/mutation.policy.remotePortFwd.moveRule.json +5 -5
  69. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +5 -5
  70. models/mutation.policy.remotePortFwd.removeRule.json +5 -5
  71. models/mutation.policy.remotePortFwd.updatePolicy.json +5 -5
  72. models/mutation.policy.remotePortFwd.updateRule.json +5 -5
  73. models/mutation.policy.socketLan.addRule.json +3580 -125
  74. models/mutation.policy.socketLan.createPolicyRevision.json +3580 -125
  75. models/mutation.policy.socketLan.discardPolicyRevision.json +3580 -125
  76. models/mutation.policy.socketLan.moveRule.json +3580 -125
  77. models/mutation.policy.socketLan.publishPolicyRevision.json +3580 -125
  78. models/mutation.policy.socketLan.removeRule.json +3580 -125
  79. models/mutation.policy.socketLan.updatePolicy.json +3580 -125
  80. models/mutation.policy.socketLan.updateRule.json +3580 -125
  81. models/mutation.policy.wanFirewall.addRule.json +77 -77
  82. models/mutation.policy.wanFirewall.createPolicyRevision.json +59 -59
  83. models/mutation.policy.wanFirewall.discardPolicyRevision.json +59 -59
  84. models/mutation.policy.wanFirewall.moveRule.json +59 -59
  85. models/mutation.policy.wanFirewall.publishPolicyRevision.json +59 -59
  86. models/mutation.policy.wanFirewall.removeRule.json +59 -59
  87. models/mutation.policy.wanFirewall.updatePolicy.json +59 -59
  88. models/mutation.policy.wanFirewall.updateRule.json +77 -77
  89. models/mutation.policy.wanNetwork.addRule.json +49 -49
  90. models/mutation.policy.wanNetwork.createPolicyRevision.json +49 -49
  91. models/mutation.policy.wanNetwork.discardPolicyRevision.json +49 -49
  92. models/mutation.policy.wanNetwork.moveRule.json +49 -49
  93. models/mutation.policy.wanNetwork.publishPolicyRevision.json +49 -49
  94. models/mutation.policy.wanNetwork.removeRule.json +49 -49
  95. models/mutation.policy.wanNetwork.updatePolicy.json +49 -49
  96. models/mutation.policy.wanNetwork.updateRule.json +49 -49
  97. models/mutation.site.addBgpPeer.json +2812 -217
  98. models/mutation.site.addNetworkRange.json +114 -0
  99. models/mutation.site.addSocketSite.json +18 -0
  100. models/mutation.site.removeBgpPeer.json +667 -1
  101. models/mutation.site.updateBgpPeer.json +3152 -559
  102. models/mutation.site.updateNetworkRange.json +114 -0
  103. models/mutation.sites.addBgpPeer.json +2812 -217
  104. models/mutation.sites.addNetworkRange.json +114 -0
  105. models/mutation.sites.addSocketSite.json +18 -0
  106. models/mutation.sites.removeBgpPeer.json +667 -1
  107. models/mutation.sites.updateBgpPeer.json +3152 -559
  108. models/mutation.sites.updateNetworkRange.json +114 -0
  109. models/mutation.xdr.addStoryComment.json +2 -2
  110. models/mutation.xdr.analystFeedback.json +182 -42
  111. models/mutation.xdr.deleteStoryComment.json +2 -2
  112. models/query.accountMetrics.json +112 -0
  113. models/query.accountSnapshot.json +62 -0
  114. models/query.admin.json +46 -0
  115. models/query.admins.json +46 -0
  116. models/query.appStats.json +528 -0
  117. models/query.appStatsTimeSeries.json +396 -0
  118. models/query.auditFeed.json +273 -3336
  119. models/query.catalogs.json +9840 -0
  120. models/query.devices.json +15469 -0
  121. models/query.events.json +4606 -4318
  122. models/query.eventsFeed.json +1167 -1095
  123. models/query.eventsTimeSeries.json +3459 -3243
  124. models/query.hardware.json +5730 -0
  125. models/query.hardwareManagement.json +8 -2
  126. models/query.licensing.json +3 -3
  127. models/query.policy.json +3743 -298
  128. models/query.sandbox.json +6 -4
  129. models/query.site.json +1329 -4
  130. models/query.xdr.stories.json +182 -42
  131. models/query.xdr.story.json +182 -42
  132. schema/catolib.py +105 -28
  133. scripts/catolib.py +62 -0
  134. scripts/export_if_rules_to_json.py +188 -0
  135. scripts/export_wf_rules_to_json.py +111 -0
  136. scripts/import_wf_rules_to_tfstate.py +331 -0
  137. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/LICENSE +0 -0
  138. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/WHEEL +0 -0
  139. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/entry_points.txt +0 -0
models/query.site.json CHANGED
@@ -25,16 +25,22 @@
25
25
  "fieldTypes": {
26
26
  "BfdSettings": true,
27
27
  "BgpCommunity": true,
28
+ "BgpCommunityFilterPredicate": true,
29
+ "BgpCommunityFilterRule": true,
28
30
  "BgpDefaultAction": true,
29
31
  "BgpDetailedStatus": true,
32
+ "BgpFilterRule": true,
30
33
  "BgpPeer": true,
31
34
  "BgpPeerListPayload": true,
32
35
  "BgpRejectedRoutesFromPeer": true,
36
+ "BgpRouteExactAndInclusiveFilterRule": true,
37
+ "BgpRouteExactFilterRule": true,
33
38
  "BgpSummaryRoute": true,
34
39
  "BgpTracking": true,
35
40
  "CloudInterconnectConnectionConnectivity": true,
36
41
  "CloudInterconnectPhysicalConnection": true,
37
42
  "CloudInterconnectPhysicalConnectionId": true,
43
+ "GlobalIpRangeRef": true,
38
44
  "HaRole": true,
39
45
  "ObjectRefBy": true,
40
46
  "PolicyRuleTrackingFrequencyEnum": true,
@@ -1057,6 +1063,665 @@
1057
1063
  },
1058
1064
  "varName": "defaultAction"
1059
1065
  },
1066
+ "defaultActionExclusion": {
1067
+ "args": {},
1068
+ "deprecationReason": null,
1069
+ "description": "Rules excluded from the default action.",
1070
+ "id_str": "bgpPeer___defaultActionExclusion",
1071
+ "isDeprecated": false,
1072
+ "name": "defaultActionExclusion",
1073
+ "path": "bgpPeer.defaultActionExclusion",
1074
+ "requestStr": "$bgpFilterRule:[BgpFilterRule]! ",
1075
+ "required": true,
1076
+ "responseStr": "defaultActionExclusion:$bgpFilterRule ",
1077
+ "type": {
1078
+ "definition": {
1079
+ "description": null,
1080
+ "enumValues": null,
1081
+ "fields": {
1082
+ "bgpRouteExactAndInclusiveFilterRule": {
1083
+ "alias": "bgpRouteExactAndInclusiveFilterRuleBgpRouteExactAndInclusiveFilterRule: bgpRouteExactAndInclusiveFilterRule",
1084
+ "args": {},
1085
+ "deprecationReason": null,
1086
+ "description": "Exact and inclusive filter rule. Please choose only one filter rule type.",
1087
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule",
1088
+ "isDeprecated": false,
1089
+ "name": "bgpRouteExactAndInclusiveFilterRule",
1090
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule",
1091
+ "requestStr": "$bgpRouteExactAndInclusiveFilterRule:BgpRouteExactAndInclusiveFilterRule ",
1092
+ "required": false,
1093
+ "responseStr": "bgpRouteExactAndInclusiveFilterRule:$bgpRouteExactAndInclusiveFilterRule ",
1094
+ "type": {
1095
+ "definition": {
1096
+ "description": null,
1097
+ "enumValues": null,
1098
+ "fields": {
1099
+ "ge": {
1100
+ "args": {},
1101
+ "deprecationReason": null,
1102
+ "description": "Minimum prefix length for the filter rule.",
1103
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___ge",
1104
+ "isDeprecated": false,
1105
+ "name": "ge",
1106
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.ge",
1107
+ "requestStr": "$ge:Int ",
1108
+ "required": false,
1109
+ "responseStr": "ge:$ge ",
1110
+ "type": {
1111
+ "kind": [
1112
+ "SCALAR"
1113
+ ],
1114
+ "name": "Int",
1115
+ "non_null": false
1116
+ },
1117
+ "varName": "ge"
1118
+ },
1119
+ "globalIpRange": {
1120
+ "args": {},
1121
+ "deprecationReason": null,
1122
+ "description": "Global IP ranges to include.",
1123
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange",
1124
+ "isDeprecated": false,
1125
+ "name": "globalIpRange",
1126
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange",
1127
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
1128
+ "required": true,
1129
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
1130
+ "type": {
1131
+ "definition": {
1132
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1133
+ "enumValues": null,
1134
+ "fields": {
1135
+ "id": {
1136
+ "args": {},
1137
+ "deprecationReason": null,
1138
+ "description": null,
1139
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___id",
1140
+ "isDeprecated": false,
1141
+ "name": "id",
1142
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.id",
1143
+ "requestStr": "$id:ID! ",
1144
+ "required": true,
1145
+ "responseStr": "id:$id ",
1146
+ "type": {
1147
+ "kind": [
1148
+ "NON_NULL",
1149
+ "SCALAR"
1150
+ ],
1151
+ "name": "ID",
1152
+ "non_null": false
1153
+ },
1154
+ "varName": "id"
1155
+ },
1156
+ "name": {
1157
+ "args": {},
1158
+ "deprecationReason": null,
1159
+ "description": null,
1160
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___name",
1161
+ "isDeprecated": false,
1162
+ "name": "name",
1163
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.name",
1164
+ "requestStr": "$name:String! ",
1165
+ "required": true,
1166
+ "responseStr": "name:$name ",
1167
+ "type": {
1168
+ "kind": [
1169
+ "NON_NULL",
1170
+ "SCALAR"
1171
+ ],
1172
+ "name": "String",
1173
+ "non_null": false
1174
+ },
1175
+ "varName": "name"
1176
+ }
1177
+ },
1178
+ "inputFields": null,
1179
+ "interfaces": {},
1180
+ "kind": "OBJECT",
1181
+ "name": "GlobalIpRangeRef",
1182
+ "possibleTypes": null
1183
+ },
1184
+ "indexType": "object",
1185
+ "kind": [
1186
+ "NON_NULL",
1187
+ "LIST",
1188
+ "NON_NULL",
1189
+ "OBJECT"
1190
+ ],
1191
+ "name": "GlobalIpRangeRef",
1192
+ "non_null": false
1193
+ },
1194
+ "varName": "globalIpRangeRef"
1195
+ },
1196
+ "globalIpRangeException": {
1197
+ "args": {},
1198
+ "deprecationReason": null,
1199
+ "description": "Global IP ranges to exclude.",
1200
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException",
1201
+ "isDeprecated": false,
1202
+ "name": "globalIpRangeException",
1203
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException",
1204
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
1205
+ "required": true,
1206
+ "responseStr": "globalIpRangeException:$globalIpRangeRef ",
1207
+ "type": {
1208
+ "definition": {
1209
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1210
+ "enumValues": null,
1211
+ "fields": {
1212
+ "id": {
1213
+ "args": {},
1214
+ "deprecationReason": null,
1215
+ "description": null,
1216
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___id",
1217
+ "isDeprecated": false,
1218
+ "name": "id",
1219
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.id",
1220
+ "requestStr": "$id:ID! ",
1221
+ "required": true,
1222
+ "responseStr": "id:$id ",
1223
+ "type": {
1224
+ "kind": [
1225
+ "NON_NULL",
1226
+ "SCALAR"
1227
+ ],
1228
+ "name": "ID",
1229
+ "non_null": false
1230
+ },
1231
+ "varName": "id"
1232
+ },
1233
+ "name": {
1234
+ "args": {},
1235
+ "deprecationReason": null,
1236
+ "description": null,
1237
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___name",
1238
+ "isDeprecated": false,
1239
+ "name": "name",
1240
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.name",
1241
+ "requestStr": "$name:String! ",
1242
+ "required": true,
1243
+ "responseStr": "name:$name ",
1244
+ "type": {
1245
+ "kind": [
1246
+ "NON_NULL",
1247
+ "SCALAR"
1248
+ ],
1249
+ "name": "String",
1250
+ "non_null": false
1251
+ },
1252
+ "varName": "name"
1253
+ }
1254
+ },
1255
+ "inputFields": null,
1256
+ "interfaces": {},
1257
+ "kind": "OBJECT",
1258
+ "name": "GlobalIpRangeRef",
1259
+ "possibleTypes": null
1260
+ },
1261
+ "indexType": "object",
1262
+ "kind": [
1263
+ "NON_NULL",
1264
+ "LIST",
1265
+ "NON_NULL",
1266
+ "OBJECT"
1267
+ ],
1268
+ "name": "GlobalIpRangeRef",
1269
+ "non_null": false
1270
+ },
1271
+ "varName": "globalIpRangeRef"
1272
+ },
1273
+ "id": {
1274
+ "args": {},
1275
+ "deprecationReason": null,
1276
+ "description": "Unique identifier of the filter rule.",
1277
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___id",
1278
+ "isDeprecated": false,
1279
+ "name": "id",
1280
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.id",
1281
+ "requestStr": "$id:ID! ",
1282
+ "required": true,
1283
+ "responseStr": "id:$id ",
1284
+ "type": {
1285
+ "kind": [
1286
+ "NON_NULL",
1287
+ "SCALAR"
1288
+ ],
1289
+ "name": "ID",
1290
+ "non_null": false
1291
+ },
1292
+ "varName": "id"
1293
+ },
1294
+ "le": {
1295
+ "args": {},
1296
+ "deprecationReason": null,
1297
+ "description": "Maximum prefix length for the filter rule.",
1298
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___le",
1299
+ "isDeprecated": false,
1300
+ "name": "le",
1301
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.le",
1302
+ "requestStr": "$le:Int ",
1303
+ "required": false,
1304
+ "responseStr": "le:$le ",
1305
+ "type": {
1306
+ "kind": [
1307
+ "SCALAR"
1308
+ ],
1309
+ "name": "Int",
1310
+ "non_null": false
1311
+ },
1312
+ "varName": "le"
1313
+ },
1314
+ "networkSubnet": {
1315
+ "args": {},
1316
+ "deprecationReason": null,
1317
+ "description": "Network subnets to include.",
1318
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnet",
1319
+ "isDeprecated": false,
1320
+ "name": "networkSubnet",
1321
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnet",
1322
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
1323
+ "required": true,
1324
+ "responseStr": "networkSubnet:$networkSubnet ",
1325
+ "type": {
1326
+ "kind": [
1327
+ "NON_NULL",
1328
+ "LIST",
1329
+ "NON_NULL",
1330
+ "SCALAR"
1331
+ ],
1332
+ "name": "NetworkSubnet",
1333
+ "non_null": false
1334
+ },
1335
+ "varName": "networkSubnet"
1336
+ },
1337
+ "networkSubnetException": {
1338
+ "args": {},
1339
+ "deprecationReason": null,
1340
+ "description": "Network subnets to exclude.",
1341
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnetException",
1342
+ "isDeprecated": false,
1343
+ "name": "networkSubnetException",
1344
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnetException",
1345
+ "requestStr": "$networkSubnetException:[NetworkSubnet]! ",
1346
+ "required": true,
1347
+ "responseStr": "networkSubnetException:$networkSubnetException ",
1348
+ "type": {
1349
+ "kind": [
1350
+ "NON_NULL",
1351
+ "LIST",
1352
+ "NON_NULL",
1353
+ "SCALAR"
1354
+ ],
1355
+ "name": "NetworkSubnet",
1356
+ "non_null": false
1357
+ },
1358
+ "varName": "networkSubnetException"
1359
+ }
1360
+ },
1361
+ "inputFields": null,
1362
+ "interfaces": {},
1363
+ "kind": "OBJECT",
1364
+ "name": "BgpRouteExactAndInclusiveFilterRule",
1365
+ "possibleTypes": null
1366
+ },
1367
+ "indexType": "object",
1368
+ "kind": [
1369
+ "OBJECT"
1370
+ ],
1371
+ "name": "BgpRouteExactAndInclusiveFilterRule",
1372
+ "non_null": false
1373
+ },
1374
+ "varName": "bgpRouteExactAndInclusiveFilterRule"
1375
+ },
1376
+ "bgpRouteExactFilterRule": {
1377
+ "alias": "bgpRouteExactFilterRuleBgpRouteExactFilterRule: bgpRouteExactFilterRule",
1378
+ "args": {},
1379
+ "deprecationReason": null,
1380
+ "description": "Exact route filter rule. Please choose only one filter rule type.",
1381
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule",
1382
+ "isDeprecated": false,
1383
+ "name": "bgpRouteExactFilterRule",
1384
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule",
1385
+ "requestStr": "$bgpRouteExactFilterRule:BgpRouteExactFilterRule ",
1386
+ "required": false,
1387
+ "responseStr": "bgpRouteExactFilterRule:$bgpRouteExactFilterRule ",
1388
+ "type": {
1389
+ "definition": {
1390
+ "description": null,
1391
+ "enumValues": null,
1392
+ "fields": {
1393
+ "globalIpRange": {
1394
+ "args": {},
1395
+ "deprecationReason": null,
1396
+ "description": "Global IP ranges to include.",
1397
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange",
1398
+ "isDeprecated": false,
1399
+ "name": "globalIpRange",
1400
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange",
1401
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
1402
+ "required": true,
1403
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
1404
+ "type": {
1405
+ "definition": {
1406
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1407
+ "enumValues": null,
1408
+ "fields": {
1409
+ "id": {
1410
+ "args": {},
1411
+ "deprecationReason": null,
1412
+ "description": null,
1413
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___id",
1414
+ "isDeprecated": false,
1415
+ "name": "id",
1416
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.id",
1417
+ "requestStr": "$id:ID! ",
1418
+ "required": true,
1419
+ "responseStr": "id:$id ",
1420
+ "type": {
1421
+ "kind": [
1422
+ "NON_NULL",
1423
+ "SCALAR"
1424
+ ],
1425
+ "name": "ID",
1426
+ "non_null": false
1427
+ },
1428
+ "varName": "id"
1429
+ },
1430
+ "name": {
1431
+ "args": {},
1432
+ "deprecationReason": null,
1433
+ "description": null,
1434
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___name",
1435
+ "isDeprecated": false,
1436
+ "name": "name",
1437
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.name",
1438
+ "requestStr": "$name:String! ",
1439
+ "required": true,
1440
+ "responseStr": "name:$name ",
1441
+ "type": {
1442
+ "kind": [
1443
+ "NON_NULL",
1444
+ "SCALAR"
1445
+ ],
1446
+ "name": "String",
1447
+ "non_null": false
1448
+ },
1449
+ "varName": "name"
1450
+ }
1451
+ },
1452
+ "inputFields": null,
1453
+ "interfaces": {},
1454
+ "kind": "OBJECT",
1455
+ "name": "GlobalIpRangeRef",
1456
+ "possibleTypes": null
1457
+ },
1458
+ "indexType": "object",
1459
+ "kind": [
1460
+ "NON_NULL",
1461
+ "LIST",
1462
+ "NON_NULL",
1463
+ "OBJECT"
1464
+ ],
1465
+ "name": "GlobalIpRangeRef",
1466
+ "non_null": false
1467
+ },
1468
+ "varName": "globalIpRangeRef"
1469
+ },
1470
+ "id": {
1471
+ "args": {},
1472
+ "deprecationReason": null,
1473
+ "description": "Unique identifier of the exact filter rule.",
1474
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___id",
1475
+ "isDeprecated": false,
1476
+ "name": "id",
1477
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.id",
1478
+ "requestStr": "$id:ID! ",
1479
+ "required": true,
1480
+ "responseStr": "id:$id ",
1481
+ "type": {
1482
+ "kind": [
1483
+ "NON_NULL",
1484
+ "SCALAR"
1485
+ ],
1486
+ "name": "ID",
1487
+ "non_null": false
1488
+ },
1489
+ "varName": "id"
1490
+ },
1491
+ "networkSubnet": {
1492
+ "args": {},
1493
+ "deprecationReason": null,
1494
+ "description": "Network subnets to include.",
1495
+ "id_str": "bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___networkSubnet",
1496
+ "isDeprecated": false,
1497
+ "name": "networkSubnet",
1498
+ "path": "bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.networkSubnet",
1499
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
1500
+ "required": true,
1501
+ "responseStr": "networkSubnet:$networkSubnet ",
1502
+ "type": {
1503
+ "kind": [
1504
+ "NON_NULL",
1505
+ "LIST",
1506
+ "NON_NULL",
1507
+ "SCALAR"
1508
+ ],
1509
+ "name": "NetworkSubnet",
1510
+ "non_null": false
1511
+ },
1512
+ "varName": "networkSubnet"
1513
+ }
1514
+ },
1515
+ "inputFields": null,
1516
+ "interfaces": {},
1517
+ "kind": "OBJECT",
1518
+ "name": "BgpRouteExactFilterRule",
1519
+ "possibleTypes": null
1520
+ },
1521
+ "indexType": "object",
1522
+ "kind": [
1523
+ "OBJECT"
1524
+ ],
1525
+ "name": "BgpRouteExactFilterRule",
1526
+ "non_null": false
1527
+ },
1528
+ "varName": "bgpRouteExactFilterRule"
1529
+ },
1530
+ "communityFilterRule": {
1531
+ "alias": "bgpCommunityFilterRuleCommunityFilterRule: communityFilterRule",
1532
+ "args": {},
1533
+ "deprecationReason": null,
1534
+ "description": "Community filter rule. Please choose only one filter rule type.",
1535
+ "id_str": "bgpPeer___defaultActionExclusion___communityFilterRule",
1536
+ "isDeprecated": false,
1537
+ "name": "communityFilterRule",
1538
+ "path": "bgpPeer.defaultActionExclusion.communityFilterRule",
1539
+ "requestStr": "$bgpCommunityFilterRule:BgpCommunityFilterRule ",
1540
+ "required": false,
1541
+ "responseStr": "communityFilterRule:$bgpCommunityFilterRule ",
1542
+ "type": {
1543
+ "definition": {
1544
+ "description": null,
1545
+ "enumValues": null,
1546
+ "fields": {
1547
+ "community": {
1548
+ "args": {},
1549
+ "deprecationReason": null,
1550
+ "description": "Community values to match.",
1551
+ "id_str": "bgpPeer___defaultActionExclusion___communityFilterRule___community",
1552
+ "isDeprecated": false,
1553
+ "name": "community",
1554
+ "path": "bgpPeer.defaultActionExclusion.communityFilterRule.community",
1555
+ "requestStr": "$bgpCommunity:[BgpCommunity]! ",
1556
+ "required": true,
1557
+ "responseStr": "community:$bgpCommunity ",
1558
+ "type": {
1559
+ "definition": {
1560
+ "description": null,
1561
+ "enumValues": null,
1562
+ "fields": {
1563
+ "from": {
1564
+ "args": {},
1565
+ "deprecationReason": null,
1566
+ "description": "Start of the community range.",
1567
+ "id_str": "bgpPeer___defaultActionExclusion___communityFilterRule___community___from",
1568
+ "isDeprecated": false,
1569
+ "name": "from",
1570
+ "path": "bgpPeer.defaultActionExclusion.communityFilterRule.community.from",
1571
+ "requestStr": "$from:Asn16! ",
1572
+ "required": true,
1573
+ "responseStr": "from:$from ",
1574
+ "type": {
1575
+ "kind": [
1576
+ "NON_NULL",
1577
+ "SCALAR"
1578
+ ],
1579
+ "name": "Asn16",
1580
+ "non_null": false
1581
+ },
1582
+ "varName": "from"
1583
+ },
1584
+ "to": {
1585
+ "args": {},
1586
+ "deprecationReason": null,
1587
+ "description": "End of the community range.",
1588
+ "id_str": "bgpPeer___defaultActionExclusion___communityFilterRule___community___to",
1589
+ "isDeprecated": false,
1590
+ "name": "to",
1591
+ "path": "bgpPeer.defaultActionExclusion.communityFilterRule.community.to",
1592
+ "requestStr": "$to:Asn16! ",
1593
+ "required": true,
1594
+ "responseStr": "to:$to ",
1595
+ "type": {
1596
+ "kind": [
1597
+ "NON_NULL",
1598
+ "SCALAR"
1599
+ ],
1600
+ "name": "Asn16",
1601
+ "non_null": false
1602
+ },
1603
+ "varName": "to"
1604
+ }
1605
+ },
1606
+ "inputFields": null,
1607
+ "interfaces": {},
1608
+ "kind": "OBJECT",
1609
+ "name": "BgpCommunity",
1610
+ "possibleTypes": null
1611
+ },
1612
+ "indexType": "object",
1613
+ "kind": [
1614
+ "NON_NULL",
1615
+ "LIST",
1616
+ "NON_NULL",
1617
+ "OBJECT"
1618
+ ],
1619
+ "name": "BgpCommunity",
1620
+ "non_null": false
1621
+ },
1622
+ "varName": "bgpCommunity"
1623
+ },
1624
+ "id": {
1625
+ "args": {},
1626
+ "deprecationReason": null,
1627
+ "description": "Unique identifier of the community filter rule.",
1628
+ "id_str": "bgpPeer___defaultActionExclusion___communityFilterRule___id",
1629
+ "isDeprecated": false,
1630
+ "name": "id",
1631
+ "path": "bgpPeer.defaultActionExclusion.communityFilterRule.id",
1632
+ "requestStr": "$id:ID! ",
1633
+ "required": true,
1634
+ "responseStr": "id:$id ",
1635
+ "type": {
1636
+ "kind": [
1637
+ "NON_NULL",
1638
+ "SCALAR"
1639
+ ],
1640
+ "name": "ID",
1641
+ "non_null": false
1642
+ },
1643
+ "varName": "id"
1644
+ },
1645
+ "predicate": {
1646
+ "args": {},
1647
+ "deprecationReason": null,
1648
+ "description": "Predicate to apply to the community filter (e.g., EQUAL, NOT_EQUAL).",
1649
+ "id_str": "bgpPeer___defaultActionExclusion___communityFilterRule___predicate",
1650
+ "isDeprecated": false,
1651
+ "name": "predicate",
1652
+ "path": "bgpPeer.defaultActionExclusion.communityFilterRule.predicate",
1653
+ "requestStr": "$predicate:BgpCommunityFilterPredicate! ",
1654
+ "required": true,
1655
+ "responseStr": "predicate:$predicate ",
1656
+ "type": {
1657
+ "definition": {
1658
+ "description": null,
1659
+ "enumValues": [
1660
+ {
1661
+ "deprecationReason": null,
1662
+ "description": "Matches exactly the specified community value.",
1663
+ "isDeprecated": false,
1664
+ "name": "EQUAL"
1665
+ },
1666
+ {
1667
+ "deprecationReason": null,
1668
+ "description": "Matches any community value except the specified one.",
1669
+ "isDeprecated": false,
1670
+ "name": "NOT_EQUAL"
1671
+ }
1672
+ ],
1673
+ "fields": null,
1674
+ "inputFields": null,
1675
+ "interfaces": null,
1676
+ "kind": "ENUM",
1677
+ "name": "BgpCommunityFilterPredicate",
1678
+ "possibleTypes": null
1679
+ },
1680
+ "indexType": "enum",
1681
+ "kind": [
1682
+ "NON_NULL",
1683
+ "ENUM"
1684
+ ],
1685
+ "name": "BgpCommunityFilterPredicate",
1686
+ "non_null": false
1687
+ },
1688
+ "varName": "predicate"
1689
+ }
1690
+ },
1691
+ "inputFields": null,
1692
+ "interfaces": {},
1693
+ "kind": "OBJECT",
1694
+ "name": "BgpCommunityFilterRule",
1695
+ "possibleTypes": null
1696
+ },
1697
+ "indexType": "object",
1698
+ "kind": [
1699
+ "OBJECT"
1700
+ ],
1701
+ "name": "BgpCommunityFilterRule",
1702
+ "non_null": false
1703
+ },
1704
+ "varName": "bgpCommunityFilterRule"
1705
+ }
1706
+ },
1707
+ "inputFields": null,
1708
+ "interfaces": {},
1709
+ "kind": "OBJECT",
1710
+ "name": "BgpFilterRule",
1711
+ "possibleTypes": null
1712
+ },
1713
+ "indexType": "object",
1714
+ "kind": [
1715
+ "NON_NULL",
1716
+ "LIST",
1717
+ "NON_NULL",
1718
+ "OBJECT"
1719
+ ],
1720
+ "name": "BgpFilterRule",
1721
+ "non_null": false
1722
+ },
1723
+ "varName": "bgpFilterRule"
1724
+ },
1060
1725
  "holdTime": {
1061
1726
  "args": {},
1062
1727
  "deprecationReason": null,
@@ -1258,7 +1923,7 @@
1258
1923
  "responseStr": "site:$siteRef ",
1259
1924
  "type": {
1260
1925
  "definition": {
1261
- "description": null,
1926
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
1262
1927
  "enumValues": null,
1263
1928
  "fields": {
1264
1929
  "id": {
@@ -2067,6 +2732,666 @@
2067
2732
  },
2068
2733
  "varName": "defaultAction"
2069
2734
  },
2735
+ "defaultActionExclusion": {
2736
+ "alias": "bgpFilterRuleDefaultActionExclusion: defaultActionExclusion",
2737
+ "args": {},
2738
+ "deprecationReason": null,
2739
+ "description": "Rules excluded from the default action.",
2740
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion",
2741
+ "isDeprecated": false,
2742
+ "name": "defaultActionExclusion",
2743
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion",
2744
+ "requestStr": "$bgpFilterRule:[BgpFilterRule]! ",
2745
+ "required": true,
2746
+ "responseStr": "defaultActionExclusion:$bgpFilterRule ",
2747
+ "type": {
2748
+ "definition": {
2749
+ "description": null,
2750
+ "enumValues": null,
2751
+ "fields": {
2752
+ "bgpRouteExactAndInclusiveFilterRule": {
2753
+ "alias": "bgpRouteExactAndInclusiveFilterRuleBgpRouteExactAndInclusiveFilterRule: bgpRouteExactAndInclusiveFilterRule",
2754
+ "args": {},
2755
+ "deprecationReason": null,
2756
+ "description": "Exact and inclusive filter rule. Please choose only one filter rule type.",
2757
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule",
2758
+ "isDeprecated": false,
2759
+ "name": "bgpRouteExactAndInclusiveFilterRule",
2760
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule",
2761
+ "requestStr": "$bgpRouteExactAndInclusiveFilterRule:BgpRouteExactAndInclusiveFilterRule ",
2762
+ "required": false,
2763
+ "responseStr": "bgpRouteExactAndInclusiveFilterRule:$bgpRouteExactAndInclusiveFilterRule ",
2764
+ "type": {
2765
+ "definition": {
2766
+ "description": null,
2767
+ "enumValues": null,
2768
+ "fields": {
2769
+ "ge": {
2770
+ "args": {},
2771
+ "deprecationReason": null,
2772
+ "description": "Minimum prefix length for the filter rule.",
2773
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___ge",
2774
+ "isDeprecated": false,
2775
+ "name": "ge",
2776
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.ge",
2777
+ "requestStr": "$ge:Int ",
2778
+ "required": false,
2779
+ "responseStr": "ge:$ge ",
2780
+ "type": {
2781
+ "kind": [
2782
+ "SCALAR"
2783
+ ],
2784
+ "name": "Int",
2785
+ "non_null": false
2786
+ },
2787
+ "varName": "ge"
2788
+ },
2789
+ "globalIpRange": {
2790
+ "args": {},
2791
+ "deprecationReason": null,
2792
+ "description": "Global IP ranges to include.",
2793
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange",
2794
+ "isDeprecated": false,
2795
+ "name": "globalIpRange",
2796
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange",
2797
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
2798
+ "required": true,
2799
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
2800
+ "type": {
2801
+ "definition": {
2802
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2803
+ "enumValues": null,
2804
+ "fields": {
2805
+ "id": {
2806
+ "args": {},
2807
+ "deprecationReason": null,
2808
+ "description": null,
2809
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___id",
2810
+ "isDeprecated": false,
2811
+ "name": "id",
2812
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.id",
2813
+ "requestStr": "$id:ID! ",
2814
+ "required": true,
2815
+ "responseStr": "id:$id ",
2816
+ "type": {
2817
+ "kind": [
2818
+ "NON_NULL",
2819
+ "SCALAR"
2820
+ ],
2821
+ "name": "ID",
2822
+ "non_null": false
2823
+ },
2824
+ "varName": "id"
2825
+ },
2826
+ "name": {
2827
+ "args": {},
2828
+ "deprecationReason": null,
2829
+ "description": null,
2830
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRange___name",
2831
+ "isDeprecated": false,
2832
+ "name": "name",
2833
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRange.name",
2834
+ "requestStr": "$name:String! ",
2835
+ "required": true,
2836
+ "responseStr": "name:$name ",
2837
+ "type": {
2838
+ "kind": [
2839
+ "NON_NULL",
2840
+ "SCALAR"
2841
+ ],
2842
+ "name": "String",
2843
+ "non_null": false
2844
+ },
2845
+ "varName": "name"
2846
+ }
2847
+ },
2848
+ "inputFields": null,
2849
+ "interfaces": {},
2850
+ "kind": "OBJECT",
2851
+ "name": "GlobalIpRangeRef",
2852
+ "possibleTypes": null
2853
+ },
2854
+ "indexType": "object",
2855
+ "kind": [
2856
+ "NON_NULL",
2857
+ "LIST",
2858
+ "NON_NULL",
2859
+ "OBJECT"
2860
+ ],
2861
+ "name": "GlobalIpRangeRef",
2862
+ "non_null": false
2863
+ },
2864
+ "varName": "globalIpRangeRef"
2865
+ },
2866
+ "globalIpRangeException": {
2867
+ "args": {},
2868
+ "deprecationReason": null,
2869
+ "description": "Global IP ranges to exclude.",
2870
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException",
2871
+ "isDeprecated": false,
2872
+ "name": "globalIpRangeException",
2873
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException",
2874
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
2875
+ "required": true,
2876
+ "responseStr": "globalIpRangeException:$globalIpRangeRef ",
2877
+ "type": {
2878
+ "definition": {
2879
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
2880
+ "enumValues": null,
2881
+ "fields": {
2882
+ "id": {
2883
+ "args": {},
2884
+ "deprecationReason": null,
2885
+ "description": null,
2886
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___id",
2887
+ "isDeprecated": false,
2888
+ "name": "id",
2889
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.id",
2890
+ "requestStr": "$id:ID! ",
2891
+ "required": true,
2892
+ "responseStr": "id:$id ",
2893
+ "type": {
2894
+ "kind": [
2895
+ "NON_NULL",
2896
+ "SCALAR"
2897
+ ],
2898
+ "name": "ID",
2899
+ "non_null": false
2900
+ },
2901
+ "varName": "id"
2902
+ },
2903
+ "name": {
2904
+ "args": {},
2905
+ "deprecationReason": null,
2906
+ "description": null,
2907
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___globalIpRangeException___name",
2908
+ "isDeprecated": false,
2909
+ "name": "name",
2910
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.globalIpRangeException.name",
2911
+ "requestStr": "$name:String! ",
2912
+ "required": true,
2913
+ "responseStr": "name:$name ",
2914
+ "type": {
2915
+ "kind": [
2916
+ "NON_NULL",
2917
+ "SCALAR"
2918
+ ],
2919
+ "name": "String",
2920
+ "non_null": false
2921
+ },
2922
+ "varName": "name"
2923
+ }
2924
+ },
2925
+ "inputFields": null,
2926
+ "interfaces": {},
2927
+ "kind": "OBJECT",
2928
+ "name": "GlobalIpRangeRef",
2929
+ "possibleTypes": null
2930
+ },
2931
+ "indexType": "object",
2932
+ "kind": [
2933
+ "NON_NULL",
2934
+ "LIST",
2935
+ "NON_NULL",
2936
+ "OBJECT"
2937
+ ],
2938
+ "name": "GlobalIpRangeRef",
2939
+ "non_null": false
2940
+ },
2941
+ "varName": "globalIpRangeRef"
2942
+ },
2943
+ "id": {
2944
+ "args": {},
2945
+ "deprecationReason": null,
2946
+ "description": "Unique identifier of the filter rule.",
2947
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___id",
2948
+ "isDeprecated": false,
2949
+ "name": "id",
2950
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.id",
2951
+ "requestStr": "$id:ID! ",
2952
+ "required": true,
2953
+ "responseStr": "id:$id ",
2954
+ "type": {
2955
+ "kind": [
2956
+ "NON_NULL",
2957
+ "SCALAR"
2958
+ ],
2959
+ "name": "ID",
2960
+ "non_null": false
2961
+ },
2962
+ "varName": "id"
2963
+ },
2964
+ "le": {
2965
+ "args": {},
2966
+ "deprecationReason": null,
2967
+ "description": "Maximum prefix length for the filter rule.",
2968
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___le",
2969
+ "isDeprecated": false,
2970
+ "name": "le",
2971
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.le",
2972
+ "requestStr": "$le:Int ",
2973
+ "required": false,
2974
+ "responseStr": "le:$le ",
2975
+ "type": {
2976
+ "kind": [
2977
+ "SCALAR"
2978
+ ],
2979
+ "name": "Int",
2980
+ "non_null": false
2981
+ },
2982
+ "varName": "le"
2983
+ },
2984
+ "networkSubnet": {
2985
+ "args": {},
2986
+ "deprecationReason": null,
2987
+ "description": "Network subnets to include.",
2988
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnet",
2989
+ "isDeprecated": false,
2990
+ "name": "networkSubnet",
2991
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnet",
2992
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
2993
+ "required": true,
2994
+ "responseStr": "networkSubnet:$networkSubnet ",
2995
+ "type": {
2996
+ "kind": [
2997
+ "NON_NULL",
2998
+ "LIST",
2999
+ "NON_NULL",
3000
+ "SCALAR"
3001
+ ],
3002
+ "name": "NetworkSubnet",
3003
+ "non_null": false
3004
+ },
3005
+ "varName": "networkSubnet"
3006
+ },
3007
+ "networkSubnetException": {
3008
+ "args": {},
3009
+ "deprecationReason": null,
3010
+ "description": "Network subnets to exclude.",
3011
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactAndInclusiveFilterRule___networkSubnetException",
3012
+ "isDeprecated": false,
3013
+ "name": "networkSubnetException",
3014
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactAndInclusiveFilterRule.networkSubnetException",
3015
+ "requestStr": "$networkSubnetException:[NetworkSubnet]! ",
3016
+ "required": true,
3017
+ "responseStr": "networkSubnetException:$networkSubnetException ",
3018
+ "type": {
3019
+ "kind": [
3020
+ "NON_NULL",
3021
+ "LIST",
3022
+ "NON_NULL",
3023
+ "SCALAR"
3024
+ ],
3025
+ "name": "NetworkSubnet",
3026
+ "non_null": false
3027
+ },
3028
+ "varName": "networkSubnetException"
3029
+ }
3030
+ },
3031
+ "inputFields": null,
3032
+ "interfaces": {},
3033
+ "kind": "OBJECT",
3034
+ "name": "BgpRouteExactAndInclusiveFilterRule",
3035
+ "possibleTypes": null
3036
+ },
3037
+ "indexType": "object",
3038
+ "kind": [
3039
+ "OBJECT"
3040
+ ],
3041
+ "name": "BgpRouteExactAndInclusiveFilterRule",
3042
+ "non_null": false
3043
+ },
3044
+ "varName": "bgpRouteExactAndInclusiveFilterRule"
3045
+ },
3046
+ "bgpRouteExactFilterRule": {
3047
+ "alias": "bgpRouteExactFilterRuleBgpRouteExactFilterRule: bgpRouteExactFilterRule",
3048
+ "args": {},
3049
+ "deprecationReason": null,
3050
+ "description": "Exact route filter rule. Please choose only one filter rule type.",
3051
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule",
3052
+ "isDeprecated": false,
3053
+ "name": "bgpRouteExactFilterRule",
3054
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule",
3055
+ "requestStr": "$bgpRouteExactFilterRule:BgpRouteExactFilterRule ",
3056
+ "required": false,
3057
+ "responseStr": "bgpRouteExactFilterRule:$bgpRouteExactFilterRule ",
3058
+ "type": {
3059
+ "definition": {
3060
+ "description": null,
3061
+ "enumValues": null,
3062
+ "fields": {
3063
+ "globalIpRange": {
3064
+ "args": {},
3065
+ "deprecationReason": null,
3066
+ "description": "Global IP ranges to include.",
3067
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange",
3068
+ "isDeprecated": false,
3069
+ "name": "globalIpRange",
3070
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange",
3071
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
3072
+ "required": true,
3073
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
3074
+ "type": {
3075
+ "definition": {
3076
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
3077
+ "enumValues": null,
3078
+ "fields": {
3079
+ "id": {
3080
+ "args": {},
3081
+ "deprecationReason": null,
3082
+ "description": null,
3083
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___id",
3084
+ "isDeprecated": false,
3085
+ "name": "id",
3086
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.id",
3087
+ "requestStr": "$id:ID! ",
3088
+ "required": true,
3089
+ "responseStr": "id:$id ",
3090
+ "type": {
3091
+ "kind": [
3092
+ "NON_NULL",
3093
+ "SCALAR"
3094
+ ],
3095
+ "name": "ID",
3096
+ "non_null": false
3097
+ },
3098
+ "varName": "id"
3099
+ },
3100
+ "name": {
3101
+ "args": {},
3102
+ "deprecationReason": null,
3103
+ "description": null,
3104
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___globalIpRange___name",
3105
+ "isDeprecated": false,
3106
+ "name": "name",
3107
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.globalIpRange.name",
3108
+ "requestStr": "$name:String! ",
3109
+ "required": true,
3110
+ "responseStr": "name:$name ",
3111
+ "type": {
3112
+ "kind": [
3113
+ "NON_NULL",
3114
+ "SCALAR"
3115
+ ],
3116
+ "name": "String",
3117
+ "non_null": false
3118
+ },
3119
+ "varName": "name"
3120
+ }
3121
+ },
3122
+ "inputFields": null,
3123
+ "interfaces": {},
3124
+ "kind": "OBJECT",
3125
+ "name": "GlobalIpRangeRef",
3126
+ "possibleTypes": null
3127
+ },
3128
+ "indexType": "object",
3129
+ "kind": [
3130
+ "NON_NULL",
3131
+ "LIST",
3132
+ "NON_NULL",
3133
+ "OBJECT"
3134
+ ],
3135
+ "name": "GlobalIpRangeRef",
3136
+ "non_null": false
3137
+ },
3138
+ "varName": "globalIpRangeRef"
3139
+ },
3140
+ "id": {
3141
+ "args": {},
3142
+ "deprecationReason": null,
3143
+ "description": "Unique identifier of the exact filter rule.",
3144
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___id",
3145
+ "isDeprecated": false,
3146
+ "name": "id",
3147
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.id",
3148
+ "requestStr": "$id:ID! ",
3149
+ "required": true,
3150
+ "responseStr": "id:$id ",
3151
+ "type": {
3152
+ "kind": [
3153
+ "NON_NULL",
3154
+ "SCALAR"
3155
+ ],
3156
+ "name": "ID",
3157
+ "non_null": false
3158
+ },
3159
+ "varName": "id"
3160
+ },
3161
+ "networkSubnet": {
3162
+ "args": {},
3163
+ "deprecationReason": null,
3164
+ "description": "Network subnets to include.",
3165
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___bgpRouteExactFilterRule___networkSubnet",
3166
+ "isDeprecated": false,
3167
+ "name": "networkSubnet",
3168
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.bgpRouteExactFilterRule.networkSubnet",
3169
+ "requestStr": "$networkSubnet:[NetworkSubnet]! ",
3170
+ "required": true,
3171
+ "responseStr": "networkSubnet:$networkSubnet ",
3172
+ "type": {
3173
+ "kind": [
3174
+ "NON_NULL",
3175
+ "LIST",
3176
+ "NON_NULL",
3177
+ "SCALAR"
3178
+ ],
3179
+ "name": "NetworkSubnet",
3180
+ "non_null": false
3181
+ },
3182
+ "varName": "networkSubnet"
3183
+ }
3184
+ },
3185
+ "inputFields": null,
3186
+ "interfaces": {},
3187
+ "kind": "OBJECT",
3188
+ "name": "BgpRouteExactFilterRule",
3189
+ "possibleTypes": null
3190
+ },
3191
+ "indexType": "object",
3192
+ "kind": [
3193
+ "OBJECT"
3194
+ ],
3195
+ "name": "BgpRouteExactFilterRule",
3196
+ "non_null": false
3197
+ },
3198
+ "varName": "bgpRouteExactFilterRule"
3199
+ },
3200
+ "communityFilterRule": {
3201
+ "alias": "bgpCommunityFilterRuleCommunityFilterRule: communityFilterRule",
3202
+ "args": {},
3203
+ "deprecationReason": null,
3204
+ "description": "Community filter rule. Please choose only one filter rule type.",
3205
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___communityFilterRule",
3206
+ "isDeprecated": false,
3207
+ "name": "communityFilterRule",
3208
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.communityFilterRule",
3209
+ "requestStr": "$bgpCommunityFilterRule:BgpCommunityFilterRule ",
3210
+ "required": false,
3211
+ "responseStr": "communityFilterRule:$bgpCommunityFilterRule ",
3212
+ "type": {
3213
+ "definition": {
3214
+ "description": null,
3215
+ "enumValues": null,
3216
+ "fields": {
3217
+ "community": {
3218
+ "args": {},
3219
+ "deprecationReason": null,
3220
+ "description": "Community values to match.",
3221
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___communityFilterRule___community",
3222
+ "isDeprecated": false,
3223
+ "name": "community",
3224
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.communityFilterRule.community",
3225
+ "requestStr": "$bgpCommunity:[BgpCommunity]! ",
3226
+ "required": true,
3227
+ "responseStr": "community:$bgpCommunity ",
3228
+ "type": {
3229
+ "definition": {
3230
+ "description": null,
3231
+ "enumValues": null,
3232
+ "fields": {
3233
+ "from": {
3234
+ "args": {},
3235
+ "deprecationReason": null,
3236
+ "description": "Start of the community range.",
3237
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___communityFilterRule___community___from",
3238
+ "isDeprecated": false,
3239
+ "name": "from",
3240
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.communityFilterRule.community.from",
3241
+ "requestStr": "$from:Asn16! ",
3242
+ "required": true,
3243
+ "responseStr": "from:$from ",
3244
+ "type": {
3245
+ "kind": [
3246
+ "NON_NULL",
3247
+ "SCALAR"
3248
+ ],
3249
+ "name": "Asn16",
3250
+ "non_null": false
3251
+ },
3252
+ "varName": "from"
3253
+ },
3254
+ "to": {
3255
+ "args": {},
3256
+ "deprecationReason": null,
3257
+ "description": "End of the community range.",
3258
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___communityFilterRule___community___to",
3259
+ "isDeprecated": false,
3260
+ "name": "to",
3261
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.communityFilterRule.community.to",
3262
+ "requestStr": "$to:Asn16! ",
3263
+ "required": true,
3264
+ "responseStr": "to:$to ",
3265
+ "type": {
3266
+ "kind": [
3267
+ "NON_NULL",
3268
+ "SCALAR"
3269
+ ],
3270
+ "name": "Asn16",
3271
+ "non_null": false
3272
+ },
3273
+ "varName": "to"
3274
+ }
3275
+ },
3276
+ "inputFields": null,
3277
+ "interfaces": {},
3278
+ "kind": "OBJECT",
3279
+ "name": "BgpCommunity",
3280
+ "possibleTypes": null
3281
+ },
3282
+ "indexType": "object",
3283
+ "kind": [
3284
+ "NON_NULL",
3285
+ "LIST",
3286
+ "NON_NULL",
3287
+ "OBJECT"
3288
+ ],
3289
+ "name": "BgpCommunity",
3290
+ "non_null": false
3291
+ },
3292
+ "varName": "bgpCommunity"
3293
+ },
3294
+ "id": {
3295
+ "args": {},
3296
+ "deprecationReason": null,
3297
+ "description": "Unique identifier of the community filter rule.",
3298
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___communityFilterRule___id",
3299
+ "isDeprecated": false,
3300
+ "name": "id",
3301
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.communityFilterRule.id",
3302
+ "requestStr": "$id:ID! ",
3303
+ "required": true,
3304
+ "responseStr": "id:$id ",
3305
+ "type": {
3306
+ "kind": [
3307
+ "NON_NULL",
3308
+ "SCALAR"
3309
+ ],
3310
+ "name": "ID",
3311
+ "non_null": false
3312
+ },
3313
+ "varName": "id"
3314
+ },
3315
+ "predicate": {
3316
+ "args": {},
3317
+ "deprecationReason": null,
3318
+ "description": "Predicate to apply to the community filter (e.g., EQUAL, NOT_EQUAL).",
3319
+ "id_str": "bgpPeerList___bgpPeer___defaultActionExclusion___communityFilterRule___predicate",
3320
+ "isDeprecated": false,
3321
+ "name": "predicate",
3322
+ "path": "bgpPeerList.bgpPeer.defaultActionExclusion.communityFilterRule.predicate",
3323
+ "requestStr": "$predicate:BgpCommunityFilterPredicate! ",
3324
+ "required": true,
3325
+ "responseStr": "predicate:$predicate ",
3326
+ "type": {
3327
+ "definition": {
3328
+ "description": null,
3329
+ "enumValues": [
3330
+ {
3331
+ "deprecationReason": null,
3332
+ "description": "Matches exactly the specified community value.",
3333
+ "isDeprecated": false,
3334
+ "name": "EQUAL"
3335
+ },
3336
+ {
3337
+ "deprecationReason": null,
3338
+ "description": "Matches any community value except the specified one.",
3339
+ "isDeprecated": false,
3340
+ "name": "NOT_EQUAL"
3341
+ }
3342
+ ],
3343
+ "fields": null,
3344
+ "inputFields": null,
3345
+ "interfaces": null,
3346
+ "kind": "ENUM",
3347
+ "name": "BgpCommunityFilterPredicate",
3348
+ "possibleTypes": null
3349
+ },
3350
+ "indexType": "enum",
3351
+ "kind": [
3352
+ "NON_NULL",
3353
+ "ENUM"
3354
+ ],
3355
+ "name": "BgpCommunityFilterPredicate",
3356
+ "non_null": false
3357
+ },
3358
+ "varName": "predicate"
3359
+ }
3360
+ },
3361
+ "inputFields": null,
3362
+ "interfaces": {},
3363
+ "kind": "OBJECT",
3364
+ "name": "BgpCommunityFilterRule",
3365
+ "possibleTypes": null
3366
+ },
3367
+ "indexType": "object",
3368
+ "kind": [
3369
+ "OBJECT"
3370
+ ],
3371
+ "name": "BgpCommunityFilterRule",
3372
+ "non_null": false
3373
+ },
3374
+ "varName": "bgpCommunityFilterRule"
3375
+ }
3376
+ },
3377
+ "inputFields": null,
3378
+ "interfaces": {},
3379
+ "kind": "OBJECT",
3380
+ "name": "BgpFilterRule",
3381
+ "possibleTypes": null
3382
+ },
3383
+ "indexType": "object",
3384
+ "kind": [
3385
+ "NON_NULL",
3386
+ "LIST",
3387
+ "NON_NULL",
3388
+ "OBJECT"
3389
+ ],
3390
+ "name": "BgpFilterRule",
3391
+ "non_null": false
3392
+ },
3393
+ "varName": "bgpFilterRule"
3394
+ },
2070
3395
  "holdTime": {
2071
3396
  "args": {},
2072
3397
  "deprecationReason": null,
@@ -2269,7 +3594,7 @@
2269
3594
  "responseStr": "site:$siteRef ",
2270
3595
  "type": {
2271
3596
  "definition": {
2272
- "description": null,
3597
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
2273
3598
  "enumValues": null,
2274
3599
  "fields": {
2275
3600
  "id": {
@@ -3031,7 +4356,7 @@
3031
4356
  "responseStr": "popLocation:$popLocationRef ",
3032
4357
  "type": {
3033
4358
  "definition": {
3034
- "description": null,
4359
+ "description": "A reference identifying the PopLocation object. ID: Unique PopLocation Identifier, Name: The PopLocation Name",
3035
4360
  "enumValues": null,
3036
4361
  "fields": {
3037
4362
  "id": {
@@ -3189,7 +4514,7 @@
3189
4514
  "responseStr": "site:$siteRef ",
3190
4515
  "type": {
3191
4516
  "definition": {
3192
- "description": null,
4517
+ "description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
3193
4518
  "enumValues": null,
3194
4519
  "fields": {
3195
4520
  "id": {