@robinmordasiewicz/f5xc-api-mcp 3.5.0 → 3.6.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
|
@@ -111,6 +111,9 @@ export const virtualTools = [
|
|
|
111
111
|
},
|
|
112
112
|
},
|
|
113
113
|
curlExample: null,
|
|
114
|
+
dependencies: [],
|
|
115
|
+
oneOfGroups: [],
|
|
116
|
+
subscriptionRequirements: [],
|
|
114
117
|
},
|
|
115
118
|
{
|
|
116
119
|
toolName: "f5xc-api-virtual-api-endpoint-get",
|
|
@@ -291,6 +294,9 @@ export const virtualTools = [
|
|
|
291
294
|
side_effects: {},
|
|
292
295
|
},
|
|
293
296
|
curlExample: null,
|
|
297
|
+
dependencies: [],
|
|
298
|
+
oneOfGroups: [],
|
|
299
|
+
subscriptionRequirements: [],
|
|
294
300
|
},
|
|
295
301
|
{
|
|
296
302
|
toolName: "f5xc-api-virtual-assign-create",
|
|
@@ -400,6 +406,17 @@ export const virtualTools = [
|
|
|
400
406
|
},
|
|
401
407
|
},
|
|
402
408
|
curlExample: null,
|
|
409
|
+
dependencies: [
|
|
410
|
+
{
|
|
411
|
+
domain: "",
|
|
412
|
+
fieldPath: "api_definition",
|
|
413
|
+
inline: false,
|
|
414
|
+
required: false,
|
|
415
|
+
resourceType: "schemaviews-object-ref",
|
|
416
|
+
},
|
|
417
|
+
],
|
|
418
|
+
oneOfGroups: [],
|
|
419
|
+
subscriptionRequirements: [],
|
|
403
420
|
},
|
|
404
421
|
{
|
|
405
422
|
toolName: "f5xc-api-virtual-available-get",
|
|
@@ -503,6 +520,9 @@ export const virtualTools = [
|
|
|
503
520
|
side_effects: {},
|
|
504
521
|
},
|
|
505
522
|
curlExample: null,
|
|
523
|
+
dependencies: [],
|
|
524
|
+
oneOfGroups: [],
|
|
525
|
+
subscriptionRequirements: [],
|
|
506
526
|
},
|
|
507
527
|
{
|
|
508
528
|
toolName: "f5xc-api-virtual-ca-certificate-get",
|
|
@@ -606,6 +626,9 @@ export const virtualTools = [
|
|
|
606
626
|
side_effects: {},
|
|
607
627
|
},
|
|
608
628
|
curlExample: null,
|
|
629
|
+
dependencies: [],
|
|
630
|
+
oneOfGroups: [],
|
|
631
|
+
subscriptionRequirements: [],
|
|
609
632
|
},
|
|
610
633
|
{
|
|
611
634
|
toolName: "f5xc-api-virtual-calls-by-response-code-create",
|
|
@@ -718,6 +741,9 @@ export const virtualTools = [
|
|
|
718
741
|
},
|
|
719
742
|
},
|
|
720
743
|
curlExample: null,
|
|
744
|
+
dependencies: [],
|
|
745
|
+
oneOfGroups: [],
|
|
746
|
+
subscriptionRequirements: [],
|
|
721
747
|
},
|
|
722
748
|
{
|
|
723
749
|
toolName: "f5xc-api-virtual-cluster-create",
|
|
@@ -815,6 +841,31 @@ export const virtualTools = [
|
|
|
815
841
|
},
|
|
816
842
|
},
|
|
817
843
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/clusters" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
844
|
+
dependencies: [
|
|
845
|
+
{
|
|
846
|
+
domain: "",
|
|
847
|
+
fieldPath: "",
|
|
848
|
+
inline: false,
|
|
849
|
+
required: false,
|
|
850
|
+
resourceType: "cluster",
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
domain: "",
|
|
854
|
+
fieldPath: "metadata",
|
|
855
|
+
inline: false,
|
|
856
|
+
required: false,
|
|
857
|
+
resourceType: "schema-object-create-meta",
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
domain: "",
|
|
861
|
+
fieldPath: "spec",
|
|
862
|
+
inline: false,
|
|
863
|
+
required: false,
|
|
864
|
+
resourceType: "cluster-create",
|
|
865
|
+
},
|
|
866
|
+
],
|
|
867
|
+
oneOfGroups: [],
|
|
868
|
+
subscriptionRequirements: [],
|
|
818
869
|
},
|
|
819
870
|
{
|
|
820
871
|
toolName: "f5xc-api-virtual-cluster-delete",
|
|
@@ -922,6 +973,17 @@ export const virtualTools = [
|
|
|
922
973
|
},
|
|
923
974
|
},
|
|
924
975
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/clusters" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
976
|
+
dependencies: [
|
|
977
|
+
{
|
|
978
|
+
domain: "",
|
|
979
|
+
fieldPath: "",
|
|
980
|
+
inline: false,
|
|
981
|
+
required: false,
|
|
982
|
+
resourceType: "cluster",
|
|
983
|
+
},
|
|
984
|
+
],
|
|
985
|
+
oneOfGroups: [],
|
|
986
|
+
subscriptionRequirements: [],
|
|
925
987
|
},
|
|
926
988
|
{
|
|
927
989
|
toolName: "f5xc-api-virtual-cluster-get",
|
|
@@ -1046,6 +1108,9 @@ export const virtualTools = [
|
|
|
1046
1108
|
side_effects: {},
|
|
1047
1109
|
},
|
|
1048
1110
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/clusters" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1111
|
+
dependencies: [],
|
|
1112
|
+
oneOfGroups: [],
|
|
1113
|
+
subscriptionRequirements: [],
|
|
1049
1114
|
},
|
|
1050
1115
|
{
|
|
1051
1116
|
toolName: "f5xc-api-virtual-cluster-list",
|
|
@@ -1176,6 +1241,9 @@ export const virtualTools = [
|
|
|
1176
1241
|
side_effects: {},
|
|
1177
1242
|
},
|
|
1178
1243
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/clusters" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1244
|
+
dependencies: [],
|
|
1245
|
+
oneOfGroups: [],
|
|
1246
|
+
subscriptionRequirements: [],
|
|
1179
1247
|
},
|
|
1180
1248
|
{
|
|
1181
1249
|
toolName: "f5xc-api-virtual-cluster-update",
|
|
@@ -1285,6 +1353,31 @@ export const virtualTools = [
|
|
|
1285
1353
|
},
|
|
1286
1354
|
},
|
|
1287
1355
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/clusters" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1356
|
+
dependencies: [
|
|
1357
|
+
{
|
|
1358
|
+
domain: "",
|
|
1359
|
+
fieldPath: "",
|
|
1360
|
+
inline: false,
|
|
1361
|
+
required: false,
|
|
1362
|
+
resourceType: "cluster",
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
domain: "",
|
|
1366
|
+
fieldPath: "metadata",
|
|
1367
|
+
inline: false,
|
|
1368
|
+
required: false,
|
|
1369
|
+
resourceType: "schema-object-replace-meta",
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
domain: "",
|
|
1373
|
+
fieldPath: "spec",
|
|
1374
|
+
inline: false,
|
|
1375
|
+
required: false,
|
|
1376
|
+
resourceType: "cluster-replace",
|
|
1377
|
+
},
|
|
1378
|
+
],
|
|
1379
|
+
oneOfGroups: [],
|
|
1380
|
+
subscriptionRequirements: [],
|
|
1288
1381
|
},
|
|
1289
1382
|
{
|
|
1290
1383
|
toolName: "f5xc-api-virtual-create-ticket-create",
|
|
@@ -1392,6 +1485,9 @@ export const virtualTools = [
|
|
|
1392
1485
|
},
|
|
1393
1486
|
},
|
|
1394
1487
|
curlExample: null,
|
|
1488
|
+
dependencies: [],
|
|
1489
|
+
oneOfGroups: [],
|
|
1490
|
+
subscriptionRequirements: [],
|
|
1395
1491
|
},
|
|
1396
1492
|
{
|
|
1397
1493
|
toolName: "f5xc-api-virtual-dos-automitigation-rule-delete",
|
|
@@ -1511,6 +1607,9 @@ export const virtualTools = [
|
|
|
1511
1607
|
},
|
|
1512
1608
|
},
|
|
1513
1609
|
curlExample: null,
|
|
1610
|
+
dependencies: [],
|
|
1611
|
+
oneOfGroups: [],
|
|
1612
|
+
subscriptionRequirements: [],
|
|
1514
1613
|
},
|
|
1515
1614
|
{
|
|
1516
1615
|
toolName: "f5xc-api-virtual-dos-automitigation-rule-get",
|
|
@@ -1614,6 +1713,9 @@ export const virtualTools = [
|
|
|
1614
1713
|
side_effects: {},
|
|
1615
1714
|
},
|
|
1616
1715
|
curlExample: null,
|
|
1716
|
+
dependencies: [],
|
|
1717
|
+
oneOfGroups: [],
|
|
1718
|
+
subscriptionRequirements: [],
|
|
1617
1719
|
},
|
|
1618
1720
|
{
|
|
1619
1721
|
toolName: "f5xc-api-virtual-geo-location-set-create",
|
|
@@ -1714,6 +1816,31 @@ export const virtualTools = [
|
|
|
1714
1816
|
},
|
|
1715
1817
|
},
|
|
1716
1818
|
curlExample: null,
|
|
1819
|
+
dependencies: [
|
|
1820
|
+
{
|
|
1821
|
+
domain: "",
|
|
1822
|
+
fieldPath: "",
|
|
1823
|
+
inline: false,
|
|
1824
|
+
required: false,
|
|
1825
|
+
resourceType: "geo-location-set",
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
domain: "",
|
|
1829
|
+
fieldPath: "metadata",
|
|
1830
|
+
inline: false,
|
|
1831
|
+
required: false,
|
|
1832
|
+
resourceType: "schema-object-create-meta",
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
domain: "",
|
|
1836
|
+
fieldPath: "spec",
|
|
1837
|
+
inline: false,
|
|
1838
|
+
required: false,
|
|
1839
|
+
resourceType: "geo-location-set-create",
|
|
1840
|
+
},
|
|
1841
|
+
],
|
|
1842
|
+
oneOfGroups: [],
|
|
1843
|
+
subscriptionRequirements: [],
|
|
1717
1844
|
},
|
|
1718
1845
|
{
|
|
1719
1846
|
toolName: "f5xc-api-virtual-geo-location-set-delete",
|
|
@@ -1821,6 +1948,17 @@ export const virtualTools = [
|
|
|
1821
1948
|
},
|
|
1822
1949
|
},
|
|
1823
1950
|
curlExample: null,
|
|
1951
|
+
dependencies: [
|
|
1952
|
+
{
|
|
1953
|
+
domain: "",
|
|
1954
|
+
fieldPath: "",
|
|
1955
|
+
inline: false,
|
|
1956
|
+
required: false,
|
|
1957
|
+
resourceType: "geo-location-set",
|
|
1958
|
+
},
|
|
1959
|
+
],
|
|
1960
|
+
oneOfGroups: [],
|
|
1961
|
+
subscriptionRequirements: [],
|
|
1824
1962
|
},
|
|
1825
1963
|
{
|
|
1826
1964
|
toolName: "f5xc-api-virtual-geo-location-set-get",
|
|
@@ -1945,6 +2083,9 @@ export const virtualTools = [
|
|
|
1945
2083
|
side_effects: {},
|
|
1946
2084
|
},
|
|
1947
2085
|
curlExample: null,
|
|
2086
|
+
dependencies: [],
|
|
2087
|
+
oneOfGroups: [],
|
|
2088
|
+
subscriptionRequirements: [],
|
|
1948
2089
|
},
|
|
1949
2090
|
{
|
|
1950
2091
|
toolName: "f5xc-api-virtual-geo-location-set-list",
|
|
@@ -2075,6 +2216,9 @@ export const virtualTools = [
|
|
|
2075
2216
|
side_effects: {},
|
|
2076
2217
|
},
|
|
2077
2218
|
curlExample: null,
|
|
2219
|
+
dependencies: [],
|
|
2220
|
+
oneOfGroups: [],
|
|
2221
|
+
subscriptionRequirements: [],
|
|
2078
2222
|
},
|
|
2079
2223
|
{
|
|
2080
2224
|
toolName: "f5xc-api-virtual-geo-location-set-update",
|
|
@@ -2184,6 +2328,31 @@ export const virtualTools = [
|
|
|
2184
2328
|
},
|
|
2185
2329
|
},
|
|
2186
2330
|
curlExample: null,
|
|
2331
|
+
dependencies: [
|
|
2332
|
+
{
|
|
2333
|
+
domain: "",
|
|
2334
|
+
fieldPath: "",
|
|
2335
|
+
inline: false,
|
|
2336
|
+
required: false,
|
|
2337
|
+
resourceType: "geo-location-set",
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
domain: "",
|
|
2341
|
+
fieldPath: "metadata",
|
|
2342
|
+
inline: false,
|
|
2343
|
+
required: false,
|
|
2344
|
+
resourceType: "schema-object-replace-meta",
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
domain: "",
|
|
2348
|
+
fieldPath: "spec",
|
|
2349
|
+
inline: false,
|
|
2350
|
+
required: false,
|
|
2351
|
+
resourceType: "geo-location-set-replace",
|
|
2352
|
+
},
|
|
2353
|
+
],
|
|
2354
|
+
oneOfGroups: [],
|
|
2355
|
+
subscriptionRequirements: [],
|
|
2187
2356
|
},
|
|
2188
2357
|
{
|
|
2189
2358
|
toolName: "f5xc-api-virtual-get-dns-info-get",
|
|
@@ -2287,6 +2456,9 @@ export const virtualTools = [
|
|
|
2287
2456
|
side_effects: {},
|
|
2288
2457
|
},
|
|
2289
2458
|
curlExample: null,
|
|
2459
|
+
dependencies: [],
|
|
2460
|
+
oneOfGroups: [],
|
|
2461
|
+
subscriptionRequirements: [],
|
|
2290
2462
|
},
|
|
2291
2463
|
{
|
|
2292
2464
|
toolName: "f5xc-api-virtual-get-schema-update-create",
|
|
@@ -2399,6 +2571,17 @@ export const virtualTools = [
|
|
|
2399
2571
|
},
|
|
2400
2572
|
},
|
|
2401
2573
|
curlExample: null,
|
|
2574
|
+
dependencies: [
|
|
2575
|
+
{
|
|
2576
|
+
domain: "",
|
|
2577
|
+
fieldPath: "query_type",
|
|
2578
|
+
inline: false,
|
|
2579
|
+
required: false,
|
|
2580
|
+
resourceType: "http-loadbalancer-api-inventory-schema-query",
|
|
2581
|
+
},
|
|
2582
|
+
],
|
|
2583
|
+
oneOfGroups: [],
|
|
2584
|
+
subscriptionRequirements: [],
|
|
2402
2585
|
},
|
|
2403
2586
|
{
|
|
2404
2587
|
toolName: "f5xc-api-virtual-get-security-config-create",
|
|
@@ -2499,6 +2682,15 @@ export const virtualTools = [
|
|
|
2499
2682
|
},
|
|
2500
2683
|
},
|
|
2501
2684
|
curlExample: null,
|
|
2685
|
+
dependencies: [],
|
|
2686
|
+
oneOfGroups: [
|
|
2687
|
+
{
|
|
2688
|
+
choiceField: "loadbalancer_choice",
|
|
2689
|
+
fieldPath: "loadbalancer_choice",
|
|
2690
|
+
options: ["all_http_loadbalancers", "http_loadbalancers_list"],
|
|
2691
|
+
},
|
|
2692
|
+
],
|
|
2693
|
+
subscriptionRequirements: [],
|
|
2502
2694
|
},
|
|
2503
2695
|
{
|
|
2504
2696
|
toolName: "f5xc-api-virtual-healthcheck-create",
|
|
@@ -2596,6 +2788,31 @@ export const virtualTools = [
|
|
|
2596
2788
|
},
|
|
2597
2789
|
},
|
|
2598
2790
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/healthchecks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @healthcheck.json\n',
|
|
2791
|
+
dependencies: [
|
|
2792
|
+
{
|
|
2793
|
+
domain: "network",
|
|
2794
|
+
fieldPath: "",
|
|
2795
|
+
inline: false,
|
|
2796
|
+
required: false,
|
|
2797
|
+
resourceType: "healthcheck",
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
domain: "",
|
|
2801
|
+
fieldPath: "metadata",
|
|
2802
|
+
inline: false,
|
|
2803
|
+
required: false,
|
|
2804
|
+
resourceType: "schema-object-create-meta",
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
domain: "",
|
|
2808
|
+
fieldPath: "spec",
|
|
2809
|
+
inline: false,
|
|
2810
|
+
required: false,
|
|
2811
|
+
resourceType: "healthcheck-create",
|
|
2812
|
+
},
|
|
2813
|
+
],
|
|
2814
|
+
oneOfGroups: [],
|
|
2815
|
+
subscriptionRequirements: [],
|
|
2599
2816
|
},
|
|
2600
2817
|
{
|
|
2601
2818
|
toolName: "f5xc-api-virtual-healthcheck-delete",
|
|
@@ -2703,6 +2920,17 @@ export const virtualTools = [
|
|
|
2703
2920
|
},
|
|
2704
2921
|
},
|
|
2705
2922
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/healthchecks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @healthcheck.json\n',
|
|
2923
|
+
dependencies: [
|
|
2924
|
+
{
|
|
2925
|
+
domain: "network",
|
|
2926
|
+
fieldPath: "",
|
|
2927
|
+
inline: false,
|
|
2928
|
+
required: false,
|
|
2929
|
+
resourceType: "healthcheck",
|
|
2930
|
+
},
|
|
2931
|
+
],
|
|
2932
|
+
oneOfGroups: [],
|
|
2933
|
+
subscriptionRequirements: [],
|
|
2706
2934
|
},
|
|
2707
2935
|
{
|
|
2708
2936
|
toolName: "f5xc-api-virtual-healthcheck-get",
|
|
@@ -2827,6 +3055,9 @@ export const virtualTools = [
|
|
|
2827
3055
|
side_effects: {},
|
|
2828
3056
|
},
|
|
2829
3057
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/healthchecks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @healthcheck.json\n',
|
|
3058
|
+
dependencies: [],
|
|
3059
|
+
oneOfGroups: [],
|
|
3060
|
+
subscriptionRequirements: [],
|
|
2830
3061
|
},
|
|
2831
3062
|
{
|
|
2832
3063
|
toolName: "f5xc-api-virtual-healthcheck-list",
|
|
@@ -2957,6 +3188,9 @@ export const virtualTools = [
|
|
|
2957
3188
|
side_effects: {},
|
|
2958
3189
|
},
|
|
2959
3190
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/healthchecks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @healthcheck.json\n',
|
|
3191
|
+
dependencies: [],
|
|
3192
|
+
oneOfGroups: [],
|
|
3193
|
+
subscriptionRequirements: [],
|
|
2960
3194
|
},
|
|
2961
3195
|
{
|
|
2962
3196
|
toolName: "f5xc-api-virtual-healthcheck-update",
|
|
@@ -3066,6 +3300,31 @@ export const virtualTools = [
|
|
|
3066
3300
|
},
|
|
3067
3301
|
},
|
|
3068
3302
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/healthchecks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @healthcheck.json\n',
|
|
3303
|
+
dependencies: [
|
|
3304
|
+
{
|
|
3305
|
+
domain: "network",
|
|
3306
|
+
fieldPath: "",
|
|
3307
|
+
inline: false,
|
|
3308
|
+
required: false,
|
|
3309
|
+
resourceType: "healthcheck",
|
|
3310
|
+
},
|
|
3311
|
+
{
|
|
3312
|
+
domain: "",
|
|
3313
|
+
fieldPath: "metadata",
|
|
3314
|
+
inline: false,
|
|
3315
|
+
required: false,
|
|
3316
|
+
resourceType: "schema-object-replace-meta",
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
domain: "",
|
|
3320
|
+
fieldPath: "spec",
|
|
3321
|
+
inline: false,
|
|
3322
|
+
required: false,
|
|
3323
|
+
resourceType: "healthcheck-replace",
|
|
3324
|
+
},
|
|
3325
|
+
],
|
|
3326
|
+
oneOfGroups: [],
|
|
3327
|
+
subscriptionRequirements: [],
|
|
3069
3328
|
},
|
|
3070
3329
|
{
|
|
3071
3330
|
toolName: "f5xc-api-virtual-http-loadbalancer-create",
|
|
@@ -3166,6 +3425,31 @@ export const virtualTools = [
|
|
|
3166
3425
|
},
|
|
3167
3426
|
},
|
|
3168
3427
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @http-lb.json\n',
|
|
3428
|
+
dependencies: [
|
|
3429
|
+
{
|
|
3430
|
+
domain: "virtual",
|
|
3431
|
+
fieldPath: "",
|
|
3432
|
+
inline: false,
|
|
3433
|
+
required: false,
|
|
3434
|
+
resourceType: "http-loadbalancer",
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
domain: "",
|
|
3438
|
+
fieldPath: "metadata",
|
|
3439
|
+
inline: false,
|
|
3440
|
+
required: false,
|
|
3441
|
+
resourceType: "schema-object-create-meta",
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
domain: "",
|
|
3445
|
+
fieldPath: "spec",
|
|
3446
|
+
inline: false,
|
|
3447
|
+
required: false,
|
|
3448
|
+
resourceType: "viewshttp-loadbalancer-create",
|
|
3449
|
+
},
|
|
3450
|
+
],
|
|
3451
|
+
oneOfGroups: [],
|
|
3452
|
+
subscriptionRequirements: [],
|
|
3169
3453
|
},
|
|
3170
3454
|
{
|
|
3171
3455
|
toolName: "f5xc-api-virtual-http-loadbalancer-delete",
|
|
@@ -3273,6 +3557,17 @@ export const virtualTools = [
|
|
|
3273
3557
|
},
|
|
3274
3558
|
},
|
|
3275
3559
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @http-lb.json\n',
|
|
3560
|
+
dependencies: [
|
|
3561
|
+
{
|
|
3562
|
+
domain: "virtual",
|
|
3563
|
+
fieldPath: "",
|
|
3564
|
+
inline: false,
|
|
3565
|
+
required: false,
|
|
3566
|
+
resourceType: "http-loadbalancer",
|
|
3567
|
+
},
|
|
3568
|
+
],
|
|
3569
|
+
oneOfGroups: [],
|
|
3570
|
+
subscriptionRequirements: [],
|
|
3276
3571
|
},
|
|
3277
3572
|
{
|
|
3278
3573
|
toolName: "f5xc-api-virtual-http-loadbalancer-get",
|
|
@@ -3397,6 +3692,9 @@ export const virtualTools = [
|
|
|
3397
3692
|
side_effects: {},
|
|
3398
3693
|
},
|
|
3399
3694
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @http-lb.json\n',
|
|
3695
|
+
dependencies: [],
|
|
3696
|
+
oneOfGroups: [],
|
|
3697
|
+
subscriptionRequirements: [],
|
|
3400
3698
|
},
|
|
3401
3699
|
{
|
|
3402
3700
|
toolName: "f5xc-api-virtual-http-loadbalancer-list",
|
|
@@ -3527,6 +3825,9 @@ export const virtualTools = [
|
|
|
3527
3825
|
side_effects: {},
|
|
3528
3826
|
},
|
|
3529
3827
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @http-lb.json\n',
|
|
3828
|
+
dependencies: [],
|
|
3829
|
+
oneOfGroups: [],
|
|
3830
|
+
subscriptionRequirements: [],
|
|
3530
3831
|
},
|
|
3531
3832
|
{
|
|
3532
3833
|
toolName: "f5xc-api-virtual-http-loadbalancer-update",
|
|
@@ -3636,6 +3937,31 @@ export const virtualTools = [
|
|
|
3636
3937
|
},
|
|
3637
3938
|
},
|
|
3638
3939
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/http_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @http-lb.json\n',
|
|
3940
|
+
dependencies: [
|
|
3941
|
+
{
|
|
3942
|
+
domain: "virtual",
|
|
3943
|
+
fieldPath: "",
|
|
3944
|
+
inline: false,
|
|
3945
|
+
required: false,
|
|
3946
|
+
resourceType: "http-loadbalancer",
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
domain: "",
|
|
3950
|
+
fieldPath: "metadata",
|
|
3951
|
+
inline: false,
|
|
3952
|
+
required: false,
|
|
3953
|
+
resourceType: "schema-object-replace-meta",
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
domain: "",
|
|
3957
|
+
fieldPath: "spec",
|
|
3958
|
+
inline: false,
|
|
3959
|
+
required: false,
|
|
3960
|
+
resourceType: "viewshttp-loadbalancer-replace",
|
|
3961
|
+
},
|
|
3962
|
+
],
|
|
3963
|
+
oneOfGroups: [],
|
|
3964
|
+
subscriptionRequirements: [],
|
|
3639
3965
|
},
|
|
3640
3966
|
{
|
|
3641
3967
|
toolName: "f5xc-api-virtual-l7ddos-rps-threshold-create",
|
|
@@ -3748,6 +4074,9 @@ export const virtualTools = [
|
|
|
3748
4074
|
},
|
|
3749
4075
|
},
|
|
3750
4076
|
curlExample: null,
|
|
4077
|
+
dependencies: [],
|
|
4078
|
+
oneOfGroups: [],
|
|
4079
|
+
subscriptionRequirements: [],
|
|
3751
4080
|
},
|
|
3752
4081
|
{
|
|
3753
4082
|
toolName: "f5xc-api-virtual-learnt-schema-get",
|
|
@@ -3905,6 +4234,9 @@ export const virtualTools = [
|
|
|
3905
4234
|
side_effects: {},
|
|
3906
4235
|
},
|
|
3907
4236
|
curlExample: null,
|
|
4237
|
+
dependencies: [],
|
|
4238
|
+
oneOfGroups: [],
|
|
4239
|
+
subscriptionRequirements: [],
|
|
3908
4240
|
},
|
|
3909
4241
|
{
|
|
3910
4242
|
toolName: "f5xc-api-virtual-origin-pool-create",
|
|
@@ -4002,6 +4334,31 @@ export const virtualTools = [
|
|
|
4002
4334
|
},
|
|
4003
4335
|
},
|
|
4004
4336
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/origin_pools" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @origin-pool.json\n',
|
|
4337
|
+
dependencies: [
|
|
4338
|
+
{
|
|
4339
|
+
domain: "network",
|
|
4340
|
+
fieldPath: "",
|
|
4341
|
+
inline: false,
|
|
4342
|
+
required: false,
|
|
4343
|
+
resourceType: "origin-pool",
|
|
4344
|
+
},
|
|
4345
|
+
{
|
|
4346
|
+
domain: "",
|
|
4347
|
+
fieldPath: "metadata",
|
|
4348
|
+
inline: false,
|
|
4349
|
+
required: false,
|
|
4350
|
+
resourceType: "schema-object-create-meta",
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
domain: "",
|
|
4354
|
+
fieldPath: "spec",
|
|
4355
|
+
inline: false,
|
|
4356
|
+
required: false,
|
|
4357
|
+
resourceType: "viewsorigin-pool-create",
|
|
4358
|
+
},
|
|
4359
|
+
],
|
|
4360
|
+
oneOfGroups: [],
|
|
4361
|
+
subscriptionRequirements: [],
|
|
4005
4362
|
},
|
|
4006
4363
|
{
|
|
4007
4364
|
toolName: "f5xc-api-virtual-origin-pool-delete",
|
|
@@ -4109,6 +4466,17 @@ export const virtualTools = [
|
|
|
4109
4466
|
},
|
|
4110
4467
|
},
|
|
4111
4468
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/origin_pools" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @origin-pool.json\n',
|
|
4469
|
+
dependencies: [
|
|
4470
|
+
{
|
|
4471
|
+
domain: "network",
|
|
4472
|
+
fieldPath: "",
|
|
4473
|
+
inline: false,
|
|
4474
|
+
required: false,
|
|
4475
|
+
resourceType: "origin-pool",
|
|
4476
|
+
},
|
|
4477
|
+
],
|
|
4478
|
+
oneOfGroups: [],
|
|
4479
|
+
subscriptionRequirements: [],
|
|
4112
4480
|
},
|
|
4113
4481
|
{
|
|
4114
4482
|
toolName: "f5xc-api-virtual-origin-pool-get",
|
|
@@ -4232,6 +4600,9 @@ export const virtualTools = [
|
|
|
4232
4600
|
side_effects: {},
|
|
4233
4601
|
},
|
|
4234
4602
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/origin_pools" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @origin-pool.json\n',
|
|
4603
|
+
dependencies: [],
|
|
4604
|
+
oneOfGroups: [],
|
|
4605
|
+
subscriptionRequirements: [],
|
|
4235
4606
|
},
|
|
4236
4607
|
{
|
|
4237
4608
|
toolName: "f5xc-api-virtual-origin-pool-list",
|
|
@@ -4362,6 +4733,9 @@ export const virtualTools = [
|
|
|
4362
4733
|
side_effects: {},
|
|
4363
4734
|
},
|
|
4364
4735
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/origin_pools" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @origin-pool.json\n',
|
|
4736
|
+
dependencies: [],
|
|
4737
|
+
oneOfGroups: [],
|
|
4738
|
+
subscriptionRequirements: [],
|
|
4365
4739
|
},
|
|
4366
4740
|
{
|
|
4367
4741
|
toolName: "f5xc-api-virtual-origin-pool-update",
|
|
@@ -4471,6 +4845,31 @@ export const virtualTools = [
|
|
|
4471
4845
|
},
|
|
4472
4846
|
},
|
|
4473
4847
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/origin_pools" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @origin-pool.json\n',
|
|
4848
|
+
dependencies: [
|
|
4849
|
+
{
|
|
4850
|
+
domain: "network",
|
|
4851
|
+
fieldPath: "",
|
|
4852
|
+
inline: false,
|
|
4853
|
+
required: false,
|
|
4854
|
+
resourceType: "origin-pool",
|
|
4855
|
+
},
|
|
4856
|
+
{
|
|
4857
|
+
domain: "",
|
|
4858
|
+
fieldPath: "metadata",
|
|
4859
|
+
inline: false,
|
|
4860
|
+
required: false,
|
|
4861
|
+
resourceType: "schema-object-replace-meta",
|
|
4862
|
+
},
|
|
4863
|
+
{
|
|
4864
|
+
domain: "",
|
|
4865
|
+
fieldPath: "spec",
|
|
4866
|
+
inline: false,
|
|
4867
|
+
required: false,
|
|
4868
|
+
resourceType: "viewsorigin-pool-replace",
|
|
4869
|
+
},
|
|
4870
|
+
],
|
|
4871
|
+
oneOfGroups: [],
|
|
4872
|
+
subscriptionRequirements: [],
|
|
4474
4873
|
},
|
|
4475
4874
|
{
|
|
4476
4875
|
toolName: "f5xc-api-virtual-pdf-get",
|
|
@@ -4599,6 +4998,9 @@ export const virtualTools = [
|
|
|
4599
4998
|
side_effects: {},
|
|
4600
4999
|
},
|
|
4601
5000
|
curlExample: null,
|
|
5001
|
+
dependencies: [],
|
|
5002
|
+
oneOfGroups: [],
|
|
5003
|
+
subscriptionRequirements: [],
|
|
4602
5004
|
},
|
|
4603
5005
|
{
|
|
4604
5006
|
toolName: "f5xc-api-virtual-proxy-create",
|
|
@@ -4696,6 +5098,31 @@ export const virtualTools = [
|
|
|
4696
5098
|
},
|
|
4697
5099
|
},
|
|
4698
5100
|
curlExample: null,
|
|
5101
|
+
dependencies: [
|
|
5102
|
+
{
|
|
5103
|
+
domain: "",
|
|
5104
|
+
fieldPath: "",
|
|
5105
|
+
inline: false,
|
|
5106
|
+
required: false,
|
|
5107
|
+
resourceType: "proxy",
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
domain: "",
|
|
5111
|
+
fieldPath: "metadata",
|
|
5112
|
+
inline: false,
|
|
5113
|
+
required: false,
|
|
5114
|
+
resourceType: "schema-object-create-meta",
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
domain: "",
|
|
5118
|
+
fieldPath: "spec",
|
|
5119
|
+
inline: false,
|
|
5120
|
+
required: false,
|
|
5121
|
+
resourceType: "viewsproxy-create",
|
|
5122
|
+
},
|
|
5123
|
+
],
|
|
5124
|
+
oneOfGroups: [],
|
|
5125
|
+
subscriptionRequirements: [],
|
|
4699
5126
|
},
|
|
4700
5127
|
{
|
|
4701
5128
|
toolName: "f5xc-api-virtual-proxy-delete",
|
|
@@ -4803,6 +5230,17 @@ export const virtualTools = [
|
|
|
4803
5230
|
},
|
|
4804
5231
|
},
|
|
4805
5232
|
curlExample: null,
|
|
5233
|
+
dependencies: [
|
|
5234
|
+
{
|
|
5235
|
+
domain: "",
|
|
5236
|
+
fieldPath: "",
|
|
5237
|
+
inline: false,
|
|
5238
|
+
required: false,
|
|
5239
|
+
resourceType: "proxy",
|
|
5240
|
+
},
|
|
5241
|
+
],
|
|
5242
|
+
oneOfGroups: [],
|
|
5243
|
+
subscriptionRequirements: [],
|
|
4806
5244
|
},
|
|
4807
5245
|
{
|
|
4808
5246
|
toolName: "f5xc-api-virtual-proxy-get",
|
|
@@ -4927,6 +5365,9 @@ export const virtualTools = [
|
|
|
4927
5365
|
side_effects: {},
|
|
4928
5366
|
},
|
|
4929
5367
|
curlExample: null,
|
|
5368
|
+
dependencies: [],
|
|
5369
|
+
oneOfGroups: [],
|
|
5370
|
+
subscriptionRequirements: [],
|
|
4930
5371
|
},
|
|
4931
5372
|
{
|
|
4932
5373
|
toolName: "f5xc-api-virtual-proxy-list",
|
|
@@ -5057,6 +5498,9 @@ export const virtualTools = [
|
|
|
5057
5498
|
side_effects: {},
|
|
5058
5499
|
},
|
|
5059
5500
|
curlExample: null,
|
|
5501
|
+
dependencies: [],
|
|
5502
|
+
oneOfGroups: [],
|
|
5503
|
+
subscriptionRequirements: [],
|
|
5060
5504
|
},
|
|
5061
5505
|
{
|
|
5062
5506
|
toolName: "f5xc-api-virtual-proxy-update",
|
|
@@ -5166,6 +5610,31 @@ export const virtualTools = [
|
|
|
5166
5610
|
},
|
|
5167
5611
|
},
|
|
5168
5612
|
curlExample: null,
|
|
5613
|
+
dependencies: [
|
|
5614
|
+
{
|
|
5615
|
+
domain: "",
|
|
5616
|
+
fieldPath: "",
|
|
5617
|
+
inline: false,
|
|
5618
|
+
required: false,
|
|
5619
|
+
resourceType: "proxy",
|
|
5620
|
+
},
|
|
5621
|
+
{
|
|
5622
|
+
domain: "",
|
|
5623
|
+
fieldPath: "metadata",
|
|
5624
|
+
inline: false,
|
|
5625
|
+
required: false,
|
|
5626
|
+
resourceType: "schema-object-replace-meta",
|
|
5627
|
+
},
|
|
5628
|
+
{
|
|
5629
|
+
domain: "",
|
|
5630
|
+
fieldPath: "spec",
|
|
5631
|
+
inline: false,
|
|
5632
|
+
required: false,
|
|
5633
|
+
resourceType: "viewsproxy-replace",
|
|
5634
|
+
},
|
|
5635
|
+
],
|
|
5636
|
+
oneOfGroups: [],
|
|
5637
|
+
subscriptionRequirements: [],
|
|
5169
5638
|
},
|
|
5170
5639
|
{
|
|
5171
5640
|
toolName: "f5xc-api-virtual-rate-limiter-policy-create",
|
|
@@ -5266,6 +5735,44 @@ export const virtualTools = [
|
|
|
5266
5735
|
},
|
|
5267
5736
|
},
|
|
5268
5737
|
curlExample: null,
|
|
5738
|
+
dependencies: [
|
|
5739
|
+
{
|
|
5740
|
+
domain: "",
|
|
5741
|
+
fieldPath: "",
|
|
5742
|
+
inline: false,
|
|
5743
|
+
required: false,
|
|
5744
|
+
resourceType: "rate-limiter-policy",
|
|
5745
|
+
},
|
|
5746
|
+
{
|
|
5747
|
+
domain: "",
|
|
5748
|
+
fieldPath: "metadata",
|
|
5749
|
+
inline: false,
|
|
5750
|
+
required: false,
|
|
5751
|
+
resourceType: "schema-object-create-meta",
|
|
5752
|
+
},
|
|
5753
|
+
{
|
|
5754
|
+
domain: "",
|
|
5755
|
+
fieldPath: "spec",
|
|
5756
|
+
inline: false,
|
|
5757
|
+
required: false,
|
|
5758
|
+
resourceType: "viewsrate-limiter-policy-create",
|
|
5759
|
+
},
|
|
5760
|
+
],
|
|
5761
|
+
oneOfGroups: [],
|
|
5762
|
+
subscriptionRequirements: [
|
|
5763
|
+
{
|
|
5764
|
+
addonService: "f5xc_waap_standard",
|
|
5765
|
+
displayName: "F5XC WAAP Standard",
|
|
5766
|
+
required: false,
|
|
5767
|
+
tier: "standard",
|
|
5768
|
+
},
|
|
5769
|
+
{
|
|
5770
|
+
addonService: "f5xc_waap_advanced",
|
|
5771
|
+
displayName: "F5XC WAAP Advanced",
|
|
5772
|
+
required: false,
|
|
5773
|
+
tier: "advanced",
|
|
5774
|
+
},
|
|
5775
|
+
],
|
|
5269
5776
|
},
|
|
5270
5777
|
{
|
|
5271
5778
|
toolName: "f5xc-api-virtual-rate-limiter-policy-delete",
|
|
@@ -5373,6 +5880,30 @@ export const virtualTools = [
|
|
|
5373
5880
|
},
|
|
5374
5881
|
},
|
|
5375
5882
|
curlExample: null,
|
|
5883
|
+
dependencies: [
|
|
5884
|
+
{
|
|
5885
|
+
domain: "",
|
|
5886
|
+
fieldPath: "",
|
|
5887
|
+
inline: false,
|
|
5888
|
+
required: false,
|
|
5889
|
+
resourceType: "rate-limiter-policy",
|
|
5890
|
+
},
|
|
5891
|
+
],
|
|
5892
|
+
oneOfGroups: [],
|
|
5893
|
+
subscriptionRequirements: [
|
|
5894
|
+
{
|
|
5895
|
+
addonService: "f5xc_waap_standard",
|
|
5896
|
+
displayName: "F5XC WAAP Standard",
|
|
5897
|
+
required: false,
|
|
5898
|
+
tier: "standard",
|
|
5899
|
+
},
|
|
5900
|
+
{
|
|
5901
|
+
addonService: "f5xc_waap_advanced",
|
|
5902
|
+
displayName: "F5XC WAAP Advanced",
|
|
5903
|
+
required: false,
|
|
5904
|
+
tier: "advanced",
|
|
5905
|
+
},
|
|
5906
|
+
],
|
|
5376
5907
|
},
|
|
5377
5908
|
{
|
|
5378
5909
|
toolName: "f5xc-api-virtual-rate-limiter-policy-get",
|
|
@@ -5497,6 +6028,22 @@ export const virtualTools = [
|
|
|
5497
6028
|
side_effects: {},
|
|
5498
6029
|
},
|
|
5499
6030
|
curlExample: null,
|
|
6031
|
+
dependencies: [],
|
|
6032
|
+
oneOfGroups: [],
|
|
6033
|
+
subscriptionRequirements: [
|
|
6034
|
+
{
|
|
6035
|
+
addonService: "f5xc_waap_standard",
|
|
6036
|
+
displayName: "F5XC WAAP Standard",
|
|
6037
|
+
required: false,
|
|
6038
|
+
tier: "standard",
|
|
6039
|
+
},
|
|
6040
|
+
{
|
|
6041
|
+
addonService: "f5xc_waap_advanced",
|
|
6042
|
+
displayName: "F5XC WAAP Advanced",
|
|
6043
|
+
required: false,
|
|
6044
|
+
tier: "advanced",
|
|
6045
|
+
},
|
|
6046
|
+
],
|
|
5500
6047
|
},
|
|
5501
6048
|
{
|
|
5502
6049
|
toolName: "f5xc-api-virtual-rate-limiter-policy-list",
|
|
@@ -5627,6 +6174,22 @@ export const virtualTools = [
|
|
|
5627
6174
|
side_effects: {},
|
|
5628
6175
|
},
|
|
5629
6176
|
curlExample: null,
|
|
6177
|
+
dependencies: [],
|
|
6178
|
+
oneOfGroups: [],
|
|
6179
|
+
subscriptionRequirements: [
|
|
6180
|
+
{
|
|
6181
|
+
addonService: "f5xc_waap_standard",
|
|
6182
|
+
displayName: "F5XC WAAP Standard",
|
|
6183
|
+
required: false,
|
|
6184
|
+
tier: "standard",
|
|
6185
|
+
},
|
|
6186
|
+
{
|
|
6187
|
+
addonService: "f5xc_waap_advanced",
|
|
6188
|
+
displayName: "F5XC WAAP Advanced",
|
|
6189
|
+
required: false,
|
|
6190
|
+
tier: "advanced",
|
|
6191
|
+
},
|
|
6192
|
+
],
|
|
5630
6193
|
},
|
|
5631
6194
|
{
|
|
5632
6195
|
toolName: "f5xc-api-virtual-rate-limiter-policy-update",
|
|
@@ -5736,6 +6299,44 @@ export const virtualTools = [
|
|
|
5736
6299
|
},
|
|
5737
6300
|
},
|
|
5738
6301
|
curlExample: null,
|
|
6302
|
+
dependencies: [
|
|
6303
|
+
{
|
|
6304
|
+
domain: "",
|
|
6305
|
+
fieldPath: "",
|
|
6306
|
+
inline: false,
|
|
6307
|
+
required: false,
|
|
6308
|
+
resourceType: "rate-limiter-policy",
|
|
6309
|
+
},
|
|
6310
|
+
{
|
|
6311
|
+
domain: "",
|
|
6312
|
+
fieldPath: "metadata",
|
|
6313
|
+
inline: false,
|
|
6314
|
+
required: false,
|
|
6315
|
+
resourceType: "schema-object-replace-meta",
|
|
6316
|
+
},
|
|
6317
|
+
{
|
|
6318
|
+
domain: "",
|
|
6319
|
+
fieldPath: "spec",
|
|
6320
|
+
inline: false,
|
|
6321
|
+
required: false,
|
|
6322
|
+
resourceType: "viewsrate-limiter-policy-replace",
|
|
6323
|
+
},
|
|
6324
|
+
],
|
|
6325
|
+
oneOfGroups: [],
|
|
6326
|
+
subscriptionRequirements: [
|
|
6327
|
+
{
|
|
6328
|
+
addonService: "f5xc_waap_standard",
|
|
6329
|
+
displayName: "F5XC WAAP Standard",
|
|
6330
|
+
required: false,
|
|
6331
|
+
tier: "standard",
|
|
6332
|
+
},
|
|
6333
|
+
{
|
|
6334
|
+
addonService: "f5xc_waap_advanced",
|
|
6335
|
+
displayName: "F5XC WAAP Advanced",
|
|
6336
|
+
required: false,
|
|
6337
|
+
tier: "advanced",
|
|
6338
|
+
},
|
|
6339
|
+
],
|
|
5739
6340
|
},
|
|
5740
6341
|
{
|
|
5741
6342
|
toolName: "f5xc-api-virtual-service-policy-create",
|
|
@@ -5833,6 +6434,44 @@ export const virtualTools = [
|
|
|
5833
6434
|
},
|
|
5834
6435
|
},
|
|
5835
6436
|
curlExample: null,
|
|
6437
|
+
dependencies: [
|
|
6438
|
+
{
|
|
6439
|
+
domain: "network_security",
|
|
6440
|
+
fieldPath: "",
|
|
6441
|
+
inline: false,
|
|
6442
|
+
required: false,
|
|
6443
|
+
resourceType: "service-policy",
|
|
6444
|
+
},
|
|
6445
|
+
{
|
|
6446
|
+
domain: "",
|
|
6447
|
+
fieldPath: "metadata",
|
|
6448
|
+
inline: false,
|
|
6449
|
+
required: false,
|
|
6450
|
+
resourceType: "schema-object-create-meta",
|
|
6451
|
+
},
|
|
6452
|
+
{
|
|
6453
|
+
domain: "",
|
|
6454
|
+
fieldPath: "spec",
|
|
6455
|
+
inline: false,
|
|
6456
|
+
required: false,
|
|
6457
|
+
resourceType: "schemaservice-policy-create",
|
|
6458
|
+
},
|
|
6459
|
+
],
|
|
6460
|
+
oneOfGroups: [],
|
|
6461
|
+
subscriptionRequirements: [
|
|
6462
|
+
{
|
|
6463
|
+
addonService: "f5xc_waap_standard",
|
|
6464
|
+
displayName: "F5XC WAAP Standard",
|
|
6465
|
+
required: false,
|
|
6466
|
+
tier: "standard",
|
|
6467
|
+
},
|
|
6468
|
+
{
|
|
6469
|
+
addonService: "f5xc_waap_advanced",
|
|
6470
|
+
displayName: "F5XC WAAP Advanced",
|
|
6471
|
+
required: false,
|
|
6472
|
+
tier: "advanced",
|
|
6473
|
+
},
|
|
6474
|
+
],
|
|
5836
6475
|
},
|
|
5837
6476
|
{
|
|
5838
6477
|
toolName: "f5xc-api-virtual-service-policy-delete",
|
|
@@ -5940,6 +6579,30 @@ export const virtualTools = [
|
|
|
5940
6579
|
},
|
|
5941
6580
|
},
|
|
5942
6581
|
curlExample: null,
|
|
6582
|
+
dependencies: [
|
|
6583
|
+
{
|
|
6584
|
+
domain: "network_security",
|
|
6585
|
+
fieldPath: "",
|
|
6586
|
+
inline: false,
|
|
6587
|
+
required: false,
|
|
6588
|
+
resourceType: "service-policy",
|
|
6589
|
+
},
|
|
6590
|
+
],
|
|
6591
|
+
oneOfGroups: [],
|
|
6592
|
+
subscriptionRequirements: [
|
|
6593
|
+
{
|
|
6594
|
+
addonService: "f5xc_waap_standard",
|
|
6595
|
+
displayName: "F5XC WAAP Standard",
|
|
6596
|
+
required: false,
|
|
6597
|
+
tier: "standard",
|
|
6598
|
+
},
|
|
6599
|
+
{
|
|
6600
|
+
addonService: "f5xc_waap_advanced",
|
|
6601
|
+
displayName: "F5XC WAAP Advanced",
|
|
6602
|
+
required: false,
|
|
6603
|
+
tier: "advanced",
|
|
6604
|
+
},
|
|
6605
|
+
],
|
|
5943
6606
|
},
|
|
5944
6607
|
{
|
|
5945
6608
|
toolName: "f5xc-api-virtual-service-policy-get",
|
|
@@ -6064,6 +6727,22 @@ export const virtualTools = [
|
|
|
6064
6727
|
side_effects: {},
|
|
6065
6728
|
},
|
|
6066
6729
|
curlExample: null,
|
|
6730
|
+
dependencies: [],
|
|
6731
|
+
oneOfGroups: [],
|
|
6732
|
+
subscriptionRequirements: [
|
|
6733
|
+
{
|
|
6734
|
+
addonService: "f5xc_waap_standard",
|
|
6735
|
+
displayName: "F5XC WAAP Standard",
|
|
6736
|
+
required: false,
|
|
6737
|
+
tier: "standard",
|
|
6738
|
+
},
|
|
6739
|
+
{
|
|
6740
|
+
addonService: "f5xc_waap_advanced",
|
|
6741
|
+
displayName: "F5XC WAAP Advanced",
|
|
6742
|
+
required: false,
|
|
6743
|
+
tier: "advanced",
|
|
6744
|
+
},
|
|
6745
|
+
],
|
|
6067
6746
|
},
|
|
6068
6747
|
{
|
|
6069
6748
|
toolName: "f5xc-api-virtual-service-policy-list",
|
|
@@ -6194,6 +6873,22 @@ export const virtualTools = [
|
|
|
6194
6873
|
side_effects: {},
|
|
6195
6874
|
},
|
|
6196
6875
|
curlExample: null,
|
|
6876
|
+
dependencies: [],
|
|
6877
|
+
oneOfGroups: [],
|
|
6878
|
+
subscriptionRequirements: [
|
|
6879
|
+
{
|
|
6880
|
+
addonService: "f5xc_waap_standard",
|
|
6881
|
+
displayName: "F5XC WAAP Standard",
|
|
6882
|
+
required: false,
|
|
6883
|
+
tier: "standard",
|
|
6884
|
+
},
|
|
6885
|
+
{
|
|
6886
|
+
addonService: "f5xc_waap_advanced",
|
|
6887
|
+
displayName: "F5XC WAAP Advanced",
|
|
6888
|
+
required: false,
|
|
6889
|
+
tier: "advanced",
|
|
6890
|
+
},
|
|
6891
|
+
],
|
|
6197
6892
|
},
|
|
6198
6893
|
{
|
|
6199
6894
|
toolName: "f5xc-api-virtual-service-policy-rule-create",
|
|
@@ -6294,6 +6989,44 @@ export const virtualTools = [
|
|
|
6294
6989
|
},
|
|
6295
6990
|
},
|
|
6296
6991
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/service_policy_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
6992
|
+
dependencies: [
|
|
6993
|
+
{
|
|
6994
|
+
domain: "",
|
|
6995
|
+
fieldPath: "",
|
|
6996
|
+
inline: false,
|
|
6997
|
+
required: false,
|
|
6998
|
+
resourceType: "service-policy-rule",
|
|
6999
|
+
},
|
|
7000
|
+
{
|
|
7001
|
+
domain: "",
|
|
7002
|
+
fieldPath: "metadata",
|
|
7003
|
+
inline: false,
|
|
7004
|
+
required: false,
|
|
7005
|
+
resourceType: "schema-object-create-meta",
|
|
7006
|
+
},
|
|
7007
|
+
{
|
|
7008
|
+
domain: "",
|
|
7009
|
+
fieldPath: "spec",
|
|
7010
|
+
inline: false,
|
|
7011
|
+
required: false,
|
|
7012
|
+
resourceType: "schemaservice-policy-rule-create",
|
|
7013
|
+
},
|
|
7014
|
+
],
|
|
7015
|
+
oneOfGroups: [],
|
|
7016
|
+
subscriptionRequirements: [
|
|
7017
|
+
{
|
|
7018
|
+
addonService: "f5xc_waap_standard",
|
|
7019
|
+
displayName: "F5XC WAAP Standard",
|
|
7020
|
+
required: false,
|
|
7021
|
+
tier: "standard",
|
|
7022
|
+
},
|
|
7023
|
+
{
|
|
7024
|
+
addonService: "f5xc_waap_advanced",
|
|
7025
|
+
displayName: "F5XC WAAP Advanced",
|
|
7026
|
+
required: false,
|
|
7027
|
+
tier: "advanced",
|
|
7028
|
+
},
|
|
7029
|
+
],
|
|
6297
7030
|
},
|
|
6298
7031
|
{
|
|
6299
7032
|
toolName: "f5xc-api-virtual-service-policy-rule-delete",
|
|
@@ -6401,6 +7134,30 @@ export const virtualTools = [
|
|
|
6401
7134
|
},
|
|
6402
7135
|
},
|
|
6403
7136
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/service_policy_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7137
|
+
dependencies: [
|
|
7138
|
+
{
|
|
7139
|
+
domain: "",
|
|
7140
|
+
fieldPath: "",
|
|
7141
|
+
inline: false,
|
|
7142
|
+
required: false,
|
|
7143
|
+
resourceType: "service-policy-rule",
|
|
7144
|
+
},
|
|
7145
|
+
],
|
|
7146
|
+
oneOfGroups: [],
|
|
7147
|
+
subscriptionRequirements: [
|
|
7148
|
+
{
|
|
7149
|
+
addonService: "f5xc_waap_standard",
|
|
7150
|
+
displayName: "F5XC WAAP Standard",
|
|
7151
|
+
required: false,
|
|
7152
|
+
tier: "standard",
|
|
7153
|
+
},
|
|
7154
|
+
{
|
|
7155
|
+
addonService: "f5xc_waap_advanced",
|
|
7156
|
+
displayName: "F5XC WAAP Advanced",
|
|
7157
|
+
required: false,
|
|
7158
|
+
tier: "advanced",
|
|
7159
|
+
},
|
|
7160
|
+
],
|
|
6404
7161
|
},
|
|
6405
7162
|
{
|
|
6406
7163
|
toolName: "f5xc-api-virtual-service-policy-rule-get",
|
|
@@ -6525,6 +7282,22 @@ export const virtualTools = [
|
|
|
6525
7282
|
side_effects: {},
|
|
6526
7283
|
},
|
|
6527
7284
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/service_policy_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7285
|
+
dependencies: [],
|
|
7286
|
+
oneOfGroups: [],
|
|
7287
|
+
subscriptionRequirements: [
|
|
7288
|
+
{
|
|
7289
|
+
addonService: "f5xc_waap_standard",
|
|
7290
|
+
displayName: "F5XC WAAP Standard",
|
|
7291
|
+
required: false,
|
|
7292
|
+
tier: "standard",
|
|
7293
|
+
},
|
|
7294
|
+
{
|
|
7295
|
+
addonService: "f5xc_waap_advanced",
|
|
7296
|
+
displayName: "F5XC WAAP Advanced",
|
|
7297
|
+
required: false,
|
|
7298
|
+
tier: "advanced",
|
|
7299
|
+
},
|
|
7300
|
+
],
|
|
6528
7301
|
},
|
|
6529
7302
|
{
|
|
6530
7303
|
toolName: "f5xc-api-virtual-service-policy-rule-list",
|
|
@@ -6655,6 +7428,22 @@ export const virtualTools = [
|
|
|
6655
7428
|
side_effects: {},
|
|
6656
7429
|
},
|
|
6657
7430
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/service_policy_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7431
|
+
dependencies: [],
|
|
7432
|
+
oneOfGroups: [],
|
|
7433
|
+
subscriptionRequirements: [
|
|
7434
|
+
{
|
|
7435
|
+
addonService: "f5xc_waap_standard",
|
|
7436
|
+
displayName: "F5XC WAAP Standard",
|
|
7437
|
+
required: false,
|
|
7438
|
+
tier: "standard",
|
|
7439
|
+
},
|
|
7440
|
+
{
|
|
7441
|
+
addonService: "f5xc_waap_advanced",
|
|
7442
|
+
displayName: "F5XC WAAP Advanced",
|
|
7443
|
+
required: false,
|
|
7444
|
+
tier: "advanced",
|
|
7445
|
+
},
|
|
7446
|
+
],
|
|
6658
7447
|
},
|
|
6659
7448
|
{
|
|
6660
7449
|
toolName: "f5xc-api-virtual-service-policy-rule-update",
|
|
@@ -6764,6 +7553,44 @@ export const virtualTools = [
|
|
|
6764
7553
|
},
|
|
6765
7554
|
},
|
|
6766
7555
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/service_policy_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7556
|
+
dependencies: [
|
|
7557
|
+
{
|
|
7558
|
+
domain: "",
|
|
7559
|
+
fieldPath: "",
|
|
7560
|
+
inline: false,
|
|
7561
|
+
required: false,
|
|
7562
|
+
resourceType: "service-policy-rule",
|
|
7563
|
+
},
|
|
7564
|
+
{
|
|
7565
|
+
domain: "",
|
|
7566
|
+
fieldPath: "metadata",
|
|
7567
|
+
inline: false,
|
|
7568
|
+
required: false,
|
|
7569
|
+
resourceType: "schema-object-replace-meta",
|
|
7570
|
+
},
|
|
7571
|
+
{
|
|
7572
|
+
domain: "",
|
|
7573
|
+
fieldPath: "spec",
|
|
7574
|
+
inline: false,
|
|
7575
|
+
required: false,
|
|
7576
|
+
resourceType: "schemaservice-policy-rule-replace",
|
|
7577
|
+
},
|
|
7578
|
+
],
|
|
7579
|
+
oneOfGroups: [],
|
|
7580
|
+
subscriptionRequirements: [
|
|
7581
|
+
{
|
|
7582
|
+
addonService: "f5xc_waap_standard",
|
|
7583
|
+
displayName: "F5XC WAAP Standard",
|
|
7584
|
+
required: false,
|
|
7585
|
+
tier: "standard",
|
|
7586
|
+
},
|
|
7587
|
+
{
|
|
7588
|
+
addonService: "f5xc_waap_advanced",
|
|
7589
|
+
displayName: "F5XC WAAP Advanced",
|
|
7590
|
+
required: false,
|
|
7591
|
+
tier: "advanced",
|
|
7592
|
+
},
|
|
7593
|
+
],
|
|
6767
7594
|
},
|
|
6768
7595
|
{
|
|
6769
7596
|
toolName: "f5xc-api-virtual-service-policy-set-get",
|
|
@@ -6886,6 +7713,22 @@ export const virtualTools = [
|
|
|
6886
7713
|
side_effects: {},
|
|
6887
7714
|
},
|
|
6888
7715
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/service_policy_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7716
|
+
dependencies: [],
|
|
7717
|
+
oneOfGroups: [],
|
|
7718
|
+
subscriptionRequirements: [
|
|
7719
|
+
{
|
|
7720
|
+
addonService: "f5xc_waap_standard",
|
|
7721
|
+
displayName: "F5XC WAAP Standard",
|
|
7722
|
+
required: false,
|
|
7723
|
+
tier: "standard",
|
|
7724
|
+
},
|
|
7725
|
+
{
|
|
7726
|
+
addonService: "f5xc_waap_advanced",
|
|
7727
|
+
displayName: "F5XC WAAP Advanced",
|
|
7728
|
+
required: false,
|
|
7729
|
+
tier: "advanced",
|
|
7730
|
+
},
|
|
7731
|
+
],
|
|
6889
7732
|
},
|
|
6890
7733
|
{
|
|
6891
7734
|
toolName: "f5xc-api-virtual-service-policy-set-list",
|
|
@@ -7016,6 +7859,22 @@ export const virtualTools = [
|
|
|
7016
7859
|
side_effects: {},
|
|
7017
7860
|
},
|
|
7018
7861
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/service_policy_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7862
|
+
dependencies: [],
|
|
7863
|
+
oneOfGroups: [],
|
|
7864
|
+
subscriptionRequirements: [
|
|
7865
|
+
{
|
|
7866
|
+
addonService: "f5xc_waap_standard",
|
|
7867
|
+
displayName: "F5XC WAAP Standard",
|
|
7868
|
+
required: false,
|
|
7869
|
+
tier: "standard",
|
|
7870
|
+
},
|
|
7871
|
+
{
|
|
7872
|
+
addonService: "f5xc_waap_advanced",
|
|
7873
|
+
displayName: "F5XC WAAP Advanced",
|
|
7874
|
+
required: false,
|
|
7875
|
+
tier: "advanced",
|
|
7876
|
+
},
|
|
7877
|
+
],
|
|
7019
7878
|
},
|
|
7020
7879
|
{
|
|
7021
7880
|
toolName: "f5xc-api-virtual-service-policy-update",
|
|
@@ -7125,6 +7984,44 @@ export const virtualTools = [
|
|
|
7125
7984
|
},
|
|
7126
7985
|
},
|
|
7127
7986
|
curlExample: null,
|
|
7987
|
+
dependencies: [
|
|
7988
|
+
{
|
|
7989
|
+
domain: "network_security",
|
|
7990
|
+
fieldPath: "",
|
|
7991
|
+
inline: false,
|
|
7992
|
+
required: false,
|
|
7993
|
+
resourceType: "service-policy",
|
|
7994
|
+
},
|
|
7995
|
+
{
|
|
7996
|
+
domain: "",
|
|
7997
|
+
fieldPath: "metadata",
|
|
7998
|
+
inline: false,
|
|
7999
|
+
required: false,
|
|
8000
|
+
resourceType: "schema-object-replace-meta",
|
|
8001
|
+
},
|
|
8002
|
+
{
|
|
8003
|
+
domain: "",
|
|
8004
|
+
fieldPath: "spec",
|
|
8005
|
+
inline: false,
|
|
8006
|
+
required: false,
|
|
8007
|
+
resourceType: "schemaservice-policy-replace",
|
|
8008
|
+
},
|
|
8009
|
+
],
|
|
8010
|
+
oneOfGroups: [],
|
|
8011
|
+
subscriptionRequirements: [
|
|
8012
|
+
{
|
|
8013
|
+
addonService: "f5xc_waap_standard",
|
|
8014
|
+
displayName: "F5XC WAAP Standard",
|
|
8015
|
+
required: false,
|
|
8016
|
+
tier: "standard",
|
|
8017
|
+
},
|
|
8018
|
+
{
|
|
8019
|
+
addonService: "f5xc_waap_advanced",
|
|
8020
|
+
displayName: "F5XC WAAP Advanced",
|
|
8021
|
+
required: false,
|
|
8022
|
+
tier: "advanced",
|
|
8023
|
+
},
|
|
8024
|
+
],
|
|
7128
8025
|
},
|
|
7129
8026
|
{
|
|
7130
8027
|
toolName: "f5xc-api-virtual-sources-openapi-schema-get",
|
|
@@ -7253,6 +8150,9 @@ export const virtualTools = [
|
|
|
7253
8150
|
side_effects: {},
|
|
7254
8151
|
},
|
|
7255
8152
|
curlExample: null,
|
|
8153
|
+
dependencies: [],
|
|
8154
|
+
oneOfGroups: [],
|
|
8155
|
+
subscriptionRequirements: [],
|
|
7256
8156
|
},
|
|
7257
8157
|
{
|
|
7258
8158
|
toolName: "f5xc-api-virtual-stat-get",
|
|
@@ -7356,6 +8256,9 @@ export const virtualTools = [
|
|
|
7356
8256
|
side_effects: {},
|
|
7357
8257
|
},
|
|
7358
8258
|
curlExample: null,
|
|
8259
|
+
dependencies: [],
|
|
8260
|
+
oneOfGroups: [],
|
|
8261
|
+
subscriptionRequirements: [],
|
|
7359
8262
|
},
|
|
7360
8263
|
{
|
|
7361
8264
|
toolName: "f5xc-api-virtual-subscribe-create",
|
|
@@ -7439,6 +8342,9 @@ export const virtualTools = [
|
|
|
7439
8342
|
},
|
|
7440
8343
|
},
|
|
7441
8344
|
curlExample: null,
|
|
8345
|
+
dependencies: [],
|
|
8346
|
+
oneOfGroups: [],
|
|
8347
|
+
subscriptionRequirements: [],
|
|
7442
8348
|
},
|
|
7443
8349
|
{
|
|
7444
8350
|
toolName: "f5xc-api-virtual-swagger-spec-get",
|
|
@@ -7542,6 +8448,9 @@ export const virtualTools = [
|
|
|
7542
8448
|
side_effects: {},
|
|
7543
8449
|
},
|
|
7544
8450
|
curlExample: null,
|
|
8451
|
+
dependencies: [],
|
|
8452
|
+
oneOfGroups: [],
|
|
8453
|
+
subscriptionRequirements: [],
|
|
7545
8454
|
},
|
|
7546
8455
|
{
|
|
7547
8456
|
toolName: "f5xc-api-virtual-tcp-loadbalancer-create",
|
|
@@ -7642,6 +8551,31 @@ export const virtualTools = [
|
|
|
7642
8551
|
},
|
|
7643
8552
|
},
|
|
7644
8553
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tcp_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @tcp-lb.json\n',
|
|
8554
|
+
dependencies: [
|
|
8555
|
+
{
|
|
8556
|
+
domain: "virtual",
|
|
8557
|
+
fieldPath: "",
|
|
8558
|
+
inline: false,
|
|
8559
|
+
required: false,
|
|
8560
|
+
resourceType: "tcp-loadbalancer",
|
|
8561
|
+
},
|
|
8562
|
+
{
|
|
8563
|
+
domain: "",
|
|
8564
|
+
fieldPath: "metadata",
|
|
8565
|
+
inline: false,
|
|
8566
|
+
required: false,
|
|
8567
|
+
resourceType: "schema-object-create-meta",
|
|
8568
|
+
},
|
|
8569
|
+
{
|
|
8570
|
+
domain: "",
|
|
8571
|
+
fieldPath: "spec",
|
|
8572
|
+
inline: false,
|
|
8573
|
+
required: false,
|
|
8574
|
+
resourceType: "viewstcp-loadbalancer-create",
|
|
8575
|
+
},
|
|
8576
|
+
],
|
|
8577
|
+
oneOfGroups: [],
|
|
8578
|
+
subscriptionRequirements: [],
|
|
7645
8579
|
},
|
|
7646
8580
|
{
|
|
7647
8581
|
toolName: "f5xc-api-virtual-tcp-loadbalancer-delete",
|
|
@@ -7749,6 +8683,17 @@ export const virtualTools = [
|
|
|
7749
8683
|
},
|
|
7750
8684
|
},
|
|
7751
8685
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tcp_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @tcp-lb.json\n',
|
|
8686
|
+
dependencies: [
|
|
8687
|
+
{
|
|
8688
|
+
domain: "virtual",
|
|
8689
|
+
fieldPath: "",
|
|
8690
|
+
inline: false,
|
|
8691
|
+
required: false,
|
|
8692
|
+
resourceType: "tcp-loadbalancer",
|
|
8693
|
+
},
|
|
8694
|
+
],
|
|
8695
|
+
oneOfGroups: [],
|
|
8696
|
+
subscriptionRequirements: [],
|
|
7752
8697
|
},
|
|
7753
8698
|
{
|
|
7754
8699
|
toolName: "f5xc-api-virtual-tcp-loadbalancer-get",
|
|
@@ -7873,6 +8818,9 @@ export const virtualTools = [
|
|
|
7873
8818
|
side_effects: {},
|
|
7874
8819
|
},
|
|
7875
8820
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tcp_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @tcp-lb.json\n',
|
|
8821
|
+
dependencies: [],
|
|
8822
|
+
oneOfGroups: [],
|
|
8823
|
+
subscriptionRequirements: [],
|
|
7876
8824
|
},
|
|
7877
8825
|
{
|
|
7878
8826
|
toolName: "f5xc-api-virtual-tcp-loadbalancer-list",
|
|
@@ -8003,6 +8951,9 @@ export const virtualTools = [
|
|
|
8003
8951
|
side_effects: {},
|
|
8004
8952
|
},
|
|
8005
8953
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tcp_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @tcp-lb.json\n',
|
|
8954
|
+
dependencies: [],
|
|
8955
|
+
oneOfGroups: [],
|
|
8956
|
+
subscriptionRequirements: [],
|
|
8006
8957
|
},
|
|
8007
8958
|
{
|
|
8008
8959
|
toolName: "f5xc-api-virtual-tcp-loadbalancer-update",
|
|
@@ -8112,6 +9063,31 @@ export const virtualTools = [
|
|
|
8112
9063
|
},
|
|
8113
9064
|
},
|
|
8114
9065
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tcp_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @tcp-lb.json\n',
|
|
9066
|
+
dependencies: [
|
|
9067
|
+
{
|
|
9068
|
+
domain: "virtual",
|
|
9069
|
+
fieldPath: "",
|
|
9070
|
+
inline: false,
|
|
9071
|
+
required: false,
|
|
9072
|
+
resourceType: "tcp-loadbalancer",
|
|
9073
|
+
},
|
|
9074
|
+
{
|
|
9075
|
+
domain: "",
|
|
9076
|
+
fieldPath: "metadata",
|
|
9077
|
+
inline: false,
|
|
9078
|
+
required: false,
|
|
9079
|
+
resourceType: "schema-object-replace-meta",
|
|
9080
|
+
},
|
|
9081
|
+
{
|
|
9082
|
+
domain: "",
|
|
9083
|
+
fieldPath: "spec",
|
|
9084
|
+
inline: false,
|
|
9085
|
+
required: false,
|
|
9086
|
+
resourceType: "viewstcp-loadbalancer-replace",
|
|
9087
|
+
},
|
|
9088
|
+
],
|
|
9089
|
+
oneOfGroups: [],
|
|
9090
|
+
subscriptionRequirements: [],
|
|
8115
9091
|
},
|
|
8116
9092
|
{
|
|
8117
9093
|
toolName: "f5xc-api-virtual-top-active-create",
|
|
@@ -8221,6 +9197,17 @@ export const virtualTools = [
|
|
|
8221
9197
|
},
|
|
8222
9198
|
},
|
|
8223
9199
|
curlExample: null,
|
|
9200
|
+
dependencies: [
|
|
9201
|
+
{
|
|
9202
|
+
domain: "",
|
|
9203
|
+
fieldPath: "top_by_metric",
|
|
9204
|
+
inline: false,
|
|
9205
|
+
required: false,
|
|
9206
|
+
resourceType: "virtual-host-apiepactivity-metric",
|
|
9207
|
+
},
|
|
9208
|
+
],
|
|
9209
|
+
oneOfGroups: [],
|
|
9210
|
+
subscriptionRequirements: [],
|
|
8224
9211
|
},
|
|
8225
9212
|
{
|
|
8226
9213
|
toolName: "f5xc-api-virtual-top-sensitive-data-create",
|
|
@@ -8333,6 +9320,9 @@ export const virtualTools = [
|
|
|
8333
9320
|
},
|
|
8334
9321
|
},
|
|
8335
9322
|
curlExample: null,
|
|
9323
|
+
dependencies: [],
|
|
9324
|
+
oneOfGroups: [],
|
|
9325
|
+
subscriptionRequirements: [],
|
|
8336
9326
|
},
|
|
8337
9327
|
{
|
|
8338
9328
|
toolName: "f5xc-api-virtual-udp-loadbalancer-create",
|
|
@@ -8433,6 +9423,31 @@ export const virtualTools = [
|
|
|
8433
9423
|
},
|
|
8434
9424
|
},
|
|
8435
9425
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/udp_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
9426
|
+
dependencies: [
|
|
9427
|
+
{
|
|
9428
|
+
domain: "",
|
|
9429
|
+
fieldPath: "",
|
|
9430
|
+
inline: false,
|
|
9431
|
+
required: false,
|
|
9432
|
+
resourceType: "udp-loadbalancer",
|
|
9433
|
+
},
|
|
9434
|
+
{
|
|
9435
|
+
domain: "",
|
|
9436
|
+
fieldPath: "metadata",
|
|
9437
|
+
inline: false,
|
|
9438
|
+
required: false,
|
|
9439
|
+
resourceType: "schema-object-create-meta",
|
|
9440
|
+
},
|
|
9441
|
+
{
|
|
9442
|
+
domain: "",
|
|
9443
|
+
fieldPath: "spec",
|
|
9444
|
+
inline: false,
|
|
9445
|
+
required: false,
|
|
9446
|
+
resourceType: "viewsudp-loadbalancer-create",
|
|
9447
|
+
},
|
|
9448
|
+
],
|
|
9449
|
+
oneOfGroups: [],
|
|
9450
|
+
subscriptionRequirements: [],
|
|
8436
9451
|
},
|
|
8437
9452
|
{
|
|
8438
9453
|
toolName: "f5xc-api-virtual-udp-loadbalancer-delete",
|
|
@@ -8540,6 +9555,17 @@ export const virtualTools = [
|
|
|
8540
9555
|
},
|
|
8541
9556
|
},
|
|
8542
9557
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/udp_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
9558
|
+
dependencies: [
|
|
9559
|
+
{
|
|
9560
|
+
domain: "",
|
|
9561
|
+
fieldPath: "",
|
|
9562
|
+
inline: false,
|
|
9563
|
+
required: false,
|
|
9564
|
+
resourceType: "udp-loadbalancer",
|
|
9565
|
+
},
|
|
9566
|
+
],
|
|
9567
|
+
oneOfGroups: [],
|
|
9568
|
+
subscriptionRequirements: [],
|
|
8543
9569
|
},
|
|
8544
9570
|
{
|
|
8545
9571
|
toolName: "f5xc-api-virtual-udp-loadbalancer-get",
|
|
@@ -8664,6 +9690,9 @@ export const virtualTools = [
|
|
|
8664
9690
|
side_effects: {},
|
|
8665
9691
|
},
|
|
8666
9692
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/udp_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
9693
|
+
dependencies: [],
|
|
9694
|
+
oneOfGroups: [],
|
|
9695
|
+
subscriptionRequirements: [],
|
|
8667
9696
|
},
|
|
8668
9697
|
{
|
|
8669
9698
|
toolName: "f5xc-api-virtual-udp-loadbalancer-list",
|
|
@@ -8794,6 +9823,9 @@ export const virtualTools = [
|
|
|
8794
9823
|
side_effects: {},
|
|
8795
9824
|
},
|
|
8796
9825
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/udp_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
9826
|
+
dependencies: [],
|
|
9827
|
+
oneOfGroups: [],
|
|
9828
|
+
subscriptionRequirements: [],
|
|
8797
9829
|
},
|
|
8798
9830
|
{
|
|
8799
9831
|
toolName: "f5xc-api-virtual-udp-loadbalancer-update",
|
|
@@ -8903,6 +9935,31 @@ export const virtualTools = [
|
|
|
8903
9935
|
},
|
|
8904
9936
|
},
|
|
8905
9937
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/udp_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
9938
|
+
dependencies: [
|
|
9939
|
+
{
|
|
9940
|
+
domain: "",
|
|
9941
|
+
fieldPath: "",
|
|
9942
|
+
inline: false,
|
|
9943
|
+
required: false,
|
|
9944
|
+
resourceType: "udp-loadbalancer",
|
|
9945
|
+
},
|
|
9946
|
+
{
|
|
9947
|
+
domain: "",
|
|
9948
|
+
fieldPath: "metadata",
|
|
9949
|
+
inline: false,
|
|
9950
|
+
required: false,
|
|
9951
|
+
resourceType: "schema-object-replace-meta",
|
|
9952
|
+
},
|
|
9953
|
+
{
|
|
9954
|
+
domain: "",
|
|
9955
|
+
fieldPath: "spec",
|
|
9956
|
+
inline: false,
|
|
9957
|
+
required: false,
|
|
9958
|
+
resourceType: "viewsudp-loadbalancer-replace",
|
|
9959
|
+
},
|
|
9960
|
+
],
|
|
9961
|
+
oneOfGroups: [],
|
|
9962
|
+
subscriptionRequirements: [],
|
|
8906
9963
|
},
|
|
8907
9964
|
{
|
|
8908
9965
|
toolName: "f5xc-api-virtual-unlink-ticket-create",
|
|
@@ -9010,6 +10067,15 @@ export const virtualTools = [
|
|
|
9010
10067
|
},
|
|
9011
10068
|
},
|
|
9012
10069
|
curlExample: null,
|
|
10070
|
+
dependencies: [],
|
|
10071
|
+
oneOfGroups: [
|
|
10072
|
+
{
|
|
10073
|
+
choiceField: "unlink_choice",
|
|
10074
|
+
fieldPath: "unlink_choice",
|
|
10075
|
+
options: ["label_filter", "ticket_uid"],
|
|
10076
|
+
},
|
|
10077
|
+
],
|
|
10078
|
+
subscriptionRequirements: [],
|
|
9013
10079
|
},
|
|
9014
10080
|
{
|
|
9015
10081
|
toolName: "f5xc-api-virtual-unmerge-sources-openapi-schema-create",
|
|
@@ -9120,6 +10186,9 @@ export const virtualTools = [
|
|
|
9120
10186
|
},
|
|
9121
10187
|
},
|
|
9122
10188
|
curlExample: null,
|
|
10189
|
+
dependencies: [],
|
|
10190
|
+
oneOfGroups: [],
|
|
10191
|
+
subscriptionRequirements: [],
|
|
9123
10192
|
},
|
|
9124
10193
|
{
|
|
9125
10194
|
toolName: "f5xc-api-virtual-unsubscribe-create",
|
|
@@ -9203,6 +10272,9 @@ export const virtualTools = [
|
|
|
9203
10272
|
},
|
|
9204
10273
|
},
|
|
9205
10274
|
curlExample: null,
|
|
10275
|
+
dependencies: [],
|
|
10276
|
+
oneOfGroups: [],
|
|
10277
|
+
subscriptionRequirements: [],
|
|
9206
10278
|
},
|
|
9207
10279
|
{
|
|
9208
10280
|
toolName: "f5xc-api-virtual-update-schema-create",
|
|
@@ -9312,6 +10384,9 @@ export const virtualTools = [
|
|
|
9312
10384
|
},
|
|
9313
10385
|
},
|
|
9314
10386
|
curlExample: null,
|
|
10387
|
+
dependencies: [],
|
|
10388
|
+
oneOfGroups: [],
|
|
10389
|
+
subscriptionRequirements: [],
|
|
9315
10390
|
},
|
|
9316
10391
|
{
|
|
9317
10392
|
toolName: "f5xc-api-virtual-update-state-create",
|
|
@@ -9421,6 +10496,15 @@ export const virtualTools = [
|
|
|
9421
10496
|
},
|
|
9422
10497
|
},
|
|
9423
10498
|
curlExample: null,
|
|
10499
|
+
dependencies: [],
|
|
10500
|
+
oneOfGroups: [
|
|
10501
|
+
{
|
|
10502
|
+
choiceField: "context",
|
|
10503
|
+
fieldPath: "context",
|
|
10504
|
+
options: ["api_endpoint"],
|
|
10505
|
+
},
|
|
10506
|
+
],
|
|
10507
|
+
subscriptionRequirements: [],
|
|
9424
10508
|
},
|
|
9425
10509
|
{
|
|
9426
10510
|
toolName: "f5xc-api-virtual-virtual-host-create",
|
|
@@ -9518,6 +10602,31 @@ export const virtualTools = [
|
|
|
9518
10602
|
},
|
|
9519
10603
|
},
|
|
9520
10604
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_hosts" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
10605
|
+
dependencies: [
|
|
10606
|
+
{
|
|
10607
|
+
domain: "virtual",
|
|
10608
|
+
fieldPath: "",
|
|
10609
|
+
inline: false,
|
|
10610
|
+
required: false,
|
|
10611
|
+
resourceType: "virtual-host",
|
|
10612
|
+
},
|
|
10613
|
+
{
|
|
10614
|
+
domain: "",
|
|
10615
|
+
fieldPath: "metadata",
|
|
10616
|
+
inline: false,
|
|
10617
|
+
required: false,
|
|
10618
|
+
resourceType: "schema-object-create-meta",
|
|
10619
|
+
},
|
|
10620
|
+
{
|
|
10621
|
+
domain: "",
|
|
10622
|
+
fieldPath: "spec",
|
|
10623
|
+
inline: false,
|
|
10624
|
+
required: false,
|
|
10625
|
+
resourceType: "schemavirtual-host-create",
|
|
10626
|
+
},
|
|
10627
|
+
],
|
|
10628
|
+
oneOfGroups: [],
|
|
10629
|
+
subscriptionRequirements: [],
|
|
9521
10630
|
},
|
|
9522
10631
|
{
|
|
9523
10632
|
toolName: "f5xc-api-virtual-virtual-host-delete",
|
|
@@ -9625,6 +10734,17 @@ export const virtualTools = [
|
|
|
9625
10734
|
},
|
|
9626
10735
|
},
|
|
9627
10736
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_hosts" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
10737
|
+
dependencies: [
|
|
10738
|
+
{
|
|
10739
|
+
domain: "virtual",
|
|
10740
|
+
fieldPath: "",
|
|
10741
|
+
inline: false,
|
|
10742
|
+
required: false,
|
|
10743
|
+
resourceType: "virtual-host",
|
|
10744
|
+
},
|
|
10745
|
+
],
|
|
10746
|
+
oneOfGroups: [],
|
|
10747
|
+
subscriptionRequirements: [],
|
|
9628
10748
|
},
|
|
9629
10749
|
{
|
|
9630
10750
|
toolName: "f5xc-api-virtual-virtual-host-get",
|
|
@@ -9749,6 +10869,9 @@ export const virtualTools = [
|
|
|
9749
10869
|
side_effects: {},
|
|
9750
10870
|
},
|
|
9751
10871
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_hosts" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
10872
|
+
dependencies: [],
|
|
10873
|
+
oneOfGroups: [],
|
|
10874
|
+
subscriptionRequirements: [],
|
|
9752
10875
|
},
|
|
9753
10876
|
{
|
|
9754
10877
|
toolName: "f5xc-api-virtual-virtual-host-list",
|
|
@@ -9879,6 +11002,9 @@ export const virtualTools = [
|
|
|
9879
11002
|
side_effects: {},
|
|
9880
11003
|
},
|
|
9881
11004
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_hosts" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
11005
|
+
dependencies: [],
|
|
11006
|
+
oneOfGroups: [],
|
|
11007
|
+
subscriptionRequirements: [],
|
|
9882
11008
|
},
|
|
9883
11009
|
{
|
|
9884
11010
|
toolName: "f5xc-api-virtual-virtual-host-update",
|
|
@@ -9988,6 +11114,31 @@ export const virtualTools = [
|
|
|
9988
11114
|
},
|
|
9989
11115
|
},
|
|
9990
11116
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_hosts" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
11117
|
+
dependencies: [
|
|
11118
|
+
{
|
|
11119
|
+
domain: "virtual",
|
|
11120
|
+
fieldPath: "",
|
|
11121
|
+
inline: false,
|
|
11122
|
+
required: false,
|
|
11123
|
+
resourceType: "virtual-host",
|
|
11124
|
+
},
|
|
11125
|
+
{
|
|
11126
|
+
domain: "",
|
|
11127
|
+
fieldPath: "metadata",
|
|
11128
|
+
inline: false,
|
|
11129
|
+
required: false,
|
|
11130
|
+
resourceType: "schema-object-replace-meta",
|
|
11131
|
+
},
|
|
11132
|
+
{
|
|
11133
|
+
domain: "",
|
|
11134
|
+
fieldPath: "spec",
|
|
11135
|
+
inline: false,
|
|
11136
|
+
required: false,
|
|
11137
|
+
resourceType: "schemavirtual-host-replace",
|
|
11138
|
+
},
|
|
11139
|
+
],
|
|
11140
|
+
oneOfGroups: [],
|
|
11141
|
+
subscriptionRequirements: [],
|
|
9991
11142
|
},
|
|
9992
11143
|
{
|
|
9993
11144
|
toolName: "f5xc-api-virtual-vulnerabilitie-create",
|
|
@@ -10097,6 +11248,15 @@ export const virtualTools = [
|
|
|
10097
11248
|
},
|
|
10098
11249
|
},
|
|
10099
11250
|
curlExample: null,
|
|
11251
|
+
dependencies: [],
|
|
11252
|
+
oneOfGroups: [
|
|
11253
|
+
{
|
|
11254
|
+
choiceField: "context",
|
|
11255
|
+
fieldPath: "context",
|
|
11256
|
+
options: ["api_endpoint"],
|
|
11257
|
+
},
|
|
11258
|
+
],
|
|
11259
|
+
subscriptionRequirements: [],
|
|
10100
11260
|
},
|
|
10101
11261
|
];
|
|
10102
11262
|
export default virtualTools;
|