@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 networkTools = [
42
42
  creates: ["address-allocator"],
43
43
  },
44
44
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
45
- cliExamples: [
46
- {
47
- command: "f5xcctl config address-allocator create {name} --namespace {namespace}",
48
- description: "Create address-allocator",
49
- use_case: "basic_create",
50
- },
51
- {
52
- command: "f5xcctl config address-allocator 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",
@@ -101,18 +89,6 @@ export const networkTools = [
101
89
  },
102
90
  confirmation_required: false,
103
91
  danger_level: "medium",
104
- examples: [
105
- {
106
- command: "f5xcctl config address-allocator create {name} --namespace {namespace}",
107
- description: "Create address-allocator",
108
- use_case: "basic_create",
109
- },
110
- {
111
- command: "f5xcctl config address-allocator create -f {file}.yaml",
112
- description: "Create from YAML file",
113
- use_case: "file_based",
114
- },
115
- ],
116
92
  field_docs: {},
117
93
  optional_fields: [],
118
94
  performance_impact: {
@@ -125,6 +101,32 @@ export const networkTools = [
125
101
  creates: ["address-allocator"],
126
102
  },
127
103
  },
104
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/address_allocators" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
105
+ dependencies: [
106
+ {
107
+ domain: "",
108
+ fieldPath: "",
109
+ inline: false,
110
+ required: false,
111
+ resourceType: "address-allocator",
112
+ },
113
+ {
114
+ domain: "",
115
+ fieldPath: "metadata",
116
+ inline: false,
117
+ required: false,
118
+ resourceType: "schema-object-create-meta",
119
+ },
120
+ {
121
+ domain: "",
122
+ fieldPath: "spec",
123
+ inline: false,
124
+ required: false,
125
+ resourceType: "address-allocator-create",
126
+ },
127
+ ],
128
+ oneOfGroups: [],
129
+ subscriptionRequirements: [],
128
130
  },
129
131
  {
130
132
  toolName: "f5xc-api-network-address-allocator-delete",
@@ -174,13 +176,6 @@ export const networkTools = [
174
176
  deletes: ["address-allocator", "contained_resources"],
175
177
  },
176
178
  requiredFields: ["path.name", "path.namespace"],
177
- cliExamples: [
178
- {
179
- command: "f5xcctl config address-allocator delete {name} --namespace {namespace}",
180
- description: "Delete address-allocator",
181
- use_case: "delete",
182
- },
183
- ],
184
179
  confirmationRequired: true,
185
180
  parameterExamples: {
186
181
  name: "Name",
@@ -226,13 +221,6 @@ export const networkTools = [
226
221
  },
227
222
  confirmation_required: true,
228
223
  danger_level: "high",
229
- examples: [
230
- {
231
- command: "f5xcctl config address-allocator delete {name} --namespace {namespace}",
232
- description: "Delete address-allocator",
233
- use_case: "delete",
234
- },
235
- ],
236
224
  field_docs: {},
237
225
  optional_fields: [],
238
226
  performance_impact: {
@@ -245,6 +233,18 @@ export const networkTools = [
245
233
  deletes: ["address-allocator", "contained_resources"],
246
234
  },
247
235
  },
236
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/address_allocators" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
237
+ dependencies: [
238
+ {
239
+ domain: "",
240
+ fieldPath: "",
241
+ inline: false,
242
+ required: false,
243
+ resourceType: "address-allocator",
244
+ },
245
+ ],
246
+ oneOfGroups: [],
247
+ subscriptionRequirements: [],
248
248
  },
249
249
  {
250
250
  toolName: "f5xc-api-network-address-allocator-get",
@@ -312,13 +312,6 @@ export const networkTools = [
312
312
  dangerLevel: "low",
313
313
  sideEffects: null,
314
314
  requiredFields: ["path.name", "path.namespace"],
315
- cliExamples: [
316
- {
317
- command: "f5xcctl config address-allocator get {name} --namespace {namespace}",
318
- description: "Get specific address-allocator",
319
- use_case: "get_specific",
320
- },
321
- ],
322
315
  confirmationRequired: false,
323
316
  parameterExamples: {
324
317
  name: "Name",
@@ -364,13 +357,6 @@ export const networkTools = [
364
357
  },
365
358
  confirmation_required: false,
366
359
  danger_level: "low",
367
- examples: [
368
- {
369
- command: "f5xcctl config address-allocator get {name} --namespace {namespace}",
370
- description: "Get specific address-allocator",
371
- use_case: "get_specific",
372
- },
373
- ],
374
360
  field_docs: {},
375
361
  optional_fields: [],
376
362
  performance_impact: {
@@ -381,6 +367,10 @@ export const networkTools = [
381
367
  required_fields: ["path.name", "path.namespace"],
382
368
  side_effects: {},
383
369
  },
370
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/address_allocators" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
371
+ dependencies: [],
372
+ oneOfGroups: [],
373
+ subscriptionRequirements: [],
384
374
  },
385
375
  {
386
376
  toolName: "f5xc-api-network-address-allocator-list",
@@ -455,13 +445,6 @@ export const networkTools = [
455
445
  dangerLevel: "low",
456
446
  sideEffects: null,
457
447
  requiredFields: ["path.namespace"],
458
- cliExamples: [
459
- {
460
- command: "f5xcctl config address-allocator list --namespace {namespace}",
461
- description: "List all address-allocators",
462
- use_case: "list_all",
463
- },
464
- ],
465
448
  confirmationRequired: false,
466
449
  parameterExamples: {
467
450
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -507,13 +490,6 @@ export const networkTools = [
507
490
  },
508
491
  confirmation_required: false,
509
492
  danger_level: "low",
510
- examples: [
511
- {
512
- command: "f5xcctl config address-allocator list --namespace {namespace}",
513
- description: "List all address-allocators",
514
- use_case: "list_all",
515
- },
516
- ],
517
493
  field_docs: {},
518
494
  optional_fields: [],
519
495
  performance_impact: {
@@ -524,6 +500,10 @@ export const networkTools = [
524
500
  required_fields: ["path.namespace"],
525
501
  side_effects: {},
526
502
  },
503
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/address_allocators" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
504
+ dependencies: [],
505
+ oneOfGroups: [],
506
+ subscriptionRequirements: [],
527
507
  },
528
508
  {
529
509
  toolName: "f5xc-api-network-advertise-policy-create",
@@ -564,18 +544,6 @@ export const networkTools = [
564
544
  creates: ["advertise-policy"],
565
545
  },
566
546
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
567
- cliExamples: [
568
- {
569
- command: "f5xcctl config advertise-policy create {name} --namespace {namespace}",
570
- description: "Create advertise-policy",
571
- use_case: "basic_create",
572
- },
573
- {
574
- command: "f5xcctl config advertise-policy create -f {file}.yaml",
575
- description: "Create from YAML file",
576
- use_case: "file_based",
577
- },
578
- ],
579
547
  confirmationRequired: false,
580
548
  parameterExamples: {
581
549
  "metadata.namespace": "Staging",
@@ -623,18 +591,6 @@ export const networkTools = [
623
591
  },
624
592
  confirmation_required: false,
625
593
  danger_level: "medium",
626
- examples: [
627
- {
628
- command: "f5xcctl config advertise-policy create {name} --namespace {namespace}",
629
- description: "Create advertise-policy",
630
- use_case: "basic_create",
631
- },
632
- {
633
- command: "f5xcctl config advertise-policy create -f {file}.yaml",
634
- description: "Create from YAML file",
635
- use_case: "file_based",
636
- },
637
- ],
638
594
  field_docs: {},
639
595
  optional_fields: [],
640
596
  performance_impact: {
@@ -647,6 +603,32 @@ export const networkTools = [
647
603
  creates: ["advertise-policy"],
648
604
  },
649
605
  },
606
+ curlExample: null,
607
+ dependencies: [
608
+ {
609
+ domain: "",
610
+ fieldPath: "",
611
+ inline: false,
612
+ required: false,
613
+ resourceType: "advertise-policy",
614
+ },
615
+ {
616
+ domain: "",
617
+ fieldPath: "metadata",
618
+ inline: false,
619
+ required: false,
620
+ resourceType: "schema-object-create-meta",
621
+ },
622
+ {
623
+ domain: "",
624
+ fieldPath: "spec",
625
+ inline: false,
626
+ required: false,
627
+ resourceType: "advertise-policy-create",
628
+ },
629
+ ],
630
+ oneOfGroups: [],
631
+ subscriptionRequirements: [],
650
632
  },
651
633
  {
652
634
  toolName: "f5xc-api-network-advertise-policy-delete",
@@ -696,13 +678,6 @@ export const networkTools = [
696
678
  deletes: ["advertise-policy", "contained_resources"],
697
679
  },
698
680
  requiredFields: ["path.name", "path.namespace"],
699
- cliExamples: [
700
- {
701
- command: "f5xcctl config advertise-policy delete {name} --namespace {namespace}",
702
- description: "Delete advertise-policy",
703
- use_case: "delete",
704
- },
705
- ],
706
681
  confirmationRequired: true,
707
682
  parameterExamples: {
708
683
  name: "Name",
@@ -748,13 +723,6 @@ export const networkTools = [
748
723
  },
749
724
  confirmation_required: true,
750
725
  danger_level: "high",
751
- examples: [
752
- {
753
- command: "f5xcctl config advertise-policy delete {name} --namespace {namespace}",
754
- description: "Delete advertise-policy",
755
- use_case: "delete",
756
- },
757
- ],
758
726
  field_docs: {},
759
727
  optional_fields: [],
760
728
  performance_impact: {
@@ -767,6 +735,18 @@ export const networkTools = [
767
735
  deletes: ["advertise-policy", "contained_resources"],
768
736
  },
769
737
  },
738
+ curlExample: null,
739
+ dependencies: [
740
+ {
741
+ domain: "",
742
+ fieldPath: "",
743
+ inline: false,
744
+ required: false,
745
+ resourceType: "advertise-policy",
746
+ },
747
+ ],
748
+ oneOfGroups: [],
749
+ subscriptionRequirements: [],
770
750
  },
771
751
  {
772
752
  toolName: "f5xc-api-network-advertise-policy-get",
@@ -835,13 +815,6 @@ export const networkTools = [
835
815
  dangerLevel: "low",
836
816
  sideEffects: null,
837
817
  requiredFields: ["path.name", "path.namespace"],
838
- cliExamples: [
839
- {
840
- command: "f5xcctl config advertise-policy get {name} --namespace {namespace}",
841
- description: "Get specific advertise-policy",
842
- use_case: "get_specific",
843
- },
844
- ],
845
818
  confirmationRequired: false,
846
819
  parameterExamples: {
847
820
  name: "Name",
@@ -887,13 +860,6 @@ export const networkTools = [
887
860
  },
888
861
  confirmation_required: false,
889
862
  danger_level: "low",
890
- examples: [
891
- {
892
- command: "f5xcctl config advertise-policy get {name} --namespace {namespace}",
893
- description: "Get specific advertise-policy",
894
- use_case: "get_specific",
895
- },
896
- ],
897
863
  field_docs: {},
898
864
  optional_fields: [],
899
865
  performance_impact: {
@@ -904,6 +870,10 @@ export const networkTools = [
904
870
  required_fields: ["path.name", "path.namespace"],
905
871
  side_effects: {},
906
872
  },
873
+ curlExample: null,
874
+ dependencies: [],
875
+ oneOfGroups: [],
876
+ subscriptionRequirements: [],
907
877
  },
908
878
  {
909
879
  toolName: "f5xc-api-network-advertise-policy-list",
@@ -978,13 +948,6 @@ export const networkTools = [
978
948
  dangerLevel: "low",
979
949
  sideEffects: null,
980
950
  requiredFields: ["path.namespace"],
981
- cliExamples: [
982
- {
983
- command: "f5xcctl config advertise-policy list --namespace {namespace}",
984
- description: "List all advertise-policys",
985
- use_case: "list_all",
986
- },
987
- ],
988
951
  confirmationRequired: false,
989
952
  parameterExamples: {
990
953
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -1030,13 +993,6 @@ export const networkTools = [
1030
993
  },
1031
994
  confirmation_required: false,
1032
995
  danger_level: "low",
1033
- examples: [
1034
- {
1035
- command: "f5xcctl config advertise-policy list --namespace {namespace}",
1036
- description: "List all advertise-policys",
1037
- use_case: "list_all",
1038
- },
1039
- ],
1040
996
  field_docs: {},
1041
997
  optional_fields: [],
1042
998
  performance_impact: {
@@ -1047,6 +1003,10 @@ export const networkTools = [
1047
1003
  required_fields: ["path.namespace"],
1048
1004
  side_effects: {},
1049
1005
  },
1006
+ curlExample: null,
1007
+ dependencies: [],
1008
+ oneOfGroups: [],
1009
+ subscriptionRequirements: [],
1050
1010
  },
1051
1011
  {
1052
1012
  toolName: "f5xc-api-network-advertise-policy-update",
@@ -1098,13 +1058,6 @@ export const networkTools = [
1098
1058
  modifies: ["advertise-policy"],
1099
1059
  },
1100
1060
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
1101
- cliExamples: [
1102
- {
1103
- command: "f5xcctl config advertise-policy update {name} --namespace {namespace} -f {file}.yaml",
1104
- description: "Update advertise-policy",
1105
- use_case: "update",
1106
- },
1107
- ],
1108
1061
  confirmationRequired: false,
1109
1062
  parameterExamples: {
1110
1063
  "metadata.name": "Example-corp-web.",
@@ -1150,13 +1103,6 @@ export const networkTools = [
1150
1103
  },
1151
1104
  confirmation_required: false,
1152
1105
  danger_level: "medium",
1153
- examples: [
1154
- {
1155
- command: "f5xcctl config advertise-policy update {name} --namespace {namespace} -f {file}.yaml",
1156
- description: "Update advertise-policy",
1157
- use_case: "update",
1158
- },
1159
- ],
1160
1106
  field_docs: {},
1161
1107
  optional_fields: [],
1162
1108
  performance_impact: {
@@ -1169,6 +1115,32 @@ export const networkTools = [
1169
1115
  modifies: ["advertise-policy"],
1170
1116
  },
1171
1117
  },
1118
+ curlExample: null,
1119
+ dependencies: [
1120
+ {
1121
+ domain: "",
1122
+ fieldPath: "",
1123
+ inline: false,
1124
+ required: false,
1125
+ resourceType: "advertise-policy",
1126
+ },
1127
+ {
1128
+ domain: "",
1129
+ fieldPath: "metadata",
1130
+ inline: false,
1131
+ required: false,
1132
+ resourceType: "schema-object-replace-meta",
1133
+ },
1134
+ {
1135
+ domain: "",
1136
+ fieldPath: "spec",
1137
+ inline: false,
1138
+ required: false,
1139
+ resourceType: "advertise-policy-replace",
1140
+ },
1141
+ ],
1142
+ oneOfGroups: [],
1143
+ subscriptionRequirements: [],
1172
1144
  },
1173
1145
  {
1174
1146
  toolName: "f5xc-api-network-bgp-asn-set-create",
@@ -1209,18 +1181,6 @@ export const networkTools = [
1209
1181
  creates: ["bgp-asn-set"],
1210
1182
  },
1211
1183
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
1212
- cliExamples: [
1213
- {
1214
- command: "f5xcctl config bgp-asn-set create {name} --namespace {namespace}",
1215
- description: "Create bgp-asn-set",
1216
- use_case: "basic_create",
1217
- },
1218
- {
1219
- command: "f5xcctl config bgp-asn-set create -f {file}.yaml",
1220
- description: "Create from YAML file",
1221
- use_case: "file_based",
1222
- },
1223
- ],
1224
1184
  confirmationRequired: false,
1225
1185
  parameterExamples: {
1226
1186
  "metadata.namespace": "Staging",
@@ -1265,18 +1225,6 @@ export const networkTools = [
1265
1225
  },
1266
1226
  confirmation_required: false,
1267
1227
  danger_level: "medium",
1268
- examples: [
1269
- {
1270
- command: "f5xcctl config bgp-asn-set create {name} --namespace {namespace}",
1271
- description: "Create bgp-asn-set",
1272
- use_case: "basic_create",
1273
- },
1274
- {
1275
- command: "f5xcctl config bgp-asn-set create -f {file}.yaml",
1276
- description: "Create from YAML file",
1277
- use_case: "file_based",
1278
- },
1279
- ],
1280
1228
  field_docs: {},
1281
1229
  optional_fields: [],
1282
1230
  performance_impact: {
@@ -1289,6 +1237,32 @@ export const networkTools = [
1289
1237
  creates: ["bgp-asn-set"],
1290
1238
  },
1291
1239
  },
1240
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgp_asn_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1241
+ dependencies: [
1242
+ {
1243
+ domain: "",
1244
+ fieldPath: "",
1245
+ inline: false,
1246
+ required: false,
1247
+ resourceType: "bgp-asn-set",
1248
+ },
1249
+ {
1250
+ domain: "",
1251
+ fieldPath: "metadata",
1252
+ inline: false,
1253
+ required: false,
1254
+ resourceType: "schema-object-create-meta",
1255
+ },
1256
+ {
1257
+ domain: "",
1258
+ fieldPath: "spec",
1259
+ inline: false,
1260
+ required: false,
1261
+ resourceType: "bgp-asn-set-create",
1262
+ },
1263
+ ],
1264
+ oneOfGroups: [],
1265
+ subscriptionRequirements: [],
1292
1266
  },
1293
1267
  {
1294
1268
  toolName: "f5xc-api-network-bgp-asn-set-delete",
@@ -1338,13 +1312,6 @@ export const networkTools = [
1338
1312
  deletes: ["bgp-asn-set", "contained_resources"],
1339
1313
  },
1340
1314
  requiredFields: ["path.name", "path.namespace"],
1341
- cliExamples: [
1342
- {
1343
- command: "f5xcctl config bgp-asn-set delete {name} --namespace {namespace}",
1344
- description: "Delete bgp-asn-set",
1345
- use_case: "delete",
1346
- },
1347
- ],
1348
1315
  confirmationRequired: true,
1349
1316
  parameterExamples: {
1350
1317
  name: "Name",
@@ -1390,13 +1357,6 @@ export const networkTools = [
1390
1357
  },
1391
1358
  confirmation_required: true,
1392
1359
  danger_level: "high",
1393
- examples: [
1394
- {
1395
- command: "f5xcctl config bgp-asn-set delete {name} --namespace {namespace}",
1396
- description: "Delete bgp-asn-set",
1397
- use_case: "delete",
1398
- },
1399
- ],
1400
1360
  field_docs: {},
1401
1361
  optional_fields: [],
1402
1362
  performance_impact: {
@@ -1409,6 +1369,18 @@ export const networkTools = [
1409
1369
  deletes: ["bgp-asn-set", "contained_resources"],
1410
1370
  },
1411
1371
  },
1372
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgp_asn_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1373
+ dependencies: [
1374
+ {
1375
+ domain: "",
1376
+ fieldPath: "",
1377
+ inline: false,
1378
+ required: false,
1379
+ resourceType: "bgp-asn-set",
1380
+ },
1381
+ ],
1382
+ oneOfGroups: [],
1383
+ subscriptionRequirements: [],
1412
1384
  },
1413
1385
  {
1414
1386
  toolName: "f5xc-api-network-bgp-asn-set-get",
@@ -1477,13 +1449,6 @@ export const networkTools = [
1477
1449
  dangerLevel: "low",
1478
1450
  sideEffects: null,
1479
1451
  requiredFields: ["path.name", "path.namespace"],
1480
- cliExamples: [
1481
- {
1482
- command: "f5xcctl config bgp-asn-set get {name} --namespace {namespace}",
1483
- description: "Get specific bgp-asn-set",
1484
- use_case: "get_specific",
1485
- },
1486
- ],
1487
1452
  confirmationRequired: false,
1488
1453
  parameterExamples: {
1489
1454
  name: "Name",
@@ -1529,13 +1494,6 @@ export const networkTools = [
1529
1494
  },
1530
1495
  confirmation_required: false,
1531
1496
  danger_level: "low",
1532
- examples: [
1533
- {
1534
- command: "f5xcctl config bgp-asn-set get {name} --namespace {namespace}",
1535
- description: "Get specific bgp-asn-set",
1536
- use_case: "get_specific",
1537
- },
1538
- ],
1539
1497
  field_docs: {},
1540
1498
  optional_fields: [],
1541
1499
  performance_impact: {
@@ -1546,6 +1504,10 @@ export const networkTools = [
1546
1504
  required_fields: ["path.name", "path.namespace"],
1547
1505
  side_effects: {},
1548
1506
  },
1507
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgp_asn_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1508
+ dependencies: [],
1509
+ oneOfGroups: [],
1510
+ subscriptionRequirements: [],
1549
1511
  },
1550
1512
  {
1551
1513
  toolName: "f5xc-api-network-bgp-asn-set-list",
@@ -1620,13 +1582,6 @@ export const networkTools = [
1620
1582
  dangerLevel: "low",
1621
1583
  sideEffects: null,
1622
1584
  requiredFields: ["path.namespace"],
1623
- cliExamples: [
1624
- {
1625
- command: "f5xcctl config bgp-asn-set list --namespace {namespace}",
1626
- description: "List all bgp-asn-sets",
1627
- use_case: "list_all",
1628
- },
1629
- ],
1630
1585
  confirmationRequired: false,
1631
1586
  parameterExamples: {
1632
1587
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -1672,13 +1627,6 @@ export const networkTools = [
1672
1627
  },
1673
1628
  confirmation_required: false,
1674
1629
  danger_level: "low",
1675
- examples: [
1676
- {
1677
- command: "f5xcctl config bgp-asn-set list --namespace {namespace}",
1678
- description: "List all bgp-asn-sets",
1679
- use_case: "list_all",
1680
- },
1681
- ],
1682
1630
  field_docs: {},
1683
1631
  optional_fields: [],
1684
1632
  performance_impact: {
@@ -1689,6 +1637,10 @@ export const networkTools = [
1689
1637
  required_fields: ["path.namespace"],
1690
1638
  side_effects: {},
1691
1639
  },
1640
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgp_asn_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1641
+ dependencies: [],
1642
+ oneOfGroups: [],
1643
+ subscriptionRequirements: [],
1692
1644
  },
1693
1645
  {
1694
1646
  toolName: "f5xc-api-network-bgp-asn-set-update",
@@ -1740,13 +1692,6 @@ export const networkTools = [
1740
1692
  modifies: ["bgp-asn-set"],
1741
1693
  },
1742
1694
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
1743
- cliExamples: [
1744
- {
1745
- command: "f5xcctl config bgp-asn-set update {name} --namespace {namespace} -f {file}.yaml",
1746
- description: "Update bgp-asn-set",
1747
- use_case: "update",
1748
- },
1749
- ],
1750
1695
  confirmationRequired: false,
1751
1696
  parameterExamples: {
1752
1697
  "metadata.name": "Example-corp-web.",
@@ -1792,13 +1737,6 @@ export const networkTools = [
1792
1737
  },
1793
1738
  confirmation_required: false,
1794
1739
  danger_level: "medium",
1795
- examples: [
1796
- {
1797
- command: "f5xcctl config bgp-asn-set update {name} --namespace {namespace} -f {file}.yaml",
1798
- description: "Update bgp-asn-set",
1799
- use_case: "update",
1800
- },
1801
- ],
1802
1740
  field_docs: {},
1803
1741
  optional_fields: [],
1804
1742
  performance_impact: {
@@ -1811,6 +1749,32 @@ export const networkTools = [
1811
1749
  modifies: ["bgp-asn-set"],
1812
1750
  },
1813
1751
  },
1752
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgp_asn_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1753
+ dependencies: [
1754
+ {
1755
+ domain: "",
1756
+ fieldPath: "",
1757
+ inline: false,
1758
+ required: false,
1759
+ resourceType: "bgp-asn-set",
1760
+ },
1761
+ {
1762
+ domain: "",
1763
+ fieldPath: "metadata",
1764
+ inline: false,
1765
+ required: false,
1766
+ resourceType: "schema-object-replace-meta",
1767
+ },
1768
+ {
1769
+ domain: "",
1770
+ fieldPath: "spec",
1771
+ inline: false,
1772
+ required: false,
1773
+ resourceType: "bgp-asn-set-replace",
1774
+ },
1775
+ ],
1776
+ oneOfGroups: [],
1777
+ subscriptionRequirements: [],
1814
1778
  },
1815
1779
  {
1816
1780
  toolName: "f5xc-api-network-bgp-create",
@@ -1851,18 +1815,6 @@ export const networkTools = [
1851
1815
  creates: ["bgp"],
1852
1816
  },
1853
1817
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
1854
- cliExamples: [
1855
- {
1856
- command: "f5xcctl config bgp create {name} --namespace {namespace}",
1857
- description: "Create bgp",
1858
- use_case: "basic_create",
1859
- },
1860
- {
1861
- command: "f5xcctl config bgp create -f {file}.yaml",
1862
- description: "Create from YAML file",
1863
- use_case: "file_based",
1864
- },
1865
- ],
1866
1818
  confirmationRequired: false,
1867
1819
  parameterExamples: {
1868
1820
  "metadata.namespace": "Staging",
@@ -1907,18 +1859,6 @@ export const networkTools = [
1907
1859
  },
1908
1860
  confirmation_required: false,
1909
1861
  danger_level: "medium",
1910
- examples: [
1911
- {
1912
- command: "f5xcctl config bgp create {name} --namespace {namespace}",
1913
- description: "Create bgp",
1914
- use_case: "basic_create",
1915
- },
1916
- {
1917
- command: "f5xcctl config bgp create -f {file}.yaml",
1918
- description: "Create from YAML file",
1919
- use_case: "file_based",
1920
- },
1921
- ],
1922
1862
  field_docs: {},
1923
1863
  optional_fields: [],
1924
1864
  performance_impact: {
@@ -1931,6 +1871,32 @@ export const networkTools = [
1931
1871
  creates: ["bgp"],
1932
1872
  },
1933
1873
  },
1874
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgps" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
1875
+ dependencies: [
1876
+ {
1877
+ domain: "",
1878
+ fieldPath: "",
1879
+ inline: false,
1880
+ required: false,
1881
+ resourceType: "bgp",
1882
+ },
1883
+ {
1884
+ domain: "",
1885
+ fieldPath: "metadata",
1886
+ inline: false,
1887
+ required: false,
1888
+ resourceType: "schema-object-create-meta",
1889
+ },
1890
+ {
1891
+ domain: "",
1892
+ fieldPath: "spec",
1893
+ inline: false,
1894
+ required: false,
1895
+ resourceType: "bgp-create",
1896
+ },
1897
+ ],
1898
+ oneOfGroups: [],
1899
+ subscriptionRequirements: [],
1934
1900
  },
1935
1901
  {
1936
1902
  toolName: "f5xc-api-network-bgp-delete",
@@ -1980,13 +1946,6 @@ export const networkTools = [
1980
1946
  deletes: ["bgp", "contained_resources"],
1981
1947
  },
1982
1948
  requiredFields: ["path.name", "path.namespace"],
1983
- cliExamples: [
1984
- {
1985
- command: "f5xcctl config bgp delete {name} --namespace {namespace}",
1986
- description: "Delete bgp",
1987
- use_case: "delete",
1988
- },
1989
- ],
1990
1949
  confirmationRequired: true,
1991
1950
  parameterExamples: {
1992
1951
  name: "Name",
@@ -2032,13 +1991,6 @@ export const networkTools = [
2032
1991
  },
2033
1992
  confirmation_required: true,
2034
1993
  danger_level: "high",
2035
- examples: [
2036
- {
2037
- command: "f5xcctl config bgp delete {name} --namespace {namespace}",
2038
- description: "Delete bgp",
2039
- use_case: "delete",
2040
- },
2041
- ],
2042
1994
  field_docs: {},
2043
1995
  optional_fields: [],
2044
1996
  performance_impact: {
@@ -2051,6 +2003,18 @@ export const networkTools = [
2051
2003
  deletes: ["bgp", "contained_resources"],
2052
2004
  },
2053
2005
  },
2006
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgps" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
2007
+ dependencies: [
2008
+ {
2009
+ domain: "",
2010
+ fieldPath: "",
2011
+ inline: false,
2012
+ required: false,
2013
+ resourceType: "bgp",
2014
+ },
2015
+ ],
2016
+ oneOfGroups: [],
2017
+ subscriptionRequirements: [],
2054
2018
  },
2055
2019
  {
2056
2020
  toolName: "f5xc-api-network-bgp-get",
@@ -2119,13 +2083,6 @@ export const networkTools = [
2119
2083
  dangerLevel: "low",
2120
2084
  sideEffects: null,
2121
2085
  requiredFields: ["path.name", "path.namespace"],
2122
- cliExamples: [
2123
- {
2124
- command: "f5xcctl config bgp get {name} --namespace {namespace}",
2125
- description: "Get specific bgp",
2126
- use_case: "get_specific",
2127
- },
2128
- ],
2129
2086
  confirmationRequired: false,
2130
2087
  parameterExamples: {
2131
2088
  name: "Name",
@@ -2171,13 +2128,6 @@ export const networkTools = [
2171
2128
  },
2172
2129
  confirmation_required: false,
2173
2130
  danger_level: "low",
2174
- examples: [
2175
- {
2176
- command: "f5xcctl config bgp get {name} --namespace {namespace}",
2177
- description: "Get specific bgp",
2178
- use_case: "get_specific",
2179
- },
2180
- ],
2181
2131
  field_docs: {},
2182
2132
  optional_fields: [],
2183
2133
  performance_impact: {
@@ -2188,6 +2138,10 @@ export const networkTools = [
2188
2138
  required_fields: ["path.name", "path.namespace"],
2189
2139
  side_effects: {},
2190
2140
  },
2141
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgps" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
2142
+ dependencies: [],
2143
+ oneOfGroups: [],
2144
+ subscriptionRequirements: [],
2191
2145
  },
2192
2146
  {
2193
2147
  toolName: "f5xc-api-network-bgp-list",
@@ -2262,13 +2216,6 @@ export const networkTools = [
2262
2216
  dangerLevel: "low",
2263
2217
  sideEffects: null,
2264
2218
  requiredFields: ["path.namespace"],
2265
- cliExamples: [
2266
- {
2267
- command: "f5xcctl config bgp list --namespace {namespace}",
2268
- description: "List all bgps",
2269
- use_case: "list_all",
2270
- },
2271
- ],
2272
2219
  confirmationRequired: false,
2273
2220
  parameterExamples: {
2274
2221
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -2314,13 +2261,6 @@ export const networkTools = [
2314
2261
  },
2315
2262
  confirmation_required: false,
2316
2263
  danger_level: "low",
2317
- examples: [
2318
- {
2319
- command: "f5xcctl config bgp list --namespace {namespace}",
2320
- description: "List all bgps",
2321
- use_case: "list_all",
2322
- },
2323
- ],
2324
2264
  field_docs: {},
2325
2265
  optional_fields: [],
2326
2266
  performance_impact: {
@@ -2331,6 +2271,10 @@ export const networkTools = [
2331
2271
  required_fields: ["path.namespace"],
2332
2272
  side_effects: {},
2333
2273
  },
2274
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgps" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
2275
+ dependencies: [],
2276
+ oneOfGroups: [],
2277
+ subscriptionRequirements: [],
2334
2278
  },
2335
2279
  {
2336
2280
  toolName: "f5xc-api-network-bgp-peer-list",
@@ -2378,13 +2322,6 @@ export const networkTools = [
2378
2322
  dangerLevel: "low",
2379
2323
  sideEffects: null,
2380
2324
  requiredFields: ["path.namespace", "path.site"],
2381
- cliExamples: [
2382
- {
2383
- command: "f5xcctl operate bgp-peer list --namespace {namespace}",
2384
- description: "List all bgp-peers",
2385
- use_case: "list_all",
2386
- },
2387
- ],
2388
2325
  confirmationRequired: false,
2389
2326
  parameterExamples: {
2390
2327
  namespace: "Value",
@@ -2430,13 +2367,6 @@ export const networkTools = [
2430
2367
  },
2431
2368
  confirmation_required: false,
2432
2369
  danger_level: "low",
2433
- examples: [
2434
- {
2435
- command: "f5xcctl operate bgp-peer list --namespace {namespace}",
2436
- description: "List all bgp-peers",
2437
- use_case: "list_all",
2438
- },
2439
- ],
2440
2370
  field_docs: {},
2441
2371
  optional_fields: [],
2442
2372
  performance_impact: {
@@ -2447,6 +2377,10 @@ export const networkTools = [
2447
2377
  required_fields: ["path.namespace", "path.site"],
2448
2378
  side_effects: {},
2449
2379
  },
2380
+ curlExample: null,
2381
+ dependencies: [],
2382
+ oneOfGroups: [],
2383
+ subscriptionRequirements: [],
2450
2384
  },
2451
2385
  {
2452
2386
  toolName: "f5xc-api-network-bgp-route-list",
@@ -2494,13 +2428,6 @@ export const networkTools = [
2494
2428
  dangerLevel: "low",
2495
2429
  sideEffects: null,
2496
2430
  requiredFields: ["path.namespace", "path.site"],
2497
- cliExamples: [
2498
- {
2499
- command: "f5xcctl operate bgp-route list --namespace {namespace}",
2500
- description: "List all bgp-routes",
2501
- use_case: "list_all",
2502
- },
2503
- ],
2504
2431
  confirmationRequired: false,
2505
2432
  parameterExamples: {
2506
2433
  namespace: "Value",
@@ -2546,13 +2473,6 @@ export const networkTools = [
2546
2473
  },
2547
2474
  confirmation_required: false,
2548
2475
  danger_level: "low",
2549
- examples: [
2550
- {
2551
- command: "f5xcctl operate bgp-route list --namespace {namespace}",
2552
- description: "List all bgp-routes",
2553
- use_case: "list_all",
2554
- },
2555
- ],
2556
2476
  field_docs: {},
2557
2477
  optional_fields: [],
2558
2478
  performance_impact: {
@@ -2563,6 +2483,10 @@ export const networkTools = [
2563
2483
  required_fields: ["path.namespace", "path.site"],
2564
2484
  side_effects: {},
2565
2485
  },
2486
+ curlExample: null,
2487
+ dependencies: [],
2488
+ oneOfGroups: [],
2489
+ subscriptionRequirements: [],
2566
2490
  },
2567
2491
  {
2568
2492
  toolName: "f5xc-api-network-bgp-routing-policy-create",
@@ -2603,18 +2527,6 @@ export const networkTools = [
2603
2527
  creates: ["bgp-routing-policy"],
2604
2528
  },
2605
2529
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
2606
- cliExamples: [
2607
- {
2608
- command: "f5xcctl config bgp-routing-policy create {name} --namespace {namespace}",
2609
- description: "Create bgp-routing-policy",
2610
- use_case: "basic_create",
2611
- },
2612
- {
2613
- command: "f5xcctl config bgp-routing-policy create -f {file}.yaml",
2614
- description: "Create from YAML file",
2615
- use_case: "file_based",
2616
- },
2617
- ],
2618
2530
  confirmationRequired: false,
2619
2531
  parameterExamples: {
2620
2532
  "metadata.namespace": "Staging",
@@ -2662,18 +2574,6 @@ export const networkTools = [
2662
2574
  },
2663
2575
  confirmation_required: false,
2664
2576
  danger_level: "medium",
2665
- examples: [
2666
- {
2667
- command: "f5xcctl config bgp-routing-policy create {name} --namespace {namespace}",
2668
- description: "Create bgp-routing-policy",
2669
- use_case: "basic_create",
2670
- },
2671
- {
2672
- command: "f5xcctl config bgp-routing-policy create -f {file}.yaml",
2673
- description: "Create from YAML file",
2674
- use_case: "file_based",
2675
- },
2676
- ],
2677
2577
  field_docs: {},
2678
2578
  optional_fields: [],
2679
2579
  performance_impact: {
@@ -2686,6 +2586,32 @@ export const networkTools = [
2686
2586
  creates: ["bgp-routing-policy"],
2687
2587
  },
2688
2588
  },
2589
+ curlExample: null,
2590
+ dependencies: [
2591
+ {
2592
+ domain: "",
2593
+ fieldPath: "",
2594
+ inline: false,
2595
+ required: false,
2596
+ resourceType: "bgp-routing-policy",
2597
+ },
2598
+ {
2599
+ domain: "",
2600
+ fieldPath: "metadata",
2601
+ inline: false,
2602
+ required: false,
2603
+ resourceType: "schema-object-create-meta",
2604
+ },
2605
+ {
2606
+ domain: "",
2607
+ fieldPath: "spec",
2608
+ inline: false,
2609
+ required: false,
2610
+ resourceType: "schemabgp-routing-policy-create",
2611
+ },
2612
+ ],
2613
+ oneOfGroups: [],
2614
+ subscriptionRequirements: [],
2689
2615
  },
2690
2616
  {
2691
2617
  toolName: "f5xc-api-network-bgp-routing-policy-delete",
@@ -2735,13 +2661,6 @@ export const networkTools = [
2735
2661
  deletes: ["bgp-routing-policy", "contained_resources"],
2736
2662
  },
2737
2663
  requiredFields: ["path.name", "path.namespace"],
2738
- cliExamples: [
2739
- {
2740
- command: "f5xcctl config bgp-routing-policy delete {name} --namespace {namespace}",
2741
- description: "Delete bgp-routing-policy",
2742
- use_case: "delete",
2743
- },
2744
- ],
2745
2664
  confirmationRequired: true,
2746
2665
  parameterExamples: {
2747
2666
  name: "Name",
@@ -2787,13 +2706,6 @@ export const networkTools = [
2787
2706
  },
2788
2707
  confirmation_required: true,
2789
2708
  danger_level: "high",
2790
- examples: [
2791
- {
2792
- command: "f5xcctl config bgp-routing-policy delete {name} --namespace {namespace}",
2793
- description: "Delete bgp-routing-policy",
2794
- use_case: "delete",
2795
- },
2796
- ],
2797
2709
  field_docs: {},
2798
2710
  optional_fields: [],
2799
2711
  performance_impact: {
@@ -2806,6 +2718,18 @@ export const networkTools = [
2806
2718
  deletes: ["bgp-routing-policy", "contained_resources"],
2807
2719
  },
2808
2720
  },
2721
+ curlExample: null,
2722
+ dependencies: [
2723
+ {
2724
+ domain: "",
2725
+ fieldPath: "",
2726
+ inline: false,
2727
+ required: false,
2728
+ resourceType: "bgp-routing-policy",
2729
+ },
2730
+ ],
2731
+ oneOfGroups: [],
2732
+ subscriptionRequirements: [],
2809
2733
  },
2810
2734
  {
2811
2735
  toolName: "f5xc-api-network-bgp-routing-policy-get",
@@ -2873,13 +2797,6 @@ export const networkTools = [
2873
2797
  dangerLevel: "low",
2874
2798
  sideEffects: null,
2875
2799
  requiredFields: ["path.name", "path.namespace"],
2876
- cliExamples: [
2877
- {
2878
- command: "f5xcctl config bgp-routing-policy get {name} --namespace {namespace}",
2879
- description: "Get specific bgp-routing-policy",
2880
- use_case: "get_specific",
2881
- },
2882
- ],
2883
2800
  confirmationRequired: false,
2884
2801
  parameterExamples: {
2885
2802
  name: "Name",
@@ -2925,13 +2842,6 @@ export const networkTools = [
2925
2842
  },
2926
2843
  confirmation_required: false,
2927
2844
  danger_level: "low",
2928
- examples: [
2929
- {
2930
- command: "f5xcctl config bgp-routing-policy get {name} --namespace {namespace}",
2931
- description: "Get specific bgp-routing-policy",
2932
- use_case: "get_specific",
2933
- },
2934
- ],
2935
2845
  field_docs: {},
2936
2846
  optional_fields: [],
2937
2847
  performance_impact: {
@@ -2942,6 +2852,10 @@ export const networkTools = [
2942
2852
  required_fields: ["path.name", "path.namespace"],
2943
2853
  side_effects: {},
2944
2854
  },
2855
+ curlExample: null,
2856
+ dependencies: [],
2857
+ oneOfGroups: [],
2858
+ subscriptionRequirements: [],
2945
2859
  },
2946
2860
  {
2947
2861
  toolName: "f5xc-api-network-bgp-routing-policy-list",
@@ -3016,13 +2930,6 @@ export const networkTools = [
3016
2930
  dangerLevel: "low",
3017
2931
  sideEffects: null,
3018
2932
  requiredFields: ["path.namespace"],
3019
- cliExamples: [
3020
- {
3021
- command: "f5xcctl config bgp-routing-policy list --namespace {namespace}",
3022
- description: "List all bgp-routing-policys",
3023
- use_case: "list_all",
3024
- },
3025
- ],
3026
2933
  confirmationRequired: false,
3027
2934
  parameterExamples: {
3028
2935
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -3068,13 +2975,6 @@ export const networkTools = [
3068
2975
  },
3069
2976
  confirmation_required: false,
3070
2977
  danger_level: "low",
3071
- examples: [
3072
- {
3073
- command: "f5xcctl config bgp-routing-policy list --namespace {namespace}",
3074
- description: "List all bgp-routing-policys",
3075
- use_case: "list_all",
3076
- },
3077
- ],
3078
2978
  field_docs: {},
3079
2979
  optional_fields: [],
3080
2980
  performance_impact: {
@@ -3085,6 +2985,10 @@ export const networkTools = [
3085
2985
  required_fields: ["path.namespace"],
3086
2986
  side_effects: {},
3087
2987
  },
2988
+ curlExample: null,
2989
+ dependencies: [],
2990
+ oneOfGroups: [],
2991
+ subscriptionRequirements: [],
3088
2992
  },
3089
2993
  {
3090
2994
  toolName: "f5xc-api-network-bgp-routing-policy-update",
@@ -3136,13 +3040,6 @@ export const networkTools = [
3136
3040
  modifies: ["bgp-routing-policy"],
3137
3041
  },
3138
3042
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
3139
- cliExamples: [
3140
- {
3141
- command: "f5xcctl config bgp-routing-policy update {name} --namespace {namespace} -f {file}.yaml",
3142
- description: "Update bgp-routing-policy",
3143
- use_case: "update",
3144
- },
3145
- ],
3146
3043
  confirmationRequired: false,
3147
3044
  parameterExamples: {
3148
3045
  "metadata.name": "Example-corp-web.",
@@ -3188,13 +3085,6 @@ export const networkTools = [
3188
3085
  },
3189
3086
  confirmation_required: false,
3190
3087
  danger_level: "medium",
3191
- examples: [
3192
- {
3193
- command: "f5xcctl config bgp-routing-policy update {name} --namespace {namespace} -f {file}.yaml",
3194
- description: "Update bgp-routing-policy",
3195
- use_case: "update",
3196
- },
3197
- ],
3198
3088
  field_docs: {},
3199
3089
  optional_fields: [],
3200
3090
  performance_impact: {
@@ -3207,6 +3097,32 @@ export const networkTools = [
3207
3097
  modifies: ["bgp-routing-policy"],
3208
3098
  },
3209
3099
  },
3100
+ curlExample: null,
3101
+ dependencies: [
3102
+ {
3103
+ domain: "",
3104
+ fieldPath: "",
3105
+ inline: false,
3106
+ required: false,
3107
+ resourceType: "bgp-routing-policy",
3108
+ },
3109
+ {
3110
+ domain: "",
3111
+ fieldPath: "metadata",
3112
+ inline: false,
3113
+ required: false,
3114
+ resourceType: "schema-object-replace-meta",
3115
+ },
3116
+ {
3117
+ domain: "",
3118
+ fieldPath: "spec",
3119
+ inline: false,
3120
+ required: false,
3121
+ resourceType: "schemabgp-routing-policy-replace",
3122
+ },
3123
+ ],
3124
+ oneOfGroups: [],
3125
+ subscriptionRequirements: [],
3210
3126
  },
3211
3127
  {
3212
3128
  toolName: "f5xc-api-network-bgp-update",
@@ -3258,13 +3174,6 @@ export const networkTools = [
3258
3174
  modifies: ["bgp"],
3259
3175
  },
3260
3176
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
3261
- cliExamples: [
3262
- {
3263
- command: "f5xcctl config bgp update {name} --namespace {namespace} -f {file}.yaml",
3264
- description: "Update bgp",
3265
- use_case: "update",
3266
- },
3267
- ],
3268
3177
  confirmationRequired: false,
3269
3178
  parameterExamples: {
3270
3179
  "metadata.name": "Example-corp-web.",
@@ -3310,13 +3219,6 @@ export const networkTools = [
3310
3219
  },
3311
3220
  confirmation_required: false,
3312
3221
  danger_level: "medium",
3313
- examples: [
3314
- {
3315
- command: "f5xcctl config bgp update {name} --namespace {namespace} -f {file}.yaml",
3316
- description: "Update bgp",
3317
- use_case: "update",
3318
- },
3319
- ],
3320
3222
  field_docs: {},
3321
3223
  optional_fields: [],
3322
3224
  performance_impact: {
@@ -3329,6 +3231,32 @@ export const networkTools = [
3329
3231
  modifies: ["bgp"],
3330
3232
  },
3331
3233
  },
3234
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bgps" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3235
+ dependencies: [
3236
+ {
3237
+ domain: "",
3238
+ fieldPath: "",
3239
+ inline: false,
3240
+ required: false,
3241
+ resourceType: "bgp",
3242
+ },
3243
+ {
3244
+ domain: "",
3245
+ fieldPath: "metadata",
3246
+ inline: false,
3247
+ required: false,
3248
+ resourceType: "schema-object-replace-meta",
3249
+ },
3250
+ {
3251
+ domain: "",
3252
+ fieldPath: "spec",
3253
+ inline: false,
3254
+ required: false,
3255
+ resourceType: "bgp-replace",
3256
+ },
3257
+ ],
3258
+ oneOfGroups: [],
3259
+ subscriptionRequirements: [],
3332
3260
  },
3333
3261
  {
3334
3262
  toolName: "f5xc-api-network-bgpstatu-list",
@@ -3388,13 +3316,6 @@ export const networkTools = [
3388
3316
  dangerLevel: "low",
3389
3317
  sideEffects: null,
3390
3318
  requiredFields: ["path.namespace", "path.view_name"],
3391
- cliExamples: [
3392
- {
3393
- command: "f5xcctl config bgpstatu list --namespace {namespace}",
3394
- description: "List all bgpstatus",
3395
- use_case: "list_all",
3396
- },
3397
- ],
3398
3319
  confirmationRequired: false,
3399
3320
  parameterExamples: {
3400
3321
  namespace: "Value",
@@ -3441,13 +3362,6 @@ export const networkTools = [
3441
3362
  },
3442
3363
  confirmation_required: false,
3443
3364
  danger_level: "low",
3444
- examples: [
3445
- {
3446
- command: "f5xcctl config bgpstatu list --namespace {namespace}",
3447
- description: "List all bgpstatus",
3448
- use_case: "list_all",
3449
- },
3450
- ],
3451
3365
  field_docs: {},
3452
3366
  optional_fields: [],
3453
3367
  performance_impact: {
@@ -3458,6 +3372,10 @@ export const networkTools = [
3458
3372
  required_fields: ["path.namespace", "path.view_name"],
3459
3373
  side_effects: {},
3460
3374
  },
3375
+ curlExample: null,
3376
+ dependencies: [],
3377
+ oneOfGroups: [],
3378
+ subscriptionRequirements: [],
3461
3379
  },
3462
3380
  {
3463
3381
  toolName: "f5xc-api-network-dc-cluster-group-create",
@@ -3498,18 +3416,6 @@ export const networkTools = [
3498
3416
  creates: ["dc-cluster-group"],
3499
3417
  },
3500
3418
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
3501
- cliExamples: [
3502
- {
3503
- command: "f5xcctl config dc-cluster-group create {name} --namespace {namespace}",
3504
- description: "Create dc-cluster-group",
3505
- use_case: "basic_create",
3506
- },
3507
- {
3508
- command: "f5xcctl config dc-cluster-group create -f {file}.yaml",
3509
- description: "Create from YAML file",
3510
- use_case: "file_based",
3511
- },
3512
- ],
3513
3419
  confirmationRequired: false,
3514
3420
  parameterExamples: {
3515
3421
  "metadata.namespace": "Staging",
@@ -3557,18 +3463,6 @@ export const networkTools = [
3557
3463
  },
3558
3464
  confirmation_required: false,
3559
3465
  danger_level: "medium",
3560
- examples: [
3561
- {
3562
- command: "f5xcctl config dc-cluster-group create {name} --namespace {namespace}",
3563
- description: "Create dc-cluster-group",
3564
- use_case: "basic_create",
3565
- },
3566
- {
3567
- command: "f5xcctl config dc-cluster-group create -f {file}.yaml",
3568
- description: "Create from YAML file",
3569
- use_case: "file_based",
3570
- },
3571
- ],
3572
3466
  field_docs: {},
3573
3467
  optional_fields: [],
3574
3468
  performance_impact: {
@@ -3581,6 +3475,32 @@ export const networkTools = [
3581
3475
  creates: ["dc-cluster-group"],
3582
3476
  },
3583
3477
  },
3478
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/dc_cluster_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3479
+ dependencies: [
3480
+ {
3481
+ domain: "",
3482
+ fieldPath: "",
3483
+ inline: false,
3484
+ required: false,
3485
+ resourceType: "dc-cluster-group",
3486
+ },
3487
+ {
3488
+ domain: "",
3489
+ fieldPath: "metadata",
3490
+ inline: false,
3491
+ required: false,
3492
+ resourceType: "schema-object-create-meta",
3493
+ },
3494
+ {
3495
+ domain: "",
3496
+ fieldPath: "spec",
3497
+ inline: false,
3498
+ required: false,
3499
+ resourceType: "dc-cluster-group-create",
3500
+ },
3501
+ ],
3502
+ oneOfGroups: [],
3503
+ subscriptionRequirements: [],
3584
3504
  },
3585
3505
  {
3586
3506
  toolName: "f5xc-api-network-dc-cluster-group-delete",
@@ -3630,13 +3550,6 @@ export const networkTools = [
3630
3550
  deletes: ["dc-cluster-group", "contained_resources"],
3631
3551
  },
3632
3552
  requiredFields: ["path.name", "path.namespace"],
3633
- cliExamples: [
3634
- {
3635
- command: "f5xcctl config dc-cluster-group delete {name} --namespace {namespace}",
3636
- description: "Delete dc-cluster-group",
3637
- use_case: "delete",
3638
- },
3639
- ],
3640
3553
  confirmationRequired: true,
3641
3554
  parameterExamples: {
3642
3555
  name: "Name",
@@ -3682,13 +3595,6 @@ export const networkTools = [
3682
3595
  },
3683
3596
  confirmation_required: true,
3684
3597
  danger_level: "high",
3685
- examples: [
3686
- {
3687
- command: "f5xcctl config dc-cluster-group delete {name} --namespace {namespace}",
3688
- description: "Delete dc-cluster-group",
3689
- use_case: "delete",
3690
- },
3691
- ],
3692
3598
  field_docs: {},
3693
3599
  optional_fields: [],
3694
3600
  performance_impact: {
@@ -3701,6 +3607,18 @@ export const networkTools = [
3701
3607
  deletes: ["dc-cluster-group", "contained_resources"],
3702
3608
  },
3703
3609
  },
3610
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/dc_cluster_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3611
+ dependencies: [
3612
+ {
3613
+ domain: "",
3614
+ fieldPath: "",
3615
+ inline: false,
3616
+ required: false,
3617
+ resourceType: "dc-cluster-group",
3618
+ },
3619
+ ],
3620
+ oneOfGroups: [],
3621
+ subscriptionRequirements: [],
3704
3622
  },
3705
3623
  {
3706
3624
  toolName: "f5xc-api-network-dc-cluster-group-get",
@@ -3769,13 +3687,6 @@ export const networkTools = [
3769
3687
  dangerLevel: "low",
3770
3688
  sideEffects: null,
3771
3689
  requiredFields: ["path.name", "path.namespace"],
3772
- cliExamples: [
3773
- {
3774
- command: "f5xcctl config dc-cluster-group get {name} --namespace {namespace}",
3775
- description: "Get specific dc-cluster-group",
3776
- use_case: "get_specific",
3777
- },
3778
- ],
3779
3690
  confirmationRequired: false,
3780
3691
  parameterExamples: {
3781
3692
  name: "Name",
@@ -3821,13 +3732,6 @@ export const networkTools = [
3821
3732
  },
3822
3733
  confirmation_required: false,
3823
3734
  danger_level: "low",
3824
- examples: [
3825
- {
3826
- command: "f5xcctl config dc-cluster-group get {name} --namespace {namespace}",
3827
- description: "Get specific dc-cluster-group",
3828
- use_case: "get_specific",
3829
- },
3830
- ],
3831
3735
  field_docs: {},
3832
3736
  optional_fields: [],
3833
3737
  performance_impact: {
@@ -3838,6 +3742,10 @@ export const networkTools = [
3838
3742
  required_fields: ["path.name", "path.namespace"],
3839
3743
  side_effects: {},
3840
3744
  },
3745
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/dc_cluster_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3746
+ dependencies: [],
3747
+ oneOfGroups: [],
3748
+ subscriptionRequirements: [],
3841
3749
  },
3842
3750
  {
3843
3751
  toolName: "f5xc-api-network-dc-cluster-group-list",
@@ -3912,13 +3820,6 @@ export const networkTools = [
3912
3820
  dangerLevel: "low",
3913
3821
  sideEffects: null,
3914
3822
  requiredFields: ["path.namespace"],
3915
- cliExamples: [
3916
- {
3917
- command: "f5xcctl config dc-cluster-group list --namespace {namespace}",
3918
- description: "List all dc-cluster-groups",
3919
- use_case: "list_all",
3920
- },
3921
- ],
3922
3823
  confirmationRequired: false,
3923
3824
  parameterExamples: {
3924
3825
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -3964,13 +3865,6 @@ export const networkTools = [
3964
3865
  },
3965
3866
  confirmation_required: false,
3966
3867
  danger_level: "low",
3967
- examples: [
3968
- {
3969
- command: "f5xcctl config dc-cluster-group list --namespace {namespace}",
3970
- description: "List all dc-cluster-groups",
3971
- use_case: "list_all",
3972
- },
3973
- ],
3974
3868
  field_docs: {},
3975
3869
  optional_fields: [],
3976
3870
  performance_impact: {
@@ -3981,6 +3875,10 @@ export const networkTools = [
3981
3875
  required_fields: ["path.namespace"],
3982
3876
  side_effects: {},
3983
3877
  },
3878
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/dc_cluster_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3879
+ dependencies: [],
3880
+ oneOfGroups: [],
3881
+ subscriptionRequirements: [],
3984
3882
  },
3985
3883
  {
3986
3884
  toolName: "f5xc-api-network-dc-cluster-group-update",
@@ -4032,13 +3930,6 @@ export const networkTools = [
4032
3930
  modifies: ["dc-cluster-group"],
4033
3931
  },
4034
3932
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
4035
- cliExamples: [
4036
- {
4037
- command: "f5xcctl config dc-cluster-group update {name} --namespace {namespace} -f {file}.yaml",
4038
- description: "Update dc-cluster-group",
4039
- use_case: "update",
4040
- },
4041
- ],
4042
3933
  confirmationRequired: false,
4043
3934
  parameterExamples: {
4044
3935
  "metadata.name": "Example-corp-web.",
@@ -4084,13 +3975,6 @@ export const networkTools = [
4084
3975
  },
4085
3976
  confirmation_required: false,
4086
3977
  danger_level: "medium",
4087
- examples: [
4088
- {
4089
- command: "f5xcctl config dc-cluster-group update {name} --namespace {namespace} -f {file}.yaml",
4090
- description: "Update dc-cluster-group",
4091
- use_case: "update",
4092
- },
4093
- ],
4094
3978
  field_docs: {},
4095
3979
  optional_fields: [],
4096
3980
  performance_impact: {
@@ -4103,6 +3987,32 @@ export const networkTools = [
4103
3987
  modifies: ["dc-cluster-group"],
4104
3988
  },
4105
3989
  },
3990
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/dc_cluster_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
3991
+ dependencies: [
3992
+ {
3993
+ domain: "",
3994
+ fieldPath: "",
3995
+ inline: false,
3996
+ required: false,
3997
+ resourceType: "dc-cluster-group",
3998
+ },
3999
+ {
4000
+ domain: "",
4001
+ fieldPath: "metadata",
4002
+ inline: false,
4003
+ required: false,
4004
+ resourceType: "schema-object-replace-meta",
4005
+ },
4006
+ {
4007
+ domain: "",
4008
+ fieldPath: "spec",
4009
+ inline: false,
4010
+ required: false,
4011
+ resourceType: "dc-cluster-group-replace",
4012
+ },
4013
+ ],
4014
+ oneOfGroups: [],
4015
+ subscriptionRequirements: [],
4106
4016
  },
4107
4017
  {
4108
4018
  toolName: "f5xc-api-network-forwarding-class-create",
@@ -4143,18 +4053,6 @@ export const networkTools = [
4143
4053
  creates: ["forwarding-class"],
4144
4054
  },
4145
4055
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
4146
- cliExamples: [
4147
- {
4148
- command: "f5xcctl config forwarding-class create {name} --namespace {namespace}",
4149
- description: "Create forwarding-class",
4150
- use_case: "basic_create",
4151
- },
4152
- {
4153
- command: "f5xcctl config forwarding-class create -f {file}.yaml",
4154
- description: "Create from YAML file",
4155
- use_case: "file_based",
4156
- },
4157
- ],
4158
4056
  confirmationRequired: false,
4159
4057
  parameterExamples: {
4160
4058
  "metadata.namespace": "Staging",
@@ -4202,18 +4100,6 @@ export const networkTools = [
4202
4100
  },
4203
4101
  confirmation_required: false,
4204
4102
  danger_level: "medium",
4205
- examples: [
4206
- {
4207
- command: "f5xcctl config forwarding-class create {name} --namespace {namespace}",
4208
- description: "Create forwarding-class",
4209
- use_case: "basic_create",
4210
- },
4211
- {
4212
- command: "f5xcctl config forwarding-class create -f {file}.yaml",
4213
- description: "Create from YAML file",
4214
- use_case: "file_based",
4215
- },
4216
- ],
4217
4103
  field_docs: {},
4218
4104
  optional_fields: [],
4219
4105
  performance_impact: {
@@ -4226,6 +4112,32 @@ export const networkTools = [
4226
4112
  creates: ["forwarding-class"],
4227
4113
  },
4228
4114
  },
4115
+ curlExample: null,
4116
+ dependencies: [
4117
+ {
4118
+ domain: "",
4119
+ fieldPath: "",
4120
+ inline: false,
4121
+ required: false,
4122
+ resourceType: "forwarding-class",
4123
+ },
4124
+ {
4125
+ domain: "",
4126
+ fieldPath: "metadata",
4127
+ inline: false,
4128
+ required: false,
4129
+ resourceType: "schema-object-create-meta",
4130
+ },
4131
+ {
4132
+ domain: "",
4133
+ fieldPath: "spec",
4134
+ inline: false,
4135
+ required: false,
4136
+ resourceType: "forwarding-class-create",
4137
+ },
4138
+ ],
4139
+ oneOfGroups: [],
4140
+ subscriptionRequirements: [],
4229
4141
  },
4230
4142
  {
4231
4143
  toolName: "f5xc-api-network-forwarding-class-delete",
@@ -4275,13 +4187,6 @@ export const networkTools = [
4275
4187
  deletes: ["forwarding-class", "contained_resources"],
4276
4188
  },
4277
4189
  requiredFields: ["path.name", "path.namespace"],
4278
- cliExamples: [
4279
- {
4280
- command: "f5xcctl config forwarding-class delete {name} --namespace {namespace}",
4281
- description: "Delete forwarding-class",
4282
- use_case: "delete",
4283
- },
4284
- ],
4285
4190
  confirmationRequired: true,
4286
4191
  parameterExamples: {
4287
4192
  name: "Name",
@@ -4327,13 +4232,6 @@ export const networkTools = [
4327
4232
  },
4328
4233
  confirmation_required: true,
4329
4234
  danger_level: "high",
4330
- examples: [
4331
- {
4332
- command: "f5xcctl config forwarding-class delete {name} --namespace {namespace}",
4333
- description: "Delete forwarding-class",
4334
- use_case: "delete",
4335
- },
4336
- ],
4337
4235
  field_docs: {},
4338
4236
  optional_fields: [],
4339
4237
  performance_impact: {
@@ -4346,6 +4244,18 @@ export const networkTools = [
4346
4244
  deletes: ["forwarding-class", "contained_resources"],
4347
4245
  },
4348
4246
  },
4247
+ curlExample: null,
4248
+ dependencies: [
4249
+ {
4250
+ domain: "",
4251
+ fieldPath: "",
4252
+ inline: false,
4253
+ required: false,
4254
+ resourceType: "forwarding-class",
4255
+ },
4256
+ ],
4257
+ oneOfGroups: [],
4258
+ subscriptionRequirements: [],
4349
4259
  },
4350
4260
  {
4351
4261
  toolName: "f5xc-api-network-forwarding-class-get",
@@ -4414,13 +4324,6 @@ export const networkTools = [
4414
4324
  dangerLevel: "low",
4415
4325
  sideEffects: null,
4416
4326
  requiredFields: ["path.name", "path.namespace"],
4417
- cliExamples: [
4418
- {
4419
- command: "f5xcctl config forwarding-class get {name} --namespace {namespace}",
4420
- description: "Get specific forwarding-class",
4421
- use_case: "get_specific",
4422
- },
4423
- ],
4424
4327
  confirmationRequired: false,
4425
4328
  parameterExamples: {
4426
4329
  name: "Name",
@@ -4466,13 +4369,6 @@ export const networkTools = [
4466
4369
  },
4467
4370
  confirmation_required: false,
4468
4371
  danger_level: "low",
4469
- examples: [
4470
- {
4471
- command: "f5xcctl config forwarding-class get {name} --namespace {namespace}",
4472
- description: "Get specific forwarding-class",
4473
- use_case: "get_specific",
4474
- },
4475
- ],
4476
4372
  field_docs: {},
4477
4373
  optional_fields: [],
4478
4374
  performance_impact: {
@@ -4483,6 +4379,10 @@ export const networkTools = [
4483
4379
  required_fields: ["path.name", "path.namespace"],
4484
4380
  side_effects: {},
4485
4381
  },
4382
+ curlExample: null,
4383
+ dependencies: [],
4384
+ oneOfGroups: [],
4385
+ subscriptionRequirements: [],
4486
4386
  },
4487
4387
  {
4488
4388
  toolName: "f5xc-api-network-forwarding-class-list",
@@ -4557,13 +4457,6 @@ export const networkTools = [
4557
4457
  dangerLevel: "low",
4558
4458
  sideEffects: null,
4559
4459
  requiredFields: ["path.namespace"],
4560
- cliExamples: [
4561
- {
4562
- command: "f5xcctl config forwarding-class list --namespace {namespace}",
4563
- description: "List all forwarding-classs",
4564
- use_case: "list_all",
4565
- },
4566
- ],
4567
4460
  confirmationRequired: false,
4568
4461
  parameterExamples: {
4569
4462
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -4609,13 +4502,6 @@ export const networkTools = [
4609
4502
  },
4610
4503
  confirmation_required: false,
4611
4504
  danger_level: "low",
4612
- examples: [
4613
- {
4614
- command: "f5xcctl config forwarding-class list --namespace {namespace}",
4615
- description: "List all forwarding-classs",
4616
- use_case: "list_all",
4617
- },
4618
- ],
4619
4505
  field_docs: {},
4620
4506
  optional_fields: [],
4621
4507
  performance_impact: {
@@ -4626,6 +4512,10 @@ export const networkTools = [
4626
4512
  required_fields: ["path.namespace"],
4627
4513
  side_effects: {},
4628
4514
  },
4515
+ curlExample: null,
4516
+ dependencies: [],
4517
+ oneOfGroups: [],
4518
+ subscriptionRequirements: [],
4629
4519
  },
4630
4520
  {
4631
4521
  toolName: "f5xc-api-network-forwarding-class-update",
@@ -4677,13 +4567,6 @@ export const networkTools = [
4677
4567
  modifies: ["forwarding-class"],
4678
4568
  },
4679
4569
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
4680
- cliExamples: [
4681
- {
4682
- command: "f5xcctl config forwarding-class update {name} --namespace {namespace} -f {file}.yaml",
4683
- description: "Update forwarding-class",
4684
- use_case: "update",
4685
- },
4686
- ],
4687
4570
  confirmationRequired: false,
4688
4571
  parameterExamples: {
4689
4572
  "metadata.name": "Example-corp-web.",
@@ -4729,13 +4612,6 @@ export const networkTools = [
4729
4612
  },
4730
4613
  confirmation_required: false,
4731
4614
  danger_level: "medium",
4732
- examples: [
4733
- {
4734
- command: "f5xcctl config forwarding-class update {name} --namespace {namespace} -f {file}.yaml",
4735
- description: "Update forwarding-class",
4736
- use_case: "update",
4737
- },
4738
- ],
4739
4615
  field_docs: {},
4740
4616
  optional_fields: [],
4741
4617
  performance_impact: {
@@ -4748,6 +4624,32 @@ export const networkTools = [
4748
4624
  modifies: ["forwarding-class"],
4749
4625
  },
4750
4626
  },
4627
+ curlExample: null,
4628
+ dependencies: [
4629
+ {
4630
+ domain: "",
4631
+ fieldPath: "",
4632
+ inline: false,
4633
+ required: false,
4634
+ resourceType: "forwarding-class",
4635
+ },
4636
+ {
4637
+ domain: "",
4638
+ fieldPath: "metadata",
4639
+ inline: false,
4640
+ required: false,
4641
+ resourceType: "schema-object-replace-meta",
4642
+ },
4643
+ {
4644
+ domain: "",
4645
+ fieldPath: "spec",
4646
+ inline: false,
4647
+ required: false,
4648
+ resourceType: "forwarding-class-replace",
4649
+ },
4650
+ ],
4651
+ oneOfGroups: [],
4652
+ subscriptionRequirements: [],
4751
4653
  },
4752
4654
  {
4753
4655
  toolName: "f5xc-api-network-ike-phase1-profile-create",
@@ -4788,18 +4690,6 @@ export const networkTools = [
4788
4690
  creates: ["ike-phase1-profile"],
4789
4691
  },
4790
4692
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
4791
- cliExamples: [
4792
- {
4793
- command: "f5xcctl config ike-phase1-profile create -f {file}.yaml",
4794
- description: "Create from YAML file",
4795
- use_case: "file_based",
4796
- },
4797
- {
4798
- command: "f5xcctl config ike-phase1-profile create {name} --namespace {namespace}",
4799
- description: "Create ike-phase1-profile",
4800
- use_case: "basic_create",
4801
- },
4802
- ],
4803
4693
  confirmationRequired: false,
4804
4694
  parameterExamples: {
4805
4695
  "metadata.namespace": "Staging",
@@ -4847,18 +4737,6 @@ export const networkTools = [
4847
4737
  },
4848
4738
  confirmation_required: false,
4849
4739
  danger_level: "medium",
4850
- examples: [
4851
- {
4852
- command: "f5xcctl config ike-phase1-profile create {name} --namespace {namespace}",
4853
- description: "Create ike-phase1-profile",
4854
- use_case: "basic_create",
4855
- },
4856
- {
4857
- command: "f5xcctl config ike-phase1-profile create -f {file}.yaml",
4858
- description: "Create from YAML file",
4859
- use_case: "file_based",
4860
- },
4861
- ],
4862
4740
  field_docs: {},
4863
4741
  optional_fields: [],
4864
4742
  performance_impact: {
@@ -4871,6 +4749,32 @@ export const networkTools = [
4871
4749
  creates: ["ike-phase1-profile"],
4872
4750
  },
4873
4751
  },
4752
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase1_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4753
+ dependencies: [
4754
+ {
4755
+ domain: "",
4756
+ fieldPath: "",
4757
+ inline: false,
4758
+ required: false,
4759
+ resourceType: "ike-phase1-profile",
4760
+ },
4761
+ {
4762
+ domain: "",
4763
+ fieldPath: "metadata",
4764
+ inline: false,
4765
+ required: false,
4766
+ resourceType: "schema-object-create-meta",
4767
+ },
4768
+ {
4769
+ domain: "",
4770
+ fieldPath: "spec",
4771
+ inline: false,
4772
+ required: false,
4773
+ resourceType: "ike-phase1-profile-create",
4774
+ },
4775
+ ],
4776
+ oneOfGroups: [],
4777
+ subscriptionRequirements: [],
4874
4778
  },
4875
4779
  {
4876
4780
  toolName: "f5xc-api-network-ike-phase1-profile-delete",
@@ -4920,13 +4824,6 @@ export const networkTools = [
4920
4824
  deletes: ["ike-phase1-profile", "contained_resources"],
4921
4825
  },
4922
4826
  requiredFields: ["path.name", "path.namespace"],
4923
- cliExamples: [
4924
- {
4925
- command: "f5xcctl config ike-phase1-profile delete {name} --namespace {namespace}",
4926
- description: "Delete ike-phase1-profile",
4927
- use_case: "delete",
4928
- },
4929
- ],
4930
4827
  confirmationRequired: true,
4931
4828
  parameterExamples: {
4932
4829
  name: "Name",
@@ -4972,13 +4869,6 @@ export const networkTools = [
4972
4869
  },
4973
4870
  confirmation_required: true,
4974
4871
  danger_level: "high",
4975
- examples: [
4976
- {
4977
- command: "f5xcctl config ike-phase1-profile delete {name} --namespace {namespace}",
4978
- description: "Delete ike-phase1-profile",
4979
- use_case: "delete",
4980
- },
4981
- ],
4982
4872
  field_docs: {},
4983
4873
  optional_fields: [],
4984
4874
  performance_impact: {
@@ -4991,6 +4881,18 @@ export const networkTools = [
4991
4881
  deletes: ["ike-phase1-profile", "contained_resources"],
4992
4882
  },
4993
4883
  },
4884
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase1_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
4885
+ dependencies: [
4886
+ {
4887
+ domain: "",
4888
+ fieldPath: "",
4889
+ inline: false,
4890
+ required: false,
4891
+ resourceType: "ike-phase1-profile",
4892
+ },
4893
+ ],
4894
+ oneOfGroups: [],
4895
+ subscriptionRequirements: [],
4994
4896
  },
4995
4897
  {
4996
4898
  toolName: "f5xc-api-network-ike-phase1-profile-get",
@@ -5059,13 +4961,6 @@ export const networkTools = [
5059
4961
  dangerLevel: "low",
5060
4962
  sideEffects: null,
5061
4963
  requiredFields: ["path.name", "path.namespace"],
5062
- cliExamples: [
5063
- {
5064
- command: "f5xcctl config ike-phase1-profile get {name} --namespace {namespace}",
5065
- description: "Get specific ike-phase1-profile",
5066
- use_case: "get_specific",
5067
- },
5068
- ],
5069
4964
  confirmationRequired: false,
5070
4965
  parameterExamples: {
5071
4966
  name: "Name",
@@ -5111,13 +5006,6 @@ export const networkTools = [
5111
5006
  },
5112
5007
  confirmation_required: false,
5113
5008
  danger_level: "low",
5114
- examples: [
5115
- {
5116
- command: "f5xcctl config ike-phase1-profile get {name} --namespace {namespace}",
5117
- description: "Get specific ike-phase1-profile",
5118
- use_case: "get_specific",
5119
- },
5120
- ],
5121
5009
  field_docs: {},
5122
5010
  optional_fields: [],
5123
5011
  performance_impact: {
@@ -5128,6 +5016,10 @@ export const networkTools = [
5128
5016
  required_fields: ["path.name", "path.namespace"],
5129
5017
  side_effects: {},
5130
5018
  },
5019
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase1_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5020
+ dependencies: [],
5021
+ oneOfGroups: [],
5022
+ subscriptionRequirements: [],
5131
5023
  },
5132
5024
  {
5133
5025
  toolName: "f5xc-api-network-ike-phase1-profile-list",
@@ -5202,13 +5094,6 @@ export const networkTools = [
5202
5094
  dangerLevel: "low",
5203
5095
  sideEffects: null,
5204
5096
  requiredFields: ["path.namespace"],
5205
- cliExamples: [
5206
- {
5207
- command: "f5xcctl config ike-phase1-profile list --namespace {namespace}",
5208
- description: "List all ike-phase1-profiles",
5209
- use_case: "list_all",
5210
- },
5211
- ],
5212
5097
  confirmationRequired: false,
5213
5098
  parameterExamples: {
5214
5099
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -5254,13 +5139,6 @@ export const networkTools = [
5254
5139
  },
5255
5140
  confirmation_required: false,
5256
5141
  danger_level: "low",
5257
- examples: [
5258
- {
5259
- command: "f5xcctl config ike-phase1-profile list --namespace {namespace}",
5260
- description: "List all ike-phase1-profiles",
5261
- use_case: "list_all",
5262
- },
5263
- ],
5264
5142
  field_docs: {},
5265
5143
  optional_fields: [],
5266
5144
  performance_impact: {
@@ -5271,6 +5149,10 @@ export const networkTools = [
5271
5149
  required_fields: ["path.namespace"],
5272
5150
  side_effects: {},
5273
5151
  },
5152
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase1_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5153
+ dependencies: [],
5154
+ oneOfGroups: [],
5155
+ subscriptionRequirements: [],
5274
5156
  },
5275
5157
  {
5276
5158
  toolName: "f5xc-api-network-ike-phase1-profile-update",
@@ -5322,13 +5204,6 @@ export const networkTools = [
5322
5204
  modifies: ["ike-phase1-profile"],
5323
5205
  },
5324
5206
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
5325
- cliExamples: [
5326
- {
5327
- command: "f5xcctl config ike-phase1-profile update {name} --namespace {namespace} -f {file}.yaml",
5328
- description: "Update ike-phase1-profile",
5329
- use_case: "update",
5330
- },
5331
- ],
5332
5207
  confirmationRequired: false,
5333
5208
  parameterExamples: {
5334
5209
  "metadata.name": "Example-corp-web.",
@@ -5374,13 +5249,6 @@ export const networkTools = [
5374
5249
  },
5375
5250
  confirmation_required: false,
5376
5251
  danger_level: "medium",
5377
- examples: [
5378
- {
5379
- command: "f5xcctl config ike-phase1-profile update {name} --namespace {namespace} -f {file}.yaml",
5380
- description: "Update ike-phase1-profile",
5381
- use_case: "update",
5382
- },
5383
- ],
5384
5252
  field_docs: {},
5385
5253
  optional_fields: [],
5386
5254
  performance_impact: {
@@ -5393,6 +5261,32 @@ export const networkTools = [
5393
5261
  modifies: ["ike-phase1-profile"],
5394
5262
  },
5395
5263
  },
5264
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase1_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5265
+ dependencies: [
5266
+ {
5267
+ domain: "",
5268
+ fieldPath: "",
5269
+ inline: false,
5270
+ required: false,
5271
+ resourceType: "ike-phase1-profile",
5272
+ },
5273
+ {
5274
+ domain: "",
5275
+ fieldPath: "metadata",
5276
+ inline: false,
5277
+ required: false,
5278
+ resourceType: "schema-object-replace-meta",
5279
+ },
5280
+ {
5281
+ domain: "",
5282
+ fieldPath: "spec",
5283
+ inline: false,
5284
+ required: false,
5285
+ resourceType: "ike-phase1-profile-replace",
5286
+ },
5287
+ ],
5288
+ oneOfGroups: [],
5289
+ subscriptionRequirements: [],
5396
5290
  },
5397
5291
  {
5398
5292
  toolName: "f5xc-api-network-ike-phase2-profile-create",
@@ -5433,18 +5327,6 @@ export const networkTools = [
5433
5327
  creates: ["ike-phase2-profile"],
5434
5328
  },
5435
5329
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
5436
- cliExamples: [
5437
- {
5438
- command: "f5xcctl config ike-phase2-profile create -f {file}.yaml",
5439
- description: "Create from YAML file",
5440
- use_case: "file_based",
5441
- },
5442
- {
5443
- command: "f5xcctl config ike-phase2-profile create {name} --namespace {namespace}",
5444
- description: "Create ike-phase2-profile",
5445
- use_case: "basic_create",
5446
- },
5447
- ],
5448
5330
  confirmationRequired: false,
5449
5331
  parameterExamples: {
5450
5332
  "metadata.namespace": "Staging",
@@ -5492,18 +5374,6 @@ export const networkTools = [
5492
5374
  },
5493
5375
  confirmation_required: false,
5494
5376
  danger_level: "medium",
5495
- examples: [
5496
- {
5497
- command: "f5xcctl config ike-phase2-profile create {name} --namespace {namespace}",
5498
- description: "Create ike-phase2-profile",
5499
- use_case: "basic_create",
5500
- },
5501
- {
5502
- command: "f5xcctl config ike-phase2-profile create -f {file}.yaml",
5503
- description: "Create from YAML file",
5504
- use_case: "file_based",
5505
- },
5506
- ],
5507
5377
  field_docs: {},
5508
5378
  optional_fields: [],
5509
5379
  performance_impact: {
@@ -5516,6 +5386,32 @@ export const networkTools = [
5516
5386
  creates: ["ike-phase2-profile"],
5517
5387
  },
5518
5388
  },
5389
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase2_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5390
+ dependencies: [
5391
+ {
5392
+ domain: "",
5393
+ fieldPath: "",
5394
+ inline: false,
5395
+ required: false,
5396
+ resourceType: "ike-phase2-profile",
5397
+ },
5398
+ {
5399
+ domain: "",
5400
+ fieldPath: "metadata",
5401
+ inline: false,
5402
+ required: false,
5403
+ resourceType: "schema-object-create-meta",
5404
+ },
5405
+ {
5406
+ domain: "",
5407
+ fieldPath: "spec",
5408
+ inline: false,
5409
+ required: false,
5410
+ resourceType: "viewsike-phase2-profile-create",
5411
+ },
5412
+ ],
5413
+ oneOfGroups: [],
5414
+ subscriptionRequirements: [],
5519
5415
  },
5520
5416
  {
5521
5417
  toolName: "f5xc-api-network-ike-phase2-profile-delete",
@@ -5565,13 +5461,6 @@ export const networkTools = [
5565
5461
  deletes: ["ike-phase2-profile", "contained_resources"],
5566
5462
  },
5567
5463
  requiredFields: ["path.name", "path.namespace"],
5568
- cliExamples: [
5569
- {
5570
- command: "f5xcctl config ike-phase2-profile delete {name} --namespace {namespace}",
5571
- description: "Delete ike-phase2-profile",
5572
- use_case: "delete",
5573
- },
5574
- ],
5575
5464
  confirmationRequired: true,
5576
5465
  parameterExamples: {
5577
5466
  name: "Name",
@@ -5617,13 +5506,6 @@ export const networkTools = [
5617
5506
  },
5618
5507
  confirmation_required: true,
5619
5508
  danger_level: "high",
5620
- examples: [
5621
- {
5622
- command: "f5xcctl config ike-phase2-profile delete {name} --namespace {namespace}",
5623
- description: "Delete ike-phase2-profile",
5624
- use_case: "delete",
5625
- },
5626
- ],
5627
5509
  field_docs: {},
5628
5510
  optional_fields: [],
5629
5511
  performance_impact: {
@@ -5636,6 +5518,18 @@ export const networkTools = [
5636
5518
  deletes: ["ike-phase2-profile", "contained_resources"],
5637
5519
  },
5638
5520
  },
5521
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase2_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5522
+ dependencies: [
5523
+ {
5524
+ domain: "",
5525
+ fieldPath: "",
5526
+ inline: false,
5527
+ required: false,
5528
+ resourceType: "ike-phase2-profile",
5529
+ },
5530
+ ],
5531
+ oneOfGroups: [],
5532
+ subscriptionRequirements: [],
5639
5533
  },
5640
5534
  {
5641
5535
  toolName: "f5xc-api-network-ike-phase2-profile-get",
@@ -5704,13 +5598,6 @@ export const networkTools = [
5704
5598
  dangerLevel: "low",
5705
5599
  sideEffects: null,
5706
5600
  requiredFields: ["path.name", "path.namespace"],
5707
- cliExamples: [
5708
- {
5709
- command: "f5xcctl config ike-phase2-profile get {name} --namespace {namespace}",
5710
- description: "Get specific ike-phase2-profile",
5711
- use_case: "get_specific",
5712
- },
5713
- ],
5714
5601
  confirmationRequired: false,
5715
5602
  parameterExamples: {
5716
5603
  name: "Name",
@@ -5756,13 +5643,6 @@ export const networkTools = [
5756
5643
  },
5757
5644
  confirmation_required: false,
5758
5645
  danger_level: "low",
5759
- examples: [
5760
- {
5761
- command: "f5xcctl config ike-phase2-profile get {name} --namespace {namespace}",
5762
- description: "Get specific ike-phase2-profile",
5763
- use_case: "get_specific",
5764
- },
5765
- ],
5766
5646
  field_docs: {},
5767
5647
  optional_fields: [],
5768
5648
  performance_impact: {
@@ -5773,6 +5653,10 @@ export const networkTools = [
5773
5653
  required_fields: ["path.name", "path.namespace"],
5774
5654
  side_effects: {},
5775
5655
  },
5656
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase2_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5657
+ dependencies: [],
5658
+ oneOfGroups: [],
5659
+ subscriptionRequirements: [],
5776
5660
  },
5777
5661
  {
5778
5662
  toolName: "f5xc-api-network-ike-phase2-profile-list",
@@ -5847,13 +5731,6 @@ export const networkTools = [
5847
5731
  dangerLevel: "low",
5848
5732
  sideEffects: null,
5849
5733
  requiredFields: ["path.namespace"],
5850
- cliExamples: [
5851
- {
5852
- command: "f5xcctl config ike-phase2-profile list --namespace {namespace}",
5853
- description: "List all ike-phase2-profiles",
5854
- use_case: "list_all",
5855
- },
5856
- ],
5857
5734
  confirmationRequired: false,
5858
5735
  parameterExamples: {
5859
5736
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -5899,13 +5776,6 @@ export const networkTools = [
5899
5776
  },
5900
5777
  confirmation_required: false,
5901
5778
  danger_level: "low",
5902
- examples: [
5903
- {
5904
- command: "f5xcctl config ike-phase2-profile list --namespace {namespace}",
5905
- description: "List all ike-phase2-profiles",
5906
- use_case: "list_all",
5907
- },
5908
- ],
5909
5779
  field_docs: {},
5910
5780
  optional_fields: [],
5911
5781
  performance_impact: {
@@ -5916,6 +5786,10 @@ export const networkTools = [
5916
5786
  required_fields: ["path.namespace"],
5917
5787
  side_effects: {},
5918
5788
  },
5789
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase2_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5790
+ dependencies: [],
5791
+ oneOfGroups: [],
5792
+ subscriptionRequirements: [],
5919
5793
  },
5920
5794
  {
5921
5795
  toolName: "f5xc-api-network-ike-phase2-profile-update",
@@ -5967,13 +5841,6 @@ export const networkTools = [
5967
5841
  modifies: ["ike-phase2-profile"],
5968
5842
  },
5969
5843
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
5970
- cliExamples: [
5971
- {
5972
- command: "f5xcctl config ike-phase2-profile update {name} --namespace {namespace} -f {file}.yaml",
5973
- description: "Update ike-phase2-profile",
5974
- use_case: "update",
5975
- },
5976
- ],
5977
5844
  confirmationRequired: false,
5978
5845
  parameterExamples: {
5979
5846
  "metadata.name": "Example-corp-web.",
@@ -6019,13 +5886,6 @@ export const networkTools = [
6019
5886
  },
6020
5887
  confirmation_required: false,
6021
5888
  danger_level: "medium",
6022
- examples: [
6023
- {
6024
- command: "f5xcctl config ike-phase2-profile update {name} --namespace {namespace} -f {file}.yaml",
6025
- description: "Update ike-phase2-profile",
6026
- use_case: "update",
6027
- },
6028
- ],
6029
5889
  field_docs: {},
6030
5890
  optional_fields: [],
6031
5891
  performance_impact: {
@@ -6038,6 +5898,32 @@ export const networkTools = [
6038
5898
  modifies: ["ike-phase2-profile"],
6039
5899
  },
6040
5900
  },
5901
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike_phase2_profiles" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
5902
+ dependencies: [
5903
+ {
5904
+ domain: "",
5905
+ fieldPath: "",
5906
+ inline: false,
5907
+ required: false,
5908
+ resourceType: "ike-phase2-profile",
5909
+ },
5910
+ {
5911
+ domain: "",
5912
+ fieldPath: "metadata",
5913
+ inline: false,
5914
+ required: false,
5915
+ resourceType: "schema-object-replace-meta",
5916
+ },
5917
+ {
5918
+ domain: "",
5919
+ fieldPath: "spec",
5920
+ inline: false,
5921
+ required: false,
5922
+ resourceType: "viewsike-phase2-profile-replace",
5923
+ },
5924
+ ],
5925
+ oneOfGroups: [],
5926
+ subscriptionRequirements: [],
6041
5927
  },
6042
5928
  {
6043
5929
  toolName: "f5xc-api-network-ike1-create",
@@ -6078,18 +5964,6 @@ export const networkTools = [
6078
5964
  creates: ["ike1"],
6079
5965
  },
6080
5966
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
6081
- cliExamples: [
6082
- {
6083
- command: "f5xcctl config ike1 create -f {file}.yaml",
6084
- description: "Create from YAML file",
6085
- use_case: "file_based",
6086
- },
6087
- {
6088
- command: "f5xcctl config ike1 create {name} --namespace {namespace}",
6089
- description: "Create ike1",
6090
- use_case: "basic_create",
6091
- },
6092
- ],
6093
5967
  confirmationRequired: false,
6094
5968
  parameterExamples: {
6095
5969
  "metadata.namespace": "Staging",
@@ -6134,18 +6008,6 @@ export const networkTools = [
6134
6008
  },
6135
6009
  confirmation_required: false,
6136
6010
  danger_level: "medium",
6137
- examples: [
6138
- {
6139
- command: "f5xcctl config ike1 create {name} --namespace {namespace}",
6140
- description: "Create ike1",
6141
- use_case: "basic_create",
6142
- },
6143
- {
6144
- command: "f5xcctl config ike1 create -f {file}.yaml",
6145
- description: "Create from YAML file",
6146
- use_case: "file_based",
6147
- },
6148
- ],
6149
6011
  field_docs: {},
6150
6012
  optional_fields: [],
6151
6013
  performance_impact: {
@@ -6158,6 +6020,32 @@ export const networkTools = [
6158
6020
  creates: ["ike1"],
6159
6021
  },
6160
6022
  },
6023
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike1s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6024
+ dependencies: [
6025
+ {
6026
+ domain: "",
6027
+ fieldPath: "",
6028
+ inline: false,
6029
+ required: false,
6030
+ resourceType: "ike1",
6031
+ },
6032
+ {
6033
+ domain: "",
6034
+ fieldPath: "metadata",
6035
+ inline: false,
6036
+ required: false,
6037
+ resourceType: "schema-object-create-meta",
6038
+ },
6039
+ {
6040
+ domain: "",
6041
+ fieldPath: "spec",
6042
+ inline: false,
6043
+ required: false,
6044
+ resourceType: "schemaike1create",
6045
+ },
6046
+ ],
6047
+ oneOfGroups: [],
6048
+ subscriptionRequirements: [],
6161
6049
  },
6162
6050
  {
6163
6051
  toolName: "f5xc-api-network-ike1-delete",
@@ -6207,13 +6095,6 @@ export const networkTools = [
6207
6095
  deletes: ["ike1", "contained_resources"],
6208
6096
  },
6209
6097
  requiredFields: ["path.name", "path.namespace"],
6210
- cliExamples: [
6211
- {
6212
- command: "f5xcctl config ike1 delete {name} --namespace {namespace}",
6213
- description: "Delete ike1",
6214
- use_case: "delete",
6215
- },
6216
- ],
6217
6098
  confirmationRequired: true,
6218
6099
  parameterExamples: {
6219
6100
  name: "Name",
@@ -6259,13 +6140,6 @@ export const networkTools = [
6259
6140
  },
6260
6141
  confirmation_required: true,
6261
6142
  danger_level: "high",
6262
- examples: [
6263
- {
6264
- command: "f5xcctl config ike1 delete {name} --namespace {namespace}",
6265
- description: "Delete ike1",
6266
- use_case: "delete",
6267
- },
6268
- ],
6269
6143
  field_docs: {},
6270
6144
  optional_fields: [],
6271
6145
  performance_impact: {
@@ -6278,6 +6152,18 @@ export const networkTools = [
6278
6152
  deletes: ["ike1", "contained_resources"],
6279
6153
  },
6280
6154
  },
6155
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike1s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6156
+ dependencies: [
6157
+ {
6158
+ domain: "",
6159
+ fieldPath: "",
6160
+ inline: false,
6161
+ required: false,
6162
+ resourceType: "ike1",
6163
+ },
6164
+ ],
6165
+ oneOfGroups: [],
6166
+ subscriptionRequirements: [],
6281
6167
  },
6282
6168
  {
6283
6169
  toolName: "f5xc-api-network-ike1-get",
@@ -6346,13 +6232,6 @@ export const networkTools = [
6346
6232
  dangerLevel: "low",
6347
6233
  sideEffects: null,
6348
6234
  requiredFields: ["path.name", "path.namespace"],
6349
- cliExamples: [
6350
- {
6351
- command: "f5xcctl config ike1 get {name} --namespace {namespace}",
6352
- description: "Get specific ike1",
6353
- use_case: "get_specific",
6354
- },
6355
- ],
6356
6235
  confirmationRequired: false,
6357
6236
  parameterExamples: {
6358
6237
  name: "Name",
@@ -6398,13 +6277,6 @@ export const networkTools = [
6398
6277
  },
6399
6278
  confirmation_required: false,
6400
6279
  danger_level: "low",
6401
- examples: [
6402
- {
6403
- command: "f5xcctl config ike1 get {name} --namespace {namespace}",
6404
- description: "Get specific ike1",
6405
- use_case: "get_specific",
6406
- },
6407
- ],
6408
6280
  field_docs: {},
6409
6281
  optional_fields: [],
6410
6282
  performance_impact: {
@@ -6415,6 +6287,10 @@ export const networkTools = [
6415
6287
  required_fields: ["path.name", "path.namespace"],
6416
6288
  side_effects: {},
6417
6289
  },
6290
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike1s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6291
+ dependencies: [],
6292
+ oneOfGroups: [],
6293
+ subscriptionRequirements: [],
6418
6294
  },
6419
6295
  {
6420
6296
  toolName: "f5xc-api-network-ike1-list",
@@ -6489,13 +6365,6 @@ export const networkTools = [
6489
6365
  dangerLevel: "low",
6490
6366
  sideEffects: null,
6491
6367
  requiredFields: ["path.namespace"],
6492
- cliExamples: [
6493
- {
6494
- command: "f5xcctl config ike1 list --namespace {namespace}",
6495
- description: "List all ike1s",
6496
- use_case: "list_all",
6497
- },
6498
- ],
6499
6368
  confirmationRequired: false,
6500
6369
  parameterExamples: {
6501
6370
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -6541,13 +6410,6 @@ export const networkTools = [
6541
6410
  },
6542
6411
  confirmation_required: false,
6543
6412
  danger_level: "low",
6544
- examples: [
6545
- {
6546
- command: "f5xcctl config ike1 list --namespace {namespace}",
6547
- description: "List all ike1s",
6548
- use_case: "list_all",
6549
- },
6550
- ],
6551
6413
  field_docs: {},
6552
6414
  optional_fields: [],
6553
6415
  performance_impact: {
@@ -6558,6 +6420,10 @@ export const networkTools = [
6558
6420
  required_fields: ["path.namespace"],
6559
6421
  side_effects: {},
6560
6422
  },
6423
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike1s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6424
+ dependencies: [],
6425
+ oneOfGroups: [],
6426
+ subscriptionRequirements: [],
6561
6427
  },
6562
6428
  {
6563
6429
  toolName: "f5xc-api-network-ike1-update",
@@ -6609,13 +6475,6 @@ export const networkTools = [
6609
6475
  modifies: ["ike1"],
6610
6476
  },
6611
6477
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
6612
- cliExamples: [
6613
- {
6614
- command: "f5xcctl config ike1 update {name} --namespace {namespace} -f {file}.yaml",
6615
- description: "Update ike1",
6616
- use_case: "update",
6617
- },
6618
- ],
6619
6478
  confirmationRequired: false,
6620
6479
  parameterExamples: {
6621
6480
  "metadata.name": "Example-corp-web.",
@@ -6661,13 +6520,6 @@ export const networkTools = [
6661
6520
  },
6662
6521
  confirmation_required: false,
6663
6522
  danger_level: "medium",
6664
- examples: [
6665
- {
6666
- command: "f5xcctl config ike1 update {name} --namespace {namespace} -f {file}.yaml",
6667
- description: "Update ike1",
6668
- use_case: "update",
6669
- },
6670
- ],
6671
6523
  field_docs: {},
6672
6524
  optional_fields: [],
6673
6525
  performance_impact: {
@@ -6680,6 +6532,32 @@ export const networkTools = [
6680
6532
  modifies: ["ike1"],
6681
6533
  },
6682
6534
  },
6535
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike1s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6536
+ dependencies: [
6537
+ {
6538
+ domain: "",
6539
+ fieldPath: "",
6540
+ inline: false,
6541
+ required: false,
6542
+ resourceType: "ike1",
6543
+ },
6544
+ {
6545
+ domain: "",
6546
+ fieldPath: "metadata",
6547
+ inline: false,
6548
+ required: false,
6549
+ resourceType: "schema-object-replace-meta",
6550
+ },
6551
+ {
6552
+ domain: "",
6553
+ fieldPath: "spec",
6554
+ inline: false,
6555
+ required: false,
6556
+ resourceType: "schemaike1replace",
6557
+ },
6558
+ ],
6559
+ oneOfGroups: [],
6560
+ subscriptionRequirements: [],
6683
6561
  },
6684
6562
  {
6685
6563
  toolName: "f5xc-api-network-ike2-create",
@@ -6720,18 +6598,6 @@ export const networkTools = [
6720
6598
  creates: ["ike2"],
6721
6599
  },
6722
6600
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
6723
- cliExamples: [
6724
- {
6725
- command: "f5xcctl config ike2 create -f {file}.yaml",
6726
- description: "Create from YAML file",
6727
- use_case: "file_based",
6728
- },
6729
- {
6730
- command: "f5xcctl config ike2 create {name} --namespace {namespace}",
6731
- description: "Create ike2",
6732
- use_case: "basic_create",
6733
- },
6734
- ],
6735
6601
  confirmationRequired: false,
6736
6602
  parameterExamples: {
6737
6603
  "metadata.namespace": "Staging",
@@ -6776,18 +6642,6 @@ export const networkTools = [
6776
6642
  },
6777
6643
  confirmation_required: false,
6778
6644
  danger_level: "medium",
6779
- examples: [
6780
- {
6781
- command: "f5xcctl config ike2 create {name} --namespace {namespace}",
6782
- description: "Create ike2",
6783
- use_case: "basic_create",
6784
- },
6785
- {
6786
- command: "f5xcctl config ike2 create -f {file}.yaml",
6787
- description: "Create from YAML file",
6788
- use_case: "file_based",
6789
- },
6790
- ],
6791
6645
  field_docs: {},
6792
6646
  optional_fields: [],
6793
6647
  performance_impact: {
@@ -6800,6 +6654,32 @@ export const networkTools = [
6800
6654
  creates: ["ike2"],
6801
6655
  },
6802
6656
  },
6657
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike2s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6658
+ dependencies: [
6659
+ {
6660
+ domain: "",
6661
+ fieldPath: "",
6662
+ inline: false,
6663
+ required: false,
6664
+ resourceType: "ike2",
6665
+ },
6666
+ {
6667
+ domain: "",
6668
+ fieldPath: "metadata",
6669
+ inline: false,
6670
+ required: false,
6671
+ resourceType: "schema-object-create-meta",
6672
+ },
6673
+ {
6674
+ domain: "",
6675
+ fieldPath: "spec",
6676
+ inline: false,
6677
+ required: false,
6678
+ resourceType: "schemaike2create",
6679
+ },
6680
+ ],
6681
+ oneOfGroups: [],
6682
+ subscriptionRequirements: [],
6803
6683
  },
6804
6684
  {
6805
6685
  toolName: "f5xc-api-network-ike2-delete",
@@ -6849,13 +6729,6 @@ export const networkTools = [
6849
6729
  deletes: ["ike2", "contained_resources"],
6850
6730
  },
6851
6731
  requiredFields: ["path.name", "path.namespace"],
6852
- cliExamples: [
6853
- {
6854
- command: "f5xcctl config ike2 delete {name} --namespace {namespace}",
6855
- description: "Delete ike2",
6856
- use_case: "delete",
6857
- },
6858
- ],
6859
6732
  confirmationRequired: true,
6860
6733
  parameterExamples: {
6861
6734
  name: "Name",
@@ -6901,13 +6774,6 @@ export const networkTools = [
6901
6774
  },
6902
6775
  confirmation_required: true,
6903
6776
  danger_level: "high",
6904
- examples: [
6905
- {
6906
- command: "f5xcctl config ike2 delete {name} --namespace {namespace}",
6907
- description: "Delete ike2",
6908
- use_case: "delete",
6909
- },
6910
- ],
6911
6777
  field_docs: {},
6912
6778
  optional_fields: [],
6913
6779
  performance_impact: {
@@ -6920,6 +6786,18 @@ export const networkTools = [
6920
6786
  deletes: ["ike2", "contained_resources"],
6921
6787
  },
6922
6788
  },
6789
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike2s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6790
+ dependencies: [
6791
+ {
6792
+ domain: "",
6793
+ fieldPath: "",
6794
+ inline: false,
6795
+ required: false,
6796
+ resourceType: "ike2",
6797
+ },
6798
+ ],
6799
+ oneOfGroups: [],
6800
+ subscriptionRequirements: [],
6923
6801
  },
6924
6802
  {
6925
6803
  toolName: "f5xc-api-network-ike2-get",
@@ -6988,13 +6866,6 @@ export const networkTools = [
6988
6866
  dangerLevel: "low",
6989
6867
  sideEffects: null,
6990
6868
  requiredFields: ["path.name", "path.namespace"],
6991
- cliExamples: [
6992
- {
6993
- command: "f5xcctl config ike2 get {name} --namespace {namespace}",
6994
- description: "Get specific ike2",
6995
- use_case: "get_specific",
6996
- },
6997
- ],
6998
6869
  confirmationRequired: false,
6999
6870
  parameterExamples: {
7000
6871
  name: "Name",
@@ -7040,13 +6911,6 @@ export const networkTools = [
7040
6911
  },
7041
6912
  confirmation_required: false,
7042
6913
  danger_level: "low",
7043
- examples: [
7044
- {
7045
- command: "f5xcctl config ike2 get {name} --namespace {namespace}",
7046
- description: "Get specific ike2",
7047
- use_case: "get_specific",
7048
- },
7049
- ],
7050
6914
  field_docs: {},
7051
6915
  optional_fields: [],
7052
6916
  performance_impact: {
@@ -7057,6 +6921,10 @@ export const networkTools = [
7057
6921
  required_fields: ["path.name", "path.namespace"],
7058
6922
  side_effects: {},
7059
6923
  },
6924
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike2s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
6925
+ dependencies: [],
6926
+ oneOfGroups: [],
6927
+ subscriptionRequirements: [],
7060
6928
  },
7061
6929
  {
7062
6930
  toolName: "f5xc-api-network-ike2-list",
@@ -7131,13 +6999,6 @@ export const networkTools = [
7131
6999
  dangerLevel: "low",
7132
7000
  sideEffects: null,
7133
7001
  requiredFields: ["path.namespace"],
7134
- cliExamples: [
7135
- {
7136
- command: "f5xcctl config ike2 list --namespace {namespace}",
7137
- description: "List all ike2s",
7138
- use_case: "list_all",
7139
- },
7140
- ],
7141
7002
  confirmationRequired: false,
7142
7003
  parameterExamples: {
7143
7004
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -7183,13 +7044,6 @@ export const networkTools = [
7183
7044
  },
7184
7045
  confirmation_required: false,
7185
7046
  danger_level: "low",
7186
- examples: [
7187
- {
7188
- command: "f5xcctl config ike2 list --namespace {namespace}",
7189
- description: "List all ike2s",
7190
- use_case: "list_all",
7191
- },
7192
- ],
7193
7047
  field_docs: {},
7194
7048
  optional_fields: [],
7195
7049
  performance_impact: {
@@ -7200,6 +7054,10 @@ export const networkTools = [
7200
7054
  required_fields: ["path.namespace"],
7201
7055
  side_effects: {},
7202
7056
  },
7057
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike2s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7058
+ dependencies: [],
7059
+ oneOfGroups: [],
7060
+ subscriptionRequirements: [],
7203
7061
  },
7204
7062
  {
7205
7063
  toolName: "f5xc-api-network-ike2-update",
@@ -7251,13 +7109,6 @@ export const networkTools = [
7251
7109
  modifies: ["ike2"],
7252
7110
  },
7253
7111
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
7254
- cliExamples: [
7255
- {
7256
- command: "f5xcctl config ike2 update {name} --namespace {namespace} -f {file}.yaml",
7257
- description: "Update ike2",
7258
- use_case: "update",
7259
- },
7260
- ],
7261
7112
  confirmationRequired: false,
7262
7113
  parameterExamples: {
7263
7114
  "metadata.name": "Example-corp-web.",
@@ -7303,13 +7154,6 @@ export const networkTools = [
7303
7154
  },
7304
7155
  confirmation_required: false,
7305
7156
  danger_level: "medium",
7306
- examples: [
7307
- {
7308
- command: "f5xcctl config ike2 update {name} --namespace {namespace} -f {file}.yaml",
7309
- description: "Update ike2",
7310
- use_case: "update",
7311
- },
7312
- ],
7313
7157
  field_docs: {},
7314
7158
  optional_fields: [],
7315
7159
  performance_impact: {
@@ -7322,6 +7166,32 @@ export const networkTools = [
7322
7166
  modifies: ["ike2"],
7323
7167
  },
7324
7168
  },
7169
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ike2s" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7170
+ dependencies: [
7171
+ {
7172
+ domain: "",
7173
+ fieldPath: "",
7174
+ inline: false,
7175
+ required: false,
7176
+ resourceType: "ike2",
7177
+ },
7178
+ {
7179
+ domain: "",
7180
+ fieldPath: "metadata",
7181
+ inline: false,
7182
+ required: false,
7183
+ resourceType: "schema-object-replace-meta",
7184
+ },
7185
+ {
7186
+ domain: "",
7187
+ fieldPath: "spec",
7188
+ inline: false,
7189
+ required: false,
7190
+ resourceType: "schemaike2replace",
7191
+ },
7192
+ ],
7193
+ oneOfGroups: [],
7194
+ subscriptionRequirements: [],
7325
7195
  },
7326
7196
  {
7327
7197
  toolName: "f5xc-api-network-ip-prefix-set-create",
@@ -7362,18 +7232,6 @@ export const networkTools = [
7362
7232
  creates: ["ip-prefix-set"],
7363
7233
  },
7364
7234
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
7365
- cliExamples: [
7366
- {
7367
- command: "f5xcctl config ip-prefix-set create -f {file}.yaml",
7368
- description: "Create from YAML file",
7369
- use_case: "file_based",
7370
- },
7371
- {
7372
- command: "f5xcctl config ip-prefix-set create {name} --namespace {namespace}",
7373
- description: "Create ip-prefix-set",
7374
- use_case: "basic_create",
7375
- },
7376
- ],
7377
7235
  confirmationRequired: false,
7378
7236
  parameterExamples: {
7379
7237
  "metadata.namespace": "Staging",
@@ -7418,18 +7276,6 @@ export const networkTools = [
7418
7276
  },
7419
7277
  confirmation_required: false,
7420
7278
  danger_level: "medium",
7421
- examples: [
7422
- {
7423
- command: "f5xcctl config ip-prefix-set create {name} --namespace {namespace}",
7424
- description: "Create ip-prefix-set",
7425
- use_case: "basic_create",
7426
- },
7427
- {
7428
- command: "f5xcctl config ip-prefix-set create -f {file}.yaml",
7429
- description: "Create from YAML file",
7430
- use_case: "file_based",
7431
- },
7432
- ],
7433
7279
  field_docs: {},
7434
7280
  optional_fields: [],
7435
7281
  performance_impact: {
@@ -7442,6 +7288,32 @@ export const networkTools = [
7442
7288
  creates: ["ip-prefix-set"],
7443
7289
  },
7444
7290
  },
7291
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ip_prefix_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7292
+ dependencies: [
7293
+ {
7294
+ domain: "",
7295
+ fieldPath: "",
7296
+ inline: false,
7297
+ required: false,
7298
+ resourceType: "ip-prefix-set",
7299
+ },
7300
+ {
7301
+ domain: "",
7302
+ fieldPath: "metadata",
7303
+ inline: false,
7304
+ required: false,
7305
+ resourceType: "schema-object-create-meta",
7306
+ },
7307
+ {
7308
+ domain: "",
7309
+ fieldPath: "spec",
7310
+ inline: false,
7311
+ required: false,
7312
+ resourceType: "ip-prefix-set-create",
7313
+ },
7314
+ ],
7315
+ oneOfGroups: [],
7316
+ subscriptionRequirements: [],
7445
7317
  },
7446
7318
  {
7447
7319
  toolName: "f5xc-api-network-ip-prefix-set-delete",
@@ -7491,13 +7363,6 @@ export const networkTools = [
7491
7363
  deletes: ["ip-prefix-set", "contained_resources"],
7492
7364
  },
7493
7365
  requiredFields: ["path.name", "path.namespace"],
7494
- cliExamples: [
7495
- {
7496
- command: "f5xcctl config ip-prefix-set delete {name} --namespace {namespace}",
7497
- description: "Delete ip-prefix-set",
7498
- use_case: "delete",
7499
- },
7500
- ],
7501
7366
  confirmationRequired: true,
7502
7367
  parameterExamples: {
7503
7368
  name: "Name",
@@ -7543,13 +7408,6 @@ export const networkTools = [
7543
7408
  },
7544
7409
  confirmation_required: true,
7545
7410
  danger_level: "high",
7546
- examples: [
7547
- {
7548
- command: "f5xcctl config ip-prefix-set delete {name} --namespace {namespace}",
7549
- description: "Delete ip-prefix-set",
7550
- use_case: "delete",
7551
- },
7552
- ],
7553
7411
  field_docs: {},
7554
7412
  optional_fields: [],
7555
7413
  performance_impact: {
@@ -7562,6 +7420,18 @@ export const networkTools = [
7562
7420
  deletes: ["ip-prefix-set", "contained_resources"],
7563
7421
  },
7564
7422
  },
7423
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ip_prefix_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7424
+ dependencies: [
7425
+ {
7426
+ domain: "",
7427
+ fieldPath: "",
7428
+ inline: false,
7429
+ required: false,
7430
+ resourceType: "ip-prefix-set",
7431
+ },
7432
+ ],
7433
+ oneOfGroups: [],
7434
+ subscriptionRequirements: [],
7565
7435
  },
7566
7436
  {
7567
7437
  toolName: "f5xc-api-network-ip-prefix-set-get",
@@ -7630,13 +7500,6 @@ export const networkTools = [
7630
7500
  dangerLevel: "low",
7631
7501
  sideEffects: null,
7632
7502
  requiredFields: ["path.name", "path.namespace"],
7633
- cliExamples: [
7634
- {
7635
- command: "f5xcctl config ip-prefix-set get {name} --namespace {namespace}",
7636
- description: "Get specific ip-prefix-set",
7637
- use_case: "get_specific",
7638
- },
7639
- ],
7640
7503
  confirmationRequired: false,
7641
7504
  parameterExamples: {
7642
7505
  name: "Name",
@@ -7682,13 +7545,6 @@ export const networkTools = [
7682
7545
  },
7683
7546
  confirmation_required: false,
7684
7547
  danger_level: "low",
7685
- examples: [
7686
- {
7687
- command: "f5xcctl config ip-prefix-set get {name} --namespace {namespace}",
7688
- description: "Get specific ip-prefix-set",
7689
- use_case: "get_specific",
7690
- },
7691
- ],
7692
7548
  field_docs: {},
7693
7549
  optional_fields: [],
7694
7550
  performance_impact: {
@@ -7699,6 +7555,10 @@ export const networkTools = [
7699
7555
  required_fields: ["path.name", "path.namespace"],
7700
7556
  side_effects: {},
7701
7557
  },
7558
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ip_prefix_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7559
+ dependencies: [],
7560
+ oneOfGroups: [],
7561
+ subscriptionRequirements: [],
7702
7562
  },
7703
7563
  {
7704
7564
  toolName: "f5xc-api-network-ip-prefix-set-list",
@@ -7773,13 +7633,6 @@ export const networkTools = [
7773
7633
  dangerLevel: "low",
7774
7634
  sideEffects: null,
7775
7635
  requiredFields: ["path.namespace"],
7776
- cliExamples: [
7777
- {
7778
- command: "f5xcctl config ip-prefix-set list --namespace {namespace}",
7779
- description: "List all ip-prefix-sets",
7780
- use_case: "list_all",
7781
- },
7782
- ],
7783
7636
  confirmationRequired: false,
7784
7637
  parameterExamples: {
7785
7638
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -7825,13 +7678,6 @@ export const networkTools = [
7825
7678
  },
7826
7679
  confirmation_required: false,
7827
7680
  danger_level: "low",
7828
- examples: [
7829
- {
7830
- command: "f5xcctl config ip-prefix-set list --namespace {namespace}",
7831
- description: "List all ip-prefix-sets",
7832
- use_case: "list_all",
7833
- },
7834
- ],
7835
7681
  field_docs: {},
7836
7682
  optional_fields: [],
7837
7683
  performance_impact: {
@@ -7842,6 +7688,10 @@ export const networkTools = [
7842
7688
  required_fields: ["path.namespace"],
7843
7689
  side_effects: {},
7844
7690
  },
7691
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ip_prefix_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7692
+ dependencies: [],
7693
+ oneOfGroups: [],
7694
+ subscriptionRequirements: [],
7845
7695
  },
7846
7696
  {
7847
7697
  toolName: "f5xc-api-network-ip-prefix-set-update",
@@ -7893,13 +7743,6 @@ export const networkTools = [
7893
7743
  modifies: ["ip-prefix-set"],
7894
7744
  },
7895
7745
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
7896
- cliExamples: [
7897
- {
7898
- command: "f5xcctl config ip-prefix-set update {name} --namespace {namespace} -f {file}.yaml",
7899
- description: "Update ip-prefix-set",
7900
- use_case: "update",
7901
- },
7902
- ],
7903
7746
  confirmationRequired: false,
7904
7747
  parameterExamples: {
7905
7748
  "metadata.name": "Example-corp-web.",
@@ -7945,13 +7788,6 @@ export const networkTools = [
7945
7788
  },
7946
7789
  confirmation_required: false,
7947
7790
  danger_level: "medium",
7948
- examples: [
7949
- {
7950
- command: "f5xcctl config ip-prefix-set update {name} --namespace {namespace} -f {file}.yaml",
7951
- description: "Update ip-prefix-set",
7952
- use_case: "update",
7953
- },
7954
- ],
7955
7791
  field_docs: {},
7956
7792
  optional_fields: [],
7957
7793
  performance_impact: {
@@ -7964,6 +7800,32 @@ export const networkTools = [
7964
7800
  modifies: ["ip-prefix-set"],
7965
7801
  },
7966
7802
  },
7803
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/ip_prefix_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
7804
+ dependencies: [
7805
+ {
7806
+ domain: "",
7807
+ fieldPath: "",
7808
+ inline: false,
7809
+ required: false,
7810
+ resourceType: "ip-prefix-set",
7811
+ },
7812
+ {
7813
+ domain: "",
7814
+ fieldPath: "metadata",
7815
+ inline: false,
7816
+ required: false,
7817
+ resourceType: "schema-object-replace-meta",
7818
+ },
7819
+ {
7820
+ domain: "",
7821
+ fieldPath: "spec",
7822
+ inline: false,
7823
+ required: false,
7824
+ resourceType: "ip-prefix-set-replace",
7825
+ },
7826
+ ],
7827
+ oneOfGroups: [],
7828
+ subscriptionRequirements: [],
7967
7829
  },
7968
7830
  {
7969
7831
  toolName: "f5xc-api-network-metric-create",
@@ -8004,18 +7866,6 @@ export const networkTools = [
8004
7866
  creates: ["metric"],
8005
7867
  },
8006
7868
  requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
8007
- cliExamples: [
8008
- {
8009
- command: "f5xcctl data metric create -f {file}.yaml",
8010
- description: "Create from YAML file",
8011
- use_case: "file_based",
8012
- },
8013
- {
8014
- command: "f5xcctl data metric create {name} --namespace {namespace}",
8015
- description: "Create metric",
8016
- use_case: "basic_create",
8017
- },
8018
- ],
8019
7869
  confirmationRequired: false,
8020
7870
  parameterExamples: {
8021
7871
  namespace: "System",
@@ -8060,18 +7910,6 @@ export const networkTools = [
8060
7910
  },
8061
7911
  confirmation_required: false,
8062
7912
  danger_level: "medium",
8063
- examples: [
8064
- {
8065
- command: "f5xcctl data metric create {name} --namespace {namespace}",
8066
- description: "Create metric",
8067
- use_case: "basic_create",
8068
- },
8069
- {
8070
- command: "f5xcctl data metric create -f {file}.yaml",
8071
- description: "Create from YAML file",
8072
- use_case: "file_based",
8073
- },
8074
- ],
8075
7913
  field_docs: {},
8076
7914
  optional_fields: [],
8077
7915
  performance_impact: {
@@ -8084,6 +7922,18 @@ export const networkTools = [
8084
7922
  creates: ["metric"],
8085
7923
  },
8086
7924
  },
7925
+ curlExample: null,
7926
+ dependencies: [
7927
+ {
7928
+ domain: "",
7929
+ fieldPath: "field_selector[]",
7930
+ inline: false,
7931
+ required: false,
7932
+ resourceType: "schemadc-cluster-group-metric",
7933
+ },
7934
+ ],
7935
+ oneOfGroups: [],
7936
+ subscriptionRequirements: [],
8087
7937
  },
8088
7938
  {
8089
7939
  toolName: "f5xc-api-network-network-connector-create",
@@ -8124,18 +7974,6 @@ export const networkTools = [
8124
7974
  creates: ["network-connector"],
8125
7975
  },
8126
7976
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
8127
- cliExamples: [
8128
- {
8129
- command: "f5xcctl config network-connector create -f {file}.yaml",
8130
- description: "Create from YAML file",
8131
- use_case: "file_based",
8132
- },
8133
- {
8134
- command: "f5xcctl config network-connector create {name} --namespace {namespace}",
8135
- description: "Create network-connector",
8136
- use_case: "basic_create",
8137
- },
8138
- ],
8139
7977
  confirmationRequired: false,
8140
7978
  parameterExamples: {
8141
7979
  "metadata.namespace": "Staging",
@@ -8183,18 +8021,6 @@ export const networkTools = [
8183
8021
  },
8184
8022
  confirmation_required: false,
8185
8023
  danger_level: "medium",
8186
- examples: [
8187
- {
8188
- command: "f5xcctl config network-connector create {name} --namespace {namespace}",
8189
- description: "Create network-connector",
8190
- use_case: "basic_create",
8191
- },
8192
- {
8193
- command: "f5xcctl config network-connector create -f {file}.yaml",
8194
- description: "Create from YAML file",
8195
- use_case: "file_based",
8196
- },
8197
- ],
8198
8024
  field_docs: {},
8199
8025
  optional_fields: [],
8200
8026
  performance_impact: {
@@ -8207,6 +8033,32 @@ export const networkTools = [
8207
8033
  creates: ["network-connector"],
8208
8034
  },
8209
8035
  },
8036
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8037
+ dependencies: [
8038
+ {
8039
+ domain: "",
8040
+ fieldPath: "",
8041
+ inline: false,
8042
+ required: false,
8043
+ resourceType: "network-connector",
8044
+ },
8045
+ {
8046
+ domain: "",
8047
+ fieldPath: "metadata",
8048
+ inline: false,
8049
+ required: false,
8050
+ resourceType: "schema-object-create-meta",
8051
+ },
8052
+ {
8053
+ domain: "",
8054
+ fieldPath: "spec",
8055
+ inline: false,
8056
+ required: false,
8057
+ resourceType: "network-connector-create",
8058
+ },
8059
+ ],
8060
+ oneOfGroups: [],
8061
+ subscriptionRequirements: [],
8210
8062
  },
8211
8063
  {
8212
8064
  toolName: "f5xc-api-network-network-connector-delete",
@@ -8256,13 +8108,6 @@ export const networkTools = [
8256
8108
  deletes: ["network-connector", "contained_resources"],
8257
8109
  },
8258
8110
  requiredFields: ["path.name", "path.namespace"],
8259
- cliExamples: [
8260
- {
8261
- command: "f5xcctl config network-connector delete {name} --namespace {namespace}",
8262
- description: "Delete network-connector",
8263
- use_case: "delete",
8264
- },
8265
- ],
8266
8111
  confirmationRequired: true,
8267
8112
  parameterExamples: {
8268
8113
  name: "Name",
@@ -8308,13 +8153,6 @@ export const networkTools = [
8308
8153
  },
8309
8154
  confirmation_required: true,
8310
8155
  danger_level: "high",
8311
- examples: [
8312
- {
8313
- command: "f5xcctl config network-connector delete {name} --namespace {namespace}",
8314
- description: "Delete network-connector",
8315
- use_case: "delete",
8316
- },
8317
- ],
8318
8156
  field_docs: {},
8319
8157
  optional_fields: [],
8320
8158
  performance_impact: {
@@ -8327,6 +8165,18 @@ export const networkTools = [
8327
8165
  deletes: ["network-connector", "contained_resources"],
8328
8166
  },
8329
8167
  },
8168
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8169
+ dependencies: [
8170
+ {
8171
+ domain: "",
8172
+ fieldPath: "",
8173
+ inline: false,
8174
+ required: false,
8175
+ resourceType: "network-connector",
8176
+ },
8177
+ ],
8178
+ oneOfGroups: [],
8179
+ subscriptionRequirements: [],
8330
8180
  },
8331
8181
  {
8332
8182
  toolName: "f5xc-api-network-network-connector-get",
@@ -8395,13 +8245,6 @@ export const networkTools = [
8395
8245
  dangerLevel: "low",
8396
8246
  sideEffects: null,
8397
8247
  requiredFields: ["path.name", "path.namespace"],
8398
- cliExamples: [
8399
- {
8400
- command: "f5xcctl config network-connector get {name} --namespace {namespace}",
8401
- description: "Get specific network-connector",
8402
- use_case: "get_specific",
8403
- },
8404
- ],
8405
8248
  confirmationRequired: false,
8406
8249
  parameterExamples: {
8407
8250
  name: "Name",
@@ -8447,13 +8290,6 @@ export const networkTools = [
8447
8290
  },
8448
8291
  confirmation_required: false,
8449
8292
  danger_level: "low",
8450
- examples: [
8451
- {
8452
- command: "f5xcctl config network-connector get {name} --namespace {namespace}",
8453
- description: "Get specific network-connector",
8454
- use_case: "get_specific",
8455
- },
8456
- ],
8457
8293
  field_docs: {},
8458
8294
  optional_fields: [],
8459
8295
  performance_impact: {
@@ -8464,6 +8300,10 @@ export const networkTools = [
8464
8300
  required_fields: ["path.name", "path.namespace"],
8465
8301
  side_effects: {},
8466
8302
  },
8303
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8304
+ dependencies: [],
8305
+ oneOfGroups: [],
8306
+ subscriptionRequirements: [],
8467
8307
  },
8468
8308
  {
8469
8309
  toolName: "f5xc-api-network-network-connector-list",
@@ -8538,13 +8378,6 @@ export const networkTools = [
8538
8378
  dangerLevel: "low",
8539
8379
  sideEffects: null,
8540
8380
  requiredFields: ["path.namespace"],
8541
- cliExamples: [
8542
- {
8543
- command: "f5xcctl config network-connector list --namespace {namespace}",
8544
- description: "List all network-connectors",
8545
- use_case: "list_all",
8546
- },
8547
- ],
8548
8381
  confirmationRequired: false,
8549
8382
  parameterExamples: {
8550
8383
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -8590,13 +8423,6 @@ export const networkTools = [
8590
8423
  },
8591
8424
  confirmation_required: false,
8592
8425
  danger_level: "low",
8593
- examples: [
8594
- {
8595
- command: "f5xcctl config network-connector list --namespace {namespace}",
8596
- description: "List all network-connectors",
8597
- use_case: "list_all",
8598
- },
8599
- ],
8600
8426
  field_docs: {},
8601
8427
  optional_fields: [],
8602
8428
  performance_impact: {
@@ -8607,6 +8433,10 @@ export const networkTools = [
8607
8433
  required_fields: ["path.namespace"],
8608
8434
  side_effects: {},
8609
8435
  },
8436
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8437
+ dependencies: [],
8438
+ oneOfGroups: [],
8439
+ subscriptionRequirements: [],
8610
8440
  },
8611
8441
  {
8612
8442
  toolName: "f5xc-api-network-network-connector-update",
@@ -8658,13 +8488,6 @@ export const networkTools = [
8658
8488
  modifies: ["network-connector"],
8659
8489
  },
8660
8490
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
8661
- cliExamples: [
8662
- {
8663
- command: "f5xcctl config network-connector update {name} --namespace {namespace} -f {file}.yaml",
8664
- description: "Update network-connector",
8665
- use_case: "update",
8666
- },
8667
- ],
8668
8491
  confirmationRequired: false,
8669
8492
  parameterExamples: {
8670
8493
  "metadata.name": "Example-corp-web.",
@@ -8710,13 +8533,6 @@ export const networkTools = [
8710
8533
  },
8711
8534
  confirmation_required: false,
8712
8535
  danger_level: "medium",
8713
- examples: [
8714
- {
8715
- command: "f5xcctl config network-connector update {name} --namespace {namespace} -f {file}.yaml",
8716
- description: "Update network-connector",
8717
- use_case: "update",
8718
- },
8719
- ],
8720
8536
  field_docs: {},
8721
8537
  optional_fields: [],
8722
8538
  performance_impact: {
@@ -8729,14 +8545,40 @@ export const networkTools = [
8729
8545
  modifies: ["network-connector"],
8730
8546
  },
8731
8547
  },
8732
- },
8733
- {
8734
- toolName: "f5xc-api-network-public-ip-get",
8735
- method: "GET",
8736
- path: "/api/config/namespaces/{namespace}/public_ips/{name}",
8737
- operation: "get",
8738
- domain: "network",
8739
- resource: "public-ip",
8548
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_connectors" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8549
+ dependencies: [
8550
+ {
8551
+ domain: "",
8552
+ fieldPath: "",
8553
+ inline: false,
8554
+ required: false,
8555
+ resourceType: "network-connector",
8556
+ },
8557
+ {
8558
+ domain: "",
8559
+ fieldPath: "metadata",
8560
+ inline: false,
8561
+ required: false,
8562
+ resourceType: "schema-object-replace-meta",
8563
+ },
8564
+ {
8565
+ domain: "",
8566
+ fieldPath: "spec",
8567
+ inline: false,
8568
+ required: false,
8569
+ resourceType: "network-connector-replace",
8570
+ },
8571
+ ],
8572
+ oneOfGroups: [],
8573
+ subscriptionRequirements: [],
8574
+ },
8575
+ {
8576
+ toolName: "f5xc-api-network-public-ip-get",
8577
+ method: "GET",
8578
+ path: "/api/config/namespaces/{namespace}/public_ips/{name}",
8579
+ operation: "get",
8580
+ domain: "network",
8581
+ resource: "public-ip",
8740
8582
  summary: "GET Public IP.",
8741
8583
  description: "GET public_ip will GET the object from the storage backend for namespace metadata.namespace.",
8742
8584
  pathParameters: [
@@ -8796,13 +8638,6 @@ export const networkTools = [
8796
8638
  dangerLevel: "low",
8797
8639
  sideEffects: null,
8798
8640
  requiredFields: ["path.name", "path.namespace"],
8799
- cliExamples: [
8800
- {
8801
- command: "f5xcctl config public-ip get {name} --namespace {namespace}",
8802
- description: "Get specific public-ip",
8803
- use_case: "get_specific",
8804
- },
8805
- ],
8806
8641
  confirmationRequired: false,
8807
8642
  parameterExamples: {
8808
8643
  name: "Name",
@@ -8848,13 +8683,6 @@ export const networkTools = [
8848
8683
  },
8849
8684
  confirmation_required: false,
8850
8685
  danger_level: "low",
8851
- examples: [
8852
- {
8853
- command: "f5xcctl config public-ip get {name} --namespace {namespace}",
8854
- description: "Get specific public-ip",
8855
- use_case: "get_specific",
8856
- },
8857
- ],
8858
8686
  field_docs: {},
8859
8687
  optional_fields: [],
8860
8688
  performance_impact: {
@@ -8865,6 +8693,10 @@ export const networkTools = [
8865
8693
  required_fields: ["path.name", "path.namespace"],
8866
8694
  side_effects: {},
8867
8695
  },
8696
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/public_ips" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8697
+ dependencies: [],
8698
+ oneOfGroups: [],
8699
+ subscriptionRequirements: [],
8868
8700
  },
8869
8701
  {
8870
8702
  toolName: "f5xc-api-network-public-ip-list",
@@ -8939,13 +8771,6 @@ export const networkTools = [
8939
8771
  dangerLevel: "low",
8940
8772
  sideEffects: null,
8941
8773
  requiredFields: ["path.namespace"],
8942
- cliExamples: [
8943
- {
8944
- command: "f5xcctl config public-ip list --namespace {namespace}",
8945
- description: "List all public-ips",
8946
- use_case: "list_all",
8947
- },
8948
- ],
8949
8774
  confirmationRequired: false,
8950
8775
  parameterExamples: {
8951
8776
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -8991,13 +8816,6 @@ export const networkTools = [
8991
8816
  },
8992
8817
  confirmation_required: false,
8993
8818
  danger_level: "low",
8994
- examples: [
8995
- {
8996
- command: "f5xcctl config public-ip list --namespace {namespace}",
8997
- description: "List all public-ips",
8998
- use_case: "list_all",
8999
- },
9000
- ],
9001
8819
  field_docs: {},
9002
8820
  optional_fields: [],
9003
8821
  performance_impact: {
@@ -9008,6 +8826,10 @@ export const networkTools = [
9008
8826
  required_fields: ["path.namespace"],
9009
8827
  side_effects: {},
9010
8828
  },
8829
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/public_ips" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8830
+ dependencies: [],
8831
+ oneOfGroups: [],
8832
+ subscriptionRequirements: [],
9011
8833
  },
9012
8834
  {
9013
8835
  toolName: "f5xc-api-network-public-ip-update",
@@ -9059,13 +8881,6 @@ export const networkTools = [
9059
8881
  modifies: ["public-ip"],
9060
8882
  },
9061
8883
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
9062
- cliExamples: [
9063
- {
9064
- command: "f5xcctl config public-ip update {name} --namespace {namespace} -f {file}.yaml",
9065
- description: "Update public-ip",
9066
- use_case: "update",
9067
- },
9068
- ],
9069
8884
  confirmationRequired: false,
9070
8885
  parameterExamples: {
9071
8886
  "metadata.name": "Example-corp-web.",
@@ -9111,13 +8926,6 @@ export const networkTools = [
9111
8926
  },
9112
8927
  confirmation_required: false,
9113
8928
  danger_level: "medium",
9114
- examples: [
9115
- {
9116
- command: "f5xcctl config public-ip update {name} --namespace {namespace} -f {file}.yaml",
9117
- description: "Update public-ip",
9118
- use_case: "update",
9119
- },
9120
- ],
9121
8929
  field_docs: {},
9122
8930
  optional_fields: [],
9123
8931
  performance_impact: {
@@ -9130,6 +8938,32 @@ export const networkTools = [
9130
8938
  modifies: ["public-ip"],
9131
8939
  },
9132
8940
  },
8941
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/public_ips" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
8942
+ dependencies: [
8943
+ {
8944
+ domain: "",
8945
+ fieldPath: "",
8946
+ inline: false,
8947
+ required: false,
8948
+ resourceType: "public-ip",
8949
+ },
8950
+ {
8951
+ domain: "",
8952
+ fieldPath: "metadata",
8953
+ inline: false,
8954
+ required: false,
8955
+ resourceType: "schema-object-replace-meta",
8956
+ },
8957
+ {
8958
+ domain: "",
8959
+ fieldPath: "spec",
8960
+ inline: false,
8961
+ required: false,
8962
+ resourceType: "public-ip-replace",
8963
+ },
8964
+ ],
8965
+ oneOfGroups: [],
8966
+ subscriptionRequirements: [],
9133
8967
  },
9134
8968
  {
9135
8969
  toolName: "f5xc-api-network-route-create",
@@ -9170,18 +9004,6 @@ export const networkTools = [
9170
9004
  creates: ["route"],
9171
9005
  },
9172
9006
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
9173
- cliExamples: [
9174
- {
9175
- command: "f5xcctl config route create -f {file}.yaml",
9176
- description: "Create from YAML file",
9177
- use_case: "file_based",
9178
- },
9179
- {
9180
- command: "f5xcctl config route create {name} --namespace {namespace}",
9181
- description: "Create route",
9182
- use_case: "basic_create",
9183
- },
9184
- ],
9185
9007
  confirmationRequired: false,
9186
9008
  parameterExamples: {
9187
9009
  "metadata.namespace": "Staging",
@@ -9226,18 +9048,6 @@ export const networkTools = [
9226
9048
  },
9227
9049
  confirmation_required: false,
9228
9050
  danger_level: "medium",
9229
- examples: [
9230
- {
9231
- command: "f5xcctl config route create {name} --namespace {namespace}",
9232
- description: "Create route",
9233
- use_case: "basic_create",
9234
- },
9235
- {
9236
- command: "f5xcctl config route create -f {file}.yaml",
9237
- description: "Create from YAML file",
9238
- use_case: "file_based",
9239
- },
9240
- ],
9241
9051
  field_docs: {},
9242
9052
  optional_fields: [],
9243
9053
  performance_impact: {
@@ -9250,6 +9060,32 @@ export const networkTools = [
9250
9060
  creates: ["route"],
9251
9061
  },
9252
9062
  },
9063
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/routes" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9064
+ dependencies: [
9065
+ {
9066
+ domain: "",
9067
+ fieldPath: "",
9068
+ inline: false,
9069
+ required: false,
9070
+ resourceType: "route",
9071
+ },
9072
+ {
9073
+ domain: "",
9074
+ fieldPath: "metadata",
9075
+ inline: false,
9076
+ required: false,
9077
+ resourceType: "schema-object-create-meta",
9078
+ },
9079
+ {
9080
+ domain: "",
9081
+ fieldPath: "spec",
9082
+ inline: false,
9083
+ required: false,
9084
+ resourceType: "schemaroute-create",
9085
+ },
9086
+ ],
9087
+ oneOfGroups: [],
9088
+ subscriptionRequirements: [],
9253
9089
  },
9254
9090
  {
9255
9091
  toolName: "f5xc-api-network-route-delete",
@@ -9299,13 +9135,6 @@ export const networkTools = [
9299
9135
  deletes: ["route", "contained_resources"],
9300
9136
  },
9301
9137
  requiredFields: ["path.name", "path.namespace"],
9302
- cliExamples: [
9303
- {
9304
- command: "f5xcctl config route delete {name} --namespace {namespace}",
9305
- description: "Delete route",
9306
- use_case: "delete",
9307
- },
9308
- ],
9309
9138
  confirmationRequired: true,
9310
9139
  parameterExamples: {
9311
9140
  name: "Name",
@@ -9351,13 +9180,6 @@ export const networkTools = [
9351
9180
  },
9352
9181
  confirmation_required: true,
9353
9182
  danger_level: "high",
9354
- examples: [
9355
- {
9356
- command: "f5xcctl config route delete {name} --namespace {namespace}",
9357
- description: "Delete route",
9358
- use_case: "delete",
9359
- },
9360
- ],
9361
9183
  field_docs: {},
9362
9184
  optional_fields: [],
9363
9185
  performance_impact: {
@@ -9370,6 +9192,18 @@ export const networkTools = [
9370
9192
  deletes: ["route", "contained_resources"],
9371
9193
  },
9372
9194
  },
9195
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/routes" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9196
+ dependencies: [
9197
+ {
9198
+ domain: "",
9199
+ fieldPath: "",
9200
+ inline: false,
9201
+ required: false,
9202
+ resourceType: "route",
9203
+ },
9204
+ ],
9205
+ oneOfGroups: [],
9206
+ subscriptionRequirements: [],
9373
9207
  },
9374
9208
  {
9375
9209
  toolName: "f5xc-api-network-route-get",
@@ -9438,13 +9272,6 @@ export const networkTools = [
9438
9272
  dangerLevel: "low",
9439
9273
  sideEffects: null,
9440
9274
  requiredFields: ["path.name", "path.namespace"],
9441
- cliExamples: [
9442
- {
9443
- command: "f5xcctl config route get {name} --namespace {namespace}",
9444
- description: "Get specific route",
9445
- use_case: "get_specific",
9446
- },
9447
- ],
9448
9275
  confirmationRequired: false,
9449
9276
  parameterExamples: {
9450
9277
  name: "Name",
@@ -9490,13 +9317,6 @@ export const networkTools = [
9490
9317
  },
9491
9318
  confirmation_required: false,
9492
9319
  danger_level: "low",
9493
- examples: [
9494
- {
9495
- command: "f5xcctl config route get {name} --namespace {namespace}",
9496
- description: "Get specific route",
9497
- use_case: "get_specific",
9498
- },
9499
- ],
9500
9320
  field_docs: {},
9501
9321
  optional_fields: [],
9502
9322
  performance_impact: {
@@ -9507,6 +9327,10 @@ export const networkTools = [
9507
9327
  required_fields: ["path.name", "path.namespace"],
9508
9328
  side_effects: {},
9509
9329
  },
9330
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/routes" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9331
+ dependencies: [],
9332
+ oneOfGroups: [],
9333
+ subscriptionRequirements: [],
9510
9334
  },
9511
9335
  {
9512
9336
  toolName: "f5xc-api-network-route-list",
@@ -9581,13 +9405,6 @@ export const networkTools = [
9581
9405
  dangerLevel: "low",
9582
9406
  sideEffects: null,
9583
9407
  requiredFields: ["path.namespace"],
9584
- cliExamples: [
9585
- {
9586
- command: "f5xcctl config route list --namespace {namespace}",
9587
- description: "List all routes",
9588
- use_case: "list_all",
9589
- },
9590
- ],
9591
9408
  confirmationRequired: false,
9592
9409
  parameterExamples: {
9593
9410
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -9633,13 +9450,6 @@ export const networkTools = [
9633
9450
  },
9634
9451
  confirmation_required: false,
9635
9452
  danger_level: "low",
9636
- examples: [
9637
- {
9638
- command: "f5xcctl config route list --namespace {namespace}",
9639
- description: "List all routes",
9640
- use_case: "list_all",
9641
- },
9642
- ],
9643
9453
  field_docs: {},
9644
9454
  optional_fields: [],
9645
9455
  performance_impact: {
@@ -9650,6 +9460,10 @@ export const networkTools = [
9650
9460
  required_fields: ["path.namespace"],
9651
9461
  side_effects: {},
9652
9462
  },
9463
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/routes" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9464
+ dependencies: [],
9465
+ oneOfGroups: [],
9466
+ subscriptionRequirements: [],
9653
9467
  },
9654
9468
  {
9655
9469
  toolName: "f5xc-api-network-route-update",
@@ -9701,13 +9515,6 @@ export const networkTools = [
9701
9515
  modifies: ["route"],
9702
9516
  },
9703
9517
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
9704
- cliExamples: [
9705
- {
9706
- command: "f5xcctl config route update {name} --namespace {namespace} -f {file}.yaml",
9707
- description: "Update route",
9708
- use_case: "update",
9709
- },
9710
- ],
9711
9518
  confirmationRequired: false,
9712
9519
  parameterExamples: {
9713
9520
  "metadata.name": "Example-corp-web.",
@@ -9753,13 +9560,6 @@ export const networkTools = [
9753
9560
  },
9754
9561
  confirmation_required: false,
9755
9562
  danger_level: "medium",
9756
- examples: [
9757
- {
9758
- command: "f5xcctl config route update {name} --namespace {namespace} -f {file}.yaml",
9759
- description: "Update route",
9760
- use_case: "update",
9761
- },
9762
- ],
9763
9563
  field_docs: {},
9764
9564
  optional_fields: [],
9765
9565
  performance_impact: {
@@ -9772,6 +9572,32 @@ export const networkTools = [
9772
9572
  modifies: ["route"],
9773
9573
  },
9774
9574
  },
9575
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/routes" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9576
+ dependencies: [
9577
+ {
9578
+ domain: "",
9579
+ fieldPath: "",
9580
+ inline: false,
9581
+ required: false,
9582
+ resourceType: "route",
9583
+ },
9584
+ {
9585
+ domain: "",
9586
+ fieldPath: "metadata",
9587
+ inline: false,
9588
+ required: false,
9589
+ resourceType: "schema-object-replace-meta",
9590
+ },
9591
+ {
9592
+ domain: "",
9593
+ fieldPath: "spec",
9594
+ inline: false,
9595
+ required: false,
9596
+ resourceType: "schemaroute-replace",
9597
+ },
9598
+ ],
9599
+ oneOfGroups: [],
9600
+ subscriptionRequirements: [],
9775
9601
  },
9776
9602
  {
9777
9603
  toolName: "f5xc-api-network-simplified-route-create",
@@ -9823,18 +9649,6 @@ export const networkTools = [
9823
9649
  creates: ["simplified-route"],
9824
9650
  },
9825
9651
  requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.site"],
9826
- cliExamples: [
9827
- {
9828
- command: "f5xcctl operate simplified-route create -f {file}.yaml",
9829
- description: "Create from YAML file",
9830
- use_case: "file_based",
9831
- },
9832
- {
9833
- command: "f5xcctl operate simplified-route create {name} --namespace {namespace}",
9834
- description: "Create simplified-route",
9835
- use_case: "basic_create",
9836
- },
9837
- ],
9838
9652
  confirmationRequired: false,
9839
9653
  parameterExamples: {
9840
9654
  namespace: "System",
@@ -9883,18 +9697,6 @@ export const networkTools = [
9883
9697
  },
9884
9698
  confirmation_required: false,
9885
9699
  danger_level: "medium",
9886
- examples: [
9887
- {
9888
- command: "f5xcctl operate simplified-route create {name} --namespace {namespace}",
9889
- description: "Create simplified-route",
9890
- use_case: "basic_create",
9891
- },
9892
- {
9893
- command: "f5xcctl operate simplified-route create -f {file}.yaml",
9894
- description: "Create from YAML file",
9895
- use_case: "file_based",
9896
- },
9897
- ],
9898
9700
  field_docs: {},
9899
9701
  optional_fields: [],
9900
9702
  performance_impact: {
@@ -9907,6 +9709,29 @@ export const networkTools = [
9907
9709
  creates: ["simplified-route"],
9908
9710
  },
9909
9711
  },
9712
+ curlExample: null,
9713
+ dependencies: [
9714
+ {
9715
+ domain: "",
9716
+ fieldPath: "prefix",
9717
+ inline: false,
9718
+ required: false,
9719
+ resourceType: "schema-prefix-list",
9720
+ },
9721
+ ],
9722
+ oneOfGroups: [
9723
+ {
9724
+ choiceField: "cluster_node_choice",
9725
+ fieldPath: "cluster_node_choice",
9726
+ options: ["all_nodes", "node"],
9727
+ },
9728
+ {
9729
+ choiceField: "network_choice",
9730
+ fieldPath: "network_choice",
9731
+ options: ["global_network", "segment", "sli", "slo"],
9732
+ },
9733
+ ],
9734
+ subscriptionRequirements: [],
9910
9735
  },
9911
9736
  {
9912
9737
  toolName: "f5xc-api-network-srv6-network-slice-create",
@@ -9947,18 +9772,6 @@ export const networkTools = [
9947
9772
  creates: ["srv6-network-slice"],
9948
9773
  },
9949
9774
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
9950
- cliExamples: [
9951
- {
9952
- command: "f5xcctl config srv6-network-slice create -f {file}.yaml",
9953
- description: "Create from YAML file",
9954
- use_case: "file_based",
9955
- },
9956
- {
9957
- command: "f5xcctl config srv6-network-slice create {name} --namespace {namespace}",
9958
- description: "Create srv6-network-slice",
9959
- use_case: "basic_create",
9960
- },
9961
- ],
9962
9775
  confirmationRequired: false,
9963
9776
  parameterExamples: {
9964
9777
  "metadata.namespace": "Staging",
@@ -10006,18 +9819,6 @@ export const networkTools = [
10006
9819
  },
10007
9820
  confirmation_required: false,
10008
9821
  danger_level: "medium",
10009
- examples: [
10010
- {
10011
- command: "f5xcctl config srv6-network-slice create {name} --namespace {namespace}",
10012
- description: "Create srv6-network-slice",
10013
- use_case: "basic_create",
10014
- },
10015
- {
10016
- command: "f5xcctl config srv6-network-slice create -f {file}.yaml",
10017
- description: "Create from YAML file",
10018
- use_case: "file_based",
10019
- },
10020
- ],
10021
9822
  field_docs: {},
10022
9823
  optional_fields: [],
10023
9824
  performance_impact: {
@@ -10030,6 +9831,32 @@ export const networkTools = [
10030
9831
  creates: ["srv6-network-slice"],
10031
9832
  },
10032
9833
  },
9834
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/srv6_network_slices" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9835
+ dependencies: [
9836
+ {
9837
+ domain: "",
9838
+ fieldPath: "",
9839
+ inline: false,
9840
+ required: false,
9841
+ resourceType: "srv6-network-slice",
9842
+ },
9843
+ {
9844
+ domain: "",
9845
+ fieldPath: "metadata",
9846
+ inline: false,
9847
+ required: false,
9848
+ resourceType: "schema-object-create-meta",
9849
+ },
9850
+ {
9851
+ domain: "",
9852
+ fieldPath: "spec",
9853
+ inline: false,
9854
+ required: false,
9855
+ resourceType: "schemasrv6-network-slice-create",
9856
+ },
9857
+ ],
9858
+ oneOfGroups: [],
9859
+ subscriptionRequirements: [],
10033
9860
  },
10034
9861
  {
10035
9862
  toolName: "f5xc-api-network-srv6-network-slice-delete",
@@ -10079,13 +9906,6 @@ export const networkTools = [
10079
9906
  deletes: ["srv6-network-slice", "contained_resources"],
10080
9907
  },
10081
9908
  requiredFields: ["path.name", "path.namespace"],
10082
- cliExamples: [
10083
- {
10084
- command: "f5xcctl config srv6-network-slice delete {name} --namespace {namespace}",
10085
- description: "Delete srv6-network-slice",
10086
- use_case: "delete",
10087
- },
10088
- ],
10089
9909
  confirmationRequired: true,
10090
9910
  parameterExamples: {
10091
9911
  name: "Name",
@@ -10131,13 +9951,6 @@ export const networkTools = [
10131
9951
  },
10132
9952
  confirmation_required: true,
10133
9953
  danger_level: "high",
10134
- examples: [
10135
- {
10136
- command: "f5xcctl config srv6-network-slice delete {name} --namespace {namespace}",
10137
- description: "Delete srv6-network-slice",
10138
- use_case: "delete",
10139
- },
10140
- ],
10141
9954
  field_docs: {},
10142
9955
  optional_fields: [],
10143
9956
  performance_impact: {
@@ -10150,6 +9963,18 @@ export const networkTools = [
10150
9963
  deletes: ["srv6-network-slice", "contained_resources"],
10151
9964
  },
10152
9965
  },
9966
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/srv6_network_slices" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
9967
+ dependencies: [
9968
+ {
9969
+ domain: "",
9970
+ fieldPath: "",
9971
+ inline: false,
9972
+ required: false,
9973
+ resourceType: "srv6-network-slice",
9974
+ },
9975
+ ],
9976
+ oneOfGroups: [],
9977
+ subscriptionRequirements: [],
10153
9978
  },
10154
9979
  {
10155
9980
  toolName: "f5xc-api-network-srv6-network-slice-get",
@@ -10218,13 +10043,6 @@ export const networkTools = [
10218
10043
  dangerLevel: "low",
10219
10044
  sideEffects: null,
10220
10045
  requiredFields: ["path.name", "path.namespace"],
10221
- cliExamples: [
10222
- {
10223
- command: "f5xcctl config srv6-network-slice get {name} --namespace {namespace}",
10224
- description: "Get specific srv6-network-slice",
10225
- use_case: "get_specific",
10226
- },
10227
- ],
10228
10046
  confirmationRequired: false,
10229
10047
  parameterExamples: {
10230
10048
  name: "Name",
@@ -10270,13 +10088,6 @@ export const networkTools = [
10270
10088
  },
10271
10089
  confirmation_required: false,
10272
10090
  danger_level: "low",
10273
- examples: [
10274
- {
10275
- command: "f5xcctl config srv6-network-slice get {name} --namespace {namespace}",
10276
- description: "Get specific srv6-network-slice",
10277
- use_case: "get_specific",
10278
- },
10279
- ],
10280
10091
  field_docs: {},
10281
10092
  optional_fields: [],
10282
10093
  performance_impact: {
@@ -10287,6 +10098,10 @@ export const networkTools = [
10287
10098
  required_fields: ["path.name", "path.namespace"],
10288
10099
  side_effects: {},
10289
10100
  },
10101
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/srv6_network_slices" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10102
+ dependencies: [],
10103
+ oneOfGroups: [],
10104
+ subscriptionRequirements: [],
10290
10105
  },
10291
10106
  {
10292
10107
  toolName: "f5xc-api-network-srv6-network-slice-list",
@@ -10361,13 +10176,6 @@ export const networkTools = [
10361
10176
  dangerLevel: "low",
10362
10177
  sideEffects: null,
10363
10178
  requiredFields: ["path.namespace"],
10364
- cliExamples: [
10365
- {
10366
- command: "f5xcctl config srv6-network-slice list --namespace {namespace}",
10367
- description: "List all srv6-network-slices",
10368
- use_case: "list_all",
10369
- },
10370
- ],
10371
10179
  confirmationRequired: false,
10372
10180
  parameterExamples: {
10373
10181
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -10413,13 +10221,6 @@ export const networkTools = [
10413
10221
  },
10414
10222
  confirmation_required: false,
10415
10223
  danger_level: "low",
10416
- examples: [
10417
- {
10418
- command: "f5xcctl config srv6-network-slice list --namespace {namespace}",
10419
- description: "List all srv6-network-slices",
10420
- use_case: "list_all",
10421
- },
10422
- ],
10423
10224
  field_docs: {},
10424
10225
  optional_fields: [],
10425
10226
  performance_impact: {
@@ -10430,6 +10231,10 @@ export const networkTools = [
10430
10231
  required_fields: ["path.namespace"],
10431
10232
  side_effects: {},
10432
10233
  },
10234
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/srv6_network_slices" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10235
+ dependencies: [],
10236
+ oneOfGroups: [],
10237
+ subscriptionRequirements: [],
10433
10238
  },
10434
10239
  {
10435
10240
  toolName: "f5xc-api-network-srv6-network-slice-update",
@@ -10481,13 +10286,6 @@ export const networkTools = [
10481
10286
  modifies: ["srv6-network-slice"],
10482
10287
  },
10483
10288
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
10484
- cliExamples: [
10485
- {
10486
- command: "f5xcctl config srv6-network-slice update {name} --namespace {namespace} -f {file}.yaml",
10487
- description: "Update srv6-network-slice",
10488
- use_case: "update",
10489
- },
10490
- ],
10491
10289
  confirmationRequired: false,
10492
10290
  parameterExamples: {
10493
10291
  "metadata.name": "Example-corp-web.",
@@ -10533,13 +10331,6 @@ export const networkTools = [
10533
10331
  },
10534
10332
  confirmation_required: false,
10535
10333
  danger_level: "medium",
10536
- examples: [
10537
- {
10538
- command: "f5xcctl config srv6-network-slice update {name} --namespace {namespace} -f {file}.yaml",
10539
- description: "Update srv6-network-slice",
10540
- use_case: "update",
10541
- },
10542
- ],
10543
10334
  field_docs: {},
10544
10335
  optional_fields: [],
10545
10336
  performance_impact: {
@@ -10552,6 +10343,32 @@ export const networkTools = [
10552
10343
  modifies: ["srv6-network-slice"],
10553
10344
  },
10554
10345
  },
10346
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/srv6_network_slices" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10347
+ dependencies: [
10348
+ {
10349
+ domain: "",
10350
+ fieldPath: "",
10351
+ inline: false,
10352
+ required: false,
10353
+ resourceType: "srv6-network-slice",
10354
+ },
10355
+ {
10356
+ domain: "",
10357
+ fieldPath: "metadata",
10358
+ inline: false,
10359
+ required: false,
10360
+ resourceType: "schema-object-replace-meta",
10361
+ },
10362
+ {
10363
+ domain: "",
10364
+ fieldPath: "spec",
10365
+ inline: false,
10366
+ required: false,
10367
+ resourceType: "schemasrv6-network-slice-replace",
10368
+ },
10369
+ ],
10370
+ oneOfGroups: [],
10371
+ subscriptionRequirements: [],
10555
10372
  },
10556
10373
  {
10557
10374
  toolName: "f5xc-api-network-subnet-create",
@@ -10592,18 +10409,6 @@ export const networkTools = [
10592
10409
  creates: ["subnet"],
10593
10410
  },
10594
10411
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
10595
- cliExamples: [
10596
- {
10597
- command: "f5xcctl config subnet create -f {file}.yaml",
10598
- description: "Create from YAML file",
10599
- use_case: "file_based",
10600
- },
10601
- {
10602
- command: "f5xcctl config subnet create {name} --namespace {namespace}",
10603
- description: "Create subnet",
10604
- use_case: "basic_create",
10605
- },
10606
- ],
10607
10412
  confirmationRequired: false,
10608
10413
  parameterExamples: {
10609
10414
  "metadata.namespace": "Staging",
@@ -10648,18 +10453,6 @@ export const networkTools = [
10648
10453
  },
10649
10454
  confirmation_required: false,
10650
10455
  danger_level: "medium",
10651
- examples: [
10652
- {
10653
- command: "f5xcctl config subnet create {name} --namespace {namespace}",
10654
- description: "Create subnet",
10655
- use_case: "basic_create",
10656
- },
10657
- {
10658
- command: "f5xcctl config subnet create -f {file}.yaml",
10659
- description: "Create from YAML file",
10660
- use_case: "file_based",
10661
- },
10662
- ],
10663
10456
  field_docs: {},
10664
10457
  optional_fields: [],
10665
10458
  performance_impact: {
@@ -10672,6 +10465,32 @@ export const networkTools = [
10672
10465
  creates: ["subnet"],
10673
10466
  },
10674
10467
  },
10468
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/subnets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10469
+ dependencies: [
10470
+ {
10471
+ domain: "",
10472
+ fieldPath: "",
10473
+ inline: false,
10474
+ required: false,
10475
+ resourceType: "subnet",
10476
+ },
10477
+ {
10478
+ domain: "",
10479
+ fieldPath: "metadata",
10480
+ inline: false,
10481
+ required: false,
10482
+ resourceType: "schema-object-create-meta",
10483
+ },
10484
+ {
10485
+ domain: "",
10486
+ fieldPath: "spec",
10487
+ inline: false,
10488
+ required: false,
10489
+ resourceType: "schemasubnet-create",
10490
+ },
10491
+ ],
10492
+ oneOfGroups: [],
10493
+ subscriptionRequirements: [],
10675
10494
  },
10676
10495
  {
10677
10496
  toolName: "f5xc-api-network-subnet-delete",
@@ -10721,13 +10540,6 @@ export const networkTools = [
10721
10540
  deletes: ["subnet", "contained_resources"],
10722
10541
  },
10723
10542
  requiredFields: ["path.name", "path.namespace"],
10724
- cliExamples: [
10725
- {
10726
- command: "f5xcctl config subnet delete {name} --namespace {namespace}",
10727
- description: "Delete subnet",
10728
- use_case: "delete",
10729
- },
10730
- ],
10731
10543
  confirmationRequired: true,
10732
10544
  parameterExamples: {
10733
10545
  name: "Name",
@@ -10773,13 +10585,6 @@ export const networkTools = [
10773
10585
  },
10774
10586
  confirmation_required: true,
10775
10587
  danger_level: "high",
10776
- examples: [
10777
- {
10778
- command: "f5xcctl config subnet delete {name} --namespace {namespace}",
10779
- description: "Delete subnet",
10780
- use_case: "delete",
10781
- },
10782
- ],
10783
10588
  field_docs: {},
10784
10589
  optional_fields: [],
10785
10590
  performance_impact: {
@@ -10792,6 +10597,18 @@ export const networkTools = [
10792
10597
  deletes: ["subnet", "contained_resources"],
10793
10598
  },
10794
10599
  },
10600
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/subnets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10601
+ dependencies: [
10602
+ {
10603
+ domain: "",
10604
+ fieldPath: "",
10605
+ inline: false,
10606
+ required: false,
10607
+ resourceType: "subnet",
10608
+ },
10609
+ ],
10610
+ oneOfGroups: [],
10611
+ subscriptionRequirements: [],
10795
10612
  },
10796
10613
  {
10797
10614
  toolName: "f5xc-api-network-subnet-get",
@@ -10860,13 +10677,6 @@ export const networkTools = [
10860
10677
  dangerLevel: "low",
10861
10678
  sideEffects: null,
10862
10679
  requiredFields: ["path.name", "path.namespace"],
10863
- cliExamples: [
10864
- {
10865
- command: "f5xcctl config subnet get {name} --namespace {namespace}",
10866
- description: "Get specific subnet",
10867
- use_case: "get_specific",
10868
- },
10869
- ],
10870
10680
  confirmationRequired: false,
10871
10681
  parameterExamples: {
10872
10682
  name: "Name",
@@ -10912,13 +10722,6 @@ export const networkTools = [
10912
10722
  },
10913
10723
  confirmation_required: false,
10914
10724
  danger_level: "low",
10915
- examples: [
10916
- {
10917
- command: "f5xcctl config subnet get {name} --namespace {namespace}",
10918
- description: "Get specific subnet",
10919
- use_case: "get_specific",
10920
- },
10921
- ],
10922
10725
  field_docs: {},
10923
10726
  optional_fields: [],
10924
10727
  performance_impact: {
@@ -10929,6 +10732,10 @@ export const networkTools = [
10929
10732
  required_fields: ["path.name", "path.namespace"],
10930
10733
  side_effects: {},
10931
10734
  },
10735
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/subnets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10736
+ dependencies: [],
10737
+ oneOfGroups: [],
10738
+ subscriptionRequirements: [],
10932
10739
  },
10933
10740
  {
10934
10741
  toolName: "f5xc-api-network-subnet-list",
@@ -11003,13 +10810,6 @@ export const networkTools = [
11003
10810
  dangerLevel: "low",
11004
10811
  sideEffects: null,
11005
10812
  requiredFields: ["path.namespace"],
11006
- cliExamples: [
11007
- {
11008
- command: "f5xcctl config subnet list --namespace {namespace}",
11009
- description: "List all subnets",
11010
- use_case: "list_all",
11011
- },
11012
- ],
11013
10813
  confirmationRequired: false,
11014
10814
  parameterExamples: {
11015
10815
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -11055,13 +10855,6 @@ export const networkTools = [
11055
10855
  },
11056
10856
  confirmation_required: false,
11057
10857
  danger_level: "low",
11058
- examples: [
11059
- {
11060
- command: "f5xcctl config subnet list --namespace {namespace}",
11061
- description: "List all subnets",
11062
- use_case: "list_all",
11063
- },
11064
- ],
11065
10858
  field_docs: {},
11066
10859
  optional_fields: [],
11067
10860
  performance_impact: {
@@ -11072,6 +10865,10 @@ export const networkTools = [
11072
10865
  required_fields: ["path.namespace"],
11073
10866
  side_effects: {},
11074
10867
  },
10868
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/subnets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10869
+ dependencies: [],
10870
+ oneOfGroups: [],
10871
+ subscriptionRequirements: [],
11075
10872
  },
11076
10873
  {
11077
10874
  toolName: "f5xc-api-network-subnet-update",
@@ -11123,13 +10920,6 @@ export const networkTools = [
11123
10920
  modifies: ["subnet"],
11124
10921
  },
11125
10922
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
11126
- cliExamples: [
11127
- {
11128
- command: "f5xcctl config subnet update {name} --namespace {namespace} -f {file}.yaml",
11129
- description: "Update subnet",
11130
- use_case: "update",
11131
- },
11132
- ],
11133
10923
  confirmationRequired: false,
11134
10924
  parameterExamples: {
11135
10925
  "metadata.name": "Example-corp-web.",
@@ -11175,13 +10965,6 @@ export const networkTools = [
11175
10965
  },
11176
10966
  confirmation_required: false,
11177
10967
  danger_level: "medium",
11178
- examples: [
11179
- {
11180
- command: "f5xcctl config subnet update {name} --namespace {namespace} -f {file}.yaml",
11181
- description: "Update subnet",
11182
- use_case: "update",
11183
- },
11184
- ],
11185
10968
  field_docs: {},
11186
10969
  optional_fields: [],
11187
10970
  performance_impact: {
@@ -11194,6 +10977,32 @@ export const networkTools = [
11194
10977
  modifies: ["subnet"],
11195
10978
  },
11196
10979
  },
10980
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/subnets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
10981
+ dependencies: [
10982
+ {
10983
+ domain: "",
10984
+ fieldPath: "",
10985
+ inline: false,
10986
+ required: false,
10987
+ resourceType: "subnet",
10988
+ },
10989
+ {
10990
+ domain: "",
10991
+ fieldPath: "metadata",
10992
+ inline: false,
10993
+ required: false,
10994
+ resourceType: "schema-object-replace-meta",
10995
+ },
10996
+ {
10997
+ domain: "",
10998
+ fieldPath: "spec",
10999
+ inline: false,
11000
+ required: false,
11001
+ resourceType: "schemasubnet-replace",
11002
+ },
11003
+ ],
11004
+ oneOfGroups: [],
11005
+ subscriptionRequirements: [],
11197
11006
  },
11198
11007
  {
11199
11008
  toolName: "f5xc-api-network-traceroute-create",
@@ -11245,18 +11054,6 @@ export const networkTools = [
11245
11054
  creates: ["traceroute"],
11246
11055
  },
11247
11056
  requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.site"],
11248
- cliExamples: [
11249
- {
11250
- command: "f5xcctl operate traceroute create -f {file}.yaml",
11251
- description: "Create from YAML file",
11252
- use_case: "file_based",
11253
- },
11254
- {
11255
- command: "f5xcctl operate traceroute create {name} --namespace {namespace}",
11256
- description: "Create traceroute",
11257
- use_case: "basic_create",
11258
- },
11259
- ],
11260
11057
  confirmationRequired: false,
11261
11058
  parameterExamples: {
11262
11059
  namespace: "System",
@@ -11302,18 +11099,6 @@ export const networkTools = [
11302
11099
  },
11303
11100
  confirmation_required: false,
11304
11101
  danger_level: "medium",
11305
- examples: [
11306
- {
11307
- command: "f5xcctl operate traceroute create {name} --namespace {namespace}",
11308
- description: "Create traceroute",
11309
- use_case: "basic_create",
11310
- },
11311
- {
11312
- command: "f5xcctl operate traceroute create -f {file}.yaml",
11313
- description: "Create from YAML file",
11314
- use_case: "file_based",
11315
- },
11316
- ],
11317
11102
  field_docs: {},
11318
11103
  optional_fields: [],
11319
11104
  performance_impact: {
@@ -11326,6 +11111,10 @@ export const networkTools = [
11326
11111
  creates: ["traceroute"],
11327
11112
  },
11328
11113
  },
11114
+ curlExample: null,
11115
+ dependencies: [],
11116
+ oneOfGroups: [],
11117
+ subscriptionRequirements: [],
11329
11118
  },
11330
11119
  {
11331
11120
  toolName: "f5xc-api-network-tunnel-create",
@@ -11366,18 +11155,6 @@ export const networkTools = [
11366
11155
  creates: ["tunnel"],
11367
11156
  },
11368
11157
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
11369
- cliExamples: [
11370
- {
11371
- command: "f5xcctl config tunnel create -f {file}.yaml",
11372
- description: "Create from YAML file",
11373
- use_case: "file_based",
11374
- },
11375
- {
11376
- command: "f5xcctl config tunnel create {name} --namespace {namespace}",
11377
- description: "Create tunnel",
11378
- use_case: "basic_create",
11379
- },
11380
- ],
11381
11158
  confirmationRequired: false,
11382
11159
  parameterExamples: {
11383
11160
  "metadata.namespace": "Staging",
@@ -11422,18 +11199,6 @@ export const networkTools = [
11422
11199
  },
11423
11200
  confirmation_required: false,
11424
11201
  danger_level: "medium",
11425
- examples: [
11426
- {
11427
- command: "f5xcctl config tunnel create {name} --namespace {namespace}",
11428
- description: "Create tunnel",
11429
- use_case: "basic_create",
11430
- },
11431
- {
11432
- command: "f5xcctl config tunnel create -f {file}.yaml",
11433
- description: "Create from YAML file",
11434
- use_case: "file_based",
11435
- },
11436
- ],
11437
11202
  field_docs: {},
11438
11203
  optional_fields: [],
11439
11204
  performance_impact: {
@@ -11446,6 +11211,39 @@ export const networkTools = [
11446
11211
  creates: ["tunnel"],
11447
11212
  },
11448
11213
  },
11214
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tunnels" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
11215
+ dependencies: [
11216
+ {
11217
+ domain: "",
11218
+ fieldPath: "",
11219
+ inline: false,
11220
+ required: false,
11221
+ resourceType: "tunnel",
11222
+ },
11223
+ {
11224
+ domain: "",
11225
+ fieldPath: "metadata",
11226
+ inline: false,
11227
+ required: false,
11228
+ resourceType: "schema-object-create-meta",
11229
+ },
11230
+ {
11231
+ domain: "",
11232
+ fieldPath: "spec",
11233
+ inline: false,
11234
+ required: false,
11235
+ resourceType: "schematunnel-create",
11236
+ },
11237
+ ],
11238
+ oneOfGroups: [],
11239
+ subscriptionRequirements: [
11240
+ {
11241
+ addonService: "f5xc_site_management_standard",
11242
+ displayName: "F5XC Site Management Standard",
11243
+ required: false,
11244
+ tier: "standard",
11245
+ },
11246
+ ],
11449
11247
  },
11450
11248
  {
11451
11249
  toolName: "f5xc-api-network-tunnel-delete",
@@ -11495,13 +11293,6 @@ export const networkTools = [
11495
11293
  deletes: ["tunnel", "contained_resources"],
11496
11294
  },
11497
11295
  requiredFields: ["path.name", "path.namespace"],
11498
- cliExamples: [
11499
- {
11500
- command: "f5xcctl config tunnel delete {name} --namespace {namespace}",
11501
- description: "Delete tunnel",
11502
- use_case: "delete",
11503
- },
11504
- ],
11505
11296
  confirmationRequired: true,
11506
11297
  parameterExamples: {
11507
11298
  name: "Name",
@@ -11547,13 +11338,6 @@ export const networkTools = [
11547
11338
  },
11548
11339
  confirmation_required: true,
11549
11340
  danger_level: "high",
11550
- examples: [
11551
- {
11552
- command: "f5xcctl config tunnel delete {name} --namespace {namespace}",
11553
- description: "Delete tunnel",
11554
- use_case: "delete",
11555
- },
11556
- ],
11557
11341
  field_docs: {},
11558
11342
  optional_fields: [],
11559
11343
  performance_impact: {
@@ -11566,6 +11350,25 @@ export const networkTools = [
11566
11350
  deletes: ["tunnel", "contained_resources"],
11567
11351
  },
11568
11352
  },
11353
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tunnels" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
11354
+ dependencies: [
11355
+ {
11356
+ domain: "",
11357
+ fieldPath: "",
11358
+ inline: false,
11359
+ required: false,
11360
+ resourceType: "tunnel",
11361
+ },
11362
+ ],
11363
+ oneOfGroups: [],
11364
+ subscriptionRequirements: [
11365
+ {
11366
+ addonService: "f5xc_site_management_standard",
11367
+ displayName: "F5XC Site Management Standard",
11368
+ required: false,
11369
+ tier: "standard",
11370
+ },
11371
+ ],
11569
11372
  },
11570
11373
  {
11571
11374
  toolName: "f5xc-api-network-tunnel-get",
@@ -11634,13 +11437,6 @@ export const networkTools = [
11634
11437
  dangerLevel: "low",
11635
11438
  sideEffects: null,
11636
11439
  requiredFields: ["path.name", "path.namespace"],
11637
- cliExamples: [
11638
- {
11639
- command: "f5xcctl config tunnel get {name} --namespace {namespace}",
11640
- description: "Get specific tunnel",
11641
- use_case: "get_specific",
11642
- },
11643
- ],
11644
11440
  confirmationRequired: false,
11645
11441
  parameterExamples: {
11646
11442
  name: "Name",
@@ -11686,13 +11482,6 @@ export const networkTools = [
11686
11482
  },
11687
11483
  confirmation_required: false,
11688
11484
  danger_level: "low",
11689
- examples: [
11690
- {
11691
- command: "f5xcctl config tunnel get {name} --namespace {namespace}",
11692
- description: "Get specific tunnel",
11693
- use_case: "get_specific",
11694
- },
11695
- ],
11696
11485
  field_docs: {},
11697
11486
  optional_fields: [],
11698
11487
  performance_impact: {
@@ -11703,6 +11492,17 @@ export const networkTools = [
11703
11492
  required_fields: ["path.name", "path.namespace"],
11704
11493
  side_effects: {},
11705
11494
  },
11495
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tunnels" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
11496
+ dependencies: [],
11497
+ oneOfGroups: [],
11498
+ subscriptionRequirements: [
11499
+ {
11500
+ addonService: "f5xc_site_management_standard",
11501
+ displayName: "F5XC Site Management Standard",
11502
+ required: false,
11503
+ tier: "standard",
11504
+ },
11505
+ ],
11706
11506
  },
11707
11507
  {
11708
11508
  toolName: "f5xc-api-network-tunnel-list",
@@ -11777,13 +11577,6 @@ export const networkTools = [
11777
11577
  dangerLevel: "low",
11778
11578
  sideEffects: null,
11779
11579
  requiredFields: ["path.namespace"],
11780
- cliExamples: [
11781
- {
11782
- command: "f5xcctl config tunnel list --namespace {namespace}",
11783
- description: "List all tunnels",
11784
- use_case: "list_all",
11785
- },
11786
- ],
11787
11580
  confirmationRequired: false,
11788
11581
  parameterExamples: {
11789
11582
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -11829,13 +11622,6 @@ export const networkTools = [
11829
11622
  },
11830
11623
  confirmation_required: false,
11831
11624
  danger_level: "low",
11832
- examples: [
11833
- {
11834
- command: "f5xcctl config tunnel list --namespace {namespace}",
11835
- description: "List all tunnels",
11836
- use_case: "list_all",
11837
- },
11838
- ],
11839
11625
  field_docs: {},
11840
11626
  optional_fields: [],
11841
11627
  performance_impact: {
@@ -11846,6 +11632,17 @@ export const networkTools = [
11846
11632
  required_fields: ["path.namespace"],
11847
11633
  side_effects: {},
11848
11634
  },
11635
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tunnels" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
11636
+ dependencies: [],
11637
+ oneOfGroups: [],
11638
+ subscriptionRequirements: [
11639
+ {
11640
+ addonService: "f5xc_site_management_standard",
11641
+ displayName: "F5XC Site Management Standard",
11642
+ required: false,
11643
+ tier: "standard",
11644
+ },
11645
+ ],
11849
11646
  },
11850
11647
  {
11851
11648
  toolName: "f5xc-api-network-tunnel-update",
@@ -11897,13 +11694,6 @@ export const networkTools = [
11897
11694
  modifies: ["tunnel"],
11898
11695
  },
11899
11696
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
11900
- cliExamples: [
11901
- {
11902
- command: "f5xcctl config tunnel update {name} --namespace {namespace} -f {file}.yaml",
11903
- description: "Update tunnel",
11904
- use_case: "update",
11905
- },
11906
- ],
11907
11697
  confirmationRequired: false,
11908
11698
  parameterExamples: {
11909
11699
  "metadata.name": "Example-corp-web.",
@@ -11949,13 +11739,6 @@ export const networkTools = [
11949
11739
  },
11950
11740
  confirmation_required: false,
11951
11741
  danger_level: "medium",
11952
- examples: [
11953
- {
11954
- command: "f5xcctl config tunnel update {name} --namespace {namespace} -f {file}.yaml",
11955
- description: "Update tunnel",
11956
- use_case: "update",
11957
- },
11958
- ],
11959
11742
  field_docs: {},
11960
11743
  optional_fields: [],
11961
11744
  performance_impact: {
@@ -11968,6 +11751,39 @@ export const networkTools = [
11968
11751
  modifies: ["tunnel"],
11969
11752
  },
11970
11753
  },
11754
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tunnels" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
11755
+ dependencies: [
11756
+ {
11757
+ domain: "",
11758
+ fieldPath: "",
11759
+ inline: false,
11760
+ required: false,
11761
+ resourceType: "tunnel",
11762
+ },
11763
+ {
11764
+ domain: "",
11765
+ fieldPath: "metadata",
11766
+ inline: false,
11767
+ required: false,
11768
+ resourceType: "schema-object-replace-meta",
11769
+ },
11770
+ {
11771
+ domain: "",
11772
+ fieldPath: "spec",
11773
+ inline: false,
11774
+ required: false,
11775
+ resourceType: "schematunnel-replace",
11776
+ },
11777
+ ],
11778
+ oneOfGroups: [],
11779
+ subscriptionRequirements: [
11780
+ {
11781
+ addonService: "f5xc_site_management_standard",
11782
+ displayName: "F5XC Site Management Standard",
11783
+ required: false,
11784
+ tier: "standard",
11785
+ },
11786
+ ],
11971
11787
  },
11972
11788
  {
11973
11789
  toolName: "f5xc-api-network-virtual-network-create",
@@ -12008,18 +11824,6 @@ export const networkTools = [
12008
11824
  creates: ["virtual-network"],
12009
11825
  },
12010
11826
  requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
12011
- cliExamples: [
12012
- {
12013
- command: "f5xcctl config virtual-network create -f {file}.yaml",
12014
- description: "Create from YAML file",
12015
- use_case: "file_based",
12016
- },
12017
- {
12018
- command: "f5xcctl config virtual-network create {name} --namespace {namespace}",
12019
- description: "Create virtual-network",
12020
- use_case: "basic_create",
12021
- },
12022
- ],
12023
11827
  confirmationRequired: false,
12024
11828
  parameterExamples: {
12025
11829
  "metadata.namespace": "Staging",
@@ -12064,18 +11868,6 @@ export const networkTools = [
12064
11868
  },
12065
11869
  confirmation_required: false,
12066
11870
  danger_level: "medium",
12067
- examples: [
12068
- {
12069
- command: "f5xcctl config virtual-network create {name} --namespace {namespace}",
12070
- description: "Create virtual-network",
12071
- use_case: "basic_create",
12072
- },
12073
- {
12074
- command: "f5xcctl config virtual-network create -f {file}.yaml",
12075
- description: "Create from YAML file",
12076
- use_case: "file_based",
12077
- },
12078
- ],
12079
11871
  field_docs: {},
12080
11872
  optional_fields: [],
12081
11873
  performance_impact: {
@@ -12088,6 +11880,32 @@ export const networkTools = [
12088
11880
  creates: ["virtual-network"],
12089
11881
  },
12090
11882
  },
11883
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_networks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
11884
+ dependencies: [
11885
+ {
11886
+ domain: "",
11887
+ fieldPath: "",
11888
+ inline: false,
11889
+ required: false,
11890
+ resourceType: "virtual-network",
11891
+ },
11892
+ {
11893
+ domain: "",
11894
+ fieldPath: "metadata",
11895
+ inline: false,
11896
+ required: false,
11897
+ resourceType: "schema-object-create-meta",
11898
+ },
11899
+ {
11900
+ domain: "",
11901
+ fieldPath: "spec",
11902
+ inline: false,
11903
+ required: false,
11904
+ resourceType: "virtual-network-create",
11905
+ },
11906
+ ],
11907
+ oneOfGroups: [],
11908
+ subscriptionRequirements: [],
12091
11909
  },
12092
11910
  {
12093
11911
  toolName: "f5xc-api-network-virtual-network-delete",
@@ -12137,13 +11955,6 @@ export const networkTools = [
12137
11955
  deletes: ["virtual-network", "contained_resources"],
12138
11956
  },
12139
11957
  requiredFields: ["path.name", "path.namespace"],
12140
- cliExamples: [
12141
- {
12142
- command: "f5xcctl config virtual-network delete {name} --namespace {namespace}",
12143
- description: "Delete virtual-network",
12144
- use_case: "delete",
12145
- },
12146
- ],
12147
11958
  confirmationRequired: true,
12148
11959
  parameterExamples: {
12149
11960
  name: "Name",
@@ -12189,13 +12000,6 @@ export const networkTools = [
12189
12000
  },
12190
12001
  confirmation_required: true,
12191
12002
  danger_level: "high",
12192
- examples: [
12193
- {
12194
- command: "f5xcctl config virtual-network delete {name} --namespace {namespace}",
12195
- description: "Delete virtual-network",
12196
- use_case: "delete",
12197
- },
12198
- ],
12199
12003
  field_docs: {},
12200
12004
  optional_fields: [],
12201
12005
  performance_impact: {
@@ -12208,6 +12012,18 @@ export const networkTools = [
12208
12012
  deletes: ["virtual-network", "contained_resources"],
12209
12013
  },
12210
12014
  },
12015
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_networks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
12016
+ dependencies: [
12017
+ {
12018
+ domain: "",
12019
+ fieldPath: "",
12020
+ inline: false,
12021
+ required: false,
12022
+ resourceType: "virtual-network",
12023
+ },
12024
+ ],
12025
+ oneOfGroups: [],
12026
+ subscriptionRequirements: [],
12211
12027
  },
12212
12028
  {
12213
12029
  toolName: "f5xc-api-network-virtual-network-get",
@@ -12276,13 +12092,6 @@ export const networkTools = [
12276
12092
  dangerLevel: "low",
12277
12093
  sideEffects: null,
12278
12094
  requiredFields: ["path.name", "path.namespace"],
12279
- cliExamples: [
12280
- {
12281
- command: "f5xcctl config virtual-network get {name} --namespace {namespace}",
12282
- description: "Get specific virtual-network",
12283
- use_case: "get_specific",
12284
- },
12285
- ],
12286
12095
  confirmationRequired: false,
12287
12096
  parameterExamples: {
12288
12097
  name: "Name",
@@ -12328,13 +12137,6 @@ export const networkTools = [
12328
12137
  },
12329
12138
  confirmation_required: false,
12330
12139
  danger_level: "low",
12331
- examples: [
12332
- {
12333
- command: "f5xcctl config virtual-network get {name} --namespace {namespace}",
12334
- description: "Get specific virtual-network",
12335
- use_case: "get_specific",
12336
- },
12337
- ],
12338
12140
  field_docs: {},
12339
12141
  optional_fields: [],
12340
12142
  performance_impact: {
@@ -12345,6 +12147,10 @@ export const networkTools = [
12345
12147
  required_fields: ["path.name", "path.namespace"],
12346
12148
  side_effects: {},
12347
12149
  },
12150
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_networks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
12151
+ dependencies: [],
12152
+ oneOfGroups: [],
12153
+ subscriptionRequirements: [],
12348
12154
  },
12349
12155
  {
12350
12156
  toolName: "f5xc-api-network-virtual-network-list",
@@ -12419,13 +12225,6 @@ export const networkTools = [
12419
12225
  dangerLevel: "low",
12420
12226
  sideEffects: null,
12421
12227
  requiredFields: ["path.namespace"],
12422
- cliExamples: [
12423
- {
12424
- command: "f5xcctl config virtual-network list --namespace {namespace}",
12425
- description: "List all virtual-networks",
12426
- use_case: "list_all",
12427
- },
12428
- ],
12429
12228
  confirmationRequired: false,
12430
12229
  parameterExamples: {
12431
12230
  label_filter: "Env in (staging, testing), tier in (web, db)",
@@ -12471,13 +12270,6 @@ export const networkTools = [
12471
12270
  },
12472
12271
  confirmation_required: false,
12473
12272
  danger_level: "low",
12474
- examples: [
12475
- {
12476
- command: "f5xcctl config virtual-network list --namespace {namespace}",
12477
- description: "List all virtual-networks",
12478
- use_case: "list_all",
12479
- },
12480
- ],
12481
12273
  field_docs: {},
12482
12274
  optional_fields: [],
12483
12275
  performance_impact: {
@@ -12488,6 +12280,10 @@ export const networkTools = [
12488
12280
  required_fields: ["path.namespace"],
12489
12281
  side_effects: {},
12490
12282
  },
12283
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_networks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
12284
+ dependencies: [],
12285
+ oneOfGroups: [],
12286
+ subscriptionRequirements: [],
12491
12287
  },
12492
12288
  {
12493
12289
  toolName: "f5xc-api-network-virtual-network-update",
@@ -12539,13 +12335,6 @@ export const networkTools = [
12539
12335
  modifies: ["virtual-network"],
12540
12336
  },
12541
12337
  requiredFields: ["path.metadata.name", "path.metadata.namespace"],
12542
- cliExamples: [
12543
- {
12544
- command: "f5xcctl config virtual-network update {name} --namespace {namespace} -f {file}.yaml",
12545
- description: "Update virtual-network",
12546
- use_case: "update",
12547
- },
12548
- ],
12549
12338
  confirmationRequired: false,
12550
12339
  parameterExamples: {
12551
12340
  "metadata.name": "Example-corp-web.",
@@ -12591,13 +12380,6 @@ export const networkTools = [
12591
12380
  },
12592
12381
  confirmation_required: false,
12593
12382
  danger_level: "medium",
12594
- examples: [
12595
- {
12596
- command: "f5xcctl config virtual-network update {name} --namespace {namespace} -f {file}.yaml",
12597
- description: "Update virtual-network",
12598
- use_case: "update",
12599
- },
12600
- ],
12601
12383
  field_docs: {},
12602
12384
  optional_fields: [],
12603
12385
  performance_impact: {
@@ -12610,6 +12392,32 @@ export const networkTools = [
12610
12392
  modifies: ["virtual-network"],
12611
12393
  },
12612
12394
  },
12395
+ curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/virtual_networks" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
12396
+ dependencies: [
12397
+ {
12398
+ domain: "",
12399
+ fieldPath: "",
12400
+ inline: false,
12401
+ required: false,
12402
+ resourceType: "virtual-network",
12403
+ },
12404
+ {
12405
+ domain: "",
12406
+ fieldPath: "metadata",
12407
+ inline: false,
12408
+ required: false,
12409
+ resourceType: "schema-object-replace-meta",
12410
+ },
12411
+ {
12412
+ domain: "",
12413
+ fieldPath: "spec",
12414
+ inline: false,
12415
+ required: false,
12416
+ resourceType: "virtual-network-replace",
12417
+ },
12418
+ ],
12419
+ oneOfGroups: [],
12420
+ subscriptionRequirements: [],
12613
12421
  },
12614
12422
  ];
12615
12423
  export default networkTools;