@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
@@ -38,13 +38,6 @@ export const marketplaceTools = [
38
38
  dangerLevel: "low",
39
39
  sideEffects: null,
40
40
  requiredFields: ["path.addon_service"],
41
- cliExamples: [
42
- {
43
- command: "f5xcctl web activation-statu list --namespace {namespace}",
44
- description: "List all activation-status",
45
- use_case: "list_all",
46
- },
47
- ],
48
41
  confirmationRequired: false,
49
42
  parameterExamples: {
50
43
  addon_service: "Addon-service-1.",
@@ -89,13 +82,6 @@ export const marketplaceTools = [
89
82
  },
90
83
  confirmation_required: false,
91
84
  danger_level: "low",
92
- examples: [
93
- {
94
- command: "f5xcctl web activation-statu list --namespace {namespace}",
95
- description: "List all activation-status",
96
- use_case: "list_all",
97
- },
98
- ],
99
85
  field_docs: {},
100
86
  optional_fields: [],
101
87
  performance_impact: {
@@ -106,6 +92,10 @@ export const marketplaceTools = [
106
92
  required_fields: ["path.addon_service"],
107
93
  side_effects: {},
108
94
  },
95
+ curlExample: null,
96
+ dependencies: [],
97
+ oneOfGroups: [],
98
+ subscriptionRequirements: [],
109
99
  },
110
100
  {
111
101
  toolName: "f5xc-api-marketplace-addon-service-get",
@@ -142,13 +132,6 @@ export const marketplaceTools = [
142
132
  dangerLevel: "low",
143
133
  sideEffects: null,
144
134
  requiredFields: ["path.name"],
145
- cliExamples: [
146
- {
147
- command: "f5xcctl web addon-service get {name} --namespace {namespace}",
148
- description: "Get specific addon-service",
149
- use_case: "get_specific",
150
- },
151
- ],
152
135
  confirmationRequired: false,
153
136
  parameterExamples: {
154
137
  name: "Addon-service-1.",
@@ -193,13 +176,6 @@ export const marketplaceTools = [
193
176
  },
194
177
  confirmation_required: false,
195
178
  danger_level: "low",
196
- examples: [
197
- {
198
- command: "f5xcctl web addon-service get {name} --namespace {namespace}",
199
- description: "Get specific addon-service",
200
- use_case: "get_specific",
201
- },
202
- ],
203
179
  field_docs: {},
204
180
  optional_fields: [],
205
181
  performance_impact: {
@@ -210,6 +186,10 @@ export const marketplaceTools = [
210
186
  required_fields: ["path.name"],
211
187
  side_effects: {},
212
188
  },
189
+ curlExample: null,
190
+ dependencies: [],
191
+ oneOfGroups: [],
192
+ subscriptionRequirements: [],
213
193
  },
214
194
  {
215
195
  toolName: "f5xc-api-marketplace-addon-service-list",
@@ -284,13 +264,6 @@ export const marketplaceTools = [
284
264
  dangerLevel: "low",
285
265
  sideEffects: null,
286
266
  requiredFields: ["path.namespace"],
287
- cliExamples: [
288
- {
289
- command: "f5xcctl web addon-service list --namespace {namespace}",
290
- description: "List all addon-services",
291
- use_case: "list_all",
292
- },
293
- ],
294
267
  confirmationRequired: false,
295
268
  parameterExamples: {
296
269
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -336,13 +309,6 @@ export const marketplaceTools = [
336
309
  },
337
310
  confirmation_required: false,
338
311
  danger_level: "low",
339
- examples: [
340
- {
341
- command: "f5xcctl web addon-service list --namespace {namespace}",
342
- description: "List all addon-services",
343
- use_case: "list_all",
344
- },
345
- ],
346
312
  field_docs: {},
347
313
  optional_fields: [],
348
314
  performance_impact: {
@@ -353,6 +319,10 @@ export const marketplaceTools = [
353
319
  required_fields: ["path.namespace"],
354
320
  side_effects: {},
355
321
  },
322
+ curlExample: null,
323
+ dependencies: [],
324
+ oneOfGroups: [],
325
+ subscriptionRequirements: [],
356
326
  },
357
327
  {
358
328
  toolName: "f5xc-api-marketplace-addon-subscription-create",
@@ -393,18 +363,6 @@ export const marketplaceTools = [
393
363
  creates: ["addon-subscription"],
394
364
  },
395
365
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
396
- cliExamples: [
397
- {
398
- command: "f5xcctl web addon-subscription create {name} --namespace {namespace}",
399
- description: "Create addon-subscription",
400
- use_case: "basic_create",
401
- },
402
- {
403
- command: "f5xcctl web addon-subscription create -f {file}.yaml",
404
- description: "Create from YAML file",
405
- use_case: "file_based",
406
- },
407
- ],
408
366
  confirmationRequired: false,
409
367
  parameterExamples: {
410
368
  "metadata.namespace": "Staging",
@@ -452,18 +410,6 @@ export const marketplaceTools = [
452
410
  },
453
411
  confirmation_required: false,
454
412
  danger_level: "medium",
455
- examples: [
456
- {
457
- command: "f5xcctl web addon-subscription create {name} --namespace {namespace}",
458
- description: "Create addon-subscription",
459
- use_case: "basic_create",
460
- },
461
- {
462
- command: "f5xcctl web addon-subscription create -f {file}.yaml",
463
- description: "Create from YAML file",
464
- use_case: "file_based",
465
- },
466
- ],
467
413
  field_docs: {},
468
414
  optional_fields: [],
469
415
  performance_impact: {
@@ -476,6 +422,32 @@ export const marketplaceTools = [
476
422
  creates: ["addon-subscription"],
477
423
  },
478
424
  },
425
+ curlExample: null,
426
+ dependencies: [
427
+ {
428
+ domain: "",
429
+ fieldPath: "",
430
+ inline: false,
431
+ required: false,
432
+ resourceType: "addon-subscription",
433
+ },
434
+ {
435
+ domain: "",
436
+ fieldPath: "metadata",
437
+ inline: false,
438
+ required: false,
439
+ resourceType: "schema-object-create-meta",
440
+ },
441
+ {
442
+ domain: "",
443
+ fieldPath: "spec",
444
+ inline: false,
445
+ required: false,
446
+ resourceType: "addon-subscription-create",
447
+ },
448
+ ],
449
+ oneOfGroups: [],
450
+ subscriptionRequirements: [],
479
451
  },
480
452
  {
481
453
  toolName: "f5xc-api-marketplace-addon-subscription-delete",
@@ -525,13 +497,6 @@ export const marketplaceTools = [
525
497
  deletes: ["addon-subscription", "contained_resources"],
526
498
  },
527
499
  requiredFields: ["path.name", "path.namespace"],
528
- cliExamples: [
529
- {
530
- command: "f5xcctl web addon-subscription delete {name} --namespace {namespace}",
531
- description: "Delete addon-subscription",
532
- use_case: "delete",
533
- },
534
- ],
535
500
  confirmationRequired: true,
536
501
  parameterExamples: {
537
502
  name: "Name",
@@ -577,13 +542,6 @@ export const marketplaceTools = [
577
542
  },
578
543
  confirmation_required: true,
579
544
  danger_level: "high",
580
- examples: [
581
- {
582
- command: "f5xcctl web addon-subscription delete {name} --namespace {namespace}",
583
- description: "Delete addon-subscription",
584
- use_case: "delete",
585
- },
586
- ],
587
545
  field_docs: {},
588
546
  optional_fields: [],
589
547
  performance_impact: {
@@ -596,6 +554,18 @@ export const marketplaceTools = [
596
554
  deletes: ["addon-subscription", "contained_resources"],
597
555
  },
598
556
  },
557
+ curlExample: null,
558
+ dependencies: [
559
+ {
560
+ domain: "",
561
+ fieldPath: "",
562
+ inline: false,
563
+ required: false,
564
+ resourceType: "addon-subscription",
565
+ },
566
+ ],
567
+ oneOfGroups: [],
568
+ subscriptionRequirements: [],
599
569
  },
600
570
  {
601
571
  toolName: "f5xc-api-marketplace-addon-subscription-get",
@@ -663,13 +633,6 @@ export const marketplaceTools = [
663
633
  dangerLevel: "low",
664
634
  sideEffects: null,
665
635
  requiredFields: ["path.name", "path.namespace"],
666
- cliExamples: [
667
- {
668
- command: "f5xcctl web addon-subscription get {name} --namespace {namespace}",
669
- description: "Get specific addon-subscription",
670
- use_case: "get_specific",
671
- },
672
- ],
673
636
  confirmationRequired: false,
674
637
  parameterExamples: {
675
638
  name: "Name",
@@ -715,13 +678,6 @@ export const marketplaceTools = [
715
678
  },
716
679
  confirmation_required: false,
717
680
  danger_level: "low",
718
- examples: [
719
- {
720
- command: "f5xcctl web addon-subscription get {name} --namespace {namespace}",
721
- description: "Get specific addon-subscription",
722
- use_case: "get_specific",
723
- },
724
- ],
725
681
  field_docs: {},
726
682
  optional_fields: [],
727
683
  performance_impact: {
@@ -732,6 +688,10 @@ export const marketplaceTools = [
732
688
  required_fields: ["path.name", "path.namespace"],
733
689
  side_effects: {},
734
690
  },
691
+ curlExample: null,
692
+ dependencies: [],
693
+ oneOfGroups: [],
694
+ subscriptionRequirements: [],
735
695
  },
736
696
  {
737
697
  toolName: "f5xc-api-marketplace-addon-subscription-list",
@@ -806,13 +766,6 @@ export const marketplaceTools = [
806
766
  dangerLevel: "low",
807
767
  sideEffects: null,
808
768
  requiredFields: ["path.namespace"],
809
- cliExamples: [
810
- {
811
- command: "f5xcctl web addon-subscription list --namespace {namespace}",
812
- description: "List all addon-subscriptions",
813
- use_case: "list_all",
814
- },
815
- ],
816
769
  confirmationRequired: false,
817
770
  parameterExamples: {
818
771
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -858,13 +811,6 @@ export const marketplaceTools = [
858
811
  },
859
812
  confirmation_required: false,
860
813
  danger_level: "low",
861
- examples: [
862
- {
863
- command: "f5xcctl web addon-subscription list --namespace {namespace}",
864
- description: "List all addon-subscriptions",
865
- use_case: "list_all",
866
- },
867
- ],
868
814
  field_docs: {},
869
815
  optional_fields: [],
870
816
  performance_impact: {
@@ -875,6 +821,10 @@ export const marketplaceTools = [
875
821
  required_fields: ["path.namespace"],
876
822
  side_effects: {},
877
823
  },
824
+ curlExample: null,
825
+ dependencies: [],
826
+ oneOfGroups: [],
827
+ subscriptionRequirements: [],
878
828
  },
879
829
  {
880
830
  toolName: "f5xc-api-marketplace-addon-subscription-update",
@@ -926,13 +876,6 @@ export const marketplaceTools = [
926
876
  modifies: ["addon-subscription"],
927
877
  },
928
878
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
929
- cliExamples: [
930
- {
931
- command: "f5xcctl web addon-subscription update {name} --namespace {namespace} -f {file}.yaml",
932
- description: "Update addon-subscription",
933
- use_case: "update",
934
- },
935
- ],
936
879
  confirmationRequired: false,
937
880
  parameterExamples: {
938
881
  "metadata.name": "Example-corp-web.",
@@ -978,13 +921,6 @@ export const marketplaceTools = [
978
921
  },
979
922
  confirmation_required: false,
980
923
  danger_level: "medium",
981
- examples: [
982
- {
983
- command: "f5xcctl web addon-subscription update {name} --namespace {namespace} -f {file}.yaml",
984
- description: "Update addon-subscription",
985
- use_case: "update",
986
- },
987
- ],
988
924
  field_docs: {},
989
925
  optional_fields: [],
990
926
  performance_impact: {
@@ -997,6 +933,32 @@ export const marketplaceTools = [
997
933
  modifies: ["addon-subscription"],
998
934
  },
999
935
  },
936
+ curlExample: null,
937
+ dependencies: [
938
+ {
939
+ domain: "",
940
+ fieldPath: "",
941
+ inline: false,
942
+ required: false,
943
+ resourceType: "addon-subscription",
944
+ },
945
+ {
946
+ domain: "",
947
+ fieldPath: "metadata",
948
+ inline: false,
949
+ required: false,
950
+ resourceType: "schema-object-replace-meta",
951
+ },
952
+ {
953
+ domain: "",
954
+ fieldPath: "spec",
955
+ inline: false,
956
+ required: false,
957
+ resourceType: "addon-subscription-replace",
958
+ },
959
+ ],
960
+ oneOfGroups: [],
961
+ subscriptionRequirements: [],
1000
962
  },
1001
963
  {
1002
964
  toolName: "f5xc-api-marketplace-all-activation-statu-list",
@@ -1033,13 +995,6 @@ export const marketplaceTools = [
1033
995
  dangerLevel: "low",
1034
996
  sideEffects: null,
1035
997
  requiredFields: ["path.addon_service"],
1036
- cliExamples: [
1037
- {
1038
- command: "f5xcctl web all-activation-statu list --namespace {namespace}",
1039
- description: "List all all-activation-status",
1040
- use_case: "list_all",
1041
- },
1042
- ],
1043
998
  confirmationRequired: false,
1044
999
  parameterExamples: {
1045
1000
  addon_service: "Addon-service-1.",
@@ -1084,13 +1039,6 @@ export const marketplaceTools = [
1084
1039
  },
1085
1040
  confirmation_required: false,
1086
1041
  danger_level: "low",
1087
- examples: [
1088
- {
1089
- command: "f5xcctl web all-activation-statu list --namespace {namespace}",
1090
- description: "List all all-activation-status",
1091
- use_case: "list_all",
1092
- },
1093
- ],
1094
1042
  field_docs: {},
1095
1043
  optional_fields: [],
1096
1044
  performance_impact: {
@@ -1101,6 +1049,10 @@ export const marketplaceTools = [
1101
1049
  required_fields: ["path.addon_service"],
1102
1050
  side_effects: {},
1103
1051
  },
1052
+ curlExample: null,
1053
+ dependencies: [],
1054
+ oneOfGroups: [],
1055
+ subscriptionRequirements: [],
1104
1056
  },
1105
1057
  {
1106
1058
  toolName: "f5xc-api-marketplace-cminstance-create",
@@ -1141,18 +1093,6 @@ export const marketplaceTools = [
1141
1093
  creates: ["cminstance"],
1142
1094
  },
1143
1095
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
1144
- cliExamples: [
1145
- {
1146
- command: "f5xcctl config cminstance create {name} --namespace {namespace}",
1147
- description: "Create cminstance",
1148
- use_case: "basic_create",
1149
- },
1150
- {
1151
- command: "f5xcctl config cminstance create -f {file}.yaml",
1152
- description: "Create from YAML file",
1153
- use_case: "file_based",
1154
- },
1155
- ],
1156
1096
  confirmationRequired: false,
1157
1097
  parameterExamples: {
1158
1098
  "metadata.namespace": "Staging",
@@ -1197,18 +1137,6 @@ export const marketplaceTools = [
1197
1137
  },
1198
1138
  confirmation_required: false,
1199
1139
  danger_level: "medium",
1200
- examples: [
1201
- {
1202
- command: "f5xcctl config cminstance create {name} --namespace {namespace}",
1203
- description: "Create cminstance",
1204
- use_case: "basic_create",
1205
- },
1206
- {
1207
- command: "f5xcctl config cminstance create -f {file}.yaml",
1208
- description: "Create from YAML file",
1209
- use_case: "file_based",
1210
- },
1211
- ],
1212
1140
  field_docs: {},
1213
1141
  optional_fields: [],
1214
1142
  performance_impact: {
@@ -1221,6 +1149,32 @@ export const marketplaceTools = [
1221
1149
  creates: ["cminstance"],
1222
1150
  },
1223
1151
  },
1152
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cminstances" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1153
+ dependencies: [
1154
+ {
1155
+ domain: "",
1156
+ fieldPath: "",
1157
+ inline: false,
1158
+ required: false,
1159
+ resourceType: "cminstance",
1160
+ },
1161
+ {
1162
+ domain: "",
1163
+ fieldPath: "metadata",
1164
+ inline: false,
1165
+ required: false,
1166
+ resourceType: "schema-object-create-meta",
1167
+ },
1168
+ {
1169
+ domain: "",
1170
+ fieldPath: "spec",
1171
+ inline: false,
1172
+ required: false,
1173
+ resourceType: "cminstance-create",
1174
+ },
1175
+ ],
1176
+ oneOfGroups: [],
1177
+ subscriptionRequirements: [],
1224
1178
  },
1225
1179
  {
1226
1180
  toolName: "f5xc-api-marketplace-cminstance-delete",
@@ -1270,13 +1224,6 @@ export const marketplaceTools = [
1270
1224
  deletes: ["cminstance", "contained_resources"],
1271
1225
  },
1272
1226
  requiredFields: ["path.name", "path.namespace"],
1273
- cliExamples: [
1274
- {
1275
- command: "f5xcctl config cminstance delete {name} --namespace {namespace}",
1276
- description: "Delete cminstance",
1277
- use_case: "delete",
1278
- },
1279
- ],
1280
1227
  confirmationRequired: true,
1281
1228
  parameterExamples: {
1282
1229
  name: "Name",
@@ -1322,13 +1269,6 @@ export const marketplaceTools = [
1322
1269
  },
1323
1270
  confirmation_required: true,
1324
1271
  danger_level: "high",
1325
- examples: [
1326
- {
1327
- command: "f5xcctl config cminstance delete {name} --namespace {namespace}",
1328
- description: "Delete cminstance",
1329
- use_case: "delete",
1330
- },
1331
- ],
1332
1272
  field_docs: {},
1333
1273
  optional_fields: [],
1334
1274
  performance_impact: {
@@ -1341,6 +1281,18 @@ export const marketplaceTools = [
1341
1281
  deletes: ["cminstance", "contained_resources"],
1342
1282
  },
1343
1283
  },
1284
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cminstances" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1285
+ dependencies: [
1286
+ {
1287
+ domain: "",
1288
+ fieldPath: "",
1289
+ inline: false,
1290
+ required: false,
1291
+ resourceType: "cminstance",
1292
+ },
1293
+ ],
1294
+ oneOfGroups: [],
1295
+ subscriptionRequirements: [],
1344
1296
  },
1345
1297
  {
1346
1298
  toolName: "f5xc-api-marketplace-cminstance-get",
@@ -1409,13 +1361,6 @@ export const marketplaceTools = [
1409
1361
  dangerLevel: "low",
1410
1362
  sideEffects: null,
1411
1363
  requiredFields: ["path.name", "path.namespace"],
1412
- cliExamples: [
1413
- {
1414
- command: "f5xcctl config cminstance get {name} --namespace {namespace}",
1415
- description: "Get specific cminstance",
1416
- use_case: "get_specific",
1417
- },
1418
- ],
1419
1364
  confirmationRequired: false,
1420
1365
  parameterExamples: {
1421
1366
  name: "Name",
@@ -1461,13 +1406,6 @@ export const marketplaceTools = [
1461
1406
  },
1462
1407
  confirmation_required: false,
1463
1408
  danger_level: "low",
1464
- examples: [
1465
- {
1466
- command: "f5xcctl config cminstance get {name} --namespace {namespace}",
1467
- description: "Get specific cminstance",
1468
- use_case: "get_specific",
1469
- },
1470
- ],
1471
1409
  field_docs: {},
1472
1410
  optional_fields: [],
1473
1411
  performance_impact: {
@@ -1478,6 +1416,10 @@ export const marketplaceTools = [
1478
1416
  required_fields: ["path.name", "path.namespace"],
1479
1417
  side_effects: {},
1480
1418
  },
1419
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cminstances" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1420
+ dependencies: [],
1421
+ oneOfGroups: [],
1422
+ subscriptionRequirements: [],
1481
1423
  },
1482
1424
  {
1483
1425
  toolName: "f5xc-api-marketplace-cminstance-list",
@@ -1552,13 +1494,6 @@ export const marketplaceTools = [
1552
1494
  dangerLevel: "low",
1553
1495
  sideEffects: null,
1554
1496
  requiredFields: ["path.namespace"],
1555
- cliExamples: [
1556
- {
1557
- command: "f5xcctl config cminstance list --namespace {namespace}",
1558
- description: "List all cminstances",
1559
- use_case: "list_all",
1560
- },
1561
- ],
1562
1497
  confirmationRequired: false,
1563
1498
  parameterExamples: {
1564
1499
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -1604,13 +1539,6 @@ export const marketplaceTools = [
1604
1539
  },
1605
1540
  confirmation_required: false,
1606
1541
  danger_level: "low",
1607
- examples: [
1608
- {
1609
- command: "f5xcctl config cminstance list --namespace {namespace}",
1610
- description: "List all cminstances",
1611
- use_case: "list_all",
1612
- },
1613
- ],
1614
1542
  field_docs: {},
1615
1543
  optional_fields: [],
1616
1544
  performance_impact: {
@@ -1621,6 +1549,10 @@ export const marketplaceTools = [
1621
1549
  required_fields: ["path.namespace"],
1622
1550
  side_effects: {},
1623
1551
  },
1552
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cminstances" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1553
+ dependencies: [],
1554
+ oneOfGroups: [],
1555
+ subscriptionRequirements: [],
1624
1556
  },
1625
1557
  {
1626
1558
  toolName: "f5xc-api-marketplace-cminstance-update",
@@ -1672,13 +1604,6 @@ export const marketplaceTools = [
1672
1604
  modifies: ["cminstance"],
1673
1605
  },
1674
1606
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
1675
- cliExamples: [
1676
- {
1677
- command: "f5xcctl config cminstance update {name} --namespace {namespace} -f {file}.yaml",
1678
- description: "Update cminstance",
1679
- use_case: "update",
1680
- },
1681
- ],
1682
1607
  confirmationRequired: false,
1683
1608
  parameterExamples: {
1684
1609
  "metadata.name": "Example-corp-web.",
@@ -1724,13 +1649,6 @@ export const marketplaceTools = [
1724
1649
  },
1725
1650
  confirmation_required: false,
1726
1651
  danger_level: "medium",
1727
- examples: [
1728
- {
1729
- command: "f5xcctl config cminstance update {name} --namespace {namespace} -f {file}.yaml",
1730
- description: "Update cminstance",
1731
- use_case: "update",
1732
- },
1733
- ],
1734
1652
  field_docs: {},
1735
1653
  optional_fields: [],
1736
1654
  performance_impact: {
@@ -1743,6 +1661,32 @@ export const marketplaceTools = [
1743
1661
  modifies: ["cminstance"],
1744
1662
  },
1745
1663
  },
1664
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cminstances" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1665
+ dependencies: [
1666
+ {
1667
+ domain: "",
1668
+ fieldPath: "",
1669
+ inline: false,
1670
+ required: false,
1671
+ resourceType: "cminstance",
1672
+ },
1673
+ {
1674
+ domain: "",
1675
+ fieldPath: "metadata",
1676
+ inline: false,
1677
+ required: false,
1678
+ resourceType: "schema-object-replace-meta",
1679
+ },
1680
+ {
1681
+ domain: "",
1682
+ fieldPath: "spec",
1683
+ inline: false,
1684
+ required: false,
1685
+ resourceType: "cminstance-replace",
1686
+ },
1687
+ ],
1688
+ oneOfGroups: [],
1689
+ subscriptionRequirements: [],
1746
1690
  },
1747
1691
  {
1748
1692
  toolName: "f5xc-api-marketplace-external-connector-create",
@@ -1783,18 +1727,6 @@ export const marketplaceTools = [
1783
1727
  creates: ["external-connector"],
1784
1728
  },
1785
1729
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
1786
- cliExamples: [
1787
- {
1788
- command: "f5xcctl config external-connector create {name} --namespace {namespace}",
1789
- description: "Create external-connector",
1790
- use_case: "basic_create",
1791
- },
1792
- {
1793
- command: "f5xcctl config external-connector create -f {file}.yaml",
1794
- description: "Create from YAML file",
1795
- use_case: "file_based",
1796
- },
1797
- ],
1798
1730
  confirmationRequired: false,
1799
1731
  parameterExamples: {
1800
1732
  "metadata.namespace": "Staging",
@@ -1842,18 +1774,6 @@ export const marketplaceTools = [
1842
1774
  },
1843
1775
  confirmation_required: false,
1844
1776
  danger_level: "medium",
1845
- examples: [
1846
- {
1847
- command: "f5xcctl config external-connector create {name} --namespace {namespace}",
1848
- description: "Create external-connector",
1849
- use_case: "basic_create",
1850
- },
1851
- {
1852
- command: "f5xcctl config external-connector create -f {file}.yaml",
1853
- description: "Create from YAML file",
1854
- use_case: "file_based",
1855
- },
1856
- ],
1857
1777
  field_docs: {},
1858
1778
  optional_fields: [],
1859
1779
  performance_impact: {
@@ -1866,6 +1786,32 @@ export const marketplaceTools = [
1866
1786
  creates: ["external-connector"],
1867
1787
  },
1868
1788
  },
1789
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/external_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1790
+ dependencies: [
1791
+ {
1792
+ domain: "",
1793
+ fieldPath: "",
1794
+ inline: false,
1795
+ required: false,
1796
+ resourceType: "external-connector",
1797
+ },
1798
+ {
1799
+ domain: "",
1800
+ fieldPath: "metadata",
1801
+ inline: false,
1802
+ required: false,
1803
+ resourceType: "schema-object-create-meta",
1804
+ },
1805
+ {
1806
+ domain: "",
1807
+ fieldPath: "spec",
1808
+ inline: false,
1809
+ required: false,
1810
+ resourceType: "external-connector-create",
1811
+ },
1812
+ ],
1813
+ oneOfGroups: [],
1814
+ subscriptionRequirements: [],
1869
1815
  },
1870
1816
  {
1871
1817
  toolName: "f5xc-api-marketplace-external-connector-delete",
@@ -1915,13 +1861,6 @@ export const marketplaceTools = [
1915
1861
  deletes: ["external-connector", "contained_resources"],
1916
1862
  },
1917
1863
  requiredFields: ["path.name", "path.namespace"],
1918
- cliExamples: [
1919
- {
1920
- command: "f5xcctl config external-connector delete {name} --namespace {namespace}",
1921
- description: "Delete external-connector",
1922
- use_case: "delete",
1923
- },
1924
- ],
1925
1864
  confirmationRequired: true,
1926
1865
  parameterExamples: {
1927
1866
  name: "Name",
@@ -1967,13 +1906,6 @@ export const marketplaceTools = [
1967
1906
  },
1968
1907
  confirmation_required: true,
1969
1908
  danger_level: "high",
1970
- examples: [
1971
- {
1972
- command: "f5xcctl config external-connector delete {name} --namespace {namespace}",
1973
- description: "Delete external-connector",
1974
- use_case: "delete",
1975
- },
1976
- ],
1977
1909
  field_docs: {},
1978
1910
  optional_fields: [],
1979
1911
  performance_impact: {
@@ -1986,6 +1918,18 @@ export const marketplaceTools = [
1986
1918
  deletes: ["external-connector", "contained_resources"],
1987
1919
  },
1988
1920
  },
1921
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/external_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1922
+ dependencies: [
1923
+ {
1924
+ domain: "",
1925
+ fieldPath: "",
1926
+ inline: false,
1927
+ required: false,
1928
+ resourceType: "external-connector",
1929
+ },
1930
+ ],
1931
+ oneOfGroups: [],
1932
+ subscriptionRequirements: [],
1989
1933
  },
1990
1934
  {
1991
1935
  toolName: "f5xc-api-marketplace-external-connector-get",
@@ -2054,13 +1998,6 @@ export const marketplaceTools = [
2054
1998
  dangerLevel: "low",
2055
1999
  sideEffects: null,
2056
2000
  requiredFields: ["path.name", "path.namespace"],
2057
- cliExamples: [
2058
- {
2059
- command: "f5xcctl config external-connector get {name} --namespace {namespace}",
2060
- description: "Get specific external-connector",
2061
- use_case: "get_specific",
2062
- },
2063
- ],
2064
2001
  confirmationRequired: false,
2065
2002
  parameterExamples: {
2066
2003
  name: "Name",
@@ -2106,13 +2043,6 @@ export const marketplaceTools = [
2106
2043
  },
2107
2044
  confirmation_required: false,
2108
2045
  danger_level: "low",
2109
- examples: [
2110
- {
2111
- command: "f5xcctl config external-connector get {name} --namespace {namespace}",
2112
- description: "Get specific external-connector",
2113
- use_case: "get_specific",
2114
- },
2115
- ],
2116
2046
  field_docs: {},
2117
2047
  optional_fields: [],
2118
2048
  performance_impact: {
@@ -2123,6 +2053,10 @@ export const marketplaceTools = [
2123
2053
  required_fields: ["path.name", "path.namespace"],
2124
2054
  side_effects: {},
2125
2055
  },
2056
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/external_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
2057
+ dependencies: [],
2058
+ oneOfGroups: [],
2059
+ subscriptionRequirements: [],
2126
2060
  },
2127
2061
  {
2128
2062
  toolName: "f5xc-api-marketplace-external-connector-list",
@@ -2197,13 +2131,6 @@ export const marketplaceTools = [
2197
2131
  dangerLevel: "low",
2198
2132
  sideEffects: null,
2199
2133
  requiredFields: ["path.namespace"],
2200
- cliExamples: [
2201
- {
2202
- command: "f5xcctl config external-connector list --namespace {namespace}",
2203
- description: "List all external-connectors",
2204
- use_case: "list_all",
2205
- },
2206
- ],
2207
2134
  confirmationRequired: false,
2208
2135
  parameterExamples: {
2209
2136
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -2249,13 +2176,6 @@ export const marketplaceTools = [
2249
2176
  },
2250
2177
  confirmation_required: false,
2251
2178
  danger_level: "low",
2252
- examples: [
2253
- {
2254
- command: "f5xcctl config external-connector list --namespace {namespace}",
2255
- description: "List all external-connectors",
2256
- use_case: "list_all",
2257
- },
2258
- ],
2259
2179
  field_docs: {},
2260
2180
  optional_fields: [],
2261
2181
  performance_impact: {
@@ -2266,6 +2186,10 @@ export const marketplaceTools = [
2266
2186
  required_fields: ["path.namespace"],
2267
2187
  side_effects: {},
2268
2188
  },
2189
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/external_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
2190
+ dependencies: [],
2191
+ oneOfGroups: [],
2192
+ subscriptionRequirements: [],
2269
2193
  },
2270
2194
  {
2271
2195
  toolName: "f5xc-api-marketplace-external-connector-update",
@@ -2317,13 +2241,6 @@ export const marketplaceTools = [
2317
2241
  modifies: ["external-connector"],
2318
2242
  },
2319
2243
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
2320
- cliExamples: [
2321
- {
2322
- command: "f5xcctl config external-connector update {name} --namespace {namespace} -f {file}.yaml",
2323
- description: "Update external-connector",
2324
- use_case: "update",
2325
- },
2326
- ],
2327
2244
  confirmationRequired: false,
2328
2245
  parameterExamples: {
2329
2246
  "metadata.name": "Example-corp-web.",
@@ -2369,13 +2286,6 @@ export const marketplaceTools = [
2369
2286
  },
2370
2287
  confirmation_required: false,
2371
2288
  danger_level: "medium",
2372
- examples: [
2373
- {
2374
- command: "f5xcctl config external-connector update {name} --namespace {namespace} -f {file}.yaml",
2375
- description: "Update external-connector",
2376
- use_case: "update",
2377
- },
2378
- ],
2379
2289
  field_docs: {},
2380
2290
  optional_fields: [],
2381
2291
  performance_impact: {
@@ -2388,6 +2298,32 @@ export const marketplaceTools = [
2388
2298
  modifies: ["external-connector"],
2389
2299
  },
2390
2300
  },
2301
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/external_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
2302
+ dependencies: [
2303
+ {
2304
+ domain: "",
2305
+ fieldPath: "",
2306
+ inline: false,
2307
+ required: false,
2308
+ resourceType: "external-connector",
2309
+ },
2310
+ {
2311
+ domain: "",
2312
+ fieldPath: "metadata",
2313
+ inline: false,
2314
+ required: false,
2315
+ resourceType: "schema-object-replace-meta",
2316
+ },
2317
+ {
2318
+ domain: "",
2319
+ fieldPath: "spec",
2320
+ inline: false,
2321
+ required: false,
2322
+ resourceType: "external-connector-replace",
2323
+ },
2324
+ ],
2325
+ oneOfGroups: [],
2326
+ subscriptionRequirements: [],
2391
2327
  },
2392
2328
  {
2393
2329
  toolName: "f5xc-api-marketplace-force-delete-create",
@@ -2456,18 +2392,6 @@ export const marketplaceTools = [
2456
2392
  "path.view_kind",
2457
2393
  "path.view_name",
2458
2394
  ],
2459
- cliExamples: [
2460
- {
2461
- command: "f5xcctl terraform force-delete create {name} --namespace {namespace}",
2462
- description: "Create force-delete",
2463
- use_case: "basic_create",
2464
- },
2465
- {
2466
- command: "f5xcctl terraform force-delete create -f {file}.yaml",
2467
- description: "Create from YAML file",
2468
- use_case: "file_based",
2469
- },
2470
- ],
2471
2395
  confirmationRequired: false,
2472
2396
  parameterExamples: {
2473
2397
  namespace: "Value",
@@ -2514,18 +2438,6 @@ export const marketplaceTools = [
2514
2438
  },
2515
2439
  confirmation_required: false,
2516
2440
  danger_level: "medium",
2517
- examples: [
2518
- {
2519
- command: "f5xcctl terraform force-delete create {name} --namespace {namespace}",
2520
- description: "Create force-delete",
2521
- use_case: "basic_create",
2522
- },
2523
- {
2524
- command: "f5xcctl terraform force-delete create -f {file}.yaml",
2525
- description: "Create from YAML file",
2526
- use_case: "file_based",
2527
- },
2528
- ],
2529
2441
  field_docs: {},
2530
2442
  optional_fields: [],
2531
2443
  performance_impact: {
@@ -2544,6 +2456,18 @@ export const marketplaceTools = [
2544
2456
  creates: ["force-delete"],
2545
2457
  },
2546
2458
  },
2459
+ curlExample: null,
2460
+ dependencies: [
2461
+ {
2462
+ domain: "",
2463
+ fieldPath: "",
2464
+ inline: false,
2465
+ required: false,
2466
+ resourceType: "terraform-parameters-force",
2467
+ },
2468
+ ],
2469
+ oneOfGroups: [],
2470
+ subscriptionRequirements: [],
2547
2471
  },
2548
2472
  {
2549
2473
  toolName: "f5xc-api-marketplace-generate-token-get",
@@ -2591,13 +2515,6 @@ export const marketplaceTools = [
2591
2515
  dangerLevel: "low",
2592
2516
  sideEffects: null,
2593
2517
  requiredFields: ["path.name", "path.namespace"],
2594
- cliExamples: [
2595
- {
2596
- command: "f5xcctl config generate-token get {name} --namespace {namespace}",
2597
- description: "Get specific generate-token",
2598
- use_case: "get_specific",
2599
- },
2600
- ],
2601
2518
  confirmationRequired: false,
2602
2519
  parameterExamples: {
2603
2520
  name: "Vs1",
@@ -2643,13 +2560,6 @@ export const marketplaceTools = [
2643
2560
  },
2644
2561
  confirmation_required: false,
2645
2562
  danger_level: "low",
2646
- examples: [
2647
- {
2648
- command: "f5xcctl config generate-token get {name} --namespace {namespace}",
2649
- description: "Get specific generate-token",
2650
- use_case: "get_specific",
2651
- },
2652
- ],
2653
2563
  field_docs: {},
2654
2564
  optional_fields: [],
2655
2565
  performance_impact: {
@@ -2660,6 +2570,17 @@ export const marketplaceTools = [
2660
2570
  required_fields: ["path.name", "path.namespace"],
2661
2571
  side_effects: {},
2662
2572
  },
2573
+ curlExample: null,
2574
+ dependencies: [],
2575
+ oneOfGroups: [],
2576
+ subscriptionRequirements: [
2577
+ {
2578
+ addonService: "f5xc_site_management_standard",
2579
+ displayName: "F5XC Site Management Standard",
2580
+ required: false,
2581
+ tier: "standard",
2582
+ },
2583
+ ],
2663
2584
  },
2664
2585
  {
2665
2586
  toolName: "f5xc-api-marketplace-get-security-config-create",
@@ -2700,18 +2621,6 @@ export const marketplaceTools = [
2700
2621
  creates: ["get-security-config"],
2701
2622
  },
2702
2623
  requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
2703
- cliExamples: [
2704
- {
2705
- command: "f5xcctl config get-security-config create -f {file}.yaml",
2706
- description: "Create from YAML file",
2707
- use_case: "file_based",
2708
- },
2709
- {
2710
- command: "f5xcctl config get-security-config create {name} --namespace {namespace}",
2711
- description: "Create get-security-config",
2712
- use_case: "basic_create",
2713
- },
2714
- ],
2715
2624
  confirmationRequired: false,
2716
2625
  parameterExamples: {
2717
2626
  namespace: "Shared",
@@ -2759,18 +2668,6 @@ export const marketplaceTools = [
2759
2668
  },
2760
2669
  confirmation_required: false,
2761
2670
  danger_level: "medium",
2762
- examples: [
2763
- {
2764
- command: "f5xcctl config get-security-config create {name} --namespace {namespace}",
2765
- description: "Create get-security-config",
2766
- use_case: "basic_create",
2767
- },
2768
- {
2769
- command: "f5xcctl config get-security-config create -f {file}.yaml",
2770
- description: "Create from YAML file",
2771
- use_case: "file_based",
2772
- },
2773
- ],
2774
2671
  field_docs: {},
2775
2672
  optional_fields: [],
2776
2673
  performance_impact: {
@@ -2783,6 +2680,16 @@ export const marketplaceTools = [
2783
2680
  creates: ["get-security-config"],
2784
2681
  },
2785
2682
  },
2683
+ curlExample: null,
2684
+ dependencies: [],
2685
+ oneOfGroups: [
2686
+ {
2687
+ choiceField: "third_party_choice",
2688
+ fieldPath: "third_party_choice",
2689
+ options: ["all_third_party_applications", "third_party_applications_list"],
2690
+ },
2691
+ ],
2692
+ subscriptionRequirements: [],
2786
2693
  },
2787
2694
  {
2788
2695
  toolName: "f5xc-api-marketplace-navigation-tile-get",
@@ -2849,13 +2756,6 @@ export const marketplaceTools = [
2849
2756
  dangerLevel: "low",
2850
2757
  sideEffects: null,
2851
2758
  requiredFields: ["path.name", "path.namespace"],
2852
- cliExamples: [
2853
- {
2854
- command: "f5xcctl web navigation-tile get {name} --namespace {namespace}",
2855
- description: "Get specific navigation-tile",
2856
- use_case: "get_specific",
2857
- },
2858
- ],
2859
2759
  confirmationRequired: false,
2860
2760
  parameterExamples: {
2861
2761
  name: "Name",
@@ -2901,13 +2801,6 @@ export const marketplaceTools = [
2901
2801
  },
2902
2802
  confirmation_required: false,
2903
2803
  danger_level: "low",
2904
- examples: [
2905
- {
2906
- command: "f5xcctl web navigation-tile get {name} --namespace {namespace}",
2907
- description: "Get specific navigation-tile",
2908
- use_case: "get_specific",
2909
- },
2910
- ],
2911
2804
  field_docs: {},
2912
2805
  optional_fields: [],
2913
2806
  performance_impact: {
@@ -2918,6 +2811,10 @@ export const marketplaceTools = [
2918
2811
  required_fields: ["path.name", "path.namespace"],
2919
2812
  side_effects: {},
2920
2813
  },
2814
+ curlExample: null,
2815
+ dependencies: [],
2816
+ oneOfGroups: [],
2817
+ subscriptionRequirements: [],
2921
2818
  },
2922
2819
  {
2923
2820
  toolName: "f5xc-api-marketplace-navigation-tile-list",
@@ -2992,13 +2889,6 @@ export const marketplaceTools = [
2992
2889
  dangerLevel: "low",
2993
2890
  sideEffects: null,
2994
2891
  requiredFields: ["path.namespace"],
2995
- cliExamples: [
2996
- {
2997
- command: "f5xcctl web navigation-tile list --namespace {namespace}",
2998
- description: "List all navigation-tiles",
2999
- use_case: "list_all",
3000
- },
3001
- ],
3002
2892
  confirmationRequired: false,
3003
2893
  parameterExamples: {
3004
2894
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -3044,13 +2934,6 @@ export const marketplaceTools = [
3044
2934
  },
3045
2935
  confirmation_required: false,
3046
2936
  danger_level: "low",
3047
- examples: [
3048
- {
3049
- command: "f5xcctl web navigation-tile list --namespace {namespace}",
3050
- description: "List all navigation-tiles",
3051
- use_case: "list_all",
3052
- },
3053
- ],
3054
2937
  field_docs: {},
3055
2938
  optional_fields: [],
3056
2939
  performance_impact: {
@@ -3061,6 +2944,10 @@ export const marketplaceTools = [
3061
2944
  required_fields: ["path.namespace"],
3062
2945
  side_effects: {},
3063
2946
  },
2947
+ curlExample: null,
2948
+ dependencies: [],
2949
+ oneOfGroups: [],
2950
+ subscriptionRequirements: [],
3064
2951
  },
3065
2952
  {
3066
2953
  toolName: "f5xc-api-marketplace-plan-get",
@@ -3127,13 +3014,6 @@ export const marketplaceTools = [
3127
3014
  dangerLevel: "low",
3128
3015
  sideEffects: null,
3129
3016
  requiredFields: ["path.name", "path.namespace"],
3130
- cliExamples: [
3131
- {
3132
- command: "f5xcctl web plan get {name} --namespace {namespace}",
3133
- description: "Get specific plan",
3134
- use_case: "get_specific",
3135
- },
3136
- ],
3137
3017
  confirmationRequired: false,
3138
3018
  parameterExamples: {
3139
3019
  name: "Name",
@@ -3179,13 +3059,6 @@ export const marketplaceTools = [
3179
3059
  },
3180
3060
  confirmation_required: false,
3181
3061
  danger_level: "low",
3182
- examples: [
3183
- {
3184
- command: "f5xcctl web plan get {name} --namespace {namespace}",
3185
- description: "Get specific plan",
3186
- use_case: "get_specific",
3187
- },
3188
- ],
3189
3062
  field_docs: {},
3190
3063
  optional_fields: [],
3191
3064
  performance_impact: {
@@ -3196,6 +3069,10 @@ export const marketplaceTools = [
3196
3069
  required_fields: ["path.name", "path.namespace"],
3197
3070
  side_effects: {},
3198
3071
  },
3072
+ curlExample: null,
3073
+ dependencies: [],
3074
+ oneOfGroups: [],
3075
+ subscriptionRequirements: [],
3199
3076
  },
3200
3077
  {
3201
3078
  toolName: "f5xc-api-marketplace-plan-list",
@@ -3270,13 +3147,6 @@ export const marketplaceTools = [
3270
3147
  dangerLevel: "low",
3271
3148
  sideEffects: null,
3272
3149
  requiredFields: ["path.namespace"],
3273
- cliExamples: [
3274
- {
3275
- command: "f5xcctl web plan list --namespace {namespace}",
3276
- description: "List all plans",
3277
- use_case: "list_all",
3278
- },
3279
- ],
3280
3150
  confirmationRequired: false,
3281
3151
  parameterExamples: {
3282
3152
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -3322,13 +3192,6 @@ export const marketplaceTools = [
3322
3192
  },
3323
3193
  confirmation_required: false,
3324
3194
  danger_level: "low",
3325
- examples: [
3326
- {
3327
- command: "f5xcctl web plan list --namespace {namespace}",
3328
- description: "List all plans",
3329
- use_case: "list_all",
3330
- },
3331
- ],
3332
3195
  field_docs: {},
3333
3196
  optional_fields: [],
3334
3197
  performance_impact: {
@@ -3339,6 +3202,10 @@ export const marketplaceTools = [
3339
3202
  required_fields: ["path.namespace"],
3340
3203
  side_effects: {},
3341
3204
  },
3205
+ curlExample: null,
3206
+ dependencies: [],
3207
+ oneOfGroups: [],
3208
+ subscriptionRequirements: [],
3342
3209
  },
3343
3210
  {
3344
3211
  toolName: "f5xc-api-marketplace-register-create",
@@ -3367,18 +3234,6 @@ export const marketplaceTools = [
3367
3234
  creates: ["register"],
3368
3235
  },
3369
3236
  requiredFields: ["metadata.name", "metadata.namespace"],
3370
- cliExamples: [
3371
- {
3372
- command: "f5xcctl default register create -f {file}.yaml",
3373
- description: "Create from YAML file",
3374
- use_case: "file_based",
3375
- },
3376
- {
3377
- command: "f5xcctl default register create {name} --namespace {namespace}",
3378
- description: "Create register",
3379
- use_case: "basic_create",
3380
- },
3381
- ],
3382
3237
  confirmationRequired: false,
3383
3238
  parameterExamples: {},
3384
3239
  validationRules: {},
@@ -3421,18 +3276,6 @@ export const marketplaceTools = [
3421
3276
  },
3422
3277
  confirmation_required: false,
3423
3278
  danger_level: "medium",
3424
- examples: [
3425
- {
3426
- command: "f5xcctl default register create {name} --namespace {namespace}",
3427
- description: "Create register",
3428
- use_case: "basic_create",
3429
- },
3430
- {
3431
- command: "f5xcctl default register create -f {file}.yaml",
3432
- description: "Create from YAML file",
3433
- use_case: "file_based",
3434
- },
3435
- ],
3436
3279
  field_docs: {},
3437
3280
  optional_fields: [],
3438
3281
  performance_impact: {
@@ -3445,6 +3288,10 @@ export const marketplaceTools = [
3445
3288
  creates: ["register"],
3446
3289
  },
3447
3290
  },
3291
+ curlExample: null,
3292
+ dependencies: [],
3293
+ oneOfGroups: [],
3294
+ subscriptionRequirements: [],
3448
3295
  },
3449
3296
  {
3450
3297
  toolName: "f5xc-api-marketplace-registration-detail-list",
@@ -3481,13 +3328,6 @@ export const marketplaceTools = [
3481
3328
  dangerLevel: "low",
3482
3329
  sideEffects: null,
3483
3330
  requiredFields: [],
3484
- cliExamples: [
3485
- {
3486
- command: "f5xcctl default registration-detail list --namespace {namespace}",
3487
- description: "List all registration-details",
3488
- use_case: "list_all",
3489
- },
3490
- ],
3491
3331
  confirmationRequired: false,
3492
3332
  parameterExamples: {
3493
3333
  token: "7b22656e7469746c656d656e745f737562736372697074696f6e5f6964223a2261393933666633302d363138392d346231612d623064632d3630623034393063666463302d5445454d2d62343438666663362d34353166222c2276616c69645f74696c6c223a22323032342d31312d31355431373a31393a35382e3334323934352d30383a3030227d:d1bd81da4772d62fb424b805391fc946c611b5c245246e444410bcb0fe548ad7.",
@@ -3532,13 +3372,6 @@ export const marketplaceTools = [
3532
3372
  },
3533
3373
  confirmation_required: false,
3534
3374
  danger_level: "low",
3535
- examples: [
3536
- {
3537
- command: "f5xcctl default registration-detail list --namespace {namespace}",
3538
- description: "List all registration-details",
3539
- use_case: "list_all",
3540
- },
3541
- ],
3542
3375
  field_docs: {},
3543
3376
  optional_fields: [],
3544
3377
  performance_impact: {
@@ -3549,6 +3382,10 @@ export const marketplaceTools = [
3549
3382
  required_fields: [],
3550
3383
  side_effects: {},
3551
3384
  },
3385
+ curlExample: null,
3386
+ dependencies: [],
3387
+ oneOfGroups: [],
3388
+ subscriptionRequirements: [],
3552
3389
  },
3553
3390
  {
3554
3391
  toolName: "f5xc-api-marketplace-run-create",
@@ -3617,18 +3454,6 @@ export const marketplaceTools = [
3617
3454
  "path.view_kind",
3618
3455
  "path.view_name",
3619
3456
  ],
3620
- cliExamples: [
3621
- {
3622
- command: "f5xcctl terraform run create -f {file}.yaml",
3623
- description: "Create from YAML file",
3624
- use_case: "file_based",
3625
- },
3626
- {
3627
- command: "f5xcctl terraform run create {name} --namespace {namespace}",
3628
- description: "Create run",
3629
- use_case: "basic_create",
3630
- },
3631
- ],
3632
3457
  confirmationRequired: false,
3633
3458
  parameterExamples: {
3634
3459
  namespace: "Value",
@@ -3675,18 +3500,6 @@ export const marketplaceTools = [
3675
3500
  },
3676
3501
  confirmation_required: false,
3677
3502
  danger_level: "medium",
3678
- examples: [
3679
- {
3680
- command: "f5xcctl terraform run create {name} --namespace {namespace}",
3681
- description: "Create run",
3682
- use_case: "basic_create",
3683
- },
3684
- {
3685
- command: "f5xcctl terraform run create -f {file}.yaml",
3686
- description: "Create from YAML file",
3687
- use_case: "file_based",
3688
- },
3689
- ],
3690
3503
  field_docs: {},
3691
3504
  optional_fields: [],
3692
3505
  performance_impact: {
@@ -3705,6 +3518,10 @@ export const marketplaceTools = [
3705
3518
  creates: ["run"],
3706
3519
  },
3707
3520
  },
3521
+ curlExample: null,
3522
+ dependencies: [],
3523
+ oneOfGroups: [],
3524
+ subscriptionRequirements: [],
3708
3525
  },
3709
3526
  {
3710
3527
  toolName: "f5xc-api-marketplace-send-email-create",
@@ -3733,18 +3550,6 @@ export const marketplaceTools = [
3733
3550
  creates: ["send-email"],
3734
3551
  },
3735
3552
  requiredFields: ["metadata.name", "metadata.namespace"],
3736
- cliExamples: [
3737
- {
3738
- command: "f5xcctl default send-email create -f {file}.yaml",
3739
- description: "Create from YAML file",
3740
- use_case: "file_based",
3741
- },
3742
- {
3743
- command: "f5xcctl default send-email create {name} --namespace {namespace}",
3744
- description: "Create send-email",
3745
- use_case: "basic_create",
3746
- },
3747
- ],
3748
3553
  confirmationRequired: false,
3749
3554
  parameterExamples: {},
3750
3555
  validationRules: {},
@@ -3787,18 +3592,6 @@ export const marketplaceTools = [
3787
3592
  },
3788
3593
  confirmation_required: false,
3789
3594
  danger_level: "medium",
3790
- examples: [
3791
- {
3792
- command: "f5xcctl default send-email create {name} --namespace {namespace}",
3793
- description: "Create send-email",
3794
- use_case: "basic_create",
3795
- },
3796
- {
3797
- command: "f5xcctl default send-email create -f {file}.yaml",
3798
- description: "Create from YAML file",
3799
- use_case: "file_based",
3800
- },
3801
- ],
3802
3595
  field_docs: {},
3803
3596
  optional_fields: [],
3804
3597
  performance_impact: {
@@ -3811,6 +3604,10 @@ export const marketplaceTools = [
3811
3604
  creates: ["send-email"],
3812
3605
  },
3813
3606
  },
3607
+ curlExample: null,
3608
+ dependencies: [],
3609
+ oneOfGroups: [],
3610
+ subscriptionRequirements: [],
3814
3611
  },
3815
3612
  {
3816
3613
  toolName: "f5xc-api-marketplace-signup-create",
@@ -3839,18 +3636,6 @@ export const marketplaceTools = [
3839
3636
  creates: ["signup"],
3840
3637
  },
3841
3638
  requiredFields: ["metadata.name", "metadata.namespace"],
3842
- cliExamples: [
3843
- {
3844
- command: "f5xcctl default signup create -f {file}.yaml",
3845
- description: "Create from YAML file",
3846
- use_case: "file_based",
3847
- },
3848
- {
3849
- command: "f5xcctl default signup create {name} --namespace {namespace}",
3850
- description: "Create signup",
3851
- use_case: "basic_create",
3852
- },
3853
- ],
3854
3639
  confirmationRequired: false,
3855
3640
  parameterExamples: {},
3856
3641
  validationRules: {},
@@ -3893,18 +3678,6 @@ export const marketplaceTools = [
3893
3678
  },
3894
3679
  confirmation_required: false,
3895
3680
  danger_level: "medium",
3896
- examples: [
3897
- {
3898
- command: "f5xcctl default signup create {name} --namespace {namespace}",
3899
- description: "Create signup",
3900
- use_case: "basic_create",
3901
- },
3902
- {
3903
- command: "f5xcctl default signup create -f {file}.yaml",
3904
- description: "Create from YAML file",
3905
- use_case: "file_based",
3906
- },
3907
- ],
3908
3681
  field_docs: {},
3909
3682
  optional_fields: [],
3910
3683
  performance_impact: {
@@ -3917,6 +3690,10 @@ export const marketplaceTools = [
3917
3690
  creates: ["signup"],
3918
3691
  },
3919
3692
  },
3693
+ curlExample: null,
3694
+ dependencies: [],
3695
+ oneOfGroups: [],
3696
+ subscriptionRequirements: [],
3920
3697
  },
3921
3698
  {
3922
3699
  toolName: "f5xc-api-marketplace-statu-list",
@@ -3975,13 +3752,6 @@ export const marketplaceTools = [
3975
3752
  dangerLevel: "low",
3976
3753
  sideEffects: null,
3977
3754
  requiredFields: ["path.namespace", "path.view_kind", "path.view_name"],
3978
- cliExamples: [
3979
- {
3980
- command: "f5xcctl config statu list --namespace {namespace}",
3981
- description: "List all status",
3982
- use_case: "list_all",
3983
- },
3984
- ],
3985
3755
  confirmationRequired: false,
3986
3756
  parameterExamples: {
3987
3757
  namespace: "Value",
@@ -4028,13 +3798,6 @@ export const marketplaceTools = [
4028
3798
  },
4029
3799
  confirmation_required: false,
4030
3800
  danger_level: "low",
4031
- examples: [
4032
- {
4033
- command: "f5xcctl config statu list --namespace {namespace}",
4034
- description: "List all status",
4035
- use_case: "list_all",
4036
- },
4037
- ],
4038
3801
  field_docs: {},
4039
3802
  optional_fields: [],
4040
3803
  performance_impact: {
@@ -4045,6 +3808,10 @@ export const marketplaceTools = [
4045
3808
  required_fields: ["path.namespace", "path.view_kind", "path.view_name"],
4046
3809
  side_effects: {},
4047
3810
  },
3811
+ curlExample: null,
3812
+ dependencies: [],
3813
+ oneOfGroups: [],
3814
+ subscriptionRequirements: [],
4048
3815
  },
4049
3816
  {
4050
3817
  toolName: "f5xc-api-marketplace-third-party-application-get",
@@ -4112,13 +3879,6 @@ export const marketplaceTools = [
4112
3879
  dangerLevel: "low",
4113
3880
  sideEffects: null,
4114
3881
  requiredFields: ["path.name", "path.namespace"],
4115
- cliExamples: [
4116
- {
4117
- command: "f5xcctl config third-party-application get {name} --namespace {namespace}",
4118
- description: "Get specific third-party-application",
4119
- use_case: "get_specific",
4120
- },
4121
- ],
4122
3882
  confirmationRequired: false,
4123
3883
  parameterExamples: {
4124
3884
  name: "Name",
@@ -4164,13 +3924,6 @@ export const marketplaceTools = [
4164
3924
  },
4165
3925
  confirmation_required: false,
4166
3926
  danger_level: "low",
4167
- examples: [
4168
- {
4169
- command: "f5xcctl config third-party-application get {name} --namespace {namespace}",
4170
- description: "Get specific third-party-application",
4171
- use_case: "get_specific",
4172
- },
4173
- ],
4174
3927
  field_docs: {},
4175
3928
  optional_fields: [],
4176
3929
  performance_impact: {
@@ -4181,6 +3934,10 @@ export const marketplaceTools = [
4181
3934
  required_fields: ["path.name", "path.namespace"],
4182
3935
  side_effects: {},
4183
3936
  },
3937
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/third_party_applications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3938
+ dependencies: [],
3939
+ oneOfGroups: [],
3940
+ subscriptionRequirements: [],
4184
3941
  },
4185
3942
  {
4186
3943
  toolName: "f5xc-api-marketplace-third-party-application-list",
@@ -4255,13 +4012,6 @@ export const marketplaceTools = [
4255
4012
  dangerLevel: "low",
4256
4013
  sideEffects: null,
4257
4014
  requiredFields: ["path.namespace"],
4258
- cliExamples: [
4259
- {
4260
- command: "f5xcctl config third-party-application list --namespace {namespace}",
4261
- description: "List all third-party-applications",
4262
- use_case: "list_all",
4263
- },
4264
- ],
4265
4015
  confirmationRequired: false,
4266
4016
  parameterExamples: {
4267
4017
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -4307,13 +4057,6 @@ export const marketplaceTools = [
4307
4057
  },
4308
4058
  confirmation_required: false,
4309
4059
  danger_level: "low",
4310
- examples: [
4311
- {
4312
- command: "f5xcctl config third-party-application list --namespace {namespace}",
4313
- description: "List all third-party-applications",
4314
- use_case: "list_all",
4315
- },
4316
- ],
4317
4060
  field_docs: {},
4318
4061
  optional_fields: [],
4319
4062
  performance_impact: {
@@ -4324,6 +4067,10 @@ export const marketplaceTools = [
4324
4067
  required_fields: ["path.namespace"],
4325
4068
  side_effects: {},
4326
4069
  },
4070
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/third_party_applications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4071
+ dependencies: [],
4072
+ oneOfGroups: [],
4073
+ subscriptionRequirements: [],
4327
4074
  },
4328
4075
  {
4329
4076
  toolName: "f5xc-api-marketplace-third-party-application-update",
@@ -4375,13 +4122,6 @@ export const marketplaceTools = [
4375
4122
  modifies: ["third-party-application"],
4376
4123
  },
4377
4124
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
4378
- cliExamples: [
4379
- {
4380
- command: "f5xcctl config third-party-application update {name} --namespace {namespace} -f {file}.yaml",
4381
- description: "Update third-party-application",
4382
- use_case: "update",
4383
- },
4384
- ],
4385
4125
  confirmationRequired: false,
4386
4126
  parameterExamples: {
4387
4127
  "metadata.name": "Example-corp-web.",
@@ -4427,13 +4167,6 @@ export const marketplaceTools = [
4427
4167
  },
4428
4168
  confirmation_required: false,
4429
4169
  danger_level: "medium",
4430
- examples: [
4431
- {
4432
- command: "f5xcctl config third-party-application update {name} --namespace {namespace} -f {file}.yaml",
4433
- description: "Update third-party-application",
4434
- use_case: "update",
4435
- },
4436
- ],
4437
4170
  field_docs: {},
4438
4171
  optional_fields: [],
4439
4172
  performance_impact: {
@@ -4446,6 +4179,32 @@ export const marketplaceTools = [
4446
4179
  modifies: ["third-party-application"],
4447
4180
  },
4448
4181
  },
4182
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/third_party_applications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4183
+ dependencies: [
4184
+ {
4185
+ domain: "",
4186
+ fieldPath: "",
4187
+ inline: false,
4188
+ required: false,
4189
+ resourceType: "third-party-application",
4190
+ },
4191
+ {
4192
+ domain: "",
4193
+ fieldPath: "metadata",
4194
+ inline: false,
4195
+ required: false,
4196
+ resourceType: "schema-object-replace-meta",
4197
+ },
4198
+ {
4199
+ domain: "",
4200
+ fieldPath: "spec",
4201
+ inline: false,
4202
+ required: false,
4203
+ resourceType: "viewsthird-party-application-replace",
4204
+ },
4205
+ ],
4206
+ oneOfGroups: [],
4207
+ subscriptionRequirements: [],
4449
4208
  },
4450
4209
  {
4451
4210
  toolName: "f5xc-api-marketplace-view-kind-list",
@@ -4504,13 +4263,6 @@ export const marketplaceTools = [
4504
4263
  dangerLevel: "low",
4505
4264
  sideEffects: null,
4506
4265
  requiredFields: ["path.namespace", "path.view_kind", "path.view_name"],
4507
- cliExamples: [
4508
- {
4509
- command: "f5xcctl config terraform-parameter list --namespace {namespace}",
4510
- description: "List all terraform-parameters",
4511
- use_case: "list_all",
4512
- },
4513
- ],
4514
4266
  confirmationRequired: false,
4515
4267
  parameterExamples: {
4516
4268
  namespace: "Value",
@@ -4557,13 +4309,6 @@ export const marketplaceTools = [
4557
4309
  },
4558
4310
  confirmation_required: false,
4559
4311
  danger_level: "low",
4560
- examples: [
4561
- {
4562
- command: "f5xcctl config terraform-parameter list --namespace {namespace}",
4563
- description: "List all terraform-parameters",
4564
- use_case: "list_all",
4565
- },
4566
- ],
4567
4312
  field_docs: {},
4568
4313
  optional_fields: [],
4569
4314
  performance_impact: {
@@ -4574,6 +4319,10 @@ export const marketplaceTools = [
4574
4319
  required_fields: ["path.namespace", "path.view_kind", "path.view_name"],
4575
4320
  side_effects: {},
4576
4321
  },
4322
+ curlExample: null,
4323
+ dependencies: [],
4324
+ oneOfGroups: [],
4325
+ subscriptionRequirements: [],
4577
4326
  },
4578
4327
  ];
4579
4328
  export default marketplaceTools;