@robinmordasiewicz/f5xc-api-mcp 3.5.0 → 3.7.0
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.
- package/dist/generator/dependency-extractor.d.ts +103 -0
- package/dist/generator/dependency-extractor.d.ts.map +1 -0
- package/dist/generator/dependency-extractor.js +473 -0
- package/dist/generator/dependency-extractor.js.map +1 -0
- package/dist/generator/dependency-graph.d.ts +67 -0
- package/dist/generator/dependency-graph.d.ts.map +1 -0
- package/dist/generator/dependency-graph.js +330 -0
- package/dist/generator/dependency-graph.js.map +1 -0
- package/dist/generator/dependency-types.d.ts +206 -0
- package/dist/generator/dependency-types.d.ts.map +1 -0
- package/dist/generator/dependency-types.js +37 -0
- package/dist/generator/dependency-types.js.map +1 -0
- package/dist/generator/openapi-parser.d.ts +7 -0
- package/dist/generator/openapi-parser.d.ts.map +1 -1
- package/dist/generator/openapi-parser.js +41 -0
- package/dist/generator/openapi-parser.js.map +1 -1
- package/dist/generator/tool-generator.d.ts +17 -0
- package/dist/generator/tool-generator.d.ts.map +1 -1
- package/dist/generator/tool-generator.js +25 -0
- package/dist/generator/tool-generator.js.map +1 -1
- package/dist/tools/discovery/dependencies.d.ts +113 -0
- package/dist/tools/discovery/dependencies.d.ts.map +1 -0
- package/dist/tools/discovery/dependencies.js +258 -0
- package/dist/tools/discovery/dependencies.js.map +1 -0
- package/dist/tools/discovery/index.d.ts +33 -0
- package/dist/tools/discovery/index.d.ts.map +1 -1
- package/dist/tools/discovery/index.js +43 -0
- package/dist/tools/discovery/index.js.map +1 -1
- package/dist/tools/generated/admin_console_and_ui/index.d.ts.map +1 -1
- package/dist/tools/generated/admin_console_and_ui/index.js +6 -0
- package/dist/tools/generated/admin_console_and_ui/index.js.map +1 -1
- package/dist/tools/generated/api/index.d.ts.map +1 -1
- package/dist/tools/generated/api/index.js +1206 -2
- package/dist/tools/generated/api/index.js.map +1 -1
- package/dist/tools/generated/authentication/index.d.ts.map +1 -1
- package/dist/tools/generated/authentication/index.js +49 -0
- package/dist/tools/generated/authentication/index.js.map +1 -1
- package/dist/tools/generated/bigip/index.d.ts.map +1 -1
- package/dist/tools/generated/bigip/index.js +319 -0
- package/dist/tools/generated/bigip/index.js.map +1 -1
- package/dist/tools/generated/billing_and_usage/index.d.ts.map +1 -1
- package/dist/tools/generated/billing_and_usage/index.js +169 -0
- package/dist/tools/generated/billing_and_usage/index.js.map +1 -1
- package/dist/tools/generated/blindfold/index.d.ts.map +1 -1
- package/dist/tools/generated/blindfold/index.js +328 -0
- package/dist/tools/generated/blindfold/index.js.map +1 -1
- package/dist/tools/generated/bot_and_threat_defense/index.d.ts.map +1 -1
- package/dist/tools/generated/bot_and_threat_defense/index.js +482 -0
- package/dist/tools/generated/bot_and_threat_defense/index.js.map +1 -1
- package/dist/tools/generated/cdn/index.d.ts.map +1 -1
- package/dist/tools/generated/cdn/index.js +347 -0
- package/dist/tools/generated/cdn/index.js.map +1 -1
- package/dist/tools/generated/ce_management/index.d.ts.map +1 -1
- package/dist/tools/generated/ce_management/index.js +375 -0
- package/dist/tools/generated/ce_management/index.js.map +1 -1
- package/dist/tools/generated/certificates/index.d.ts.map +1 -1
- package/dist/tools/generated/certificates/index.js +268 -0
- package/dist/tools/generated/certificates/index.js.map +1 -1
- package/dist/tools/generated/cloud_infrastructure/index.d.ts.map +1 -1
- package/dist/tools/generated/cloud_infrastructure/index.js +374 -0
- package/dist/tools/generated/cloud_infrastructure/index.js.map +1 -1
- package/dist/tools/generated/container_services/index.d.ts.map +1 -1
- package/dist/tools/generated/container_services/index.js +212 -0
- package/dist/tools/generated/container_services/index.js.map +1 -1
- package/dist/tools/generated/data_and_privacy_security/index.d.ts.map +1 -1
- package/dist/tools/generated/data_and_privacy_security/index.js +143 -0
- package/dist/tools/generated/data_and_privacy_security/index.js.map +1 -1
- package/dist/tools/generated/data_intelligence/index.d.ts.map +1 -1
- package/dist/tools/generated/data_intelligence/index.js +105 -0
- package/dist/tools/generated/data_intelligence/index.js.map +1 -1
- package/dist/tools/generated/ddos/index.d.ts.map +1 -1
- package/dist/tools/generated/ddos/index.js +664 -0
- package/dist/tools/generated/ddos/index.js.map +1 -1
- package/dist/tools/generated/dns/index.d.ts.map +1 -1
- package/dist/tools/generated/dns/index.js +492 -0
- package/dist/tools/generated/dns/index.js.map +1 -1
- package/dist/tools/generated/generative_ai/index.d.ts.map +1 -1
- package/dist/tools/generated/generative_ai/index.js +47 -0
- package/dist/tools/generated/generative_ai/index.js.map +1 -1
- package/dist/tools/generated/managed_kubernetes/index.d.ts.map +1 -1
- package/dist/tools/generated/managed_kubernetes/index.js +510 -0
- package/dist/tools/generated/managed_kubernetes/index.js.map +1 -1
- package/dist/tools/generated/marketplace/index.d.ts.map +1 -1
- package/dist/tools/generated/marketplace/index.js +307 -0
- package/dist/tools/generated/marketplace/index.js.map +1 -1
- package/dist/tools/generated/network/index.d.ts.map +1 -1
- package/dist/tools/generated/network/index.js +1292 -0
- package/dist/tools/generated/network/index.js.map +1 -1
- package/dist/tools/generated/network_security/index.d.ts.map +1 -1
- package/dist/tools/generated/network_security/index.js +1819 -9
- package/dist/tools/generated/network_security/index.js.map +1 -1
- package/dist/tools/generated/nginx_one/index.d.ts.map +1 -1
- package/dist/tools/generated/nginx_one/index.js +94 -0
- package/dist/tools/generated/nginx_one/index.js.map +1 -1
- package/dist/tools/generated/object_storage/index.d.ts.map +1 -1
- package/dist/tools/generated/object_storage/index.js +32 -0
- package/dist/tools/generated/object_storage/index.js.map +1 -1
- package/dist/tools/generated/observability/index.d.ts.map +1 -1
- package/dist/tools/generated/observability/index.js +265 -0
- package/dist/tools/generated/observability/index.js.map +1 -1
- package/dist/tools/generated/rate_limiting/index.d.ts.map +1 -1
- package/dist/tools/generated/rate_limiting/index.js +396 -0
- package/dist/tools/generated/rate_limiting/index.js.map +1 -1
- package/dist/tools/generated/secops_and_incident_response/index.d.ts.map +1 -1
- package/dist/tools/generated/secops_and_incident_response/index.js +132 -0
- package/dist/tools/generated/secops_and_incident_response/index.js.map +1 -1
- package/dist/tools/generated/service_mesh/index.d.ts.map +1 -1
- package/dist/tools/generated/service_mesh/index.js +1062 -0
- package/dist/tools/generated/service_mesh/index.js.map +1 -1
- package/dist/tools/generated/shape/index.d.ts.map +1 -1
- package/dist/tools/generated/shape/index.js +917 -0
- package/dist/tools/generated/shape/index.js.map +1 -1
- package/dist/tools/generated/sites/index.d.ts.map +1 -1
- package/dist/tools/generated/sites/index.js +1666 -0
- package/dist/tools/generated/sites/index.js.map +1 -1
- package/dist/tools/generated/statistics/index.d.ts.map +1 -1
- package/dist/tools/generated/statistics/index.js +574 -0
- package/dist/tools/generated/statistics/index.js.map +1 -1
- package/dist/tools/generated/support/index.d.ts.map +1 -1
- package/dist/tools/generated/support/index.js +274 -0
- package/dist/tools/generated/support/index.js.map +1 -1
- package/dist/tools/generated/telemetry_and_insights/index.d.ts.map +1 -1
- package/dist/tools/generated/telemetry_and_insights/index.js +100 -0
- package/dist/tools/generated/telemetry_and_insights/index.js.map +1 -1
- package/dist/tools/generated/tenant_and_identity/index.d.ts.map +1 -1
- package/dist/tools/generated/tenant_and_identity/index.js +1378 -0
- package/dist/tools/generated/tenant_and_identity/index.js.map +1 -1
- package/dist/tools/generated/threat_campaign/index.d.ts.map +1 -1
- package/dist/tools/generated/threat_campaign/index.js +3 -0
- package/dist/tools/generated/threat_campaign/index.js.map +1 -1
- package/dist/tools/generated/users/index.d.ts.map +1 -1
- package/dist/tools/generated/users/index.js +139 -0
- package/dist/tools/generated/users/index.js.map +1 -1
- package/dist/tools/generated/virtual/index.d.ts.map +1 -1
- package/dist/tools/generated/virtual/index.js +1160 -0
- package/dist/tools/generated/virtual/index.js.map +1 -1
- package/dist/tools/generated/vpm_and_node_management/index.d.ts.map +1 -1
- package/dist/tools/generated/vpm_and_node_management/index.js +3 -0
- package/dist/tools/generated/vpm_and_node_management/index.js.map +1 -1
- package/dist/tools/generated/waf/index.d.ts.map +1 -1
- package/dist/tools/generated/waf/index.js +784 -0
- package/dist/tools/generated/waf/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -99,6 +99,9 @@ export const statisticsTools = [
|
|
|
99
99
|
},
|
|
100
100
|
},
|
|
101
101
|
curlExample: null,
|
|
102
|
+
dependencies: [],
|
|
103
|
+
oneOfGroups: [],
|
|
104
|
+
subscriptionRequirements: [],
|
|
102
105
|
},
|
|
103
106
|
{
|
|
104
107
|
toolName: "f5xc-api-statistics-alert-policy-create",
|
|
@@ -196,6 +199,31 @@ export const statisticsTools = [
|
|
|
196
199
|
},
|
|
197
200
|
},
|
|
198
201
|
curlExample: null,
|
|
202
|
+
dependencies: [
|
|
203
|
+
{
|
|
204
|
+
domain: "",
|
|
205
|
+
fieldPath: "",
|
|
206
|
+
inline: false,
|
|
207
|
+
required: false,
|
|
208
|
+
resourceType: "alert-policy",
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
domain: "",
|
|
212
|
+
fieldPath: "metadata",
|
|
213
|
+
inline: false,
|
|
214
|
+
required: false,
|
|
215
|
+
resourceType: "schema-object-create-meta",
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
domain: "",
|
|
219
|
+
fieldPath: "spec",
|
|
220
|
+
inline: false,
|
|
221
|
+
required: false,
|
|
222
|
+
resourceType: "alert-policy-create",
|
|
223
|
+
},
|
|
224
|
+
],
|
|
225
|
+
oneOfGroups: [],
|
|
226
|
+
subscriptionRequirements: [],
|
|
199
227
|
},
|
|
200
228
|
{
|
|
201
229
|
toolName: "f5xc-api-statistics-alert-policy-delete",
|
|
@@ -303,6 +331,17 @@ export const statisticsTools = [
|
|
|
303
331
|
},
|
|
304
332
|
},
|
|
305
333
|
curlExample: null,
|
|
334
|
+
dependencies: [
|
|
335
|
+
{
|
|
336
|
+
domain: "",
|
|
337
|
+
fieldPath: "",
|
|
338
|
+
inline: false,
|
|
339
|
+
required: false,
|
|
340
|
+
resourceType: "alert-policy",
|
|
341
|
+
},
|
|
342
|
+
],
|
|
343
|
+
oneOfGroups: [],
|
|
344
|
+
subscriptionRequirements: [],
|
|
306
345
|
},
|
|
307
346
|
{
|
|
308
347
|
toolName: "f5xc-api-statistics-alert-policy-get",
|
|
@@ -427,6 +466,9 @@ export const statisticsTools = [
|
|
|
427
466
|
side_effects: {},
|
|
428
467
|
},
|
|
429
468
|
curlExample: null,
|
|
469
|
+
dependencies: [],
|
|
470
|
+
oneOfGroups: [],
|
|
471
|
+
subscriptionRequirements: [],
|
|
430
472
|
},
|
|
431
473
|
{
|
|
432
474
|
toolName: "f5xc-api-statistics-alert-policy-list",
|
|
@@ -557,6 +599,9 @@ export const statisticsTools = [
|
|
|
557
599
|
side_effects: {},
|
|
558
600
|
},
|
|
559
601
|
curlExample: null,
|
|
602
|
+
dependencies: [],
|
|
603
|
+
oneOfGroups: [],
|
|
604
|
+
subscriptionRequirements: [],
|
|
560
605
|
},
|
|
561
606
|
{
|
|
562
607
|
toolName: "f5xc-api-statistics-alert-policy-update",
|
|
@@ -666,6 +711,31 @@ export const statisticsTools = [
|
|
|
666
711
|
},
|
|
667
712
|
},
|
|
668
713
|
curlExample: null,
|
|
714
|
+
dependencies: [
|
|
715
|
+
{
|
|
716
|
+
domain: "",
|
|
717
|
+
fieldPath: "",
|
|
718
|
+
inline: false,
|
|
719
|
+
required: false,
|
|
720
|
+
resourceType: "alert-policy",
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
domain: "",
|
|
724
|
+
fieldPath: "metadata",
|
|
725
|
+
inline: false,
|
|
726
|
+
required: false,
|
|
727
|
+
resourceType: "schema-object-replace-meta",
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
domain: "",
|
|
731
|
+
fieldPath: "spec",
|
|
732
|
+
inline: false,
|
|
733
|
+
required: false,
|
|
734
|
+
resourceType: "alert-policy-replace",
|
|
735
|
+
},
|
|
736
|
+
],
|
|
737
|
+
oneOfGroups: [],
|
|
738
|
+
subscriptionRequirements: [],
|
|
669
739
|
},
|
|
670
740
|
{
|
|
671
741
|
toolName: "f5xc-api-statistics-alert-receiver-create",
|
|
@@ -763,6 +833,31 @@ export const statisticsTools = [
|
|
|
763
833
|
},
|
|
764
834
|
},
|
|
765
835
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/alert_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
836
|
+
dependencies: [
|
|
837
|
+
{
|
|
838
|
+
domain: "",
|
|
839
|
+
fieldPath: "",
|
|
840
|
+
inline: false,
|
|
841
|
+
required: false,
|
|
842
|
+
resourceType: "alert-receiver",
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
domain: "",
|
|
846
|
+
fieldPath: "metadata",
|
|
847
|
+
inline: false,
|
|
848
|
+
required: false,
|
|
849
|
+
resourceType: "schema-object-create-meta",
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
domain: "",
|
|
853
|
+
fieldPath: "spec",
|
|
854
|
+
inline: false,
|
|
855
|
+
required: false,
|
|
856
|
+
resourceType: "alert-receiver-create",
|
|
857
|
+
},
|
|
858
|
+
],
|
|
859
|
+
oneOfGroups: [],
|
|
860
|
+
subscriptionRequirements: [],
|
|
766
861
|
},
|
|
767
862
|
{
|
|
768
863
|
toolName: "f5xc-api-statistics-alert-receiver-delete",
|
|
@@ -870,6 +965,17 @@ export const statisticsTools = [
|
|
|
870
965
|
},
|
|
871
966
|
},
|
|
872
967
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/alert_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
968
|
+
dependencies: [
|
|
969
|
+
{
|
|
970
|
+
domain: "",
|
|
971
|
+
fieldPath: "",
|
|
972
|
+
inline: false,
|
|
973
|
+
required: false,
|
|
974
|
+
resourceType: "alert-receiver",
|
|
975
|
+
},
|
|
976
|
+
],
|
|
977
|
+
oneOfGroups: [],
|
|
978
|
+
subscriptionRequirements: [],
|
|
873
979
|
},
|
|
874
980
|
{
|
|
875
981
|
toolName: "f5xc-api-statistics-alert-receiver-get",
|
|
@@ -994,6 +1100,9 @@ export const statisticsTools = [
|
|
|
994
1100
|
side_effects: {},
|
|
995
1101
|
},
|
|
996
1102
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/alert_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1103
|
+
dependencies: [],
|
|
1104
|
+
oneOfGroups: [],
|
|
1105
|
+
subscriptionRequirements: [],
|
|
997
1106
|
},
|
|
998
1107
|
{
|
|
999
1108
|
toolName: "f5xc-api-statistics-alert-receiver-list",
|
|
@@ -1124,6 +1233,9 @@ export const statisticsTools = [
|
|
|
1124
1233
|
side_effects: {},
|
|
1125
1234
|
},
|
|
1126
1235
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/alert_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1236
|
+
dependencies: [],
|
|
1237
|
+
oneOfGroups: [],
|
|
1238
|
+
subscriptionRequirements: [],
|
|
1127
1239
|
},
|
|
1128
1240
|
{
|
|
1129
1241
|
toolName: "f5xc-api-statistics-alert-receiver-update",
|
|
@@ -1233,6 +1345,31 @@ export const statisticsTools = [
|
|
|
1233
1345
|
},
|
|
1234
1346
|
},
|
|
1235
1347
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/alert_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1348
|
+
dependencies: [
|
|
1349
|
+
{
|
|
1350
|
+
domain: "",
|
|
1351
|
+
fieldPath: "",
|
|
1352
|
+
inline: false,
|
|
1353
|
+
required: false,
|
|
1354
|
+
resourceType: "alert-receiver",
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
domain: "",
|
|
1358
|
+
fieldPath: "metadata",
|
|
1359
|
+
inline: false,
|
|
1360
|
+
required: false,
|
|
1361
|
+
resourceType: "schema-object-replace-meta",
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
domain: "",
|
|
1365
|
+
fieldPath: "spec",
|
|
1366
|
+
inline: false,
|
|
1367
|
+
required: false,
|
|
1368
|
+
resourceType: "alert-receiver-replace",
|
|
1369
|
+
},
|
|
1370
|
+
],
|
|
1371
|
+
oneOfGroups: [],
|
|
1372
|
+
subscriptionRequirements: [],
|
|
1236
1373
|
},
|
|
1237
1374
|
{
|
|
1238
1375
|
toolName: "f5xc-api-statistics-all-ns-alert-list",
|
|
@@ -1388,6 +1525,9 @@ export const statisticsTools = [
|
|
|
1388
1525
|
side_effects: {},
|
|
1389
1526
|
},
|
|
1390
1527
|
curlExample: null,
|
|
1528
|
+
dependencies: [],
|
|
1529
|
+
oneOfGroups: [],
|
|
1530
|
+
subscriptionRequirements: [],
|
|
1391
1531
|
},
|
|
1392
1532
|
{
|
|
1393
1533
|
toolName: "f5xc-api-statistics-all-ns-service-create",
|
|
@@ -1469,6 +1609,9 @@ export const statisticsTools = [
|
|
|
1469
1609
|
},
|
|
1470
1610
|
},
|
|
1471
1611
|
curlExample: null,
|
|
1612
|
+
dependencies: [],
|
|
1613
|
+
oneOfGroups: [],
|
|
1614
|
+
subscriptionRequirements: [],
|
|
1472
1615
|
},
|
|
1473
1616
|
{
|
|
1474
1617
|
toolName: "f5xc-api-statistics-by-application-create",
|
|
@@ -1578,6 +1721,9 @@ export const statisticsTools = [
|
|
|
1578
1721
|
},
|
|
1579
1722
|
},
|
|
1580
1723
|
curlExample: null,
|
|
1724
|
+
dependencies: [],
|
|
1725
|
+
oneOfGroups: [],
|
|
1726
|
+
subscriptionRequirements: [],
|
|
1581
1727
|
},
|
|
1582
1728
|
{
|
|
1583
1729
|
toolName: "f5xc-api-statistics-by-mitigation-create",
|
|
@@ -1692,6 +1838,9 @@ export const statisticsTools = [
|
|
|
1692
1838
|
},
|
|
1693
1839
|
},
|
|
1694
1840
|
curlExample: null,
|
|
1841
|
+
dependencies: [],
|
|
1842
|
+
oneOfGroups: [],
|
|
1843
|
+
subscriptionRequirements: [],
|
|
1695
1844
|
},
|
|
1696
1845
|
{
|
|
1697
1846
|
toolName: "f5xc-api-statistics-by-network-create",
|
|
@@ -1801,6 +1950,9 @@ export const statisticsTools = [
|
|
|
1801
1950
|
},
|
|
1802
1951
|
},
|
|
1803
1952
|
curlExample: null,
|
|
1953
|
+
dependencies: [],
|
|
1954
|
+
oneOfGroups: [],
|
|
1955
|
+
subscriptionRequirements: [],
|
|
1804
1956
|
},
|
|
1805
1957
|
{
|
|
1806
1958
|
toolName: "f5xc-api-statistics-by-zone-create",
|
|
@@ -1910,6 +2062,9 @@ export const statisticsTools = [
|
|
|
1910
2062
|
},
|
|
1911
2063
|
},
|
|
1912
2064
|
curlExample: null,
|
|
2065
|
+
dependencies: [],
|
|
2066
|
+
oneOfGroups: [],
|
|
2067
|
+
subscriptionRequirements: [],
|
|
1913
2068
|
},
|
|
1914
2069
|
{
|
|
1915
2070
|
toolName: "f5xc-api-statistics-catalog-update",
|
|
@@ -1993,6 +2148,23 @@ export const statisticsTools = [
|
|
|
1993
2148
|
},
|
|
1994
2149
|
},
|
|
1995
2150
|
curlExample: null,
|
|
2151
|
+
dependencies: [
|
|
2152
|
+
{
|
|
2153
|
+
domain: "",
|
|
2154
|
+
fieldPath: "",
|
|
2155
|
+
inline: false,
|
|
2156
|
+
required: false,
|
|
2157
|
+
resourceType: "catalog",
|
|
2158
|
+
},
|
|
2159
|
+
],
|
|
2160
|
+
oneOfGroups: [
|
|
2161
|
+
{
|
|
2162
|
+
choiceField: "filter",
|
|
2163
|
+
fieldPath: "filter",
|
|
2164
|
+
options: ["use_case_filter", "workspace_filter"],
|
|
2165
|
+
},
|
|
2166
|
+
],
|
|
2167
|
+
subscriptionRequirements: [],
|
|
1996
2168
|
},
|
|
1997
2169
|
{
|
|
1998
2170
|
toolName: "f5xc-api-statistics-confirm-create",
|
|
@@ -2102,6 +2274,9 @@ export const statisticsTools = [
|
|
|
2102
2274
|
},
|
|
2103
2275
|
},
|
|
2104
2276
|
curlExample: null,
|
|
2277
|
+
dependencies: [],
|
|
2278
|
+
oneOfGroups: [],
|
|
2279
|
+
subscriptionRequirements: [],
|
|
2105
2280
|
},
|
|
2106
2281
|
{
|
|
2107
2282
|
toolName: "f5xc-api-statistics-create-http-load-balancer-create",
|
|
@@ -2214,6 +2389,9 @@ export const statisticsTools = [
|
|
|
2214
2389
|
},
|
|
2215
2390
|
},
|
|
2216
2391
|
curlExample: null,
|
|
2392
|
+
dependencies: [],
|
|
2393
|
+
oneOfGroups: [],
|
|
2394
|
+
subscriptionRequirements: [],
|
|
2217
2395
|
},
|
|
2218
2396
|
{
|
|
2219
2397
|
toolName: "f5xc-api-statistics-create-tcp-load-balancer-create",
|
|
@@ -2326,6 +2504,9 @@ export const statisticsTools = [
|
|
|
2326
2504
|
},
|
|
2327
2505
|
},
|
|
2328
2506
|
curlExample: null,
|
|
2507
|
+
dependencies: [],
|
|
2508
|
+
oneOfGroups: [],
|
|
2509
|
+
subscriptionRequirements: [],
|
|
2329
2510
|
},
|
|
2330
2511
|
{
|
|
2331
2512
|
toolName: "f5xc-api-statistics-dc-cluster-group-create",
|
|
@@ -2426,6 +2607,9 @@ export const statisticsTools = [
|
|
|
2426
2607
|
},
|
|
2427
2608
|
},
|
|
2428
2609
|
curlExample: null,
|
|
2610
|
+
dependencies: [],
|
|
2611
|
+
oneOfGroups: [],
|
|
2612
|
+
subscriptionRequirements: [],
|
|
2429
2613
|
},
|
|
2430
2614
|
{
|
|
2431
2615
|
toolName: "f5xc-api-statistics-dc-cluster-group-list",
|
|
@@ -2503,6 +2687,9 @@ export const statisticsTools = [
|
|
|
2503
2687
|
side_effects: {},
|
|
2504
2688
|
},
|
|
2505
2689
|
curlExample: null,
|
|
2690
|
+
dependencies: [],
|
|
2691
|
+
oneOfGroups: [],
|
|
2692
|
+
subscriptionRequirements: [],
|
|
2506
2693
|
},
|
|
2507
2694
|
{
|
|
2508
2695
|
toolName: "f5xc-api-statistics-disable-visibility-create",
|
|
@@ -2615,6 +2802,9 @@ export const statisticsTools = [
|
|
|
2615
2802
|
},
|
|
2616
2803
|
},
|
|
2617
2804
|
curlExample: null,
|
|
2805
|
+
dependencies: [],
|
|
2806
|
+
oneOfGroups: [],
|
|
2807
|
+
subscriptionRequirements: [],
|
|
2618
2808
|
},
|
|
2619
2809
|
{
|
|
2620
2810
|
toolName: "f5xc-api-statistics-discovered-service-get",
|
|
@@ -2736,6 +2926,9 @@ export const statisticsTools = [
|
|
|
2736
2926
|
side_effects: {},
|
|
2737
2927
|
},
|
|
2738
2928
|
curlExample: null,
|
|
2929
|
+
dependencies: [],
|
|
2930
|
+
oneOfGroups: [],
|
|
2931
|
+
subscriptionRequirements: [],
|
|
2739
2932
|
},
|
|
2740
2933
|
{
|
|
2741
2934
|
toolName: "f5xc-api-statistics-discovered-service-list",
|
|
@@ -2852,6 +3045,9 @@ export const statisticsTools = [
|
|
|
2852
3045
|
side_effects: {},
|
|
2853
3046
|
},
|
|
2854
3047
|
curlExample: null,
|
|
3048
|
+
dependencies: [],
|
|
3049
|
+
oneOfGroups: [],
|
|
3050
|
+
subscriptionRequirements: [],
|
|
2855
3051
|
},
|
|
2856
3052
|
{
|
|
2857
3053
|
toolName: "f5xc-api-statistics-download-get",
|
|
@@ -2955,6 +3151,9 @@ export const statisticsTools = [
|
|
|
2955
3151
|
side_effects: {},
|
|
2956
3152
|
},
|
|
2957
3153
|
curlExample: null,
|
|
3154
|
+
dependencies: [],
|
|
3155
|
+
oneOfGroups: [],
|
|
3156
|
+
subscriptionRequirements: [],
|
|
2958
3157
|
},
|
|
2959
3158
|
{
|
|
2960
3159
|
toolName: "f5xc-api-statistics-enable-visibility-create",
|
|
@@ -3067,6 +3266,9 @@ export const statisticsTools = [
|
|
|
3067
3266
|
},
|
|
3068
3267
|
},
|
|
3069
3268
|
curlExample: null,
|
|
3269
|
+
dependencies: [],
|
|
3270
|
+
oneOfGroups: [],
|
|
3271
|
+
subscriptionRequirements: [],
|
|
3070
3272
|
},
|
|
3071
3273
|
{
|
|
3072
3274
|
toolName: "f5xc-api-statistics-event-count-create",
|
|
@@ -3176,6 +3378,9 @@ export const statisticsTools = [
|
|
|
3176
3378
|
},
|
|
3177
3379
|
},
|
|
3178
3380
|
curlExample: null,
|
|
3381
|
+
dependencies: [],
|
|
3382
|
+
oneOfGroups: [],
|
|
3383
|
+
subscriptionRequirements: [],
|
|
3179
3384
|
},
|
|
3180
3385
|
{
|
|
3181
3386
|
toolName: "f5xc-api-statistics-firewall-log-create",
|
|
@@ -3273,6 +3478,9 @@ export const statisticsTools = [
|
|
|
3273
3478
|
},
|
|
3274
3479
|
},
|
|
3275
3480
|
curlExample: null,
|
|
3481
|
+
dependencies: [],
|
|
3482
|
+
oneOfGroups: [],
|
|
3483
|
+
subscriptionRequirements: [],
|
|
3276
3484
|
},
|
|
3277
3485
|
{
|
|
3278
3486
|
toolName: "f5xc-api-statistics-flow-anomaly-get",
|
|
@@ -3395,6 +3603,9 @@ export const statisticsTools = [
|
|
|
3395
3603
|
side_effects: {},
|
|
3396
3604
|
},
|
|
3397
3605
|
curlExample: null,
|
|
3606
|
+
dependencies: [],
|
|
3607
|
+
oneOfGroups: [],
|
|
3608
|
+
subscriptionRequirements: [],
|
|
3398
3609
|
},
|
|
3399
3610
|
{
|
|
3400
3611
|
toolName: "f5xc-api-statistics-flow-anomaly-list",
|
|
@@ -3525,6 +3736,9 @@ export const statisticsTools = [
|
|
|
3525
3736
|
side_effects: {},
|
|
3526
3737
|
},
|
|
3527
3738
|
curlExample: null,
|
|
3739
|
+
dependencies: [],
|
|
3740
|
+
oneOfGroups: [],
|
|
3741
|
+
subscriptionRequirements: [],
|
|
3528
3742
|
},
|
|
3529
3743
|
{
|
|
3530
3744
|
toolName: "f5xc-api-statistics-generate-create",
|
|
@@ -3634,6 +3848,9 @@ export const statisticsTools = [
|
|
|
3634
3848
|
},
|
|
3635
3849
|
},
|
|
3636
3850
|
curlExample: null,
|
|
3851
|
+
dependencies: [],
|
|
3852
|
+
oneOfGroups: [],
|
|
3853
|
+
subscriptionRequirements: [],
|
|
3637
3854
|
},
|
|
3638
3855
|
{
|
|
3639
3856
|
toolName: "f5xc-api-statistics-global-log-receiver-create",
|
|
@@ -3734,6 +3951,31 @@ export const statisticsTools = [
|
|
|
3734
3951
|
},
|
|
3735
3952
|
},
|
|
3736
3953
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/global_log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
3954
|
+
dependencies: [
|
|
3955
|
+
{
|
|
3956
|
+
domain: "",
|
|
3957
|
+
fieldPath: "",
|
|
3958
|
+
inline: false,
|
|
3959
|
+
required: false,
|
|
3960
|
+
resourceType: "global-log-receiver",
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
domain: "",
|
|
3964
|
+
fieldPath: "metadata",
|
|
3965
|
+
inline: false,
|
|
3966
|
+
required: false,
|
|
3967
|
+
resourceType: "schema-object-create-meta",
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
domain: "",
|
|
3971
|
+
fieldPath: "spec",
|
|
3972
|
+
inline: false,
|
|
3973
|
+
required: false,
|
|
3974
|
+
resourceType: "global-log-receiver-create",
|
|
3975
|
+
},
|
|
3976
|
+
],
|
|
3977
|
+
oneOfGroups: [],
|
|
3978
|
+
subscriptionRequirements: [],
|
|
3737
3979
|
},
|
|
3738
3980
|
{
|
|
3739
3981
|
toolName: "f5xc-api-statistics-global-log-receiver-delete",
|
|
@@ -3841,6 +4083,17 @@ export const statisticsTools = [
|
|
|
3841
4083
|
},
|
|
3842
4084
|
},
|
|
3843
4085
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/global_log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4086
|
+
dependencies: [
|
|
4087
|
+
{
|
|
4088
|
+
domain: "",
|
|
4089
|
+
fieldPath: "",
|
|
4090
|
+
inline: false,
|
|
4091
|
+
required: false,
|
|
4092
|
+
resourceType: "global-log-receiver",
|
|
4093
|
+
},
|
|
4094
|
+
],
|
|
4095
|
+
oneOfGroups: [],
|
|
4096
|
+
subscriptionRequirements: [],
|
|
3844
4097
|
},
|
|
3845
4098
|
{
|
|
3846
4099
|
toolName: "f5xc-api-statistics-global-log-receiver-get",
|
|
@@ -3965,6 +4218,9 @@ export const statisticsTools = [
|
|
|
3965
4218
|
side_effects: {},
|
|
3966
4219
|
},
|
|
3967
4220
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/global_log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4221
|
+
dependencies: [],
|
|
4222
|
+
oneOfGroups: [],
|
|
4223
|
+
subscriptionRequirements: [],
|
|
3968
4224
|
},
|
|
3969
4225
|
{
|
|
3970
4226
|
toolName: "f5xc-api-statistics-global-log-receiver-list",
|
|
@@ -4095,6 +4351,9 @@ export const statisticsTools = [
|
|
|
4095
4351
|
side_effects: {},
|
|
4096
4352
|
},
|
|
4097
4353
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/global_log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4354
|
+
dependencies: [],
|
|
4355
|
+
oneOfGroups: [],
|
|
4356
|
+
subscriptionRequirements: [],
|
|
4098
4357
|
},
|
|
4099
4358
|
{
|
|
4100
4359
|
toolName: "f5xc-api-statistics-global-log-receiver-update",
|
|
@@ -4204,6 +4463,31 @@ export const statisticsTools = [
|
|
|
4204
4463
|
},
|
|
4205
4464
|
},
|
|
4206
4465
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/global_log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4466
|
+
dependencies: [
|
|
4467
|
+
{
|
|
4468
|
+
domain: "",
|
|
4469
|
+
fieldPath: "",
|
|
4470
|
+
inline: false,
|
|
4471
|
+
required: false,
|
|
4472
|
+
resourceType: "global-log-receiver",
|
|
4473
|
+
},
|
|
4474
|
+
{
|
|
4475
|
+
domain: "",
|
|
4476
|
+
fieldPath: "metadata",
|
|
4477
|
+
inline: false,
|
|
4478
|
+
required: false,
|
|
4479
|
+
resourceType: "schema-object-replace-meta",
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
domain: "",
|
|
4483
|
+
fieldPath: "spec",
|
|
4484
|
+
inline: false,
|
|
4485
|
+
required: false,
|
|
4486
|
+
resourceType: "global-log-receiver-replace",
|
|
4487
|
+
},
|
|
4488
|
+
],
|
|
4489
|
+
oneOfGroups: [],
|
|
4490
|
+
subscriptionRequirements: [],
|
|
4207
4491
|
},
|
|
4208
4492
|
{
|
|
4209
4493
|
toolName: "f5xc-api-statistics-list-reports-history-bot-defence-create",
|
|
@@ -4302,6 +4586,9 @@ export const statisticsTools = [
|
|
|
4302
4586
|
},
|
|
4303
4587
|
},
|
|
4304
4588
|
curlExample: null,
|
|
4589
|
+
dependencies: [],
|
|
4590
|
+
oneOfGroups: [],
|
|
4591
|
+
subscriptionRequirements: [],
|
|
4305
4592
|
},
|
|
4306
4593
|
{
|
|
4307
4594
|
toolName: "f5xc-api-statistics-list-reports-history-create",
|
|
@@ -4400,6 +4687,9 @@ export const statisticsTools = [
|
|
|
4400
4687
|
},
|
|
4401
4688
|
},
|
|
4402
4689
|
curlExample: null,
|
|
4690
|
+
dependencies: [],
|
|
4691
|
+
oneOfGroups: [],
|
|
4692
|
+
subscriptionRequirements: [],
|
|
4403
4693
|
},
|
|
4404
4694
|
{
|
|
4405
4695
|
toolName: "f5xc-api-statistics-list-reports-history-waap-create",
|
|
@@ -4498,6 +4788,9 @@ export const statisticsTools = [
|
|
|
4498
4788
|
},
|
|
4499
4789
|
},
|
|
4500
4790
|
curlExample: null,
|
|
4791
|
+
dependencies: [],
|
|
4792
|
+
oneOfGroups: [],
|
|
4793
|
+
subscriptionRequirements: [],
|
|
4501
4794
|
},
|
|
4502
4795
|
{
|
|
4503
4796
|
toolName: "f5xc-api-statistics-log-receiver-create",
|
|
@@ -4595,6 +4888,31 @@ export const statisticsTools = [
|
|
|
4595
4888
|
},
|
|
4596
4889
|
},
|
|
4597
4890
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4891
|
+
dependencies: [
|
|
4892
|
+
{
|
|
4893
|
+
domain: "",
|
|
4894
|
+
fieldPath: "",
|
|
4895
|
+
inline: false,
|
|
4896
|
+
required: false,
|
|
4897
|
+
resourceType: "log-receiver",
|
|
4898
|
+
},
|
|
4899
|
+
{
|
|
4900
|
+
domain: "",
|
|
4901
|
+
fieldPath: "metadata",
|
|
4902
|
+
inline: false,
|
|
4903
|
+
required: false,
|
|
4904
|
+
resourceType: "schema-object-create-meta",
|
|
4905
|
+
},
|
|
4906
|
+
{
|
|
4907
|
+
domain: "",
|
|
4908
|
+
fieldPath: "spec",
|
|
4909
|
+
inline: false,
|
|
4910
|
+
required: false,
|
|
4911
|
+
resourceType: "log-receiver-create",
|
|
4912
|
+
},
|
|
4913
|
+
],
|
|
4914
|
+
oneOfGroups: [],
|
|
4915
|
+
subscriptionRequirements: [],
|
|
4598
4916
|
},
|
|
4599
4917
|
{
|
|
4600
4918
|
toolName: "f5xc-api-statistics-log-receiver-delete",
|
|
@@ -4702,6 +5020,17 @@ export const statisticsTools = [
|
|
|
4702
5020
|
},
|
|
4703
5021
|
},
|
|
4704
5022
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5023
|
+
dependencies: [
|
|
5024
|
+
{
|
|
5025
|
+
domain: "",
|
|
5026
|
+
fieldPath: "",
|
|
5027
|
+
inline: false,
|
|
5028
|
+
required: false,
|
|
5029
|
+
resourceType: "log-receiver",
|
|
5030
|
+
},
|
|
5031
|
+
],
|
|
5032
|
+
oneOfGroups: [],
|
|
5033
|
+
subscriptionRequirements: [],
|
|
4705
5034
|
},
|
|
4706
5035
|
{
|
|
4707
5036
|
toolName: "f5xc-api-statistics-log-receiver-get",
|
|
@@ -4826,6 +5155,9 @@ export const statisticsTools = [
|
|
|
4826
5155
|
side_effects: {},
|
|
4827
5156
|
},
|
|
4828
5157
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5158
|
+
dependencies: [],
|
|
5159
|
+
oneOfGroups: [],
|
|
5160
|
+
subscriptionRequirements: [],
|
|
4829
5161
|
},
|
|
4830
5162
|
{
|
|
4831
5163
|
toolName: "f5xc-api-statistics-log-receiver-list",
|
|
@@ -4956,6 +5288,9 @@ export const statisticsTools = [
|
|
|
4956
5288
|
side_effects: {},
|
|
4957
5289
|
},
|
|
4958
5290
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5291
|
+
dependencies: [],
|
|
5292
|
+
oneOfGroups: [],
|
|
5293
|
+
subscriptionRequirements: [],
|
|
4959
5294
|
},
|
|
4960
5295
|
{
|
|
4961
5296
|
toolName: "f5xc-api-statistics-log-receiver-update",
|
|
@@ -5065,6 +5400,31 @@ export const statisticsTools = [
|
|
|
5065
5400
|
},
|
|
5066
5401
|
},
|
|
5067
5402
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5403
|
+
dependencies: [
|
|
5404
|
+
{
|
|
5405
|
+
domain: "",
|
|
5406
|
+
fieldPath: "",
|
|
5407
|
+
inline: false,
|
|
5408
|
+
required: false,
|
|
5409
|
+
resourceType: "log-receiver",
|
|
5410
|
+
},
|
|
5411
|
+
{
|
|
5412
|
+
domain: "",
|
|
5413
|
+
fieldPath: "metadata",
|
|
5414
|
+
inline: false,
|
|
5415
|
+
required: false,
|
|
5416
|
+
resourceType: "schema-object-replace-meta",
|
|
5417
|
+
},
|
|
5418
|
+
{
|
|
5419
|
+
domain: "",
|
|
5420
|
+
fieldPath: "spec",
|
|
5421
|
+
inline: false,
|
|
5422
|
+
required: false,
|
|
5423
|
+
resourceType: "log-receiver-replace",
|
|
5424
|
+
},
|
|
5425
|
+
],
|
|
5426
|
+
oneOfGroups: [],
|
|
5427
|
+
subscriptionRequirements: [],
|
|
5068
5428
|
},
|
|
5069
5429
|
{
|
|
5070
5430
|
toolName: "f5xc-api-statistics-match-create",
|
|
@@ -5162,6 +5522,9 @@ export const statisticsTools = [
|
|
|
5162
5522
|
},
|
|
5163
5523
|
},
|
|
5164
5524
|
curlExample: null,
|
|
5525
|
+
dependencies: [],
|
|
5526
|
+
oneOfGroups: [],
|
|
5527
|
+
subscriptionRequirements: [],
|
|
5165
5528
|
},
|
|
5166
5529
|
{
|
|
5167
5530
|
toolName: "f5xc-api-statistics-matching-flow-create",
|
|
@@ -5271,6 +5634,23 @@ export const statisticsTools = [
|
|
|
5271
5634
|
},
|
|
5272
5635
|
},
|
|
5273
5636
|
curlExample: null,
|
|
5637
|
+
dependencies: [
|
|
5638
|
+
{
|
|
5639
|
+
domain: "",
|
|
5640
|
+
fieldPath: "vn_type",
|
|
5641
|
+
inline: false,
|
|
5642
|
+
required: false,
|
|
5643
|
+
resourceType: "schema-virtual-network",
|
|
5644
|
+
},
|
|
5645
|
+
],
|
|
5646
|
+
oneOfGroups: [
|
|
5647
|
+
{
|
|
5648
|
+
choiceField: "interface_or_network",
|
|
5649
|
+
fieldPath: "interface_or_network",
|
|
5650
|
+
options: ["external_service", "intf", "pod", "vn", "vn_type"],
|
|
5651
|
+
},
|
|
5652
|
+
],
|
|
5653
|
+
subscriptionRequirements: [],
|
|
5274
5654
|
},
|
|
5275
5655
|
{
|
|
5276
5656
|
toolName: "f5xc-api-statistics-platform-event-create",
|
|
@@ -5368,6 +5748,9 @@ export const statisticsTools = [
|
|
|
5368
5748
|
},
|
|
5369
5749
|
},
|
|
5370
5750
|
curlExample: null,
|
|
5751
|
+
dependencies: [],
|
|
5752
|
+
oneOfGroups: [],
|
|
5753
|
+
subscriptionRequirements: [],
|
|
5371
5754
|
},
|
|
5372
5755
|
{
|
|
5373
5756
|
toolName: "f5xc-api-statistics-report-config-create",
|
|
@@ -5465,6 +5848,31 @@ export const statisticsTools = [
|
|
|
5465
5848
|
},
|
|
5466
5849
|
},
|
|
5467
5850
|
curlExample: null,
|
|
5851
|
+
dependencies: [
|
|
5852
|
+
{
|
|
5853
|
+
domain: "",
|
|
5854
|
+
fieldPath: "",
|
|
5855
|
+
inline: false,
|
|
5856
|
+
required: false,
|
|
5857
|
+
resourceType: "report-config",
|
|
5858
|
+
},
|
|
5859
|
+
{
|
|
5860
|
+
domain: "",
|
|
5861
|
+
fieldPath: "metadata",
|
|
5862
|
+
inline: false,
|
|
5863
|
+
required: false,
|
|
5864
|
+
resourceType: "schema-object-create-meta",
|
|
5865
|
+
},
|
|
5866
|
+
{
|
|
5867
|
+
domain: "",
|
|
5868
|
+
fieldPath: "spec",
|
|
5869
|
+
inline: false,
|
|
5870
|
+
required: false,
|
|
5871
|
+
resourceType: "report-config-create",
|
|
5872
|
+
},
|
|
5873
|
+
],
|
|
5874
|
+
oneOfGroups: [],
|
|
5875
|
+
subscriptionRequirements: [],
|
|
5468
5876
|
},
|
|
5469
5877
|
{
|
|
5470
5878
|
toolName: "f5xc-api-statistics-report-config-delete",
|
|
@@ -5572,6 +5980,17 @@ export const statisticsTools = [
|
|
|
5572
5980
|
},
|
|
5573
5981
|
},
|
|
5574
5982
|
curlExample: null,
|
|
5983
|
+
dependencies: [
|
|
5984
|
+
{
|
|
5985
|
+
domain: "",
|
|
5986
|
+
fieldPath: "",
|
|
5987
|
+
inline: false,
|
|
5988
|
+
required: false,
|
|
5989
|
+
resourceType: "report-config",
|
|
5990
|
+
},
|
|
5991
|
+
],
|
|
5992
|
+
oneOfGroups: [],
|
|
5993
|
+
subscriptionRequirements: [],
|
|
5575
5994
|
},
|
|
5576
5995
|
{
|
|
5577
5996
|
toolName: "f5xc-api-statistics-report-config-get",
|
|
@@ -5696,6 +6115,9 @@ export const statisticsTools = [
|
|
|
5696
6115
|
side_effects: {},
|
|
5697
6116
|
},
|
|
5698
6117
|
curlExample: null,
|
|
6118
|
+
dependencies: [],
|
|
6119
|
+
oneOfGroups: [],
|
|
6120
|
+
subscriptionRequirements: [],
|
|
5699
6121
|
},
|
|
5700
6122
|
{
|
|
5701
6123
|
toolName: "f5xc-api-statistics-report-config-list",
|
|
@@ -5826,6 +6248,9 @@ export const statisticsTools = [
|
|
|
5826
6248
|
side_effects: {},
|
|
5827
6249
|
},
|
|
5828
6250
|
curlExample: null,
|
|
6251
|
+
dependencies: [],
|
|
6252
|
+
oneOfGroups: [],
|
|
6253
|
+
subscriptionRequirements: [],
|
|
5829
6254
|
},
|
|
5830
6255
|
{
|
|
5831
6256
|
toolName: "f5xc-api-statistics-report-config-update",
|
|
@@ -5935,6 +6360,31 @@ export const statisticsTools = [
|
|
|
5935
6360
|
},
|
|
5936
6361
|
},
|
|
5937
6362
|
curlExample: null,
|
|
6363
|
+
dependencies: [
|
|
6364
|
+
{
|
|
6365
|
+
domain: "",
|
|
6366
|
+
fieldPath: "",
|
|
6367
|
+
inline: false,
|
|
6368
|
+
required: false,
|
|
6369
|
+
resourceType: "report-config",
|
|
6370
|
+
},
|
|
6371
|
+
{
|
|
6372
|
+
domain: "",
|
|
6373
|
+
fieldPath: "metadata",
|
|
6374
|
+
inline: false,
|
|
6375
|
+
required: false,
|
|
6376
|
+
resourceType: "schema-object-replace-meta",
|
|
6377
|
+
},
|
|
6378
|
+
{
|
|
6379
|
+
domain: "",
|
|
6380
|
+
fieldPath: "spec",
|
|
6381
|
+
inline: false,
|
|
6382
|
+
required: false,
|
|
6383
|
+
resourceType: "report-config-replace",
|
|
6384
|
+
},
|
|
6385
|
+
],
|
|
6386
|
+
oneOfGroups: [],
|
|
6387
|
+
subscriptionRequirements: [],
|
|
5938
6388
|
},
|
|
5939
6389
|
{
|
|
5940
6390
|
toolName: "f5xc-api-statistics-report-get",
|
|
@@ -6056,6 +6506,9 @@ export const statisticsTools = [
|
|
|
6056
6506
|
side_effects: {},
|
|
6057
6507
|
},
|
|
6058
6508
|
curlExample: null,
|
|
6509
|
+
dependencies: [],
|
|
6510
|
+
oneOfGroups: [],
|
|
6511
|
+
subscriptionRequirements: [],
|
|
6059
6512
|
},
|
|
6060
6513
|
{
|
|
6061
6514
|
toolName: "f5xc-api-statistics-route-table-get",
|
|
@@ -6220,6 +6673,9 @@ export const statisticsTools = [
|
|
|
6220
6673
|
side_effects: {},
|
|
6221
6674
|
},
|
|
6222
6675
|
curlExample: null,
|
|
6676
|
+
dependencies: [],
|
|
6677
|
+
oneOfGroups: [],
|
|
6678
|
+
subscriptionRequirements: [],
|
|
6223
6679
|
},
|
|
6224
6680
|
{
|
|
6225
6681
|
toolName: "f5xc-api-statistics-scroll-create",
|
|
@@ -6315,6 +6771,9 @@ export const statisticsTools = [
|
|
|
6315
6771
|
},
|
|
6316
6772
|
},
|
|
6317
6773
|
curlExample: null,
|
|
6774
|
+
dependencies: [],
|
|
6775
|
+
oneOfGroups: [],
|
|
6776
|
+
subscriptionRequirements: [],
|
|
6318
6777
|
},
|
|
6319
6778
|
{
|
|
6320
6779
|
toolName: "f5xc-api-statistics-scroll-list",
|
|
@@ -6419,6 +6878,9 @@ export const statisticsTools = [
|
|
|
6419
6878
|
side_effects: {},
|
|
6420
6879
|
},
|
|
6421
6880
|
curlExample: null,
|
|
6881
|
+
dependencies: [],
|
|
6882
|
+
oneOfGroups: [],
|
|
6883
|
+
subscriptionRequirements: [],
|
|
6422
6884
|
},
|
|
6423
6885
|
{
|
|
6424
6886
|
toolName: "f5xc-api-statistics-site-mesh-group-create",
|
|
@@ -6516,6 +6978,28 @@ export const statisticsTools = [
|
|
|
6516
6978
|
},
|
|
6517
6979
|
},
|
|
6518
6980
|
curlExample: null,
|
|
6981
|
+
dependencies: [],
|
|
6982
|
+
oneOfGroups: [],
|
|
6983
|
+
subscriptionRequirements: [
|
|
6984
|
+
{
|
|
6985
|
+
addonService: "f5xc_securemesh_standard",
|
|
6986
|
+
displayName: "F5XC Securemesh Standard",
|
|
6987
|
+
required: false,
|
|
6988
|
+
tier: "standard",
|
|
6989
|
+
},
|
|
6990
|
+
{
|
|
6991
|
+
addonService: "f5xc_securemesh_advanced",
|
|
6992
|
+
displayName: "F5XC Securemesh Advanced",
|
|
6993
|
+
required: false,
|
|
6994
|
+
tier: "advanced",
|
|
6995
|
+
},
|
|
6996
|
+
{
|
|
6997
|
+
addonService: "f5xc_site_management_standard",
|
|
6998
|
+
displayName: "F5XC Site Management Standard",
|
|
6999
|
+
required: false,
|
|
7000
|
+
tier: "standard",
|
|
7001
|
+
},
|
|
7002
|
+
],
|
|
6519
7003
|
},
|
|
6520
7004
|
{
|
|
6521
7005
|
toolName: "f5xc-api-statistics-site-mesh-group-list",
|
|
@@ -6593,6 +7077,28 @@ export const statisticsTools = [
|
|
|
6593
7077
|
side_effects: {},
|
|
6594
7078
|
},
|
|
6595
7079
|
curlExample: null,
|
|
7080
|
+
dependencies: [],
|
|
7081
|
+
oneOfGroups: [],
|
|
7082
|
+
subscriptionRequirements: [
|
|
7083
|
+
{
|
|
7084
|
+
addonService: "f5xc_securemesh_standard",
|
|
7085
|
+
displayName: "F5XC Securemesh Standard",
|
|
7086
|
+
required: false,
|
|
7087
|
+
tier: "standard",
|
|
7088
|
+
},
|
|
7089
|
+
{
|
|
7090
|
+
addonService: "f5xc_securemesh_advanced",
|
|
7091
|
+
displayName: "F5XC Securemesh Advanced",
|
|
7092
|
+
required: false,
|
|
7093
|
+
tier: "advanced",
|
|
7094
|
+
},
|
|
7095
|
+
{
|
|
7096
|
+
addonService: "f5xc_site_management_standard",
|
|
7097
|
+
displayName: "F5XC Site Management Standard",
|
|
7098
|
+
required: false,
|
|
7099
|
+
tier: "standard",
|
|
7100
|
+
},
|
|
7101
|
+
],
|
|
6596
7102
|
},
|
|
6597
7103
|
{
|
|
6598
7104
|
toolName: "f5xc-api-statistics-statu-create",
|
|
@@ -6690,6 +7196,9 @@ export const statisticsTools = [
|
|
|
6690
7196
|
},
|
|
6691
7197
|
},
|
|
6692
7198
|
curlExample: null,
|
|
7199
|
+
dependencies: [],
|
|
7200
|
+
oneOfGroups: [],
|
|
7201
|
+
subscriptionRequirements: [],
|
|
6693
7202
|
},
|
|
6694
7203
|
{
|
|
6695
7204
|
toolName: "f5xc-api-statistics-subscribe-create",
|
|
@@ -6773,6 +7282,17 @@ export const statisticsTools = [
|
|
|
6773
7282
|
},
|
|
6774
7283
|
},
|
|
6775
7284
|
curlExample: null,
|
|
7285
|
+
dependencies: [
|
|
7286
|
+
{
|
|
7287
|
+
domain: "",
|
|
7288
|
+
fieldPath: "service_type",
|
|
7289
|
+
inline: false,
|
|
7290
|
+
required: false,
|
|
7291
|
+
resourceType: "schemaflow-service",
|
|
7292
|
+
},
|
|
7293
|
+
],
|
|
7294
|
+
oneOfGroups: [],
|
|
7295
|
+
subscriptionRequirements: [],
|
|
6776
7296
|
},
|
|
6777
7297
|
{
|
|
6778
7298
|
toolName: "f5xc-api-statistics-subscription-statu-list",
|
|
@@ -6850,6 +7370,9 @@ export const statisticsTools = [
|
|
|
6850
7370
|
side_effects: {},
|
|
6851
7371
|
},
|
|
6852
7372
|
curlExample: null,
|
|
7373
|
+
dependencies: [],
|
|
7374
|
+
oneOfGroups: [],
|
|
7375
|
+
subscriptionRequirements: [],
|
|
6853
7376
|
},
|
|
6854
7377
|
{
|
|
6855
7378
|
toolName: "f5xc-api-statistics-suggest-value-create",
|
|
@@ -6947,6 +7470,9 @@ export const statisticsTools = [
|
|
|
6947
7470
|
},
|
|
6948
7471
|
},
|
|
6949
7472
|
curlExample: null,
|
|
7473
|
+
dependencies: [],
|
|
7474
|
+
oneOfGroups: [],
|
|
7475
|
+
subscriptionRequirements: [],
|
|
6950
7476
|
},
|
|
6951
7477
|
{
|
|
6952
7478
|
toolName: "f5xc-api-statistics-test-create",
|
|
@@ -7056,6 +7582,9 @@ export const statisticsTools = [
|
|
|
7056
7582
|
},
|
|
7057
7583
|
},
|
|
7058
7584
|
curlExample: null,
|
|
7585
|
+
dependencies: [],
|
|
7586
|
+
oneOfGroups: [],
|
|
7587
|
+
subscriptionRequirements: [],
|
|
7059
7588
|
},
|
|
7060
7589
|
{
|
|
7061
7590
|
toolName: "f5xc-api-statistics-top-talker-create",
|
|
@@ -7165,6 +7694,17 @@ export const statisticsTools = [
|
|
|
7165
7694
|
},
|
|
7166
7695
|
},
|
|
7167
7696
|
curlExample: null,
|
|
7697
|
+
dependencies: [
|
|
7698
|
+
{
|
|
7699
|
+
domain: "",
|
|
7700
|
+
fieldPath: "traffic_type",
|
|
7701
|
+
inline: false,
|
|
7702
|
+
required: false,
|
|
7703
|
+
resourceType: "l3l4traffic",
|
|
7704
|
+
},
|
|
7705
|
+
],
|
|
7706
|
+
oneOfGroups: [],
|
|
7707
|
+
subscriptionRequirements: [],
|
|
7168
7708
|
},
|
|
7169
7709
|
{
|
|
7170
7710
|
toolName: "f5xc-api-statistics-unsubscribe-create",
|
|
@@ -7248,6 +7788,17 @@ export const statisticsTools = [
|
|
|
7248
7788
|
},
|
|
7249
7789
|
},
|
|
7250
7790
|
curlExample: null,
|
|
7791
|
+
dependencies: [
|
|
7792
|
+
{
|
|
7793
|
+
domain: "",
|
|
7794
|
+
fieldPath: "service_type",
|
|
7795
|
+
inline: false,
|
|
7796
|
+
required: false,
|
|
7797
|
+
resourceType: "schemaflow-service",
|
|
7798
|
+
},
|
|
7799
|
+
],
|
|
7800
|
+
oneOfGroups: [],
|
|
7801
|
+
subscriptionRequirements: [],
|
|
7251
7802
|
},
|
|
7252
7803
|
{
|
|
7253
7804
|
toolName: "f5xc-api-statistics-verify-create",
|
|
@@ -7357,6 +7908,9 @@ export const statisticsTools = [
|
|
|
7357
7908
|
},
|
|
7358
7909
|
},
|
|
7359
7910
|
curlExample: null,
|
|
7911
|
+
dependencies: [],
|
|
7912
|
+
oneOfGroups: [],
|
|
7913
|
+
subscriptionRequirements: [],
|
|
7360
7914
|
},
|
|
7361
7915
|
{
|
|
7362
7916
|
toolName: "f5xc-api-statistics-vk8s-audit-log-create",
|
|
@@ -7454,6 +8008,16 @@ export const statisticsTools = [
|
|
|
7454
8008
|
},
|
|
7455
8009
|
},
|
|
7456
8010
|
curlExample: null,
|
|
8011
|
+
dependencies: [],
|
|
8012
|
+
oneOfGroups: [],
|
|
8013
|
+
subscriptionRequirements: [
|
|
8014
|
+
{
|
|
8015
|
+
addonService: "f5xc_appstack_standard",
|
|
8016
|
+
displayName: "F5XC Appstack Standard",
|
|
8017
|
+
required: false,
|
|
8018
|
+
tier: "standard",
|
|
8019
|
+
},
|
|
8020
|
+
],
|
|
7457
8021
|
},
|
|
7458
8022
|
{
|
|
7459
8023
|
toolName: "f5xc-api-statistics-vk8s-event-create",
|
|
@@ -7551,6 +8115,16 @@ export const statisticsTools = [
|
|
|
7551
8115
|
},
|
|
7552
8116
|
},
|
|
7553
8117
|
curlExample: null,
|
|
8118
|
+
dependencies: [],
|
|
8119
|
+
oneOfGroups: [],
|
|
8120
|
+
subscriptionRequirements: [
|
|
8121
|
+
{
|
|
8122
|
+
addonService: "f5xc_appstack_standard",
|
|
8123
|
+
displayName: "F5XC Appstack Standard",
|
|
8124
|
+
required: false,
|
|
8125
|
+
tier: "standard",
|
|
8126
|
+
},
|
|
8127
|
+
],
|
|
7554
8128
|
},
|
|
7555
8129
|
];
|
|
7556
8130
|
export default statisticsTools;
|