@robinmordasiewicz/f5xc-api-mcp 3.4.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.
Files changed (170) 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 +21 -77
  14. package/dist/generator/openapi-parser.d.ts.map +1 -1
  15. package/dist/generator/openapi-parser.js +126 -17
  16. package/dist/generator/openapi-parser.js.map +1 -1
  17. package/dist/generator/tool-generator.d.ts +19 -3
  18. package/dist/generator/tool-generator.d.ts.map +1 -1
  19. package/dist/generator/tool-generator.js +26 -28
  20. package/dist/generator/tool-generator.js.map +1 -1
  21. package/dist/index.d.ts +2 -10
  22. package/dist/index.d.ts.map +1 -1
  23. package/dist/index.js +28 -33
  24. package/dist/index.js.map +1 -1
  25. package/dist/prompts/workflows.d.ts.map +1 -1
  26. package/dist/prompts/workflows.js +30 -174
  27. package/dist/prompts/workflows.js.map +1 -1
  28. package/dist/resources/handlers.d.ts +0 -2
  29. package/dist/resources/handlers.d.ts.map +1 -1
  30. package/dist/resources/handlers.js +0 -51
  31. package/dist/resources/handlers.js.map +1 -1
  32. package/dist/server.d.ts +1 -1
  33. package/dist/server.d.ts.map +1 -1
  34. package/dist/server.js +1 -2
  35. package/dist/server.js.map +1 -1
  36. package/dist/tools/discovery/dependencies.d.ts +113 -0
  37. package/dist/tools/discovery/dependencies.d.ts.map +1 -0
  38. package/dist/tools/discovery/dependencies.js +258 -0
  39. package/dist/tools/discovery/dependencies.js.map +1 -0
  40. package/dist/tools/discovery/execute.d.ts +1 -3
  41. package/dist/tools/discovery/execute.d.ts.map +1 -1
  42. package/dist/tools/discovery/execute.js +1 -34
  43. package/dist/tools/discovery/execute.js.map +1 -1
  44. package/dist/tools/discovery/index.d.ts +33 -0
  45. package/dist/tools/discovery/index.d.ts.map +1 -1
  46. package/dist/tools/discovery/index.js +43 -0
  47. package/dist/tools/discovery/index.js.map +1 -1
  48. package/dist/tools/generated/admin_console_and_ui/index.d.ts.map +1 -1
  49. package/dist/tools/generated/admin_console_and_ui/index.js +8 -28
  50. package/dist/tools/generated/admin_console_and_ui/index.js.map +1 -1
  51. package/dist/tools/generated/api/index.d.ts.map +1 -1
  52. package/dist/tools/generated/api/index.js +1256 -908
  53. package/dist/tools/generated/api/index.js.map +1 -1
  54. package/dist/tools/generated/authentication/index.d.ts.map +1 -1
  55. package/dist/tools/generated/authentication/index.js +58 -156
  56. package/dist/tools/generated/authentication/index.js.map +1 -1
  57. package/dist/tools/generated/bigip/index.d.ts.map +1 -1
  58. package/dist/tools/generated/bigip/index.js +344 -410
  59. package/dist/tools/generated/bigip/index.js.map +1 -1
  60. package/dist/tools/generated/billing_and_usage/index.d.ts.map +1 -1
  61. package/dist/tools/generated/billing_and_usage/index.js +192 -442
  62. package/dist/tools/generated/billing_and_usage/index.js.map +1 -1
  63. package/dist/tools/generated/blindfold/index.d.ts.map +1 -1
  64. package/dist/tools/generated/blindfold/index.js +360 -568
  65. package/dist/tools/generated/blindfold/index.js.map +1 -1
  66. package/dist/tools/generated/bot_and_threat_defense/index.d.ts.map +1 -1
  67. package/dist/tools/generated/bot_and_threat_defense/index.js +502 -340
  68. package/dist/tools/generated/bot_and_threat_defense/index.js.map +1 -1
  69. package/dist/tools/generated/cdn/index.d.ts.map +1 -1
  70. package/dist/tools/generated/cdn/index.js +369 -428
  71. package/dist/tools/generated/cdn/index.js.map +1 -1
  72. package/dist/tools/generated/ce_management/index.d.ts.map +1 -1
  73. package/dist/tools/generated/ce_management/index.js +407 -558
  74. package/dist/tools/generated/ce_management/index.js.map +1 -1
  75. package/dist/tools/generated/certificates/index.d.ts.map +1 -1
  76. package/dist/tools/generated/certificates/index.js +288 -320
  77. package/dist/tools/generated/certificates/index.js.map +1 -1
  78. package/dist/tools/generated/cloud_infrastructure/index.d.ts.map +1 -1
  79. package/dist/tools/generated/cloud_infrastructure/index.js +407 -572
  80. package/dist/tools/generated/cloud_infrastructure/index.js.map +1 -1
  81. package/dist/tools/generated/container_services/index.d.ts.map +1 -1
  82. package/dist/tools/generated/container_services/index.js +228 -264
  83. package/dist/tools/generated/container_services/index.js.map +1 -1
  84. package/dist/tools/generated/data_and_privacy_security/index.d.ts.map +1 -1
  85. package/dist/tools/generated/data_and_privacy_security/index.js +156 -202
  86. package/dist/tools/generated/data_and_privacy_security/index.js.map +1 -1
  87. package/dist/tools/generated/data_intelligence/index.d.ts.map +1 -1
  88. package/dist/tools/generated/data_intelligence/index.js +120 -290
  89. package/dist/tools/generated/data_intelligence/index.js.map +1 -1
  90. package/dist/tools/generated/ddos/index.d.ts.map +1 -1
  91. package/dist/tools/generated/ddos/index.js +732 -1152
  92. package/dist/tools/generated/ddos/index.js.map +1 -1
  93. package/dist/tools/generated/dns/index.d.ts.map +1 -1
  94. package/dist/tools/generated/dns/index.js +544 -908
  95. package/dist/tools/generated/dns/index.js.map +1 -1
  96. package/dist/tools/generated/generative_ai/index.d.ts.map +1 -1
  97. package/dist/tools/generated/generative_ai/index.js +58 -254
  98. package/dist/tools/generated/generative_ai/index.js.map +1 -1
  99. package/dist/tools/generated/managed_kubernetes/index.d.ts.map +1 -1
  100. package/dist/tools/generated/managed_kubernetes/index.js +535 -400
  101. package/dist/tools/generated/managed_kubernetes/index.js.map +1 -1
  102. package/dist/tools/generated/marketplace/index.d.ts.map +1 -1
  103. package/dist/tools/generated/marketplace/index.js +343 -594
  104. package/dist/tools/generated/marketplace/index.js.map +1 -1
  105. package/dist/tools/generated/network/index.d.ts.map +1 -1
  106. package/dist/tools/generated/network/index.js +1398 -1590
  107. package/dist/tools/generated/network/index.js.map +1 -1
  108. package/dist/tools/generated/network_security/index.d.ts.map +1 -1
  109. package/dist/tools/generated/network_security/index.js +1879 -1126
  110. package/dist/tools/generated/network_security/index.js.map +1 -1
  111. package/dist/tools/generated/nginx_one/index.d.ts.map +1 -1
  112. package/dist/tools/generated/nginx_one/index.js +108 -236
  113. package/dist/tools/generated/nginx_one/index.js.map +1 -1
  114. package/dist/tools/generated/object_storage/index.d.ts.map +1 -1
  115. package/dist/tools/generated/object_storage/index.js +39 -98
  116. package/dist/tools/generated/object_storage/index.js.map +1 -1
  117. package/dist/tools/generated/observability/index.d.ts.map +1 -1
  118. package/dist/tools/generated/observability/index.js +310 -790
  119. package/dist/tools/generated/observability/index.js.map +1 -1
  120. package/dist/tools/generated/rate_limiting/index.d.ts.map +1 -1
  121. package/dist/tools/generated/rate_limiting/index.js +411 -240
  122. package/dist/tools/generated/rate_limiting/index.js.map +1 -1
  123. package/dist/tools/generated/secops_and_incident_response/index.d.ts.map +1 -1
  124. package/dist/tools/generated/secops_and_incident_response/index.js +137 -80
  125. package/dist/tools/generated/secops_and_incident_response/index.js.map +1 -1
  126. package/dist/tools/generated/service_mesh/index.d.ts.map +1 -1
  127. package/dist/tools/generated/service_mesh/index.js +1118 -778
  128. package/dist/tools/generated/service_mesh/index.js.map +1 -1
  129. package/dist/tools/generated/shape/index.d.ts.map +1 -1
  130. package/dist/tools/generated/shape/index.js +1101 -3504
  131. package/dist/tools/generated/shape/index.js.map +1 -1
  132. package/dist/tools/generated/sites/index.d.ts.map +1 -1
  133. package/dist/tools/generated/sites/index.js +1780 -1872
  134. package/dist/tools/generated/sites/index.js.map +1 -1
  135. package/dist/tools/generated/statistics/index.d.ts.map +1 -1
  136. package/dist/tools/generated/statistics/index.js +644 -1350
  137. package/dist/tools/generated/statistics/index.js.map +1 -1
  138. package/dist/tools/generated/support/index.d.ts.map +1 -1
  139. package/dist/tools/generated/support/index.js +321 -928
  140. package/dist/tools/generated/support/index.js.map +1 -1
  141. package/dist/tools/generated/telemetry_and_insights/index.d.ts.map +1 -1
  142. package/dist/tools/generated/telemetry_and_insights/index.js +123 -492
  143. package/dist/tools/generated/telemetry_and_insights/index.js.map +1 -1
  144. package/dist/tools/generated/tenant_and_identity/index.d.ts.map +1 -1
  145. package/dist/tools/generated/tenant_and_identity/index.js +1568 -3086
  146. package/dist/tools/generated/tenant_and_identity/index.js.map +1 -1
  147. package/dist/tools/generated/threat_campaign/index.d.ts.map +1 -1
  148. package/dist/tools/generated/threat_campaign/index.js +4 -14
  149. package/dist/tools/generated/threat_campaign/index.js.map +1 -1
  150. package/dist/tools/generated/users/index.d.ts.map +1 -1
  151. package/dist/tools/generated/users/index.js +151 -208
  152. package/dist/tools/generated/users/index.js.map +1 -1
  153. package/dist/tools/generated/virtual/index.d.ts.map +1 -1
  154. package/dist/tools/generated/virtual/index.js +1256 -1533
  155. package/dist/tools/generated/virtual/index.js.map +1 -1
  156. package/dist/tools/generated/vpm_and_node_management/index.d.ts.map +1 -1
  157. package/dist/tools/generated/vpm_and_node_management/index.js +4 -14
  158. package/dist/tools/generated/vpm_and_node_management/index.js.map +1 -1
  159. package/dist/tools/generated/waf/index.d.ts.map +1 -1
  160. package/dist/tools/generated/waf/index.js +821 -675
  161. package/dist/tools/generated/waf/index.js.map +1 -1
  162. package/package.json +1 -1
  163. package/dist/cli/index.d.ts +0 -16
  164. package/dist/cli/index.d.ts.map +0 -1
  165. package/dist/cli/index.js +0 -116
  166. package/dist/cli/index.js.map +0 -1
  167. package/dist/cli/setup.d.ts +0 -54
  168. package/dist/cli/setup.d.ts.map +0 -1
  169. package/dist/cli/setup.js +0 -347
  170. package/dist/cli/setup.js.map +0 -1
@@ -42,18 +42,6 @@ export const apiTools = [
42
42
  creates: ["api-crawler"],
43
43
  },
44
44
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
45
- cliExamples: [
46
- {
47
- command: "f5xcctl config api-crawler create {name} --namespace {namespace}",
48
- description: "Create api-crawler",
49
- use_case: "basic_create",
50
- },
51
- {
52
- command: "f5xcctl config api-crawler create -f {file}.yaml",
53
- description: "Create from YAML file",
54
- use_case: "file_based",
55
- },
56
- ],
57
45
  confirmationRequired: false,
58
46
  parameterExamples: {
59
47
  "metadata.namespace": "Staging",
@@ -98,18 +86,6 @@ export const apiTools = [
98
86
  },
99
87
  confirmation_required: false,
100
88
  danger_level: "medium",
101
- examples: [
102
- {
103
- command: "f5xcctl config api-crawler create {name} --namespace {namespace}",
104
- description: "Create api-crawler",
105
- use_case: "basic_create",
106
- },
107
- {
108
- command: "f5xcctl config api-crawler create -f {file}.yaml",
109
- description: "Create from YAML file",
110
- use_case: "file_based",
111
- },
112
- ],
113
89
  field_docs: {},
114
90
  optional_fields: [],
115
91
  performance_impact: {
@@ -122,6 +98,45 @@ export const apiTools = [
122
98
  creates: ["api-crawler"],
123
99
  },
124
100
  },
101
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_crawlers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
102
+ dependencies: [
103
+ {
104
+ domain: "",
105
+ fieldPath: "",
106
+ inline: false,
107
+ required: false,
108
+ resourceType: "api-crawler",
109
+ },
110
+ {
111
+ domain: "",
112
+ fieldPath: "metadata",
113
+ inline: false,
114
+ required: false,
115
+ resourceType: "schema-object-create-meta",
116
+ },
117
+ {
118
+ domain: "",
119
+ fieldPath: "spec",
120
+ inline: false,
121
+ required: false,
122
+ resourceType: "api-crawler-create",
123
+ },
124
+ ],
125
+ oneOfGroups: [],
126
+ subscriptionRequirements: [
127
+ {
128
+ addonService: "f5xc_waap_standard",
129
+ displayName: "F5XC WAAP Standard",
130
+ required: false,
131
+ tier: "standard",
132
+ },
133
+ {
134
+ addonService: "f5xc_waap_advanced",
135
+ displayName: "F5XC WAAP Advanced",
136
+ required: false,
137
+ tier: "advanced",
138
+ },
139
+ ],
125
140
  },
126
141
  {
127
142
  toolName: "f5xc-api-api-api-crawler-delete",
@@ -171,13 +186,6 @@ export const apiTools = [
171
186
  deletes: ["api-crawler", "contained_resources"],
172
187
  },
173
188
  requiredFields: ["path.name", "path.namespace"],
174
- cliExamples: [
175
- {
176
- command: "f5xcctl config api-crawler delete {name} --namespace {namespace}",
177
- description: "Delete api-crawler",
178
- use_case: "delete",
179
- },
180
- ],
181
189
  confirmationRequired: true,
182
190
  parameterExamples: {
183
191
  name: "Name",
@@ -223,13 +231,6 @@ export const apiTools = [
223
231
  },
224
232
  confirmation_required: true,
225
233
  danger_level: "high",
226
- examples: [
227
- {
228
- command: "f5xcctl config api-crawler delete {name} --namespace {namespace}",
229
- description: "Delete api-crawler",
230
- use_case: "delete",
231
- },
232
- ],
233
234
  field_docs: {},
234
235
  optional_fields: [],
235
236
  performance_impact: {
@@ -242,6 +243,31 @@ export const apiTools = [
242
243
  deletes: ["api-crawler", "contained_resources"],
243
244
  },
244
245
  },
246
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_crawlers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
247
+ dependencies: [
248
+ {
249
+ domain: "",
250
+ fieldPath: "",
251
+ inline: false,
252
+ required: false,
253
+ resourceType: "api-crawler",
254
+ },
255
+ ],
256
+ oneOfGroups: [],
257
+ subscriptionRequirements: [
258
+ {
259
+ addonService: "f5xc_waap_standard",
260
+ displayName: "F5XC WAAP Standard",
261
+ required: false,
262
+ tier: "standard",
263
+ },
264
+ {
265
+ addonService: "f5xc_waap_advanced",
266
+ displayName: "F5XC WAAP Advanced",
267
+ required: false,
268
+ tier: "advanced",
269
+ },
270
+ ],
245
271
  },
246
272
  {
247
273
  toolName: "f5xc-api-api-api-crawler-get",
@@ -310,13 +336,6 @@ export const apiTools = [
310
336
  dangerLevel: "low",
311
337
  sideEffects: null,
312
338
  requiredFields: ["path.name", "path.namespace"],
313
- cliExamples: [
314
- {
315
- command: "f5xcctl config api-crawler get {name} --namespace {namespace}",
316
- description: "Get specific api-crawler",
317
- use_case: "get_specific",
318
- },
319
- ],
320
339
  confirmationRequired: false,
321
340
  parameterExamples: {
322
341
  name: "Name",
@@ -362,13 +381,6 @@ export const apiTools = [
362
381
  },
363
382
  confirmation_required: false,
364
383
  danger_level: "low",
365
- examples: [
366
- {
367
- command: "f5xcctl config api-crawler get {name} --namespace {namespace}",
368
- description: "Get specific api-crawler",
369
- use_case: "get_specific",
370
- },
371
- ],
372
384
  field_docs: {},
373
385
  optional_fields: [],
374
386
  performance_impact: {
@@ -379,6 +391,23 @@ export const apiTools = [
379
391
  required_fields: ["path.name", "path.namespace"],
380
392
  side_effects: {},
381
393
  },
394
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_crawlers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
395
+ dependencies: [],
396
+ oneOfGroups: [],
397
+ subscriptionRequirements: [
398
+ {
399
+ addonService: "f5xc_waap_standard",
400
+ displayName: "F5XC WAAP Standard",
401
+ required: false,
402
+ tier: "standard",
403
+ },
404
+ {
405
+ addonService: "f5xc_waap_advanced",
406
+ displayName: "F5XC WAAP Advanced",
407
+ required: false,
408
+ tier: "advanced",
409
+ },
410
+ ],
382
411
  },
383
412
  {
384
413
  toolName: "f5xc-api-api-api-crawler-list",
@@ -453,13 +482,6 @@ export const apiTools = [
453
482
  dangerLevel: "low",
454
483
  sideEffects: null,
455
484
  requiredFields: ["path.namespace"],
456
- cliExamples: [
457
- {
458
- command: "f5xcctl config api-crawler list --namespace {namespace}",
459
- description: "List all api-crawlers",
460
- use_case: "list_all",
461
- },
462
- ],
463
485
  confirmationRequired: false,
464
486
  parameterExamples: {
465
487
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -505,13 +527,6 @@ export const apiTools = [
505
527
  },
506
528
  confirmation_required: false,
507
529
  danger_level: "low",
508
- examples: [
509
- {
510
- command: "f5xcctl config api-crawler list --namespace {namespace}",
511
- description: "List all api-crawlers",
512
- use_case: "list_all",
513
- },
514
- ],
515
530
  field_docs: {},
516
531
  optional_fields: [],
517
532
  performance_impact: {
@@ -522,6 +537,23 @@ export const apiTools = [
522
537
  required_fields: ["path.namespace"],
523
538
  side_effects: {},
524
539
  },
540
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_crawlers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
541
+ dependencies: [],
542
+ oneOfGroups: [],
543
+ subscriptionRequirements: [
544
+ {
545
+ addonService: "f5xc_waap_standard",
546
+ displayName: "F5XC WAAP Standard",
547
+ required: false,
548
+ tier: "standard",
549
+ },
550
+ {
551
+ addonService: "f5xc_waap_advanced",
552
+ displayName: "F5XC WAAP Advanced",
553
+ required: false,
554
+ tier: "advanced",
555
+ },
556
+ ],
525
557
  },
526
558
  {
527
559
  toolName: "f5xc-api-api-api-crawler-update",
@@ -573,13 +605,6 @@ export const apiTools = [
573
605
  modifies: ["api-crawler"],
574
606
  },
575
607
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
576
- cliExamples: [
577
- {
578
- command: "f5xcctl config api-crawler update {name} --namespace {namespace} -f {file}.yaml",
579
- description: "Update api-crawler",
580
- use_case: "update",
581
- },
582
- ],
583
608
  confirmationRequired: false,
584
609
  parameterExamples: {
585
610
  "metadata.name": "Example-corp-web.",
@@ -625,13 +650,6 @@ export const apiTools = [
625
650
  },
626
651
  confirmation_required: false,
627
652
  danger_level: "medium",
628
- examples: [
629
- {
630
- command: "f5xcctl config api-crawler update {name} --namespace {namespace} -f {file}.yaml",
631
- description: "Update api-crawler",
632
- use_case: "update",
633
- },
634
- ],
635
653
  field_docs: {},
636
654
  optional_fields: [],
637
655
  performance_impact: {
@@ -644,6 +662,45 @@ export const apiTools = [
644
662
  modifies: ["api-crawler"],
645
663
  },
646
664
  },
665
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_crawlers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
666
+ dependencies: [
667
+ {
668
+ domain: "",
669
+ fieldPath: "",
670
+ inline: false,
671
+ required: false,
672
+ resourceType: "api-crawler",
673
+ },
674
+ {
675
+ domain: "",
676
+ fieldPath: "metadata",
677
+ inline: false,
678
+ required: false,
679
+ resourceType: "schema-object-replace-meta",
680
+ },
681
+ {
682
+ domain: "",
683
+ fieldPath: "spec",
684
+ inline: false,
685
+ required: false,
686
+ resourceType: "api-crawler-replace",
687
+ },
688
+ ],
689
+ oneOfGroups: [],
690
+ subscriptionRequirements: [
691
+ {
692
+ addonService: "f5xc_waap_standard",
693
+ displayName: "F5XC WAAP Standard",
694
+ required: false,
695
+ tier: "standard",
696
+ },
697
+ {
698
+ addonService: "f5xc_waap_advanced",
699
+ displayName: "F5XC WAAP Advanced",
700
+ required: false,
701
+ tier: "advanced",
702
+ },
703
+ ],
647
704
  },
648
705
  {
649
706
  toolName: "f5xc-api-api-api-definition-create",
@@ -684,18 +741,6 @@ export const apiTools = [
684
741
  creates: ["api-definition"],
685
742
  },
686
743
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
687
- cliExamples: [
688
- {
689
- command: "f5xcctl config api-definition create {name} --namespace {namespace}",
690
- description: "Create api-definition",
691
- use_case: "basic_create",
692
- },
693
- {
694
- command: "f5xcctl config api-definition create -f {file}.yaml",
695
- description: "Create from YAML file",
696
- use_case: "file_based",
697
- },
698
- ],
699
744
  confirmationRequired: false,
700
745
  parameterExamples: {
701
746
  "metadata.namespace": "Staging",
@@ -740,18 +785,6 @@ export const apiTools = [
740
785
  },
741
786
  confirmation_required: false,
742
787
  danger_level: "medium",
743
- examples: [
744
- {
745
- command: "f5xcctl config api-definition create {name} --namespace {namespace}",
746
- description: "Create api-definition",
747
- use_case: "basic_create",
748
- },
749
- {
750
- command: "f5xcctl config api-definition create -f {file}.yaml",
751
- description: "Create from YAML file",
752
- use_case: "file_based",
753
- },
754
- ],
755
788
  field_docs: {},
756
789
  optional_fields: [],
757
790
  performance_impact: {
@@ -764,6 +797,45 @@ export const apiTools = [
764
797
  creates: ["api-definition"],
765
798
  },
766
799
  },
800
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_definitions" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
801
+ dependencies: [
802
+ {
803
+ domain: "api",
804
+ fieldPath: "",
805
+ inline: false,
806
+ required: false,
807
+ resourceType: "api-definition",
808
+ },
809
+ {
810
+ domain: "",
811
+ fieldPath: "metadata",
812
+ inline: false,
813
+ required: false,
814
+ resourceType: "schema-object-create-meta",
815
+ },
816
+ {
817
+ domain: "",
818
+ fieldPath: "spec",
819
+ inline: false,
820
+ required: false,
821
+ resourceType: "viewsapi-definition-create",
822
+ },
823
+ ],
824
+ oneOfGroups: [],
825
+ subscriptionRequirements: [
826
+ {
827
+ addonService: "f5xc_waap_standard",
828
+ displayName: "F5XC WAAP Standard",
829
+ required: false,
830
+ tier: "standard",
831
+ },
832
+ {
833
+ addonService: "f5xc_waap_advanced",
834
+ displayName: "F5XC WAAP Advanced",
835
+ required: false,
836
+ tier: "advanced",
837
+ },
838
+ ],
767
839
  },
768
840
  {
769
841
  toolName: "f5xc-api-api-api-definition-delete",
@@ -813,13 +885,6 @@ export const apiTools = [
813
885
  deletes: ["api-definition", "contained_resources"],
814
886
  },
815
887
  requiredFields: ["path.name", "path.namespace"],
816
- cliExamples: [
817
- {
818
- command: "f5xcctl config api-definition delete {name} --namespace {namespace}",
819
- description: "Delete api-definition",
820
- use_case: "delete",
821
- },
822
- ],
823
888
  confirmationRequired: true,
824
889
  parameterExamples: {
825
890
  name: "Name",
@@ -865,13 +930,6 @@ export const apiTools = [
865
930
  },
866
931
  confirmation_required: true,
867
932
  danger_level: "high",
868
- examples: [
869
- {
870
- command: "f5xcctl config api-definition delete {name} --namespace {namespace}",
871
- description: "Delete api-definition",
872
- use_case: "delete",
873
- },
874
- ],
875
933
  field_docs: {},
876
934
  optional_fields: [],
877
935
  performance_impact: {
@@ -884,6 +942,31 @@ export const apiTools = [
884
942
  deletes: ["api-definition", "contained_resources"],
885
943
  },
886
944
  },
945
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_definitions" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
946
+ dependencies: [
947
+ {
948
+ domain: "api",
949
+ fieldPath: "",
950
+ inline: false,
951
+ required: false,
952
+ resourceType: "api-definition",
953
+ },
954
+ ],
955
+ oneOfGroups: [],
956
+ subscriptionRequirements: [
957
+ {
958
+ addonService: "f5xc_waap_standard",
959
+ displayName: "F5XC WAAP Standard",
960
+ required: false,
961
+ tier: "standard",
962
+ },
963
+ {
964
+ addonService: "f5xc_waap_advanced",
965
+ displayName: "F5XC WAAP Advanced",
966
+ required: false,
967
+ tier: "advanced",
968
+ },
969
+ ],
887
970
  },
888
971
  {
889
972
  toolName: "f5xc-api-api-api-definition-get",
@@ -952,13 +1035,6 @@ export const apiTools = [
952
1035
  dangerLevel: "low",
953
1036
  sideEffects: null,
954
1037
  requiredFields: ["path.name", "path.namespace"],
955
- cliExamples: [
956
- {
957
- command: "f5xcctl config api-definition get {name} --namespace {namespace}",
958
- description: "Get specific api-definition",
959
- use_case: "get_specific",
960
- },
961
- ],
962
1038
  confirmationRequired: false,
963
1039
  parameterExamples: {
964
1040
  name: "Name",
@@ -1004,13 +1080,6 @@ export const apiTools = [
1004
1080
  },
1005
1081
  confirmation_required: false,
1006
1082
  danger_level: "low",
1007
- examples: [
1008
- {
1009
- command: "f5xcctl config api-definition get {name} --namespace {namespace}",
1010
- description: "Get specific api-definition",
1011
- use_case: "get_specific",
1012
- },
1013
- ],
1014
1083
  field_docs: {},
1015
1084
  optional_fields: [],
1016
1085
  performance_impact: {
@@ -1021,6 +1090,23 @@ export const apiTools = [
1021
1090
  required_fields: ["path.name", "path.namespace"],
1022
1091
  side_effects: {},
1023
1092
  },
1093
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_definitions" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1094
+ dependencies: [],
1095
+ oneOfGroups: [],
1096
+ subscriptionRequirements: [
1097
+ {
1098
+ addonService: "f5xc_waap_standard",
1099
+ displayName: "F5XC WAAP Standard",
1100
+ required: false,
1101
+ tier: "standard",
1102
+ },
1103
+ {
1104
+ addonService: "f5xc_waap_advanced",
1105
+ displayName: "F5XC WAAP Advanced",
1106
+ required: false,
1107
+ tier: "advanced",
1108
+ },
1109
+ ],
1024
1110
  },
1025
1111
  {
1026
1112
  toolName: "f5xc-api-api-api-definition-list",
@@ -1095,13 +1181,6 @@ export const apiTools = [
1095
1181
  dangerLevel: "low",
1096
1182
  sideEffects: null,
1097
1183
  requiredFields: ["path.namespace"],
1098
- cliExamples: [
1099
- {
1100
- command: "f5xcctl config api-definition list --namespace {namespace}",
1101
- description: "List all api-definitions",
1102
- use_case: "list_all",
1103
- },
1104
- ],
1105
1184
  confirmationRequired: false,
1106
1185
  parameterExamples: {
1107
1186
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -1147,13 +1226,6 @@ export const apiTools = [
1147
1226
  },
1148
1227
  confirmation_required: false,
1149
1228
  danger_level: "low",
1150
- examples: [
1151
- {
1152
- command: "f5xcctl config api-definition list --namespace {namespace}",
1153
- description: "List all api-definitions",
1154
- use_case: "list_all",
1155
- },
1156
- ],
1157
1229
  field_docs: {},
1158
1230
  optional_fields: [],
1159
1231
  performance_impact: {
@@ -1164,6 +1236,23 @@ export const apiTools = [
1164
1236
  required_fields: ["path.namespace"],
1165
1237
  side_effects: {},
1166
1238
  },
1239
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_definitions" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1240
+ dependencies: [],
1241
+ oneOfGroups: [],
1242
+ subscriptionRequirements: [
1243
+ {
1244
+ addonService: "f5xc_waap_standard",
1245
+ displayName: "F5XC WAAP Standard",
1246
+ required: false,
1247
+ tier: "standard",
1248
+ },
1249
+ {
1250
+ addonService: "f5xc_waap_advanced",
1251
+ displayName: "F5XC WAAP Advanced",
1252
+ required: false,
1253
+ tier: "advanced",
1254
+ },
1255
+ ],
1167
1256
  },
1168
1257
  {
1169
1258
  toolName: "f5xc-api-api-api-definition-update",
@@ -1215,13 +1304,6 @@ export const apiTools = [
1215
1304
  modifies: ["api-definition"],
1216
1305
  },
1217
1306
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
1218
- cliExamples: [
1219
- {
1220
- command: "f5xcctl config api-definition update {name} --namespace {namespace} -f {file}.yaml",
1221
- description: "Update api-definition",
1222
- use_case: "update",
1223
- },
1224
- ],
1225
1307
  confirmationRequired: false,
1226
1308
  parameterExamples: {
1227
1309
  "metadata.name": "Example-corp-web.",
@@ -1267,13 +1349,6 @@ export const apiTools = [
1267
1349
  },
1268
1350
  confirmation_required: false,
1269
1351
  danger_level: "medium",
1270
- examples: [
1271
- {
1272
- command: "f5xcctl config api-definition update {name} --namespace {namespace} -f {file}.yaml",
1273
- description: "Update api-definition",
1274
- use_case: "update",
1275
- },
1276
- ],
1277
1352
  field_docs: {},
1278
1353
  optional_fields: [],
1279
1354
  performance_impact: {
@@ -1286,6 +1361,45 @@ export const apiTools = [
1286
1361
  modifies: ["api-definition"],
1287
1362
  },
1288
1363
  },
1364
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_definitions" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1365
+ dependencies: [
1366
+ {
1367
+ domain: "api",
1368
+ fieldPath: "",
1369
+ inline: false,
1370
+ required: false,
1371
+ resourceType: "api-definition",
1372
+ },
1373
+ {
1374
+ domain: "",
1375
+ fieldPath: "metadata",
1376
+ inline: false,
1377
+ required: false,
1378
+ resourceType: "schema-object-replace-meta",
1379
+ },
1380
+ {
1381
+ domain: "",
1382
+ fieldPath: "spec",
1383
+ inline: false,
1384
+ required: false,
1385
+ resourceType: "viewsapi-definition-replace",
1386
+ },
1387
+ ],
1388
+ oneOfGroups: [],
1389
+ subscriptionRequirements: [
1390
+ {
1391
+ addonService: "f5xc_waap_standard",
1392
+ displayName: "F5XC WAAP Standard",
1393
+ required: false,
1394
+ tier: "standard",
1395
+ },
1396
+ {
1397
+ addonService: "f5xc_waap_advanced",
1398
+ displayName: "F5XC WAAP Advanced",
1399
+ required: false,
1400
+ tier: "advanced",
1401
+ },
1402
+ ],
1289
1403
  },
1290
1404
  {
1291
1405
  toolName: "f5xc-api-api-api-definitions-without-shared-list",
@@ -1322,13 +1436,6 @@ export const apiTools = [
1322
1436
  dangerLevel: "low",
1323
1437
  sideEffects: null,
1324
1438
  requiredFields: ["path.namespace"],
1325
- cliExamples: [
1326
- {
1327
- command: "f5xcctl config api-definitions-without-shared list --namespace {namespace}",
1328
- description: "List all api-definitions-without-shareds",
1329
- use_case: "list_all",
1330
- },
1331
- ],
1332
1439
  confirmationRequired: false,
1333
1440
  parameterExamples: {
1334
1441
  namespace: "Shared",
@@ -1373,13 +1480,6 @@ export const apiTools = [
1373
1480
  },
1374
1481
  confirmation_required: false,
1375
1482
  danger_level: "low",
1376
- examples: [
1377
- {
1378
- command: "f5xcctl config api-definitions-without-shared list --namespace {namespace}",
1379
- description: "List all api-definitions-without-shareds",
1380
- use_case: "list_all",
1381
- },
1382
- ],
1383
1483
  field_docs: {},
1384
1484
  optional_fields: [],
1385
1485
  performance_impact: {
@@ -1390,6 +1490,23 @@ export const apiTools = [
1390
1490
  required_fields: ["path.namespace"],
1391
1491
  side_effects: {},
1392
1492
  },
1493
+ curlExample: null,
1494
+ dependencies: [],
1495
+ oneOfGroups: [],
1496
+ subscriptionRequirements: [
1497
+ {
1498
+ addonService: "f5xc_waap_standard",
1499
+ displayName: "F5XC WAAP Standard",
1500
+ required: false,
1501
+ tier: "standard",
1502
+ },
1503
+ {
1504
+ addonService: "f5xc_waap_advanced",
1505
+ displayName: "F5XC WAAP Advanced",
1506
+ required: false,
1507
+ tier: "advanced",
1508
+ },
1509
+ ],
1393
1510
  },
1394
1511
  {
1395
1512
  toolName: "f5xc-api-api-api-discovery-create",
@@ -1430,18 +1547,6 @@ export const apiTools = [
1430
1547
  creates: ["api-discovery"],
1431
1548
  },
1432
1549
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
1433
- cliExamples: [
1434
- {
1435
- command: "f5xcctl config api-discovery create {name} --namespace {namespace}",
1436
- description: "Create api-discovery",
1437
- use_case: "basic_create",
1438
- },
1439
- {
1440
- command: "f5xcctl config api-discovery create -f {file}.yaml",
1441
- description: "Create from YAML file",
1442
- use_case: "file_based",
1443
- },
1444
- ],
1445
1550
  confirmationRequired: false,
1446
1551
  parameterExamples: {
1447
1552
  "metadata.namespace": "Staging",
@@ -1486,18 +1591,6 @@ export const apiTools = [
1486
1591
  },
1487
1592
  confirmation_required: false,
1488
1593
  danger_level: "medium",
1489
- examples: [
1490
- {
1491
- command: "f5xcctl config api-discovery create {name} --namespace {namespace}",
1492
- description: "Create api-discovery",
1493
- use_case: "basic_create",
1494
- },
1495
- {
1496
- command: "f5xcctl config api-discovery create -f {file}.yaml",
1497
- description: "Create from YAML file",
1498
- use_case: "file_based",
1499
- },
1500
- ],
1501
1594
  field_docs: {},
1502
1595
  optional_fields: [],
1503
1596
  performance_impact: {
@@ -1510,6 +1603,45 @@ export const apiTools = [
1510
1603
  creates: ["api-discovery"],
1511
1604
  },
1512
1605
  },
1606
+ curlExample: null,
1607
+ dependencies: [
1608
+ {
1609
+ domain: "",
1610
+ fieldPath: "",
1611
+ inline: false,
1612
+ required: false,
1613
+ resourceType: "api-discovery",
1614
+ },
1615
+ {
1616
+ domain: "",
1617
+ fieldPath: "metadata",
1618
+ inline: false,
1619
+ required: false,
1620
+ resourceType: "schema-object-create-meta",
1621
+ },
1622
+ {
1623
+ domain: "",
1624
+ fieldPath: "spec",
1625
+ inline: false,
1626
+ required: false,
1627
+ resourceType: "api-discovery-create",
1628
+ },
1629
+ ],
1630
+ oneOfGroups: [],
1631
+ subscriptionRequirements: [
1632
+ {
1633
+ addonService: "f5xc_waap_standard",
1634
+ displayName: "F5XC WAAP Standard",
1635
+ required: false,
1636
+ tier: "standard",
1637
+ },
1638
+ {
1639
+ addonService: "f5xc_waap_advanced",
1640
+ displayName: "F5XC WAAP Advanced",
1641
+ required: false,
1642
+ tier: "advanced",
1643
+ },
1644
+ ],
1513
1645
  },
1514
1646
  {
1515
1647
  toolName: "f5xc-api-api-api-discovery-delete",
@@ -1559,13 +1691,6 @@ export const apiTools = [
1559
1691
  deletes: ["api-discovery", "contained_resources"],
1560
1692
  },
1561
1693
  requiredFields: ["path.name", "path.namespace"],
1562
- cliExamples: [
1563
- {
1564
- command: "f5xcctl config api-discovery delete {name} --namespace {namespace}",
1565
- description: "Delete api-discovery",
1566
- use_case: "delete",
1567
- },
1568
- ],
1569
1694
  confirmationRequired: true,
1570
1695
  parameterExamples: {
1571
1696
  name: "Name",
@@ -1611,13 +1736,6 @@ export const apiTools = [
1611
1736
  },
1612
1737
  confirmation_required: true,
1613
1738
  danger_level: "high",
1614
- examples: [
1615
- {
1616
- command: "f5xcctl config api-discovery delete {name} --namespace {namespace}",
1617
- description: "Delete api-discovery",
1618
- use_case: "delete",
1619
- },
1620
- ],
1621
1739
  field_docs: {},
1622
1740
  optional_fields: [],
1623
1741
  performance_impact: {
@@ -1630,6 +1748,31 @@ export const apiTools = [
1630
1748
  deletes: ["api-discovery", "contained_resources"],
1631
1749
  },
1632
1750
  },
1751
+ curlExample: null,
1752
+ dependencies: [
1753
+ {
1754
+ domain: "",
1755
+ fieldPath: "",
1756
+ inline: false,
1757
+ required: false,
1758
+ resourceType: "api-discovery",
1759
+ },
1760
+ ],
1761
+ oneOfGroups: [],
1762
+ subscriptionRequirements: [
1763
+ {
1764
+ addonService: "f5xc_waap_standard",
1765
+ displayName: "F5XC WAAP Standard",
1766
+ required: false,
1767
+ tier: "standard",
1768
+ },
1769
+ {
1770
+ addonService: "f5xc_waap_advanced",
1771
+ displayName: "F5XC WAAP Advanced",
1772
+ required: false,
1773
+ tier: "advanced",
1774
+ },
1775
+ ],
1633
1776
  },
1634
1777
  {
1635
1778
  toolName: "f5xc-api-api-api-discovery-get",
@@ -1698,13 +1841,6 @@ export const apiTools = [
1698
1841
  dangerLevel: "low",
1699
1842
  sideEffects: null,
1700
1843
  requiredFields: ["path.name", "path.namespace"],
1701
- cliExamples: [
1702
- {
1703
- command: "f5xcctl config api-discovery get {name} --namespace {namespace}",
1704
- description: "Get specific api-discovery",
1705
- use_case: "get_specific",
1706
- },
1707
- ],
1708
1844
  confirmationRequired: false,
1709
1845
  parameterExamples: {
1710
1846
  name: "Name",
@@ -1750,13 +1886,6 @@ export const apiTools = [
1750
1886
  },
1751
1887
  confirmation_required: false,
1752
1888
  danger_level: "low",
1753
- examples: [
1754
- {
1755
- command: "f5xcctl config api-discovery get {name} --namespace {namespace}",
1756
- description: "Get specific api-discovery",
1757
- use_case: "get_specific",
1758
- },
1759
- ],
1760
1889
  field_docs: {},
1761
1890
  optional_fields: [],
1762
1891
  performance_impact: {
@@ -1767,6 +1896,23 @@ export const apiTools = [
1767
1896
  required_fields: ["path.name", "path.namespace"],
1768
1897
  side_effects: {},
1769
1898
  },
1899
+ curlExample: null,
1900
+ dependencies: [],
1901
+ oneOfGroups: [],
1902
+ subscriptionRequirements: [
1903
+ {
1904
+ addonService: "f5xc_waap_standard",
1905
+ displayName: "F5XC WAAP Standard",
1906
+ required: false,
1907
+ tier: "standard",
1908
+ },
1909
+ {
1910
+ addonService: "f5xc_waap_advanced",
1911
+ displayName: "F5XC WAAP Advanced",
1912
+ required: false,
1913
+ tier: "advanced",
1914
+ },
1915
+ ],
1770
1916
  },
1771
1917
  {
1772
1918
  toolName: "f5xc-api-api-api-discovery-list",
@@ -1841,13 +1987,6 @@ export const apiTools = [
1841
1987
  dangerLevel: "low",
1842
1988
  sideEffects: null,
1843
1989
  requiredFields: ["path.namespace"],
1844
- cliExamples: [
1845
- {
1846
- command: "f5xcctl config api-discovery list --namespace {namespace}",
1847
- description: "List all api-discoverys",
1848
- use_case: "list_all",
1849
- },
1850
- ],
1851
1990
  confirmationRequired: false,
1852
1991
  parameterExamples: {
1853
1992
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -1893,13 +2032,6 @@ export const apiTools = [
1893
2032
  },
1894
2033
  confirmation_required: false,
1895
2034
  danger_level: "low",
1896
- examples: [
1897
- {
1898
- command: "f5xcctl config api-discovery list --namespace {namespace}",
1899
- description: "List all api-discoverys",
1900
- use_case: "list_all",
1901
- },
1902
- ],
1903
2035
  field_docs: {},
1904
2036
  optional_fields: [],
1905
2037
  performance_impact: {
@@ -1910,6 +2042,23 @@ export const apiTools = [
1910
2042
  required_fields: ["path.namespace"],
1911
2043
  side_effects: {},
1912
2044
  },
2045
+ curlExample: null,
2046
+ dependencies: [],
2047
+ oneOfGroups: [],
2048
+ subscriptionRequirements: [
2049
+ {
2050
+ addonService: "f5xc_waap_standard",
2051
+ displayName: "F5XC WAAP Standard",
2052
+ required: false,
2053
+ tier: "standard",
2054
+ },
2055
+ {
2056
+ addonService: "f5xc_waap_advanced",
2057
+ displayName: "F5XC WAAP Advanced",
2058
+ required: false,
2059
+ tier: "advanced",
2060
+ },
2061
+ ],
1913
2062
  },
1914
2063
  {
1915
2064
  toolName: "f5xc-api-api-api-discovery-update",
@@ -1961,13 +2110,6 @@ export const apiTools = [
1961
2110
  modifies: ["api-discovery"],
1962
2111
  },
1963
2112
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
1964
- cliExamples: [
1965
- {
1966
- command: "f5xcctl config api-discovery update {name} --namespace {namespace} -f {file}.yaml",
1967
- description: "Update api-discovery",
1968
- use_case: "update",
1969
- },
1970
- ],
1971
2113
  confirmationRequired: false,
1972
2114
  parameterExamples: {
1973
2115
  "metadata.name": "Example-corp-web.",
@@ -2013,13 +2155,6 @@ export const apiTools = [
2013
2155
  },
2014
2156
  confirmation_required: false,
2015
2157
  danger_level: "medium",
2016
- examples: [
2017
- {
2018
- command: "f5xcctl config api-discovery update {name} --namespace {namespace} -f {file}.yaml",
2019
- description: "Update api-discovery",
2020
- use_case: "update",
2021
- },
2022
- ],
2023
2158
  field_docs: {},
2024
2159
  optional_fields: [],
2025
2160
  performance_impact: {
@@ -2032,6 +2167,45 @@ export const apiTools = [
2032
2167
  modifies: ["api-discovery"],
2033
2168
  },
2034
2169
  },
2170
+ curlExample: null,
2171
+ dependencies: [
2172
+ {
2173
+ domain: "",
2174
+ fieldPath: "",
2175
+ inline: false,
2176
+ required: false,
2177
+ resourceType: "api-discovery",
2178
+ },
2179
+ {
2180
+ domain: "",
2181
+ fieldPath: "metadata",
2182
+ inline: false,
2183
+ required: false,
2184
+ resourceType: "schema-object-replace-meta",
2185
+ },
2186
+ {
2187
+ domain: "",
2188
+ fieldPath: "spec",
2189
+ inline: false,
2190
+ required: false,
2191
+ resourceType: "api-discovery-replace",
2192
+ },
2193
+ ],
2194
+ oneOfGroups: [],
2195
+ subscriptionRequirements: [
2196
+ {
2197
+ addonService: "f5xc_waap_standard",
2198
+ displayName: "F5XC WAAP Standard",
2199
+ required: false,
2200
+ tier: "standard",
2201
+ },
2202
+ {
2203
+ addonService: "f5xc_waap_advanced",
2204
+ displayName: "F5XC WAAP Advanced",
2205
+ required: false,
2206
+ tier: "advanced",
2207
+ },
2208
+ ],
2035
2209
  },
2036
2210
  {
2037
2211
  toolName: "f5xc-api-api-api-endpoint-protection-create",
@@ -2072,18 +2246,6 @@ export const apiTools = [
2072
2246
  creates: ["api-endpoint-protection"],
2073
2247
  },
2074
2248
  requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
2075
- cliExamples: [
2076
- {
2077
- command: "f5xcctl config api-endpoint-protection create {name} --namespace {namespace}",
2078
- description: "Create api-endpoint-protection",
2079
- use_case: "basic_create",
2080
- },
2081
- {
2082
- command: "f5xcctl config api-endpoint-protection create -f {file}.yaml",
2083
- description: "Create from YAML file",
2084
- use_case: "file_based",
2085
- },
2086
- ],
2087
2249
  confirmationRequired: false,
2088
2250
  parameterExamples: {
2089
2251
  namespace: "Shared",
@@ -2131,18 +2293,6 @@ export const apiTools = [
2131
2293
  },
2132
2294
  confirmation_required: false,
2133
2295
  danger_level: "medium",
2134
- examples: [
2135
- {
2136
- command: "f5xcctl config api-endpoint-protection create {name} --namespace {namespace}",
2137
- description: "Create api-endpoint-protection",
2138
- use_case: "basic_create",
2139
- },
2140
- {
2141
- command: "f5xcctl config api-endpoint-protection create -f {file}.yaml",
2142
- description: "Create from YAML file",
2143
- use_case: "file_based",
2144
- },
2145
- ],
2146
2296
  field_docs: {},
2147
2297
  optional_fields: [],
2148
2298
  performance_impact: {
@@ -2155,6 +2305,23 @@ export const apiTools = [
2155
2305
  creates: ["api-endpoint-protection"],
2156
2306
  },
2157
2307
  },
2308
+ curlExample: null,
2309
+ dependencies: [],
2310
+ oneOfGroups: [],
2311
+ subscriptionRequirements: [
2312
+ {
2313
+ addonService: "f5xc_waap_standard",
2314
+ displayName: "F5XC WAAP Standard",
2315
+ required: false,
2316
+ tier: "standard",
2317
+ },
2318
+ {
2319
+ addonService: "f5xc_waap_advanced",
2320
+ displayName: "F5XC WAAP Advanced",
2321
+ required: false,
2322
+ tier: "advanced",
2323
+ },
2324
+ ],
2158
2325
  },
2159
2326
  {
2160
2327
  toolName: "f5xc-api-api-api-group-element-get",
@@ -2221,13 +2388,6 @@ export const apiTools = [
2221
2388
  dangerLevel: "low",
2222
2389
  sideEffects: null,
2223
2390
  requiredFields: ["path.name", "path.namespace"],
2224
- cliExamples: [
2225
- {
2226
- command: "f5xcctl web api-group-element get {name} --namespace {namespace}",
2227
- description: "Get specific api-group-element",
2228
- use_case: "get_specific",
2229
- },
2230
- ],
2231
2391
  confirmationRequired: false,
2232
2392
  parameterExamples: {
2233
2393
  name: "Name",
@@ -2273,13 +2433,6 @@ export const apiTools = [
2273
2433
  },
2274
2434
  confirmation_required: false,
2275
2435
  danger_level: "low",
2276
- examples: [
2277
- {
2278
- command: "f5xcctl web api-group-element get {name} --namespace {namespace}",
2279
- description: "Get specific api-group-element",
2280
- use_case: "get_specific",
2281
- },
2282
- ],
2283
2436
  field_docs: {},
2284
2437
  optional_fields: [],
2285
2438
  performance_impact: {
@@ -2290,6 +2443,23 @@ export const apiTools = [
2290
2443
  required_fields: ["path.name", "path.namespace"],
2291
2444
  side_effects: {},
2292
2445
  },
2446
+ curlExample: null,
2447
+ dependencies: [],
2448
+ oneOfGroups: [],
2449
+ subscriptionRequirements: [
2450
+ {
2451
+ addonService: "f5xc_waap_standard",
2452
+ displayName: "F5XC WAAP Standard",
2453
+ required: false,
2454
+ tier: "standard",
2455
+ },
2456
+ {
2457
+ addonService: "f5xc_waap_advanced",
2458
+ displayName: "F5XC WAAP Advanced",
2459
+ required: false,
2460
+ tier: "advanced",
2461
+ },
2462
+ ],
2293
2463
  },
2294
2464
  {
2295
2465
  toolName: "f5xc-api-api-api-group-element-list",
@@ -2364,13 +2534,6 @@ export const apiTools = [
2364
2534
  dangerLevel: "low",
2365
2535
  sideEffects: null,
2366
2536
  requiredFields: ["path.namespace"],
2367
- cliExamples: [
2368
- {
2369
- command: "f5xcctl web api-group-element list --namespace {namespace}",
2370
- description: "List all api-group-elements",
2371
- use_case: "list_all",
2372
- },
2373
- ],
2374
2537
  confirmationRequired: false,
2375
2538
  parameterExamples: {
2376
2539
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -2416,13 +2579,6 @@ export const apiTools = [
2416
2579
  },
2417
2580
  confirmation_required: false,
2418
2581
  danger_level: "low",
2419
- examples: [
2420
- {
2421
- command: "f5xcctl web api-group-element list --namespace {namespace}",
2422
- description: "List all api-group-elements",
2423
- use_case: "list_all",
2424
- },
2425
- ],
2426
2582
  field_docs: {},
2427
2583
  optional_fields: [],
2428
2584
  performance_impact: {
@@ -2433,6 +2589,23 @@ export const apiTools = [
2433
2589
  required_fields: ["path.namespace"],
2434
2590
  side_effects: {},
2435
2591
  },
2592
+ curlExample: null,
2593
+ dependencies: [],
2594
+ oneOfGroups: [],
2595
+ subscriptionRequirements: [
2596
+ {
2597
+ addonService: "f5xc_waap_standard",
2598
+ displayName: "F5XC WAAP Standard",
2599
+ required: false,
2600
+ tier: "standard",
2601
+ },
2602
+ {
2603
+ addonService: "f5xc_waap_advanced",
2604
+ displayName: "F5XC WAAP Advanced",
2605
+ required: false,
2606
+ tier: "advanced",
2607
+ },
2608
+ ],
2436
2609
  },
2437
2610
  {
2438
2611
  toolName: "f5xc-api-api-api-group-get",
@@ -2499,13 +2672,6 @@ export const apiTools = [
2499
2672
  dangerLevel: "low",
2500
2673
  sideEffects: null,
2501
2674
  requiredFields: ["path.name", "path.namespace"],
2502
- cliExamples: [
2503
- {
2504
- command: "f5xcctl web api-group get {name} --namespace {namespace}",
2505
- description: "Get specific api-group",
2506
- use_case: "get_specific",
2507
- },
2508
- ],
2509
2675
  confirmationRequired: false,
2510
2676
  parameterExamples: {
2511
2677
  name: "Name",
@@ -2551,13 +2717,6 @@ export const apiTools = [
2551
2717
  },
2552
2718
  confirmation_required: false,
2553
2719
  danger_level: "low",
2554
- examples: [
2555
- {
2556
- command: "f5xcctl web api-group get {name} --namespace {namespace}",
2557
- description: "Get specific api-group",
2558
- use_case: "get_specific",
2559
- },
2560
- ],
2561
2720
  field_docs: {},
2562
2721
  optional_fields: [],
2563
2722
  performance_impact: {
@@ -2568,6 +2727,23 @@ export const apiTools = [
2568
2727
  required_fields: ["path.name", "path.namespace"],
2569
2728
  side_effects: {},
2570
2729
  },
2730
+ curlExample: null,
2731
+ dependencies: [],
2732
+ oneOfGroups: [],
2733
+ subscriptionRequirements: [
2734
+ {
2735
+ addonService: "f5xc_waap_standard",
2736
+ displayName: "F5XC WAAP Standard",
2737
+ required: false,
2738
+ tier: "standard",
2739
+ },
2740
+ {
2741
+ addonService: "f5xc_waap_advanced",
2742
+ displayName: "F5XC WAAP Advanced",
2743
+ required: false,
2744
+ tier: "advanced",
2745
+ },
2746
+ ],
2571
2747
  },
2572
2748
  {
2573
2749
  toolName: "f5xc-api-api-api-group-list",
@@ -2642,13 +2818,6 @@ export const apiTools = [
2642
2818
  dangerLevel: "low",
2643
2819
  sideEffects: null,
2644
2820
  requiredFields: ["path.namespace"],
2645
- cliExamples: [
2646
- {
2647
- command: "f5xcctl web api-group list --namespace {namespace}",
2648
- description: "List all api-groups",
2649
- use_case: "list_all",
2650
- },
2651
- ],
2652
2821
  confirmationRequired: false,
2653
2822
  parameterExamples: {
2654
2823
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -2694,13 +2863,6 @@ export const apiTools = [
2694
2863
  },
2695
2864
  confirmation_required: false,
2696
2865
  danger_level: "low",
2697
- examples: [
2698
- {
2699
- command: "f5xcctl web api-group list --namespace {namespace}",
2700
- description: "List all api-groups",
2701
- use_case: "list_all",
2702
- },
2703
- ],
2704
2866
  field_docs: {},
2705
2867
  optional_fields: [],
2706
2868
  performance_impact: {
@@ -2711,6 +2873,23 @@ export const apiTools = [
2711
2873
  required_fields: ["path.namespace"],
2712
2874
  side_effects: {},
2713
2875
  },
2876
+ curlExample: null,
2877
+ dependencies: [],
2878
+ oneOfGroups: [],
2879
+ subscriptionRequirements: [
2880
+ {
2881
+ addonService: "f5xc_waap_standard",
2882
+ displayName: "F5XC WAAP Standard",
2883
+ required: false,
2884
+ tier: "standard",
2885
+ },
2886
+ {
2887
+ addonService: "f5xc_waap_advanced",
2888
+ displayName: "F5XC WAAP Advanced",
2889
+ required: false,
2890
+ tier: "advanced",
2891
+ },
2892
+ ],
2714
2893
  },
2715
2894
  {
2716
2895
  toolName: "f5xc-api-api-api-testing-create",
@@ -2751,18 +2930,6 @@ export const apiTools = [
2751
2930
  creates: ["api-testing"],
2752
2931
  },
2753
2932
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
2754
- cliExamples: [
2755
- {
2756
- command: "f5xcctl config api-testing create {name} --namespace {namespace}",
2757
- description: "Create api-testing",
2758
- use_case: "basic_create",
2759
- },
2760
- {
2761
- command: "f5xcctl config api-testing create -f {file}.yaml",
2762
- description: "Create from YAML file",
2763
- use_case: "file_based",
2764
- },
2765
- ],
2766
2933
  confirmationRequired: false,
2767
2934
  parameterExamples: {
2768
2935
  "metadata.namespace": "Staging",
@@ -2807,18 +2974,6 @@ export const apiTools = [
2807
2974
  },
2808
2975
  confirmation_required: false,
2809
2976
  danger_level: "medium",
2810
- examples: [
2811
- {
2812
- command: "f5xcctl config api-testing create {name} --namespace {namespace}",
2813
- description: "Create api-testing",
2814
- use_case: "basic_create",
2815
- },
2816
- {
2817
- command: "f5xcctl config api-testing create -f {file}.yaml",
2818
- description: "Create from YAML file",
2819
- use_case: "file_based",
2820
- },
2821
- ],
2822
2977
  field_docs: {},
2823
2978
  optional_fields: [],
2824
2979
  performance_impact: {
@@ -2831,6 +2986,45 @@ export const apiTools = [
2831
2986
  creates: ["api-testing"],
2832
2987
  },
2833
2988
  },
2989
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_testings" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
2990
+ dependencies: [
2991
+ {
2992
+ domain: "",
2993
+ fieldPath: "",
2994
+ inline: false,
2995
+ required: false,
2996
+ resourceType: "api-testing",
2997
+ },
2998
+ {
2999
+ domain: "",
3000
+ fieldPath: "metadata",
3001
+ inline: false,
3002
+ required: false,
3003
+ resourceType: "schema-object-create-meta",
3004
+ },
3005
+ {
3006
+ domain: "",
3007
+ fieldPath: "spec",
3008
+ inline: false,
3009
+ required: false,
3010
+ resourceType: "api-testing-create",
3011
+ },
3012
+ ],
3013
+ oneOfGroups: [],
3014
+ subscriptionRequirements: [
3015
+ {
3016
+ addonService: "f5xc_waap_standard",
3017
+ displayName: "F5XC WAAP Standard",
3018
+ required: false,
3019
+ tier: "standard",
3020
+ },
3021
+ {
3022
+ addonService: "f5xc_waap_advanced",
3023
+ displayName: "F5XC WAAP Advanced",
3024
+ required: false,
3025
+ tier: "advanced",
3026
+ },
3027
+ ],
2834
3028
  },
2835
3029
  {
2836
3030
  toolName: "f5xc-api-api-api-testing-delete",
@@ -2880,13 +3074,6 @@ export const apiTools = [
2880
3074
  deletes: ["api-testing", "contained_resources"],
2881
3075
  },
2882
3076
  requiredFields: ["path.name", "path.namespace"],
2883
- cliExamples: [
2884
- {
2885
- command: "f5xcctl config api-testing delete {name} --namespace {namespace}",
2886
- description: "Delete api-testing",
2887
- use_case: "delete",
2888
- },
2889
- ],
2890
3077
  confirmationRequired: true,
2891
3078
  parameterExamples: {
2892
3079
  name: "Name",
@@ -2932,13 +3119,6 @@ export const apiTools = [
2932
3119
  },
2933
3120
  confirmation_required: true,
2934
3121
  danger_level: "high",
2935
- examples: [
2936
- {
2937
- command: "f5xcctl config api-testing delete {name} --namespace {namespace}",
2938
- description: "Delete api-testing",
2939
- use_case: "delete",
2940
- },
2941
- ],
2942
3122
  field_docs: {},
2943
3123
  optional_fields: [],
2944
3124
  performance_impact: {
@@ -2951,6 +3131,31 @@ export const apiTools = [
2951
3131
  deletes: ["api-testing", "contained_resources"],
2952
3132
  },
2953
3133
  },
3134
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_testings" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3135
+ dependencies: [
3136
+ {
3137
+ domain: "",
3138
+ fieldPath: "",
3139
+ inline: false,
3140
+ required: false,
3141
+ resourceType: "api-testing",
3142
+ },
3143
+ ],
3144
+ oneOfGroups: [],
3145
+ subscriptionRequirements: [
3146
+ {
3147
+ addonService: "f5xc_waap_standard",
3148
+ displayName: "F5XC WAAP Standard",
3149
+ required: false,
3150
+ tier: "standard",
3151
+ },
3152
+ {
3153
+ addonService: "f5xc_waap_advanced",
3154
+ displayName: "F5XC WAAP Advanced",
3155
+ required: false,
3156
+ tier: "advanced",
3157
+ },
3158
+ ],
2954
3159
  },
2955
3160
  {
2956
3161
  toolName: "f5xc-api-api-api-testing-get",
@@ -3019,13 +3224,6 @@ export const apiTools = [
3019
3224
  dangerLevel: "low",
3020
3225
  sideEffects: null,
3021
3226
  requiredFields: ["path.name", "path.namespace"],
3022
- cliExamples: [
3023
- {
3024
- command: "f5xcctl config api-testing get {name} --namespace {namespace}",
3025
- description: "Get specific api-testing",
3026
- use_case: "get_specific",
3027
- },
3028
- ],
3029
3227
  confirmationRequired: false,
3030
3228
  parameterExamples: {
3031
3229
  name: "Name",
@@ -3071,13 +3269,6 @@ export const apiTools = [
3071
3269
  },
3072
3270
  confirmation_required: false,
3073
3271
  danger_level: "low",
3074
- examples: [
3075
- {
3076
- command: "f5xcctl config api-testing get {name} --namespace {namespace}",
3077
- description: "Get specific api-testing",
3078
- use_case: "get_specific",
3079
- },
3080
- ],
3081
3272
  field_docs: {},
3082
3273
  optional_fields: [],
3083
3274
  performance_impact: {
@@ -3088,6 +3279,23 @@ export const apiTools = [
3088
3279
  required_fields: ["path.name", "path.namespace"],
3089
3280
  side_effects: {},
3090
3281
  },
3282
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_testings" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3283
+ dependencies: [],
3284
+ oneOfGroups: [],
3285
+ subscriptionRequirements: [
3286
+ {
3287
+ addonService: "f5xc_waap_standard",
3288
+ displayName: "F5XC WAAP Standard",
3289
+ required: false,
3290
+ tier: "standard",
3291
+ },
3292
+ {
3293
+ addonService: "f5xc_waap_advanced",
3294
+ displayName: "F5XC WAAP Advanced",
3295
+ required: false,
3296
+ tier: "advanced",
3297
+ },
3298
+ ],
3091
3299
  },
3092
3300
  {
3093
3301
  toolName: "f5xc-api-api-api-testing-list",
@@ -3162,13 +3370,6 @@ export const apiTools = [
3162
3370
  dangerLevel: "low",
3163
3371
  sideEffects: null,
3164
3372
  requiredFields: ["path.namespace"],
3165
- cliExamples: [
3166
- {
3167
- command: "f5xcctl config api-testing list --namespace {namespace}",
3168
- description: "List all api-testings",
3169
- use_case: "list_all",
3170
- },
3171
- ],
3172
3373
  confirmationRequired: false,
3173
3374
  parameterExamples: {
3174
3375
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -3214,13 +3415,6 @@ export const apiTools = [
3214
3415
  },
3215
3416
  confirmation_required: false,
3216
3417
  danger_level: "low",
3217
- examples: [
3218
- {
3219
- command: "f5xcctl config api-testing list --namespace {namespace}",
3220
- description: "List all api-testings",
3221
- use_case: "list_all",
3222
- },
3223
- ],
3224
3418
  field_docs: {},
3225
3419
  optional_fields: [],
3226
3420
  performance_impact: {
@@ -3231,6 +3425,23 @@ export const apiTools = [
3231
3425
  required_fields: ["path.namespace"],
3232
3426
  side_effects: {},
3233
3427
  },
3428
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_testings" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3429
+ dependencies: [],
3430
+ oneOfGroups: [],
3431
+ subscriptionRequirements: [
3432
+ {
3433
+ addonService: "f5xc_waap_standard",
3434
+ displayName: "F5XC WAAP Standard",
3435
+ required: false,
3436
+ tier: "standard",
3437
+ },
3438
+ {
3439
+ addonService: "f5xc_waap_advanced",
3440
+ displayName: "F5XC WAAP Advanced",
3441
+ required: false,
3442
+ tier: "advanced",
3443
+ },
3444
+ ],
3234
3445
  },
3235
3446
  {
3236
3447
  toolName: "f5xc-api-api-api-testing-update",
@@ -3282,13 +3493,6 @@ export const apiTools = [
3282
3493
  modifies: ["api-testing"],
3283
3494
  },
3284
3495
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
3285
- cliExamples: [
3286
- {
3287
- command: "f5xcctl config api-testing update {name} --namespace {namespace} -f {file}.yaml",
3288
- description: "Update api-testing",
3289
- use_case: "update",
3290
- },
3291
- ],
3292
3496
  confirmationRequired: false,
3293
3497
  parameterExamples: {
3294
3498
  "metadata.name": "Example-corp-web.",
@@ -3334,13 +3538,6 @@ export const apiTools = [
3334
3538
  },
3335
3539
  confirmation_required: false,
3336
3540
  danger_level: "medium",
3337
- examples: [
3338
- {
3339
- command: "f5xcctl config api-testing update {name} --namespace {namespace} -f {file}.yaml",
3340
- description: "Update api-testing",
3341
- use_case: "update",
3342
- },
3343
- ],
3344
3541
  field_docs: {},
3345
3542
  optional_fields: [],
3346
3543
  performance_impact: {
@@ -3353,6 +3550,45 @@ export const apiTools = [
3353
3550
  modifies: ["api-testing"],
3354
3551
  },
3355
3552
  },
3553
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/api_testings" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3554
+ dependencies: [
3555
+ {
3556
+ domain: "",
3557
+ fieldPath: "",
3558
+ inline: false,
3559
+ required: false,
3560
+ resourceType: "api-testing",
3561
+ },
3562
+ {
3563
+ domain: "",
3564
+ fieldPath: "metadata",
3565
+ inline: false,
3566
+ required: false,
3567
+ resourceType: "schema-object-replace-meta",
3568
+ },
3569
+ {
3570
+ domain: "",
3571
+ fieldPath: "spec",
3572
+ inline: false,
3573
+ required: false,
3574
+ resourceType: "api-testing-replace",
3575
+ },
3576
+ ],
3577
+ oneOfGroups: [],
3578
+ subscriptionRequirements: [
3579
+ {
3580
+ addonService: "f5xc_waap_standard",
3581
+ displayName: "F5XC WAAP Standard",
3582
+ required: false,
3583
+ tier: "standard",
3584
+ },
3585
+ {
3586
+ addonService: "f5xc_waap_advanced",
3587
+ displayName: "F5XC WAAP Advanced",
3588
+ required: false,
3589
+ tier: "advanced",
3590
+ },
3591
+ ],
3356
3592
  },
3357
3593
  {
3358
3594
  toolName: "f5xc-api-api-app-api-group-create",
@@ -3393,18 +3629,6 @@ export const apiTools = [
3393
3629
  creates: ["app-api-group"],
3394
3630
  },
3395
3631
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
3396
- cliExamples: [
3397
- {
3398
- command: "f5xcctl config app-api-group create {name} --namespace {namespace}",
3399
- description: "Create app-api-group",
3400
- use_case: "basic_create",
3401
- },
3402
- {
3403
- command: "f5xcctl config app-api-group create -f {file}.yaml",
3404
- description: "Create from YAML file",
3405
- use_case: "file_based",
3406
- },
3407
- ],
3408
3632
  confirmationRequired: false,
3409
3633
  parameterExamples: {
3410
3634
  "metadata.namespace": "Staging",
@@ -3449,18 +3673,6 @@ export const apiTools = [
3449
3673
  },
3450
3674
  confirmation_required: false,
3451
3675
  danger_level: "medium",
3452
- examples: [
3453
- {
3454
- command: "f5xcctl config app-api-group create {name} --namespace {namespace}",
3455
- description: "Create app-api-group",
3456
- use_case: "basic_create",
3457
- },
3458
- {
3459
- command: "f5xcctl config app-api-group create -f {file}.yaml",
3460
- description: "Create from YAML file",
3461
- use_case: "file_based",
3462
- },
3463
- ],
3464
3676
  field_docs: {},
3465
3677
  optional_fields: [],
3466
3678
  performance_impact: {
@@ -3473,6 +3685,45 @@ export const apiTools = [
3473
3685
  creates: ["app-api-group"],
3474
3686
  },
3475
3687
  },
3688
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/app_api_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3689
+ dependencies: [
3690
+ {
3691
+ domain: "",
3692
+ fieldPath: "",
3693
+ inline: false,
3694
+ required: false,
3695
+ resourceType: "app-api-group",
3696
+ },
3697
+ {
3698
+ domain: "",
3699
+ fieldPath: "metadata",
3700
+ inline: false,
3701
+ required: false,
3702
+ resourceType: "schema-object-create-meta",
3703
+ },
3704
+ {
3705
+ domain: "",
3706
+ fieldPath: "spec",
3707
+ inline: false,
3708
+ required: false,
3709
+ resourceType: "viewsapp-api-group-create",
3710
+ },
3711
+ ],
3712
+ oneOfGroups: [],
3713
+ subscriptionRequirements: [
3714
+ {
3715
+ addonService: "f5xc_waap_standard",
3716
+ displayName: "F5XC WAAP Standard",
3717
+ required: false,
3718
+ tier: "standard",
3719
+ },
3720
+ {
3721
+ addonService: "f5xc_waap_advanced",
3722
+ displayName: "F5XC WAAP Advanced",
3723
+ required: false,
3724
+ tier: "advanced",
3725
+ },
3726
+ ],
3476
3727
  },
3477
3728
  {
3478
3729
  toolName: "f5xc-api-api-app-api-group-delete",
@@ -3522,13 +3773,6 @@ export const apiTools = [
3522
3773
  deletes: ["app-api-group", "contained_resources"],
3523
3774
  },
3524
3775
  requiredFields: ["path.name", "path.namespace"],
3525
- cliExamples: [
3526
- {
3527
- command: "f5xcctl config app-api-group delete {name} --namespace {namespace}",
3528
- description: "Delete app-api-group",
3529
- use_case: "delete",
3530
- },
3531
- ],
3532
3776
  confirmationRequired: true,
3533
3777
  parameterExamples: {
3534
3778
  name: "Name",
@@ -3574,13 +3818,6 @@ export const apiTools = [
3574
3818
  },
3575
3819
  confirmation_required: true,
3576
3820
  danger_level: "high",
3577
- examples: [
3578
- {
3579
- command: "f5xcctl config app-api-group delete {name} --namespace {namespace}",
3580
- description: "Delete app-api-group",
3581
- use_case: "delete",
3582
- },
3583
- ],
3584
3821
  field_docs: {},
3585
3822
  optional_fields: [],
3586
3823
  performance_impact: {
@@ -3593,6 +3830,31 @@ export const apiTools = [
3593
3830
  deletes: ["app-api-group", "contained_resources"],
3594
3831
  },
3595
3832
  },
3833
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/app_api_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3834
+ dependencies: [
3835
+ {
3836
+ domain: "",
3837
+ fieldPath: "",
3838
+ inline: false,
3839
+ required: false,
3840
+ resourceType: "app-api-group",
3841
+ },
3842
+ ],
3843
+ oneOfGroups: [],
3844
+ subscriptionRequirements: [
3845
+ {
3846
+ addonService: "f5xc_waap_standard",
3847
+ displayName: "F5XC WAAP Standard",
3848
+ required: false,
3849
+ tier: "standard",
3850
+ },
3851
+ {
3852
+ addonService: "f5xc_waap_advanced",
3853
+ displayName: "F5XC WAAP Advanced",
3854
+ required: false,
3855
+ tier: "advanced",
3856
+ },
3857
+ ],
3596
3858
  },
3597
3859
  {
3598
3860
  toolName: "f5xc-api-api-app-api-group-get",
@@ -3661,13 +3923,6 @@ export const apiTools = [
3661
3923
  dangerLevel: "low",
3662
3924
  sideEffects: null,
3663
3925
  requiredFields: ["path.name", "path.namespace"],
3664
- cliExamples: [
3665
- {
3666
- command: "f5xcctl config app-api-group get {name} --namespace {namespace}",
3667
- description: "Get specific app-api-group",
3668
- use_case: "get_specific",
3669
- },
3670
- ],
3671
3926
  confirmationRequired: false,
3672
3927
  parameterExamples: {
3673
3928
  name: "Name",
@@ -3713,13 +3968,6 @@ export const apiTools = [
3713
3968
  },
3714
3969
  confirmation_required: false,
3715
3970
  danger_level: "low",
3716
- examples: [
3717
- {
3718
- command: "f5xcctl config app-api-group get {name} --namespace {namespace}",
3719
- description: "Get specific app-api-group",
3720
- use_case: "get_specific",
3721
- },
3722
- ],
3723
3971
  field_docs: {},
3724
3972
  optional_fields: [],
3725
3973
  performance_impact: {
@@ -3730,6 +3978,23 @@ export const apiTools = [
3730
3978
  required_fields: ["path.name", "path.namespace"],
3731
3979
  side_effects: {},
3732
3980
  },
3981
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/app_api_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3982
+ dependencies: [],
3983
+ oneOfGroups: [],
3984
+ subscriptionRequirements: [
3985
+ {
3986
+ addonService: "f5xc_waap_standard",
3987
+ displayName: "F5XC WAAP Standard",
3988
+ required: false,
3989
+ tier: "standard",
3990
+ },
3991
+ {
3992
+ addonService: "f5xc_waap_advanced",
3993
+ displayName: "F5XC WAAP Advanced",
3994
+ required: false,
3995
+ tier: "advanced",
3996
+ },
3997
+ ],
3733
3998
  },
3734
3999
  {
3735
4000
  toolName: "f5xc-api-api-app-api-group-list",
@@ -3804,13 +4069,6 @@ export const apiTools = [
3804
4069
  dangerLevel: "low",
3805
4070
  sideEffects: null,
3806
4071
  requiredFields: ["path.namespace"],
3807
- cliExamples: [
3808
- {
3809
- command: "f5xcctl config app-api-group list --namespace {namespace}",
3810
- description: "List all app-api-groups",
3811
- use_case: "list_all",
3812
- },
3813
- ],
3814
4072
  confirmationRequired: false,
3815
4073
  parameterExamples: {
3816
4074
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -3856,13 +4114,6 @@ export const apiTools = [
3856
4114
  },
3857
4115
  confirmation_required: false,
3858
4116
  danger_level: "low",
3859
- examples: [
3860
- {
3861
- command: "f5xcctl config app-api-group list --namespace {namespace}",
3862
- description: "List all app-api-groups",
3863
- use_case: "list_all",
3864
- },
3865
- ],
3866
4117
  field_docs: {},
3867
4118
  optional_fields: [],
3868
4119
  performance_impact: {
@@ -3873,6 +4124,23 @@ export const apiTools = [
3873
4124
  required_fields: ["path.namespace"],
3874
4125
  side_effects: {},
3875
4126
  },
4127
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/app_api_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4128
+ dependencies: [],
4129
+ oneOfGroups: [],
4130
+ subscriptionRequirements: [
4131
+ {
4132
+ addonService: "f5xc_waap_standard",
4133
+ displayName: "F5XC WAAP Standard",
4134
+ required: false,
4135
+ tier: "standard",
4136
+ },
4137
+ {
4138
+ addonService: "f5xc_waap_advanced",
4139
+ displayName: "F5XC WAAP Advanced",
4140
+ required: false,
4141
+ tier: "advanced",
4142
+ },
4143
+ ],
3876
4144
  },
3877
4145
  {
3878
4146
  toolName: "f5xc-api-api-app-api-group-update",
@@ -3924,13 +4192,6 @@ export const apiTools = [
3924
4192
  modifies: ["app-api-group"],
3925
4193
  },
3926
4194
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
3927
- cliExamples: [
3928
- {
3929
- command: "f5xcctl config app-api-group update {name} --namespace {namespace} -f {file}.yaml",
3930
- description: "Update app-api-group",
3931
- use_case: "update",
3932
- },
3933
- ],
3934
4195
  confirmationRequired: false,
3935
4196
  parameterExamples: {
3936
4197
  "metadata.name": "Example-corp-web.",
@@ -3976,13 +4237,6 @@ export const apiTools = [
3976
4237
  },
3977
4238
  confirmation_required: false,
3978
4239
  danger_level: "medium",
3979
- examples: [
3980
- {
3981
- command: "f5xcctl config app-api-group update {name} --namespace {namespace} -f {file}.yaml",
3982
- description: "Update app-api-group",
3983
- use_case: "update",
3984
- },
3985
- ],
3986
4240
  field_docs: {},
3987
4241
  optional_fields: [],
3988
4242
  performance_impact: {
@@ -3995,6 +4249,45 @@ export const apiTools = [
3995
4249
  modifies: ["app-api-group"],
3996
4250
  },
3997
4251
  },
4252
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/app_api_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4253
+ dependencies: [
4254
+ {
4255
+ domain: "",
4256
+ fieldPath: "",
4257
+ inline: false,
4258
+ required: false,
4259
+ resourceType: "app-api-group",
4260
+ },
4261
+ {
4262
+ domain: "",
4263
+ fieldPath: "metadata",
4264
+ inline: false,
4265
+ required: false,
4266
+ resourceType: "schema-object-replace-meta",
4267
+ },
4268
+ {
4269
+ domain: "",
4270
+ fieldPath: "spec",
4271
+ inline: false,
4272
+ required: false,
4273
+ resourceType: "viewsapp-api-group-replace",
4274
+ },
4275
+ ],
4276
+ oneOfGroups: [],
4277
+ subscriptionRequirements: [
4278
+ {
4279
+ addonService: "f5xc_waap_standard",
4280
+ displayName: "F5XC WAAP Standard",
4281
+ required: false,
4282
+ tier: "standard",
4283
+ },
4284
+ {
4285
+ addonService: "f5xc_waap_advanced",
4286
+ displayName: "F5XC WAAP Advanced",
4287
+ required: false,
4288
+ tier: "advanced",
4289
+ },
4290
+ ],
3998
4291
  },
3999
4292
  {
4000
4293
  toolName: "f5xc-api-api-code-base-integration-create",
@@ -4035,18 +4328,6 @@ export const apiTools = [
4035
4328
  creates: ["code-base-integration"],
4036
4329
  },
4037
4330
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
4038
- cliExamples: [
4039
- {
4040
- command: "f5xcctl config code-base-integration create {name} --namespace {namespace}",
4041
- description: "Create code-base-integration",
4042
- use_case: "basic_create",
4043
- },
4044
- {
4045
- command: "f5xcctl config code-base-integration create -f {file}.yaml",
4046
- description: "Create from YAML file",
4047
- use_case: "file_based",
4048
- },
4049
- ],
4050
4331
  confirmationRequired: false,
4051
4332
  parameterExamples: {
4052
4333
  "metadata.namespace": "Staging",
@@ -4094,18 +4375,6 @@ export const apiTools = [
4094
4375
  },
4095
4376
  confirmation_required: false,
4096
4377
  danger_level: "medium",
4097
- examples: [
4098
- {
4099
- command: "f5xcctl config code-base-integration create {name} --namespace {namespace}",
4100
- description: "Create code-base-integration",
4101
- use_case: "basic_create",
4102
- },
4103
- {
4104
- command: "f5xcctl config code-base-integration create -f {file}.yaml",
4105
- description: "Create from YAML file",
4106
- use_case: "file_based",
4107
- },
4108
- ],
4109
4378
  field_docs: {},
4110
4379
  optional_fields: [],
4111
4380
  performance_impact: {
@@ -4118,6 +4387,45 @@ export const apiTools = [
4118
4387
  creates: ["code-base-integration"],
4119
4388
  },
4120
4389
  },
4390
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/code_base_integrations" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4391
+ dependencies: [
4392
+ {
4393
+ domain: "",
4394
+ fieldPath: "",
4395
+ inline: false,
4396
+ required: false,
4397
+ resourceType: "code-base-integration",
4398
+ },
4399
+ {
4400
+ domain: "",
4401
+ fieldPath: "metadata",
4402
+ inline: false,
4403
+ required: false,
4404
+ resourceType: "schema-object-create-meta",
4405
+ },
4406
+ {
4407
+ domain: "",
4408
+ fieldPath: "spec",
4409
+ inline: false,
4410
+ required: false,
4411
+ resourceType: "code-base-integration-create",
4412
+ },
4413
+ ],
4414
+ oneOfGroups: [],
4415
+ subscriptionRequirements: [
4416
+ {
4417
+ addonService: "f5xc_waap_standard",
4418
+ displayName: "F5XC WAAP Standard",
4419
+ required: false,
4420
+ tier: "standard",
4421
+ },
4422
+ {
4423
+ addonService: "f5xc_waap_advanced",
4424
+ displayName: "F5XC WAAP Advanced",
4425
+ required: false,
4426
+ tier: "advanced",
4427
+ },
4428
+ ],
4121
4429
  },
4122
4430
  {
4123
4431
  toolName: "f5xc-api-api-code-base-integration-delete",
@@ -4167,13 +4475,6 @@ export const apiTools = [
4167
4475
  deletes: ["code-base-integration", "contained_resources"],
4168
4476
  },
4169
4477
  requiredFields: ["path.name", "path.namespace"],
4170
- cliExamples: [
4171
- {
4172
- command: "f5xcctl config code-base-integration delete {name} --namespace {namespace}",
4173
- description: "Delete code-base-integration",
4174
- use_case: "delete",
4175
- },
4176
- ],
4177
4478
  confirmationRequired: true,
4178
4479
  parameterExamples: {
4179
4480
  name: "Name",
@@ -4219,13 +4520,6 @@ export const apiTools = [
4219
4520
  },
4220
4521
  confirmation_required: true,
4221
4522
  danger_level: "high",
4222
- examples: [
4223
- {
4224
- command: "f5xcctl config code-base-integration delete {name} --namespace {namespace}",
4225
- description: "Delete code-base-integration",
4226
- use_case: "delete",
4227
- },
4228
- ],
4229
4523
  field_docs: {},
4230
4524
  optional_fields: [],
4231
4525
  performance_impact: {
@@ -4238,6 +4532,31 @@ export const apiTools = [
4238
4532
  deletes: ["code-base-integration", "contained_resources"],
4239
4533
  },
4240
4534
  },
4535
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/code_base_integrations" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4536
+ dependencies: [
4537
+ {
4538
+ domain: "",
4539
+ fieldPath: "",
4540
+ inline: false,
4541
+ required: false,
4542
+ resourceType: "code-base-integration",
4543
+ },
4544
+ ],
4545
+ oneOfGroups: [],
4546
+ subscriptionRequirements: [
4547
+ {
4548
+ addonService: "f5xc_waap_standard",
4549
+ displayName: "F5XC WAAP Standard",
4550
+ required: false,
4551
+ tier: "standard",
4552
+ },
4553
+ {
4554
+ addonService: "f5xc_waap_advanced",
4555
+ displayName: "F5XC WAAP Advanced",
4556
+ required: false,
4557
+ tier: "advanced",
4558
+ },
4559
+ ],
4241
4560
  },
4242
4561
  {
4243
4562
  toolName: "f5xc-api-api-code-base-integration-get",
@@ -4306,13 +4625,6 @@ export const apiTools = [
4306
4625
  dangerLevel: "low",
4307
4626
  sideEffects: null,
4308
4627
  requiredFields: ["path.name", "path.namespace"],
4309
- cliExamples: [
4310
- {
4311
- command: "f5xcctl config code-base-integration get {name} --namespace {namespace}",
4312
- description: "Get specific code-base-integration",
4313
- use_case: "get_specific",
4314
- },
4315
- ],
4316
4628
  confirmationRequired: false,
4317
4629
  parameterExamples: {
4318
4630
  name: "Name",
@@ -4358,13 +4670,6 @@ export const apiTools = [
4358
4670
  },
4359
4671
  confirmation_required: false,
4360
4672
  danger_level: "low",
4361
- examples: [
4362
- {
4363
- command: "f5xcctl config code-base-integration get {name} --namespace {namespace}",
4364
- description: "Get specific code-base-integration",
4365
- use_case: "get_specific",
4366
- },
4367
- ],
4368
4673
  field_docs: {},
4369
4674
  optional_fields: [],
4370
4675
  performance_impact: {
@@ -4375,6 +4680,23 @@ export const apiTools = [
4375
4680
  required_fields: ["path.name", "path.namespace"],
4376
4681
  side_effects: {},
4377
4682
  },
4683
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/code_base_integrations" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4684
+ dependencies: [],
4685
+ oneOfGroups: [],
4686
+ subscriptionRequirements: [
4687
+ {
4688
+ addonService: "f5xc_waap_standard",
4689
+ displayName: "F5XC WAAP Standard",
4690
+ required: false,
4691
+ tier: "standard",
4692
+ },
4693
+ {
4694
+ addonService: "f5xc_waap_advanced",
4695
+ displayName: "F5XC WAAP Advanced",
4696
+ required: false,
4697
+ tier: "advanced",
4698
+ },
4699
+ ],
4378
4700
  },
4379
4701
  {
4380
4702
  toolName: "f5xc-api-api-code-base-integration-list",
@@ -4449,13 +4771,6 @@ export const apiTools = [
4449
4771
  dangerLevel: "low",
4450
4772
  sideEffects: null,
4451
4773
  requiredFields: ["path.namespace"],
4452
- cliExamples: [
4453
- {
4454
- command: "f5xcctl config code-base-integration list --namespace {namespace}",
4455
- description: "List all code-base-integrations",
4456
- use_case: "list_all",
4457
- },
4458
- ],
4459
4774
  confirmationRequired: false,
4460
4775
  parameterExamples: {
4461
4776
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -4501,13 +4816,6 @@ export const apiTools = [
4501
4816
  },
4502
4817
  confirmation_required: false,
4503
4818
  danger_level: "low",
4504
- examples: [
4505
- {
4506
- command: "f5xcctl config code-base-integration list --namespace {namespace}",
4507
- description: "List all code-base-integrations",
4508
- use_case: "list_all",
4509
- },
4510
- ],
4511
4819
  field_docs: {},
4512
4820
  optional_fields: [],
4513
4821
  performance_impact: {
@@ -4518,6 +4826,23 @@ export const apiTools = [
4518
4826
  required_fields: ["path.namespace"],
4519
4827
  side_effects: {},
4520
4828
  },
4829
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/code_base_integrations" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4830
+ dependencies: [],
4831
+ oneOfGroups: [],
4832
+ subscriptionRequirements: [
4833
+ {
4834
+ addonService: "f5xc_waap_standard",
4835
+ displayName: "F5XC WAAP Standard",
4836
+ required: false,
4837
+ tier: "standard",
4838
+ },
4839
+ {
4840
+ addonService: "f5xc_waap_advanced",
4841
+ displayName: "F5XC WAAP Advanced",
4842
+ required: false,
4843
+ tier: "advanced",
4844
+ },
4845
+ ],
4521
4846
  },
4522
4847
  {
4523
4848
  toolName: "f5xc-api-api-code-base-integration-update",
@@ -4569,13 +4894,6 @@ export const apiTools = [
4569
4894
  modifies: ["code-base-integration"],
4570
4895
  },
4571
4896
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
4572
- cliExamples: [
4573
- {
4574
- command: "f5xcctl config code-base-integration update {name} --namespace {namespace} -f {file}.yaml",
4575
- description: "Update code-base-integration",
4576
- use_case: "update",
4577
- },
4578
- ],
4579
4897
  confirmationRequired: false,
4580
4898
  parameterExamples: {
4581
4899
  "metadata.name": "Example-corp-web.",
@@ -4621,13 +4939,6 @@ export const apiTools = [
4621
4939
  },
4622
4940
  confirmation_required: false,
4623
4941
  danger_level: "medium",
4624
- examples: [
4625
- {
4626
- command: "f5xcctl config code-base-integration update {name} --namespace {namespace} -f {file}.yaml",
4627
- description: "Update code-base-integration",
4628
- use_case: "update",
4629
- },
4630
- ],
4631
4942
  field_docs: {},
4632
4943
  optional_fields: [],
4633
4944
  performance_impact: {
@@ -4640,6 +4951,45 @@ export const apiTools = [
4640
4951
  modifies: ["code-base-integration"],
4641
4952
  },
4642
4953
  },
4954
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/code_base_integrations" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4955
+ dependencies: [
4956
+ {
4957
+ domain: "",
4958
+ fieldPath: "",
4959
+ inline: false,
4960
+ required: false,
4961
+ resourceType: "code-base-integration",
4962
+ },
4963
+ {
4964
+ domain: "",
4965
+ fieldPath: "metadata",
4966
+ inline: false,
4967
+ required: false,
4968
+ resourceType: "schema-object-replace-meta",
4969
+ },
4970
+ {
4971
+ domain: "",
4972
+ fieldPath: "spec",
4973
+ inline: false,
4974
+ required: false,
4975
+ resourceType: "code-base-integration-replace",
4976
+ },
4977
+ ],
4978
+ oneOfGroups: [],
4979
+ subscriptionRequirements: [
4980
+ {
4981
+ addonService: "f5xc_waap_standard",
4982
+ displayName: "F5XC WAAP Standard",
4983
+ required: false,
4984
+ tier: "standard",
4985
+ },
4986
+ {
4987
+ addonService: "f5xc_waap_advanced",
4988
+ displayName: "F5XC WAAP Advanced",
4989
+ required: false,
4990
+ tier: "advanced",
4991
+ },
4992
+ ],
4643
4993
  },
4644
4994
  {
4645
4995
  toolName: "f5xc-api-api-data-exposure-create",
@@ -4680,18 +5030,6 @@ export const apiTools = [
4680
5030
  creates: ["data-exposure"],
4681
5031
  },
4682
5032
  requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
4683
- cliExamples: [
4684
- {
4685
- command: "f5xcctl config data-exposure create {name} --namespace {namespace}",
4686
- description: "Create data-exposure",
4687
- use_case: "basic_create",
4688
- },
4689
- {
4690
- command: "f5xcctl config data-exposure create -f {file}.yaml",
4691
- description: "Create from YAML file",
4692
- use_case: "file_based",
4693
- },
4694
- ],
4695
5033
  confirmationRequired: false,
4696
5034
  parameterExamples: {
4697
5035
  namespace: "Shared",
@@ -4736,18 +5074,6 @@ export const apiTools = [
4736
5074
  },
4737
5075
  confirmation_required: false,
4738
5076
  danger_level: "medium",
4739
- examples: [
4740
- {
4741
- command: "f5xcctl config data-exposure create {name} --namespace {namespace}",
4742
- description: "Create data-exposure",
4743
- use_case: "basic_create",
4744
- },
4745
- {
4746
- command: "f5xcctl config data-exposure create -f {file}.yaml",
4747
- description: "Create from YAML file",
4748
- use_case: "file_based",
4749
- },
4750
- ],
4751
5077
  field_docs: {},
4752
5078
  optional_fields: [],
4753
5079
  performance_impact: {
@@ -4760,6 +5086,23 @@ export const apiTools = [
4760
5086
  creates: ["data-exposure"],
4761
5087
  },
4762
5088
  },
5089
+ curlExample: null,
5090
+ dependencies: [],
5091
+ oneOfGroups: [],
5092
+ subscriptionRequirements: [
5093
+ {
5094
+ addonService: "f5xc_waap_standard",
5095
+ displayName: "F5XC WAAP Standard",
5096
+ required: false,
5097
+ tier: "standard",
5098
+ },
5099
+ {
5100
+ addonService: "f5xc_waap_advanced",
5101
+ displayName: "F5XC WAAP Advanced",
5102
+ required: false,
5103
+ tier: "advanced",
5104
+ },
5105
+ ],
4763
5106
  },
4764
5107
  {
4765
5108
  toolName: "f5xc-api-api-discovery-create",
@@ -4800,18 +5143,6 @@ export const apiTools = [
4800
5143
  creates: ["discovery"],
4801
5144
  },
4802
5145
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
4803
- cliExamples: [
4804
- {
4805
- command: "f5xcctl config discovery create {name} --namespace {namespace}",
4806
- description: "Create discovery",
4807
- use_case: "basic_create",
4808
- },
4809
- {
4810
- command: "f5xcctl config discovery create -f {file}.yaml",
4811
- description: "Create from YAML file",
4812
- use_case: "file_based",
4813
- },
4814
- ],
4815
5146
  confirmationRequired: false,
4816
5147
  parameterExamples: {
4817
5148
  "metadata.namespace": "Staging",
@@ -4856,18 +5187,6 @@ export const apiTools = [
4856
5187
  },
4857
5188
  confirmation_required: false,
4858
5189
  danger_level: "medium",
4859
- examples: [
4860
- {
4861
- command: "f5xcctl config discovery create {name} --namespace {namespace}",
4862
- description: "Create discovery",
4863
- use_case: "basic_create",
4864
- },
4865
- {
4866
- command: "f5xcctl config discovery create -f {file}.yaml",
4867
- description: "Create from YAML file",
4868
- use_case: "file_based",
4869
- },
4870
- ],
4871
5190
  field_docs: {},
4872
5191
  optional_fields: [],
4873
5192
  performance_impact: {
@@ -4880,6 +5199,45 @@ export const apiTools = [
4880
5199
  creates: ["discovery"],
4881
5200
  },
4882
5201
  },
5202
+ curlExample: null,
5203
+ dependencies: [
5204
+ {
5205
+ domain: "",
5206
+ fieldPath: "",
5207
+ inline: false,
5208
+ required: false,
5209
+ resourceType: "discovery",
5210
+ },
5211
+ {
5212
+ domain: "",
5213
+ fieldPath: "metadata",
5214
+ inline: false,
5215
+ required: false,
5216
+ resourceType: "schema-object-create-meta",
5217
+ },
5218
+ {
5219
+ domain: "",
5220
+ fieldPath: "spec",
5221
+ inline: false,
5222
+ required: false,
5223
+ resourceType: "discovery-create",
5224
+ },
5225
+ ],
5226
+ oneOfGroups: [],
5227
+ subscriptionRequirements: [
5228
+ {
5229
+ addonService: "f5xc_waap_standard",
5230
+ displayName: "F5XC WAAP Standard",
5231
+ required: false,
5232
+ tier: "standard",
5233
+ },
5234
+ {
5235
+ addonService: "f5xc_waap_advanced",
5236
+ displayName: "F5XC WAAP Advanced",
5237
+ required: false,
5238
+ tier: "advanced",
5239
+ },
5240
+ ],
4883
5241
  },
4884
5242
  {
4885
5243
  toolName: "f5xc-api-api-discovery-delete",
@@ -4929,13 +5287,6 @@ export const apiTools = [
4929
5287
  deletes: ["discovery", "contained_resources"],
4930
5288
  },
4931
5289
  requiredFields: ["path.name", "path.namespace"],
4932
- cliExamples: [
4933
- {
4934
- command: "f5xcctl config discovery delete {name} --namespace {namespace}",
4935
- description: "Delete discovery",
4936
- use_case: "delete",
4937
- },
4938
- ],
4939
5290
  confirmationRequired: true,
4940
5291
  parameterExamples: {
4941
5292
  name: "Name",
@@ -4981,13 +5332,6 @@ export const apiTools = [
4981
5332
  },
4982
5333
  confirmation_required: true,
4983
5334
  danger_level: "high",
4984
- examples: [
4985
- {
4986
- command: "f5xcctl config discovery delete {name} --namespace {namespace}",
4987
- description: "Delete discovery",
4988
- use_case: "delete",
4989
- },
4990
- ],
4991
5335
  field_docs: {},
4992
5336
  optional_fields: [],
4993
5337
  performance_impact: {
@@ -5000,6 +5344,31 @@ export const apiTools = [
5000
5344
  deletes: ["discovery", "contained_resources"],
5001
5345
  },
5002
5346
  },
5347
+ curlExample: null,
5348
+ dependencies: [
5349
+ {
5350
+ domain: "",
5351
+ fieldPath: "",
5352
+ inline: false,
5353
+ required: false,
5354
+ resourceType: "discovery",
5355
+ },
5356
+ ],
5357
+ oneOfGroups: [],
5358
+ subscriptionRequirements: [
5359
+ {
5360
+ addonService: "f5xc_waap_standard",
5361
+ displayName: "F5XC WAAP Standard",
5362
+ required: false,
5363
+ tier: "standard",
5364
+ },
5365
+ {
5366
+ addonService: "f5xc_waap_advanced",
5367
+ displayName: "F5XC WAAP Advanced",
5368
+ required: false,
5369
+ tier: "advanced",
5370
+ },
5371
+ ],
5003
5372
  },
5004
5373
  {
5005
5374
  toolName: "f5xc-api-api-discovery-get",
@@ -5068,13 +5437,6 @@ export const apiTools = [
5068
5437
  dangerLevel: "low",
5069
5438
  sideEffects: null,
5070
5439
  requiredFields: ["path.name", "path.namespace"],
5071
- cliExamples: [
5072
- {
5073
- command: "f5xcctl config discovery get {name} --namespace {namespace}",
5074
- description: "Get specific discovery",
5075
- use_case: "get_specific",
5076
- },
5077
- ],
5078
5440
  confirmationRequired: false,
5079
5441
  parameterExamples: {
5080
5442
  name: "Name",
@@ -5120,13 +5482,6 @@ export const apiTools = [
5120
5482
  },
5121
5483
  confirmation_required: false,
5122
5484
  danger_level: "low",
5123
- examples: [
5124
- {
5125
- command: "f5xcctl config discovery get {name} --namespace {namespace}",
5126
- description: "Get specific discovery",
5127
- use_case: "get_specific",
5128
- },
5129
- ],
5130
5485
  field_docs: {},
5131
5486
  optional_fields: [],
5132
5487
  performance_impact: {
@@ -5137,6 +5492,23 @@ export const apiTools = [
5137
5492
  required_fields: ["path.name", "path.namespace"],
5138
5493
  side_effects: {},
5139
5494
  },
5495
+ curlExample: null,
5496
+ dependencies: [],
5497
+ oneOfGroups: [],
5498
+ subscriptionRequirements: [
5499
+ {
5500
+ addonService: "f5xc_waap_standard",
5501
+ displayName: "F5XC WAAP Standard",
5502
+ required: false,
5503
+ tier: "standard",
5504
+ },
5505
+ {
5506
+ addonService: "f5xc_waap_advanced",
5507
+ displayName: "F5XC WAAP Advanced",
5508
+ required: false,
5509
+ tier: "advanced",
5510
+ },
5511
+ ],
5140
5512
  },
5141
5513
  {
5142
5514
  toolName: "f5xc-api-api-discovery-list",
@@ -5211,13 +5583,6 @@ export const apiTools = [
5211
5583
  dangerLevel: "low",
5212
5584
  sideEffects: null,
5213
5585
  requiredFields: ["path.namespace"],
5214
- cliExamples: [
5215
- {
5216
- command: "f5xcctl config discovery list --namespace {namespace}",
5217
- description: "List all discoverys",
5218
- use_case: "list_all",
5219
- },
5220
- ],
5221
5586
  confirmationRequired: false,
5222
5587
  parameterExamples: {
5223
5588
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -5263,13 +5628,6 @@ export const apiTools = [
5263
5628
  },
5264
5629
  confirmation_required: false,
5265
5630
  danger_level: "low",
5266
- examples: [
5267
- {
5268
- command: "f5xcctl config discovery list --namespace {namespace}",
5269
- description: "List all discoverys",
5270
- use_case: "list_all",
5271
- },
5272
- ],
5273
5631
  field_docs: {},
5274
5632
  optional_fields: [],
5275
5633
  performance_impact: {
@@ -5280,6 +5638,23 @@ export const apiTools = [
5280
5638
  required_fields: ["path.namespace"],
5281
5639
  side_effects: {},
5282
5640
  },
5641
+ curlExample: null,
5642
+ dependencies: [],
5643
+ oneOfGroups: [],
5644
+ subscriptionRequirements: [
5645
+ {
5646
+ addonService: "f5xc_waap_standard",
5647
+ displayName: "F5XC WAAP Standard",
5648
+ required: false,
5649
+ tier: "standard",
5650
+ },
5651
+ {
5652
+ addonService: "f5xc_waap_advanced",
5653
+ displayName: "F5XC WAAP Advanced",
5654
+ required: false,
5655
+ tier: "advanced",
5656
+ },
5657
+ ],
5283
5658
  },
5284
5659
  {
5285
5660
  toolName: "f5xc-api-api-discovery-update",
@@ -5331,13 +5706,6 @@ export const apiTools = [
5331
5706
  modifies: ["discovery"],
5332
5707
  },
5333
5708
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
5334
- cliExamples: [
5335
- {
5336
- command: "f5xcctl config discovery update {name} --namespace {namespace} -f {file}.yaml",
5337
- description: "Update discovery",
5338
- use_case: "update",
5339
- },
5340
- ],
5341
5709
  confirmationRequired: false,
5342
5710
  parameterExamples: {
5343
5711
  "metadata.name": "Example-corp-web.",
@@ -5383,13 +5751,6 @@ export const apiTools = [
5383
5751
  },
5384
5752
  confirmation_required: false,
5385
5753
  danger_level: "medium",
5386
- examples: [
5387
- {
5388
- command: "f5xcctl config discovery update {name} --namespace {namespace} -f {file}.yaml",
5389
- description: "Update discovery",
5390
- use_case: "update",
5391
- },
5392
- ],
5393
5754
  field_docs: {},
5394
5755
  optional_fields: [],
5395
5756
  performance_impact: {
@@ -5402,6 +5763,45 @@ export const apiTools = [
5402
5763
  modifies: ["discovery"],
5403
5764
  },
5404
5765
  },
5766
+ curlExample: null,
5767
+ dependencies: [
5768
+ {
5769
+ domain: "",
5770
+ fieldPath: "",
5771
+ inline: false,
5772
+ required: false,
5773
+ resourceType: "discovery",
5774
+ },
5775
+ {
5776
+ domain: "",
5777
+ fieldPath: "metadata",
5778
+ inline: false,
5779
+ required: false,
5780
+ resourceType: "schema-object-replace-meta",
5781
+ },
5782
+ {
5783
+ domain: "",
5784
+ fieldPath: "spec",
5785
+ inline: false,
5786
+ required: false,
5787
+ resourceType: "discovery-replace",
5788
+ },
5789
+ ],
5790
+ oneOfGroups: [],
5791
+ subscriptionRequirements: [
5792
+ {
5793
+ addonService: "f5xc_waap_standard",
5794
+ displayName: "F5XC WAAP Standard",
5795
+ required: false,
5796
+ tier: "standard",
5797
+ },
5798
+ {
5799
+ addonService: "f5xc_waap_advanced",
5800
+ displayName: "F5XC WAAP Advanced",
5801
+ required: false,
5802
+ tier: "advanced",
5803
+ },
5804
+ ],
5405
5805
  },
5406
5806
  {
5407
5807
  toolName: "f5xc-api-api-download-certificate-create",
@@ -5453,18 +5853,6 @@ export const apiTools = [
5453
5853
  creates: ["download-certificate"],
5454
5854
  },
5455
5855
  requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
5456
- cliExamples: [
5457
- {
5458
- command: "f5xcctl config download-certificate create {name} --namespace {namespace}",
5459
- description: "Create download-certificate",
5460
- use_case: "basic_create",
5461
- },
5462
- {
5463
- command: "f5xcctl config download-certificate create -f {file}.yaml",
5464
- description: "Create from YAML file",
5465
- use_case: "file_based",
5466
- },
5467
- ],
5468
5856
  confirmationRequired: false,
5469
5857
  parameterExamples: {
5470
5858
  name: "Ds1",
@@ -5513,18 +5901,6 @@ export const apiTools = [
5513
5901
  },
5514
5902
  confirmation_required: false,
5515
5903
  danger_level: "medium",
5516
- examples: [
5517
- {
5518
- command: "f5xcctl config download-certificate create {name} --namespace {namespace}",
5519
- description: "Create download-certificate",
5520
- use_case: "basic_create",
5521
- },
5522
- {
5523
- command: "f5xcctl config download-certificate create -f {file}.yaml",
5524
- description: "Create from YAML file",
5525
- use_case: "file_based",
5526
- },
5527
- ],
5528
5904
  field_docs: {},
5529
5905
  optional_fields: [],
5530
5906
  performance_impact: {
@@ -5537,6 +5913,23 @@ export const apiTools = [
5537
5913
  creates: ["download-certificate"],
5538
5914
  },
5539
5915
  },
5916
+ curlExample: null,
5917
+ dependencies: [],
5918
+ oneOfGroups: [],
5919
+ subscriptionRequirements: [
5920
+ {
5921
+ addonService: "f5xc_waap_standard",
5922
+ displayName: "F5XC WAAP Standard",
5923
+ required: false,
5924
+ tier: "standard",
5925
+ },
5926
+ {
5927
+ addonService: "f5xc_waap_advanced",
5928
+ displayName: "F5XC WAAP Advanced",
5929
+ required: false,
5930
+ tier: "advanced",
5931
+ },
5932
+ ],
5540
5933
  },
5541
5934
  {
5542
5935
  toolName: "f5xc-api-api-evaluate-create",
@@ -5577,18 +5970,6 @@ export const apiTools = [
5577
5970
  creates: ["evaluate"],
5578
5971
  },
5579
5972
  requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
5580
- cliExamples: [
5581
- {
5582
- command: "f5xcctl ml evaluate create {name} --namespace {namespace}",
5583
- description: "Create evaluate",
5584
- use_case: "basic_create",
5585
- },
5586
- {
5587
- command: "f5xcctl ml evaluate create -f {file}.yaml",
5588
- description: "Create from YAML file",
5589
- use_case: "file_based",
5590
- },
5591
- ],
5592
5973
  confirmationRequired: false,
5593
5974
  parameterExamples: {
5594
5975
  namespace: "Shared",
@@ -5633,18 +6014,6 @@ export const apiTools = [
5633
6014
  },
5634
6015
  confirmation_required: false,
5635
6016
  danger_level: "medium",
5636
- examples: [
5637
- {
5638
- command: "f5xcctl ml evaluate create {name} --namespace {namespace}",
5639
- description: "Create evaluate",
5640
- use_case: "basic_create",
5641
- },
5642
- {
5643
- command: "f5xcctl ml evaluate create -f {file}.yaml",
5644
- description: "Create from YAML file",
5645
- use_case: "file_based",
5646
- },
5647
- ],
5648
6017
  field_docs: {},
5649
6018
  optional_fields: [],
5650
6019
  performance_impact: {
@@ -5657,6 +6026,31 @@ export const apiTools = [
5657
6026
  creates: ["evaluate"],
5658
6027
  },
5659
6028
  },
6029
+ curlExample: null,
6030
+ dependencies: [
6031
+ {
6032
+ domain: "",
6033
+ fieldPath: "api_group",
6034
+ inline: false,
6035
+ required: false,
6036
+ resourceType: "viewsapp-api-group-global",
6037
+ },
6038
+ ],
6039
+ oneOfGroups: [],
6040
+ subscriptionRequirements: [
6041
+ {
6042
+ addonService: "f5xc_waap_standard",
6043
+ displayName: "F5XC WAAP Standard",
6044
+ required: false,
6045
+ tier: "standard",
6046
+ },
6047
+ {
6048
+ addonService: "f5xc_waap_advanced",
6049
+ displayName: "F5XC WAAP Advanced",
6050
+ required: false,
6051
+ tier: "advanced",
6052
+ },
6053
+ ],
5660
6054
  },
5661
6055
  {
5662
6056
  toolName: "f5xc-api-api-loadbalancer-get",
@@ -5704,13 +6098,6 @@ export const apiTools = [
5704
6098
  dangerLevel: "low",
5705
6099
  sideEffects: null,
5706
6100
  requiredFields: ["path.name", "path.namespace"],
5707
- cliExamples: [
5708
- {
5709
- command: "f5xcctl config loadbalancer get {name} --namespace {namespace}",
5710
- description: "Get specific loadbalancer",
5711
- use_case: "get_specific",
5712
- },
5713
- ],
5714
6101
  confirmationRequired: false,
5715
6102
  parameterExamples: {
5716
6103
  name: "Name",
@@ -5756,13 +6143,6 @@ export const apiTools = [
5756
6143
  },
5757
6144
  confirmation_required: false,
5758
6145
  danger_level: "low",
5759
- examples: [
5760
- {
5761
- command: "f5xcctl config loadbalancer get {name} --namespace {namespace}",
5762
- description: "Get specific loadbalancer",
5763
- use_case: "get_specific",
5764
- },
5765
- ],
5766
6146
  field_docs: {},
5767
6147
  optional_fields: [],
5768
6148
  performance_impact: {
@@ -5773,6 +6153,23 @@ export const apiTools = [
5773
6153
  required_fields: ["path.name", "path.namespace"],
5774
6154
  side_effects: {},
5775
6155
  },
6156
+ curlExample: null,
6157
+ dependencies: [],
6158
+ oneOfGroups: [],
6159
+ subscriptionRequirements: [
6160
+ {
6161
+ addonService: "f5xc_waap_standard",
6162
+ displayName: "F5XC WAAP Standard",
6163
+ required: false,
6164
+ tier: "standard",
6165
+ },
6166
+ {
6167
+ addonService: "f5xc_waap_advanced",
6168
+ displayName: "F5XC WAAP Advanced",
6169
+ required: false,
6170
+ tier: "advanced",
6171
+ },
6172
+ ],
5776
6173
  },
5777
6174
  {
5778
6175
  toolName: "f5xc-api-api-mark-as-non-api-create",
@@ -5822,18 +6219,6 @@ export const apiTools = [
5822
6219
  creates: ["mark-as-non-api"],
5823
6220
  },
5824
6221
  requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
5825
- cliExamples: [
5826
- {
5827
- command: "f5xcctl config mark-as-non-api create -f {file}.yaml",
5828
- description: "Create from YAML file",
5829
- use_case: "file_based",
5830
- },
5831
- {
5832
- command: "f5xcctl config mark-as-non-api create {name} --namespace {namespace}",
5833
- description: "Create mark-as-non-api",
5834
- use_case: "basic_create",
5835
- },
5836
- ],
5837
6222
  confirmationRequired: false,
5838
6223
  parameterExamples: {
5839
6224
  name: "Name",
@@ -5879,18 +6264,6 @@ export const apiTools = [
5879
6264
  },
5880
6265
  confirmation_required: false,
5881
6266
  danger_level: "medium",
5882
- examples: [
5883
- {
5884
- command: "f5xcctl config mark-as-non-api create {name} --namespace {namespace}",
5885
- description: "Create mark-as-non-api",
5886
- use_case: "basic_create",
5887
- },
5888
- {
5889
- command: "f5xcctl config mark-as-non-api create -f {file}.yaml",
5890
- description: "Create from YAML file",
5891
- use_case: "file_based",
5892
- },
5893
- ],
5894
6267
  field_docs: {},
5895
6268
  optional_fields: [],
5896
6269
  performance_impact: {
@@ -5903,6 +6276,23 @@ export const apiTools = [
5903
6276
  creates: ["mark-as-non-api"],
5904
6277
  },
5905
6278
  },
6279
+ curlExample: null,
6280
+ dependencies: [],
6281
+ oneOfGroups: [],
6282
+ subscriptionRequirements: [
6283
+ {
6284
+ addonService: "f5xc_waap_standard",
6285
+ displayName: "F5XC WAAP Standard",
6286
+ required: false,
6287
+ tier: "standard",
6288
+ },
6289
+ {
6290
+ addonService: "f5xc_waap_advanced",
6291
+ displayName: "F5XC WAAP Advanced",
6292
+ required: false,
6293
+ tier: "advanced",
6294
+ },
6295
+ ],
5906
6296
  },
5907
6297
  {
5908
6298
  toolName: "f5xc-api-api-move-to-inventory-create",
@@ -5952,18 +6342,6 @@ export const apiTools = [
5952
6342
  creates: ["move-to-inventory"],
5953
6343
  },
5954
6344
  requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
5955
- cliExamples: [
5956
- {
5957
- command: "f5xcctl config move-to-inventory create -f {file}.yaml",
5958
- description: "Create from YAML file",
5959
- use_case: "file_based",
5960
- },
5961
- {
5962
- command: "f5xcctl config move-to-inventory create {name} --namespace {namespace}",
5963
- description: "Create move-to-inventory",
5964
- use_case: "basic_create",
5965
- },
5966
- ],
5967
6345
  confirmationRequired: false,
5968
6346
  parameterExamples: {
5969
6347
  name: "Name",
@@ -6012,18 +6390,6 @@ export const apiTools = [
6012
6390
  },
6013
6391
  confirmation_required: false,
6014
6392
  danger_level: "medium",
6015
- examples: [
6016
- {
6017
- command: "f5xcctl config move-to-inventory create {name} --namespace {namespace}",
6018
- description: "Create move-to-inventory",
6019
- use_case: "basic_create",
6020
- },
6021
- {
6022
- command: "f5xcctl config move-to-inventory create -f {file}.yaml",
6023
- description: "Create from YAML file",
6024
- use_case: "file_based",
6025
- },
6026
- ],
6027
6393
  field_docs: {},
6028
6394
  optional_fields: [],
6029
6395
  performance_impact: {
@@ -6036,6 +6402,23 @@ export const apiTools = [
6036
6402
  creates: ["move-to-inventory"],
6037
6403
  },
6038
6404
  },
6405
+ curlExample: null,
6406
+ dependencies: [],
6407
+ oneOfGroups: [],
6408
+ subscriptionRequirements: [
6409
+ {
6410
+ addonService: "f5xc_waap_standard",
6411
+ displayName: "F5XC WAAP Standard",
6412
+ required: false,
6413
+ tier: "standard",
6414
+ },
6415
+ {
6416
+ addonService: "f5xc_waap_advanced",
6417
+ displayName: "F5XC WAAP Advanced",
6418
+ required: false,
6419
+ tier: "advanced",
6420
+ },
6421
+ ],
6039
6422
  },
6040
6423
  {
6041
6424
  toolName: "f5xc-api-api-oas-validation-create",
@@ -6076,18 +6459,6 @@ export const apiTools = [
6076
6459
  creates: ["oas-validation"],
6077
6460
  },
6078
6461
  requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
6079
- cliExamples: [
6080
- {
6081
- command: "f5xcctl config oas-validation create -f {file}.yaml",
6082
- description: "Create from YAML file",
6083
- use_case: "file_based",
6084
- },
6085
- {
6086
- command: "f5xcctl config oas-validation create {name} --namespace {namespace}",
6087
- description: "Create oas-validation",
6088
- use_case: "basic_create",
6089
- },
6090
- ],
6091
6462
  confirmationRequired: false,
6092
6463
  parameterExamples: {
6093
6464
  namespace: "Shared",
@@ -6132,18 +6503,6 @@ export const apiTools = [
6132
6503
  },
6133
6504
  confirmation_required: false,
6134
6505
  danger_level: "medium",
6135
- examples: [
6136
- {
6137
- command: "f5xcctl config oas-validation create {name} --namespace {namespace}",
6138
- description: "Create oas-validation",
6139
- use_case: "basic_create",
6140
- },
6141
- {
6142
- command: "f5xcctl config oas-validation create -f {file}.yaml",
6143
- description: "Create from YAML file",
6144
- use_case: "file_based",
6145
- },
6146
- ],
6147
6506
  field_docs: {},
6148
6507
  optional_fields: [],
6149
6508
  performance_impact: {
@@ -6156,6 +6515,23 @@ export const apiTools = [
6156
6515
  creates: ["oas-validation"],
6157
6516
  },
6158
6517
  },
6518
+ curlExample: null,
6519
+ dependencies: [],
6520
+ oneOfGroups: [],
6521
+ subscriptionRequirements: [
6522
+ {
6523
+ addonService: "f5xc_waap_standard",
6524
+ displayName: "F5XC WAAP Standard",
6525
+ required: false,
6526
+ tier: "standard",
6527
+ },
6528
+ {
6529
+ addonService: "f5xc_waap_advanced",
6530
+ displayName: "F5XC WAAP Advanced",
6531
+ required: false,
6532
+ tier: "advanced",
6533
+ },
6534
+ ],
6159
6535
  },
6160
6536
  {
6161
6537
  toolName: "f5xc-api-api-rate-limit-create",
@@ -6196,18 +6572,6 @@ export const apiTools = [
6196
6572
  creates: ["rate-limit"],
6197
6573
  },
6198
6574
  requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
6199
- cliExamples: [
6200
- {
6201
- command: "f5xcctl config rate-limit create -f {file}.yaml",
6202
- description: "Create from YAML file",
6203
- use_case: "file_based",
6204
- },
6205
- {
6206
- command: "f5xcctl config rate-limit create {name} --namespace {namespace}",
6207
- description: "Create rate-limit",
6208
- use_case: "basic_create",
6209
- },
6210
- ],
6211
6575
  confirmationRequired: false,
6212
6576
  parameterExamples: {
6213
6577
  namespace: "Shared",
@@ -6252,18 +6616,6 @@ export const apiTools = [
6252
6616
  },
6253
6617
  confirmation_required: false,
6254
6618
  danger_level: "medium",
6255
- examples: [
6256
- {
6257
- command: "f5xcctl config rate-limit create {name} --namespace {namespace}",
6258
- description: "Create rate-limit",
6259
- use_case: "basic_create",
6260
- },
6261
- {
6262
- command: "f5xcctl config rate-limit create -f {file}.yaml",
6263
- description: "Create from YAML file",
6264
- use_case: "file_based",
6265
- },
6266
- ],
6267
6619
  field_docs: {},
6268
6620
  optional_fields: [],
6269
6621
  performance_impact: {
@@ -6276,6 +6628,23 @@ export const apiTools = [
6276
6628
  creates: ["rate-limit"],
6277
6629
  },
6278
6630
  },
6631
+ curlExample: null,
6632
+ dependencies: [],
6633
+ oneOfGroups: [],
6634
+ subscriptionRequirements: [
6635
+ {
6636
+ addonService: "f5xc_waap_standard",
6637
+ displayName: "F5XC WAAP Standard",
6638
+ required: false,
6639
+ tier: "standard",
6640
+ },
6641
+ {
6642
+ addonService: "f5xc_waap_advanced",
6643
+ displayName: "F5XC WAAP Advanced",
6644
+ required: false,
6645
+ tier: "advanced",
6646
+ },
6647
+ ],
6279
6648
  },
6280
6649
  {
6281
6650
  toolName: "f5xc-api-api-remove-from-inventory-create",
@@ -6325,18 +6694,6 @@ export const apiTools = [
6325
6694
  creates: ["remove-from-inventory"],
6326
6695
  },
6327
6696
  requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
6328
- cliExamples: [
6329
- {
6330
- command: "f5xcctl config remove-from-inventory create -f {file}.yaml",
6331
- description: "Create from YAML file",
6332
- use_case: "file_based",
6333
- },
6334
- {
6335
- command: "f5xcctl config remove-from-inventory create {name} --namespace {namespace}",
6336
- description: "Create remove-from-inventory",
6337
- use_case: "basic_create",
6338
- },
6339
- ],
6340
6697
  confirmationRequired: false,
6341
6698
  parameterExamples: {
6342
6699
  name: "Name",
@@ -6385,18 +6742,6 @@ export const apiTools = [
6385
6742
  },
6386
6743
  confirmation_required: false,
6387
6744
  danger_level: "medium",
6388
- examples: [
6389
- {
6390
- command: "f5xcctl config remove-from-inventory create {name} --namespace {namespace}",
6391
- description: "Create remove-from-inventory",
6392
- use_case: "basic_create",
6393
- },
6394
- {
6395
- command: "f5xcctl config remove-from-inventory create -f {file}.yaml",
6396
- description: "Create from YAML file",
6397
- use_case: "file_based",
6398
- },
6399
- ],
6400
6745
  field_docs: {},
6401
6746
  optional_fields: [],
6402
6747
  performance_impact: {
@@ -6409,6 +6754,23 @@ export const apiTools = [
6409
6754
  creates: ["remove-from-inventory"],
6410
6755
  },
6411
6756
  },
6757
+ curlExample: null,
6758
+ dependencies: [],
6759
+ oneOfGroups: [],
6760
+ subscriptionRequirements: [
6761
+ {
6762
+ addonService: "f5xc_waap_standard",
6763
+ displayName: "F5XC WAAP Standard",
6764
+ required: false,
6765
+ tier: "standard",
6766
+ },
6767
+ {
6768
+ addonService: "f5xc_waap_advanced",
6769
+ displayName: "F5XC WAAP Advanced",
6770
+ required: false,
6771
+ tier: "advanced",
6772
+ },
6773
+ ],
6412
6774
  },
6413
6775
  {
6414
6776
  toolName: "f5xc-api-api-stat-create",
@@ -6449,18 +6811,6 @@ export const apiTools = [
6449
6811
  creates: ["stat"],
6450
6812
  },
6451
6813
  requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
6452
- cliExamples: [
6453
- {
6454
- command: "f5xcctl ml stat create -f {file}.yaml",
6455
- description: "Create from YAML file",
6456
- use_case: "file_based",
6457
- },
6458
- {
6459
- command: "f5xcctl ml stat create {name} --namespace {namespace}",
6460
- description: "Create stat",
6461
- use_case: "basic_create",
6462
- },
6463
- ],
6464
6814
  confirmationRequired: false,
6465
6815
  parameterExamples: {
6466
6816
  namespace: "Shared",
@@ -6505,18 +6855,6 @@ export const apiTools = [
6505
6855
  },
6506
6856
  confirmation_required: false,
6507
6857
  danger_level: "medium",
6508
- examples: [
6509
- {
6510
- command: "f5xcctl ml stat create {name} --namespace {namespace}",
6511
- description: "Create stat",
6512
- use_case: "basic_create",
6513
- },
6514
- {
6515
- command: "f5xcctl ml stat create -f {file}.yaml",
6516
- description: "Create from YAML file",
6517
- use_case: "file_based",
6518
- },
6519
- ],
6520
6858
  field_docs: {},
6521
6859
  optional_fields: [],
6522
6860
  performance_impact: {
@@ -6529,6 +6867,23 @@ export const apiTools = [
6529
6867
  creates: ["stat"],
6530
6868
  },
6531
6869
  },
6870
+ curlExample: null,
6871
+ dependencies: [],
6872
+ oneOfGroups: [],
6873
+ subscriptionRequirements: [
6874
+ {
6875
+ addonService: "f5xc_waap_standard",
6876
+ displayName: "F5XC WAAP Standard",
6877
+ required: false,
6878
+ tier: "standard",
6879
+ },
6880
+ {
6881
+ addonService: "f5xc_waap_advanced",
6882
+ displayName: "F5XC WAAP Advanced",
6883
+ required: false,
6884
+ tier: "advanced",
6885
+ },
6886
+ ],
6532
6887
  },
6533
6888
  {
6534
6889
  toolName: "f5xc-api-api-unmark-as-non-api-create",
@@ -6578,18 +6933,6 @@ export const apiTools = [
6578
6933
  creates: ["unmark-as-non-api"],
6579
6934
  },
6580
6935
  requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
6581
- cliExamples: [
6582
- {
6583
- command: "f5xcctl config unmark-as-non-api create -f {file}.yaml",
6584
- description: "Create from YAML file",
6585
- use_case: "file_based",
6586
- },
6587
- {
6588
- command: "f5xcctl config unmark-as-non-api create {name} --namespace {namespace}",
6589
- description: "Create unmark-as-non-api",
6590
- use_case: "basic_create",
6591
- },
6592
- ],
6593
6936
  confirmationRequired: false,
6594
6937
  parameterExamples: {
6595
6938
  name: "Name",
@@ -6638,18 +6981,6 @@ export const apiTools = [
6638
6981
  },
6639
6982
  confirmation_required: false,
6640
6983
  danger_level: "medium",
6641
- examples: [
6642
- {
6643
- command: "f5xcctl config unmark-as-non-api create {name} --namespace {namespace}",
6644
- description: "Create unmark-as-non-api",
6645
- use_case: "basic_create",
6646
- },
6647
- {
6648
- command: "f5xcctl config unmark-as-non-api create -f {file}.yaml",
6649
- description: "Create from YAML file",
6650
- use_case: "file_based",
6651
- },
6652
- ],
6653
6984
  field_docs: {},
6654
6985
  optional_fields: [],
6655
6986
  performance_impact: {
@@ -6662,6 +6993,23 @@ export const apiTools = [
6662
6993
  creates: ["unmark-as-non-api"],
6663
6994
  },
6664
6995
  },
6996
+ curlExample: null,
6997
+ dependencies: [],
6998
+ oneOfGroups: [],
6999
+ subscriptionRequirements: [
7000
+ {
7001
+ addonService: "f5xc_waap_standard",
7002
+ displayName: "F5XC WAAP Standard",
7003
+ required: false,
7004
+ tier: "standard",
7005
+ },
7006
+ {
7007
+ addonService: "f5xc_waap_advanced",
7008
+ displayName: "F5XC WAAP Advanced",
7009
+ required: false,
7010
+ tier: "advanced",
7011
+ },
7012
+ ],
6665
7013
  },
6666
7014
  ];
6667
7015
  export default apiTools;