@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.
Files changed (143) hide show
  1. package/dist/generator/dependency-extractor.d.ts +103 -0
  2. package/dist/generator/dependency-extractor.d.ts.map +1 -0
  3. package/dist/generator/dependency-extractor.js +473 -0
  4. package/dist/generator/dependency-extractor.js.map +1 -0
  5. package/dist/generator/dependency-graph.d.ts +67 -0
  6. package/dist/generator/dependency-graph.d.ts.map +1 -0
  7. package/dist/generator/dependency-graph.js +330 -0
  8. package/dist/generator/dependency-graph.js.map +1 -0
  9. package/dist/generator/dependency-types.d.ts +206 -0
  10. package/dist/generator/dependency-types.d.ts.map +1 -0
  11. package/dist/generator/dependency-types.js +37 -0
  12. package/dist/generator/dependency-types.js.map +1 -0
  13. package/dist/generator/openapi-parser.d.ts +7 -0
  14. package/dist/generator/openapi-parser.d.ts.map +1 -1
  15. package/dist/generator/openapi-parser.js +41 -0
  16. package/dist/generator/openapi-parser.js.map +1 -1
  17. package/dist/generator/tool-generator.d.ts +17 -0
  18. package/dist/generator/tool-generator.d.ts.map +1 -1
  19. package/dist/generator/tool-generator.js +25 -0
  20. package/dist/generator/tool-generator.js.map +1 -1
  21. package/dist/tools/discovery/dependencies.d.ts +113 -0
  22. package/dist/tools/discovery/dependencies.d.ts.map +1 -0
  23. package/dist/tools/discovery/dependencies.js +258 -0
  24. package/dist/tools/discovery/dependencies.js.map +1 -0
  25. package/dist/tools/discovery/index.d.ts +33 -0
  26. package/dist/tools/discovery/index.d.ts.map +1 -1
  27. package/dist/tools/discovery/index.js +43 -0
  28. package/dist/tools/discovery/index.js.map +1 -1
  29. package/dist/tools/generated/admin_console_and_ui/index.d.ts.map +1 -1
  30. package/dist/tools/generated/admin_console_and_ui/index.js +6 -0
  31. package/dist/tools/generated/admin_console_and_ui/index.js.map +1 -1
  32. package/dist/tools/generated/api/index.d.ts.map +1 -1
  33. package/dist/tools/generated/api/index.js +1206 -2
  34. package/dist/tools/generated/api/index.js.map +1 -1
  35. package/dist/tools/generated/authentication/index.d.ts.map +1 -1
  36. package/dist/tools/generated/authentication/index.js +49 -0
  37. package/dist/tools/generated/authentication/index.js.map +1 -1
  38. package/dist/tools/generated/bigip/index.d.ts.map +1 -1
  39. package/dist/tools/generated/bigip/index.js +319 -0
  40. package/dist/tools/generated/bigip/index.js.map +1 -1
  41. package/dist/tools/generated/billing_and_usage/index.d.ts.map +1 -1
  42. package/dist/tools/generated/billing_and_usage/index.js +169 -0
  43. package/dist/tools/generated/billing_and_usage/index.js.map +1 -1
  44. package/dist/tools/generated/blindfold/index.d.ts.map +1 -1
  45. package/dist/tools/generated/blindfold/index.js +328 -0
  46. package/dist/tools/generated/blindfold/index.js.map +1 -1
  47. package/dist/tools/generated/bot_and_threat_defense/index.d.ts.map +1 -1
  48. package/dist/tools/generated/bot_and_threat_defense/index.js +482 -0
  49. package/dist/tools/generated/bot_and_threat_defense/index.js.map +1 -1
  50. package/dist/tools/generated/cdn/index.d.ts.map +1 -1
  51. package/dist/tools/generated/cdn/index.js +347 -0
  52. package/dist/tools/generated/cdn/index.js.map +1 -1
  53. package/dist/tools/generated/ce_management/index.d.ts.map +1 -1
  54. package/dist/tools/generated/ce_management/index.js +375 -0
  55. package/dist/tools/generated/ce_management/index.js.map +1 -1
  56. package/dist/tools/generated/certificates/index.d.ts.map +1 -1
  57. package/dist/tools/generated/certificates/index.js +268 -0
  58. package/dist/tools/generated/certificates/index.js.map +1 -1
  59. package/dist/tools/generated/cloud_infrastructure/index.d.ts.map +1 -1
  60. package/dist/tools/generated/cloud_infrastructure/index.js +374 -0
  61. package/dist/tools/generated/cloud_infrastructure/index.js.map +1 -1
  62. package/dist/tools/generated/container_services/index.d.ts.map +1 -1
  63. package/dist/tools/generated/container_services/index.js +212 -0
  64. package/dist/tools/generated/container_services/index.js.map +1 -1
  65. package/dist/tools/generated/data_and_privacy_security/index.d.ts.map +1 -1
  66. package/dist/tools/generated/data_and_privacy_security/index.js +143 -0
  67. package/dist/tools/generated/data_and_privacy_security/index.js.map +1 -1
  68. package/dist/tools/generated/data_intelligence/index.d.ts.map +1 -1
  69. package/dist/tools/generated/data_intelligence/index.js +105 -0
  70. package/dist/tools/generated/data_intelligence/index.js.map +1 -1
  71. package/dist/tools/generated/ddos/index.d.ts.map +1 -1
  72. package/dist/tools/generated/ddos/index.js +664 -0
  73. package/dist/tools/generated/ddos/index.js.map +1 -1
  74. package/dist/tools/generated/dns/index.d.ts.map +1 -1
  75. package/dist/tools/generated/dns/index.js +492 -0
  76. package/dist/tools/generated/dns/index.js.map +1 -1
  77. package/dist/tools/generated/generative_ai/index.d.ts.map +1 -1
  78. package/dist/tools/generated/generative_ai/index.js +47 -0
  79. package/dist/tools/generated/generative_ai/index.js.map +1 -1
  80. package/dist/tools/generated/managed_kubernetes/index.d.ts.map +1 -1
  81. package/dist/tools/generated/managed_kubernetes/index.js +510 -0
  82. package/dist/tools/generated/managed_kubernetes/index.js.map +1 -1
  83. package/dist/tools/generated/marketplace/index.d.ts.map +1 -1
  84. package/dist/tools/generated/marketplace/index.js +307 -0
  85. package/dist/tools/generated/marketplace/index.js.map +1 -1
  86. package/dist/tools/generated/network/index.d.ts.map +1 -1
  87. package/dist/tools/generated/network/index.js +1292 -0
  88. package/dist/tools/generated/network/index.js.map +1 -1
  89. package/dist/tools/generated/network_security/index.d.ts.map +1 -1
  90. package/dist/tools/generated/network_security/index.js +1819 -9
  91. package/dist/tools/generated/network_security/index.js.map +1 -1
  92. package/dist/tools/generated/nginx_one/index.d.ts.map +1 -1
  93. package/dist/tools/generated/nginx_one/index.js +94 -0
  94. package/dist/tools/generated/nginx_one/index.js.map +1 -1
  95. package/dist/tools/generated/object_storage/index.d.ts.map +1 -1
  96. package/dist/tools/generated/object_storage/index.js +32 -0
  97. package/dist/tools/generated/object_storage/index.js.map +1 -1
  98. package/dist/tools/generated/observability/index.d.ts.map +1 -1
  99. package/dist/tools/generated/observability/index.js +265 -0
  100. package/dist/tools/generated/observability/index.js.map +1 -1
  101. package/dist/tools/generated/rate_limiting/index.d.ts.map +1 -1
  102. package/dist/tools/generated/rate_limiting/index.js +396 -0
  103. package/dist/tools/generated/rate_limiting/index.js.map +1 -1
  104. package/dist/tools/generated/secops_and_incident_response/index.d.ts.map +1 -1
  105. package/dist/tools/generated/secops_and_incident_response/index.js +132 -0
  106. package/dist/tools/generated/secops_and_incident_response/index.js.map +1 -1
  107. package/dist/tools/generated/service_mesh/index.d.ts.map +1 -1
  108. package/dist/tools/generated/service_mesh/index.js +1062 -0
  109. package/dist/tools/generated/service_mesh/index.js.map +1 -1
  110. package/dist/tools/generated/shape/index.d.ts.map +1 -1
  111. package/dist/tools/generated/shape/index.js +917 -0
  112. package/dist/tools/generated/shape/index.js.map +1 -1
  113. package/dist/tools/generated/sites/index.d.ts.map +1 -1
  114. package/dist/tools/generated/sites/index.js +1666 -0
  115. package/dist/tools/generated/sites/index.js.map +1 -1
  116. package/dist/tools/generated/statistics/index.d.ts.map +1 -1
  117. package/dist/tools/generated/statistics/index.js +574 -0
  118. package/dist/tools/generated/statistics/index.js.map +1 -1
  119. package/dist/tools/generated/support/index.d.ts.map +1 -1
  120. package/dist/tools/generated/support/index.js +274 -0
  121. package/dist/tools/generated/support/index.js.map +1 -1
  122. package/dist/tools/generated/telemetry_and_insights/index.d.ts.map +1 -1
  123. package/dist/tools/generated/telemetry_and_insights/index.js +100 -0
  124. package/dist/tools/generated/telemetry_and_insights/index.js.map +1 -1
  125. package/dist/tools/generated/tenant_and_identity/index.d.ts.map +1 -1
  126. package/dist/tools/generated/tenant_and_identity/index.js +1378 -0
  127. package/dist/tools/generated/tenant_and_identity/index.js.map +1 -1
  128. package/dist/tools/generated/threat_campaign/index.d.ts.map +1 -1
  129. package/dist/tools/generated/threat_campaign/index.js +3 -0
  130. package/dist/tools/generated/threat_campaign/index.js.map +1 -1
  131. package/dist/tools/generated/users/index.d.ts.map +1 -1
  132. package/dist/tools/generated/users/index.js +139 -0
  133. package/dist/tools/generated/users/index.js.map +1 -1
  134. package/dist/tools/generated/virtual/index.d.ts.map +1 -1
  135. package/dist/tools/generated/virtual/index.js +1160 -0
  136. package/dist/tools/generated/virtual/index.js.map +1 -1
  137. package/dist/tools/generated/vpm_and_node_management/index.d.ts.map +1 -1
  138. package/dist/tools/generated/vpm_and_node_management/index.js +3 -0
  139. package/dist/tools/generated/vpm_and_node_management/index.js.map +1 -1
  140. package/dist/tools/generated/waf/index.d.ts.map +1 -1
  141. package/dist/tools/generated/waf/index.js +784 -0
  142. package/dist/tools/generated/waf/index.js.map +1 -1
  143. package/package.json +1 -1
@@ -102,6 +102,31 @@ export const networkTools = [
102
102
  },
103
103
  },
104
104
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/address_allocators" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
105
+ dependencies: [
106
+ {
107
+ domain: "",
108
+ fieldPath: "",
109
+ inline: false,
110
+ required: false,
111
+ resourceType: "address-allocator",
112
+ },
113
+ {
114
+ domain: "",
115
+ fieldPath: "metadata",
116
+ inline: false,
117
+ required: false,
118
+ resourceType: "schema-object-create-meta",
119
+ },
120
+ {
121
+ domain: "",
122
+ fieldPath: "spec",
123
+ inline: false,
124
+ required: false,
125
+ resourceType: "address-allocator-create",
126
+ },
127
+ ],
128
+ oneOfGroups: [],
129
+ subscriptionRequirements: [],
105
130
  },
106
131
  {
107
132
  toolName: "f5xc-api-network-address-allocator-delete",
@@ -209,6 +234,17 @@ export const networkTools = [
209
234
  },
210
235
  },
211
236
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/address_allocators" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
237
+ dependencies: [
238
+ {
239
+ domain: "",
240
+ fieldPath: "",
241
+ inline: false,
242
+ required: false,
243
+ resourceType: "address-allocator",
244
+ },
245
+ ],
246
+ oneOfGroups: [],
247
+ subscriptionRequirements: [],
212
248
  },
213
249
  {
214
250
  toolName: "f5xc-api-network-address-allocator-get",
@@ -332,6 +368,9 @@ export const networkTools = [
332
368
  side_effects: {},
333
369
  },
334
370
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/address_allocators" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
371
+ dependencies: [],
372
+ oneOfGroups: [],
373
+ subscriptionRequirements: [],
335
374
  },
336
375
  {
337
376
  toolName: "f5xc-api-network-address-allocator-list",
@@ -462,6 +501,9 @@ export const networkTools = [
462
501
  side_effects: {},
463
502
  },
464
503
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/address_allocators" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
504
+ dependencies: [],
505
+ oneOfGroups: [],
506
+ subscriptionRequirements: [],
465
507
  },
466
508
  {
467
509
  toolName: "f5xc-api-network-advertise-policy-create",
@@ -562,6 +604,31 @@ export const networkTools = [
562
604
  },
563
605
  },
564
606
  curlExample: null,
607
+ dependencies: [
608
+ {
609
+ domain: "",
610
+ fieldPath: "",
611
+ inline: false,
612
+ required: false,
613
+ resourceType: "advertise-policy",
614
+ },
615
+ {
616
+ domain: "",
617
+ fieldPath: "metadata",
618
+ inline: false,
619
+ required: false,
620
+ resourceType: "schema-object-create-meta",
621
+ },
622
+ {
623
+ domain: "",
624
+ fieldPath: "spec",
625
+ inline: false,
626
+ required: false,
627
+ resourceType: "advertise-policy-create",
628
+ },
629
+ ],
630
+ oneOfGroups: [],
631
+ subscriptionRequirements: [],
565
632
  },
566
633
  {
567
634
  toolName: "f5xc-api-network-advertise-policy-delete",
@@ -669,6 +736,17 @@ export const networkTools = [
669
736
  },
670
737
  },
671
738
  curlExample: null,
739
+ dependencies: [
740
+ {
741
+ domain: "",
742
+ fieldPath: "",
743
+ inline: false,
744
+ required: false,
745
+ resourceType: "advertise-policy",
746
+ },
747
+ ],
748
+ oneOfGroups: [],
749
+ subscriptionRequirements: [],
672
750
  },
673
751
  {
674
752
  toolName: "f5xc-api-network-advertise-policy-get",
@@ -793,6 +871,9 @@ export const networkTools = [
793
871
  side_effects: {},
794
872
  },
795
873
  curlExample: null,
874
+ dependencies: [],
875
+ oneOfGroups: [],
876
+ subscriptionRequirements: [],
796
877
  },
797
878
  {
798
879
  toolName: "f5xc-api-network-advertise-policy-list",
@@ -923,6 +1004,9 @@ export const networkTools = [
923
1004
  side_effects: {},
924
1005
  },
925
1006
  curlExample: null,
1007
+ dependencies: [],
1008
+ oneOfGroups: [],
1009
+ subscriptionRequirements: [],
926
1010
  },
927
1011
  {
928
1012
  toolName: "f5xc-api-network-advertise-policy-update",
@@ -1032,6 +1116,31 @@ export const networkTools = [
1032
1116
  },
1033
1117
  },
1034
1118
  curlExample: null,
1119
+ dependencies: [
1120
+ {
1121
+ domain: "",
1122
+ fieldPath: "",
1123
+ inline: false,
1124
+ required: false,
1125
+ resourceType: "advertise-policy",
1126
+ },
1127
+ {
1128
+ domain: "",
1129
+ fieldPath: "metadata",
1130
+ inline: false,
1131
+ required: false,
1132
+ resourceType: "schema-object-replace-meta",
1133
+ },
1134
+ {
1135
+ domain: "",
1136
+ fieldPath: "spec",
1137
+ inline: false,
1138
+ required: false,
1139
+ resourceType: "advertise-policy-replace",
1140
+ },
1141
+ ],
1142
+ oneOfGroups: [],
1143
+ subscriptionRequirements: [],
1035
1144
  },
1036
1145
  {
1037
1146
  toolName: "f5xc-api-network-bgp-asn-set-create",
@@ -1129,6 +1238,31 @@ export const networkTools = [
1129
1238
  },
1130
1239
  },
1131
1240
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgp_asn_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1241
+ dependencies: [
1242
+ {
1243
+ domain: "",
1244
+ fieldPath: "",
1245
+ inline: false,
1246
+ required: false,
1247
+ resourceType: "bgp-asn-set",
1248
+ },
1249
+ {
1250
+ domain: "",
1251
+ fieldPath: "metadata",
1252
+ inline: false,
1253
+ required: false,
1254
+ resourceType: "schema-object-create-meta",
1255
+ },
1256
+ {
1257
+ domain: "",
1258
+ fieldPath: "spec",
1259
+ inline: false,
1260
+ required: false,
1261
+ resourceType: "bgp-asn-set-create",
1262
+ },
1263
+ ],
1264
+ oneOfGroups: [],
1265
+ subscriptionRequirements: [],
1132
1266
  },
1133
1267
  {
1134
1268
  toolName: "f5xc-api-network-bgp-asn-set-delete",
@@ -1236,6 +1370,17 @@ export const networkTools = [
1236
1370
  },
1237
1371
  },
1238
1372
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgp_asn_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1373
+ dependencies: [
1374
+ {
1375
+ domain: "",
1376
+ fieldPath: "",
1377
+ inline: false,
1378
+ required: false,
1379
+ resourceType: "bgp-asn-set",
1380
+ },
1381
+ ],
1382
+ oneOfGroups: [],
1383
+ subscriptionRequirements: [],
1239
1384
  },
1240
1385
  {
1241
1386
  toolName: "f5xc-api-network-bgp-asn-set-get",
@@ -1360,6 +1505,9 @@ export const networkTools = [
1360
1505
  side_effects: {},
1361
1506
  },
1362
1507
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgp_asn_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1508
+ dependencies: [],
1509
+ oneOfGroups: [],
1510
+ subscriptionRequirements: [],
1363
1511
  },
1364
1512
  {
1365
1513
  toolName: "f5xc-api-network-bgp-asn-set-list",
@@ -1490,6 +1638,9 @@ export const networkTools = [
1490
1638
  side_effects: {},
1491
1639
  },
1492
1640
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgp_asn_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1641
+ dependencies: [],
1642
+ oneOfGroups: [],
1643
+ subscriptionRequirements: [],
1493
1644
  },
1494
1645
  {
1495
1646
  toolName: "f5xc-api-network-bgp-asn-set-update",
@@ -1599,6 +1750,31 @@ export const networkTools = [
1599
1750
  },
1600
1751
  },
1601
1752
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgp_asn_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1753
+ dependencies: [
1754
+ {
1755
+ domain: "",
1756
+ fieldPath: "",
1757
+ inline: false,
1758
+ required: false,
1759
+ resourceType: "bgp-asn-set",
1760
+ },
1761
+ {
1762
+ domain: "",
1763
+ fieldPath: "metadata",
1764
+ inline: false,
1765
+ required: false,
1766
+ resourceType: "schema-object-replace-meta",
1767
+ },
1768
+ {
1769
+ domain: "",
1770
+ fieldPath: "spec",
1771
+ inline: false,
1772
+ required: false,
1773
+ resourceType: "bgp-asn-set-replace",
1774
+ },
1775
+ ],
1776
+ oneOfGroups: [],
1777
+ subscriptionRequirements: [],
1602
1778
  },
1603
1779
  {
1604
1780
  toolName: "f5xc-api-network-bgp-create",
@@ -1696,6 +1872,31 @@ export const networkTools = [
1696
1872
  },
1697
1873
  },
1698
1874
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgps" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1875
+ dependencies: [
1876
+ {
1877
+ domain: "",
1878
+ fieldPath: "",
1879
+ inline: false,
1880
+ required: false,
1881
+ resourceType: "bgp",
1882
+ },
1883
+ {
1884
+ domain: "",
1885
+ fieldPath: "metadata",
1886
+ inline: false,
1887
+ required: false,
1888
+ resourceType: "schema-object-create-meta",
1889
+ },
1890
+ {
1891
+ domain: "",
1892
+ fieldPath: "spec",
1893
+ inline: false,
1894
+ required: false,
1895
+ resourceType: "bgp-create",
1896
+ },
1897
+ ],
1898
+ oneOfGroups: [],
1899
+ subscriptionRequirements: [],
1699
1900
  },
1700
1901
  {
1701
1902
  toolName: "f5xc-api-network-bgp-delete",
@@ -1803,6 +2004,17 @@ export const networkTools = [
1803
2004
  },
1804
2005
  },
1805
2006
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgps" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
2007
+ dependencies: [
2008
+ {
2009
+ domain: "",
2010
+ fieldPath: "",
2011
+ inline: false,
2012
+ required: false,
2013
+ resourceType: "bgp",
2014
+ },
2015
+ ],
2016
+ oneOfGroups: [],
2017
+ subscriptionRequirements: [],
1806
2018
  },
1807
2019
  {
1808
2020
  toolName: "f5xc-api-network-bgp-get",
@@ -1927,6 +2139,9 @@ export const networkTools = [
1927
2139
  side_effects: {},
1928
2140
  },
1929
2141
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgps" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
2142
+ dependencies: [],
2143
+ oneOfGroups: [],
2144
+ subscriptionRequirements: [],
1930
2145
  },
1931
2146
  {
1932
2147
  toolName: "f5xc-api-network-bgp-list",
@@ -2057,6 +2272,9 @@ export const networkTools = [
2057
2272
  side_effects: {},
2058
2273
  },
2059
2274
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgps" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
2275
+ dependencies: [],
2276
+ oneOfGroups: [],
2277
+ subscriptionRequirements: [],
2060
2278
  },
2061
2279
  {
2062
2280
  toolName: "f5xc-api-network-bgp-peer-list",
@@ -2160,6 +2378,9 @@ export const networkTools = [
2160
2378
  side_effects: {},
2161
2379
  },
2162
2380
  curlExample: null,
2381
+ dependencies: [],
2382
+ oneOfGroups: [],
2383
+ subscriptionRequirements: [],
2163
2384
  },
2164
2385
  {
2165
2386
  toolName: "f5xc-api-network-bgp-route-list",
@@ -2263,6 +2484,9 @@ export const networkTools = [
2263
2484
  side_effects: {},
2264
2485
  },
2265
2486
  curlExample: null,
2487
+ dependencies: [],
2488
+ oneOfGroups: [],
2489
+ subscriptionRequirements: [],
2266
2490
  },
2267
2491
  {
2268
2492
  toolName: "f5xc-api-network-bgp-routing-policy-create",
@@ -2363,6 +2587,31 @@ export const networkTools = [
2363
2587
  },
2364
2588
  },
2365
2589
  curlExample: null,
2590
+ dependencies: [
2591
+ {
2592
+ domain: "",
2593
+ fieldPath: "",
2594
+ inline: false,
2595
+ required: false,
2596
+ resourceType: "bgp-routing-policy",
2597
+ },
2598
+ {
2599
+ domain: "",
2600
+ fieldPath: "metadata",
2601
+ inline: false,
2602
+ required: false,
2603
+ resourceType: "schema-object-create-meta",
2604
+ },
2605
+ {
2606
+ domain: "",
2607
+ fieldPath: "spec",
2608
+ inline: false,
2609
+ required: false,
2610
+ resourceType: "schemabgp-routing-policy-create",
2611
+ },
2612
+ ],
2613
+ oneOfGroups: [],
2614
+ subscriptionRequirements: [],
2366
2615
  },
2367
2616
  {
2368
2617
  toolName: "f5xc-api-network-bgp-routing-policy-delete",
@@ -2470,6 +2719,17 @@ export const networkTools = [
2470
2719
  },
2471
2720
  },
2472
2721
  curlExample: null,
2722
+ dependencies: [
2723
+ {
2724
+ domain: "",
2725
+ fieldPath: "",
2726
+ inline: false,
2727
+ required: false,
2728
+ resourceType: "bgp-routing-policy",
2729
+ },
2730
+ ],
2731
+ oneOfGroups: [],
2732
+ subscriptionRequirements: [],
2473
2733
  },
2474
2734
  {
2475
2735
  toolName: "f5xc-api-network-bgp-routing-policy-get",
@@ -2593,6 +2853,9 @@ export const networkTools = [
2593
2853
  side_effects: {},
2594
2854
  },
2595
2855
  curlExample: null,
2856
+ dependencies: [],
2857
+ oneOfGroups: [],
2858
+ subscriptionRequirements: [],
2596
2859
  },
2597
2860
  {
2598
2861
  toolName: "f5xc-api-network-bgp-routing-policy-list",
@@ -2723,6 +2986,9 @@ export const networkTools = [
2723
2986
  side_effects: {},
2724
2987
  },
2725
2988
  curlExample: null,
2989
+ dependencies: [],
2990
+ oneOfGroups: [],
2991
+ subscriptionRequirements: [],
2726
2992
  },
2727
2993
  {
2728
2994
  toolName: "f5xc-api-network-bgp-routing-policy-update",
@@ -2832,6 +3098,31 @@ export const networkTools = [
2832
3098
  },
2833
3099
  },
2834
3100
  curlExample: null,
3101
+ dependencies: [
3102
+ {
3103
+ domain: "",
3104
+ fieldPath: "",
3105
+ inline: false,
3106
+ required: false,
3107
+ resourceType: "bgp-routing-policy",
3108
+ },
3109
+ {
3110
+ domain: "",
3111
+ fieldPath: "metadata",
3112
+ inline: false,
3113
+ required: false,
3114
+ resourceType: "schema-object-replace-meta",
3115
+ },
3116
+ {
3117
+ domain: "",
3118
+ fieldPath: "spec",
3119
+ inline: false,
3120
+ required: false,
3121
+ resourceType: "schemabgp-routing-policy-replace",
3122
+ },
3123
+ ],
3124
+ oneOfGroups: [],
3125
+ subscriptionRequirements: [],
2835
3126
  },
2836
3127
  {
2837
3128
  toolName: "f5xc-api-network-bgp-update",
@@ -2941,6 +3232,31 @@ export const networkTools = [
2941
3232
  },
2942
3233
  },
2943
3234
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgps" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3235
+ dependencies: [
3236
+ {
3237
+ domain: "",
3238
+ fieldPath: "",
3239
+ inline: false,
3240
+ required: false,
3241
+ resourceType: "bgp",
3242
+ },
3243
+ {
3244
+ domain: "",
3245
+ fieldPath: "metadata",
3246
+ inline: false,
3247
+ required: false,
3248
+ resourceType: "schema-object-replace-meta",
3249
+ },
3250
+ {
3251
+ domain: "",
3252
+ fieldPath: "spec",
3253
+ inline: false,
3254
+ required: false,
3255
+ resourceType: "bgp-replace",
3256
+ },
3257
+ ],
3258
+ oneOfGroups: [],
3259
+ subscriptionRequirements: [],
2944
3260
  },
2945
3261
  {
2946
3262
  toolName: "f5xc-api-network-bgpstatu-list",
@@ -3057,6 +3373,9 @@ export const networkTools = [
3057
3373
  side_effects: {},
3058
3374
  },
3059
3375
  curlExample: null,
3376
+ dependencies: [],
3377
+ oneOfGroups: [],
3378
+ subscriptionRequirements: [],
3060
3379
  },
3061
3380
  {
3062
3381
  toolName: "f5xc-api-network-dc-cluster-group-create",
@@ -3157,6 +3476,31 @@ export const networkTools = [
3157
3476
  },
3158
3477
  },
3159
3478
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/dc_cluster_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3479
+ dependencies: [
3480
+ {
3481
+ domain: "",
3482
+ fieldPath: "",
3483
+ inline: false,
3484
+ required: false,
3485
+ resourceType: "dc-cluster-group",
3486
+ },
3487
+ {
3488
+ domain: "",
3489
+ fieldPath: "metadata",
3490
+ inline: false,
3491
+ required: false,
3492
+ resourceType: "schema-object-create-meta",
3493
+ },
3494
+ {
3495
+ domain: "",
3496
+ fieldPath: "spec",
3497
+ inline: false,
3498
+ required: false,
3499
+ resourceType: "dc-cluster-group-create",
3500
+ },
3501
+ ],
3502
+ oneOfGroups: [],
3503
+ subscriptionRequirements: [],
3160
3504
  },
3161
3505
  {
3162
3506
  toolName: "f5xc-api-network-dc-cluster-group-delete",
@@ -3264,6 +3608,17 @@ export const networkTools = [
3264
3608
  },
3265
3609
  },
3266
3610
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/dc_cluster_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3611
+ dependencies: [
3612
+ {
3613
+ domain: "",
3614
+ fieldPath: "",
3615
+ inline: false,
3616
+ required: false,
3617
+ resourceType: "dc-cluster-group",
3618
+ },
3619
+ ],
3620
+ oneOfGroups: [],
3621
+ subscriptionRequirements: [],
3267
3622
  },
3268
3623
  {
3269
3624
  toolName: "f5xc-api-network-dc-cluster-group-get",
@@ -3388,6 +3743,9 @@ export const networkTools = [
3388
3743
  side_effects: {},
3389
3744
  },
3390
3745
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/dc_cluster_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3746
+ dependencies: [],
3747
+ oneOfGroups: [],
3748
+ subscriptionRequirements: [],
3391
3749
  },
3392
3750
  {
3393
3751
  toolName: "f5xc-api-network-dc-cluster-group-list",
@@ -3518,6 +3876,9 @@ export const networkTools = [
3518
3876
  side_effects: {},
3519
3877
  },
3520
3878
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/dc_cluster_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3879
+ dependencies: [],
3880
+ oneOfGroups: [],
3881
+ subscriptionRequirements: [],
3521
3882
  },
3522
3883
  {
3523
3884
  toolName: "f5xc-api-network-dc-cluster-group-update",
@@ -3627,6 +3988,31 @@ export const networkTools = [
3627
3988
  },
3628
3989
  },
3629
3990
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/dc_cluster_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3991
+ dependencies: [
3992
+ {
3993
+ domain: "",
3994
+ fieldPath: "",
3995
+ inline: false,
3996
+ required: false,
3997
+ resourceType: "dc-cluster-group",
3998
+ },
3999
+ {
4000
+ domain: "",
4001
+ fieldPath: "metadata",
4002
+ inline: false,
4003
+ required: false,
4004
+ resourceType: "schema-object-replace-meta",
4005
+ },
4006
+ {
4007
+ domain: "",
4008
+ fieldPath: "spec",
4009
+ inline: false,
4010
+ required: false,
4011
+ resourceType: "dc-cluster-group-replace",
4012
+ },
4013
+ ],
4014
+ oneOfGroups: [],
4015
+ subscriptionRequirements: [],
3630
4016
  },
3631
4017
  {
3632
4018
  toolName: "f5xc-api-network-forwarding-class-create",
@@ -3727,6 +4113,31 @@ export const networkTools = [
3727
4113
  },
3728
4114
  },
3729
4115
  curlExample: null,
4116
+ dependencies: [
4117
+ {
4118
+ domain: "",
4119
+ fieldPath: "",
4120
+ inline: false,
4121
+ required: false,
4122
+ resourceType: "forwarding-class",
4123
+ },
4124
+ {
4125
+ domain: "",
4126
+ fieldPath: "metadata",
4127
+ inline: false,
4128
+ required: false,
4129
+ resourceType: "schema-object-create-meta",
4130
+ },
4131
+ {
4132
+ domain: "",
4133
+ fieldPath: "spec",
4134
+ inline: false,
4135
+ required: false,
4136
+ resourceType: "forwarding-class-create",
4137
+ },
4138
+ ],
4139
+ oneOfGroups: [],
4140
+ subscriptionRequirements: [],
3730
4141
  },
3731
4142
  {
3732
4143
  toolName: "f5xc-api-network-forwarding-class-delete",
@@ -3834,6 +4245,17 @@ export const networkTools = [
3834
4245
  },
3835
4246
  },
3836
4247
  curlExample: null,
4248
+ dependencies: [
4249
+ {
4250
+ domain: "",
4251
+ fieldPath: "",
4252
+ inline: false,
4253
+ required: false,
4254
+ resourceType: "forwarding-class",
4255
+ },
4256
+ ],
4257
+ oneOfGroups: [],
4258
+ subscriptionRequirements: [],
3837
4259
  },
3838
4260
  {
3839
4261
  toolName: "f5xc-api-network-forwarding-class-get",
@@ -3958,6 +4380,9 @@ export const networkTools = [
3958
4380
  side_effects: {},
3959
4381
  },
3960
4382
  curlExample: null,
4383
+ dependencies: [],
4384
+ oneOfGroups: [],
4385
+ subscriptionRequirements: [],
3961
4386
  },
3962
4387
  {
3963
4388
  toolName: "f5xc-api-network-forwarding-class-list",
@@ -4088,6 +4513,9 @@ export const networkTools = [
4088
4513
  side_effects: {},
4089
4514
  },
4090
4515
  curlExample: null,
4516
+ dependencies: [],
4517
+ oneOfGroups: [],
4518
+ subscriptionRequirements: [],
4091
4519
  },
4092
4520
  {
4093
4521
  toolName: "f5xc-api-network-forwarding-class-update",
@@ -4197,6 +4625,31 @@ export const networkTools = [
4197
4625
  },
4198
4626
  },
4199
4627
  curlExample: null,
4628
+ dependencies: [
4629
+ {
4630
+ domain: "",
4631
+ fieldPath: "",
4632
+ inline: false,
4633
+ required: false,
4634
+ resourceType: "forwarding-class",
4635
+ },
4636
+ {
4637
+ domain: "",
4638
+ fieldPath: "metadata",
4639
+ inline: false,
4640
+ required: false,
4641
+ resourceType: "schema-object-replace-meta",
4642
+ },
4643
+ {
4644
+ domain: "",
4645
+ fieldPath: "spec",
4646
+ inline: false,
4647
+ required: false,
4648
+ resourceType: "forwarding-class-replace",
4649
+ },
4650
+ ],
4651
+ oneOfGroups: [],
4652
+ subscriptionRequirements: [],
4200
4653
  },
4201
4654
  {
4202
4655
  toolName: "f5xc-api-network-ike-phase1-profile-create",
@@ -4297,6 +4750,31 @@ export const networkTools = [
4297
4750
  },
4298
4751
  },
4299
4752
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase1_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4753
+ dependencies: [
4754
+ {
4755
+ domain: "",
4756
+ fieldPath: "",
4757
+ inline: false,
4758
+ required: false,
4759
+ resourceType: "ike-phase1-profile",
4760
+ },
4761
+ {
4762
+ domain: "",
4763
+ fieldPath: "metadata",
4764
+ inline: false,
4765
+ required: false,
4766
+ resourceType: "schema-object-create-meta",
4767
+ },
4768
+ {
4769
+ domain: "",
4770
+ fieldPath: "spec",
4771
+ inline: false,
4772
+ required: false,
4773
+ resourceType: "ike-phase1-profile-create",
4774
+ },
4775
+ ],
4776
+ oneOfGroups: [],
4777
+ subscriptionRequirements: [],
4300
4778
  },
4301
4779
  {
4302
4780
  toolName: "f5xc-api-network-ike-phase1-profile-delete",
@@ -4404,6 +4882,17 @@ export const networkTools = [
4404
4882
  },
4405
4883
  },
4406
4884
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase1_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4885
+ dependencies: [
4886
+ {
4887
+ domain: "",
4888
+ fieldPath: "",
4889
+ inline: false,
4890
+ required: false,
4891
+ resourceType: "ike-phase1-profile",
4892
+ },
4893
+ ],
4894
+ oneOfGroups: [],
4895
+ subscriptionRequirements: [],
4407
4896
  },
4408
4897
  {
4409
4898
  toolName: "f5xc-api-network-ike-phase1-profile-get",
@@ -4528,6 +5017,9 @@ export const networkTools = [
4528
5017
  side_effects: {},
4529
5018
  },
4530
5019
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase1_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5020
+ dependencies: [],
5021
+ oneOfGroups: [],
5022
+ subscriptionRequirements: [],
4531
5023
  },
4532
5024
  {
4533
5025
  toolName: "f5xc-api-network-ike-phase1-profile-list",
@@ -4658,6 +5150,9 @@ export const networkTools = [
4658
5150
  side_effects: {},
4659
5151
  },
4660
5152
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase1_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5153
+ dependencies: [],
5154
+ oneOfGroups: [],
5155
+ subscriptionRequirements: [],
4661
5156
  },
4662
5157
  {
4663
5158
  toolName: "f5xc-api-network-ike-phase1-profile-update",
@@ -4767,6 +5262,31 @@ export const networkTools = [
4767
5262
  },
4768
5263
  },
4769
5264
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase1_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5265
+ dependencies: [
5266
+ {
5267
+ domain: "",
5268
+ fieldPath: "",
5269
+ inline: false,
5270
+ required: false,
5271
+ resourceType: "ike-phase1-profile",
5272
+ },
5273
+ {
5274
+ domain: "",
5275
+ fieldPath: "metadata",
5276
+ inline: false,
5277
+ required: false,
5278
+ resourceType: "schema-object-replace-meta",
5279
+ },
5280
+ {
5281
+ domain: "",
5282
+ fieldPath: "spec",
5283
+ inline: false,
5284
+ required: false,
5285
+ resourceType: "ike-phase1-profile-replace",
5286
+ },
5287
+ ],
5288
+ oneOfGroups: [],
5289
+ subscriptionRequirements: [],
4770
5290
  },
4771
5291
  {
4772
5292
  toolName: "f5xc-api-network-ike-phase2-profile-create",
@@ -4867,6 +5387,31 @@ export const networkTools = [
4867
5387
  },
4868
5388
  },
4869
5389
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase2_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5390
+ dependencies: [
5391
+ {
5392
+ domain: "",
5393
+ fieldPath: "",
5394
+ inline: false,
5395
+ required: false,
5396
+ resourceType: "ike-phase2-profile",
5397
+ },
5398
+ {
5399
+ domain: "",
5400
+ fieldPath: "metadata",
5401
+ inline: false,
5402
+ required: false,
5403
+ resourceType: "schema-object-create-meta",
5404
+ },
5405
+ {
5406
+ domain: "",
5407
+ fieldPath: "spec",
5408
+ inline: false,
5409
+ required: false,
5410
+ resourceType: "viewsike-phase2-profile-create",
5411
+ },
5412
+ ],
5413
+ oneOfGroups: [],
5414
+ subscriptionRequirements: [],
4870
5415
  },
4871
5416
  {
4872
5417
  toolName: "f5xc-api-network-ike-phase2-profile-delete",
@@ -4974,6 +5519,17 @@ export const networkTools = [
4974
5519
  },
4975
5520
  },
4976
5521
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase2_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5522
+ dependencies: [
5523
+ {
5524
+ domain: "",
5525
+ fieldPath: "",
5526
+ inline: false,
5527
+ required: false,
5528
+ resourceType: "ike-phase2-profile",
5529
+ },
5530
+ ],
5531
+ oneOfGroups: [],
5532
+ subscriptionRequirements: [],
4977
5533
  },
4978
5534
  {
4979
5535
  toolName: "f5xc-api-network-ike-phase2-profile-get",
@@ -5098,6 +5654,9 @@ export const networkTools = [
5098
5654
  side_effects: {},
5099
5655
  },
5100
5656
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase2_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5657
+ dependencies: [],
5658
+ oneOfGroups: [],
5659
+ subscriptionRequirements: [],
5101
5660
  },
5102
5661
  {
5103
5662
  toolName: "f5xc-api-network-ike-phase2-profile-list",
@@ -5228,6 +5787,9 @@ export const networkTools = [
5228
5787
  side_effects: {},
5229
5788
  },
5230
5789
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase2_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5790
+ dependencies: [],
5791
+ oneOfGroups: [],
5792
+ subscriptionRequirements: [],
5231
5793
  },
5232
5794
  {
5233
5795
  toolName: "f5xc-api-network-ike-phase2-profile-update",
@@ -5337,6 +5899,31 @@ export const networkTools = [
5337
5899
  },
5338
5900
  },
5339
5901
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase2_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5902
+ dependencies: [
5903
+ {
5904
+ domain: "",
5905
+ fieldPath: "",
5906
+ inline: false,
5907
+ required: false,
5908
+ resourceType: "ike-phase2-profile",
5909
+ },
5910
+ {
5911
+ domain: "",
5912
+ fieldPath: "metadata",
5913
+ inline: false,
5914
+ required: false,
5915
+ resourceType: "schema-object-replace-meta",
5916
+ },
5917
+ {
5918
+ domain: "",
5919
+ fieldPath: "spec",
5920
+ inline: false,
5921
+ required: false,
5922
+ resourceType: "viewsike-phase2-profile-replace",
5923
+ },
5924
+ ],
5925
+ oneOfGroups: [],
5926
+ subscriptionRequirements: [],
5340
5927
  },
5341
5928
  {
5342
5929
  toolName: "f5xc-api-network-ike1-create",
@@ -5434,6 +6021,31 @@ export const networkTools = [
5434
6021
  },
5435
6022
  },
5436
6023
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike1s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6024
+ dependencies: [
6025
+ {
6026
+ domain: "",
6027
+ fieldPath: "",
6028
+ inline: false,
6029
+ required: false,
6030
+ resourceType: "ike1",
6031
+ },
6032
+ {
6033
+ domain: "",
6034
+ fieldPath: "metadata",
6035
+ inline: false,
6036
+ required: false,
6037
+ resourceType: "schema-object-create-meta",
6038
+ },
6039
+ {
6040
+ domain: "",
6041
+ fieldPath: "spec",
6042
+ inline: false,
6043
+ required: false,
6044
+ resourceType: "schemaike1create",
6045
+ },
6046
+ ],
6047
+ oneOfGroups: [],
6048
+ subscriptionRequirements: [],
5437
6049
  },
5438
6050
  {
5439
6051
  toolName: "f5xc-api-network-ike1-delete",
@@ -5541,6 +6153,17 @@ export const networkTools = [
5541
6153
  },
5542
6154
  },
5543
6155
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike1s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6156
+ dependencies: [
6157
+ {
6158
+ domain: "",
6159
+ fieldPath: "",
6160
+ inline: false,
6161
+ required: false,
6162
+ resourceType: "ike1",
6163
+ },
6164
+ ],
6165
+ oneOfGroups: [],
6166
+ subscriptionRequirements: [],
5544
6167
  },
5545
6168
  {
5546
6169
  toolName: "f5xc-api-network-ike1-get",
@@ -5665,6 +6288,9 @@ export const networkTools = [
5665
6288
  side_effects: {},
5666
6289
  },
5667
6290
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike1s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6291
+ dependencies: [],
6292
+ oneOfGroups: [],
6293
+ subscriptionRequirements: [],
5668
6294
  },
5669
6295
  {
5670
6296
  toolName: "f5xc-api-network-ike1-list",
@@ -5795,6 +6421,9 @@ export const networkTools = [
5795
6421
  side_effects: {},
5796
6422
  },
5797
6423
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike1s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6424
+ dependencies: [],
6425
+ oneOfGroups: [],
6426
+ subscriptionRequirements: [],
5798
6427
  },
5799
6428
  {
5800
6429
  toolName: "f5xc-api-network-ike1-update",
@@ -5904,6 +6533,31 @@ export const networkTools = [
5904
6533
  },
5905
6534
  },
5906
6535
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike1s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6536
+ dependencies: [
6537
+ {
6538
+ domain: "",
6539
+ fieldPath: "",
6540
+ inline: false,
6541
+ required: false,
6542
+ resourceType: "ike1",
6543
+ },
6544
+ {
6545
+ domain: "",
6546
+ fieldPath: "metadata",
6547
+ inline: false,
6548
+ required: false,
6549
+ resourceType: "schema-object-replace-meta",
6550
+ },
6551
+ {
6552
+ domain: "",
6553
+ fieldPath: "spec",
6554
+ inline: false,
6555
+ required: false,
6556
+ resourceType: "schemaike1replace",
6557
+ },
6558
+ ],
6559
+ oneOfGroups: [],
6560
+ subscriptionRequirements: [],
5907
6561
  },
5908
6562
  {
5909
6563
  toolName: "f5xc-api-network-ike2-create",
@@ -6001,6 +6655,31 @@ export const networkTools = [
6001
6655
  },
6002
6656
  },
6003
6657
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike2s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6658
+ dependencies: [
6659
+ {
6660
+ domain: "",
6661
+ fieldPath: "",
6662
+ inline: false,
6663
+ required: false,
6664
+ resourceType: "ike2",
6665
+ },
6666
+ {
6667
+ domain: "",
6668
+ fieldPath: "metadata",
6669
+ inline: false,
6670
+ required: false,
6671
+ resourceType: "schema-object-create-meta",
6672
+ },
6673
+ {
6674
+ domain: "",
6675
+ fieldPath: "spec",
6676
+ inline: false,
6677
+ required: false,
6678
+ resourceType: "schemaike2create",
6679
+ },
6680
+ ],
6681
+ oneOfGroups: [],
6682
+ subscriptionRequirements: [],
6004
6683
  },
6005
6684
  {
6006
6685
  toolName: "f5xc-api-network-ike2-delete",
@@ -6108,6 +6787,17 @@ export const networkTools = [
6108
6787
  },
6109
6788
  },
6110
6789
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike2s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6790
+ dependencies: [
6791
+ {
6792
+ domain: "",
6793
+ fieldPath: "",
6794
+ inline: false,
6795
+ required: false,
6796
+ resourceType: "ike2",
6797
+ },
6798
+ ],
6799
+ oneOfGroups: [],
6800
+ subscriptionRequirements: [],
6111
6801
  },
6112
6802
  {
6113
6803
  toolName: "f5xc-api-network-ike2-get",
@@ -6232,6 +6922,9 @@ export const networkTools = [
6232
6922
  side_effects: {},
6233
6923
  },
6234
6924
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike2s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6925
+ dependencies: [],
6926
+ oneOfGroups: [],
6927
+ subscriptionRequirements: [],
6235
6928
  },
6236
6929
  {
6237
6930
  toolName: "f5xc-api-network-ike2-list",
@@ -6362,6 +7055,9 @@ export const networkTools = [
6362
7055
  side_effects: {},
6363
7056
  },
6364
7057
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike2s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7058
+ dependencies: [],
7059
+ oneOfGroups: [],
7060
+ subscriptionRequirements: [],
6365
7061
  },
6366
7062
  {
6367
7063
  toolName: "f5xc-api-network-ike2-update",
@@ -6471,6 +7167,31 @@ export const networkTools = [
6471
7167
  },
6472
7168
  },
6473
7169
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike2s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7170
+ dependencies: [
7171
+ {
7172
+ domain: "",
7173
+ fieldPath: "",
7174
+ inline: false,
7175
+ required: false,
7176
+ resourceType: "ike2",
7177
+ },
7178
+ {
7179
+ domain: "",
7180
+ fieldPath: "metadata",
7181
+ inline: false,
7182
+ required: false,
7183
+ resourceType: "schema-object-replace-meta",
7184
+ },
7185
+ {
7186
+ domain: "",
7187
+ fieldPath: "spec",
7188
+ inline: false,
7189
+ required: false,
7190
+ resourceType: "schemaike2replace",
7191
+ },
7192
+ ],
7193
+ oneOfGroups: [],
7194
+ subscriptionRequirements: [],
6474
7195
  },
6475
7196
  {
6476
7197
  toolName: "f5xc-api-network-ip-prefix-set-create",
@@ -6568,6 +7289,31 @@ export const networkTools = [
6568
7289
  },
6569
7290
  },
6570
7291
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ip_prefix_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7292
+ dependencies: [
7293
+ {
7294
+ domain: "",
7295
+ fieldPath: "",
7296
+ inline: false,
7297
+ required: false,
7298
+ resourceType: "ip-prefix-set",
7299
+ },
7300
+ {
7301
+ domain: "",
7302
+ fieldPath: "metadata",
7303
+ inline: false,
7304
+ required: false,
7305
+ resourceType: "schema-object-create-meta",
7306
+ },
7307
+ {
7308
+ domain: "",
7309
+ fieldPath: "spec",
7310
+ inline: false,
7311
+ required: false,
7312
+ resourceType: "ip-prefix-set-create",
7313
+ },
7314
+ ],
7315
+ oneOfGroups: [],
7316
+ subscriptionRequirements: [],
6571
7317
  },
6572
7318
  {
6573
7319
  toolName: "f5xc-api-network-ip-prefix-set-delete",
@@ -6675,6 +7421,17 @@ export const networkTools = [
6675
7421
  },
6676
7422
  },
6677
7423
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ip_prefix_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7424
+ dependencies: [
7425
+ {
7426
+ domain: "",
7427
+ fieldPath: "",
7428
+ inline: false,
7429
+ required: false,
7430
+ resourceType: "ip-prefix-set",
7431
+ },
7432
+ ],
7433
+ oneOfGroups: [],
7434
+ subscriptionRequirements: [],
6678
7435
  },
6679
7436
  {
6680
7437
  toolName: "f5xc-api-network-ip-prefix-set-get",
@@ -6799,6 +7556,9 @@ export const networkTools = [
6799
7556
  side_effects: {},
6800
7557
  },
6801
7558
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ip_prefix_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7559
+ dependencies: [],
7560
+ oneOfGroups: [],
7561
+ subscriptionRequirements: [],
6802
7562
  },
6803
7563
  {
6804
7564
  toolName: "f5xc-api-network-ip-prefix-set-list",
@@ -6929,6 +7689,9 @@ export const networkTools = [
6929
7689
  side_effects: {},
6930
7690
  },
6931
7691
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ip_prefix_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7692
+ dependencies: [],
7693
+ oneOfGroups: [],
7694
+ subscriptionRequirements: [],
6932
7695
  },
6933
7696
  {
6934
7697
  toolName: "f5xc-api-network-ip-prefix-set-update",
@@ -7038,6 +7801,31 @@ export const networkTools = [
7038
7801
  },
7039
7802
  },
7040
7803
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ip_prefix_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7804
+ dependencies: [
7805
+ {
7806
+ domain: "",
7807
+ fieldPath: "",
7808
+ inline: false,
7809
+ required: false,
7810
+ resourceType: "ip-prefix-set",
7811
+ },
7812
+ {
7813
+ domain: "",
7814
+ fieldPath: "metadata",
7815
+ inline: false,
7816
+ required: false,
7817
+ resourceType: "schema-object-replace-meta",
7818
+ },
7819
+ {
7820
+ domain: "",
7821
+ fieldPath: "spec",
7822
+ inline: false,
7823
+ required: false,
7824
+ resourceType: "ip-prefix-set-replace",
7825
+ },
7826
+ ],
7827
+ oneOfGroups: [],
7828
+ subscriptionRequirements: [],
7041
7829
  },
7042
7830
  {
7043
7831
  toolName: "f5xc-api-network-metric-create",
@@ -7135,6 +7923,17 @@ export const networkTools = [
7135
7923
  },
7136
7924
  },
7137
7925
  curlExample: null,
7926
+ dependencies: [
7927
+ {
7928
+ domain: "",
7929
+ fieldPath: "field_selector[]",
7930
+ inline: false,
7931
+ required: false,
7932
+ resourceType: "schemadc-cluster-group-metric",
7933
+ },
7934
+ ],
7935
+ oneOfGroups: [],
7936
+ subscriptionRequirements: [],
7138
7937
  },
7139
7938
  {
7140
7939
  toolName: "f5xc-api-network-network-connector-create",
@@ -7235,6 +8034,31 @@ export const networkTools = [
7235
8034
  },
7236
8035
  },
7237
8036
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8037
+ dependencies: [
8038
+ {
8039
+ domain: "",
8040
+ fieldPath: "",
8041
+ inline: false,
8042
+ required: false,
8043
+ resourceType: "network-connector",
8044
+ },
8045
+ {
8046
+ domain: "",
8047
+ fieldPath: "metadata",
8048
+ inline: false,
8049
+ required: false,
8050
+ resourceType: "schema-object-create-meta",
8051
+ },
8052
+ {
8053
+ domain: "",
8054
+ fieldPath: "spec",
8055
+ inline: false,
8056
+ required: false,
8057
+ resourceType: "network-connector-create",
8058
+ },
8059
+ ],
8060
+ oneOfGroups: [],
8061
+ subscriptionRequirements: [],
7238
8062
  },
7239
8063
  {
7240
8064
  toolName: "f5xc-api-network-network-connector-delete",
@@ -7342,6 +8166,17 @@ export const networkTools = [
7342
8166
  },
7343
8167
  },
7344
8168
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8169
+ dependencies: [
8170
+ {
8171
+ domain: "",
8172
+ fieldPath: "",
8173
+ inline: false,
8174
+ required: false,
8175
+ resourceType: "network-connector",
8176
+ },
8177
+ ],
8178
+ oneOfGroups: [],
8179
+ subscriptionRequirements: [],
7345
8180
  },
7346
8181
  {
7347
8182
  toolName: "f5xc-api-network-network-connector-get",
@@ -7466,6 +8301,9 @@ export const networkTools = [
7466
8301
  side_effects: {},
7467
8302
  },
7468
8303
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8304
+ dependencies: [],
8305
+ oneOfGroups: [],
8306
+ subscriptionRequirements: [],
7469
8307
  },
7470
8308
  {
7471
8309
  toolName: "f5xc-api-network-network-connector-list",
@@ -7596,6 +8434,9 @@ export const networkTools = [
7596
8434
  side_effects: {},
7597
8435
  },
7598
8436
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8437
+ dependencies: [],
8438
+ oneOfGroups: [],
8439
+ subscriptionRequirements: [],
7599
8440
  },
7600
8441
  {
7601
8442
  toolName: "f5xc-api-network-network-connector-update",
@@ -7705,6 +8546,31 @@ export const networkTools = [
7705
8546
  },
7706
8547
  },
7707
8548
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8549
+ dependencies: [
8550
+ {
8551
+ domain: "",
8552
+ fieldPath: "",
8553
+ inline: false,
8554
+ required: false,
8555
+ resourceType: "network-connector",
8556
+ },
8557
+ {
8558
+ domain: "",
8559
+ fieldPath: "metadata",
8560
+ inline: false,
8561
+ required: false,
8562
+ resourceType: "schema-object-replace-meta",
8563
+ },
8564
+ {
8565
+ domain: "",
8566
+ fieldPath: "spec",
8567
+ inline: false,
8568
+ required: false,
8569
+ resourceType: "network-connector-replace",
8570
+ },
8571
+ ],
8572
+ oneOfGroups: [],
8573
+ subscriptionRequirements: [],
7708
8574
  },
7709
8575
  {
7710
8576
  toolName: "f5xc-api-network-public-ip-get",
@@ -7828,6 +8694,9 @@ export const networkTools = [
7828
8694
  side_effects: {},
7829
8695
  },
7830
8696
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/public_ips" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8697
+ dependencies: [],
8698
+ oneOfGroups: [],
8699
+ subscriptionRequirements: [],
7831
8700
  },
7832
8701
  {
7833
8702
  toolName: "f5xc-api-network-public-ip-list",
@@ -7958,6 +8827,9 @@ export const networkTools = [
7958
8827
  side_effects: {},
7959
8828
  },
7960
8829
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/public_ips" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8830
+ dependencies: [],
8831
+ oneOfGroups: [],
8832
+ subscriptionRequirements: [],
7961
8833
  },
7962
8834
  {
7963
8835
  toolName: "f5xc-api-network-public-ip-update",
@@ -8067,6 +8939,31 @@ export const networkTools = [
8067
8939
  },
8068
8940
  },
8069
8941
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/public_ips" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8942
+ dependencies: [
8943
+ {
8944
+ domain: "",
8945
+ fieldPath: "",
8946
+ inline: false,
8947
+ required: false,
8948
+ resourceType: "public-ip",
8949
+ },
8950
+ {
8951
+ domain: "",
8952
+ fieldPath: "metadata",
8953
+ inline: false,
8954
+ required: false,
8955
+ resourceType: "schema-object-replace-meta",
8956
+ },
8957
+ {
8958
+ domain: "",
8959
+ fieldPath: "spec",
8960
+ inline: false,
8961
+ required: false,
8962
+ resourceType: "public-ip-replace",
8963
+ },
8964
+ ],
8965
+ oneOfGroups: [],
8966
+ subscriptionRequirements: [],
8070
8967
  },
8071
8968
  {
8072
8969
  toolName: "f5xc-api-network-route-create",
@@ -8164,6 +9061,31 @@ export const networkTools = [
8164
9061
  },
8165
9062
  },
8166
9063
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/routes" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9064
+ dependencies: [
9065
+ {
9066
+ domain: "",
9067
+ fieldPath: "",
9068
+ inline: false,
9069
+ required: false,
9070
+ resourceType: "route",
9071
+ },
9072
+ {
9073
+ domain: "",
9074
+ fieldPath: "metadata",
9075
+ inline: false,
9076
+ required: false,
9077
+ resourceType: "schema-object-create-meta",
9078
+ },
9079
+ {
9080
+ domain: "",
9081
+ fieldPath: "spec",
9082
+ inline: false,
9083
+ required: false,
9084
+ resourceType: "schemaroute-create",
9085
+ },
9086
+ ],
9087
+ oneOfGroups: [],
9088
+ subscriptionRequirements: [],
8167
9089
  },
8168
9090
  {
8169
9091
  toolName: "f5xc-api-network-route-delete",
@@ -8271,6 +9193,17 @@ export const networkTools = [
8271
9193
  },
8272
9194
  },
8273
9195
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/routes" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9196
+ dependencies: [
9197
+ {
9198
+ domain: "",
9199
+ fieldPath: "",
9200
+ inline: false,
9201
+ required: false,
9202
+ resourceType: "route",
9203
+ },
9204
+ ],
9205
+ oneOfGroups: [],
9206
+ subscriptionRequirements: [],
8274
9207
  },
8275
9208
  {
8276
9209
  toolName: "f5xc-api-network-route-get",
@@ -8395,6 +9328,9 @@ export const networkTools = [
8395
9328
  side_effects: {},
8396
9329
  },
8397
9330
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/routes" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9331
+ dependencies: [],
9332
+ oneOfGroups: [],
9333
+ subscriptionRequirements: [],
8398
9334
  },
8399
9335
  {
8400
9336
  toolName: "f5xc-api-network-route-list",
@@ -8525,6 +9461,9 @@ export const networkTools = [
8525
9461
  side_effects: {},
8526
9462
  },
8527
9463
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/routes" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9464
+ dependencies: [],
9465
+ oneOfGroups: [],
9466
+ subscriptionRequirements: [],
8528
9467
  },
8529
9468
  {
8530
9469
  toolName: "f5xc-api-network-route-update",
@@ -8634,6 +9573,31 @@ export const networkTools = [
8634
9573
  },
8635
9574
  },
8636
9575
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/routes" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9576
+ dependencies: [
9577
+ {
9578
+ domain: "",
9579
+ fieldPath: "",
9580
+ inline: false,
9581
+ required: false,
9582
+ resourceType: "route",
9583
+ },
9584
+ {
9585
+ domain: "",
9586
+ fieldPath: "metadata",
9587
+ inline: false,
9588
+ required: false,
9589
+ resourceType: "schema-object-replace-meta",
9590
+ },
9591
+ {
9592
+ domain: "",
9593
+ fieldPath: "spec",
9594
+ inline: false,
9595
+ required: false,
9596
+ resourceType: "schemaroute-replace",
9597
+ },
9598
+ ],
9599
+ oneOfGroups: [],
9600
+ subscriptionRequirements: [],
8637
9601
  },
8638
9602
  {
8639
9603
  toolName: "f5xc-api-network-simplified-route-create",
@@ -8746,6 +9710,28 @@ export const networkTools = [
8746
9710
  },
8747
9711
  },
8748
9712
  curlExample: null,
9713
+ dependencies: [
9714
+ {
9715
+ domain: "",
9716
+ fieldPath: "prefix",
9717
+ inline: false,
9718
+ required: false,
9719
+ resourceType: "schema-prefix-list",
9720
+ },
9721
+ ],
9722
+ oneOfGroups: [
9723
+ {
9724
+ choiceField: "cluster_node_choice",
9725
+ fieldPath: "cluster_node_choice",
9726
+ options: ["all_nodes", "node"],
9727
+ },
9728
+ {
9729
+ choiceField: "network_choice",
9730
+ fieldPath: "network_choice",
9731
+ options: ["global_network", "segment", "sli", "slo"],
9732
+ },
9733
+ ],
9734
+ subscriptionRequirements: [],
8749
9735
  },
8750
9736
  {
8751
9737
  toolName: "f5xc-api-network-srv6-network-slice-create",
@@ -8846,6 +9832,31 @@ export const networkTools = [
8846
9832
  },
8847
9833
  },
8848
9834
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/srv6_network_slices" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9835
+ dependencies: [
9836
+ {
9837
+ domain: "",
9838
+ fieldPath: "",
9839
+ inline: false,
9840
+ required: false,
9841
+ resourceType: "srv6-network-slice",
9842
+ },
9843
+ {
9844
+ domain: "",
9845
+ fieldPath: "metadata",
9846
+ inline: false,
9847
+ required: false,
9848
+ resourceType: "schema-object-create-meta",
9849
+ },
9850
+ {
9851
+ domain: "",
9852
+ fieldPath: "spec",
9853
+ inline: false,
9854
+ required: false,
9855
+ resourceType: "schemasrv6-network-slice-create",
9856
+ },
9857
+ ],
9858
+ oneOfGroups: [],
9859
+ subscriptionRequirements: [],
8849
9860
  },
8850
9861
  {
8851
9862
  toolName: "f5xc-api-network-srv6-network-slice-delete",
@@ -8953,6 +9964,17 @@ export const networkTools = [
8953
9964
  },
8954
9965
  },
8955
9966
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/srv6_network_slices" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9967
+ dependencies: [
9968
+ {
9969
+ domain: "",
9970
+ fieldPath: "",
9971
+ inline: false,
9972
+ required: false,
9973
+ resourceType: "srv6-network-slice",
9974
+ },
9975
+ ],
9976
+ oneOfGroups: [],
9977
+ subscriptionRequirements: [],
8956
9978
  },
8957
9979
  {
8958
9980
  toolName: "f5xc-api-network-srv6-network-slice-get",
@@ -9077,6 +10099,9 @@ export const networkTools = [
9077
10099
  side_effects: {},
9078
10100
  },
9079
10101
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/srv6_network_slices" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10102
+ dependencies: [],
10103
+ oneOfGroups: [],
10104
+ subscriptionRequirements: [],
9080
10105
  },
9081
10106
  {
9082
10107
  toolName: "f5xc-api-network-srv6-network-slice-list",
@@ -9207,6 +10232,9 @@ export const networkTools = [
9207
10232
  side_effects: {},
9208
10233
  },
9209
10234
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/srv6_network_slices" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10235
+ dependencies: [],
10236
+ oneOfGroups: [],
10237
+ subscriptionRequirements: [],
9210
10238
  },
9211
10239
  {
9212
10240
  toolName: "f5xc-api-network-srv6-network-slice-update",
@@ -9316,6 +10344,31 @@ export const networkTools = [
9316
10344
  },
9317
10345
  },
9318
10346
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/srv6_network_slices" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10347
+ dependencies: [
10348
+ {
10349
+ domain: "",
10350
+ fieldPath: "",
10351
+ inline: false,
10352
+ required: false,
10353
+ resourceType: "srv6-network-slice",
10354
+ },
10355
+ {
10356
+ domain: "",
10357
+ fieldPath: "metadata",
10358
+ inline: false,
10359
+ required: false,
10360
+ resourceType: "schema-object-replace-meta",
10361
+ },
10362
+ {
10363
+ domain: "",
10364
+ fieldPath: "spec",
10365
+ inline: false,
10366
+ required: false,
10367
+ resourceType: "schemasrv6-network-slice-replace",
10368
+ },
10369
+ ],
10370
+ oneOfGroups: [],
10371
+ subscriptionRequirements: [],
9319
10372
  },
9320
10373
  {
9321
10374
  toolName: "f5xc-api-network-subnet-create",
@@ -9413,6 +10466,31 @@ export const networkTools = [
9413
10466
  },
9414
10467
  },
9415
10468
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/subnets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10469
+ dependencies: [
10470
+ {
10471
+ domain: "",
10472
+ fieldPath: "",
10473
+ inline: false,
10474
+ required: false,
10475
+ resourceType: "subnet",
10476
+ },
10477
+ {
10478
+ domain: "",
10479
+ fieldPath: "metadata",
10480
+ inline: false,
10481
+ required: false,
10482
+ resourceType: "schema-object-create-meta",
10483
+ },
10484
+ {
10485
+ domain: "",
10486
+ fieldPath: "spec",
10487
+ inline: false,
10488
+ required: false,
10489
+ resourceType: "schemasubnet-create",
10490
+ },
10491
+ ],
10492
+ oneOfGroups: [],
10493
+ subscriptionRequirements: [],
9416
10494
  },
9417
10495
  {
9418
10496
  toolName: "f5xc-api-network-subnet-delete",
@@ -9520,6 +10598,17 @@ export const networkTools = [
9520
10598
  },
9521
10599
  },
9522
10600
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/subnets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10601
+ dependencies: [
10602
+ {
10603
+ domain: "",
10604
+ fieldPath: "",
10605
+ inline: false,
10606
+ required: false,
10607
+ resourceType: "subnet",
10608
+ },
10609
+ ],
10610
+ oneOfGroups: [],
10611
+ subscriptionRequirements: [],
9523
10612
  },
9524
10613
  {
9525
10614
  toolName: "f5xc-api-network-subnet-get",
@@ -9644,6 +10733,9 @@ export const networkTools = [
9644
10733
  side_effects: {},
9645
10734
  },
9646
10735
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/subnets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10736
+ dependencies: [],
10737
+ oneOfGroups: [],
10738
+ subscriptionRequirements: [],
9647
10739
  },
9648
10740
  {
9649
10741
  toolName: "f5xc-api-network-subnet-list",
@@ -9774,6 +10866,9 @@ export const networkTools = [
9774
10866
  side_effects: {},
9775
10867
  },
9776
10868
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/subnets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10869
+ dependencies: [],
10870
+ oneOfGroups: [],
10871
+ subscriptionRequirements: [],
9777
10872
  },
9778
10873
  {
9779
10874
  toolName: "f5xc-api-network-subnet-update",
@@ -9883,6 +10978,31 @@ export const networkTools = [
9883
10978
  },
9884
10979
  },
9885
10980
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/subnets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10981
+ dependencies: [
10982
+ {
10983
+ domain: "",
10984
+ fieldPath: "",
10985
+ inline: false,
10986
+ required: false,
10987
+ resourceType: "subnet",
10988
+ },
10989
+ {
10990
+ domain: "",
10991
+ fieldPath: "metadata",
10992
+ inline: false,
10993
+ required: false,
10994
+ resourceType: "schema-object-replace-meta",
10995
+ },
10996
+ {
10997
+ domain: "",
10998
+ fieldPath: "spec",
10999
+ inline: false,
11000
+ required: false,
11001
+ resourceType: "schemasubnet-replace",
11002
+ },
11003
+ ],
11004
+ oneOfGroups: [],
11005
+ subscriptionRequirements: [],
9886
11006
  },
9887
11007
  {
9888
11008
  toolName: "f5xc-api-network-traceroute-create",
@@ -9992,6 +11112,9 @@ export const networkTools = [
9992
11112
  },
9993
11113
  },
9994
11114
  curlExample: null,
11115
+ dependencies: [],
11116
+ oneOfGroups: [],
11117
+ subscriptionRequirements: [],
9995
11118
  },
9996
11119
  {
9997
11120
  toolName: "f5xc-api-network-tunnel-create",
@@ -10089,6 +11212,38 @@ export const networkTools = [
10089
11212
  },
10090
11213
  },
10091
11214
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tunnels" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
11215
+ dependencies: [
11216
+ {
11217
+ domain: "",
11218
+ fieldPath: "",
11219
+ inline: false,
11220
+ required: false,
11221
+ resourceType: "tunnel",
11222
+ },
11223
+ {
11224
+ domain: "",
11225
+ fieldPath: "metadata",
11226
+ inline: false,
11227
+ required: false,
11228
+ resourceType: "schema-object-create-meta",
11229
+ },
11230
+ {
11231
+ domain: "",
11232
+ fieldPath: "spec",
11233
+ inline: false,
11234
+ required: false,
11235
+ resourceType: "schematunnel-create",
11236
+ },
11237
+ ],
11238
+ oneOfGroups: [],
11239
+ subscriptionRequirements: [
11240
+ {
11241
+ addonService: "f5xc_site_management_standard",
11242
+ displayName: "F5XC Site Management Standard",
11243
+ required: false,
11244
+ tier: "standard",
11245
+ },
11246
+ ],
10092
11247
  },
10093
11248
  {
10094
11249
  toolName: "f5xc-api-network-tunnel-delete",
@@ -10196,6 +11351,24 @@ export const networkTools = [
10196
11351
  },
10197
11352
  },
10198
11353
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tunnels" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
11354
+ dependencies: [
11355
+ {
11356
+ domain: "",
11357
+ fieldPath: "",
11358
+ inline: false,
11359
+ required: false,
11360
+ resourceType: "tunnel",
11361
+ },
11362
+ ],
11363
+ oneOfGroups: [],
11364
+ subscriptionRequirements: [
11365
+ {
11366
+ addonService: "f5xc_site_management_standard",
11367
+ displayName: "F5XC Site Management Standard",
11368
+ required: false,
11369
+ tier: "standard",
11370
+ },
11371
+ ],
10199
11372
  },
10200
11373
  {
10201
11374
  toolName: "f5xc-api-network-tunnel-get",
@@ -10320,6 +11493,16 @@ export const networkTools = [
10320
11493
  side_effects: {},
10321
11494
  },
10322
11495
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tunnels" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
11496
+ dependencies: [],
11497
+ oneOfGroups: [],
11498
+ subscriptionRequirements: [
11499
+ {
11500
+ addonService: "f5xc_site_management_standard",
11501
+ displayName: "F5XC Site Management Standard",
11502
+ required: false,
11503
+ tier: "standard",
11504
+ },
11505
+ ],
10323
11506
  },
10324
11507
  {
10325
11508
  toolName: "f5xc-api-network-tunnel-list",
@@ -10450,6 +11633,16 @@ export const networkTools = [
10450
11633
  side_effects: {},
10451
11634
  },
10452
11635
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tunnels" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
11636
+ dependencies: [],
11637
+ oneOfGroups: [],
11638
+ subscriptionRequirements: [
11639
+ {
11640
+ addonService: "f5xc_site_management_standard",
11641
+ displayName: "F5XC Site Management Standard",
11642
+ required: false,
11643
+ tier: "standard",
11644
+ },
11645
+ ],
10453
11646
  },
10454
11647
  {
10455
11648
  toolName: "f5xc-api-network-tunnel-update",
@@ -10559,6 +11752,38 @@ export const networkTools = [
10559
11752
  },
10560
11753
  },
10561
11754
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tunnels" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
11755
+ dependencies: [
11756
+ {
11757
+ domain: "",
11758
+ fieldPath: "",
11759
+ inline: false,
11760
+ required: false,
11761
+ resourceType: "tunnel",
11762
+ },
11763
+ {
11764
+ domain: "",
11765
+ fieldPath: "metadata",
11766
+ inline: false,
11767
+ required: false,
11768
+ resourceType: "schema-object-replace-meta",
11769
+ },
11770
+ {
11771
+ domain: "",
11772
+ fieldPath: "spec",
11773
+ inline: false,
11774
+ required: false,
11775
+ resourceType: "schematunnel-replace",
11776
+ },
11777
+ ],
11778
+ oneOfGroups: [],
11779
+ subscriptionRequirements: [
11780
+ {
11781
+ addonService: "f5xc_site_management_standard",
11782
+ displayName: "F5XC Site Management Standard",
11783
+ required: false,
11784
+ tier: "standard",
11785
+ },
11786
+ ],
10562
11787
  },
10563
11788
  {
10564
11789
  toolName: "f5xc-api-network-virtual-network-create",
@@ -10656,6 +11881,31 @@ export const networkTools = [
10656
11881
  },
10657
11882
  },
10658
11883
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_networks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
11884
+ dependencies: [
11885
+ {
11886
+ domain: "",
11887
+ fieldPath: "",
11888
+ inline: false,
11889
+ required: false,
11890
+ resourceType: "virtual-network",
11891
+ },
11892
+ {
11893
+ domain: "",
11894
+ fieldPath: "metadata",
11895
+ inline: false,
11896
+ required: false,
11897
+ resourceType: "schema-object-create-meta",
11898
+ },
11899
+ {
11900
+ domain: "",
11901
+ fieldPath: "spec",
11902
+ inline: false,
11903
+ required: false,
11904
+ resourceType: "virtual-network-create",
11905
+ },
11906
+ ],
11907
+ oneOfGroups: [],
11908
+ subscriptionRequirements: [],
10659
11909
  },
10660
11910
  {
10661
11911
  toolName: "f5xc-api-network-virtual-network-delete",
@@ -10763,6 +12013,17 @@ export const networkTools = [
10763
12013
  },
10764
12014
  },
10765
12015
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_networks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
12016
+ dependencies: [
12017
+ {
12018
+ domain: "",
12019
+ fieldPath: "",
12020
+ inline: false,
12021
+ required: false,
12022
+ resourceType: "virtual-network",
12023
+ },
12024
+ ],
12025
+ oneOfGroups: [],
12026
+ subscriptionRequirements: [],
10766
12027
  },
10767
12028
  {
10768
12029
  toolName: "f5xc-api-network-virtual-network-get",
@@ -10887,6 +12148,9 @@ export const networkTools = [
10887
12148
  side_effects: {},
10888
12149
  },
10889
12150
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_networks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
12151
+ dependencies: [],
12152
+ oneOfGroups: [],
12153
+ subscriptionRequirements: [],
10890
12154
  },
10891
12155
  {
10892
12156
  toolName: "f5xc-api-network-virtual-network-list",
@@ -11017,6 +12281,9 @@ export const networkTools = [
11017
12281
  side_effects: {},
11018
12282
  },
11019
12283
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_networks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
12284
+ dependencies: [],
12285
+ oneOfGroups: [],
12286
+ subscriptionRequirements: [],
11020
12287
  },
11021
12288
  {
11022
12289
  toolName: "f5xc-api-network-virtual-network-update",
@@ -11126,6 +12393,31 @@ export const networkTools = [
11126
12393
  },
11127
12394
  },
11128
12395
  curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_networks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
12396
+ dependencies: [
12397
+ {
12398
+ domain: "",
12399
+ fieldPath: "",
12400
+ inline: false,
12401
+ required: false,
12402
+ resourceType: "virtual-network",
12403
+ },
12404
+ {
12405
+ domain: "",
12406
+ fieldPath: "metadata",
12407
+ inline: false,
12408
+ required: false,
12409
+ resourceType: "schema-object-replace-meta",
12410
+ },
12411
+ {
12412
+ domain: "",
12413
+ fieldPath: "spec",
12414
+ inline: false,
12415
+ required: false,
12416
+ resourceType: "virtual-network-replace",
12417
+ },
12418
+ ],
12419
+ oneOfGroups: [],
12420
+ subscriptionRequirements: [],
11129
12421
  },
11130
12422
  ];
11131
12423
  export default networkTools;