@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.
- package/dist/generator/dependency-extractor.d.ts +103 -0
- package/dist/generator/dependency-extractor.d.ts.map +1 -0
- package/dist/generator/dependency-extractor.js +473 -0
- package/dist/generator/dependency-extractor.js.map +1 -0
- package/dist/generator/dependency-graph.d.ts +67 -0
- package/dist/generator/dependency-graph.d.ts.map +1 -0
- package/dist/generator/dependency-graph.js +330 -0
- package/dist/generator/dependency-graph.js.map +1 -0
- package/dist/generator/dependency-types.d.ts +206 -0
- package/dist/generator/dependency-types.d.ts.map +1 -0
- package/dist/generator/dependency-types.js +37 -0
- package/dist/generator/dependency-types.js.map +1 -0
- package/dist/generator/openapi-parser.d.ts +21 -77
- package/dist/generator/openapi-parser.d.ts.map +1 -1
- package/dist/generator/openapi-parser.js +126 -17
- package/dist/generator/openapi-parser.js.map +1 -1
- package/dist/generator/tool-generator.d.ts +19 -3
- package/dist/generator/tool-generator.d.ts.map +1 -1
- package/dist/generator/tool-generator.js +26 -28
- package/dist/generator/tool-generator.js.map +1 -1
- package/dist/index.d.ts +2 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +28 -33
- package/dist/index.js.map +1 -1
- package/dist/prompts/workflows.d.ts.map +1 -1
- package/dist/prompts/workflows.js +30 -174
- package/dist/prompts/workflows.js.map +1 -1
- package/dist/resources/handlers.d.ts +0 -2
- package/dist/resources/handlers.d.ts.map +1 -1
- package/dist/resources/handlers.js +0 -51
- package/dist/resources/handlers.js.map +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +1 -2
- package/dist/server.js.map +1 -1
- package/dist/tools/discovery/dependencies.d.ts +113 -0
- package/dist/tools/discovery/dependencies.d.ts.map +1 -0
- package/dist/tools/discovery/dependencies.js +258 -0
- package/dist/tools/discovery/dependencies.js.map +1 -0
- package/dist/tools/discovery/execute.d.ts +1 -3
- package/dist/tools/discovery/execute.d.ts.map +1 -1
- package/dist/tools/discovery/execute.js +1 -34
- package/dist/tools/discovery/execute.js.map +1 -1
- package/dist/tools/discovery/index.d.ts +33 -0
- package/dist/tools/discovery/index.d.ts.map +1 -1
- package/dist/tools/discovery/index.js +43 -0
- package/dist/tools/discovery/index.js.map +1 -1
- package/dist/tools/generated/admin_console_and_ui/index.d.ts.map +1 -1
- package/dist/tools/generated/admin_console_and_ui/index.js +8 -28
- package/dist/tools/generated/admin_console_and_ui/index.js.map +1 -1
- package/dist/tools/generated/api/index.d.ts.map +1 -1
- package/dist/tools/generated/api/index.js +1256 -908
- package/dist/tools/generated/api/index.js.map +1 -1
- package/dist/tools/generated/authentication/index.d.ts.map +1 -1
- package/dist/tools/generated/authentication/index.js +58 -156
- package/dist/tools/generated/authentication/index.js.map +1 -1
- package/dist/tools/generated/bigip/index.d.ts.map +1 -1
- package/dist/tools/generated/bigip/index.js +344 -410
- package/dist/tools/generated/bigip/index.js.map +1 -1
- package/dist/tools/generated/billing_and_usage/index.d.ts.map +1 -1
- package/dist/tools/generated/billing_and_usage/index.js +192 -442
- package/dist/tools/generated/billing_and_usage/index.js.map +1 -1
- package/dist/tools/generated/blindfold/index.d.ts.map +1 -1
- package/dist/tools/generated/blindfold/index.js +360 -568
- package/dist/tools/generated/blindfold/index.js.map +1 -1
- package/dist/tools/generated/bot_and_threat_defense/index.d.ts.map +1 -1
- package/dist/tools/generated/bot_and_threat_defense/index.js +502 -340
- package/dist/tools/generated/bot_and_threat_defense/index.js.map +1 -1
- package/dist/tools/generated/cdn/index.d.ts.map +1 -1
- package/dist/tools/generated/cdn/index.js +369 -428
- package/dist/tools/generated/cdn/index.js.map +1 -1
- package/dist/tools/generated/ce_management/index.d.ts.map +1 -1
- package/dist/tools/generated/ce_management/index.js +407 -558
- package/dist/tools/generated/ce_management/index.js.map +1 -1
- package/dist/tools/generated/certificates/index.d.ts.map +1 -1
- package/dist/tools/generated/certificates/index.js +288 -320
- package/dist/tools/generated/certificates/index.js.map +1 -1
- package/dist/tools/generated/cloud_infrastructure/index.d.ts.map +1 -1
- package/dist/tools/generated/cloud_infrastructure/index.js +407 -572
- package/dist/tools/generated/cloud_infrastructure/index.js.map +1 -1
- package/dist/tools/generated/container_services/index.d.ts.map +1 -1
- package/dist/tools/generated/container_services/index.js +228 -264
- package/dist/tools/generated/container_services/index.js.map +1 -1
- package/dist/tools/generated/data_and_privacy_security/index.d.ts.map +1 -1
- package/dist/tools/generated/data_and_privacy_security/index.js +156 -202
- package/dist/tools/generated/data_and_privacy_security/index.js.map +1 -1
- package/dist/tools/generated/data_intelligence/index.d.ts.map +1 -1
- package/dist/tools/generated/data_intelligence/index.js +120 -290
- package/dist/tools/generated/data_intelligence/index.js.map +1 -1
- package/dist/tools/generated/ddos/index.d.ts.map +1 -1
- package/dist/tools/generated/ddos/index.js +732 -1152
- package/dist/tools/generated/ddos/index.js.map +1 -1
- package/dist/tools/generated/dns/index.d.ts.map +1 -1
- package/dist/tools/generated/dns/index.js +544 -908
- package/dist/tools/generated/dns/index.js.map +1 -1
- package/dist/tools/generated/generative_ai/index.d.ts.map +1 -1
- package/dist/tools/generated/generative_ai/index.js +58 -254
- package/dist/tools/generated/generative_ai/index.js.map +1 -1
- package/dist/tools/generated/managed_kubernetes/index.d.ts.map +1 -1
- package/dist/tools/generated/managed_kubernetes/index.js +535 -400
- package/dist/tools/generated/managed_kubernetes/index.js.map +1 -1
- package/dist/tools/generated/marketplace/index.d.ts.map +1 -1
- package/dist/tools/generated/marketplace/index.js +343 -594
- package/dist/tools/generated/marketplace/index.js.map +1 -1
- package/dist/tools/generated/network/index.d.ts.map +1 -1
- package/dist/tools/generated/network/index.js +1398 -1590
- package/dist/tools/generated/network/index.js.map +1 -1
- package/dist/tools/generated/network_security/index.d.ts.map +1 -1
- package/dist/tools/generated/network_security/index.js +1879 -1126
- package/dist/tools/generated/network_security/index.js.map +1 -1
- package/dist/tools/generated/nginx_one/index.d.ts.map +1 -1
- package/dist/tools/generated/nginx_one/index.js +108 -236
- package/dist/tools/generated/nginx_one/index.js.map +1 -1
- package/dist/tools/generated/object_storage/index.d.ts.map +1 -1
- package/dist/tools/generated/object_storage/index.js +39 -98
- package/dist/tools/generated/object_storage/index.js.map +1 -1
- package/dist/tools/generated/observability/index.d.ts.map +1 -1
- package/dist/tools/generated/observability/index.js +310 -790
- package/dist/tools/generated/observability/index.js.map +1 -1
- package/dist/tools/generated/rate_limiting/index.d.ts.map +1 -1
- package/dist/tools/generated/rate_limiting/index.js +411 -240
- package/dist/tools/generated/rate_limiting/index.js.map +1 -1
- package/dist/tools/generated/secops_and_incident_response/index.d.ts.map +1 -1
- package/dist/tools/generated/secops_and_incident_response/index.js +137 -80
- package/dist/tools/generated/secops_and_incident_response/index.js.map +1 -1
- package/dist/tools/generated/service_mesh/index.d.ts.map +1 -1
- package/dist/tools/generated/service_mesh/index.js +1118 -778
- package/dist/tools/generated/service_mesh/index.js.map +1 -1
- package/dist/tools/generated/shape/index.d.ts.map +1 -1
- package/dist/tools/generated/shape/index.js +1101 -3504
- package/dist/tools/generated/shape/index.js.map +1 -1
- package/dist/tools/generated/sites/index.d.ts.map +1 -1
- package/dist/tools/generated/sites/index.js +1780 -1872
- package/dist/tools/generated/sites/index.js.map +1 -1
- package/dist/tools/generated/statistics/index.d.ts.map +1 -1
- package/dist/tools/generated/statistics/index.js +644 -1350
- package/dist/tools/generated/statistics/index.js.map +1 -1
- package/dist/tools/generated/support/index.d.ts.map +1 -1
- package/dist/tools/generated/support/index.js +321 -928
- package/dist/tools/generated/support/index.js.map +1 -1
- package/dist/tools/generated/telemetry_and_insights/index.d.ts.map +1 -1
- package/dist/tools/generated/telemetry_and_insights/index.js +123 -492
- package/dist/tools/generated/telemetry_and_insights/index.js.map +1 -1
- package/dist/tools/generated/tenant_and_identity/index.d.ts.map +1 -1
- package/dist/tools/generated/tenant_and_identity/index.js +1568 -3086
- package/dist/tools/generated/tenant_and_identity/index.js.map +1 -1
- package/dist/tools/generated/threat_campaign/index.d.ts.map +1 -1
- package/dist/tools/generated/threat_campaign/index.js +4 -14
- package/dist/tools/generated/threat_campaign/index.js.map +1 -1
- package/dist/tools/generated/users/index.d.ts.map +1 -1
- package/dist/tools/generated/users/index.js +151 -208
- package/dist/tools/generated/users/index.js.map +1 -1
- package/dist/tools/generated/virtual/index.d.ts.map +1 -1
- package/dist/tools/generated/virtual/index.js +1256 -1533
- package/dist/tools/generated/virtual/index.js.map +1 -1
- package/dist/tools/generated/vpm_and_node_management/index.d.ts.map +1 -1
- package/dist/tools/generated/vpm_and_node_management/index.js +4 -14
- package/dist/tools/generated/vpm_and_node_management/index.js.map +1 -1
- package/dist/tools/generated/waf/index.d.ts.map +1 -1
- package/dist/tools/generated/waf/index.js +821 -675
- package/dist/tools/generated/waf/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/cli/index.d.ts +0 -16
- package/dist/cli/index.d.ts.map +0 -1
- package/dist/cli/index.js +0 -116
- package/dist/cli/index.js.map +0 -1
- package/dist/cli/setup.d.ts +0 -54
- package/dist/cli/setup.d.ts.map +0 -1
- package/dist/cli/setup.js +0 -347
- package/dist/cli/setup.js.map +0 -1
|
@@ -70,18 +70,6 @@ export const supportTools = [
|
|
|
70
70
|
"path.node",
|
|
71
71
|
"path.site",
|
|
72
72
|
],
|
|
73
|
-
cliExamples: [
|
|
74
|
-
{
|
|
75
|
-
command: "f5xcctl operate add create {name} --namespace {namespace}",
|
|
76
|
-
description: "Create add",
|
|
77
|
-
use_case: "basic_create",
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
command: "f5xcctl operate add create -f {file}.yaml",
|
|
81
|
-
description: "Create from YAML file",
|
|
82
|
-
use_case: "file_based",
|
|
83
|
-
},
|
|
84
|
-
],
|
|
85
73
|
confirmationRequired: false,
|
|
86
74
|
parameterExamples: {
|
|
87
75
|
namespace: "Value",
|
|
@@ -128,18 +116,6 @@ export const supportTools = [
|
|
|
128
116
|
},
|
|
129
117
|
confirmation_required: false,
|
|
130
118
|
danger_level: "medium",
|
|
131
|
-
examples: [
|
|
132
|
-
{
|
|
133
|
-
command: "f5xcctl operate add create {name} --namespace {namespace}",
|
|
134
|
-
description: "Create add",
|
|
135
|
-
use_case: "basic_create",
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
command: "f5xcctl operate add create -f {file}.yaml",
|
|
139
|
-
description: "Create from YAML file",
|
|
140
|
-
use_case: "file_based",
|
|
141
|
-
},
|
|
142
|
-
],
|
|
143
119
|
field_docs: {},
|
|
144
120
|
optional_fields: [],
|
|
145
121
|
performance_impact: {
|
|
@@ -158,6 +134,10 @@ export const supportTools = [
|
|
|
158
134
|
creates: ["add"],
|
|
159
135
|
},
|
|
160
136
|
},
|
|
137
|
+
curlExample: null,
|
|
138
|
+
dependencies: [],
|
|
139
|
+
oneOfGroups: [],
|
|
140
|
+
subscriptionRequirements: [],
|
|
161
141
|
},
|
|
162
142
|
{
|
|
163
143
|
toolName: "f5xc-api-support-change-password-create",
|
|
@@ -207,18 +187,6 @@ export const supportTools = [
|
|
|
207
187
|
creates: ["change-password"],
|
|
208
188
|
},
|
|
209
189
|
requiredFields: ["metadata.name", "metadata.namespace", "path.node", "path.site"],
|
|
210
|
-
cliExamples: [
|
|
211
|
-
{
|
|
212
|
-
command: "f5xcctl operate change-password create {name} --namespace {namespace}",
|
|
213
|
-
description: "Create change-password",
|
|
214
|
-
use_case: "basic_create",
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
command: "f5xcctl operate change-password create -f {file}.yaml",
|
|
218
|
-
description: "Create from YAML file",
|
|
219
|
-
use_case: "file_based",
|
|
220
|
-
},
|
|
221
|
-
],
|
|
222
190
|
confirmationRequired: false,
|
|
223
191
|
parameterExamples: {
|
|
224
192
|
node: "Master-0",
|
|
@@ -264,18 +232,6 @@ export const supportTools = [
|
|
|
264
232
|
},
|
|
265
233
|
confirmation_required: false,
|
|
266
234
|
danger_level: "medium",
|
|
267
|
-
examples: [
|
|
268
|
-
{
|
|
269
|
-
command: "f5xcctl operate change-password create {name} --namespace {namespace}",
|
|
270
|
-
description: "Create change-password",
|
|
271
|
-
use_case: "basic_create",
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
command: "f5xcctl operate change-password create -f {file}.yaml",
|
|
275
|
-
description: "Create from YAML file",
|
|
276
|
-
use_case: "file_based",
|
|
277
|
-
},
|
|
278
|
-
],
|
|
279
235
|
field_docs: {},
|
|
280
236
|
optional_fields: [],
|
|
281
237
|
performance_impact: {
|
|
@@ -288,6 +244,25 @@ export const supportTools = [
|
|
|
288
244
|
creates: ["change-password"],
|
|
289
245
|
},
|
|
290
246
|
},
|
|
247
|
+
curlExample: null,
|
|
248
|
+
dependencies: [
|
|
249
|
+
{
|
|
250
|
+
domain: "",
|
|
251
|
+
fieldPath: "current_password",
|
|
252
|
+
inline: false,
|
|
253
|
+
required: false,
|
|
254
|
+
resourceType: "schema-secret",
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
domain: "",
|
|
258
|
+
fieldPath: "new_password",
|
|
259
|
+
inline: false,
|
|
260
|
+
required: false,
|
|
261
|
+
resourceType: "schema-secret",
|
|
262
|
+
},
|
|
263
|
+
],
|
|
264
|
+
oneOfGroups: [],
|
|
265
|
+
subscriptionRequirements: [],
|
|
291
266
|
},
|
|
292
267
|
{
|
|
293
268
|
toolName: "f5xc-api-support-check-debug-info-collection-list",
|
|
@@ -324,13 +299,6 @@ export const supportTools = [
|
|
|
324
299
|
dangerLevel: "low",
|
|
325
300
|
sideEffects: null,
|
|
326
301
|
requiredFields: ["path.site"],
|
|
327
|
-
cliExamples: [
|
|
328
|
-
{
|
|
329
|
-
command: "f5xcctl operate check-debug-info-collection list --namespace {namespace}",
|
|
330
|
-
description: "List all check-debug-info-collections",
|
|
331
|
-
use_case: "list_all",
|
|
332
|
-
},
|
|
333
|
-
],
|
|
334
302
|
confirmationRequired: false,
|
|
335
303
|
parameterExamples: {
|
|
336
304
|
site: "Value",
|
|
@@ -375,13 +343,6 @@ export const supportTools = [
|
|
|
375
343
|
},
|
|
376
344
|
confirmation_required: false,
|
|
377
345
|
danger_level: "low",
|
|
378
|
-
examples: [
|
|
379
|
-
{
|
|
380
|
-
command: "f5xcctl operate check-debug-info-collection list --namespace {namespace}",
|
|
381
|
-
description: "List all check-debug-info-collections",
|
|
382
|
-
use_case: "list_all",
|
|
383
|
-
},
|
|
384
|
-
],
|
|
385
346
|
field_docs: {},
|
|
386
347
|
optional_fields: [],
|
|
387
348
|
performance_impact: {
|
|
@@ -392,6 +353,10 @@ export const supportTools = [
|
|
|
392
353
|
required_fields: ["path.site"],
|
|
393
354
|
side_effects: {},
|
|
394
355
|
},
|
|
356
|
+
curlExample: null,
|
|
357
|
+
dependencies: [],
|
|
358
|
+
oneOfGroups: [],
|
|
359
|
+
subscriptionRequirements: [],
|
|
395
360
|
},
|
|
396
361
|
{
|
|
397
362
|
toolName: "f5xc-api-support-close-create",
|
|
@@ -443,18 +408,6 @@ export const supportTools = [
|
|
|
443
408
|
creates: ["close"],
|
|
444
409
|
},
|
|
445
410
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
446
|
-
cliExamples: [
|
|
447
|
-
{
|
|
448
|
-
command: "f5xcctl web close create {name} --namespace {namespace}",
|
|
449
|
-
description: "Create close",
|
|
450
|
-
use_case: "basic_create",
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
command: "f5xcctl web close create -f {file}.yaml",
|
|
454
|
-
description: "Create from YAML file",
|
|
455
|
-
use_case: "file_based",
|
|
456
|
-
},
|
|
457
|
-
],
|
|
458
411
|
confirmationRequired: false,
|
|
459
412
|
parameterExamples: {
|
|
460
413
|
name: "Value",
|
|
@@ -500,18 +453,6 @@ export const supportTools = [
|
|
|
500
453
|
},
|
|
501
454
|
confirmation_required: false,
|
|
502
455
|
danger_level: "medium",
|
|
503
|
-
examples: [
|
|
504
|
-
{
|
|
505
|
-
command: "f5xcctl web close create {name} --namespace {namespace}",
|
|
506
|
-
description: "Create close",
|
|
507
|
-
use_case: "basic_create",
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
command: "f5xcctl web close create -f {file}.yaml",
|
|
511
|
-
description: "Create from YAML file",
|
|
512
|
-
use_case: "file_based",
|
|
513
|
-
},
|
|
514
|
-
],
|
|
515
456
|
field_docs: {},
|
|
516
457
|
optional_fields: [],
|
|
517
458
|
performance_impact: {
|
|
@@ -524,6 +465,10 @@ export const supportTools = [
|
|
|
524
465
|
creates: ["close"],
|
|
525
466
|
},
|
|
526
467
|
},
|
|
468
|
+
curlExample: null,
|
|
469
|
+
dependencies: [],
|
|
470
|
+
oneOfGroups: [],
|
|
471
|
+
subscriptionRequirements: [],
|
|
527
472
|
},
|
|
528
473
|
{
|
|
529
474
|
toolName: "f5xc-api-support-comment-create",
|
|
@@ -575,18 +520,6 @@ export const supportTools = [
|
|
|
575
520
|
creates: ["comment"],
|
|
576
521
|
},
|
|
577
522
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
578
|
-
cliExamples: [
|
|
579
|
-
{
|
|
580
|
-
command: "f5xcctl web comment create {name} --namespace {namespace}",
|
|
581
|
-
description: "Create comment",
|
|
582
|
-
use_case: "basic_create",
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
command: "f5xcctl web comment create -f {file}.yaml",
|
|
586
|
-
description: "Create from YAML file",
|
|
587
|
-
use_case: "file_based",
|
|
588
|
-
},
|
|
589
|
-
],
|
|
590
523
|
confirmationRequired: false,
|
|
591
524
|
parameterExamples: {
|
|
592
525
|
name: "Value",
|
|
@@ -632,18 +565,6 @@ export const supportTools = [
|
|
|
632
565
|
},
|
|
633
566
|
confirmation_required: false,
|
|
634
567
|
danger_level: "medium",
|
|
635
|
-
examples: [
|
|
636
|
-
{
|
|
637
|
-
command: "f5xcctl web comment create {name} --namespace {namespace}",
|
|
638
|
-
description: "Create comment",
|
|
639
|
-
use_case: "basic_create",
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
command: "f5xcctl web comment create -f {file}.yaml",
|
|
643
|
-
description: "Create from YAML file",
|
|
644
|
-
use_case: "file_based",
|
|
645
|
-
},
|
|
646
|
-
],
|
|
647
568
|
field_docs: {},
|
|
648
569
|
optional_fields: [],
|
|
649
570
|
performance_impact: {
|
|
@@ -656,6 +577,18 @@ export const supportTools = [
|
|
|
656
577
|
creates: ["comment"],
|
|
657
578
|
},
|
|
658
579
|
},
|
|
580
|
+
curlExample: null,
|
|
581
|
+
dependencies: [
|
|
582
|
+
{
|
|
583
|
+
domain: "",
|
|
584
|
+
fieldPath: "attachments[]",
|
|
585
|
+
inline: false,
|
|
586
|
+
required: false,
|
|
587
|
+
resourceType: "customer-support-attachment",
|
|
588
|
+
},
|
|
589
|
+
],
|
|
590
|
+
oneOfGroups: [],
|
|
591
|
+
subscriptionRequirements: [],
|
|
659
592
|
},
|
|
660
593
|
{
|
|
661
594
|
toolName: "f5xc-api-support-config-create",
|
|
@@ -724,18 +657,6 @@ export const supportTools = [
|
|
|
724
657
|
"path.node",
|
|
725
658
|
"path.site",
|
|
726
659
|
],
|
|
727
|
-
cliExamples: [
|
|
728
|
-
{
|
|
729
|
-
command: "f5xcctl operate config create {name} --namespace {namespace}",
|
|
730
|
-
description: "Create config",
|
|
731
|
-
use_case: "basic_create",
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
command: "f5xcctl operate config create -f {file}.yaml",
|
|
735
|
-
description: "Create from YAML file",
|
|
736
|
-
use_case: "file_based",
|
|
737
|
-
},
|
|
738
|
-
],
|
|
739
660
|
confirmationRequired: false,
|
|
740
661
|
parameterExamples: {
|
|
741
662
|
namespace: "Value",
|
|
@@ -782,18 +703,6 @@ export const supportTools = [
|
|
|
782
703
|
},
|
|
783
704
|
confirmation_required: false,
|
|
784
705
|
danger_level: "medium",
|
|
785
|
-
examples: [
|
|
786
|
-
{
|
|
787
|
-
command: "f5xcctl operate config create {name} --namespace {namespace}",
|
|
788
|
-
description: "Create config",
|
|
789
|
-
use_case: "basic_create",
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
command: "f5xcctl operate config create -f {file}.yaml",
|
|
793
|
-
description: "Create from YAML file",
|
|
794
|
-
use_case: "file_based",
|
|
795
|
-
},
|
|
796
|
-
],
|
|
797
706
|
field_docs: {},
|
|
798
707
|
optional_fields: [],
|
|
799
708
|
performance_impact: {
|
|
@@ -812,6 +721,10 @@ export const supportTools = [
|
|
|
812
721
|
creates: ["config"],
|
|
813
722
|
},
|
|
814
723
|
},
|
|
724
|
+
curlExample: null,
|
|
725
|
+
dependencies: [],
|
|
726
|
+
oneOfGroups: [],
|
|
727
|
+
subscriptionRequirements: [],
|
|
815
728
|
},
|
|
816
729
|
{
|
|
817
730
|
toolName: "f5xc-api-support-config-list",
|
|
@@ -870,13 +783,6 @@ export const supportTools = [
|
|
|
870
783
|
dangerLevel: "low",
|
|
871
784
|
sideEffects: null,
|
|
872
785
|
requiredFields: ["path.namespace", "path.node", "path.site"],
|
|
873
|
-
cliExamples: [
|
|
874
|
-
{
|
|
875
|
-
command: "f5xcctl operate config list --namespace {namespace}",
|
|
876
|
-
description: "List all configs",
|
|
877
|
-
use_case: "list_all",
|
|
878
|
-
},
|
|
879
|
-
],
|
|
880
786
|
confirmationRequired: false,
|
|
881
787
|
parameterExamples: {
|
|
882
788
|
namespace: "Value",
|
|
@@ -923,13 +829,6 @@ export const supportTools = [
|
|
|
923
829
|
},
|
|
924
830
|
confirmation_required: false,
|
|
925
831
|
danger_level: "low",
|
|
926
|
-
examples: [
|
|
927
|
-
{
|
|
928
|
-
command: "f5xcctl operate config list --namespace {namespace}",
|
|
929
|
-
description: "List all configs",
|
|
930
|
-
use_case: "list_all",
|
|
931
|
-
},
|
|
932
|
-
],
|
|
933
832
|
field_docs: {},
|
|
934
833
|
optional_fields: [],
|
|
935
834
|
performance_impact: {
|
|
@@ -940,6 +839,10 @@ export const supportTools = [
|
|
|
940
839
|
required_fields: ["path.namespace", "path.node", "path.site"],
|
|
941
840
|
side_effects: {},
|
|
942
841
|
},
|
|
842
|
+
curlExample: null,
|
|
843
|
+
dependencies: [],
|
|
844
|
+
oneOfGroups: [],
|
|
845
|
+
subscriptionRequirements: [],
|
|
943
846
|
},
|
|
944
847
|
{
|
|
945
848
|
toolName: "f5xc-api-support-customer-support-create",
|
|
@@ -980,18 +883,6 @@ export const supportTools = [
|
|
|
980
883
|
creates: ["customer-support"],
|
|
981
884
|
},
|
|
982
885
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
983
|
-
cliExamples: [
|
|
984
|
-
{
|
|
985
|
-
command: "f5xcctl web customer-support create {name} --namespace {namespace}",
|
|
986
|
-
description: "Create customer-support",
|
|
987
|
-
use_case: "basic_create",
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
command: "f5xcctl web customer-support create -f {file}.yaml",
|
|
991
|
-
description: "Create from YAML file",
|
|
992
|
-
use_case: "file_based",
|
|
993
|
-
},
|
|
994
|
-
],
|
|
995
886
|
confirmationRequired: false,
|
|
996
887
|
parameterExamples: {
|
|
997
888
|
"metadata.namespace": "Staging",
|
|
@@ -1039,18 +930,6 @@ export const supportTools = [
|
|
|
1039
930
|
},
|
|
1040
931
|
confirmation_required: false,
|
|
1041
932
|
danger_level: "medium",
|
|
1042
|
-
examples: [
|
|
1043
|
-
{
|
|
1044
|
-
command: "f5xcctl web customer-support create {name} --namespace {namespace}",
|
|
1045
|
-
description: "Create customer-support",
|
|
1046
|
-
use_case: "basic_create",
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
command: "f5xcctl web customer-support create -f {file}.yaml",
|
|
1050
|
-
description: "Create from YAML file",
|
|
1051
|
-
use_case: "file_based",
|
|
1052
|
-
},
|
|
1053
|
-
],
|
|
1054
933
|
field_docs: {},
|
|
1055
934
|
optional_fields: [],
|
|
1056
935
|
performance_impact: {
|
|
@@ -1063,6 +942,32 @@ export const supportTools = [
|
|
|
1063
942
|
creates: ["customer-support"],
|
|
1064
943
|
},
|
|
1065
944
|
},
|
|
945
|
+
curlExample: null,
|
|
946
|
+
dependencies: [
|
|
947
|
+
{
|
|
948
|
+
domain: "",
|
|
949
|
+
fieldPath: "",
|
|
950
|
+
inline: false,
|
|
951
|
+
required: false,
|
|
952
|
+
resourceType: "customer-support",
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
domain: "",
|
|
956
|
+
fieldPath: "metadata",
|
|
957
|
+
inline: false,
|
|
958
|
+
required: false,
|
|
959
|
+
resourceType: "schema-object-create-meta",
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
domain: "",
|
|
963
|
+
fieldPath: "spec",
|
|
964
|
+
inline: false,
|
|
965
|
+
required: false,
|
|
966
|
+
resourceType: "schemacustomer-support-create",
|
|
967
|
+
},
|
|
968
|
+
],
|
|
969
|
+
oneOfGroups: [],
|
|
970
|
+
subscriptionRequirements: [],
|
|
1066
971
|
},
|
|
1067
972
|
{
|
|
1068
973
|
toolName: "f5xc-api-support-customer-support-get",
|
|
@@ -1130,13 +1035,6 @@ export const supportTools = [
|
|
|
1130
1035
|
dangerLevel: "low",
|
|
1131
1036
|
sideEffects: null,
|
|
1132
1037
|
requiredFields: ["path.name", "path.namespace"],
|
|
1133
|
-
cliExamples: [
|
|
1134
|
-
{
|
|
1135
|
-
command: "f5xcctl web customer-support get {name} --namespace {namespace}",
|
|
1136
|
-
description: "Get specific customer-support",
|
|
1137
|
-
use_case: "get_specific",
|
|
1138
|
-
},
|
|
1139
|
-
],
|
|
1140
1038
|
confirmationRequired: false,
|
|
1141
1039
|
parameterExamples: {
|
|
1142
1040
|
name: "Name",
|
|
@@ -1182,13 +1080,6 @@ export const supportTools = [
|
|
|
1182
1080
|
},
|
|
1183
1081
|
confirmation_required: false,
|
|
1184
1082
|
danger_level: "low",
|
|
1185
|
-
examples: [
|
|
1186
|
-
{
|
|
1187
|
-
command: "f5xcctl web customer-support get {name} --namespace {namespace}",
|
|
1188
|
-
description: "Get specific customer-support",
|
|
1189
|
-
use_case: "get_specific",
|
|
1190
|
-
},
|
|
1191
|
-
],
|
|
1192
1083
|
field_docs: {},
|
|
1193
1084
|
optional_fields: [],
|
|
1194
1085
|
performance_impact: {
|
|
@@ -1199,6 +1090,10 @@ export const supportTools = [
|
|
|
1199
1090
|
required_fields: ["path.name", "path.namespace"],
|
|
1200
1091
|
side_effects: {},
|
|
1201
1092
|
},
|
|
1093
|
+
curlExample: null,
|
|
1094
|
+
dependencies: [],
|
|
1095
|
+
oneOfGroups: [],
|
|
1096
|
+
subscriptionRequirements: [],
|
|
1202
1097
|
},
|
|
1203
1098
|
{
|
|
1204
1099
|
toolName: "f5xc-api-support-customer-support-list",
|
|
@@ -1273,13 +1168,6 @@ export const supportTools = [
|
|
|
1273
1168
|
dangerLevel: "low",
|
|
1274
1169
|
sideEffects: null,
|
|
1275
1170
|
requiredFields: ["path.namespace"],
|
|
1276
|
-
cliExamples: [
|
|
1277
|
-
{
|
|
1278
|
-
command: "f5xcctl web customer-support list --namespace {namespace}",
|
|
1279
|
-
description: "List all customer-supports",
|
|
1280
|
-
use_case: "list_all",
|
|
1281
|
-
},
|
|
1282
|
-
],
|
|
1283
1171
|
confirmationRequired: false,
|
|
1284
1172
|
parameterExamples: {
|
|
1285
1173
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -1325,13 +1213,6 @@ export const supportTools = [
|
|
|
1325
1213
|
},
|
|
1326
1214
|
confirmation_required: false,
|
|
1327
1215
|
danger_level: "low",
|
|
1328
|
-
examples: [
|
|
1329
|
-
{
|
|
1330
|
-
command: "f5xcctl web customer-support list --namespace {namespace}",
|
|
1331
|
-
description: "List all customer-supports",
|
|
1332
|
-
use_case: "list_all",
|
|
1333
|
-
},
|
|
1334
|
-
],
|
|
1335
1216
|
field_docs: {},
|
|
1336
1217
|
optional_fields: [],
|
|
1337
1218
|
performance_impact: {
|
|
@@ -1342,6 +1223,10 @@ export const supportTools = [
|
|
|
1342
1223
|
required_fields: ["path.namespace"],
|
|
1343
1224
|
side_effects: {},
|
|
1344
1225
|
},
|
|
1226
|
+
curlExample: null,
|
|
1227
|
+
dependencies: [],
|
|
1228
|
+
oneOfGroups: [],
|
|
1229
|
+
subscriptionRequirements: [],
|
|
1345
1230
|
},
|
|
1346
1231
|
{
|
|
1347
1232
|
toolName: "f5xc-api-support-delete-create",
|
|
@@ -1410,18 +1295,6 @@ export const supportTools = [
|
|
|
1410
1295
|
"path.node",
|
|
1411
1296
|
"path.site",
|
|
1412
1297
|
],
|
|
1413
|
-
cliExamples: [
|
|
1414
|
-
{
|
|
1415
|
-
command: "f5xcctl operate delete create {name} --namespace {namespace}",
|
|
1416
|
-
description: "Create delete",
|
|
1417
|
-
use_case: "basic_create",
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
command: "f5xcctl operate delete create -f {file}.yaml",
|
|
1421
|
-
description: "Create from YAML file",
|
|
1422
|
-
use_case: "file_based",
|
|
1423
|
-
},
|
|
1424
|
-
],
|
|
1425
1298
|
confirmationRequired: false,
|
|
1426
1299
|
parameterExamples: {
|
|
1427
1300
|
namespace: "Value",
|
|
@@ -1468,18 +1341,6 @@ export const supportTools = [
|
|
|
1468
1341
|
},
|
|
1469
1342
|
confirmation_required: false,
|
|
1470
1343
|
danger_level: "medium",
|
|
1471
|
-
examples: [
|
|
1472
|
-
{
|
|
1473
|
-
command: "f5xcctl operate delete create {name} --namespace {namespace}",
|
|
1474
|
-
description: "Create delete",
|
|
1475
|
-
use_case: "basic_create",
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
command: "f5xcctl operate delete create -f {file}.yaml",
|
|
1479
|
-
description: "Create from YAML file",
|
|
1480
|
-
use_case: "file_based",
|
|
1481
|
-
},
|
|
1482
|
-
],
|
|
1483
1344
|
field_docs: {},
|
|
1484
1345
|
optional_fields: [],
|
|
1485
1346
|
performance_impact: {
|
|
@@ -1498,6 +1359,10 @@ export const supportTools = [
|
|
|
1498
1359
|
creates: ["delete"],
|
|
1499
1360
|
},
|
|
1500
1361
|
},
|
|
1362
|
+
curlExample: null,
|
|
1363
|
+
dependencies: [],
|
|
1364
|
+
oneOfGroups: [],
|
|
1365
|
+
subscriptionRequirements: [],
|
|
1501
1366
|
},
|
|
1502
1367
|
{
|
|
1503
1368
|
toolName: "f5xc-api-support-dhcp-lease-list",
|
|
@@ -1545,13 +1410,6 @@ export const supportTools = [
|
|
|
1545
1410
|
dangerLevel: "low",
|
|
1546
1411
|
sideEffects: null,
|
|
1547
1412
|
requiredFields: ["path.namespace", "path.site"],
|
|
1548
|
-
cliExamples: [
|
|
1549
|
-
{
|
|
1550
|
-
command: "f5xcctl operate dhcp-lease list --namespace {namespace}",
|
|
1551
|
-
description: "List all dhcp-leases",
|
|
1552
|
-
use_case: "list_all",
|
|
1553
|
-
},
|
|
1554
|
-
],
|
|
1555
1413
|
confirmationRequired: false,
|
|
1556
1414
|
parameterExamples: {
|
|
1557
1415
|
namespace: "Value",
|
|
@@ -1597,13 +1455,6 @@ export const supportTools = [
|
|
|
1597
1455
|
},
|
|
1598
1456
|
confirmation_required: false,
|
|
1599
1457
|
danger_level: "low",
|
|
1600
|
-
examples: [
|
|
1601
|
-
{
|
|
1602
|
-
command: "f5xcctl operate dhcp-lease list --namespace {namespace}",
|
|
1603
|
-
description: "List all dhcp-leases",
|
|
1604
|
-
use_case: "list_all",
|
|
1605
|
-
},
|
|
1606
|
-
],
|
|
1607
1458
|
field_docs: {},
|
|
1608
1459
|
optional_fields: [],
|
|
1609
1460
|
performance_impact: {
|
|
@@ -1614,6 +1465,10 @@ export const supportTools = [
|
|
|
1614
1465
|
required_fields: ["path.namespace", "path.site"],
|
|
1615
1466
|
side_effects: {},
|
|
1616
1467
|
},
|
|
1468
|
+
curlExample: null,
|
|
1469
|
+
dependencies: [],
|
|
1470
|
+
oneOfGroups: [],
|
|
1471
|
+
subscriptionRequirements: [],
|
|
1617
1472
|
},
|
|
1618
1473
|
{
|
|
1619
1474
|
toolName: "f5xc-api-support-diagnosi-list",
|
|
@@ -1662,13 +1517,6 @@ export const supportTools = [
|
|
|
1662
1517
|
dangerLevel: "low",
|
|
1663
1518
|
sideEffects: null,
|
|
1664
1519
|
requiredFields: ["path.site"],
|
|
1665
|
-
cliExamples: [
|
|
1666
|
-
{
|
|
1667
|
-
command: "f5xcctl operate diagnosi list --namespace {namespace}",
|
|
1668
|
-
description: "List all diagnosis",
|
|
1669
|
-
use_case: "list_all",
|
|
1670
|
-
},
|
|
1671
|
-
],
|
|
1672
1520
|
confirmationRequired: false,
|
|
1673
1521
|
parameterExamples: {
|
|
1674
1522
|
console_user: "Console-user.",
|
|
@@ -1714,13 +1562,6 @@ export const supportTools = [
|
|
|
1714
1562
|
},
|
|
1715
1563
|
confirmation_required: false,
|
|
1716
1564
|
danger_level: "low",
|
|
1717
|
-
examples: [
|
|
1718
|
-
{
|
|
1719
|
-
command: "f5xcctl operate diagnosi list --namespace {namespace}",
|
|
1720
|
-
description: "List all diagnosis",
|
|
1721
|
-
use_case: "list_all",
|
|
1722
|
-
},
|
|
1723
|
-
],
|
|
1724
1565
|
field_docs: {},
|
|
1725
1566
|
optional_fields: [],
|
|
1726
1567
|
performance_impact: {
|
|
@@ -1731,6 +1572,10 @@ export const supportTools = [
|
|
|
1731
1572
|
required_fields: ["path.site"],
|
|
1732
1573
|
side_effects: {},
|
|
1733
1574
|
},
|
|
1575
|
+
curlExample: null,
|
|
1576
|
+
dependencies: [],
|
|
1577
|
+
oneOfGroups: [],
|
|
1578
|
+
subscriptionRequirements: [],
|
|
1734
1579
|
},
|
|
1735
1580
|
{
|
|
1736
1581
|
toolName: "f5xc-api-support-disconnect-create",
|
|
@@ -1799,18 +1644,6 @@ export const supportTools = [
|
|
|
1799
1644
|
"path.node",
|
|
1800
1645
|
"path.site",
|
|
1801
1646
|
],
|
|
1802
|
-
cliExamples: [
|
|
1803
|
-
{
|
|
1804
|
-
command: "f5xcctl operate disconnect create {name} --namespace {namespace}",
|
|
1805
|
-
description: "Create disconnect",
|
|
1806
|
-
use_case: "basic_create",
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
command: "f5xcctl operate disconnect create -f {file}.yaml",
|
|
1810
|
-
description: "Create from YAML file",
|
|
1811
|
-
use_case: "file_based",
|
|
1812
|
-
},
|
|
1813
|
-
],
|
|
1814
1647
|
confirmationRequired: false,
|
|
1815
1648
|
parameterExamples: {
|
|
1816
1649
|
namespace: "Value",
|
|
@@ -1857,18 +1690,6 @@ export const supportTools = [
|
|
|
1857
1690
|
},
|
|
1858
1691
|
confirmation_required: false,
|
|
1859
1692
|
danger_level: "medium",
|
|
1860
|
-
examples: [
|
|
1861
|
-
{
|
|
1862
|
-
command: "f5xcctl operate disconnect create {name} --namespace {namespace}",
|
|
1863
|
-
description: "Create disconnect",
|
|
1864
|
-
use_case: "basic_create",
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
command: "f5xcctl operate disconnect create -f {file}.yaml",
|
|
1868
|
-
description: "Create from YAML file",
|
|
1869
|
-
use_case: "file_based",
|
|
1870
|
-
},
|
|
1871
|
-
],
|
|
1872
1693
|
field_docs: {},
|
|
1873
1694
|
optional_fields: [],
|
|
1874
1695
|
performance_impact: {
|
|
@@ -1887,6 +1708,10 @@ export const supportTools = [
|
|
|
1887
1708
|
creates: ["disconnect"],
|
|
1888
1709
|
},
|
|
1889
1710
|
},
|
|
1711
|
+
curlExample: null,
|
|
1712
|
+
dependencies: [],
|
|
1713
|
+
oneOfGroups: [],
|
|
1714
|
+
subscriptionRequirements: [],
|
|
1890
1715
|
},
|
|
1891
1716
|
{
|
|
1892
1717
|
toolName: "f5xc-api-support-download-debug-info-collection-list",
|
|
@@ -1923,13 +1748,6 @@ export const supportTools = [
|
|
|
1923
1748
|
dangerLevel: "low",
|
|
1924
1749
|
sideEffects: null,
|
|
1925
1750
|
requiredFields: ["path.site"],
|
|
1926
|
-
cliExamples: [
|
|
1927
|
-
{
|
|
1928
|
-
command: "f5xcctl operate download-debug-info-collection list --namespace {namespace}",
|
|
1929
|
-
description: "List all download-debug-info-collections",
|
|
1930
|
-
use_case: "list_all",
|
|
1931
|
-
},
|
|
1932
|
-
],
|
|
1933
1751
|
confirmationRequired: false,
|
|
1934
1752
|
parameterExamples: {
|
|
1935
1753
|
site: "Value",
|
|
@@ -1974,13 +1792,6 @@ export const supportTools = [
|
|
|
1974
1792
|
},
|
|
1975
1793
|
confirmation_required: false,
|
|
1976
1794
|
danger_level: "low",
|
|
1977
|
-
examples: [
|
|
1978
|
-
{
|
|
1979
|
-
command: "f5xcctl operate download-debug-info-collection list --namespace {namespace}",
|
|
1980
|
-
description: "List all download-debug-info-collections",
|
|
1981
|
-
use_case: "list_all",
|
|
1982
|
-
},
|
|
1983
|
-
],
|
|
1984
1795
|
field_docs: {},
|
|
1985
1796
|
optional_fields: [],
|
|
1986
1797
|
performance_impact: {
|
|
@@ -1991,6 +1802,10 @@ export const supportTools = [
|
|
|
1991
1802
|
required_fields: ["path.site"],
|
|
1992
1803
|
side_effects: {},
|
|
1993
1804
|
},
|
|
1805
|
+
curlExample: null,
|
|
1806
|
+
dependencies: [],
|
|
1807
|
+
oneOfGroups: [],
|
|
1808
|
+
subscriptionRequirements: [],
|
|
1994
1809
|
},
|
|
1995
1810
|
{
|
|
1996
1811
|
toolName: "f5xc-api-support-escalate-create",
|
|
@@ -2042,18 +1857,6 @@ export const supportTools = [
|
|
|
2042
1857
|
creates: ["escalate"],
|
|
2043
1858
|
},
|
|
2044
1859
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
2045
|
-
cliExamples: [
|
|
2046
|
-
{
|
|
2047
|
-
command: "f5xcctl web escalate create {name} --namespace {namespace}",
|
|
2048
|
-
description: "Create escalate",
|
|
2049
|
-
use_case: "basic_create",
|
|
2050
|
-
},
|
|
2051
|
-
{
|
|
2052
|
-
command: "f5xcctl web escalate create -f {file}.yaml",
|
|
2053
|
-
description: "Create from YAML file",
|
|
2054
|
-
use_case: "file_based",
|
|
2055
|
-
},
|
|
2056
|
-
],
|
|
2057
1860
|
confirmationRequired: false,
|
|
2058
1861
|
parameterExamples: {
|
|
2059
1862
|
name: "Value",
|
|
@@ -2099,18 +1902,6 @@ export const supportTools = [
|
|
|
2099
1902
|
},
|
|
2100
1903
|
confirmation_required: false,
|
|
2101
1904
|
danger_level: "medium",
|
|
2102
|
-
examples: [
|
|
2103
|
-
{
|
|
2104
|
-
command: "f5xcctl web escalate create {name} --namespace {namespace}",
|
|
2105
|
-
description: "Create escalate",
|
|
2106
|
-
use_case: "basic_create",
|
|
2107
|
-
},
|
|
2108
|
-
{
|
|
2109
|
-
command: "f5xcctl web escalate create -f {file}.yaml",
|
|
2110
|
-
description: "Create from YAML file",
|
|
2111
|
-
use_case: "file_based",
|
|
2112
|
-
},
|
|
2113
|
-
],
|
|
2114
1905
|
field_docs: {},
|
|
2115
1906
|
optional_fields: [],
|
|
2116
1907
|
performance_impact: {
|
|
@@ -2123,6 +1914,10 @@ export const supportTools = [
|
|
|
2123
1914
|
creates: ["escalate"],
|
|
2124
1915
|
},
|
|
2125
1916
|
},
|
|
1917
|
+
curlExample: null,
|
|
1918
|
+
dependencies: [],
|
|
1919
|
+
oneOfGroups: [],
|
|
1920
|
+
subscriptionRequirements: [],
|
|
2126
1921
|
},
|
|
2127
1922
|
{
|
|
2128
1923
|
toolName: "f5xc-api-support-exec-create",
|
|
@@ -2189,18 +1984,6 @@ export const supportTools = [
|
|
|
2189
1984
|
"path.node",
|
|
2190
1985
|
"path.site",
|
|
2191
1986
|
],
|
|
2192
|
-
cliExamples: [
|
|
2193
|
-
{
|
|
2194
|
-
command: "f5xcctl operate exec create {name} --namespace {namespace}",
|
|
2195
|
-
description: "Create exec",
|
|
2196
|
-
use_case: "basic_create",
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
command: "f5xcctl operate exec create -f {file}.yaml",
|
|
2200
|
-
description: "Create from YAML file",
|
|
2201
|
-
use_case: "file_based",
|
|
2202
|
-
},
|
|
2203
|
-
],
|
|
2204
1987
|
confirmationRequired: false,
|
|
2205
1988
|
parameterExamples: {
|
|
2206
1989
|
namespace: "Value",
|
|
@@ -2247,18 +2030,6 @@ export const supportTools = [
|
|
|
2247
2030
|
},
|
|
2248
2031
|
confirmation_required: false,
|
|
2249
2032
|
danger_level: "medium",
|
|
2250
|
-
examples: [
|
|
2251
|
-
{
|
|
2252
|
-
command: "f5xcctl operate exec create {name} --namespace {namespace}",
|
|
2253
|
-
description: "Create exec",
|
|
2254
|
-
use_case: "basic_create",
|
|
2255
|
-
},
|
|
2256
|
-
{
|
|
2257
|
-
command: "f5xcctl operate exec create -f {file}.yaml",
|
|
2258
|
-
description: "Create from YAML file",
|
|
2259
|
-
use_case: "file_based",
|
|
2260
|
-
},
|
|
2261
|
-
],
|
|
2262
2033
|
field_docs: {},
|
|
2263
2034
|
optional_fields: [],
|
|
2264
2035
|
performance_impact: {
|
|
@@ -2277,6 +2048,10 @@ export const supportTools = [
|
|
|
2277
2048
|
creates: ["exec"],
|
|
2278
2049
|
},
|
|
2279
2050
|
},
|
|
2051
|
+
curlExample: null,
|
|
2052
|
+
dependencies: [],
|
|
2053
|
+
oneOfGroups: [],
|
|
2054
|
+
subscriptionRequirements: [],
|
|
2280
2055
|
},
|
|
2281
2056
|
{
|
|
2282
2057
|
toolName: "f5xc-api-support-exec-log-list",
|
|
@@ -2348,13 +2123,6 @@ export const supportTools = [
|
|
|
2348
2123
|
dangerLevel: "low",
|
|
2349
2124
|
sideEffects: null,
|
|
2350
2125
|
requiredFields: ["path.namespace", "path.node", "path.site"],
|
|
2351
|
-
cliExamples: [
|
|
2352
|
-
{
|
|
2353
|
-
command: "f5xcctl operate exec-log list --namespace {namespace}",
|
|
2354
|
-
description: "List all exec-logs",
|
|
2355
|
-
use_case: "list_all",
|
|
2356
|
-
},
|
|
2357
|
-
],
|
|
2358
2126
|
confirmationRequired: false,
|
|
2359
2127
|
parameterExamples: {
|
|
2360
2128
|
line_count: "200",
|
|
@@ -2402,13 +2170,6 @@ export const supportTools = [
|
|
|
2402
2170
|
},
|
|
2403
2171
|
confirmation_required: false,
|
|
2404
2172
|
danger_level: "low",
|
|
2405
|
-
examples: [
|
|
2406
|
-
{
|
|
2407
|
-
command: "f5xcctl operate exec-log list --namespace {namespace}",
|
|
2408
|
-
description: "List all exec-logs",
|
|
2409
|
-
use_case: "list_all",
|
|
2410
|
-
},
|
|
2411
|
-
],
|
|
2412
2173
|
field_docs: {},
|
|
2413
2174
|
optional_fields: [],
|
|
2414
2175
|
performance_impact: {
|
|
@@ -2419,6 +2180,10 @@ export const supportTools = [
|
|
|
2419
2180
|
required_fields: ["path.namespace", "path.node", "path.site"],
|
|
2420
2181
|
side_effects: {},
|
|
2421
2182
|
},
|
|
2183
|
+
curlExample: null,
|
|
2184
|
+
dependencies: [],
|
|
2185
|
+
oneOfGroups: [],
|
|
2186
|
+
subscriptionRequirements: [],
|
|
2422
2187
|
},
|
|
2423
2188
|
{
|
|
2424
2189
|
toolName: "f5xc-api-support-exec-user-create",
|
|
@@ -2485,18 +2250,6 @@ export const supportTools = [
|
|
|
2485
2250
|
"path.node",
|
|
2486
2251
|
"path.site",
|
|
2487
2252
|
],
|
|
2488
|
-
cliExamples: [
|
|
2489
|
-
{
|
|
2490
|
-
command: "f5xcctl operate exec-user create {name} --namespace {namespace}",
|
|
2491
|
-
description: "Create exec-user",
|
|
2492
|
-
use_case: "basic_create",
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
command: "f5xcctl operate exec-user create -f {file}.yaml",
|
|
2496
|
-
description: "Create from YAML file",
|
|
2497
|
-
use_case: "file_based",
|
|
2498
|
-
},
|
|
2499
|
-
],
|
|
2500
2253
|
confirmationRequired: false,
|
|
2501
2254
|
parameterExamples: {
|
|
2502
2255
|
namespace: "Value",
|
|
@@ -2543,18 +2296,6 @@ export const supportTools = [
|
|
|
2543
2296
|
},
|
|
2544
2297
|
confirmation_required: false,
|
|
2545
2298
|
danger_level: "medium",
|
|
2546
|
-
examples: [
|
|
2547
|
-
{
|
|
2548
|
-
command: "f5xcctl operate exec-user create {name} --namespace {namespace}",
|
|
2549
|
-
description: "Create exec-user",
|
|
2550
|
-
use_case: "basic_create",
|
|
2551
|
-
},
|
|
2552
|
-
{
|
|
2553
|
-
command: "f5xcctl operate exec-user create -f {file}.yaml",
|
|
2554
|
-
description: "Create from YAML file",
|
|
2555
|
-
use_case: "file_based",
|
|
2556
|
-
},
|
|
2557
|
-
],
|
|
2558
2299
|
field_docs: {},
|
|
2559
2300
|
optional_fields: [],
|
|
2560
2301
|
performance_impact: {
|
|
@@ -2573,6 +2314,10 @@ export const supportTools = [
|
|
|
2573
2314
|
creates: ["exec-user"],
|
|
2574
2315
|
},
|
|
2575
2316
|
},
|
|
2317
|
+
curlExample: null,
|
|
2318
|
+
dependencies: [],
|
|
2319
|
+
oneOfGroups: [],
|
|
2320
|
+
subscriptionRequirements: [],
|
|
2576
2321
|
},
|
|
2577
2322
|
{
|
|
2578
2323
|
toolName: "f5xc-api-support-fetchdump-create",
|
|
@@ -2622,18 +2367,6 @@ export const supportTools = [
|
|
|
2622
2367
|
creates: ["fetchdump"],
|
|
2623
2368
|
},
|
|
2624
2369
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.site"],
|
|
2625
|
-
cliExamples: [
|
|
2626
|
-
{
|
|
2627
|
-
command: "f5xcctl operate fetchdump create {name} --namespace {namespace}",
|
|
2628
|
-
description: "Create fetchdump",
|
|
2629
|
-
use_case: "basic_create",
|
|
2630
|
-
},
|
|
2631
|
-
{
|
|
2632
|
-
command: "f5xcctl operate fetchdump create -f {file}.yaml",
|
|
2633
|
-
description: "Create from YAML file",
|
|
2634
|
-
use_case: "file_based",
|
|
2635
|
-
},
|
|
2636
|
-
],
|
|
2637
2370
|
confirmationRequired: false,
|
|
2638
2371
|
parameterExamples: {
|
|
2639
2372
|
namespace: "System",
|
|
@@ -2679,18 +2412,6 @@ export const supportTools = [
|
|
|
2679
2412
|
},
|
|
2680
2413
|
confirmation_required: false,
|
|
2681
2414
|
danger_level: "medium",
|
|
2682
|
-
examples: [
|
|
2683
|
-
{
|
|
2684
|
-
command: "f5xcctl operate fetchdump create {name} --namespace {namespace}",
|
|
2685
|
-
description: "Create fetchdump",
|
|
2686
|
-
use_case: "basic_create",
|
|
2687
|
-
},
|
|
2688
|
-
{
|
|
2689
|
-
command: "f5xcctl operate fetchdump create -f {file}.yaml",
|
|
2690
|
-
description: "Create from YAML file",
|
|
2691
|
-
use_case: "file_based",
|
|
2692
|
-
},
|
|
2693
|
-
],
|
|
2694
2415
|
field_docs: {},
|
|
2695
2416
|
optional_fields: [],
|
|
2696
2417
|
performance_impact: {
|
|
@@ -2703,6 +2424,10 @@ export const supportTools = [
|
|
|
2703
2424
|
creates: ["fetchdump"],
|
|
2704
2425
|
},
|
|
2705
2426
|
},
|
|
2427
|
+
curlExample: null,
|
|
2428
|
+
dependencies: [],
|
|
2429
|
+
oneOfGroups: [],
|
|
2430
|
+
subscriptionRequirements: [],
|
|
2706
2431
|
},
|
|
2707
2432
|
{
|
|
2708
2433
|
toolName: "f5xc-api-support-health-list",
|
|
@@ -2751,13 +2476,6 @@ export const supportTools = [
|
|
|
2751
2476
|
dangerLevel: "low",
|
|
2752
2477
|
sideEffects: null,
|
|
2753
2478
|
requiredFields: ["path.site"],
|
|
2754
|
-
cliExamples: [
|
|
2755
|
-
{
|
|
2756
|
-
command: "f5xcctl operate health list --namespace {namespace}",
|
|
2757
|
-
description: "List all healths",
|
|
2758
|
-
use_case: "list_all",
|
|
2759
|
-
},
|
|
2760
|
-
],
|
|
2761
2479
|
confirmationRequired: false,
|
|
2762
2480
|
parameterExamples: {
|
|
2763
2481
|
console_user: "Console-user.",
|
|
@@ -2803,13 +2521,6 @@ export const supportTools = [
|
|
|
2803
2521
|
},
|
|
2804
2522
|
confirmation_required: false,
|
|
2805
2523
|
danger_level: "low",
|
|
2806
|
-
examples: [
|
|
2807
|
-
{
|
|
2808
|
-
command: "f5xcctl operate health list --namespace {namespace}",
|
|
2809
|
-
description: "List all healths",
|
|
2810
|
-
use_case: "list_all",
|
|
2811
|
-
},
|
|
2812
|
-
],
|
|
2813
2524
|
field_docs: {},
|
|
2814
2525
|
optional_fields: [],
|
|
2815
2526
|
performance_impact: {
|
|
@@ -2820,6 +2531,10 @@ export const supportTools = [
|
|
|
2820
2531
|
required_fields: ["path.site"],
|
|
2821
2532
|
side_effects: {},
|
|
2822
2533
|
},
|
|
2534
|
+
curlExample: null,
|
|
2535
|
+
dependencies: [],
|
|
2536
|
+
oneOfGroups: [],
|
|
2537
|
+
subscriptionRequirements: [],
|
|
2823
2538
|
},
|
|
2824
2539
|
{
|
|
2825
2540
|
toolName: "f5xc-api-support-host-ping-create",
|
|
@@ -2888,18 +2603,6 @@ export const supportTools = [
|
|
|
2888
2603
|
"path.node",
|
|
2889
2604
|
"path.site",
|
|
2890
2605
|
],
|
|
2891
|
-
cliExamples: [
|
|
2892
|
-
{
|
|
2893
|
-
command: "f5xcctl operate host-ping create -f {file}.yaml",
|
|
2894
|
-
description: "Create from YAML file",
|
|
2895
|
-
use_case: "file_based",
|
|
2896
|
-
},
|
|
2897
|
-
{
|
|
2898
|
-
command: "f5xcctl operate host-ping create {name} --namespace {namespace}",
|
|
2899
|
-
description: "Create host-ping",
|
|
2900
|
-
use_case: "basic_create",
|
|
2901
|
-
},
|
|
2902
|
-
],
|
|
2903
2606
|
confirmationRequired: false,
|
|
2904
2607
|
parameterExamples: {
|
|
2905
2608
|
namespace: "Value",
|
|
@@ -2946,18 +2649,6 @@ export const supportTools = [
|
|
|
2946
2649
|
},
|
|
2947
2650
|
confirmation_required: false,
|
|
2948
2651
|
danger_level: "medium",
|
|
2949
|
-
examples: [
|
|
2950
|
-
{
|
|
2951
|
-
command: "f5xcctl operate host-ping create {name} --namespace {namespace}",
|
|
2952
|
-
description: "Create host-ping",
|
|
2953
|
-
use_case: "basic_create",
|
|
2954
|
-
},
|
|
2955
|
-
{
|
|
2956
|
-
command: "f5xcctl operate host-ping create -f {file}.yaml",
|
|
2957
|
-
description: "Create from YAML file",
|
|
2958
|
-
use_case: "file_based",
|
|
2959
|
-
},
|
|
2960
|
-
],
|
|
2961
2652
|
field_docs: {},
|
|
2962
2653
|
optional_fields: [],
|
|
2963
2654
|
performance_impact: {
|
|
@@ -2976,6 +2667,10 @@ export const supportTools = [
|
|
|
2976
2667
|
creates: ["host-ping"],
|
|
2977
2668
|
},
|
|
2978
2669
|
},
|
|
2670
|
+
curlExample: null,
|
|
2671
|
+
dependencies: [],
|
|
2672
|
+
oneOfGroups: [],
|
|
2673
|
+
subscriptionRequirements: [],
|
|
2979
2674
|
},
|
|
2980
2675
|
{
|
|
2981
2676
|
toolName: "f5xc-api-support-info-list",
|
|
@@ -3034,13 +2729,6 @@ export const supportTools = [
|
|
|
3034
2729
|
dangerLevel: "low",
|
|
3035
2730
|
sideEffects: null,
|
|
3036
2731
|
requiredFields: ["path.namespace", "path.node", "path.site"],
|
|
3037
|
-
cliExamples: [
|
|
3038
|
-
{
|
|
3039
|
-
command: "f5xcctl operate info list --namespace {namespace}",
|
|
3040
|
-
description: "List all infos",
|
|
3041
|
-
use_case: "list_all",
|
|
3042
|
-
},
|
|
3043
|
-
],
|
|
3044
2732
|
confirmationRequired: false,
|
|
3045
2733
|
parameterExamples: {
|
|
3046
2734
|
namespace: "Value",
|
|
@@ -3087,13 +2775,6 @@ export const supportTools = [
|
|
|
3087
2775
|
},
|
|
3088
2776
|
confirmation_required: false,
|
|
3089
2777
|
danger_level: "low",
|
|
3090
|
-
examples: [
|
|
3091
|
-
{
|
|
3092
|
-
command: "f5xcctl operate info list --namespace {namespace}",
|
|
3093
|
-
description: "List all infos",
|
|
3094
|
-
use_case: "list_all",
|
|
3095
|
-
},
|
|
3096
|
-
],
|
|
3097
2778
|
field_docs: {},
|
|
3098
2779
|
optional_fields: [],
|
|
3099
2780
|
performance_impact: {
|
|
@@ -3104,6 +2785,10 @@ export const supportTools = [
|
|
|
3104
2785
|
required_fields: ["path.namespace", "path.node", "path.site"],
|
|
3105
2786
|
side_effects: {},
|
|
3106
2787
|
},
|
|
2788
|
+
curlExample: null,
|
|
2789
|
+
dependencies: [],
|
|
2790
|
+
oneOfGroups: [],
|
|
2791
|
+
subscriptionRequirements: [],
|
|
3107
2792
|
},
|
|
3108
2793
|
{
|
|
3109
2794
|
toolName: "f5xc-api-support-jira-projects-issue-type-create",
|
|
@@ -3132,18 +2817,6 @@ export const supportTools = [
|
|
|
3132
2817
|
creates: ["jira-projects-issue-type"],
|
|
3133
2818
|
},
|
|
3134
2819
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
3135
|
-
cliExamples: [
|
|
3136
|
-
{
|
|
3137
|
-
command: "f5xcctl web jira-projects-issue-type create -f {file}.yaml",
|
|
3138
|
-
description: "Create from YAML file",
|
|
3139
|
-
use_case: "file_based",
|
|
3140
|
-
},
|
|
3141
|
-
{
|
|
3142
|
-
command: "f5xcctl web jira-projects-issue-type create {name} --namespace {namespace}",
|
|
3143
|
-
description: "Create jira-projects-issue-type",
|
|
3144
|
-
use_case: "basic_create",
|
|
3145
|
-
},
|
|
3146
|
-
],
|
|
3147
2820
|
confirmationRequired: false,
|
|
3148
2821
|
parameterExamples: {},
|
|
3149
2822
|
validationRules: {},
|
|
@@ -3189,18 +2862,6 @@ export const supportTools = [
|
|
|
3189
2862
|
},
|
|
3190
2863
|
confirmation_required: false,
|
|
3191
2864
|
danger_level: "medium",
|
|
3192
|
-
examples: [
|
|
3193
|
-
{
|
|
3194
|
-
command: "f5xcctl web jira-projects-issue-type create {name} --namespace {namespace}",
|
|
3195
|
-
description: "Create jira-projects-issue-type",
|
|
3196
|
-
use_case: "basic_create",
|
|
3197
|
-
},
|
|
3198
|
-
{
|
|
3199
|
-
command: "f5xcctl web jira-projects-issue-type create -f {file}.yaml",
|
|
3200
|
-
description: "Create from YAML file",
|
|
3201
|
-
use_case: "file_based",
|
|
3202
|
-
},
|
|
3203
|
-
],
|
|
3204
2865
|
field_docs: {},
|
|
3205
2866
|
optional_fields: [],
|
|
3206
2867
|
performance_impact: {
|
|
@@ -3213,6 +2874,10 @@ export const supportTools = [
|
|
|
3213
2874
|
creates: ["jira-projects-issue-type"],
|
|
3214
2875
|
},
|
|
3215
2876
|
},
|
|
2877
|
+
curlExample: null,
|
|
2878
|
+
dependencies: [],
|
|
2879
|
+
oneOfGroups: [],
|
|
2880
|
+
subscriptionRequirements: [],
|
|
3216
2881
|
},
|
|
3217
2882
|
{
|
|
3218
2883
|
toolName: "f5xc-api-support-list-list",
|
|
@@ -3271,13 +2936,6 @@ export const supportTools = [
|
|
|
3271
2936
|
dangerLevel: "low",
|
|
3272
2937
|
sideEffects: null,
|
|
3273
2938
|
requiredFields: ["path.namespace", "path.node", "path.site"],
|
|
3274
|
-
cliExamples: [
|
|
3275
|
-
{
|
|
3276
|
-
command: "f5xcctl operate list list --namespace {namespace}",
|
|
3277
|
-
description: "List all lists",
|
|
3278
|
-
use_case: "list_all",
|
|
3279
|
-
},
|
|
3280
|
-
],
|
|
3281
2939
|
confirmationRequired: false,
|
|
3282
2940
|
parameterExamples: {
|
|
3283
2941
|
namespace: "Value",
|
|
@@ -3324,13 +2982,6 @@ export const supportTools = [
|
|
|
3324
2982
|
},
|
|
3325
2983
|
confirmation_required: false,
|
|
3326
2984
|
danger_level: "low",
|
|
3327
|
-
examples: [
|
|
3328
|
-
{
|
|
3329
|
-
command: "f5xcctl operate list list --namespace {namespace}",
|
|
3330
|
-
description: "List all lists",
|
|
3331
|
-
use_case: "list_all",
|
|
3332
|
-
},
|
|
3333
|
-
],
|
|
3334
2985
|
field_docs: {},
|
|
3335
2986
|
optional_fields: [],
|
|
3336
2987
|
performance_impact: {
|
|
@@ -3341,6 +2992,10 @@ export const supportTools = [
|
|
|
3341
2992
|
required_fields: ["path.namespace", "path.node", "path.site"],
|
|
3342
2993
|
side_effects: {},
|
|
3343
2994
|
},
|
|
2995
|
+
curlExample: null,
|
|
2996
|
+
dependencies: [],
|
|
2997
|
+
oneOfGroups: [],
|
|
2998
|
+
subscriptionRequirements: [],
|
|
3344
2999
|
},
|
|
3345
3000
|
{
|
|
3346
3001
|
toolName: "f5xc-api-support-list-service-list",
|
|
@@ -3388,13 +3043,6 @@ export const supportTools = [
|
|
|
3388
3043
|
dangerLevel: "low",
|
|
3389
3044
|
sideEffects: null,
|
|
3390
3045
|
requiredFields: ["path.namespace", "path.site"],
|
|
3391
|
-
cliExamples: [
|
|
3392
|
-
{
|
|
3393
|
-
command: "f5xcctl operate list-service list --namespace {namespace}",
|
|
3394
|
-
description: "List all list-services",
|
|
3395
|
-
use_case: "list_all",
|
|
3396
|
-
},
|
|
3397
|
-
],
|
|
3398
3046
|
confirmationRequired: false,
|
|
3399
3047
|
parameterExamples: {
|
|
3400
3048
|
namespace: "Value",
|
|
@@ -3440,13 +3088,6 @@ export const supportTools = [
|
|
|
3440
3088
|
},
|
|
3441
3089
|
confirmation_required: false,
|
|
3442
3090
|
danger_level: "low",
|
|
3443
|
-
examples: [
|
|
3444
|
-
{
|
|
3445
|
-
command: "f5xcctl operate list-service list --namespace {namespace}",
|
|
3446
|
-
description: "List all list-services",
|
|
3447
|
-
use_case: "list_all",
|
|
3448
|
-
},
|
|
3449
|
-
],
|
|
3450
3091
|
field_docs: {},
|
|
3451
3092
|
optional_fields: [],
|
|
3452
3093
|
performance_impact: {
|
|
@@ -3457,6 +3098,10 @@ export const supportTools = [
|
|
|
3457
3098
|
required_fields: ["path.namespace", "path.site"],
|
|
3458
3099
|
side_effects: {},
|
|
3459
3100
|
},
|
|
3101
|
+
curlExample: null,
|
|
3102
|
+
dependencies: [],
|
|
3103
|
+
oneOfGroups: [],
|
|
3104
|
+
subscriptionRequirements: [],
|
|
3460
3105
|
},
|
|
3461
3106
|
{
|
|
3462
3107
|
toolName: "f5xc-api-support-list-tcpdump-create",
|
|
@@ -3508,18 +3153,6 @@ export const supportTools = [
|
|
|
3508
3153
|
creates: ["list-tcpdump"],
|
|
3509
3154
|
},
|
|
3510
3155
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.site"],
|
|
3511
|
-
cliExamples: [
|
|
3512
|
-
{
|
|
3513
|
-
command: "f5xcctl operate list-tcpdump create -f {file}.yaml",
|
|
3514
|
-
description: "Create from YAML file",
|
|
3515
|
-
use_case: "file_based",
|
|
3516
|
-
},
|
|
3517
|
-
{
|
|
3518
|
-
command: "f5xcctl operate list-tcpdump create {name} --namespace {namespace}",
|
|
3519
|
-
description: "Create list-tcpdump",
|
|
3520
|
-
use_case: "basic_create",
|
|
3521
|
-
},
|
|
3522
|
-
],
|
|
3523
3156
|
confirmationRequired: false,
|
|
3524
3157
|
parameterExamples: {
|
|
3525
3158
|
namespace: "System",
|
|
@@ -3565,18 +3198,6 @@ export const supportTools = [
|
|
|
3565
3198
|
},
|
|
3566
3199
|
confirmation_required: false,
|
|
3567
3200
|
danger_level: "medium",
|
|
3568
|
-
examples: [
|
|
3569
|
-
{
|
|
3570
|
-
command: "f5xcctl operate list-tcpdump create {name} --namespace {namespace}",
|
|
3571
|
-
description: "Create list-tcpdump",
|
|
3572
|
-
use_case: "basic_create",
|
|
3573
|
-
},
|
|
3574
|
-
{
|
|
3575
|
-
command: "f5xcctl operate list-tcpdump create -f {file}.yaml",
|
|
3576
|
-
description: "Create from YAML file",
|
|
3577
|
-
use_case: "file_based",
|
|
3578
|
-
},
|
|
3579
|
-
],
|
|
3580
3201
|
field_docs: {},
|
|
3581
3202
|
optional_fields: [],
|
|
3582
3203
|
performance_impact: {
|
|
@@ -3589,6 +3210,18 @@ export const supportTools = [
|
|
|
3589
3210
|
creates: ["list-tcpdump"],
|
|
3590
3211
|
},
|
|
3591
3212
|
},
|
|
3213
|
+
curlExample: null,
|
|
3214
|
+
dependencies: [
|
|
3215
|
+
{
|
|
3216
|
+
domain: "",
|
|
3217
|
+
fieldPath: "",
|
|
3218
|
+
inline: false,
|
|
3219
|
+
required: false,
|
|
3220
|
+
resourceType: "tcpdump",
|
|
3221
|
+
},
|
|
3222
|
+
],
|
|
3223
|
+
oneOfGroups: [],
|
|
3224
|
+
subscriptionRequirements: [],
|
|
3592
3225
|
},
|
|
3593
3226
|
{
|
|
3594
3227
|
toolName: "f5xc-api-support-log-list",
|
|
@@ -3671,13 +3304,6 @@ export const supportTools = [
|
|
|
3671
3304
|
dangerLevel: "low",
|
|
3672
3305
|
sideEffects: null,
|
|
3673
3306
|
requiredFields: ["path.namespace", "path.node", "path.service", "path.site"],
|
|
3674
|
-
cliExamples: [
|
|
3675
|
-
{
|
|
3676
|
-
command: "f5xcctl operate log list --namespace {namespace}",
|
|
3677
|
-
description: "List all logs",
|
|
3678
|
-
use_case: "list_all",
|
|
3679
|
-
},
|
|
3680
|
-
],
|
|
3681
3307
|
confirmationRequired: false,
|
|
3682
3308
|
parameterExamples: {
|
|
3683
3309
|
last_lines: "200",
|
|
@@ -3726,13 +3352,6 @@ export const supportTools = [
|
|
|
3726
3352
|
},
|
|
3727
3353
|
confirmation_required: false,
|
|
3728
3354
|
danger_level: "low",
|
|
3729
|
-
examples: [
|
|
3730
|
-
{
|
|
3731
|
-
command: "f5xcctl operate log list --namespace {namespace}",
|
|
3732
|
-
description: "List all logs",
|
|
3733
|
-
use_case: "list_all",
|
|
3734
|
-
},
|
|
3735
|
-
],
|
|
3736
3355
|
field_docs: {},
|
|
3737
3356
|
optional_fields: [],
|
|
3738
3357
|
performance_impact: {
|
|
@@ -3743,6 +3362,10 @@ export const supportTools = [
|
|
|
3743
3362
|
required_fields: ["path.namespace", "path.node", "path.service", "path.site"],
|
|
3744
3363
|
side_effects: {},
|
|
3745
3364
|
},
|
|
3365
|
+
curlExample: null,
|
|
3366
|
+
dependencies: [],
|
|
3367
|
+
oneOfGroups: [],
|
|
3368
|
+
subscriptionRequirements: [],
|
|
3746
3369
|
},
|
|
3747
3370
|
{
|
|
3748
3371
|
toolName: "f5xc-api-support-ping-create",
|
|
@@ -3794,18 +3417,6 @@ export const supportTools = [
|
|
|
3794
3417
|
creates: ["ping"],
|
|
3795
3418
|
},
|
|
3796
3419
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.site"],
|
|
3797
|
-
cliExamples: [
|
|
3798
|
-
{
|
|
3799
|
-
command: "f5xcctl operate ping create -f {file}.yaml",
|
|
3800
|
-
description: "Create from YAML file",
|
|
3801
|
-
use_case: "file_based",
|
|
3802
|
-
},
|
|
3803
|
-
{
|
|
3804
|
-
command: "f5xcctl operate ping create {name} --namespace {namespace}",
|
|
3805
|
-
description: "Create ping",
|
|
3806
|
-
use_case: "basic_create",
|
|
3807
|
-
},
|
|
3808
|
-
],
|
|
3809
3420
|
confirmationRequired: false,
|
|
3810
3421
|
parameterExamples: {
|
|
3811
3422
|
namespace: "System",
|
|
@@ -3851,18 +3462,6 @@ export const supportTools = [
|
|
|
3851
3462
|
},
|
|
3852
3463
|
confirmation_required: false,
|
|
3853
3464
|
danger_level: "medium",
|
|
3854
|
-
examples: [
|
|
3855
|
-
{
|
|
3856
|
-
command: "f5xcctl operate ping create {name} --namespace {namespace}",
|
|
3857
|
-
description: "Create ping",
|
|
3858
|
-
use_case: "basic_create",
|
|
3859
|
-
},
|
|
3860
|
-
{
|
|
3861
|
-
command: "f5xcctl operate ping create -f {file}.yaml",
|
|
3862
|
-
description: "Create from YAML file",
|
|
3863
|
-
use_case: "file_based",
|
|
3864
|
-
},
|
|
3865
|
-
],
|
|
3866
3465
|
field_docs: {},
|
|
3867
3466
|
optional_fields: [],
|
|
3868
3467
|
performance_impact: {
|
|
@@ -3875,6 +3474,10 @@ export const supportTools = [
|
|
|
3875
3474
|
creates: ["ping"],
|
|
3876
3475
|
},
|
|
3877
3476
|
},
|
|
3477
|
+
curlExample: null,
|
|
3478
|
+
dependencies: [],
|
|
3479
|
+
oneOfGroups: [],
|
|
3480
|
+
subscriptionRequirements: [],
|
|
3878
3481
|
},
|
|
3879
3482
|
{
|
|
3880
3483
|
toolName: "f5xc-api-support-priority-create",
|
|
@@ -3926,18 +3529,6 @@ export const supportTools = [
|
|
|
3926
3529
|
creates: ["priority"],
|
|
3927
3530
|
},
|
|
3928
3531
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
3929
|
-
cliExamples: [
|
|
3930
|
-
{
|
|
3931
|
-
command: "f5xcctl web priority create -f {file}.yaml",
|
|
3932
|
-
description: "Create from YAML file",
|
|
3933
|
-
use_case: "file_based",
|
|
3934
|
-
},
|
|
3935
|
-
{
|
|
3936
|
-
command: "f5xcctl web priority create {name} --namespace {namespace}",
|
|
3937
|
-
description: "Create priority",
|
|
3938
|
-
use_case: "basic_create",
|
|
3939
|
-
},
|
|
3940
|
-
],
|
|
3941
3532
|
confirmationRequired: false,
|
|
3942
3533
|
parameterExamples: {
|
|
3943
3534
|
name: "Value",
|
|
@@ -3983,18 +3574,6 @@ export const supportTools = [
|
|
|
3983
3574
|
},
|
|
3984
3575
|
confirmation_required: false,
|
|
3985
3576
|
danger_level: "medium",
|
|
3986
|
-
examples: [
|
|
3987
|
-
{
|
|
3988
|
-
command: "f5xcctl web priority create {name} --namespace {namespace}",
|
|
3989
|
-
description: "Create priority",
|
|
3990
|
-
use_case: "basic_create",
|
|
3991
|
-
},
|
|
3992
|
-
{
|
|
3993
|
-
command: "f5xcctl web priority create -f {file}.yaml",
|
|
3994
|
-
description: "Create from YAML file",
|
|
3995
|
-
use_case: "file_based",
|
|
3996
|
-
},
|
|
3997
|
-
],
|
|
3998
3577
|
field_docs: {},
|
|
3999
3578
|
optional_fields: [],
|
|
4000
3579
|
performance_impact: {
|
|
@@ -4007,6 +3586,10 @@ export const supportTools = [
|
|
|
4007
3586
|
creates: ["priority"],
|
|
4008
3587
|
},
|
|
4009
3588
|
},
|
|
3589
|
+
curlExample: null,
|
|
3590
|
+
dependencies: [],
|
|
3591
|
+
oneOfGroups: [],
|
|
3592
|
+
subscriptionRequirements: [],
|
|
4010
3593
|
},
|
|
4011
3594
|
{
|
|
4012
3595
|
toolName: "f5xc-api-support-reboot-create",
|
|
@@ -4075,18 +3658,6 @@ export const supportTools = [
|
|
|
4075
3658
|
"path.node",
|
|
4076
3659
|
"path.site",
|
|
4077
3660
|
],
|
|
4078
|
-
cliExamples: [
|
|
4079
|
-
{
|
|
4080
|
-
command: "f5xcctl operate reboot create -f {file}.yaml",
|
|
4081
|
-
description: "Create from YAML file",
|
|
4082
|
-
use_case: "file_based",
|
|
4083
|
-
},
|
|
4084
|
-
{
|
|
4085
|
-
command: "f5xcctl operate reboot create {name} --namespace {namespace}",
|
|
4086
|
-
description: "Create reboot",
|
|
4087
|
-
use_case: "basic_create",
|
|
4088
|
-
},
|
|
4089
|
-
],
|
|
4090
3661
|
confirmationRequired: false,
|
|
4091
3662
|
parameterExamples: {
|
|
4092
3663
|
namespace: "Value",
|
|
@@ -4133,18 +3704,6 @@ export const supportTools = [
|
|
|
4133
3704
|
},
|
|
4134
3705
|
confirmation_required: false,
|
|
4135
3706
|
danger_level: "medium",
|
|
4136
|
-
examples: [
|
|
4137
|
-
{
|
|
4138
|
-
command: "f5xcctl operate reboot create {name} --namespace {namespace}",
|
|
4139
|
-
description: "Create reboot",
|
|
4140
|
-
use_case: "basic_create",
|
|
4141
|
-
},
|
|
4142
|
-
{
|
|
4143
|
-
command: "f5xcctl operate reboot create -f {file}.yaml",
|
|
4144
|
-
description: "Create from YAML file",
|
|
4145
|
-
use_case: "file_based",
|
|
4146
|
-
},
|
|
4147
|
-
],
|
|
4148
3707
|
field_docs: {},
|
|
4149
3708
|
optional_fields: [],
|
|
4150
3709
|
performance_impact: {
|
|
@@ -4163,6 +3722,10 @@ export const supportTools = [
|
|
|
4163
3722
|
creates: ["reboot"],
|
|
4164
3723
|
},
|
|
4165
3724
|
},
|
|
3725
|
+
curlExample: null,
|
|
3726
|
+
dependencies: [],
|
|
3727
|
+
oneOfGroups: [],
|
|
3728
|
+
subscriptionRequirements: [],
|
|
4166
3729
|
},
|
|
4167
3730
|
{
|
|
4168
3731
|
toolName: "f5xc-api-support-reopen-create",
|
|
@@ -4214,18 +3777,6 @@ export const supportTools = [
|
|
|
4214
3777
|
creates: ["reopen"],
|
|
4215
3778
|
},
|
|
4216
3779
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
4217
|
-
cliExamples: [
|
|
4218
|
-
{
|
|
4219
|
-
command: "f5xcctl web reopen create -f {file}.yaml",
|
|
4220
|
-
description: "Create from YAML file",
|
|
4221
|
-
use_case: "file_based",
|
|
4222
|
-
},
|
|
4223
|
-
{
|
|
4224
|
-
command: "f5xcctl web reopen create {name} --namespace {namespace}",
|
|
4225
|
-
description: "Create reopen",
|
|
4226
|
-
use_case: "basic_create",
|
|
4227
|
-
},
|
|
4228
|
-
],
|
|
4229
3780
|
confirmationRequired: false,
|
|
4230
3781
|
parameterExamples: {
|
|
4231
3782
|
name: "Value",
|
|
@@ -4271,18 +3822,6 @@ export const supportTools = [
|
|
|
4271
3822
|
},
|
|
4272
3823
|
confirmation_required: false,
|
|
4273
3824
|
danger_level: "medium",
|
|
4274
|
-
examples: [
|
|
4275
|
-
{
|
|
4276
|
-
command: "f5xcctl web reopen create {name} --namespace {namespace}",
|
|
4277
|
-
description: "Create reopen",
|
|
4278
|
-
use_case: "basic_create",
|
|
4279
|
-
},
|
|
4280
|
-
{
|
|
4281
|
-
command: "f5xcctl web reopen create -f {file}.yaml",
|
|
4282
|
-
description: "Create from YAML file",
|
|
4283
|
-
use_case: "file_based",
|
|
4284
|
-
},
|
|
4285
|
-
],
|
|
4286
3825
|
field_docs: {},
|
|
4287
3826
|
optional_fields: [],
|
|
4288
3827
|
performance_impact: {
|
|
@@ -4295,6 +3834,10 @@ export const supportTools = [
|
|
|
4295
3834
|
creates: ["reopen"],
|
|
4296
3835
|
},
|
|
4297
3836
|
},
|
|
3837
|
+
curlExample: null,
|
|
3838
|
+
dependencies: [],
|
|
3839
|
+
oneOfGroups: [],
|
|
3840
|
+
subscriptionRequirements: [],
|
|
4298
3841
|
},
|
|
4299
3842
|
{
|
|
4300
3843
|
toolName: "f5xc-api-support-resync-crl-create",
|
|
@@ -4346,18 +3889,6 @@ export const supportTools = [
|
|
|
4346
3889
|
creates: ["resync-crl"],
|
|
4347
3890
|
},
|
|
4348
3891
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.site"],
|
|
4349
|
-
cliExamples: [
|
|
4350
|
-
{
|
|
4351
|
-
command: "f5xcctl operate resync-crl create -f {file}.yaml",
|
|
4352
|
-
description: "Create from YAML file",
|
|
4353
|
-
use_case: "file_based",
|
|
4354
|
-
},
|
|
4355
|
-
{
|
|
4356
|
-
command: "f5xcctl operate resync-crl create {name} --namespace {namespace}",
|
|
4357
|
-
description: "Create resync-crl",
|
|
4358
|
-
use_case: "basic_create",
|
|
4359
|
-
},
|
|
4360
|
-
],
|
|
4361
3892
|
confirmationRequired: false,
|
|
4362
3893
|
parameterExamples: {
|
|
4363
3894
|
namespace: "System",
|
|
@@ -4403,18 +3934,6 @@ export const supportTools = [
|
|
|
4403
3934
|
},
|
|
4404
3935
|
confirmation_required: false,
|
|
4405
3936
|
danger_level: "medium",
|
|
4406
|
-
examples: [
|
|
4407
|
-
{
|
|
4408
|
-
command: "f5xcctl operate resync-crl create {name} --namespace {namespace}",
|
|
4409
|
-
description: "Create resync-crl",
|
|
4410
|
-
use_case: "basic_create",
|
|
4411
|
-
},
|
|
4412
|
-
{
|
|
4413
|
-
command: "f5xcctl operate resync-crl create -f {file}.yaml",
|
|
4414
|
-
description: "Create from YAML file",
|
|
4415
|
-
use_case: "file_based",
|
|
4416
|
-
},
|
|
4417
|
-
],
|
|
4418
3937
|
field_docs: {},
|
|
4419
3938
|
optional_fields: [],
|
|
4420
3939
|
performance_impact: {
|
|
@@ -4427,6 +3946,16 @@ export const supportTools = [
|
|
|
4427
3946
|
creates: ["resync-crl"],
|
|
4428
3947
|
},
|
|
4429
3948
|
},
|
|
3949
|
+
curlExample: null,
|
|
3950
|
+
dependencies: [],
|
|
3951
|
+
oneOfGroups: [
|
|
3952
|
+
{
|
|
3953
|
+
choiceField: "crl_id_choice",
|
|
3954
|
+
fieldPath: "crl_id_choice",
|
|
3955
|
+
options: ["name", "uid"],
|
|
3956
|
+
},
|
|
3957
|
+
],
|
|
3958
|
+
subscriptionRequirements: [],
|
|
4430
3959
|
},
|
|
4431
3960
|
{
|
|
4432
3961
|
toolName: "f5xc-api-support-rule-list",
|
|
@@ -4485,13 +4014,6 @@ export const supportTools = [
|
|
|
4485
4014
|
dangerLevel: "low",
|
|
4486
4015
|
sideEffects: null,
|
|
4487
4016
|
requiredFields: ["path.namespace", "path.node", "path.site"],
|
|
4488
|
-
cliExamples: [
|
|
4489
|
-
{
|
|
4490
|
-
command: "f5xcctl operate rule list --namespace {namespace}",
|
|
4491
|
-
description: "List all rules",
|
|
4492
|
-
use_case: "list_all",
|
|
4493
|
-
},
|
|
4494
|
-
],
|
|
4495
4017
|
confirmationRequired: false,
|
|
4496
4018
|
parameterExamples: {
|
|
4497
4019
|
namespace: "Value",
|
|
@@ -4538,13 +4060,6 @@ export const supportTools = [
|
|
|
4538
4060
|
},
|
|
4539
4061
|
confirmation_required: false,
|
|
4540
4062
|
danger_level: "low",
|
|
4541
|
-
examples: [
|
|
4542
|
-
{
|
|
4543
|
-
command: "f5xcctl operate rule list --namespace {namespace}",
|
|
4544
|
-
description: "List all rules",
|
|
4545
|
-
use_case: "list_all",
|
|
4546
|
-
},
|
|
4547
|
-
],
|
|
4548
4063
|
field_docs: {},
|
|
4549
4064
|
optional_fields: [],
|
|
4550
4065
|
performance_impact: {
|
|
@@ -4555,6 +4070,10 @@ export const supportTools = [
|
|
|
4555
4070
|
required_fields: ["path.namespace", "path.node", "path.site"],
|
|
4556
4071
|
side_effects: {},
|
|
4557
4072
|
},
|
|
4073
|
+
curlExample: null,
|
|
4074
|
+
dependencies: [],
|
|
4075
|
+
oneOfGroups: [],
|
|
4076
|
+
subscriptionRequirements: [],
|
|
4558
4077
|
},
|
|
4559
4078
|
{
|
|
4560
4079
|
toolName: "f5xc-api-support-soft-restart-create",
|
|
@@ -4635,18 +4154,6 @@ export const supportTools = [
|
|
|
4635
4154
|
"path.service",
|
|
4636
4155
|
"path.site",
|
|
4637
4156
|
],
|
|
4638
|
-
cliExamples: [
|
|
4639
|
-
{
|
|
4640
|
-
command: "f5xcctl operate soft-restart create -f {file}.yaml",
|
|
4641
|
-
description: "Create from YAML file",
|
|
4642
|
-
use_case: "file_based",
|
|
4643
|
-
},
|
|
4644
|
-
{
|
|
4645
|
-
command: "f5xcctl operate soft-restart create {name} --namespace {namespace}",
|
|
4646
|
-
description: "Create soft-restart",
|
|
4647
|
-
use_case: "basic_create",
|
|
4648
|
-
},
|
|
4649
|
-
],
|
|
4650
4157
|
confirmationRequired: false,
|
|
4651
4158
|
parameterExamples: {
|
|
4652
4159
|
namespace: "Value",
|
|
@@ -4694,18 +4201,6 @@ export const supportTools = [
|
|
|
4694
4201
|
},
|
|
4695
4202
|
confirmation_required: false,
|
|
4696
4203
|
danger_level: "medium",
|
|
4697
|
-
examples: [
|
|
4698
|
-
{
|
|
4699
|
-
command: "f5xcctl operate soft-restart create {name} --namespace {namespace}",
|
|
4700
|
-
description: "Create soft-restart",
|
|
4701
|
-
use_case: "basic_create",
|
|
4702
|
-
},
|
|
4703
|
-
{
|
|
4704
|
-
command: "f5xcctl operate soft-restart create -f {file}.yaml",
|
|
4705
|
-
description: "Create from YAML file",
|
|
4706
|
-
use_case: "file_based",
|
|
4707
|
-
},
|
|
4708
|
-
],
|
|
4709
4204
|
field_docs: {},
|
|
4710
4205
|
optional_fields: [],
|
|
4711
4206
|
performance_impact: {
|
|
@@ -4725,6 +4220,10 @@ export const supportTools = [
|
|
|
4725
4220
|
creates: ["soft-restart"],
|
|
4726
4221
|
},
|
|
4727
4222
|
},
|
|
4223
|
+
curlExample: null,
|
|
4224
|
+
dependencies: [],
|
|
4225
|
+
oneOfGroups: [],
|
|
4226
|
+
subscriptionRequirements: [],
|
|
4728
4227
|
},
|
|
4729
4228
|
{
|
|
4730
4229
|
toolName: "f5xc-api-support-start-debug-info-collection-list",
|
|
@@ -4770,13 +4269,6 @@ export const supportTools = [
|
|
|
4770
4269
|
dangerLevel: "low",
|
|
4771
4270
|
sideEffects: null,
|
|
4772
4271
|
requiredFields: ["path.node", "path.site"],
|
|
4773
|
-
cliExamples: [
|
|
4774
|
-
{
|
|
4775
|
-
command: "f5xcctl operate start-debug-info-collection list --namespace {namespace}",
|
|
4776
|
-
description: "List all start-debug-info-collections",
|
|
4777
|
-
use_case: "list_all",
|
|
4778
|
-
},
|
|
4779
|
-
],
|
|
4780
4272
|
confirmationRequired: false,
|
|
4781
4273
|
parameterExamples: {
|
|
4782
4274
|
node: "Master-0",
|
|
@@ -4822,13 +4314,6 @@ export const supportTools = [
|
|
|
4822
4314
|
},
|
|
4823
4315
|
confirmation_required: false,
|
|
4824
4316
|
danger_level: "low",
|
|
4825
|
-
examples: [
|
|
4826
|
-
{
|
|
4827
|
-
command: "f5xcctl operate start-debug-info-collection list --namespace {namespace}",
|
|
4828
|
-
description: "List all start-debug-info-collections",
|
|
4829
|
-
use_case: "list_all",
|
|
4830
|
-
},
|
|
4831
|
-
],
|
|
4832
4317
|
field_docs: {},
|
|
4833
4318
|
optional_fields: [],
|
|
4834
4319
|
performance_impact: {
|
|
@@ -4839,6 +4324,10 @@ export const supportTools = [
|
|
|
4839
4324
|
required_fields: ["path.node", "path.site"],
|
|
4840
4325
|
side_effects: {},
|
|
4841
4326
|
},
|
|
4327
|
+
curlExample: null,
|
|
4328
|
+
dependencies: [],
|
|
4329
|
+
oneOfGroups: [],
|
|
4330
|
+
subscriptionRequirements: [],
|
|
4842
4331
|
},
|
|
4843
4332
|
{
|
|
4844
4333
|
toolName: "f5xc-api-support-statu-list",
|
|
@@ -4909,13 +4398,6 @@ export const supportTools = [
|
|
|
4909
4398
|
dangerLevel: "low",
|
|
4910
4399
|
sideEffects: null,
|
|
4911
4400
|
requiredFields: ["path.namespace", "path.site", "path.vesnamespace"],
|
|
4912
|
-
cliExamples: [
|
|
4913
|
-
{
|
|
4914
|
-
command: "f5xcctl operate statu list --namespace {namespace}",
|
|
4915
|
-
description: "List all status",
|
|
4916
|
-
use_case: "list_all",
|
|
4917
|
-
},
|
|
4918
|
-
],
|
|
4919
4401
|
confirmationRequired: false,
|
|
4920
4402
|
parameterExamples: {
|
|
4921
4403
|
namespace: "Value",
|
|
@@ -4962,13 +4444,6 @@ export const supportTools = [
|
|
|
4962
4444
|
},
|
|
4963
4445
|
confirmation_required: false,
|
|
4964
4446
|
danger_level: "low",
|
|
4965
|
-
examples: [
|
|
4966
|
-
{
|
|
4967
|
-
command: "f5xcctl operate statu list --namespace {namespace}",
|
|
4968
|
-
description: "List all status",
|
|
4969
|
-
use_case: "list_all",
|
|
4970
|
-
},
|
|
4971
|
-
],
|
|
4972
4447
|
field_docs: {},
|
|
4973
4448
|
optional_fields: [],
|
|
4974
4449
|
performance_impact: {
|
|
@@ -4979,6 +4454,10 @@ export const supportTools = [
|
|
|
4979
4454
|
required_fields: ["path.namespace", "path.site", "path.vesnamespace"],
|
|
4980
4455
|
side_effects: {},
|
|
4981
4456
|
},
|
|
4457
|
+
curlExample: null,
|
|
4458
|
+
dependencies: [],
|
|
4459
|
+
oneOfGroups: [],
|
|
4460
|
+
subscriptionRequirements: [],
|
|
4982
4461
|
},
|
|
4983
4462
|
{
|
|
4984
4463
|
toolName: "f5xc-api-support-stop-tcpdump-create",
|
|
@@ -5028,18 +4507,6 @@ export const supportTools = [
|
|
|
5028
4507
|
creates: ["stop-tcpdump"],
|
|
5029
4508
|
},
|
|
5030
4509
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.site"],
|
|
5031
|
-
cliExamples: [
|
|
5032
|
-
{
|
|
5033
|
-
command: "f5xcctl operate stop-tcpdump create -f {file}.yaml",
|
|
5034
|
-
description: "Create from YAML file",
|
|
5035
|
-
use_case: "file_based",
|
|
5036
|
-
},
|
|
5037
|
-
{
|
|
5038
|
-
command: "f5xcctl operate stop-tcpdump create {name} --namespace {namespace}",
|
|
5039
|
-
description: "Create stop-tcpdump",
|
|
5040
|
-
use_case: "basic_create",
|
|
5041
|
-
},
|
|
5042
|
-
],
|
|
5043
4510
|
confirmationRequired: false,
|
|
5044
4511
|
parameterExamples: {
|
|
5045
4512
|
namespace: "System",
|
|
@@ -5085,18 +4552,6 @@ export const supportTools = [
|
|
|
5085
4552
|
},
|
|
5086
4553
|
confirmation_required: false,
|
|
5087
4554
|
danger_level: "medium",
|
|
5088
|
-
examples: [
|
|
5089
|
-
{
|
|
5090
|
-
command: "f5xcctl operate stop-tcpdump create {name} --namespace {namespace}",
|
|
5091
|
-
description: "Create stop-tcpdump",
|
|
5092
|
-
use_case: "basic_create",
|
|
5093
|
-
},
|
|
5094
|
-
{
|
|
5095
|
-
command: "f5xcctl operate stop-tcpdump create -f {file}.yaml",
|
|
5096
|
-
description: "Create from YAML file",
|
|
5097
|
-
use_case: "file_based",
|
|
5098
|
-
},
|
|
5099
|
-
],
|
|
5100
4555
|
field_docs: {},
|
|
5101
4556
|
optional_fields: [],
|
|
5102
4557
|
performance_impact: {
|
|
@@ -5109,6 +4564,10 @@ export const supportTools = [
|
|
|
5109
4564
|
creates: ["stop-tcpdump"],
|
|
5110
4565
|
},
|
|
5111
4566
|
},
|
|
4567
|
+
curlExample: null,
|
|
4568
|
+
dependencies: [],
|
|
4569
|
+
oneOfGroups: [],
|
|
4570
|
+
subscriptionRequirements: [],
|
|
5112
4571
|
},
|
|
5113
4572
|
{
|
|
5114
4573
|
toolName: "f5xc-api-support-support-ticket-create",
|
|
@@ -5137,18 +4596,6 @@ export const supportTools = [
|
|
|
5137
4596
|
creates: ["support-ticket"],
|
|
5138
4597
|
},
|
|
5139
4598
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
5140
|
-
cliExamples: [
|
|
5141
|
-
{
|
|
5142
|
-
command: "f5xcctl web support-ticket create -f {file}.yaml",
|
|
5143
|
-
description: "Create from YAML file",
|
|
5144
|
-
use_case: "file_based",
|
|
5145
|
-
},
|
|
5146
|
-
{
|
|
5147
|
-
command: "f5xcctl web support-ticket create {name} --namespace {namespace}",
|
|
5148
|
-
description: "Create support-ticket",
|
|
5149
|
-
use_case: "basic_create",
|
|
5150
|
-
},
|
|
5151
|
-
],
|
|
5152
4599
|
confirmationRequired: false,
|
|
5153
4600
|
parameterExamples: {},
|
|
5154
4601
|
validationRules: {},
|
|
@@ -5191,18 +4638,6 @@ export const supportTools = [
|
|
|
5191
4638
|
},
|
|
5192
4639
|
confirmation_required: false,
|
|
5193
4640
|
danger_level: "medium",
|
|
5194
|
-
examples: [
|
|
5195
|
-
{
|
|
5196
|
-
command: "f5xcctl web support-ticket create {name} --namespace {namespace}",
|
|
5197
|
-
description: "Create support-ticket",
|
|
5198
|
-
use_case: "basic_create",
|
|
5199
|
-
},
|
|
5200
|
-
{
|
|
5201
|
-
command: "f5xcctl web support-ticket create -f {file}.yaml",
|
|
5202
|
-
description: "Create from YAML file",
|
|
5203
|
-
use_case: "file_based",
|
|
5204
|
-
},
|
|
5205
|
-
],
|
|
5206
4641
|
field_docs: {},
|
|
5207
4642
|
optional_fields: [],
|
|
5208
4643
|
performance_impact: {
|
|
@@ -5215,6 +4650,10 @@ export const supportTools = [
|
|
|
5215
4650
|
creates: ["support-ticket"],
|
|
5216
4651
|
},
|
|
5217
4652
|
},
|
|
4653
|
+
curlExample: null,
|
|
4654
|
+
dependencies: [],
|
|
4655
|
+
oneOfGroups: [],
|
|
4656
|
+
subscriptionRequirements: [],
|
|
5218
4657
|
},
|
|
5219
4658
|
{
|
|
5220
4659
|
toolName: "f5xc-api-support-tax-exempt-request-create",
|
|
@@ -5243,18 +4682,6 @@ export const supportTools = [
|
|
|
5243
4682
|
creates: ["tax-exempt-request"],
|
|
5244
4683
|
},
|
|
5245
4684
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
5246
|
-
cliExamples: [
|
|
5247
|
-
{
|
|
5248
|
-
command: "f5xcctl web tax-exempt-request create -f {file}.yaml",
|
|
5249
|
-
description: "Create from YAML file",
|
|
5250
|
-
use_case: "file_based",
|
|
5251
|
-
},
|
|
5252
|
-
{
|
|
5253
|
-
command: "f5xcctl web tax-exempt-request create {name} --namespace {namespace}",
|
|
5254
|
-
description: "Create tax-exempt-request",
|
|
5255
|
-
use_case: "basic_create",
|
|
5256
|
-
},
|
|
5257
|
-
],
|
|
5258
4685
|
confirmationRequired: false,
|
|
5259
4686
|
parameterExamples: {},
|
|
5260
4687
|
validationRules: {},
|
|
@@ -5300,18 +4727,6 @@ export const supportTools = [
|
|
|
5300
4727
|
},
|
|
5301
4728
|
confirmation_required: false,
|
|
5302
4729
|
danger_level: "medium",
|
|
5303
|
-
examples: [
|
|
5304
|
-
{
|
|
5305
|
-
command: "f5xcctl web tax-exempt-request create {name} --namespace {namespace}",
|
|
5306
|
-
description: "Create tax-exempt-request",
|
|
5307
|
-
use_case: "basic_create",
|
|
5308
|
-
},
|
|
5309
|
-
{
|
|
5310
|
-
command: "f5xcctl web tax-exempt-request create -f {file}.yaml",
|
|
5311
|
-
description: "Create from YAML file",
|
|
5312
|
-
use_case: "file_based",
|
|
5313
|
-
},
|
|
5314
|
-
],
|
|
5315
4730
|
field_docs: {},
|
|
5316
4731
|
optional_fields: [],
|
|
5317
4732
|
performance_impact: {
|
|
@@ -5324,6 +4739,18 @@ export const supportTools = [
|
|
|
5324
4739
|
creates: ["tax-exempt-request"],
|
|
5325
4740
|
},
|
|
5326
4741
|
},
|
|
4742
|
+
curlExample: null,
|
|
4743
|
+
dependencies: [
|
|
4744
|
+
{
|
|
4745
|
+
domain: "",
|
|
4746
|
+
fieldPath: "attachments[]",
|
|
4747
|
+
inline: false,
|
|
4748
|
+
required: false,
|
|
4749
|
+
resourceType: "customer-support-attachment",
|
|
4750
|
+
},
|
|
4751
|
+
],
|
|
4752
|
+
oneOfGroups: [],
|
|
4753
|
+
subscriptionRequirements: [],
|
|
5327
4754
|
},
|
|
5328
4755
|
{
|
|
5329
4756
|
toolName: "f5xc-api-support-tcpdump-create",
|
|
@@ -5375,18 +4802,6 @@ export const supportTools = [
|
|
|
5375
4802
|
creates: ["tcpdump"],
|
|
5376
4803
|
},
|
|
5377
4804
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.site"],
|
|
5378
|
-
cliExamples: [
|
|
5379
|
-
{
|
|
5380
|
-
command: "f5xcctl operate tcpdump create -f {file}.yaml",
|
|
5381
|
-
description: "Create from YAML file",
|
|
5382
|
-
use_case: "file_based",
|
|
5383
|
-
},
|
|
5384
|
-
{
|
|
5385
|
-
command: "f5xcctl operate tcpdump create {name} --namespace {namespace}",
|
|
5386
|
-
description: "Create tcpdump",
|
|
5387
|
-
use_case: "basic_create",
|
|
5388
|
-
},
|
|
5389
|
-
],
|
|
5390
4805
|
confirmationRequired: false,
|
|
5391
4806
|
parameterExamples: {
|
|
5392
4807
|
namespace: "System",
|
|
@@ -5432,18 +4847,6 @@ export const supportTools = [
|
|
|
5432
4847
|
},
|
|
5433
4848
|
confirmation_required: false,
|
|
5434
4849
|
danger_level: "medium",
|
|
5435
|
-
examples: [
|
|
5436
|
-
{
|
|
5437
|
-
command: "f5xcctl operate tcpdump create {name} --namespace {namespace}",
|
|
5438
|
-
description: "Create tcpdump",
|
|
5439
|
-
use_case: "basic_create",
|
|
5440
|
-
},
|
|
5441
|
-
{
|
|
5442
|
-
command: "f5xcctl operate tcpdump create -f {file}.yaml",
|
|
5443
|
-
description: "Create from YAML file",
|
|
5444
|
-
use_case: "file_based",
|
|
5445
|
-
},
|
|
5446
|
-
],
|
|
5447
4850
|
field_docs: {},
|
|
5448
4851
|
optional_fields: [],
|
|
5449
4852
|
performance_impact: {
|
|
@@ -5456,6 +4859,10 @@ export const supportTools = [
|
|
|
5456
4859
|
creates: ["tcpdump"],
|
|
5457
4860
|
},
|
|
5458
4861
|
},
|
|
4862
|
+
curlExample: null,
|
|
4863
|
+
dependencies: [],
|
|
4864
|
+
oneOfGroups: [],
|
|
4865
|
+
subscriptionRequirements: [],
|
|
5459
4866
|
},
|
|
5460
4867
|
{
|
|
5461
4868
|
toolName: "f5xc-api-support-ticket-tracking-system-create",
|
|
@@ -5496,18 +4903,6 @@ export const supportTools = [
|
|
|
5496
4903
|
creates: ["ticket-tracking-system"],
|
|
5497
4904
|
},
|
|
5498
4905
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
5499
|
-
cliExamples: [
|
|
5500
|
-
{
|
|
5501
|
-
command: "f5xcctl web ticket-tracking-system create -f {file}.yaml",
|
|
5502
|
-
description: "Create from YAML file",
|
|
5503
|
-
use_case: "file_based",
|
|
5504
|
-
},
|
|
5505
|
-
{
|
|
5506
|
-
command: "f5xcctl web ticket-tracking-system create {name} --namespace {namespace}",
|
|
5507
|
-
description: "Create ticket-tracking-system",
|
|
5508
|
-
use_case: "basic_create",
|
|
5509
|
-
},
|
|
5510
|
-
],
|
|
5511
4906
|
confirmationRequired: false,
|
|
5512
4907
|
parameterExamples: {
|
|
5513
4908
|
"metadata.namespace": "Staging",
|
|
@@ -5555,18 +4950,6 @@ export const supportTools = [
|
|
|
5555
4950
|
},
|
|
5556
4951
|
confirmation_required: false,
|
|
5557
4952
|
danger_level: "medium",
|
|
5558
|
-
examples: [
|
|
5559
|
-
{
|
|
5560
|
-
command: "f5xcctl web ticket-tracking-system create {name} --namespace {namespace}",
|
|
5561
|
-
description: "Create ticket-tracking-system",
|
|
5562
|
-
use_case: "basic_create",
|
|
5563
|
-
},
|
|
5564
|
-
{
|
|
5565
|
-
command: "f5xcctl web ticket-tracking-system create -f {file}.yaml",
|
|
5566
|
-
description: "Create from YAML file",
|
|
5567
|
-
use_case: "file_based",
|
|
5568
|
-
},
|
|
5569
|
-
],
|
|
5570
4953
|
field_docs: {},
|
|
5571
4954
|
optional_fields: [],
|
|
5572
4955
|
performance_impact: {
|
|
@@ -5579,6 +4962,32 @@ export const supportTools = [
|
|
|
5579
4962
|
creates: ["ticket-tracking-system"],
|
|
5580
4963
|
},
|
|
5581
4964
|
},
|
|
4965
|
+
curlExample: null,
|
|
4966
|
+
dependencies: [
|
|
4967
|
+
{
|
|
4968
|
+
domain: "",
|
|
4969
|
+
fieldPath: "",
|
|
4970
|
+
inline: false,
|
|
4971
|
+
required: false,
|
|
4972
|
+
resourceType: "ticket-tracking-system",
|
|
4973
|
+
},
|
|
4974
|
+
{
|
|
4975
|
+
domain: "",
|
|
4976
|
+
fieldPath: "metadata",
|
|
4977
|
+
inline: false,
|
|
4978
|
+
required: false,
|
|
4979
|
+
resourceType: "schema-object-create-meta",
|
|
4980
|
+
},
|
|
4981
|
+
{
|
|
4982
|
+
domain: "",
|
|
4983
|
+
fieldPath: "spec",
|
|
4984
|
+
inline: false,
|
|
4985
|
+
required: false,
|
|
4986
|
+
resourceType: "ticket-tracking-system-create",
|
|
4987
|
+
},
|
|
4988
|
+
],
|
|
4989
|
+
oneOfGroups: [],
|
|
4990
|
+
subscriptionRequirements: [],
|
|
5582
4991
|
},
|
|
5583
4992
|
{
|
|
5584
4993
|
toolName: "f5xc-api-support-ticket-tracking-system-delete",
|
|
@@ -5628,13 +5037,6 @@ export const supportTools = [
|
|
|
5628
5037
|
deletes: ["ticket-tracking-system", "contained_resources"],
|
|
5629
5038
|
},
|
|
5630
5039
|
requiredFields: ["path.name", "path.namespace"],
|
|
5631
|
-
cliExamples: [
|
|
5632
|
-
{
|
|
5633
|
-
command: "f5xcctl web ticket-tracking-system delete {name} --namespace {namespace}",
|
|
5634
|
-
description: "Delete ticket-tracking-system",
|
|
5635
|
-
use_case: "delete",
|
|
5636
|
-
},
|
|
5637
|
-
],
|
|
5638
5040
|
confirmationRequired: true,
|
|
5639
5041
|
parameterExamples: {
|
|
5640
5042
|
name: "Name",
|
|
@@ -5680,13 +5082,6 @@ export const supportTools = [
|
|
|
5680
5082
|
},
|
|
5681
5083
|
confirmation_required: true,
|
|
5682
5084
|
danger_level: "high",
|
|
5683
|
-
examples: [
|
|
5684
|
-
{
|
|
5685
|
-
command: "f5xcctl web ticket-tracking-system delete {name} --namespace {namespace}",
|
|
5686
|
-
description: "Delete ticket-tracking-system",
|
|
5687
|
-
use_case: "delete",
|
|
5688
|
-
},
|
|
5689
|
-
],
|
|
5690
5085
|
field_docs: {},
|
|
5691
5086
|
optional_fields: [],
|
|
5692
5087
|
performance_impact: {
|
|
@@ -5699,6 +5094,18 @@ export const supportTools = [
|
|
|
5699
5094
|
deletes: ["ticket-tracking-system", "contained_resources"],
|
|
5700
5095
|
},
|
|
5701
5096
|
},
|
|
5097
|
+
curlExample: null,
|
|
5098
|
+
dependencies: [
|
|
5099
|
+
{
|
|
5100
|
+
domain: "",
|
|
5101
|
+
fieldPath: "",
|
|
5102
|
+
inline: false,
|
|
5103
|
+
required: false,
|
|
5104
|
+
resourceType: "ticket-tracking-system",
|
|
5105
|
+
},
|
|
5106
|
+
],
|
|
5107
|
+
oneOfGroups: [],
|
|
5108
|
+
subscriptionRequirements: [],
|
|
5702
5109
|
},
|
|
5703
5110
|
{
|
|
5704
5111
|
toolName: "f5xc-api-support-ticket-tracking-system-get",
|
|
@@ -5766,13 +5173,6 @@ export const supportTools = [
|
|
|
5766
5173
|
dangerLevel: "low",
|
|
5767
5174
|
sideEffects: null,
|
|
5768
5175
|
requiredFields: ["path.name", "path.namespace"],
|
|
5769
|
-
cliExamples: [
|
|
5770
|
-
{
|
|
5771
|
-
command: "f5xcctl web ticket-tracking-system get {name} --namespace {namespace}",
|
|
5772
|
-
description: "Get specific ticket-tracking-system",
|
|
5773
|
-
use_case: "get_specific",
|
|
5774
|
-
},
|
|
5775
|
-
],
|
|
5776
5176
|
confirmationRequired: false,
|
|
5777
5177
|
parameterExamples: {
|
|
5778
5178
|
name: "Name",
|
|
@@ -5818,13 +5218,6 @@ export const supportTools = [
|
|
|
5818
5218
|
},
|
|
5819
5219
|
confirmation_required: false,
|
|
5820
5220
|
danger_level: "low",
|
|
5821
|
-
examples: [
|
|
5822
|
-
{
|
|
5823
|
-
command: "f5xcctl web ticket-tracking-system get {name} --namespace {namespace}",
|
|
5824
|
-
description: "Get specific ticket-tracking-system",
|
|
5825
|
-
use_case: "get_specific",
|
|
5826
|
-
},
|
|
5827
|
-
],
|
|
5828
5221
|
field_docs: {},
|
|
5829
5222
|
optional_fields: [],
|
|
5830
5223
|
performance_impact: {
|
|
@@ -5835,6 +5228,10 @@ export const supportTools = [
|
|
|
5835
5228
|
required_fields: ["path.name", "path.namespace"],
|
|
5836
5229
|
side_effects: {},
|
|
5837
5230
|
},
|
|
5231
|
+
curlExample: null,
|
|
5232
|
+
dependencies: [],
|
|
5233
|
+
oneOfGroups: [],
|
|
5234
|
+
subscriptionRequirements: [],
|
|
5838
5235
|
},
|
|
5839
5236
|
{
|
|
5840
5237
|
toolName: "f5xc-api-support-ticket-tracking-system-list",
|
|
@@ -5909,13 +5306,6 @@ export const supportTools = [
|
|
|
5909
5306
|
dangerLevel: "low",
|
|
5910
5307
|
sideEffects: null,
|
|
5911
5308
|
requiredFields: ["path.namespace"],
|
|
5912
|
-
cliExamples: [
|
|
5913
|
-
{
|
|
5914
|
-
command: "f5xcctl web ticket-tracking-system list --namespace {namespace}",
|
|
5915
|
-
description: "List all ticket-tracking-systems",
|
|
5916
|
-
use_case: "list_all",
|
|
5917
|
-
},
|
|
5918
|
-
],
|
|
5919
5309
|
confirmationRequired: false,
|
|
5920
5310
|
parameterExamples: {
|
|
5921
5311
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -5961,13 +5351,6 @@ export const supportTools = [
|
|
|
5961
5351
|
},
|
|
5962
5352
|
confirmation_required: false,
|
|
5963
5353
|
danger_level: "low",
|
|
5964
|
-
examples: [
|
|
5965
|
-
{
|
|
5966
|
-
command: "f5xcctl web ticket-tracking-system list --namespace {namespace}",
|
|
5967
|
-
description: "List all ticket-tracking-systems",
|
|
5968
|
-
use_case: "list_all",
|
|
5969
|
-
},
|
|
5970
|
-
],
|
|
5971
5354
|
field_docs: {},
|
|
5972
5355
|
optional_fields: [],
|
|
5973
5356
|
performance_impact: {
|
|
@@ -5978,6 +5361,10 @@ export const supportTools = [
|
|
|
5978
5361
|
required_fields: ["path.namespace"],
|
|
5979
5362
|
side_effects: {},
|
|
5980
5363
|
},
|
|
5364
|
+
curlExample: null,
|
|
5365
|
+
dependencies: [],
|
|
5366
|
+
oneOfGroups: [],
|
|
5367
|
+
subscriptionRequirements: [],
|
|
5981
5368
|
},
|
|
5982
5369
|
{
|
|
5983
5370
|
toolName: "f5xc-api-support-ticket-tracking-system-update",
|
|
@@ -6029,13 +5416,6 @@ export const supportTools = [
|
|
|
6029
5416
|
modifies: ["ticket-tracking-system"],
|
|
6030
5417
|
},
|
|
6031
5418
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
6032
|
-
cliExamples: [
|
|
6033
|
-
{
|
|
6034
|
-
command: "f5xcctl web ticket-tracking-system update {name} --namespace {namespace} -f {file}.yaml",
|
|
6035
|
-
description: "Update ticket-tracking-system",
|
|
6036
|
-
use_case: "update",
|
|
6037
|
-
},
|
|
6038
|
-
],
|
|
6039
5419
|
confirmationRequired: false,
|
|
6040
5420
|
parameterExamples: {
|
|
6041
5421
|
"metadata.name": "Example-corp-web.",
|
|
@@ -6081,13 +5461,6 @@ export const supportTools = [
|
|
|
6081
5461
|
},
|
|
6082
5462
|
confirmation_required: false,
|
|
6083
5463
|
danger_level: "medium",
|
|
6084
|
-
examples: [
|
|
6085
|
-
{
|
|
6086
|
-
command: "f5xcctl web ticket-tracking-system update {name} --namespace {namespace} -f {file}.yaml",
|
|
6087
|
-
description: "Update ticket-tracking-system",
|
|
6088
|
-
use_case: "update",
|
|
6089
|
-
},
|
|
6090
|
-
],
|
|
6091
5464
|
field_docs: {},
|
|
6092
5465
|
optional_fields: [],
|
|
6093
5466
|
performance_impact: {
|
|
@@ -6100,6 +5473,32 @@ export const supportTools = [
|
|
|
6100
5473
|
modifies: ["ticket-tracking-system"],
|
|
6101
5474
|
},
|
|
6102
5475
|
},
|
|
5476
|
+
curlExample: null,
|
|
5477
|
+
dependencies: [
|
|
5478
|
+
{
|
|
5479
|
+
domain: "",
|
|
5480
|
+
fieldPath: "",
|
|
5481
|
+
inline: false,
|
|
5482
|
+
required: false,
|
|
5483
|
+
resourceType: "ticket-tracking-system",
|
|
5484
|
+
},
|
|
5485
|
+
{
|
|
5486
|
+
domain: "",
|
|
5487
|
+
fieldPath: "metadata",
|
|
5488
|
+
inline: false,
|
|
5489
|
+
required: false,
|
|
5490
|
+
resourceType: "schema-object-replace-meta",
|
|
5491
|
+
},
|
|
5492
|
+
{
|
|
5493
|
+
domain: "",
|
|
5494
|
+
fieldPath: "spec",
|
|
5495
|
+
inline: false,
|
|
5496
|
+
required: false,
|
|
5497
|
+
resourceType: "ticket-tracking-system-replace",
|
|
5498
|
+
},
|
|
5499
|
+
],
|
|
5500
|
+
oneOfGroups: [],
|
|
5501
|
+
subscriptionRequirements: [],
|
|
6103
5502
|
},
|
|
6104
5503
|
{
|
|
6105
5504
|
toolName: "f5xc-api-support-validate-ticket-tracking-system-create",
|
|
@@ -6128,18 +5527,6 @@ export const supportTools = [
|
|
|
6128
5527
|
creates: ["validate-ticket-tracking-system"],
|
|
6129
5528
|
},
|
|
6130
5529
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
6131
|
-
cliExamples: [
|
|
6132
|
-
{
|
|
6133
|
-
command: "f5xcctl web validate-ticket-tracking-system create -f {file}.yaml",
|
|
6134
|
-
description: "Create from YAML file",
|
|
6135
|
-
use_case: "file_based",
|
|
6136
|
-
},
|
|
6137
|
-
{
|
|
6138
|
-
command: "f5xcctl web validate-ticket-tracking-system create {name} --namespace {namespace}",
|
|
6139
|
-
description: "Create validate-ticket-tracking-system",
|
|
6140
|
-
use_case: "basic_create",
|
|
6141
|
-
},
|
|
6142
|
-
],
|
|
6143
5530
|
confirmationRequired: false,
|
|
6144
5531
|
parameterExamples: {},
|
|
6145
5532
|
validationRules: {},
|
|
@@ -6185,18 +5572,6 @@ export const supportTools = [
|
|
|
6185
5572
|
},
|
|
6186
5573
|
confirmation_required: false,
|
|
6187
5574
|
danger_level: "medium",
|
|
6188
|
-
examples: [
|
|
6189
|
-
{
|
|
6190
|
-
command: "f5xcctl web validate-ticket-tracking-system create {name} --namespace {namespace}",
|
|
6191
|
-
description: "Create validate-ticket-tracking-system",
|
|
6192
|
-
use_case: "basic_create",
|
|
6193
|
-
},
|
|
6194
|
-
{
|
|
6195
|
-
command: "f5xcctl web validate-ticket-tracking-system create -f {file}.yaml",
|
|
6196
|
-
description: "Create from YAML file",
|
|
6197
|
-
use_case: "file_based",
|
|
6198
|
-
},
|
|
6199
|
-
],
|
|
6200
5575
|
field_docs: {},
|
|
6201
5576
|
optional_fields: [],
|
|
6202
5577
|
performance_impact: {
|
|
@@ -6209,6 +5584,24 @@ export const supportTools = [
|
|
|
6209
5584
|
creates: ["validate-ticket-tracking-system"],
|
|
6210
5585
|
},
|
|
6211
5586
|
},
|
|
5587
|
+
curlExample: null,
|
|
5588
|
+
dependencies: [
|
|
5589
|
+
{
|
|
5590
|
+
domain: "",
|
|
5591
|
+
fieldPath: "jira_config",
|
|
5592
|
+
inline: false,
|
|
5593
|
+
required: false,
|
|
5594
|
+
resourceType: "ticket-tracking-system-jira-configuration",
|
|
5595
|
+
},
|
|
5596
|
+
],
|
|
5597
|
+
oneOfGroups: [
|
|
5598
|
+
{
|
|
5599
|
+
choiceField: "provider_config",
|
|
5600
|
+
fieldPath: "provider_config",
|
|
5601
|
+
options: ["jira_config"],
|
|
5602
|
+
},
|
|
5603
|
+
],
|
|
5604
|
+
subscriptionRequirements: [],
|
|
6212
5605
|
},
|
|
6213
5606
|
];
|
|
6214
5607
|
export default supportTools;
|