@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
|
@@ -42,18 +42,6 @@ export const statisticsTools = [
|
|
|
42
42
|
creates: ["aggregation"],
|
|
43
43
|
},
|
|
44
44
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
45
|
-
cliExamples: [
|
|
46
|
-
{
|
|
47
|
-
command: "f5xcctl data aggregation create {name} --namespace {namespace}",
|
|
48
|
-
description: "Create aggregation",
|
|
49
|
-
use_case: "basic_create",
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
command: "f5xcctl data aggregation create -f {file}.yaml",
|
|
53
|
-
description: "Create from YAML file",
|
|
54
|
-
use_case: "file_based",
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
45
|
confirmationRequired: false,
|
|
58
46
|
parameterExamples: {
|
|
59
47
|
namespace: "Value",
|
|
@@ -98,18 +86,6 @@ export const statisticsTools = [
|
|
|
98
86
|
},
|
|
99
87
|
confirmation_required: false,
|
|
100
88
|
danger_level: "medium",
|
|
101
|
-
examples: [
|
|
102
|
-
{
|
|
103
|
-
command: "f5xcctl data aggregation create {name} --namespace {namespace}",
|
|
104
|
-
description: "Create aggregation",
|
|
105
|
-
use_case: "basic_create",
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
command: "f5xcctl data aggregation create -f {file}.yaml",
|
|
109
|
-
description: "Create from YAML file",
|
|
110
|
-
use_case: "file_based",
|
|
111
|
-
},
|
|
112
|
-
],
|
|
113
89
|
field_docs: {},
|
|
114
90
|
optional_fields: [],
|
|
115
91
|
performance_impact: {
|
|
@@ -122,6 +98,10 @@ export const statisticsTools = [
|
|
|
122
98
|
creates: ["aggregation"],
|
|
123
99
|
},
|
|
124
100
|
},
|
|
101
|
+
curlExample: null,
|
|
102
|
+
dependencies: [],
|
|
103
|
+
oneOfGroups: [],
|
|
104
|
+
subscriptionRequirements: [],
|
|
125
105
|
},
|
|
126
106
|
{
|
|
127
107
|
toolName: "f5xc-api-statistics-alert-policy-create",
|
|
@@ -162,18 +142,6 @@ export const statisticsTools = [
|
|
|
162
142
|
creates: ["alert-policy"],
|
|
163
143
|
},
|
|
164
144
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
165
|
-
cliExamples: [
|
|
166
|
-
{
|
|
167
|
-
command: "f5xcctl config alert-policy create {name} --namespace {namespace}",
|
|
168
|
-
description: "Create alert-policy",
|
|
169
|
-
use_case: "basic_create",
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
command: "f5xcctl config alert-policy create -f {file}.yaml",
|
|
173
|
-
description: "Create from YAML file",
|
|
174
|
-
use_case: "file_based",
|
|
175
|
-
},
|
|
176
|
-
],
|
|
177
145
|
confirmationRequired: false,
|
|
178
146
|
parameterExamples: {
|
|
179
147
|
"metadata.namespace": "Staging",
|
|
@@ -218,18 +186,6 @@ export const statisticsTools = [
|
|
|
218
186
|
},
|
|
219
187
|
confirmation_required: false,
|
|
220
188
|
danger_level: "medium",
|
|
221
|
-
examples: [
|
|
222
|
-
{
|
|
223
|
-
command: "f5xcctl config alert-policy create {name} --namespace {namespace}",
|
|
224
|
-
description: "Create alert-policy",
|
|
225
|
-
use_case: "basic_create",
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
command: "f5xcctl config alert-policy create -f {file}.yaml",
|
|
229
|
-
description: "Create from YAML file",
|
|
230
|
-
use_case: "file_based",
|
|
231
|
-
},
|
|
232
|
-
],
|
|
233
189
|
field_docs: {},
|
|
234
190
|
optional_fields: [],
|
|
235
191
|
performance_impact: {
|
|
@@ -242,6 +198,32 @@ export const statisticsTools = [
|
|
|
242
198
|
creates: ["alert-policy"],
|
|
243
199
|
},
|
|
244
200
|
},
|
|
201
|
+
curlExample: null,
|
|
202
|
+
dependencies: [
|
|
203
|
+
{
|
|
204
|
+
domain: "",
|
|
205
|
+
fieldPath: "",
|
|
206
|
+
inline: false,
|
|
207
|
+
required: false,
|
|
208
|
+
resourceType: "alert-policy",
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
domain: "",
|
|
212
|
+
fieldPath: "metadata",
|
|
213
|
+
inline: false,
|
|
214
|
+
required: false,
|
|
215
|
+
resourceType: "schema-object-create-meta",
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
domain: "",
|
|
219
|
+
fieldPath: "spec",
|
|
220
|
+
inline: false,
|
|
221
|
+
required: false,
|
|
222
|
+
resourceType: "alert-policy-create",
|
|
223
|
+
},
|
|
224
|
+
],
|
|
225
|
+
oneOfGroups: [],
|
|
226
|
+
subscriptionRequirements: [],
|
|
245
227
|
},
|
|
246
228
|
{
|
|
247
229
|
toolName: "f5xc-api-statistics-alert-policy-delete",
|
|
@@ -291,13 +273,6 @@ export const statisticsTools = [
|
|
|
291
273
|
deletes: ["alert-policy", "contained_resources"],
|
|
292
274
|
},
|
|
293
275
|
requiredFields: ["path.name", "path.namespace"],
|
|
294
|
-
cliExamples: [
|
|
295
|
-
{
|
|
296
|
-
command: "f5xcctl config alert-policy delete {name} --namespace {namespace}",
|
|
297
|
-
description: "Delete alert-policy",
|
|
298
|
-
use_case: "delete",
|
|
299
|
-
},
|
|
300
|
-
],
|
|
301
276
|
confirmationRequired: true,
|
|
302
277
|
parameterExamples: {
|
|
303
278
|
name: "Name",
|
|
@@ -343,13 +318,6 @@ export const statisticsTools = [
|
|
|
343
318
|
},
|
|
344
319
|
confirmation_required: true,
|
|
345
320
|
danger_level: "high",
|
|
346
|
-
examples: [
|
|
347
|
-
{
|
|
348
|
-
command: "f5xcctl config alert-policy delete {name} --namespace {namespace}",
|
|
349
|
-
description: "Delete alert-policy",
|
|
350
|
-
use_case: "delete",
|
|
351
|
-
},
|
|
352
|
-
],
|
|
353
321
|
field_docs: {},
|
|
354
322
|
optional_fields: [],
|
|
355
323
|
performance_impact: {
|
|
@@ -362,6 +330,18 @@ export const statisticsTools = [
|
|
|
362
330
|
deletes: ["alert-policy", "contained_resources"],
|
|
363
331
|
},
|
|
364
332
|
},
|
|
333
|
+
curlExample: null,
|
|
334
|
+
dependencies: [
|
|
335
|
+
{
|
|
336
|
+
domain: "",
|
|
337
|
+
fieldPath: "",
|
|
338
|
+
inline: false,
|
|
339
|
+
required: false,
|
|
340
|
+
resourceType: "alert-policy",
|
|
341
|
+
},
|
|
342
|
+
],
|
|
343
|
+
oneOfGroups: [],
|
|
344
|
+
subscriptionRequirements: [],
|
|
365
345
|
},
|
|
366
346
|
{
|
|
367
347
|
toolName: "f5xc-api-statistics-alert-policy-get",
|
|
@@ -430,13 +410,6 @@ export const statisticsTools = [
|
|
|
430
410
|
dangerLevel: "low",
|
|
431
411
|
sideEffects: null,
|
|
432
412
|
requiredFields: ["path.name", "path.namespace"],
|
|
433
|
-
cliExamples: [
|
|
434
|
-
{
|
|
435
|
-
command: "f5xcctl config alert-policy get {name} --namespace {namespace}",
|
|
436
|
-
description: "Get specific alert-policy",
|
|
437
|
-
use_case: "get_specific",
|
|
438
|
-
},
|
|
439
|
-
],
|
|
440
413
|
confirmationRequired: false,
|
|
441
414
|
parameterExamples: {
|
|
442
415
|
name: "Name",
|
|
@@ -482,13 +455,6 @@ export const statisticsTools = [
|
|
|
482
455
|
},
|
|
483
456
|
confirmation_required: false,
|
|
484
457
|
danger_level: "low",
|
|
485
|
-
examples: [
|
|
486
|
-
{
|
|
487
|
-
command: "f5xcctl config alert-policy get {name} --namespace {namespace}",
|
|
488
|
-
description: "Get specific alert-policy",
|
|
489
|
-
use_case: "get_specific",
|
|
490
|
-
},
|
|
491
|
-
],
|
|
492
458
|
field_docs: {},
|
|
493
459
|
optional_fields: [],
|
|
494
460
|
performance_impact: {
|
|
@@ -499,6 +465,10 @@ export const statisticsTools = [
|
|
|
499
465
|
required_fields: ["path.name", "path.namespace"],
|
|
500
466
|
side_effects: {},
|
|
501
467
|
},
|
|
468
|
+
curlExample: null,
|
|
469
|
+
dependencies: [],
|
|
470
|
+
oneOfGroups: [],
|
|
471
|
+
subscriptionRequirements: [],
|
|
502
472
|
},
|
|
503
473
|
{
|
|
504
474
|
toolName: "f5xc-api-statistics-alert-policy-list",
|
|
@@ -573,13 +543,6 @@ export const statisticsTools = [
|
|
|
573
543
|
dangerLevel: "low",
|
|
574
544
|
sideEffects: null,
|
|
575
545
|
requiredFields: ["path.namespace"],
|
|
576
|
-
cliExamples: [
|
|
577
|
-
{
|
|
578
|
-
command: "f5xcctl config alert-policy list --namespace {namespace}",
|
|
579
|
-
description: "List all alert-policys",
|
|
580
|
-
use_case: "list_all",
|
|
581
|
-
},
|
|
582
|
-
],
|
|
583
546
|
confirmationRequired: false,
|
|
584
547
|
parameterExamples: {
|
|
585
548
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -625,13 +588,6 @@ export const statisticsTools = [
|
|
|
625
588
|
},
|
|
626
589
|
confirmation_required: false,
|
|
627
590
|
danger_level: "low",
|
|
628
|
-
examples: [
|
|
629
|
-
{
|
|
630
|
-
command: "f5xcctl config alert-policy list --namespace {namespace}",
|
|
631
|
-
description: "List all alert-policys",
|
|
632
|
-
use_case: "list_all",
|
|
633
|
-
},
|
|
634
|
-
],
|
|
635
591
|
field_docs: {},
|
|
636
592
|
optional_fields: [],
|
|
637
593
|
performance_impact: {
|
|
@@ -642,6 +598,10 @@ export const statisticsTools = [
|
|
|
642
598
|
required_fields: ["path.namespace"],
|
|
643
599
|
side_effects: {},
|
|
644
600
|
},
|
|
601
|
+
curlExample: null,
|
|
602
|
+
dependencies: [],
|
|
603
|
+
oneOfGroups: [],
|
|
604
|
+
subscriptionRequirements: [],
|
|
645
605
|
},
|
|
646
606
|
{
|
|
647
607
|
toolName: "f5xc-api-statistics-alert-policy-update",
|
|
@@ -693,13 +653,6 @@ export const statisticsTools = [
|
|
|
693
653
|
modifies: ["alert-policy"],
|
|
694
654
|
},
|
|
695
655
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
696
|
-
cliExamples: [
|
|
697
|
-
{
|
|
698
|
-
command: "f5xcctl config alert-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
699
|
-
description: "Update alert-policy",
|
|
700
|
-
use_case: "update",
|
|
701
|
-
},
|
|
702
|
-
],
|
|
703
656
|
confirmationRequired: false,
|
|
704
657
|
parameterExamples: {
|
|
705
658
|
"metadata.name": "Example-corp-web.",
|
|
@@ -745,13 +698,6 @@ export const statisticsTools = [
|
|
|
745
698
|
},
|
|
746
699
|
confirmation_required: false,
|
|
747
700
|
danger_level: "medium",
|
|
748
|
-
examples: [
|
|
749
|
-
{
|
|
750
|
-
command: "f5xcctl config alert-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
751
|
-
description: "Update alert-policy",
|
|
752
|
-
use_case: "update",
|
|
753
|
-
},
|
|
754
|
-
],
|
|
755
701
|
field_docs: {},
|
|
756
702
|
optional_fields: [],
|
|
757
703
|
performance_impact: {
|
|
@@ -764,6 +710,32 @@ export const statisticsTools = [
|
|
|
764
710
|
modifies: ["alert-policy"],
|
|
765
711
|
},
|
|
766
712
|
},
|
|
713
|
+
curlExample: null,
|
|
714
|
+
dependencies: [
|
|
715
|
+
{
|
|
716
|
+
domain: "",
|
|
717
|
+
fieldPath: "",
|
|
718
|
+
inline: false,
|
|
719
|
+
required: false,
|
|
720
|
+
resourceType: "alert-policy",
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
domain: "",
|
|
724
|
+
fieldPath: "metadata",
|
|
725
|
+
inline: false,
|
|
726
|
+
required: false,
|
|
727
|
+
resourceType: "schema-object-replace-meta",
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
domain: "",
|
|
731
|
+
fieldPath: "spec",
|
|
732
|
+
inline: false,
|
|
733
|
+
required: false,
|
|
734
|
+
resourceType: "alert-policy-replace",
|
|
735
|
+
},
|
|
736
|
+
],
|
|
737
|
+
oneOfGroups: [],
|
|
738
|
+
subscriptionRequirements: [],
|
|
767
739
|
},
|
|
768
740
|
{
|
|
769
741
|
toolName: "f5xc-api-statistics-alert-receiver-create",
|
|
@@ -804,18 +776,6 @@ export const statisticsTools = [
|
|
|
804
776
|
creates: ["alert-receiver"],
|
|
805
777
|
},
|
|
806
778
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
807
|
-
cliExamples: [
|
|
808
|
-
{
|
|
809
|
-
command: "f5xcctl config alert-receiver create {name} --namespace {namespace}",
|
|
810
|
-
description: "Create alert-receiver",
|
|
811
|
-
use_case: "basic_create",
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
command: "f5xcctl config alert-receiver create -f {file}.yaml",
|
|
815
|
-
description: "Create from YAML file",
|
|
816
|
-
use_case: "file_based",
|
|
817
|
-
},
|
|
818
|
-
],
|
|
819
779
|
confirmationRequired: false,
|
|
820
780
|
parameterExamples: {
|
|
821
781
|
"metadata.namespace": "Staging",
|
|
@@ -860,18 +820,6 @@ export const statisticsTools = [
|
|
|
860
820
|
},
|
|
861
821
|
confirmation_required: false,
|
|
862
822
|
danger_level: "medium",
|
|
863
|
-
examples: [
|
|
864
|
-
{
|
|
865
|
-
command: "f5xcctl config alert-receiver create {name} --namespace {namespace}",
|
|
866
|
-
description: "Create alert-receiver",
|
|
867
|
-
use_case: "basic_create",
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
command: "f5xcctl config alert-receiver create -f {file}.yaml",
|
|
871
|
-
description: "Create from YAML file",
|
|
872
|
-
use_case: "file_based",
|
|
873
|
-
},
|
|
874
|
-
],
|
|
875
823
|
field_docs: {},
|
|
876
824
|
optional_fields: [],
|
|
877
825
|
performance_impact: {
|
|
@@ -884,6 +832,32 @@ export const statisticsTools = [
|
|
|
884
832
|
creates: ["alert-receiver"],
|
|
885
833
|
},
|
|
886
834
|
},
|
|
835
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/alert_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
836
|
+
dependencies: [
|
|
837
|
+
{
|
|
838
|
+
domain: "",
|
|
839
|
+
fieldPath: "",
|
|
840
|
+
inline: false,
|
|
841
|
+
required: false,
|
|
842
|
+
resourceType: "alert-receiver",
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
domain: "",
|
|
846
|
+
fieldPath: "metadata",
|
|
847
|
+
inline: false,
|
|
848
|
+
required: false,
|
|
849
|
+
resourceType: "schema-object-create-meta",
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
domain: "",
|
|
853
|
+
fieldPath: "spec",
|
|
854
|
+
inline: false,
|
|
855
|
+
required: false,
|
|
856
|
+
resourceType: "alert-receiver-create",
|
|
857
|
+
},
|
|
858
|
+
],
|
|
859
|
+
oneOfGroups: [],
|
|
860
|
+
subscriptionRequirements: [],
|
|
887
861
|
},
|
|
888
862
|
{
|
|
889
863
|
toolName: "f5xc-api-statistics-alert-receiver-delete",
|
|
@@ -933,13 +907,6 @@ export const statisticsTools = [
|
|
|
933
907
|
deletes: ["alert-receiver", "contained_resources"],
|
|
934
908
|
},
|
|
935
909
|
requiredFields: ["path.name", "path.namespace"],
|
|
936
|
-
cliExamples: [
|
|
937
|
-
{
|
|
938
|
-
command: "f5xcctl config alert-receiver delete {name} --namespace {namespace}",
|
|
939
|
-
description: "Delete alert-receiver",
|
|
940
|
-
use_case: "delete",
|
|
941
|
-
},
|
|
942
|
-
],
|
|
943
910
|
confirmationRequired: true,
|
|
944
911
|
parameterExamples: {
|
|
945
912
|
name: "Name",
|
|
@@ -985,13 +952,6 @@ export const statisticsTools = [
|
|
|
985
952
|
},
|
|
986
953
|
confirmation_required: true,
|
|
987
954
|
danger_level: "high",
|
|
988
|
-
examples: [
|
|
989
|
-
{
|
|
990
|
-
command: "f5xcctl config alert-receiver delete {name} --namespace {namespace}",
|
|
991
|
-
description: "Delete alert-receiver",
|
|
992
|
-
use_case: "delete",
|
|
993
|
-
},
|
|
994
|
-
],
|
|
995
955
|
field_docs: {},
|
|
996
956
|
optional_fields: [],
|
|
997
957
|
performance_impact: {
|
|
@@ -1004,6 +964,18 @@ export const statisticsTools = [
|
|
|
1004
964
|
deletes: ["alert-receiver", "contained_resources"],
|
|
1005
965
|
},
|
|
1006
966
|
},
|
|
967
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/alert_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
968
|
+
dependencies: [
|
|
969
|
+
{
|
|
970
|
+
domain: "",
|
|
971
|
+
fieldPath: "",
|
|
972
|
+
inline: false,
|
|
973
|
+
required: false,
|
|
974
|
+
resourceType: "alert-receiver",
|
|
975
|
+
},
|
|
976
|
+
],
|
|
977
|
+
oneOfGroups: [],
|
|
978
|
+
subscriptionRequirements: [],
|
|
1007
979
|
},
|
|
1008
980
|
{
|
|
1009
981
|
toolName: "f5xc-api-statistics-alert-receiver-get",
|
|
@@ -1072,13 +1044,6 @@ export const statisticsTools = [
|
|
|
1072
1044
|
dangerLevel: "low",
|
|
1073
1045
|
sideEffects: null,
|
|
1074
1046
|
requiredFields: ["path.name", "path.namespace"],
|
|
1075
|
-
cliExamples: [
|
|
1076
|
-
{
|
|
1077
|
-
command: "f5xcctl config alert-receiver get {name} --namespace {namespace}",
|
|
1078
|
-
description: "Get specific alert-receiver",
|
|
1079
|
-
use_case: "get_specific",
|
|
1080
|
-
},
|
|
1081
|
-
],
|
|
1082
1047
|
confirmationRequired: false,
|
|
1083
1048
|
parameterExamples: {
|
|
1084
1049
|
name: "Name",
|
|
@@ -1124,13 +1089,6 @@ export const statisticsTools = [
|
|
|
1124
1089
|
},
|
|
1125
1090
|
confirmation_required: false,
|
|
1126
1091
|
danger_level: "low",
|
|
1127
|
-
examples: [
|
|
1128
|
-
{
|
|
1129
|
-
command: "f5xcctl config alert-receiver get {name} --namespace {namespace}",
|
|
1130
|
-
description: "Get specific alert-receiver",
|
|
1131
|
-
use_case: "get_specific",
|
|
1132
|
-
},
|
|
1133
|
-
],
|
|
1134
1092
|
field_docs: {},
|
|
1135
1093
|
optional_fields: [],
|
|
1136
1094
|
performance_impact: {
|
|
@@ -1141,6 +1099,10 @@ export const statisticsTools = [
|
|
|
1141
1099
|
required_fields: ["path.name", "path.namespace"],
|
|
1142
1100
|
side_effects: {},
|
|
1143
1101
|
},
|
|
1102
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/alert_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1103
|
+
dependencies: [],
|
|
1104
|
+
oneOfGroups: [],
|
|
1105
|
+
subscriptionRequirements: [],
|
|
1144
1106
|
},
|
|
1145
1107
|
{
|
|
1146
1108
|
toolName: "f5xc-api-statistics-alert-receiver-list",
|
|
@@ -1215,13 +1177,6 @@ export const statisticsTools = [
|
|
|
1215
1177
|
dangerLevel: "low",
|
|
1216
1178
|
sideEffects: null,
|
|
1217
1179
|
requiredFields: ["path.namespace"],
|
|
1218
|
-
cliExamples: [
|
|
1219
|
-
{
|
|
1220
|
-
command: "f5xcctl config alert-receiver list --namespace {namespace}",
|
|
1221
|
-
description: "List all alert-receivers",
|
|
1222
|
-
use_case: "list_all",
|
|
1223
|
-
},
|
|
1224
|
-
],
|
|
1225
1180
|
confirmationRequired: false,
|
|
1226
1181
|
parameterExamples: {
|
|
1227
1182
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -1267,13 +1222,6 @@ export const statisticsTools = [
|
|
|
1267
1222
|
},
|
|
1268
1223
|
confirmation_required: false,
|
|
1269
1224
|
danger_level: "low",
|
|
1270
|
-
examples: [
|
|
1271
|
-
{
|
|
1272
|
-
command: "f5xcctl config alert-receiver list --namespace {namespace}",
|
|
1273
|
-
description: "List all alert-receivers",
|
|
1274
|
-
use_case: "list_all",
|
|
1275
|
-
},
|
|
1276
|
-
],
|
|
1277
1225
|
field_docs: {},
|
|
1278
1226
|
optional_fields: [],
|
|
1279
1227
|
performance_impact: {
|
|
@@ -1284,6 +1232,10 @@ export const statisticsTools = [
|
|
|
1284
1232
|
required_fields: ["path.namespace"],
|
|
1285
1233
|
side_effects: {},
|
|
1286
1234
|
},
|
|
1235
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/alert_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1236
|
+
dependencies: [],
|
|
1237
|
+
oneOfGroups: [],
|
|
1238
|
+
subscriptionRequirements: [],
|
|
1287
1239
|
},
|
|
1288
1240
|
{
|
|
1289
1241
|
toolName: "f5xc-api-statistics-alert-receiver-update",
|
|
@@ -1335,13 +1287,6 @@ export const statisticsTools = [
|
|
|
1335
1287
|
modifies: ["alert-receiver"],
|
|
1336
1288
|
},
|
|
1337
1289
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
1338
|
-
cliExamples: [
|
|
1339
|
-
{
|
|
1340
|
-
command: "f5xcctl config alert-receiver update {name} --namespace {namespace} -f {file}.yaml",
|
|
1341
|
-
description: "Update alert-receiver",
|
|
1342
|
-
use_case: "update",
|
|
1343
|
-
},
|
|
1344
|
-
],
|
|
1345
1290
|
confirmationRequired: false,
|
|
1346
1291
|
parameterExamples: {
|
|
1347
1292
|
"metadata.name": "Example-corp-web.",
|
|
@@ -1387,13 +1332,6 @@ export const statisticsTools = [
|
|
|
1387
1332
|
},
|
|
1388
1333
|
confirmation_required: false,
|
|
1389
1334
|
danger_level: "medium",
|
|
1390
|
-
examples: [
|
|
1391
|
-
{
|
|
1392
|
-
command: "f5xcctl config alert-receiver update {name} --namespace {namespace} -f {file}.yaml",
|
|
1393
|
-
description: "Update alert-receiver",
|
|
1394
|
-
use_case: "update",
|
|
1395
|
-
},
|
|
1396
|
-
],
|
|
1397
1335
|
field_docs: {},
|
|
1398
1336
|
optional_fields: [],
|
|
1399
1337
|
performance_impact: {
|
|
@@ -1406,6 +1344,32 @@ export const statisticsTools = [
|
|
|
1406
1344
|
modifies: ["alert-receiver"],
|
|
1407
1345
|
},
|
|
1408
1346
|
},
|
|
1347
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/alert_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1348
|
+
dependencies: [
|
|
1349
|
+
{
|
|
1350
|
+
domain: "",
|
|
1351
|
+
fieldPath: "",
|
|
1352
|
+
inline: false,
|
|
1353
|
+
required: false,
|
|
1354
|
+
resourceType: "alert-receiver",
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
domain: "",
|
|
1358
|
+
fieldPath: "metadata",
|
|
1359
|
+
inline: false,
|
|
1360
|
+
required: false,
|
|
1361
|
+
resourceType: "schema-object-replace-meta",
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
domain: "",
|
|
1365
|
+
fieldPath: "spec",
|
|
1366
|
+
inline: false,
|
|
1367
|
+
required: false,
|
|
1368
|
+
resourceType: "alert-receiver-replace",
|
|
1369
|
+
},
|
|
1370
|
+
],
|
|
1371
|
+
oneOfGroups: [],
|
|
1372
|
+
subscriptionRequirements: [],
|
|
1409
1373
|
},
|
|
1410
1374
|
{
|
|
1411
1375
|
toolName: "f5xc-api-statistics-all-ns-alert-list",
|
|
@@ -1501,13 +1465,6 @@ export const statisticsTools = [
|
|
|
1501
1465
|
dangerLevel: "low",
|
|
1502
1466
|
sideEffects: null,
|
|
1503
1467
|
requiredFields: [],
|
|
1504
|
-
cliExamples: [
|
|
1505
|
-
{
|
|
1506
|
-
command: "f5xcctl data all-ns-alert list --namespace {namespace}",
|
|
1507
|
-
description: "List all all-ns-alerts",
|
|
1508
|
-
use_case: "list_all",
|
|
1509
|
-
},
|
|
1510
|
-
],
|
|
1511
1468
|
confirmationRequired: false,
|
|
1512
1469
|
parameterExamples: {
|
|
1513
1470
|
filter: "{alertname=\\.",
|
|
@@ -1557,13 +1514,6 @@ export const statisticsTools = [
|
|
|
1557
1514
|
},
|
|
1558
1515
|
confirmation_required: false,
|
|
1559
1516
|
danger_level: "low",
|
|
1560
|
-
examples: [
|
|
1561
|
-
{
|
|
1562
|
-
command: "f5xcctl data all-ns-alert list --namespace {namespace}",
|
|
1563
|
-
description: "List all all-ns-alerts",
|
|
1564
|
-
use_case: "list_all",
|
|
1565
|
-
},
|
|
1566
|
-
],
|
|
1567
1517
|
field_docs: {},
|
|
1568
1518
|
optional_fields: [],
|
|
1569
1519
|
performance_impact: {
|
|
@@ -1574,6 +1524,10 @@ export const statisticsTools = [
|
|
|
1574
1524
|
required_fields: [],
|
|
1575
1525
|
side_effects: {},
|
|
1576
1526
|
},
|
|
1527
|
+
curlExample: null,
|
|
1528
|
+
dependencies: [],
|
|
1529
|
+
oneOfGroups: [],
|
|
1530
|
+
subscriptionRequirements: [],
|
|
1577
1531
|
},
|
|
1578
1532
|
{
|
|
1579
1533
|
toolName: "f5xc-api-statistics-all-ns-service-create",
|
|
@@ -1600,18 +1554,6 @@ export const statisticsTools = [
|
|
|
1600
1554
|
creates: ["all-ns-service"],
|
|
1601
1555
|
},
|
|
1602
1556
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
1603
|
-
cliExamples: [
|
|
1604
|
-
{
|
|
1605
|
-
command: "f5xcctl data all-ns-service create {name} --namespace {namespace}",
|
|
1606
|
-
description: "Create all-ns-service",
|
|
1607
|
-
use_case: "basic_create",
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
command: "f5xcctl data all-ns-service create -f {file}.yaml",
|
|
1611
|
-
description: "Create from YAML file",
|
|
1612
|
-
use_case: "file_based",
|
|
1613
|
-
},
|
|
1614
|
-
],
|
|
1615
1557
|
confirmationRequired: false,
|
|
1616
1558
|
parameterExamples: {},
|
|
1617
1559
|
validationRules: {},
|
|
@@ -1654,18 +1596,6 @@ export const statisticsTools = [
|
|
|
1654
1596
|
},
|
|
1655
1597
|
confirmation_required: false,
|
|
1656
1598
|
danger_level: "medium",
|
|
1657
|
-
examples: [
|
|
1658
|
-
{
|
|
1659
|
-
command: "f5xcctl data all-ns-service create {name} --namespace {namespace}",
|
|
1660
|
-
description: "Create all-ns-service",
|
|
1661
|
-
use_case: "basic_create",
|
|
1662
|
-
},
|
|
1663
|
-
{
|
|
1664
|
-
command: "f5xcctl data all-ns-service create -f {file}.yaml",
|
|
1665
|
-
description: "Create from YAML file",
|
|
1666
|
-
use_case: "file_based",
|
|
1667
|
-
},
|
|
1668
|
-
],
|
|
1669
1599
|
field_docs: {},
|
|
1670
1600
|
optional_fields: [],
|
|
1671
1601
|
performance_impact: {
|
|
@@ -1678,6 +1608,10 @@ export const statisticsTools = [
|
|
|
1678
1608
|
creates: ["all-ns-service"],
|
|
1679
1609
|
},
|
|
1680
1610
|
},
|
|
1611
|
+
curlExample: null,
|
|
1612
|
+
dependencies: [],
|
|
1613
|
+
oneOfGroups: [],
|
|
1614
|
+
subscriptionRequirements: [],
|
|
1681
1615
|
},
|
|
1682
1616
|
{
|
|
1683
1617
|
toolName: "f5xc-api-statistics-by-application-create",
|
|
@@ -1729,18 +1663,6 @@ export const statisticsTools = [
|
|
|
1729
1663
|
creates: ["by-application"],
|
|
1730
1664
|
},
|
|
1731
1665
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.network_id"],
|
|
1732
|
-
cliExamples: [
|
|
1733
|
-
{
|
|
1734
|
-
command: "f5xcctl infraprotect by-application create {name} --namespace {namespace}",
|
|
1735
|
-
description: "Create by-application",
|
|
1736
|
-
use_case: "basic_create",
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
command: "f5xcctl infraprotect by-application create -f {file}.yaml",
|
|
1740
|
-
description: "Create from YAML file",
|
|
1741
|
-
use_case: "file_based",
|
|
1742
|
-
},
|
|
1743
|
-
],
|
|
1744
1666
|
confirmationRequired: false,
|
|
1745
1667
|
parameterExamples: {
|
|
1746
1668
|
namespace: "Value",
|
|
@@ -1786,18 +1708,6 @@ export const statisticsTools = [
|
|
|
1786
1708
|
},
|
|
1787
1709
|
confirmation_required: false,
|
|
1788
1710
|
danger_level: "medium",
|
|
1789
|
-
examples: [
|
|
1790
|
-
{
|
|
1791
|
-
command: "f5xcctl infraprotect by-application create {name} --namespace {namespace}",
|
|
1792
|
-
description: "Create by-application",
|
|
1793
|
-
use_case: "basic_create",
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
command: "f5xcctl infraprotect by-application create -f {file}.yaml",
|
|
1797
|
-
description: "Create from YAML file",
|
|
1798
|
-
use_case: "file_based",
|
|
1799
|
-
},
|
|
1800
|
-
],
|
|
1801
1711
|
field_docs: {},
|
|
1802
1712
|
optional_fields: [],
|
|
1803
1713
|
performance_impact: {
|
|
@@ -1810,6 +1720,10 @@ export const statisticsTools = [
|
|
|
1810
1720
|
creates: ["by-application"],
|
|
1811
1721
|
},
|
|
1812
1722
|
},
|
|
1723
|
+
curlExample: null,
|
|
1724
|
+
dependencies: [],
|
|
1725
|
+
oneOfGroups: [],
|
|
1726
|
+
subscriptionRequirements: [],
|
|
1813
1727
|
},
|
|
1814
1728
|
{
|
|
1815
1729
|
toolName: "f5xc-api-statistics-by-mitigation-create",
|
|
@@ -1861,18 +1775,6 @@ export const statisticsTools = [
|
|
|
1861
1775
|
creates: ["by-mitigation"],
|
|
1862
1776
|
},
|
|
1863
1777
|
requiredFields: ["metadata.name", "metadata.namespace", "path.mitigation_id", "path.namespace"],
|
|
1864
|
-
cliExamples: [
|
|
1865
|
-
{
|
|
1866
|
-
command: "f5xcctl infraprotect by-mitigation create {name} --namespace {namespace}",
|
|
1867
|
-
description: "Create by-mitigation",
|
|
1868
|
-
use_case: "basic_create",
|
|
1869
|
-
},
|
|
1870
|
-
{
|
|
1871
|
-
command: "f5xcctl infraprotect by-mitigation create -f {file}.yaml",
|
|
1872
|
-
description: "Create from YAML file",
|
|
1873
|
-
use_case: "file_based",
|
|
1874
|
-
},
|
|
1875
|
-
],
|
|
1876
1778
|
confirmationRequired: false,
|
|
1877
1779
|
parameterExamples: {
|
|
1878
1780
|
mitigation_id: "Value",
|
|
@@ -1918,18 +1820,6 @@ export const statisticsTools = [
|
|
|
1918
1820
|
},
|
|
1919
1821
|
confirmation_required: false,
|
|
1920
1822
|
danger_level: "medium",
|
|
1921
|
-
examples: [
|
|
1922
|
-
{
|
|
1923
|
-
command: "f5xcctl infraprotect by-mitigation create {name} --namespace {namespace}",
|
|
1924
|
-
description: "Create by-mitigation",
|
|
1925
|
-
use_case: "basic_create",
|
|
1926
|
-
},
|
|
1927
|
-
{
|
|
1928
|
-
command: "f5xcctl infraprotect by-mitigation create -f {file}.yaml",
|
|
1929
|
-
description: "Create from YAML file",
|
|
1930
|
-
use_case: "file_based",
|
|
1931
|
-
},
|
|
1932
|
-
],
|
|
1933
1823
|
field_docs: {},
|
|
1934
1824
|
optional_fields: [],
|
|
1935
1825
|
performance_impact: {
|
|
@@ -1947,6 +1837,10 @@ export const statisticsTools = [
|
|
|
1947
1837
|
creates: ["by-mitigation"],
|
|
1948
1838
|
},
|
|
1949
1839
|
},
|
|
1840
|
+
curlExample: null,
|
|
1841
|
+
dependencies: [],
|
|
1842
|
+
oneOfGroups: [],
|
|
1843
|
+
subscriptionRequirements: [],
|
|
1950
1844
|
},
|
|
1951
1845
|
{
|
|
1952
1846
|
toolName: "f5xc-api-statistics-by-network-create",
|
|
@@ -1998,18 +1892,6 @@ export const statisticsTools = [
|
|
|
1998
1892
|
creates: ["by-network"],
|
|
1999
1893
|
},
|
|
2000
1894
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.network_id"],
|
|
2001
|
-
cliExamples: [
|
|
2002
|
-
{
|
|
2003
|
-
command: "f5xcctl infraprotect by-network create {name} --namespace {namespace}",
|
|
2004
|
-
description: "Create by-network",
|
|
2005
|
-
use_case: "basic_create",
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
command: "f5xcctl infraprotect by-network create -f {file}.yaml",
|
|
2009
|
-
description: "Create from YAML file",
|
|
2010
|
-
use_case: "file_based",
|
|
2011
|
-
},
|
|
2012
|
-
],
|
|
2013
1895
|
confirmationRequired: false,
|
|
2014
1896
|
parameterExamples: {
|
|
2015
1897
|
namespace: "Value",
|
|
@@ -2055,18 +1937,6 @@ export const statisticsTools = [
|
|
|
2055
1937
|
},
|
|
2056
1938
|
confirmation_required: false,
|
|
2057
1939
|
danger_level: "medium",
|
|
2058
|
-
examples: [
|
|
2059
|
-
{
|
|
2060
|
-
command: "f5xcctl infraprotect by-network create {name} --namespace {namespace}",
|
|
2061
|
-
description: "Create by-network",
|
|
2062
|
-
use_case: "basic_create",
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
command: "f5xcctl infraprotect by-network create -f {file}.yaml",
|
|
2066
|
-
description: "Create from YAML file",
|
|
2067
|
-
use_case: "file_based",
|
|
2068
|
-
},
|
|
2069
|
-
],
|
|
2070
1940
|
field_docs: {},
|
|
2071
1941
|
optional_fields: [],
|
|
2072
1942
|
performance_impact: {
|
|
@@ -2079,6 +1949,10 @@ export const statisticsTools = [
|
|
|
2079
1949
|
creates: ["by-network"],
|
|
2080
1950
|
},
|
|
2081
1951
|
},
|
|
1952
|
+
curlExample: null,
|
|
1953
|
+
dependencies: [],
|
|
1954
|
+
oneOfGroups: [],
|
|
1955
|
+
subscriptionRequirements: [],
|
|
2082
1956
|
},
|
|
2083
1957
|
{
|
|
2084
1958
|
toolName: "f5xc-api-statistics-by-zone-create",
|
|
@@ -2130,18 +2004,6 @@ export const statisticsTools = [
|
|
|
2130
2004
|
creates: ["by-zone"],
|
|
2131
2005
|
},
|
|
2132
2006
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.network_id"],
|
|
2133
|
-
cliExamples: [
|
|
2134
|
-
{
|
|
2135
|
-
command: "f5xcctl infraprotect by-zone create {name} --namespace {namespace}",
|
|
2136
|
-
description: "Create by-zone",
|
|
2137
|
-
use_case: "basic_create",
|
|
2138
|
-
},
|
|
2139
|
-
{
|
|
2140
|
-
command: "f5xcctl infraprotect by-zone create -f {file}.yaml",
|
|
2141
|
-
description: "Create from YAML file",
|
|
2142
|
-
use_case: "file_based",
|
|
2143
|
-
},
|
|
2144
|
-
],
|
|
2145
2007
|
confirmationRequired: false,
|
|
2146
2008
|
parameterExamples: {
|
|
2147
2009
|
namespace: "Value",
|
|
@@ -2187,18 +2049,6 @@ export const statisticsTools = [
|
|
|
2187
2049
|
},
|
|
2188
2050
|
confirmation_required: false,
|
|
2189
2051
|
danger_level: "medium",
|
|
2190
|
-
examples: [
|
|
2191
|
-
{
|
|
2192
|
-
command: "f5xcctl infraprotect by-zone create {name} --namespace {namespace}",
|
|
2193
|
-
description: "Create by-zone",
|
|
2194
|
-
use_case: "basic_create",
|
|
2195
|
-
},
|
|
2196
|
-
{
|
|
2197
|
-
command: "f5xcctl infraprotect by-zone create -f {file}.yaml",
|
|
2198
|
-
description: "Create from YAML file",
|
|
2199
|
-
use_case: "file_based",
|
|
2200
|
-
},
|
|
2201
|
-
],
|
|
2202
2052
|
field_docs: {},
|
|
2203
2053
|
optional_fields: [],
|
|
2204
2054
|
performance_impact: {
|
|
@@ -2211,6 +2061,10 @@ export const statisticsTools = [
|
|
|
2211
2061
|
creates: ["by-zone"],
|
|
2212
2062
|
},
|
|
2213
2063
|
},
|
|
2064
|
+
curlExample: null,
|
|
2065
|
+
dependencies: [],
|
|
2066
|
+
oneOfGroups: [],
|
|
2067
|
+
subscriptionRequirements: [],
|
|
2214
2068
|
},
|
|
2215
2069
|
{
|
|
2216
2070
|
toolName: "f5xc-api-statistics-catalog-update",
|
|
@@ -2239,13 +2093,6 @@ export const statisticsTools = [
|
|
|
2239
2093
|
modifies: ["catalog"],
|
|
2240
2094
|
},
|
|
2241
2095
|
requiredFields: [],
|
|
2242
|
-
cliExamples: [
|
|
2243
|
-
{
|
|
2244
|
-
command: "f5xcctl web catalog update {name} --namespace {namespace} -f {file}.yaml",
|
|
2245
|
-
description: "Update catalog",
|
|
2246
|
-
use_case: "update",
|
|
2247
|
-
},
|
|
2248
|
-
],
|
|
2249
2096
|
confirmationRequired: false,
|
|
2250
2097
|
parameterExamples: {},
|
|
2251
2098
|
validationRules: {},
|
|
@@ -2288,13 +2135,6 @@ export const statisticsTools = [
|
|
|
2288
2135
|
},
|
|
2289
2136
|
confirmation_required: false,
|
|
2290
2137
|
danger_level: "medium",
|
|
2291
|
-
examples: [
|
|
2292
|
-
{
|
|
2293
|
-
command: "f5xcctl web catalog update {name} --namespace {namespace} -f {file}.yaml",
|
|
2294
|
-
description: "Update catalog",
|
|
2295
|
-
use_case: "update",
|
|
2296
|
-
},
|
|
2297
|
-
],
|
|
2298
2138
|
field_docs: {},
|
|
2299
2139
|
optional_fields: [],
|
|
2300
2140
|
performance_impact: {
|
|
@@ -2307,6 +2147,24 @@ export const statisticsTools = [
|
|
|
2307
2147
|
modifies: ["catalog"],
|
|
2308
2148
|
},
|
|
2309
2149
|
},
|
|
2150
|
+
curlExample: null,
|
|
2151
|
+
dependencies: [
|
|
2152
|
+
{
|
|
2153
|
+
domain: "",
|
|
2154
|
+
fieldPath: "",
|
|
2155
|
+
inline: false,
|
|
2156
|
+
required: false,
|
|
2157
|
+
resourceType: "catalog",
|
|
2158
|
+
},
|
|
2159
|
+
],
|
|
2160
|
+
oneOfGroups: [
|
|
2161
|
+
{
|
|
2162
|
+
choiceField: "filter",
|
|
2163
|
+
fieldPath: "filter",
|
|
2164
|
+
options: ["use_case_filter", "workspace_filter"],
|
|
2165
|
+
},
|
|
2166
|
+
],
|
|
2167
|
+
subscriptionRequirements: [],
|
|
2310
2168
|
},
|
|
2311
2169
|
{
|
|
2312
2170
|
toolName: "f5xc-api-statistics-confirm-create",
|
|
@@ -2358,18 +2216,6 @@ export const statisticsTools = [
|
|
|
2358
2216
|
creates: ["confirm"],
|
|
2359
2217
|
},
|
|
2360
2218
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
2361
|
-
cliExamples: [
|
|
2362
|
-
{
|
|
2363
|
-
command: "f5xcctl alert confirm create {name} --namespace {namespace}",
|
|
2364
|
-
description: "Create confirm",
|
|
2365
|
-
use_case: "basic_create",
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
command: "f5xcctl alert confirm create -f {file}.yaml",
|
|
2369
|
-
description: "Create from YAML file",
|
|
2370
|
-
use_case: "file_based",
|
|
2371
|
-
},
|
|
2372
|
-
],
|
|
2373
2219
|
confirmationRequired: false,
|
|
2374
2220
|
parameterExamples: {
|
|
2375
2221
|
name: "Email1",
|
|
@@ -2415,18 +2261,6 @@ export const statisticsTools = [
|
|
|
2415
2261
|
},
|
|
2416
2262
|
confirmation_required: false,
|
|
2417
2263
|
danger_level: "medium",
|
|
2418
|
-
examples: [
|
|
2419
|
-
{
|
|
2420
|
-
command: "f5xcctl alert confirm create {name} --namespace {namespace}",
|
|
2421
|
-
description: "Create confirm",
|
|
2422
|
-
use_case: "basic_create",
|
|
2423
|
-
},
|
|
2424
|
-
{
|
|
2425
|
-
command: "f5xcctl alert confirm create -f {file}.yaml",
|
|
2426
|
-
description: "Create from YAML file",
|
|
2427
|
-
use_case: "file_based",
|
|
2428
|
-
},
|
|
2429
|
-
],
|
|
2430
2264
|
field_docs: {},
|
|
2431
2265
|
optional_fields: [],
|
|
2432
2266
|
performance_impact: {
|
|
@@ -2439,6 +2273,10 @@ export const statisticsTools = [
|
|
|
2439
2273
|
creates: ["confirm"],
|
|
2440
2274
|
},
|
|
2441
2275
|
},
|
|
2276
|
+
curlExample: null,
|
|
2277
|
+
dependencies: [],
|
|
2278
|
+
oneOfGroups: [],
|
|
2279
|
+
subscriptionRequirements: [],
|
|
2442
2280
|
},
|
|
2443
2281
|
{
|
|
2444
2282
|
toolName: "f5xc-api-statistics-create-http-load-balancer-create",
|
|
@@ -2490,18 +2328,6 @@ export const statisticsTools = [
|
|
|
2490
2328
|
creates: ["create-http-load-balancer"],
|
|
2491
2329
|
},
|
|
2492
2330
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
2493
|
-
cliExamples: [
|
|
2494
|
-
{
|
|
2495
|
-
command: "f5xcctl discovery create-http-load-balancer create {name} --namespace {namespace}",
|
|
2496
|
-
description: "Create create-http-load-balancer",
|
|
2497
|
-
use_case: "basic_create",
|
|
2498
|
-
},
|
|
2499
|
-
{
|
|
2500
|
-
command: "f5xcctl discovery create-http-load-balancer create -f {file}.yaml",
|
|
2501
|
-
description: "Create from YAML file",
|
|
2502
|
-
use_case: "file_based",
|
|
2503
|
-
},
|
|
2504
|
-
],
|
|
2505
2331
|
confirmationRequired: false,
|
|
2506
2332
|
parameterExamples: {
|
|
2507
2333
|
name: "Vs1",
|
|
@@ -2550,18 +2376,6 @@ export const statisticsTools = [
|
|
|
2550
2376
|
},
|
|
2551
2377
|
confirmation_required: false,
|
|
2552
2378
|
danger_level: "medium",
|
|
2553
|
-
examples: [
|
|
2554
|
-
{
|
|
2555
|
-
command: "f5xcctl discovery create-http-load-balancer create {name} --namespace {namespace}",
|
|
2556
|
-
description: "Create create-http-load-balancer",
|
|
2557
|
-
use_case: "basic_create",
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
command: "f5xcctl discovery create-http-load-balancer create -f {file}.yaml",
|
|
2561
|
-
description: "Create from YAML file",
|
|
2562
|
-
use_case: "file_based",
|
|
2563
|
-
},
|
|
2564
|
-
],
|
|
2565
2379
|
field_docs: {},
|
|
2566
2380
|
optional_fields: [],
|
|
2567
2381
|
performance_impact: {
|
|
@@ -2574,6 +2388,10 @@ export const statisticsTools = [
|
|
|
2574
2388
|
creates: ["create-http-load-balancer"],
|
|
2575
2389
|
},
|
|
2576
2390
|
},
|
|
2391
|
+
curlExample: null,
|
|
2392
|
+
dependencies: [],
|
|
2393
|
+
oneOfGroups: [],
|
|
2394
|
+
subscriptionRequirements: [],
|
|
2577
2395
|
},
|
|
2578
2396
|
{
|
|
2579
2397
|
toolName: "f5xc-api-statistics-create-tcp-load-balancer-create",
|
|
@@ -2625,18 +2443,6 @@ export const statisticsTools = [
|
|
|
2625
2443
|
creates: ["create-tcp-load-balancer"],
|
|
2626
2444
|
},
|
|
2627
2445
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
2628
|
-
cliExamples: [
|
|
2629
|
-
{
|
|
2630
|
-
command: "f5xcctl discovery create-tcp-load-balancer create {name} --namespace {namespace}",
|
|
2631
|
-
description: "Create create-tcp-load-balancer",
|
|
2632
|
-
use_case: "basic_create",
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
command: "f5xcctl discovery create-tcp-load-balancer create -f {file}.yaml",
|
|
2636
|
-
description: "Create from YAML file",
|
|
2637
|
-
use_case: "file_based",
|
|
2638
|
-
},
|
|
2639
|
-
],
|
|
2640
2446
|
confirmationRequired: false,
|
|
2641
2447
|
parameterExamples: {
|
|
2642
2448
|
name: "Vs1",
|
|
@@ -2685,18 +2491,6 @@ export const statisticsTools = [
|
|
|
2685
2491
|
},
|
|
2686
2492
|
confirmation_required: false,
|
|
2687
2493
|
danger_level: "medium",
|
|
2688
|
-
examples: [
|
|
2689
|
-
{
|
|
2690
|
-
command: "f5xcctl discovery create-tcp-load-balancer create {name} --namespace {namespace}",
|
|
2691
|
-
description: "Create create-tcp-load-balancer",
|
|
2692
|
-
use_case: "basic_create",
|
|
2693
|
-
},
|
|
2694
|
-
{
|
|
2695
|
-
command: "f5xcctl discovery create-tcp-load-balancer create -f {file}.yaml",
|
|
2696
|
-
description: "Create from YAML file",
|
|
2697
|
-
use_case: "file_based",
|
|
2698
|
-
},
|
|
2699
|
-
],
|
|
2700
2494
|
field_docs: {},
|
|
2701
2495
|
optional_fields: [],
|
|
2702
2496
|
performance_impact: {
|
|
@@ -2709,6 +2503,10 @@ export const statisticsTools = [
|
|
|
2709
2503
|
creates: ["create-tcp-load-balancer"],
|
|
2710
2504
|
},
|
|
2711
2505
|
},
|
|
2506
|
+
curlExample: null,
|
|
2507
|
+
dependencies: [],
|
|
2508
|
+
oneOfGroups: [],
|
|
2509
|
+
subscriptionRequirements: [],
|
|
2712
2510
|
},
|
|
2713
2511
|
{
|
|
2714
2512
|
toolName: "f5xc-api-statistics-dc-cluster-group-create",
|
|
@@ -2749,18 +2547,6 @@ export const statisticsTools = [
|
|
|
2749
2547
|
creates: ["dc-cluster-group"],
|
|
2750
2548
|
},
|
|
2751
2549
|
requiredFields: ["metadata.name", "metadata.namespace", "path.dc_cluster_group"],
|
|
2752
|
-
cliExamples: [
|
|
2753
|
-
{
|
|
2754
|
-
command: "f5xcctl data dc-cluster-group create {name} --namespace {namespace}",
|
|
2755
|
-
description: "Create dc-cluster-group",
|
|
2756
|
-
use_case: "basic_create",
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
command: "f5xcctl data dc-cluster-group create -f {file}.yaml",
|
|
2760
|
-
description: "Create from YAML file",
|
|
2761
|
-
use_case: "file_based",
|
|
2762
|
-
},
|
|
2763
|
-
],
|
|
2764
2550
|
confirmationRequired: false,
|
|
2765
2551
|
parameterExamples: {
|
|
2766
2552
|
dc_cluster_group: "Dcg-1",
|
|
@@ -2808,18 +2594,6 @@ export const statisticsTools = [
|
|
|
2808
2594
|
},
|
|
2809
2595
|
confirmation_required: false,
|
|
2810
2596
|
danger_level: "medium",
|
|
2811
|
-
examples: [
|
|
2812
|
-
{
|
|
2813
|
-
command: "f5xcctl data dc-cluster-group create {name} --namespace {namespace}",
|
|
2814
|
-
description: "Create dc-cluster-group",
|
|
2815
|
-
use_case: "basic_create",
|
|
2816
|
-
},
|
|
2817
|
-
{
|
|
2818
|
-
command: "f5xcctl data dc-cluster-group create -f {file}.yaml",
|
|
2819
|
-
description: "Create from YAML file",
|
|
2820
|
-
use_case: "file_based",
|
|
2821
|
-
},
|
|
2822
|
-
],
|
|
2823
2597
|
field_docs: {},
|
|
2824
2598
|
optional_fields: [],
|
|
2825
2599
|
performance_impact: {
|
|
@@ -2832,6 +2606,10 @@ export const statisticsTools = [
|
|
|
2832
2606
|
creates: ["dc-cluster-group"],
|
|
2833
2607
|
},
|
|
2834
2608
|
},
|
|
2609
|
+
curlExample: null,
|
|
2610
|
+
dependencies: [],
|
|
2611
|
+
oneOfGroups: [],
|
|
2612
|
+
subscriptionRequirements: [],
|
|
2835
2613
|
},
|
|
2836
2614
|
{
|
|
2837
2615
|
toolName: "f5xc-api-statistics-dc-cluster-group-list",
|
|
@@ -2856,13 +2634,6 @@ export const statisticsTools = [
|
|
|
2856
2634
|
dangerLevel: "low",
|
|
2857
2635
|
sideEffects: null,
|
|
2858
2636
|
requiredFields: [],
|
|
2859
|
-
cliExamples: [
|
|
2860
|
-
{
|
|
2861
|
-
command: "f5xcctl data dc-cluster-group list --namespace {namespace}",
|
|
2862
|
-
description: "List all dc-cluster-groups",
|
|
2863
|
-
use_case: "list_all",
|
|
2864
|
-
},
|
|
2865
|
-
],
|
|
2866
2637
|
confirmationRequired: false,
|
|
2867
2638
|
parameterExamples: {},
|
|
2868
2639
|
validationRules: {},
|
|
@@ -2905,13 +2676,6 @@ export const statisticsTools = [
|
|
|
2905
2676
|
},
|
|
2906
2677
|
confirmation_required: false,
|
|
2907
2678
|
danger_level: "low",
|
|
2908
|
-
examples: [
|
|
2909
|
-
{
|
|
2910
|
-
command: "f5xcctl data dc-cluster-group list --namespace {namespace}",
|
|
2911
|
-
description: "List all dc-cluster-groups",
|
|
2912
|
-
use_case: "list_all",
|
|
2913
|
-
},
|
|
2914
|
-
],
|
|
2915
2679
|
field_docs: {},
|
|
2916
2680
|
optional_fields: [],
|
|
2917
2681
|
performance_impact: {
|
|
@@ -2922,6 +2686,10 @@ export const statisticsTools = [
|
|
|
2922
2686
|
required_fields: [],
|
|
2923
2687
|
side_effects: {},
|
|
2924
2688
|
},
|
|
2689
|
+
curlExample: null,
|
|
2690
|
+
dependencies: [],
|
|
2691
|
+
oneOfGroups: [],
|
|
2692
|
+
subscriptionRequirements: [],
|
|
2925
2693
|
},
|
|
2926
2694
|
{
|
|
2927
2695
|
toolName: "f5xc-api-statistics-disable-visibility-create",
|
|
@@ -2973,18 +2741,6 @@ export const statisticsTools = [
|
|
|
2973
2741
|
creates: ["disable-visibility"],
|
|
2974
2742
|
},
|
|
2975
2743
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
2976
|
-
cliExamples: [
|
|
2977
|
-
{
|
|
2978
|
-
command: "f5xcctl discovery disable-visibility create {name} --namespace {namespace}",
|
|
2979
|
-
description: "Create disable-visibility",
|
|
2980
|
-
use_case: "basic_create",
|
|
2981
|
-
},
|
|
2982
|
-
{
|
|
2983
|
-
command: "f5xcctl discovery disable-visibility create -f {file}.yaml",
|
|
2984
|
-
description: "Create from YAML file",
|
|
2985
|
-
use_case: "file_based",
|
|
2986
|
-
},
|
|
2987
|
-
],
|
|
2988
2744
|
confirmationRequired: false,
|
|
2989
2745
|
parameterExamples: {
|
|
2990
2746
|
name: "Vs1",
|
|
@@ -3033,18 +2789,6 @@ export const statisticsTools = [
|
|
|
3033
2789
|
},
|
|
3034
2790
|
confirmation_required: false,
|
|
3035
2791
|
danger_level: "medium",
|
|
3036
|
-
examples: [
|
|
3037
|
-
{
|
|
3038
|
-
command: "f5xcctl discovery disable-visibility create {name} --namespace {namespace}",
|
|
3039
|
-
description: "Create disable-visibility",
|
|
3040
|
-
use_case: "basic_create",
|
|
3041
|
-
},
|
|
3042
|
-
{
|
|
3043
|
-
command: "f5xcctl discovery disable-visibility create -f {file}.yaml",
|
|
3044
|
-
description: "Create from YAML file",
|
|
3045
|
-
use_case: "file_based",
|
|
3046
|
-
},
|
|
3047
|
-
],
|
|
3048
2792
|
field_docs: {},
|
|
3049
2793
|
optional_fields: [],
|
|
3050
2794
|
performance_impact: {
|
|
@@ -3057,6 +2801,10 @@ export const statisticsTools = [
|
|
|
3057
2801
|
creates: ["disable-visibility"],
|
|
3058
2802
|
},
|
|
3059
2803
|
},
|
|
2804
|
+
curlExample: null,
|
|
2805
|
+
dependencies: [],
|
|
2806
|
+
oneOfGroups: [],
|
|
2807
|
+
subscriptionRequirements: [],
|
|
3060
2808
|
},
|
|
3061
2809
|
{
|
|
3062
2810
|
toolName: "f5xc-api-statistics-discovered-service-get",
|
|
@@ -3122,13 +2870,6 @@ export const statisticsTools = [
|
|
|
3122
2870
|
dangerLevel: "low",
|
|
3123
2871
|
sideEffects: null,
|
|
3124
2872
|
requiredFields: ["path.name", "path.namespace"],
|
|
3125
|
-
cliExamples: [
|
|
3126
|
-
{
|
|
3127
|
-
command: "f5xcctl discovery discovered-service get {name} --namespace {namespace}",
|
|
3128
|
-
description: "Get specific discovered-service",
|
|
3129
|
-
use_case: "get_specific",
|
|
3130
|
-
},
|
|
3131
|
-
],
|
|
3132
2873
|
confirmationRequired: false,
|
|
3133
2874
|
parameterExamples: {
|
|
3134
2875
|
name: "Name",
|
|
@@ -3174,13 +2915,6 @@ export const statisticsTools = [
|
|
|
3174
2915
|
},
|
|
3175
2916
|
confirmation_required: false,
|
|
3176
2917
|
danger_level: "low",
|
|
3177
|
-
examples: [
|
|
3178
|
-
{
|
|
3179
|
-
command: "f5xcctl discovery discovered-service get {name} --namespace {namespace}",
|
|
3180
|
-
description: "Get specific discovered-service",
|
|
3181
|
-
use_case: "get_specific",
|
|
3182
|
-
},
|
|
3183
|
-
],
|
|
3184
2918
|
field_docs: {},
|
|
3185
2919
|
optional_fields: [],
|
|
3186
2920
|
performance_impact: {
|
|
@@ -3191,6 +2925,10 @@ export const statisticsTools = [
|
|
|
3191
2925
|
required_fields: ["path.name", "path.namespace"],
|
|
3192
2926
|
side_effects: {},
|
|
3193
2927
|
},
|
|
2928
|
+
curlExample: null,
|
|
2929
|
+
dependencies: [],
|
|
2930
|
+
oneOfGroups: [],
|
|
2931
|
+
subscriptionRequirements: [],
|
|
3194
2932
|
},
|
|
3195
2933
|
{
|
|
3196
2934
|
toolName: "f5xc-api-statistics-discovered-service-list",
|
|
@@ -3250,13 +2988,6 @@ export const statisticsTools = [
|
|
|
3250
2988
|
dangerLevel: "low",
|
|
3251
2989
|
sideEffects: null,
|
|
3252
2990
|
requiredFields: ["path.namespace"],
|
|
3253
|
-
cliExamples: [
|
|
3254
|
-
{
|
|
3255
|
-
command: "f5xcctl discovery discovered-service list --namespace {namespace}",
|
|
3256
|
-
description: "List all discovered-services",
|
|
3257
|
-
use_case: "list_all",
|
|
3258
|
-
},
|
|
3259
|
-
],
|
|
3260
2991
|
confirmationRequired: false,
|
|
3261
2992
|
parameterExamples: {
|
|
3262
2993
|
discovery_name: "Disc-cbip-1.",
|
|
@@ -3303,13 +3034,6 @@ export const statisticsTools = [
|
|
|
3303
3034
|
},
|
|
3304
3035
|
confirmation_required: false,
|
|
3305
3036
|
danger_level: "low",
|
|
3306
|
-
examples: [
|
|
3307
|
-
{
|
|
3308
|
-
command: "f5xcctl discovery discovered-service list --namespace {namespace}",
|
|
3309
|
-
description: "List all discovered-services",
|
|
3310
|
-
use_case: "list_all",
|
|
3311
|
-
},
|
|
3312
|
-
],
|
|
3313
3037
|
field_docs: {},
|
|
3314
3038
|
optional_fields: [],
|
|
3315
3039
|
performance_impact: {
|
|
@@ -3320,6 +3044,10 @@ export const statisticsTools = [
|
|
|
3320
3044
|
required_fields: ["path.namespace"],
|
|
3321
3045
|
side_effects: {},
|
|
3322
3046
|
},
|
|
3047
|
+
curlExample: null,
|
|
3048
|
+
dependencies: [],
|
|
3049
|
+
oneOfGroups: [],
|
|
3050
|
+
subscriptionRequirements: [],
|
|
3323
3051
|
},
|
|
3324
3052
|
{
|
|
3325
3053
|
toolName: "f5xc-api-statistics-download-get",
|
|
@@ -3367,13 +3095,6 @@ export const statisticsTools = [
|
|
|
3367
3095
|
dangerLevel: "low",
|
|
3368
3096
|
sideEffects: null,
|
|
3369
3097
|
requiredFields: ["path.name", "path.namespace"],
|
|
3370
|
-
cliExamples: [
|
|
3371
|
-
{
|
|
3372
|
-
command: "f5xcctl report download get {name} --namespace {namespace}",
|
|
3373
|
-
description: "Get specific download",
|
|
3374
|
-
use_case: "get_specific",
|
|
3375
|
-
},
|
|
3376
|
-
],
|
|
3377
3098
|
confirmationRequired: false,
|
|
3378
3099
|
parameterExamples: {
|
|
3379
3100
|
name: "Test-report.",
|
|
@@ -3419,13 +3140,6 @@ export const statisticsTools = [
|
|
|
3419
3140
|
},
|
|
3420
3141
|
confirmation_required: false,
|
|
3421
3142
|
danger_level: "low",
|
|
3422
|
-
examples: [
|
|
3423
|
-
{
|
|
3424
|
-
command: "f5xcctl report download get {name} --namespace {namespace}",
|
|
3425
|
-
description: "Get specific download",
|
|
3426
|
-
use_case: "get_specific",
|
|
3427
|
-
},
|
|
3428
|
-
],
|
|
3429
3143
|
field_docs: {},
|
|
3430
3144
|
optional_fields: [],
|
|
3431
3145
|
performance_impact: {
|
|
@@ -3436,6 +3150,10 @@ export const statisticsTools = [
|
|
|
3436
3150
|
required_fields: ["path.name", "path.namespace"],
|
|
3437
3151
|
side_effects: {},
|
|
3438
3152
|
},
|
|
3153
|
+
curlExample: null,
|
|
3154
|
+
dependencies: [],
|
|
3155
|
+
oneOfGroups: [],
|
|
3156
|
+
subscriptionRequirements: [],
|
|
3439
3157
|
},
|
|
3440
3158
|
{
|
|
3441
3159
|
toolName: "f5xc-api-statistics-enable-visibility-create",
|
|
@@ -3487,18 +3205,6 @@ export const statisticsTools = [
|
|
|
3487
3205
|
creates: ["enable-visibility"],
|
|
3488
3206
|
},
|
|
3489
3207
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
3490
|
-
cliExamples: [
|
|
3491
|
-
{
|
|
3492
|
-
command: "f5xcctl discovery enable-visibility create {name} --namespace {namespace}",
|
|
3493
|
-
description: "Create enable-visibility",
|
|
3494
|
-
use_case: "basic_create",
|
|
3495
|
-
},
|
|
3496
|
-
{
|
|
3497
|
-
command: "f5xcctl discovery enable-visibility create -f {file}.yaml",
|
|
3498
|
-
description: "Create from YAML file",
|
|
3499
|
-
use_case: "file_based",
|
|
3500
|
-
},
|
|
3501
|
-
],
|
|
3502
3208
|
confirmationRequired: false,
|
|
3503
3209
|
parameterExamples: {
|
|
3504
3210
|
name: "Vs1",
|
|
@@ -3547,18 +3253,6 @@ export const statisticsTools = [
|
|
|
3547
3253
|
},
|
|
3548
3254
|
confirmation_required: false,
|
|
3549
3255
|
danger_level: "medium",
|
|
3550
|
-
examples: [
|
|
3551
|
-
{
|
|
3552
|
-
command: "f5xcctl discovery enable-visibility create {name} --namespace {namespace}",
|
|
3553
|
-
description: "Create enable-visibility",
|
|
3554
|
-
use_case: "basic_create",
|
|
3555
|
-
},
|
|
3556
|
-
{
|
|
3557
|
-
command: "f5xcctl discovery enable-visibility create -f {file}.yaml",
|
|
3558
|
-
description: "Create from YAML file",
|
|
3559
|
-
use_case: "file_based",
|
|
3560
|
-
},
|
|
3561
|
-
],
|
|
3562
3256
|
field_docs: {},
|
|
3563
3257
|
optional_fields: [],
|
|
3564
3258
|
performance_impact: {
|
|
@@ -3571,6 +3265,10 @@ export const statisticsTools = [
|
|
|
3571
3265
|
creates: ["enable-visibility"],
|
|
3572
3266
|
},
|
|
3573
3267
|
},
|
|
3268
|
+
curlExample: null,
|
|
3269
|
+
dependencies: [],
|
|
3270
|
+
oneOfGroups: [],
|
|
3271
|
+
subscriptionRequirements: [],
|
|
3574
3272
|
},
|
|
3575
3273
|
{
|
|
3576
3274
|
toolName: "f5xc-api-statistics-event-count-create",
|
|
@@ -3622,18 +3320,6 @@ export const statisticsTools = [
|
|
|
3622
3320
|
creates: ["event-count"],
|
|
3623
3321
|
},
|
|
3624
3322
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.network_id"],
|
|
3625
|
-
cliExamples: [
|
|
3626
|
-
{
|
|
3627
|
-
command: "f5xcctl infraprotect event-count create {name} --namespace {namespace}",
|
|
3628
|
-
description: "Create event-count",
|
|
3629
|
-
use_case: "basic_create",
|
|
3630
|
-
},
|
|
3631
|
-
{
|
|
3632
|
-
command: "f5xcctl infraprotect event-count create -f {file}.yaml",
|
|
3633
|
-
description: "Create from YAML file",
|
|
3634
|
-
use_case: "file_based",
|
|
3635
|
-
},
|
|
3636
|
-
],
|
|
3637
3323
|
confirmationRequired: false,
|
|
3638
3324
|
parameterExamples: {
|
|
3639
3325
|
namespace: "Value",
|
|
@@ -3679,18 +3365,6 @@ export const statisticsTools = [
|
|
|
3679
3365
|
},
|
|
3680
3366
|
confirmation_required: false,
|
|
3681
3367
|
danger_level: "medium",
|
|
3682
|
-
examples: [
|
|
3683
|
-
{
|
|
3684
|
-
command: "f5xcctl infraprotect event-count create {name} --namespace {namespace}",
|
|
3685
|
-
description: "Create event-count",
|
|
3686
|
-
use_case: "basic_create",
|
|
3687
|
-
},
|
|
3688
|
-
{
|
|
3689
|
-
command: "f5xcctl infraprotect event-count create -f {file}.yaml",
|
|
3690
|
-
description: "Create from YAML file",
|
|
3691
|
-
use_case: "file_based",
|
|
3692
|
-
},
|
|
3693
|
-
],
|
|
3694
3368
|
field_docs: {},
|
|
3695
3369
|
optional_fields: [],
|
|
3696
3370
|
performance_impact: {
|
|
@@ -3703,6 +3377,10 @@ export const statisticsTools = [
|
|
|
3703
3377
|
creates: ["event-count"],
|
|
3704
3378
|
},
|
|
3705
3379
|
},
|
|
3380
|
+
curlExample: null,
|
|
3381
|
+
dependencies: [],
|
|
3382
|
+
oneOfGroups: [],
|
|
3383
|
+
subscriptionRequirements: [],
|
|
3706
3384
|
},
|
|
3707
3385
|
{
|
|
3708
3386
|
toolName: "f5xc-api-statistics-firewall-log-create",
|
|
@@ -3743,18 +3421,6 @@ export const statisticsTools = [
|
|
|
3743
3421
|
creates: ["firewall-log"],
|
|
3744
3422
|
},
|
|
3745
3423
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
3746
|
-
cliExamples: [
|
|
3747
|
-
{
|
|
3748
|
-
command: "f5xcctl data firewall-log create {name} --namespace {namespace}",
|
|
3749
|
-
description: "Create firewall-log",
|
|
3750
|
-
use_case: "basic_create",
|
|
3751
|
-
},
|
|
3752
|
-
{
|
|
3753
|
-
command: "f5xcctl data firewall-log create -f {file}.yaml",
|
|
3754
|
-
description: "Create from YAML file",
|
|
3755
|
-
use_case: "file_based",
|
|
3756
|
-
},
|
|
3757
|
-
],
|
|
3758
3424
|
confirmationRequired: false,
|
|
3759
3425
|
parameterExamples: {
|
|
3760
3426
|
namespace: "Value",
|
|
@@ -3799,18 +3465,6 @@ export const statisticsTools = [
|
|
|
3799
3465
|
},
|
|
3800
3466
|
confirmation_required: false,
|
|
3801
3467
|
danger_level: "medium",
|
|
3802
|
-
examples: [
|
|
3803
|
-
{
|
|
3804
|
-
command: "f5xcctl data firewall-log create {name} --namespace {namespace}",
|
|
3805
|
-
description: "Create firewall-log",
|
|
3806
|
-
use_case: "basic_create",
|
|
3807
|
-
},
|
|
3808
|
-
{
|
|
3809
|
-
command: "f5xcctl data firewall-log create -f {file}.yaml",
|
|
3810
|
-
description: "Create from YAML file",
|
|
3811
|
-
use_case: "file_based",
|
|
3812
|
-
},
|
|
3813
|
-
],
|
|
3814
3468
|
field_docs: {},
|
|
3815
3469
|
optional_fields: [],
|
|
3816
3470
|
performance_impact: {
|
|
@@ -3823,6 +3477,10 @@ export const statisticsTools = [
|
|
|
3823
3477
|
creates: ["firewall-log"],
|
|
3824
3478
|
},
|
|
3825
3479
|
},
|
|
3480
|
+
curlExample: null,
|
|
3481
|
+
dependencies: [],
|
|
3482
|
+
oneOfGroups: [],
|
|
3483
|
+
subscriptionRequirements: [],
|
|
3826
3484
|
},
|
|
3827
3485
|
{
|
|
3828
3486
|
toolName: "f5xc-api-statistics-flow-anomaly-get",
|
|
@@ -3889,13 +3547,6 @@ export const statisticsTools = [
|
|
|
3889
3547
|
dangerLevel: "low",
|
|
3890
3548
|
sideEffects: null,
|
|
3891
3549
|
requiredFields: ["path.name", "path.namespace"],
|
|
3892
|
-
cliExamples: [
|
|
3893
|
-
{
|
|
3894
|
-
command: "f5xcctl config flow-anomaly get {name} --namespace {namespace}",
|
|
3895
|
-
description: "Get specific flow-anomaly",
|
|
3896
|
-
use_case: "get_specific",
|
|
3897
|
-
},
|
|
3898
|
-
],
|
|
3899
3550
|
confirmationRequired: false,
|
|
3900
3551
|
parameterExamples: {
|
|
3901
3552
|
name: "Name",
|
|
@@ -3941,13 +3592,6 @@ export const statisticsTools = [
|
|
|
3941
3592
|
},
|
|
3942
3593
|
confirmation_required: false,
|
|
3943
3594
|
danger_level: "low",
|
|
3944
|
-
examples: [
|
|
3945
|
-
{
|
|
3946
|
-
command: "f5xcctl config flow-anomaly get {name} --namespace {namespace}",
|
|
3947
|
-
description: "Get specific flow-anomaly",
|
|
3948
|
-
use_case: "get_specific",
|
|
3949
|
-
},
|
|
3950
|
-
],
|
|
3951
3595
|
field_docs: {},
|
|
3952
3596
|
optional_fields: [],
|
|
3953
3597
|
performance_impact: {
|
|
@@ -3958,6 +3602,10 @@ export const statisticsTools = [
|
|
|
3958
3602
|
required_fields: ["path.name", "path.namespace"],
|
|
3959
3603
|
side_effects: {},
|
|
3960
3604
|
},
|
|
3605
|
+
curlExample: null,
|
|
3606
|
+
dependencies: [],
|
|
3607
|
+
oneOfGroups: [],
|
|
3608
|
+
subscriptionRequirements: [],
|
|
3961
3609
|
},
|
|
3962
3610
|
{
|
|
3963
3611
|
toolName: "f5xc-api-statistics-flow-anomaly-list",
|
|
@@ -4032,13 +3680,6 @@ export const statisticsTools = [
|
|
|
4032
3680
|
dangerLevel: "low",
|
|
4033
3681
|
sideEffects: null,
|
|
4034
3682
|
requiredFields: ["path.namespace"],
|
|
4035
|
-
cliExamples: [
|
|
4036
|
-
{
|
|
4037
|
-
command: "f5xcctl config flow-anomaly list --namespace {namespace}",
|
|
4038
|
-
description: "List all flow-anomalys",
|
|
4039
|
-
use_case: "list_all",
|
|
4040
|
-
},
|
|
4041
|
-
],
|
|
4042
3683
|
confirmationRequired: false,
|
|
4043
3684
|
parameterExamples: {
|
|
4044
3685
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -4084,13 +3725,6 @@ export const statisticsTools = [
|
|
|
4084
3725
|
},
|
|
4085
3726
|
confirmation_required: false,
|
|
4086
3727
|
danger_level: "low",
|
|
4087
|
-
examples: [
|
|
4088
|
-
{
|
|
4089
|
-
command: "f5xcctl config flow-anomaly list --namespace {namespace}",
|
|
4090
|
-
description: "List all flow-anomalys",
|
|
4091
|
-
use_case: "list_all",
|
|
4092
|
-
},
|
|
4093
|
-
],
|
|
4094
3728
|
field_docs: {},
|
|
4095
3729
|
optional_fields: [],
|
|
4096
3730
|
performance_impact: {
|
|
@@ -4101,6 +3735,10 @@ export const statisticsTools = [
|
|
|
4101
3735
|
required_fields: ["path.namespace"],
|
|
4102
3736
|
side_effects: {},
|
|
4103
3737
|
},
|
|
3738
|
+
curlExample: null,
|
|
3739
|
+
dependencies: [],
|
|
3740
|
+
oneOfGroups: [],
|
|
3741
|
+
subscriptionRequirements: [],
|
|
4104
3742
|
},
|
|
4105
3743
|
{
|
|
4106
3744
|
toolName: "f5xc-api-statistics-generate-create",
|
|
@@ -4152,18 +3790,6 @@ export const statisticsTools = [
|
|
|
4152
3790
|
creates: ["generate"],
|
|
4153
3791
|
},
|
|
4154
3792
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
4155
|
-
cliExamples: [
|
|
4156
|
-
{
|
|
4157
|
-
command: "f5xcctl report generate create -f {file}.yaml",
|
|
4158
|
-
description: "Create from YAML file",
|
|
4159
|
-
use_case: "file_based",
|
|
4160
|
-
},
|
|
4161
|
-
{
|
|
4162
|
-
command: "f5xcctl report generate create {name} --namespace {namespace}",
|
|
4163
|
-
description: "Create generate",
|
|
4164
|
-
use_case: "basic_create",
|
|
4165
|
-
},
|
|
4166
|
-
],
|
|
4167
3793
|
confirmationRequired: false,
|
|
4168
3794
|
parameterExamples: {
|
|
4169
3795
|
name: "Test-report.",
|
|
@@ -4209,18 +3835,6 @@ export const statisticsTools = [
|
|
|
4209
3835
|
},
|
|
4210
3836
|
confirmation_required: false,
|
|
4211
3837
|
danger_level: "medium",
|
|
4212
|
-
examples: [
|
|
4213
|
-
{
|
|
4214
|
-
command: "f5xcctl report generate create {name} --namespace {namespace}",
|
|
4215
|
-
description: "Create generate",
|
|
4216
|
-
use_case: "basic_create",
|
|
4217
|
-
},
|
|
4218
|
-
{
|
|
4219
|
-
command: "f5xcctl report generate create -f {file}.yaml",
|
|
4220
|
-
description: "Create from YAML file",
|
|
4221
|
-
use_case: "file_based",
|
|
4222
|
-
},
|
|
4223
|
-
],
|
|
4224
3838
|
field_docs: {},
|
|
4225
3839
|
optional_fields: [],
|
|
4226
3840
|
performance_impact: {
|
|
@@ -4233,6 +3847,10 @@ export const statisticsTools = [
|
|
|
4233
3847
|
creates: ["generate"],
|
|
4234
3848
|
},
|
|
4235
3849
|
},
|
|
3850
|
+
curlExample: null,
|
|
3851
|
+
dependencies: [],
|
|
3852
|
+
oneOfGroups: [],
|
|
3853
|
+
subscriptionRequirements: [],
|
|
4236
3854
|
},
|
|
4237
3855
|
{
|
|
4238
3856
|
toolName: "f5xc-api-statistics-global-log-receiver-create",
|
|
@@ -4273,18 +3891,6 @@ export const statisticsTools = [
|
|
|
4273
3891
|
creates: ["global-log-receiver"],
|
|
4274
3892
|
},
|
|
4275
3893
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
4276
|
-
cliExamples: [
|
|
4277
|
-
{
|
|
4278
|
-
command: "f5xcctl config global-log-receiver create -f {file}.yaml",
|
|
4279
|
-
description: "Create from YAML file",
|
|
4280
|
-
use_case: "file_based",
|
|
4281
|
-
},
|
|
4282
|
-
{
|
|
4283
|
-
command: "f5xcctl config global-log-receiver create {name} --namespace {namespace}",
|
|
4284
|
-
description: "Create global-log-receiver",
|
|
4285
|
-
use_case: "basic_create",
|
|
4286
|
-
},
|
|
4287
|
-
],
|
|
4288
3894
|
confirmationRequired: false,
|
|
4289
3895
|
parameterExamples: {
|
|
4290
3896
|
"metadata.namespace": "Staging",
|
|
@@ -4332,18 +3938,6 @@ export const statisticsTools = [
|
|
|
4332
3938
|
},
|
|
4333
3939
|
confirmation_required: false,
|
|
4334
3940
|
danger_level: "medium",
|
|
4335
|
-
examples: [
|
|
4336
|
-
{
|
|
4337
|
-
command: "f5xcctl config global-log-receiver create {name} --namespace {namespace}",
|
|
4338
|
-
description: "Create global-log-receiver",
|
|
4339
|
-
use_case: "basic_create",
|
|
4340
|
-
},
|
|
4341
|
-
{
|
|
4342
|
-
command: "f5xcctl config global-log-receiver create -f {file}.yaml",
|
|
4343
|
-
description: "Create from YAML file",
|
|
4344
|
-
use_case: "file_based",
|
|
4345
|
-
},
|
|
4346
|
-
],
|
|
4347
3941
|
field_docs: {},
|
|
4348
3942
|
optional_fields: [],
|
|
4349
3943
|
performance_impact: {
|
|
@@ -4356,6 +3950,32 @@ export const statisticsTools = [
|
|
|
4356
3950
|
creates: ["global-log-receiver"],
|
|
4357
3951
|
},
|
|
4358
3952
|
},
|
|
3953
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/global_log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
3954
|
+
dependencies: [
|
|
3955
|
+
{
|
|
3956
|
+
domain: "",
|
|
3957
|
+
fieldPath: "",
|
|
3958
|
+
inline: false,
|
|
3959
|
+
required: false,
|
|
3960
|
+
resourceType: "global-log-receiver",
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
domain: "",
|
|
3964
|
+
fieldPath: "metadata",
|
|
3965
|
+
inline: false,
|
|
3966
|
+
required: false,
|
|
3967
|
+
resourceType: "schema-object-create-meta",
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
domain: "",
|
|
3971
|
+
fieldPath: "spec",
|
|
3972
|
+
inline: false,
|
|
3973
|
+
required: false,
|
|
3974
|
+
resourceType: "global-log-receiver-create",
|
|
3975
|
+
},
|
|
3976
|
+
],
|
|
3977
|
+
oneOfGroups: [],
|
|
3978
|
+
subscriptionRequirements: [],
|
|
4359
3979
|
},
|
|
4360
3980
|
{
|
|
4361
3981
|
toolName: "f5xc-api-statistics-global-log-receiver-delete",
|
|
@@ -4405,13 +4025,6 @@ export const statisticsTools = [
|
|
|
4405
4025
|
deletes: ["global-log-receiver", "contained_resources"],
|
|
4406
4026
|
},
|
|
4407
4027
|
requiredFields: ["path.name", "path.namespace"],
|
|
4408
|
-
cliExamples: [
|
|
4409
|
-
{
|
|
4410
|
-
command: "f5xcctl config global-log-receiver delete {name} --namespace {namespace}",
|
|
4411
|
-
description: "Delete global-log-receiver",
|
|
4412
|
-
use_case: "delete",
|
|
4413
|
-
},
|
|
4414
|
-
],
|
|
4415
4028
|
confirmationRequired: true,
|
|
4416
4029
|
parameterExamples: {
|
|
4417
4030
|
name: "Name",
|
|
@@ -4457,13 +4070,6 @@ export const statisticsTools = [
|
|
|
4457
4070
|
},
|
|
4458
4071
|
confirmation_required: true,
|
|
4459
4072
|
danger_level: "high",
|
|
4460
|
-
examples: [
|
|
4461
|
-
{
|
|
4462
|
-
command: "f5xcctl config global-log-receiver delete {name} --namespace {namespace}",
|
|
4463
|
-
description: "Delete global-log-receiver",
|
|
4464
|
-
use_case: "delete",
|
|
4465
|
-
},
|
|
4466
|
-
],
|
|
4467
4073
|
field_docs: {},
|
|
4468
4074
|
optional_fields: [],
|
|
4469
4075
|
performance_impact: {
|
|
@@ -4476,6 +4082,18 @@ export const statisticsTools = [
|
|
|
4476
4082
|
deletes: ["global-log-receiver", "contained_resources"],
|
|
4477
4083
|
},
|
|
4478
4084
|
},
|
|
4085
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/global_log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4086
|
+
dependencies: [
|
|
4087
|
+
{
|
|
4088
|
+
domain: "",
|
|
4089
|
+
fieldPath: "",
|
|
4090
|
+
inline: false,
|
|
4091
|
+
required: false,
|
|
4092
|
+
resourceType: "global-log-receiver",
|
|
4093
|
+
},
|
|
4094
|
+
],
|
|
4095
|
+
oneOfGroups: [],
|
|
4096
|
+
subscriptionRequirements: [],
|
|
4479
4097
|
},
|
|
4480
4098
|
{
|
|
4481
4099
|
toolName: "f5xc-api-statistics-global-log-receiver-get",
|
|
@@ -4544,13 +4162,6 @@ export const statisticsTools = [
|
|
|
4544
4162
|
dangerLevel: "low",
|
|
4545
4163
|
sideEffects: null,
|
|
4546
4164
|
requiredFields: ["path.name", "path.namespace"],
|
|
4547
|
-
cliExamples: [
|
|
4548
|
-
{
|
|
4549
|
-
command: "f5xcctl config global-log-receiver get {name} --namespace {namespace}",
|
|
4550
|
-
description: "Get specific global-log-receiver",
|
|
4551
|
-
use_case: "get_specific",
|
|
4552
|
-
},
|
|
4553
|
-
],
|
|
4554
4165
|
confirmationRequired: false,
|
|
4555
4166
|
parameterExamples: {
|
|
4556
4167
|
name: "Name",
|
|
@@ -4596,13 +4207,6 @@ export const statisticsTools = [
|
|
|
4596
4207
|
},
|
|
4597
4208
|
confirmation_required: false,
|
|
4598
4209
|
danger_level: "low",
|
|
4599
|
-
examples: [
|
|
4600
|
-
{
|
|
4601
|
-
command: "f5xcctl config global-log-receiver get {name} --namespace {namespace}",
|
|
4602
|
-
description: "Get specific global-log-receiver",
|
|
4603
|
-
use_case: "get_specific",
|
|
4604
|
-
},
|
|
4605
|
-
],
|
|
4606
4210
|
field_docs: {},
|
|
4607
4211
|
optional_fields: [],
|
|
4608
4212
|
performance_impact: {
|
|
@@ -4613,6 +4217,10 @@ export const statisticsTools = [
|
|
|
4613
4217
|
required_fields: ["path.name", "path.namespace"],
|
|
4614
4218
|
side_effects: {},
|
|
4615
4219
|
},
|
|
4220
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/global_log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4221
|
+
dependencies: [],
|
|
4222
|
+
oneOfGroups: [],
|
|
4223
|
+
subscriptionRequirements: [],
|
|
4616
4224
|
},
|
|
4617
4225
|
{
|
|
4618
4226
|
toolName: "f5xc-api-statistics-global-log-receiver-list",
|
|
@@ -4687,13 +4295,6 @@ export const statisticsTools = [
|
|
|
4687
4295
|
dangerLevel: "low",
|
|
4688
4296
|
sideEffects: null,
|
|
4689
4297
|
requiredFields: ["path.namespace"],
|
|
4690
|
-
cliExamples: [
|
|
4691
|
-
{
|
|
4692
|
-
command: "f5xcctl config global-log-receiver list --namespace {namespace}",
|
|
4693
|
-
description: "List all global-log-receivers",
|
|
4694
|
-
use_case: "list_all",
|
|
4695
|
-
},
|
|
4696
|
-
],
|
|
4697
4298
|
confirmationRequired: false,
|
|
4698
4299
|
parameterExamples: {
|
|
4699
4300
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -4739,13 +4340,6 @@ export const statisticsTools = [
|
|
|
4739
4340
|
},
|
|
4740
4341
|
confirmation_required: false,
|
|
4741
4342
|
danger_level: "low",
|
|
4742
|
-
examples: [
|
|
4743
|
-
{
|
|
4744
|
-
command: "f5xcctl config global-log-receiver list --namespace {namespace}",
|
|
4745
|
-
description: "List all global-log-receivers",
|
|
4746
|
-
use_case: "list_all",
|
|
4747
|
-
},
|
|
4748
|
-
],
|
|
4749
4343
|
field_docs: {},
|
|
4750
4344
|
optional_fields: [],
|
|
4751
4345
|
performance_impact: {
|
|
@@ -4756,6 +4350,10 @@ export const statisticsTools = [
|
|
|
4756
4350
|
required_fields: ["path.namespace"],
|
|
4757
4351
|
side_effects: {},
|
|
4758
4352
|
},
|
|
4353
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/global_log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4354
|
+
dependencies: [],
|
|
4355
|
+
oneOfGroups: [],
|
|
4356
|
+
subscriptionRequirements: [],
|
|
4759
4357
|
},
|
|
4760
4358
|
{
|
|
4761
4359
|
toolName: "f5xc-api-statistics-global-log-receiver-update",
|
|
@@ -4807,13 +4405,6 @@ export const statisticsTools = [
|
|
|
4807
4405
|
modifies: ["global-log-receiver"],
|
|
4808
4406
|
},
|
|
4809
4407
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
4810
|
-
cliExamples: [
|
|
4811
|
-
{
|
|
4812
|
-
command: "f5xcctl config global-log-receiver update {name} --namespace {namespace} -f {file}.yaml",
|
|
4813
|
-
description: "Update global-log-receiver",
|
|
4814
|
-
use_case: "update",
|
|
4815
|
-
},
|
|
4816
|
-
],
|
|
4817
4408
|
confirmationRequired: false,
|
|
4818
4409
|
parameterExamples: {
|
|
4819
4410
|
"metadata.name": "Example-corp-web.",
|
|
@@ -4859,13 +4450,6 @@ export const statisticsTools = [
|
|
|
4859
4450
|
},
|
|
4860
4451
|
confirmation_required: false,
|
|
4861
4452
|
danger_level: "medium",
|
|
4862
|
-
examples: [
|
|
4863
|
-
{
|
|
4864
|
-
command: "f5xcctl config global-log-receiver update {name} --namespace {namespace} -f {file}.yaml",
|
|
4865
|
-
description: "Update global-log-receiver",
|
|
4866
|
-
use_case: "update",
|
|
4867
|
-
},
|
|
4868
|
-
],
|
|
4869
4453
|
field_docs: {},
|
|
4870
4454
|
optional_fields: [],
|
|
4871
4455
|
performance_impact: {
|
|
@@ -4878,6 +4462,32 @@ export const statisticsTools = [
|
|
|
4878
4462
|
modifies: ["global-log-receiver"],
|
|
4879
4463
|
},
|
|
4880
4464
|
},
|
|
4465
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/global_log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4466
|
+
dependencies: [
|
|
4467
|
+
{
|
|
4468
|
+
domain: "",
|
|
4469
|
+
fieldPath: "",
|
|
4470
|
+
inline: false,
|
|
4471
|
+
required: false,
|
|
4472
|
+
resourceType: "global-log-receiver",
|
|
4473
|
+
},
|
|
4474
|
+
{
|
|
4475
|
+
domain: "",
|
|
4476
|
+
fieldPath: "metadata",
|
|
4477
|
+
inline: false,
|
|
4478
|
+
required: false,
|
|
4479
|
+
resourceType: "schema-object-replace-meta",
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
domain: "",
|
|
4483
|
+
fieldPath: "spec",
|
|
4484
|
+
inline: false,
|
|
4485
|
+
required: false,
|
|
4486
|
+
resourceType: "global-log-receiver-replace",
|
|
4487
|
+
},
|
|
4488
|
+
],
|
|
4489
|
+
oneOfGroups: [],
|
|
4490
|
+
subscriptionRequirements: [],
|
|
4881
4491
|
},
|
|
4882
4492
|
{
|
|
4883
4493
|
toolName: "f5xc-api-statistics-list-reports-history-bot-defence-create",
|
|
@@ -4916,18 +4526,6 @@ export const statisticsTools = [
|
|
|
4916
4526
|
creates: ["list-reports-history-bot-defence"],
|
|
4917
4527
|
},
|
|
4918
4528
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
4919
|
-
cliExamples: [
|
|
4920
|
-
{
|
|
4921
|
-
command: "f5xcctl report list-reports-history-bot-defence create -f {file}.yaml",
|
|
4922
|
-
description: "Create from YAML file",
|
|
4923
|
-
use_case: "file_based",
|
|
4924
|
-
},
|
|
4925
|
-
{
|
|
4926
|
-
command: "f5xcctl report list-reports-history-bot-defence create {name} --namespace {namespace}",
|
|
4927
|
-
description: "Create list-reports-history-bot-defence",
|
|
4928
|
-
use_case: "basic_create",
|
|
4929
|
-
},
|
|
4930
|
-
],
|
|
4931
4529
|
confirmationRequired: false,
|
|
4932
4530
|
parameterExamples: {
|
|
4933
4531
|
namespace: "System",
|
|
@@ -4975,18 +4573,6 @@ export const statisticsTools = [
|
|
|
4975
4573
|
},
|
|
4976
4574
|
confirmation_required: false,
|
|
4977
4575
|
danger_level: "medium",
|
|
4978
|
-
examples: [
|
|
4979
|
-
{
|
|
4980
|
-
command: "f5xcctl report list-reports-history-bot-defence create {name} --namespace {namespace}",
|
|
4981
|
-
description: "Create list-reports-history-bot-defence",
|
|
4982
|
-
use_case: "basic_create",
|
|
4983
|
-
},
|
|
4984
|
-
{
|
|
4985
|
-
command: "f5xcctl report list-reports-history-bot-defence create -f {file}.yaml",
|
|
4986
|
-
description: "Create from YAML file",
|
|
4987
|
-
use_case: "file_based",
|
|
4988
|
-
},
|
|
4989
|
-
],
|
|
4990
4576
|
field_docs: {},
|
|
4991
4577
|
optional_fields: [],
|
|
4992
4578
|
performance_impact: {
|
|
@@ -4999,6 +4585,10 @@ export const statisticsTools = [
|
|
|
4999
4585
|
creates: ["list-reports-history-bot-defence"],
|
|
5000
4586
|
},
|
|
5001
4587
|
},
|
|
4588
|
+
curlExample: null,
|
|
4589
|
+
dependencies: [],
|
|
4590
|
+
oneOfGroups: [],
|
|
4591
|
+
subscriptionRequirements: [],
|
|
5002
4592
|
},
|
|
5003
4593
|
{
|
|
5004
4594
|
toolName: "f5xc-api-statistics-list-reports-history-create",
|
|
@@ -5037,18 +4627,6 @@ export const statisticsTools = [
|
|
|
5037
4627
|
creates: ["list-reports-history"],
|
|
5038
4628
|
},
|
|
5039
4629
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
5040
|
-
cliExamples: [
|
|
5041
|
-
{
|
|
5042
|
-
command: "f5xcctl report list-reports-history create -f {file}.yaml",
|
|
5043
|
-
description: "Create from YAML file",
|
|
5044
|
-
use_case: "file_based",
|
|
5045
|
-
},
|
|
5046
|
-
{
|
|
5047
|
-
command: "f5xcctl report list-reports-history create {name} --namespace {namespace}",
|
|
5048
|
-
description: "Create list-reports-history",
|
|
5049
|
-
use_case: "basic_create",
|
|
5050
|
-
},
|
|
5051
|
-
],
|
|
5052
4630
|
confirmationRequired: false,
|
|
5053
4631
|
parameterExamples: {
|
|
5054
4632
|
namespace: "System",
|
|
@@ -5096,18 +4674,6 @@ export const statisticsTools = [
|
|
|
5096
4674
|
},
|
|
5097
4675
|
confirmation_required: false,
|
|
5098
4676
|
danger_level: "medium",
|
|
5099
|
-
examples: [
|
|
5100
|
-
{
|
|
5101
|
-
command: "f5xcctl report list-reports-history create {name} --namespace {namespace}",
|
|
5102
|
-
description: "Create list-reports-history",
|
|
5103
|
-
use_case: "basic_create",
|
|
5104
|
-
},
|
|
5105
|
-
{
|
|
5106
|
-
command: "f5xcctl report list-reports-history create -f {file}.yaml",
|
|
5107
|
-
description: "Create from YAML file",
|
|
5108
|
-
use_case: "file_based",
|
|
5109
|
-
},
|
|
5110
|
-
],
|
|
5111
4677
|
field_docs: {},
|
|
5112
4678
|
optional_fields: [],
|
|
5113
4679
|
performance_impact: {
|
|
@@ -5120,6 +4686,10 @@ export const statisticsTools = [
|
|
|
5120
4686
|
creates: ["list-reports-history"],
|
|
5121
4687
|
},
|
|
5122
4688
|
},
|
|
4689
|
+
curlExample: null,
|
|
4690
|
+
dependencies: [],
|
|
4691
|
+
oneOfGroups: [],
|
|
4692
|
+
subscriptionRequirements: [],
|
|
5123
4693
|
},
|
|
5124
4694
|
{
|
|
5125
4695
|
toolName: "f5xc-api-statistics-list-reports-history-waap-create",
|
|
@@ -5158,18 +4728,6 @@ export const statisticsTools = [
|
|
|
5158
4728
|
creates: ["list-reports-history-waap"],
|
|
5159
4729
|
},
|
|
5160
4730
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
5161
|
-
cliExamples: [
|
|
5162
|
-
{
|
|
5163
|
-
command: "f5xcctl report list-reports-history-waap create -f {file}.yaml",
|
|
5164
|
-
description: "Create from YAML file",
|
|
5165
|
-
use_case: "file_based",
|
|
5166
|
-
},
|
|
5167
|
-
{
|
|
5168
|
-
command: "f5xcctl report list-reports-history-waap create {name} --namespace {namespace}",
|
|
5169
|
-
description: "Create list-reports-history-waap",
|
|
5170
|
-
use_case: "basic_create",
|
|
5171
|
-
},
|
|
5172
|
-
],
|
|
5173
4731
|
confirmationRequired: false,
|
|
5174
4732
|
parameterExamples: {
|
|
5175
4733
|
namespace: "System",
|
|
@@ -5217,18 +4775,6 @@ export const statisticsTools = [
|
|
|
5217
4775
|
},
|
|
5218
4776
|
confirmation_required: false,
|
|
5219
4777
|
danger_level: "medium",
|
|
5220
|
-
examples: [
|
|
5221
|
-
{
|
|
5222
|
-
command: "f5xcctl report list-reports-history-waap create {name} --namespace {namespace}",
|
|
5223
|
-
description: "Create list-reports-history-waap",
|
|
5224
|
-
use_case: "basic_create",
|
|
5225
|
-
},
|
|
5226
|
-
{
|
|
5227
|
-
command: "f5xcctl report list-reports-history-waap create -f {file}.yaml",
|
|
5228
|
-
description: "Create from YAML file",
|
|
5229
|
-
use_case: "file_based",
|
|
5230
|
-
},
|
|
5231
|
-
],
|
|
5232
4778
|
field_docs: {},
|
|
5233
4779
|
optional_fields: [],
|
|
5234
4780
|
performance_impact: {
|
|
@@ -5241,6 +4787,10 @@ export const statisticsTools = [
|
|
|
5241
4787
|
creates: ["list-reports-history-waap"],
|
|
5242
4788
|
},
|
|
5243
4789
|
},
|
|
4790
|
+
curlExample: null,
|
|
4791
|
+
dependencies: [],
|
|
4792
|
+
oneOfGroups: [],
|
|
4793
|
+
subscriptionRequirements: [],
|
|
5244
4794
|
},
|
|
5245
4795
|
{
|
|
5246
4796
|
toolName: "f5xc-api-statistics-log-receiver-create",
|
|
@@ -5281,18 +4831,6 @@ export const statisticsTools = [
|
|
|
5281
4831
|
creates: ["log-receiver"],
|
|
5282
4832
|
},
|
|
5283
4833
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
5284
|
-
cliExamples: [
|
|
5285
|
-
{
|
|
5286
|
-
command: "f5xcctl config log-receiver create -f {file}.yaml",
|
|
5287
|
-
description: "Create from YAML file",
|
|
5288
|
-
use_case: "file_based",
|
|
5289
|
-
},
|
|
5290
|
-
{
|
|
5291
|
-
command: "f5xcctl config log-receiver create {name} --namespace {namespace}",
|
|
5292
|
-
description: "Create log-receiver",
|
|
5293
|
-
use_case: "basic_create",
|
|
5294
|
-
},
|
|
5295
|
-
],
|
|
5296
4834
|
confirmationRequired: false,
|
|
5297
4835
|
parameterExamples: {
|
|
5298
4836
|
"metadata.namespace": "Staging",
|
|
@@ -5337,18 +4875,6 @@ export const statisticsTools = [
|
|
|
5337
4875
|
},
|
|
5338
4876
|
confirmation_required: false,
|
|
5339
4877
|
danger_level: "medium",
|
|
5340
|
-
examples: [
|
|
5341
|
-
{
|
|
5342
|
-
command: "f5xcctl config log-receiver create {name} --namespace {namespace}",
|
|
5343
|
-
description: "Create log-receiver",
|
|
5344
|
-
use_case: "basic_create",
|
|
5345
|
-
},
|
|
5346
|
-
{
|
|
5347
|
-
command: "f5xcctl config log-receiver create -f {file}.yaml",
|
|
5348
|
-
description: "Create from YAML file",
|
|
5349
|
-
use_case: "file_based",
|
|
5350
|
-
},
|
|
5351
|
-
],
|
|
5352
4878
|
field_docs: {},
|
|
5353
4879
|
optional_fields: [],
|
|
5354
4880
|
performance_impact: {
|
|
@@ -5361,6 +4887,32 @@ export const statisticsTools = [
|
|
|
5361
4887
|
creates: ["log-receiver"],
|
|
5362
4888
|
},
|
|
5363
4889
|
},
|
|
4890
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4891
|
+
dependencies: [
|
|
4892
|
+
{
|
|
4893
|
+
domain: "",
|
|
4894
|
+
fieldPath: "",
|
|
4895
|
+
inline: false,
|
|
4896
|
+
required: false,
|
|
4897
|
+
resourceType: "log-receiver",
|
|
4898
|
+
},
|
|
4899
|
+
{
|
|
4900
|
+
domain: "",
|
|
4901
|
+
fieldPath: "metadata",
|
|
4902
|
+
inline: false,
|
|
4903
|
+
required: false,
|
|
4904
|
+
resourceType: "schema-object-create-meta",
|
|
4905
|
+
},
|
|
4906
|
+
{
|
|
4907
|
+
domain: "",
|
|
4908
|
+
fieldPath: "spec",
|
|
4909
|
+
inline: false,
|
|
4910
|
+
required: false,
|
|
4911
|
+
resourceType: "log-receiver-create",
|
|
4912
|
+
},
|
|
4913
|
+
],
|
|
4914
|
+
oneOfGroups: [],
|
|
4915
|
+
subscriptionRequirements: [],
|
|
5364
4916
|
},
|
|
5365
4917
|
{
|
|
5366
4918
|
toolName: "f5xc-api-statistics-log-receiver-delete",
|
|
@@ -5410,13 +4962,6 @@ export const statisticsTools = [
|
|
|
5410
4962
|
deletes: ["log-receiver", "contained_resources"],
|
|
5411
4963
|
},
|
|
5412
4964
|
requiredFields: ["path.name", "path.namespace"],
|
|
5413
|
-
cliExamples: [
|
|
5414
|
-
{
|
|
5415
|
-
command: "f5xcctl config log-receiver delete {name} --namespace {namespace}",
|
|
5416
|
-
description: "Delete log-receiver",
|
|
5417
|
-
use_case: "delete",
|
|
5418
|
-
},
|
|
5419
|
-
],
|
|
5420
4965
|
confirmationRequired: true,
|
|
5421
4966
|
parameterExamples: {
|
|
5422
4967
|
name: "Name",
|
|
@@ -5462,13 +5007,6 @@ export const statisticsTools = [
|
|
|
5462
5007
|
},
|
|
5463
5008
|
confirmation_required: true,
|
|
5464
5009
|
danger_level: "high",
|
|
5465
|
-
examples: [
|
|
5466
|
-
{
|
|
5467
|
-
command: "f5xcctl config log-receiver delete {name} --namespace {namespace}",
|
|
5468
|
-
description: "Delete log-receiver",
|
|
5469
|
-
use_case: "delete",
|
|
5470
|
-
},
|
|
5471
|
-
],
|
|
5472
5010
|
field_docs: {},
|
|
5473
5011
|
optional_fields: [],
|
|
5474
5012
|
performance_impact: {
|
|
@@ -5481,6 +5019,18 @@ export const statisticsTools = [
|
|
|
5481
5019
|
deletes: ["log-receiver", "contained_resources"],
|
|
5482
5020
|
},
|
|
5483
5021
|
},
|
|
5022
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5023
|
+
dependencies: [
|
|
5024
|
+
{
|
|
5025
|
+
domain: "",
|
|
5026
|
+
fieldPath: "",
|
|
5027
|
+
inline: false,
|
|
5028
|
+
required: false,
|
|
5029
|
+
resourceType: "log-receiver",
|
|
5030
|
+
},
|
|
5031
|
+
],
|
|
5032
|
+
oneOfGroups: [],
|
|
5033
|
+
subscriptionRequirements: [],
|
|
5484
5034
|
},
|
|
5485
5035
|
{
|
|
5486
5036
|
toolName: "f5xc-api-statistics-log-receiver-get",
|
|
@@ -5549,13 +5099,6 @@ export const statisticsTools = [
|
|
|
5549
5099
|
dangerLevel: "low",
|
|
5550
5100
|
sideEffects: null,
|
|
5551
5101
|
requiredFields: ["path.name", "path.namespace"],
|
|
5552
|
-
cliExamples: [
|
|
5553
|
-
{
|
|
5554
|
-
command: "f5xcctl config log-receiver get {name} --namespace {namespace}",
|
|
5555
|
-
description: "Get specific log-receiver",
|
|
5556
|
-
use_case: "get_specific",
|
|
5557
|
-
},
|
|
5558
|
-
],
|
|
5559
5102
|
confirmationRequired: false,
|
|
5560
5103
|
parameterExamples: {
|
|
5561
5104
|
name: "Name",
|
|
@@ -5601,13 +5144,6 @@ export const statisticsTools = [
|
|
|
5601
5144
|
},
|
|
5602
5145
|
confirmation_required: false,
|
|
5603
5146
|
danger_level: "low",
|
|
5604
|
-
examples: [
|
|
5605
|
-
{
|
|
5606
|
-
command: "f5xcctl config log-receiver get {name} --namespace {namespace}",
|
|
5607
|
-
description: "Get specific log-receiver",
|
|
5608
|
-
use_case: "get_specific",
|
|
5609
|
-
},
|
|
5610
|
-
],
|
|
5611
5147
|
field_docs: {},
|
|
5612
5148
|
optional_fields: [],
|
|
5613
5149
|
performance_impact: {
|
|
@@ -5618,6 +5154,10 @@ export const statisticsTools = [
|
|
|
5618
5154
|
required_fields: ["path.name", "path.namespace"],
|
|
5619
5155
|
side_effects: {},
|
|
5620
5156
|
},
|
|
5157
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5158
|
+
dependencies: [],
|
|
5159
|
+
oneOfGroups: [],
|
|
5160
|
+
subscriptionRequirements: [],
|
|
5621
5161
|
},
|
|
5622
5162
|
{
|
|
5623
5163
|
toolName: "f5xc-api-statistics-log-receiver-list",
|
|
@@ -5692,13 +5232,6 @@ export const statisticsTools = [
|
|
|
5692
5232
|
dangerLevel: "low",
|
|
5693
5233
|
sideEffects: null,
|
|
5694
5234
|
requiredFields: ["path.namespace"],
|
|
5695
|
-
cliExamples: [
|
|
5696
|
-
{
|
|
5697
|
-
command: "f5xcctl config log-receiver list --namespace {namespace}",
|
|
5698
|
-
description: "List all log-receivers",
|
|
5699
|
-
use_case: "list_all",
|
|
5700
|
-
},
|
|
5701
|
-
],
|
|
5702
5235
|
confirmationRequired: false,
|
|
5703
5236
|
parameterExamples: {
|
|
5704
5237
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -5744,13 +5277,6 @@ export const statisticsTools = [
|
|
|
5744
5277
|
},
|
|
5745
5278
|
confirmation_required: false,
|
|
5746
5279
|
danger_level: "low",
|
|
5747
|
-
examples: [
|
|
5748
|
-
{
|
|
5749
|
-
command: "f5xcctl config log-receiver list --namespace {namespace}",
|
|
5750
|
-
description: "List all log-receivers",
|
|
5751
|
-
use_case: "list_all",
|
|
5752
|
-
},
|
|
5753
|
-
],
|
|
5754
5280
|
field_docs: {},
|
|
5755
5281
|
optional_fields: [],
|
|
5756
5282
|
performance_impact: {
|
|
@@ -5761,6 +5287,10 @@ export const statisticsTools = [
|
|
|
5761
5287
|
required_fields: ["path.namespace"],
|
|
5762
5288
|
side_effects: {},
|
|
5763
5289
|
},
|
|
5290
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5291
|
+
dependencies: [],
|
|
5292
|
+
oneOfGroups: [],
|
|
5293
|
+
subscriptionRequirements: [],
|
|
5764
5294
|
},
|
|
5765
5295
|
{
|
|
5766
5296
|
toolName: "f5xc-api-statistics-log-receiver-update",
|
|
@@ -5812,13 +5342,6 @@ export const statisticsTools = [
|
|
|
5812
5342
|
modifies: ["log-receiver"],
|
|
5813
5343
|
},
|
|
5814
5344
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
5815
|
-
cliExamples: [
|
|
5816
|
-
{
|
|
5817
|
-
command: "f5xcctl config log-receiver update {name} --namespace {namespace} -f {file}.yaml",
|
|
5818
|
-
description: "Update log-receiver",
|
|
5819
|
-
use_case: "update",
|
|
5820
|
-
},
|
|
5821
|
-
],
|
|
5822
5345
|
confirmationRequired: false,
|
|
5823
5346
|
parameterExamples: {
|
|
5824
5347
|
"metadata.name": "Example-corp-web.",
|
|
@@ -5864,13 +5387,6 @@ export const statisticsTools = [
|
|
|
5864
5387
|
},
|
|
5865
5388
|
confirmation_required: false,
|
|
5866
5389
|
danger_level: "medium",
|
|
5867
|
-
examples: [
|
|
5868
|
-
{
|
|
5869
|
-
command: "f5xcctl config log-receiver update {name} --namespace {namespace} -f {file}.yaml",
|
|
5870
|
-
description: "Update log-receiver",
|
|
5871
|
-
use_case: "update",
|
|
5872
|
-
},
|
|
5873
|
-
],
|
|
5874
5390
|
field_docs: {},
|
|
5875
5391
|
optional_fields: [],
|
|
5876
5392
|
performance_impact: {
|
|
@@ -5883,6 +5399,32 @@ export const statisticsTools = [
|
|
|
5883
5399
|
modifies: ["log-receiver"],
|
|
5884
5400
|
},
|
|
5885
5401
|
},
|
|
5402
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/log_receivers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5403
|
+
dependencies: [
|
|
5404
|
+
{
|
|
5405
|
+
domain: "",
|
|
5406
|
+
fieldPath: "",
|
|
5407
|
+
inline: false,
|
|
5408
|
+
required: false,
|
|
5409
|
+
resourceType: "log-receiver",
|
|
5410
|
+
},
|
|
5411
|
+
{
|
|
5412
|
+
domain: "",
|
|
5413
|
+
fieldPath: "metadata",
|
|
5414
|
+
inline: false,
|
|
5415
|
+
required: false,
|
|
5416
|
+
resourceType: "schema-object-replace-meta",
|
|
5417
|
+
},
|
|
5418
|
+
{
|
|
5419
|
+
domain: "",
|
|
5420
|
+
fieldPath: "spec",
|
|
5421
|
+
inline: false,
|
|
5422
|
+
required: false,
|
|
5423
|
+
resourceType: "log-receiver-replace",
|
|
5424
|
+
},
|
|
5425
|
+
],
|
|
5426
|
+
oneOfGroups: [],
|
|
5427
|
+
subscriptionRequirements: [],
|
|
5886
5428
|
},
|
|
5887
5429
|
{
|
|
5888
5430
|
toolName: "f5xc-api-statistics-match-create",
|
|
@@ -5923,18 +5465,6 @@ export const statisticsTools = [
|
|
|
5923
5465
|
creates: ["match"],
|
|
5924
5466
|
},
|
|
5925
5467
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
5926
|
-
cliExamples: [
|
|
5927
|
-
{
|
|
5928
|
-
command: "f5xcctl alert match create -f {file}.yaml",
|
|
5929
|
-
description: "Create from YAML file",
|
|
5930
|
-
use_case: "file_based",
|
|
5931
|
-
},
|
|
5932
|
-
{
|
|
5933
|
-
command: "f5xcctl alert match create {name} --namespace {namespace}",
|
|
5934
|
-
description: "Create match",
|
|
5935
|
-
use_case: "basic_create",
|
|
5936
|
-
},
|
|
5937
|
-
],
|
|
5938
5468
|
confirmationRequired: false,
|
|
5939
5469
|
parameterExamples: {
|
|
5940
5470
|
namespace: "Ns1",
|
|
@@ -5979,18 +5509,6 @@ export const statisticsTools = [
|
|
|
5979
5509
|
},
|
|
5980
5510
|
confirmation_required: false,
|
|
5981
5511
|
danger_level: "medium",
|
|
5982
|
-
examples: [
|
|
5983
|
-
{
|
|
5984
|
-
command: "f5xcctl alert match create {name} --namespace {namespace}",
|
|
5985
|
-
description: "Create match",
|
|
5986
|
-
use_case: "basic_create",
|
|
5987
|
-
},
|
|
5988
|
-
{
|
|
5989
|
-
command: "f5xcctl alert match create -f {file}.yaml",
|
|
5990
|
-
description: "Create from YAML file",
|
|
5991
|
-
use_case: "file_based",
|
|
5992
|
-
},
|
|
5993
|
-
],
|
|
5994
5512
|
field_docs: {},
|
|
5995
5513
|
optional_fields: [],
|
|
5996
5514
|
performance_impact: {
|
|
@@ -6003,6 +5521,10 @@ export const statisticsTools = [
|
|
|
6003
5521
|
creates: ["match"],
|
|
6004
5522
|
},
|
|
6005
5523
|
},
|
|
5524
|
+
curlExample: null,
|
|
5525
|
+
dependencies: [],
|
|
5526
|
+
oneOfGroups: [],
|
|
5527
|
+
subscriptionRequirements: [],
|
|
6006
5528
|
},
|
|
6007
5529
|
{
|
|
6008
5530
|
toolName: "f5xc-api-statistics-matching-flow-create",
|
|
@@ -6054,18 +5576,6 @@ export const statisticsTools = [
|
|
|
6054
5576
|
creates: ["matching-flow"],
|
|
6055
5577
|
},
|
|
6056
5578
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.site"],
|
|
6057
|
-
cliExamples: [
|
|
6058
|
-
{
|
|
6059
|
-
command: "f5xcctl operate matching-flow create -f {file}.yaml",
|
|
6060
|
-
description: "Create from YAML file",
|
|
6061
|
-
use_case: "file_based",
|
|
6062
|
-
},
|
|
6063
|
-
{
|
|
6064
|
-
command: "f5xcctl operate matching-flow create {name} --namespace {namespace}",
|
|
6065
|
-
description: "Create matching-flow",
|
|
6066
|
-
use_case: "basic_create",
|
|
6067
|
-
},
|
|
6068
|
-
],
|
|
6069
5579
|
confirmationRequired: false,
|
|
6070
5580
|
parameterExamples: {
|
|
6071
5581
|
namespace: "System",
|
|
@@ -6111,18 +5621,6 @@ export const statisticsTools = [
|
|
|
6111
5621
|
},
|
|
6112
5622
|
confirmation_required: false,
|
|
6113
5623
|
danger_level: "medium",
|
|
6114
|
-
examples: [
|
|
6115
|
-
{
|
|
6116
|
-
command: "f5xcctl operate matching-flow create {name} --namespace {namespace}",
|
|
6117
|
-
description: "Create matching-flow",
|
|
6118
|
-
use_case: "basic_create",
|
|
6119
|
-
},
|
|
6120
|
-
{
|
|
6121
|
-
command: "f5xcctl operate matching-flow create -f {file}.yaml",
|
|
6122
|
-
description: "Create from YAML file",
|
|
6123
|
-
use_case: "file_based",
|
|
6124
|
-
},
|
|
6125
|
-
],
|
|
6126
5624
|
field_docs: {},
|
|
6127
5625
|
optional_fields: [],
|
|
6128
5626
|
performance_impact: {
|
|
@@ -6135,6 +5633,24 @@ export const statisticsTools = [
|
|
|
6135
5633
|
creates: ["matching-flow"],
|
|
6136
5634
|
},
|
|
6137
5635
|
},
|
|
5636
|
+
curlExample: null,
|
|
5637
|
+
dependencies: [
|
|
5638
|
+
{
|
|
5639
|
+
domain: "",
|
|
5640
|
+
fieldPath: "vn_type",
|
|
5641
|
+
inline: false,
|
|
5642
|
+
required: false,
|
|
5643
|
+
resourceType: "schema-virtual-network",
|
|
5644
|
+
},
|
|
5645
|
+
],
|
|
5646
|
+
oneOfGroups: [
|
|
5647
|
+
{
|
|
5648
|
+
choiceField: "interface_or_network",
|
|
5649
|
+
fieldPath: "interface_or_network",
|
|
5650
|
+
options: ["external_service", "intf", "pod", "vn", "vn_type"],
|
|
5651
|
+
},
|
|
5652
|
+
],
|
|
5653
|
+
subscriptionRequirements: [],
|
|
6138
5654
|
},
|
|
6139
5655
|
{
|
|
6140
5656
|
toolName: "f5xc-api-statistics-platform-event-create",
|
|
@@ -6175,18 +5691,6 @@ export const statisticsTools = [
|
|
|
6175
5691
|
creates: ["platform-event"],
|
|
6176
5692
|
},
|
|
6177
5693
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
6178
|
-
cliExamples: [
|
|
6179
|
-
{
|
|
6180
|
-
command: "f5xcctl data platform-event create -f {file}.yaml",
|
|
6181
|
-
description: "Create from YAML file",
|
|
6182
|
-
use_case: "file_based",
|
|
6183
|
-
},
|
|
6184
|
-
{
|
|
6185
|
-
command: "f5xcctl data platform-event create {name} --namespace {namespace}",
|
|
6186
|
-
description: "Create platform-event",
|
|
6187
|
-
use_case: "basic_create",
|
|
6188
|
-
},
|
|
6189
|
-
],
|
|
6190
5694
|
confirmationRequired: false,
|
|
6191
5695
|
parameterExamples: {
|
|
6192
5696
|
namespace: "Value",
|
|
@@ -6231,18 +5735,6 @@ export const statisticsTools = [
|
|
|
6231
5735
|
},
|
|
6232
5736
|
confirmation_required: false,
|
|
6233
5737
|
danger_level: "medium",
|
|
6234
|
-
examples: [
|
|
6235
|
-
{
|
|
6236
|
-
command: "f5xcctl data platform-event create {name} --namespace {namespace}",
|
|
6237
|
-
description: "Create platform-event",
|
|
6238
|
-
use_case: "basic_create",
|
|
6239
|
-
},
|
|
6240
|
-
{
|
|
6241
|
-
command: "f5xcctl data platform-event create -f {file}.yaml",
|
|
6242
|
-
description: "Create from YAML file",
|
|
6243
|
-
use_case: "file_based",
|
|
6244
|
-
},
|
|
6245
|
-
],
|
|
6246
5738
|
field_docs: {},
|
|
6247
5739
|
optional_fields: [],
|
|
6248
5740
|
performance_impact: {
|
|
@@ -6255,6 +5747,10 @@ export const statisticsTools = [
|
|
|
6255
5747
|
creates: ["platform-event"],
|
|
6256
5748
|
},
|
|
6257
5749
|
},
|
|
5750
|
+
curlExample: null,
|
|
5751
|
+
dependencies: [],
|
|
5752
|
+
oneOfGroups: [],
|
|
5753
|
+
subscriptionRequirements: [],
|
|
6258
5754
|
},
|
|
6259
5755
|
{
|
|
6260
5756
|
toolName: "f5xc-api-statistics-report-config-create",
|
|
@@ -6295,18 +5791,6 @@ export const statisticsTools = [
|
|
|
6295
5791
|
creates: ["report-config"],
|
|
6296
5792
|
},
|
|
6297
5793
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
6298
|
-
cliExamples: [
|
|
6299
|
-
{
|
|
6300
|
-
command: "f5xcctl report report-config create -f {file}.yaml",
|
|
6301
|
-
description: "Create from YAML file",
|
|
6302
|
-
use_case: "file_based",
|
|
6303
|
-
},
|
|
6304
|
-
{
|
|
6305
|
-
command: "f5xcctl report report-config create {name} --namespace {namespace}",
|
|
6306
|
-
description: "Create report-config",
|
|
6307
|
-
use_case: "basic_create",
|
|
6308
|
-
},
|
|
6309
|
-
],
|
|
6310
5794
|
confirmationRequired: false,
|
|
6311
5795
|
parameterExamples: {
|
|
6312
5796
|
"metadata.namespace": "Staging",
|
|
@@ -6351,18 +5835,6 @@ export const statisticsTools = [
|
|
|
6351
5835
|
},
|
|
6352
5836
|
confirmation_required: false,
|
|
6353
5837
|
danger_level: "medium",
|
|
6354
|
-
examples: [
|
|
6355
|
-
{
|
|
6356
|
-
command: "f5xcctl report report-config create {name} --namespace {namespace}",
|
|
6357
|
-
description: "Create report-config",
|
|
6358
|
-
use_case: "basic_create",
|
|
6359
|
-
},
|
|
6360
|
-
{
|
|
6361
|
-
command: "f5xcctl report report-config create -f {file}.yaml",
|
|
6362
|
-
description: "Create from YAML file",
|
|
6363
|
-
use_case: "file_based",
|
|
6364
|
-
},
|
|
6365
|
-
],
|
|
6366
5838
|
field_docs: {},
|
|
6367
5839
|
optional_fields: [],
|
|
6368
5840
|
performance_impact: {
|
|
@@ -6375,6 +5847,32 @@ export const statisticsTools = [
|
|
|
6375
5847
|
creates: ["report-config"],
|
|
6376
5848
|
},
|
|
6377
5849
|
},
|
|
5850
|
+
curlExample: null,
|
|
5851
|
+
dependencies: [
|
|
5852
|
+
{
|
|
5853
|
+
domain: "",
|
|
5854
|
+
fieldPath: "",
|
|
5855
|
+
inline: false,
|
|
5856
|
+
required: false,
|
|
5857
|
+
resourceType: "report-config",
|
|
5858
|
+
},
|
|
5859
|
+
{
|
|
5860
|
+
domain: "",
|
|
5861
|
+
fieldPath: "metadata",
|
|
5862
|
+
inline: false,
|
|
5863
|
+
required: false,
|
|
5864
|
+
resourceType: "schema-object-create-meta",
|
|
5865
|
+
},
|
|
5866
|
+
{
|
|
5867
|
+
domain: "",
|
|
5868
|
+
fieldPath: "spec",
|
|
5869
|
+
inline: false,
|
|
5870
|
+
required: false,
|
|
5871
|
+
resourceType: "report-config-create",
|
|
5872
|
+
},
|
|
5873
|
+
],
|
|
5874
|
+
oneOfGroups: [],
|
|
5875
|
+
subscriptionRequirements: [],
|
|
6378
5876
|
},
|
|
6379
5877
|
{
|
|
6380
5878
|
toolName: "f5xc-api-statistics-report-config-delete",
|
|
@@ -6424,13 +5922,6 @@ export const statisticsTools = [
|
|
|
6424
5922
|
deletes: ["report-config", "contained_resources"],
|
|
6425
5923
|
},
|
|
6426
5924
|
requiredFields: ["path.name", "path.namespace"],
|
|
6427
|
-
cliExamples: [
|
|
6428
|
-
{
|
|
6429
|
-
command: "f5xcctl report report-config delete {name} --namespace {namespace}",
|
|
6430
|
-
description: "Delete report-config",
|
|
6431
|
-
use_case: "delete",
|
|
6432
|
-
},
|
|
6433
|
-
],
|
|
6434
5925
|
confirmationRequired: true,
|
|
6435
5926
|
parameterExamples: {
|
|
6436
5927
|
name: "Name",
|
|
@@ -6476,13 +5967,6 @@ export const statisticsTools = [
|
|
|
6476
5967
|
},
|
|
6477
5968
|
confirmation_required: true,
|
|
6478
5969
|
danger_level: "high",
|
|
6479
|
-
examples: [
|
|
6480
|
-
{
|
|
6481
|
-
command: "f5xcctl report report-config delete {name} --namespace {namespace}",
|
|
6482
|
-
description: "Delete report-config",
|
|
6483
|
-
use_case: "delete",
|
|
6484
|
-
},
|
|
6485
|
-
],
|
|
6486
5970
|
field_docs: {},
|
|
6487
5971
|
optional_fields: [],
|
|
6488
5972
|
performance_impact: {
|
|
@@ -6495,6 +5979,18 @@ export const statisticsTools = [
|
|
|
6495
5979
|
deletes: ["report-config", "contained_resources"],
|
|
6496
5980
|
},
|
|
6497
5981
|
},
|
|
5982
|
+
curlExample: null,
|
|
5983
|
+
dependencies: [
|
|
5984
|
+
{
|
|
5985
|
+
domain: "",
|
|
5986
|
+
fieldPath: "",
|
|
5987
|
+
inline: false,
|
|
5988
|
+
required: false,
|
|
5989
|
+
resourceType: "report-config",
|
|
5990
|
+
},
|
|
5991
|
+
],
|
|
5992
|
+
oneOfGroups: [],
|
|
5993
|
+
subscriptionRequirements: [],
|
|
6498
5994
|
},
|
|
6499
5995
|
{
|
|
6500
5996
|
toolName: "f5xc-api-statistics-report-config-get",
|
|
@@ -6563,13 +6059,6 @@ export const statisticsTools = [
|
|
|
6563
6059
|
dangerLevel: "low",
|
|
6564
6060
|
sideEffects: null,
|
|
6565
6061
|
requiredFields: ["path.name", "path.namespace"],
|
|
6566
|
-
cliExamples: [
|
|
6567
|
-
{
|
|
6568
|
-
command: "f5xcctl report report-config get {name} --namespace {namespace}",
|
|
6569
|
-
description: "Get specific report-config",
|
|
6570
|
-
use_case: "get_specific",
|
|
6571
|
-
},
|
|
6572
|
-
],
|
|
6573
6062
|
confirmationRequired: false,
|
|
6574
6063
|
parameterExamples: {
|
|
6575
6064
|
name: "Name",
|
|
@@ -6615,13 +6104,6 @@ export const statisticsTools = [
|
|
|
6615
6104
|
},
|
|
6616
6105
|
confirmation_required: false,
|
|
6617
6106
|
danger_level: "low",
|
|
6618
|
-
examples: [
|
|
6619
|
-
{
|
|
6620
|
-
command: "f5xcctl report report-config get {name} --namespace {namespace}",
|
|
6621
|
-
description: "Get specific report-config",
|
|
6622
|
-
use_case: "get_specific",
|
|
6623
|
-
},
|
|
6624
|
-
],
|
|
6625
6107
|
field_docs: {},
|
|
6626
6108
|
optional_fields: [],
|
|
6627
6109
|
performance_impact: {
|
|
@@ -6632,6 +6114,10 @@ export const statisticsTools = [
|
|
|
6632
6114
|
required_fields: ["path.name", "path.namespace"],
|
|
6633
6115
|
side_effects: {},
|
|
6634
6116
|
},
|
|
6117
|
+
curlExample: null,
|
|
6118
|
+
dependencies: [],
|
|
6119
|
+
oneOfGroups: [],
|
|
6120
|
+
subscriptionRequirements: [],
|
|
6635
6121
|
},
|
|
6636
6122
|
{
|
|
6637
6123
|
toolName: "f5xc-api-statistics-report-config-list",
|
|
@@ -6706,13 +6192,6 @@ export const statisticsTools = [
|
|
|
6706
6192
|
dangerLevel: "low",
|
|
6707
6193
|
sideEffects: null,
|
|
6708
6194
|
requiredFields: ["path.namespace"],
|
|
6709
|
-
cliExamples: [
|
|
6710
|
-
{
|
|
6711
|
-
command: "f5xcctl report report-config list --namespace {namespace}",
|
|
6712
|
-
description: "List all report-configs",
|
|
6713
|
-
use_case: "list_all",
|
|
6714
|
-
},
|
|
6715
|
-
],
|
|
6716
6195
|
confirmationRequired: false,
|
|
6717
6196
|
parameterExamples: {
|
|
6718
6197
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -6758,13 +6237,6 @@ export const statisticsTools = [
|
|
|
6758
6237
|
},
|
|
6759
6238
|
confirmation_required: false,
|
|
6760
6239
|
danger_level: "low",
|
|
6761
|
-
examples: [
|
|
6762
|
-
{
|
|
6763
|
-
command: "f5xcctl report report-config list --namespace {namespace}",
|
|
6764
|
-
description: "List all report-configs",
|
|
6765
|
-
use_case: "list_all",
|
|
6766
|
-
},
|
|
6767
|
-
],
|
|
6768
6240
|
field_docs: {},
|
|
6769
6241
|
optional_fields: [],
|
|
6770
6242
|
performance_impact: {
|
|
@@ -6775,6 +6247,10 @@ export const statisticsTools = [
|
|
|
6775
6247
|
required_fields: ["path.namespace"],
|
|
6776
6248
|
side_effects: {},
|
|
6777
6249
|
},
|
|
6250
|
+
curlExample: null,
|
|
6251
|
+
dependencies: [],
|
|
6252
|
+
oneOfGroups: [],
|
|
6253
|
+
subscriptionRequirements: [],
|
|
6778
6254
|
},
|
|
6779
6255
|
{
|
|
6780
6256
|
toolName: "f5xc-api-statistics-report-config-update",
|
|
@@ -6826,13 +6302,6 @@ export const statisticsTools = [
|
|
|
6826
6302
|
modifies: ["report-config"],
|
|
6827
6303
|
},
|
|
6828
6304
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
6829
|
-
cliExamples: [
|
|
6830
|
-
{
|
|
6831
|
-
command: "f5xcctl report report-config update {name} --namespace {namespace} -f {file}.yaml",
|
|
6832
|
-
description: "Update report-config",
|
|
6833
|
-
use_case: "update",
|
|
6834
|
-
},
|
|
6835
|
-
],
|
|
6836
6305
|
confirmationRequired: false,
|
|
6837
6306
|
parameterExamples: {
|
|
6838
6307
|
"metadata.name": "Example-corp-web.",
|
|
@@ -6878,13 +6347,6 @@ export const statisticsTools = [
|
|
|
6878
6347
|
},
|
|
6879
6348
|
confirmation_required: false,
|
|
6880
6349
|
danger_level: "medium",
|
|
6881
|
-
examples: [
|
|
6882
|
-
{
|
|
6883
|
-
command: "f5xcctl report report-config update {name} --namespace {namespace} -f {file}.yaml",
|
|
6884
|
-
description: "Update report-config",
|
|
6885
|
-
use_case: "update",
|
|
6886
|
-
},
|
|
6887
|
-
],
|
|
6888
6350
|
field_docs: {},
|
|
6889
6351
|
optional_fields: [],
|
|
6890
6352
|
performance_impact: {
|
|
@@ -6897,6 +6359,32 @@ export const statisticsTools = [
|
|
|
6897
6359
|
modifies: ["report-config"],
|
|
6898
6360
|
},
|
|
6899
6361
|
},
|
|
6362
|
+
curlExample: null,
|
|
6363
|
+
dependencies: [
|
|
6364
|
+
{
|
|
6365
|
+
domain: "",
|
|
6366
|
+
fieldPath: "",
|
|
6367
|
+
inline: false,
|
|
6368
|
+
required: false,
|
|
6369
|
+
resourceType: "report-config",
|
|
6370
|
+
},
|
|
6371
|
+
{
|
|
6372
|
+
domain: "",
|
|
6373
|
+
fieldPath: "metadata",
|
|
6374
|
+
inline: false,
|
|
6375
|
+
required: false,
|
|
6376
|
+
resourceType: "schema-object-replace-meta",
|
|
6377
|
+
},
|
|
6378
|
+
{
|
|
6379
|
+
domain: "",
|
|
6380
|
+
fieldPath: "spec",
|
|
6381
|
+
inline: false,
|
|
6382
|
+
required: false,
|
|
6383
|
+
resourceType: "report-config-replace",
|
|
6384
|
+
},
|
|
6385
|
+
],
|
|
6386
|
+
oneOfGroups: [],
|
|
6387
|
+
subscriptionRequirements: [],
|
|
6900
6388
|
},
|
|
6901
6389
|
{
|
|
6902
6390
|
toolName: "f5xc-api-statistics-report-get",
|
|
@@ -6962,13 +6450,6 @@ export const statisticsTools = [
|
|
|
6962
6450
|
dangerLevel: "low",
|
|
6963
6451
|
sideEffects: null,
|
|
6964
6452
|
requiredFields: ["path.name", "path.namespace"],
|
|
6965
|
-
cliExamples: [
|
|
6966
|
-
{
|
|
6967
|
-
command: "f5xcctl report report get {name} --namespace {namespace}",
|
|
6968
|
-
description: "Get specific report",
|
|
6969
|
-
use_case: "get_specific",
|
|
6970
|
-
},
|
|
6971
|
-
],
|
|
6972
6453
|
confirmationRequired: false,
|
|
6973
6454
|
parameterExamples: {
|
|
6974
6455
|
name: "Name",
|
|
@@ -7014,13 +6495,6 @@ export const statisticsTools = [
|
|
|
7014
6495
|
},
|
|
7015
6496
|
confirmation_required: false,
|
|
7016
6497
|
danger_level: "low",
|
|
7017
|
-
examples: [
|
|
7018
|
-
{
|
|
7019
|
-
command: "f5xcctl report report get {name} --namespace {namespace}",
|
|
7020
|
-
description: "Get specific report",
|
|
7021
|
-
use_case: "get_specific",
|
|
7022
|
-
},
|
|
7023
|
-
],
|
|
7024
6498
|
field_docs: {},
|
|
7025
6499
|
optional_fields: [],
|
|
7026
6500
|
performance_impact: {
|
|
@@ -7031,6 +6505,10 @@ export const statisticsTools = [
|
|
|
7031
6505
|
required_fields: ["path.name", "path.namespace"],
|
|
7032
6506
|
side_effects: {},
|
|
7033
6507
|
},
|
|
6508
|
+
curlExample: null,
|
|
6509
|
+
dependencies: [],
|
|
6510
|
+
oneOfGroups: [],
|
|
6511
|
+
subscriptionRequirements: [],
|
|
7034
6512
|
},
|
|
7035
6513
|
{
|
|
7036
6514
|
toolName: "f5xc-api-statistics-route-table-get",
|
|
@@ -7135,13 +6613,6 @@ export const statisticsTools = [
|
|
|
7135
6613
|
dangerLevel: "low",
|
|
7136
6614
|
sideEffects: null,
|
|
7137
6615
|
requiredFields: ["path.id"],
|
|
7138
|
-
cliExamples: [
|
|
7139
|
-
{
|
|
7140
|
-
command: "f5xcctl data route-table get {name} --namespace {namespace}",
|
|
7141
|
-
description: "Get specific route-table",
|
|
7142
|
-
use_case: "get_specific",
|
|
7143
|
-
},
|
|
7144
|
-
],
|
|
7145
6616
|
confirmationRequired: false,
|
|
7146
6617
|
parameterExamples: {
|
|
7147
6618
|
id: "VPC-1234567898.",
|
|
@@ -7191,13 +6662,6 @@ export const statisticsTools = [
|
|
|
7191
6662
|
},
|
|
7192
6663
|
confirmation_required: false,
|
|
7193
6664
|
danger_level: "low",
|
|
7194
|
-
examples: [
|
|
7195
|
-
{
|
|
7196
|
-
command: "f5xcctl data route-table get {name} --namespace {namespace}",
|
|
7197
|
-
description: "Get specific route-table",
|
|
7198
|
-
use_case: "get_specific",
|
|
7199
|
-
},
|
|
7200
|
-
],
|
|
7201
6665
|
field_docs: {},
|
|
7202
6666
|
optional_fields: [],
|
|
7203
6667
|
performance_impact: {
|
|
@@ -7208,6 +6672,10 @@ export const statisticsTools = [
|
|
|
7208
6672
|
required_fields: ["path.id"],
|
|
7209
6673
|
side_effects: {},
|
|
7210
6674
|
},
|
|
6675
|
+
curlExample: null,
|
|
6676
|
+
dependencies: [],
|
|
6677
|
+
oneOfGroups: [],
|
|
6678
|
+
subscriptionRequirements: [],
|
|
7211
6679
|
},
|
|
7212
6680
|
{
|
|
7213
6681
|
toolName: "f5xc-api-statistics-scroll-create",
|
|
@@ -7246,18 +6714,6 @@ export const statisticsTools = [
|
|
|
7246
6714
|
creates: ["scroll"],
|
|
7247
6715
|
},
|
|
7248
6716
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
7249
|
-
cliExamples: [
|
|
7250
|
-
{
|
|
7251
|
-
command: "f5xcctl data scroll create -f {file}.yaml",
|
|
7252
|
-
description: "Create from YAML file",
|
|
7253
|
-
use_case: "file_based",
|
|
7254
|
-
},
|
|
7255
|
-
{
|
|
7256
|
-
command: "f5xcctl data scroll create {name} --namespace {namespace}",
|
|
7257
|
-
description: "Create scroll",
|
|
7258
|
-
use_case: "basic_create",
|
|
7259
|
-
},
|
|
7260
|
-
],
|
|
7261
6717
|
confirmationRequired: false,
|
|
7262
6718
|
parameterExamples: {
|
|
7263
6719
|
namespace: "Value",
|
|
@@ -7302,18 +6758,6 @@ export const statisticsTools = [
|
|
|
7302
6758
|
},
|
|
7303
6759
|
confirmation_required: false,
|
|
7304
6760
|
danger_level: "medium",
|
|
7305
|
-
examples: [
|
|
7306
|
-
{
|
|
7307
|
-
command: "f5xcctl data scroll create {name} --namespace {namespace}",
|
|
7308
|
-
description: "Create scroll",
|
|
7309
|
-
use_case: "basic_create",
|
|
7310
|
-
},
|
|
7311
|
-
{
|
|
7312
|
-
command: "f5xcctl data scroll create -f {file}.yaml",
|
|
7313
|
-
description: "Create from YAML file",
|
|
7314
|
-
use_case: "file_based",
|
|
7315
|
-
},
|
|
7316
|
-
],
|
|
7317
6761
|
field_docs: {},
|
|
7318
6762
|
optional_fields: [],
|
|
7319
6763
|
performance_impact: {
|
|
@@ -7326,6 +6770,10 @@ export const statisticsTools = [
|
|
|
7326
6770
|
creates: ["scroll"],
|
|
7327
6771
|
},
|
|
7328
6772
|
},
|
|
6773
|
+
curlExample: null,
|
|
6774
|
+
dependencies: [],
|
|
6775
|
+
oneOfGroups: [],
|
|
6776
|
+
subscriptionRequirements: [],
|
|
7329
6777
|
},
|
|
7330
6778
|
{
|
|
7331
6779
|
toolName: "f5xc-api-statistics-scroll-list",
|
|
@@ -7374,13 +6822,6 @@ export const statisticsTools = [
|
|
|
7374
6822
|
dangerLevel: "low",
|
|
7375
6823
|
sideEffects: null,
|
|
7376
6824
|
requiredFields: ["path.namespace"],
|
|
7377
|
-
cliExamples: [
|
|
7378
|
-
{
|
|
7379
|
-
command: "f5xcctl data scroll list --namespace {namespace}",
|
|
7380
|
-
description: "List all scrolls",
|
|
7381
|
-
use_case: "list_all",
|
|
7382
|
-
},
|
|
7383
|
-
],
|
|
7384
6825
|
confirmationRequired: false,
|
|
7385
6826
|
parameterExamples: {
|
|
7386
6827
|
namespace: "Value",
|
|
@@ -7426,13 +6867,6 @@ export const statisticsTools = [
|
|
|
7426
6867
|
},
|
|
7427
6868
|
confirmation_required: false,
|
|
7428
6869
|
danger_level: "low",
|
|
7429
|
-
examples: [
|
|
7430
|
-
{
|
|
7431
|
-
command: "f5xcctl data scroll list --namespace {namespace}",
|
|
7432
|
-
description: "List all scrolls",
|
|
7433
|
-
use_case: "list_all",
|
|
7434
|
-
},
|
|
7435
|
-
],
|
|
7436
6870
|
field_docs: {},
|
|
7437
6871
|
optional_fields: [],
|
|
7438
6872
|
performance_impact: {
|
|
@@ -7443,6 +6877,10 @@ export const statisticsTools = [
|
|
|
7443
6877
|
required_fields: ["path.namespace"],
|
|
7444
6878
|
side_effects: {},
|
|
7445
6879
|
},
|
|
6880
|
+
curlExample: null,
|
|
6881
|
+
dependencies: [],
|
|
6882
|
+
oneOfGroups: [],
|
|
6883
|
+
subscriptionRequirements: [],
|
|
7446
6884
|
},
|
|
7447
6885
|
{
|
|
7448
6886
|
toolName: "f5xc-api-statistics-site-mesh-group-create",
|
|
@@ -7483,18 +6921,6 @@ export const statisticsTools = [
|
|
|
7483
6921
|
creates: ["site-mesh-group"],
|
|
7484
6922
|
},
|
|
7485
6923
|
requiredFields: ["metadata.name", "metadata.namespace", "path.site_mesh_group"],
|
|
7486
|
-
cliExamples: [
|
|
7487
|
-
{
|
|
7488
|
-
command: "f5xcctl data site-mesh-group create -f {file}.yaml",
|
|
7489
|
-
description: "Create from YAML file",
|
|
7490
|
-
use_case: "file_based",
|
|
7491
|
-
},
|
|
7492
|
-
{
|
|
7493
|
-
command: "f5xcctl data site-mesh-group create {name} --namespace {namespace}",
|
|
7494
|
-
description: "Create site-mesh-group",
|
|
7495
|
-
use_case: "basic_create",
|
|
7496
|
-
},
|
|
7497
|
-
],
|
|
7498
6924
|
confirmationRequired: false,
|
|
7499
6925
|
parameterExamples: {
|
|
7500
6926
|
site_mesh_group: "Smg-1",
|
|
@@ -7539,18 +6965,6 @@ export const statisticsTools = [
|
|
|
7539
6965
|
},
|
|
7540
6966
|
confirmation_required: false,
|
|
7541
6967
|
danger_level: "medium",
|
|
7542
|
-
examples: [
|
|
7543
|
-
{
|
|
7544
|
-
command: "f5xcctl data site-mesh-group create {name} --namespace {namespace}",
|
|
7545
|
-
description: "Create site-mesh-group",
|
|
7546
|
-
use_case: "basic_create",
|
|
7547
|
-
},
|
|
7548
|
-
{
|
|
7549
|
-
command: "f5xcctl data site-mesh-group create -f {file}.yaml",
|
|
7550
|
-
description: "Create from YAML file",
|
|
7551
|
-
use_case: "file_based",
|
|
7552
|
-
},
|
|
7553
|
-
],
|
|
7554
6968
|
field_docs: {},
|
|
7555
6969
|
optional_fields: [],
|
|
7556
6970
|
performance_impact: {
|
|
@@ -7563,6 +6977,29 @@ export const statisticsTools = [
|
|
|
7563
6977
|
creates: ["site-mesh-group"],
|
|
7564
6978
|
},
|
|
7565
6979
|
},
|
|
6980
|
+
curlExample: null,
|
|
6981
|
+
dependencies: [],
|
|
6982
|
+
oneOfGroups: [],
|
|
6983
|
+
subscriptionRequirements: [
|
|
6984
|
+
{
|
|
6985
|
+
addonService: "f5xc_securemesh_standard",
|
|
6986
|
+
displayName: "F5XC Securemesh Standard",
|
|
6987
|
+
required: false,
|
|
6988
|
+
tier: "standard",
|
|
6989
|
+
},
|
|
6990
|
+
{
|
|
6991
|
+
addonService: "f5xc_securemesh_advanced",
|
|
6992
|
+
displayName: "F5XC Securemesh Advanced",
|
|
6993
|
+
required: false,
|
|
6994
|
+
tier: "advanced",
|
|
6995
|
+
},
|
|
6996
|
+
{
|
|
6997
|
+
addonService: "f5xc_site_management_standard",
|
|
6998
|
+
displayName: "F5XC Site Management Standard",
|
|
6999
|
+
required: false,
|
|
7000
|
+
tier: "standard",
|
|
7001
|
+
},
|
|
7002
|
+
],
|
|
7566
7003
|
},
|
|
7567
7004
|
{
|
|
7568
7005
|
toolName: "f5xc-api-statistics-site-mesh-group-list",
|
|
@@ -7587,13 +7024,6 @@ export const statisticsTools = [
|
|
|
7587
7024
|
dangerLevel: "low",
|
|
7588
7025
|
sideEffects: null,
|
|
7589
7026
|
requiredFields: [],
|
|
7590
|
-
cliExamples: [
|
|
7591
|
-
{
|
|
7592
|
-
command: "f5xcctl data site-mesh-group list --namespace {namespace}",
|
|
7593
|
-
description: "List all site-mesh-groups",
|
|
7594
|
-
use_case: "list_all",
|
|
7595
|
-
},
|
|
7596
|
-
],
|
|
7597
7027
|
confirmationRequired: false,
|
|
7598
7028
|
parameterExamples: {},
|
|
7599
7029
|
validationRules: {},
|
|
@@ -7636,13 +7066,6 @@ export const statisticsTools = [
|
|
|
7636
7066
|
},
|
|
7637
7067
|
confirmation_required: false,
|
|
7638
7068
|
danger_level: "low",
|
|
7639
|
-
examples: [
|
|
7640
|
-
{
|
|
7641
|
-
command: "f5xcctl data site-mesh-group list --namespace {namespace}",
|
|
7642
|
-
description: "List all site-mesh-groups",
|
|
7643
|
-
use_case: "list_all",
|
|
7644
|
-
},
|
|
7645
|
-
],
|
|
7646
7069
|
field_docs: {},
|
|
7647
7070
|
optional_fields: [],
|
|
7648
7071
|
performance_impact: {
|
|
@@ -7653,6 +7076,29 @@ export const statisticsTools = [
|
|
|
7653
7076
|
required_fields: [],
|
|
7654
7077
|
side_effects: {},
|
|
7655
7078
|
},
|
|
7079
|
+
curlExample: null,
|
|
7080
|
+
dependencies: [],
|
|
7081
|
+
oneOfGroups: [],
|
|
7082
|
+
subscriptionRequirements: [
|
|
7083
|
+
{
|
|
7084
|
+
addonService: "f5xc_securemesh_standard",
|
|
7085
|
+
displayName: "F5XC Securemesh Standard",
|
|
7086
|
+
required: false,
|
|
7087
|
+
tier: "standard",
|
|
7088
|
+
},
|
|
7089
|
+
{
|
|
7090
|
+
addonService: "f5xc_securemesh_advanced",
|
|
7091
|
+
displayName: "F5XC Securemesh Advanced",
|
|
7092
|
+
required: false,
|
|
7093
|
+
tier: "advanced",
|
|
7094
|
+
},
|
|
7095
|
+
{
|
|
7096
|
+
addonService: "f5xc_site_management_standard",
|
|
7097
|
+
displayName: "F5XC Site Management Standard",
|
|
7098
|
+
required: false,
|
|
7099
|
+
tier: "standard",
|
|
7100
|
+
},
|
|
7101
|
+
],
|
|
7656
7102
|
},
|
|
7657
7103
|
{
|
|
7658
7104
|
toolName: "f5xc-api-statistics-statu-create",
|
|
@@ -7693,18 +7139,6 @@ export const statisticsTools = [
|
|
|
7693
7139
|
creates: ["statu"],
|
|
7694
7140
|
},
|
|
7695
7141
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
7696
|
-
cliExamples: [
|
|
7697
|
-
{
|
|
7698
|
-
command: "f5xcctl data statu create -f {file}.yaml",
|
|
7699
|
-
description: "Create from YAML file",
|
|
7700
|
-
use_case: "file_based",
|
|
7701
|
-
},
|
|
7702
|
-
{
|
|
7703
|
-
command: "f5xcctl data statu create {name} --namespace {namespace}",
|
|
7704
|
-
description: "Create statu",
|
|
7705
|
-
use_case: "basic_create",
|
|
7706
|
-
},
|
|
7707
|
-
],
|
|
7708
7142
|
confirmationRequired: false,
|
|
7709
7143
|
parameterExamples: {
|
|
7710
7144
|
namespace: "Bookinfo",
|
|
@@ -7749,18 +7183,6 @@ export const statisticsTools = [
|
|
|
7749
7183
|
},
|
|
7750
7184
|
confirmation_required: false,
|
|
7751
7185
|
danger_level: "medium",
|
|
7752
|
-
examples: [
|
|
7753
|
-
{
|
|
7754
|
-
command: "f5xcctl data statu create {name} --namespace {namespace}",
|
|
7755
|
-
description: "Create statu",
|
|
7756
|
-
use_case: "basic_create",
|
|
7757
|
-
},
|
|
7758
|
-
{
|
|
7759
|
-
command: "f5xcctl data statu create -f {file}.yaml",
|
|
7760
|
-
description: "Create from YAML file",
|
|
7761
|
-
use_case: "file_based",
|
|
7762
|
-
},
|
|
7763
|
-
],
|
|
7764
7186
|
field_docs: {},
|
|
7765
7187
|
optional_fields: [],
|
|
7766
7188
|
performance_impact: {
|
|
@@ -7773,6 +7195,10 @@ export const statisticsTools = [
|
|
|
7773
7195
|
creates: ["statu"],
|
|
7774
7196
|
},
|
|
7775
7197
|
},
|
|
7198
|
+
curlExample: null,
|
|
7199
|
+
dependencies: [],
|
|
7200
|
+
oneOfGroups: [],
|
|
7201
|
+
subscriptionRequirements: [],
|
|
7776
7202
|
},
|
|
7777
7203
|
{
|
|
7778
7204
|
toolName: "f5xc-api-statistics-subscribe-create",
|
|
@@ -7801,18 +7227,6 @@ export const statisticsTools = [
|
|
|
7801
7227
|
creates: ["subscribe"],
|
|
7802
7228
|
},
|
|
7803
7229
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
7804
|
-
cliExamples: [
|
|
7805
|
-
{
|
|
7806
|
-
command: "f5xcctl config subscribe create -f {file}.yaml",
|
|
7807
|
-
description: "Create from YAML file",
|
|
7808
|
-
use_case: "file_based",
|
|
7809
|
-
},
|
|
7810
|
-
{
|
|
7811
|
-
command: "f5xcctl config subscribe create {name} --namespace {namespace}",
|
|
7812
|
-
description: "Create subscribe",
|
|
7813
|
-
use_case: "basic_create",
|
|
7814
|
-
},
|
|
7815
|
-
],
|
|
7816
7230
|
confirmationRequired: false,
|
|
7817
7231
|
parameterExamples: {},
|
|
7818
7232
|
validationRules: {},
|
|
@@ -7855,18 +7269,6 @@ export const statisticsTools = [
|
|
|
7855
7269
|
},
|
|
7856
7270
|
confirmation_required: false,
|
|
7857
7271
|
danger_level: "medium",
|
|
7858
|
-
examples: [
|
|
7859
|
-
{
|
|
7860
|
-
command: "f5xcctl config subscribe create {name} --namespace {namespace}",
|
|
7861
|
-
description: "Create subscribe",
|
|
7862
|
-
use_case: "basic_create",
|
|
7863
|
-
},
|
|
7864
|
-
{
|
|
7865
|
-
command: "f5xcctl config subscribe create -f {file}.yaml",
|
|
7866
|
-
description: "Create from YAML file",
|
|
7867
|
-
use_case: "file_based",
|
|
7868
|
-
},
|
|
7869
|
-
],
|
|
7870
7272
|
field_docs: {},
|
|
7871
7273
|
optional_fields: [],
|
|
7872
7274
|
performance_impact: {
|
|
@@ -7879,6 +7281,18 @@ export const statisticsTools = [
|
|
|
7879
7281
|
creates: ["subscribe"],
|
|
7880
7282
|
},
|
|
7881
7283
|
},
|
|
7284
|
+
curlExample: null,
|
|
7285
|
+
dependencies: [
|
|
7286
|
+
{
|
|
7287
|
+
domain: "",
|
|
7288
|
+
fieldPath: "service_type",
|
|
7289
|
+
inline: false,
|
|
7290
|
+
required: false,
|
|
7291
|
+
resourceType: "schemaflow-service",
|
|
7292
|
+
},
|
|
7293
|
+
],
|
|
7294
|
+
oneOfGroups: [],
|
|
7295
|
+
subscriptionRequirements: [],
|
|
7882
7296
|
},
|
|
7883
7297
|
{
|
|
7884
7298
|
toolName: "f5xc-api-statistics-subscription-statu-list",
|
|
@@ -7903,13 +7317,6 @@ export const statisticsTools = [
|
|
|
7903
7317
|
dangerLevel: "low",
|
|
7904
7318
|
sideEffects: null,
|
|
7905
7319
|
requiredFields: [],
|
|
7906
|
-
cliExamples: [
|
|
7907
|
-
{
|
|
7908
|
-
command: "f5xcctl config subscription-statu list --namespace {namespace}",
|
|
7909
|
-
description: "List all subscription-status",
|
|
7910
|
-
use_case: "list_all",
|
|
7911
|
-
},
|
|
7912
|
-
],
|
|
7913
7320
|
confirmationRequired: false,
|
|
7914
7321
|
parameterExamples: {},
|
|
7915
7322
|
validationRules: {},
|
|
@@ -7952,13 +7359,6 @@ export const statisticsTools = [
|
|
|
7952
7359
|
},
|
|
7953
7360
|
confirmation_required: false,
|
|
7954
7361
|
danger_level: "low",
|
|
7955
|
-
examples: [
|
|
7956
|
-
{
|
|
7957
|
-
command: "f5xcctl config subscription-statu list --namespace {namespace}",
|
|
7958
|
-
description: "List all subscription-status",
|
|
7959
|
-
use_case: "list_all",
|
|
7960
|
-
},
|
|
7961
|
-
],
|
|
7962
7362
|
field_docs: {},
|
|
7963
7363
|
optional_fields: [],
|
|
7964
7364
|
performance_impact: {
|
|
@@ -7969,6 +7369,10 @@ export const statisticsTools = [
|
|
|
7969
7369
|
required_fields: [],
|
|
7970
7370
|
side_effects: {},
|
|
7971
7371
|
},
|
|
7372
|
+
curlExample: null,
|
|
7373
|
+
dependencies: [],
|
|
7374
|
+
oneOfGroups: [],
|
|
7375
|
+
subscriptionRequirements: [],
|
|
7972
7376
|
},
|
|
7973
7377
|
{
|
|
7974
7378
|
toolName: "f5xc-api-statistics-suggest-value-create",
|
|
@@ -8009,18 +7413,6 @@ export const statisticsTools = [
|
|
|
8009
7413
|
creates: ["suggest-value"],
|
|
8010
7414
|
},
|
|
8011
7415
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
8012
|
-
cliExamples: [
|
|
8013
|
-
{
|
|
8014
|
-
command: "f5xcctl discovery suggest-value create -f {file}.yaml",
|
|
8015
|
-
description: "Create from YAML file",
|
|
8016
|
-
use_case: "file_based",
|
|
8017
|
-
},
|
|
8018
|
-
{
|
|
8019
|
-
command: "f5xcctl discovery suggest-value create {name} --namespace {namespace}",
|
|
8020
|
-
description: "Create suggest-value",
|
|
8021
|
-
use_case: "basic_create",
|
|
8022
|
-
},
|
|
8023
|
-
],
|
|
8024
7416
|
confirmationRequired: false,
|
|
8025
7417
|
parameterExamples: {
|
|
8026
7418
|
namespace: "Foobar",
|
|
@@ -8065,18 +7457,6 @@ export const statisticsTools = [
|
|
|
8065
7457
|
},
|
|
8066
7458
|
confirmation_required: false,
|
|
8067
7459
|
danger_level: "medium",
|
|
8068
|
-
examples: [
|
|
8069
|
-
{
|
|
8070
|
-
command: "f5xcctl discovery suggest-value create {name} --namespace {namespace}",
|
|
8071
|
-
description: "Create suggest-value",
|
|
8072
|
-
use_case: "basic_create",
|
|
8073
|
-
},
|
|
8074
|
-
{
|
|
8075
|
-
command: "f5xcctl discovery suggest-value create -f {file}.yaml",
|
|
8076
|
-
description: "Create from YAML file",
|
|
8077
|
-
use_case: "file_based",
|
|
8078
|
-
},
|
|
8079
|
-
],
|
|
8080
7460
|
field_docs: {},
|
|
8081
7461
|
optional_fields: [],
|
|
8082
7462
|
performance_impact: {
|
|
@@ -8089,6 +7469,10 @@ export const statisticsTools = [
|
|
|
8089
7469
|
creates: ["suggest-value"],
|
|
8090
7470
|
},
|
|
8091
7471
|
},
|
|
7472
|
+
curlExample: null,
|
|
7473
|
+
dependencies: [],
|
|
7474
|
+
oneOfGroups: [],
|
|
7475
|
+
subscriptionRequirements: [],
|
|
8092
7476
|
},
|
|
8093
7477
|
{
|
|
8094
7478
|
toolName: "f5xc-api-statistics-test-create",
|
|
@@ -8140,18 +7524,6 @@ export const statisticsTools = [
|
|
|
8140
7524
|
creates: ["test"],
|
|
8141
7525
|
},
|
|
8142
7526
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
8143
|
-
cliExamples: [
|
|
8144
|
-
{
|
|
8145
|
-
command: "f5xcctl alert test create -f {file}.yaml",
|
|
8146
|
-
description: "Create from YAML file",
|
|
8147
|
-
use_case: "file_based",
|
|
8148
|
-
},
|
|
8149
|
-
{
|
|
8150
|
-
command: "f5xcctl alert test create {name} --namespace {namespace}",
|
|
8151
|
-
description: "Create test",
|
|
8152
|
-
use_case: "basic_create",
|
|
8153
|
-
},
|
|
8154
|
-
],
|
|
8155
7527
|
confirmationRequired: false,
|
|
8156
7528
|
parameterExamples: {
|
|
8157
7529
|
name: "Slack1",
|
|
@@ -8197,18 +7569,6 @@ export const statisticsTools = [
|
|
|
8197
7569
|
},
|
|
8198
7570
|
confirmation_required: false,
|
|
8199
7571
|
danger_level: "medium",
|
|
8200
|
-
examples: [
|
|
8201
|
-
{
|
|
8202
|
-
command: "f5xcctl alert test create {name} --namespace {namespace}",
|
|
8203
|
-
description: "Create test",
|
|
8204
|
-
use_case: "basic_create",
|
|
8205
|
-
},
|
|
8206
|
-
{
|
|
8207
|
-
command: "f5xcctl alert test create -f {file}.yaml",
|
|
8208
|
-
description: "Create from YAML file",
|
|
8209
|
-
use_case: "file_based",
|
|
8210
|
-
},
|
|
8211
|
-
],
|
|
8212
7572
|
field_docs: {},
|
|
8213
7573
|
optional_fields: [],
|
|
8214
7574
|
performance_impact: {
|
|
@@ -8221,6 +7581,10 @@ export const statisticsTools = [
|
|
|
8221
7581
|
creates: ["test"],
|
|
8222
7582
|
},
|
|
8223
7583
|
},
|
|
7584
|
+
curlExample: null,
|
|
7585
|
+
dependencies: [],
|
|
7586
|
+
oneOfGroups: [],
|
|
7587
|
+
subscriptionRequirements: [],
|
|
8224
7588
|
},
|
|
8225
7589
|
{
|
|
8226
7590
|
toolName: "f5xc-api-statistics-top-talker-create",
|
|
@@ -8272,18 +7636,6 @@ export const statisticsTools = [
|
|
|
8272
7636
|
creates: ["top-talker"],
|
|
8273
7637
|
},
|
|
8274
7638
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.network_id"],
|
|
8275
|
-
cliExamples: [
|
|
8276
|
-
{
|
|
8277
|
-
command: "f5xcctl infraprotect top-talker create -f {file}.yaml",
|
|
8278
|
-
description: "Create from YAML file",
|
|
8279
|
-
use_case: "file_based",
|
|
8280
|
-
},
|
|
8281
|
-
{
|
|
8282
|
-
command: "f5xcctl infraprotect top-talker create {name} --namespace {namespace}",
|
|
8283
|
-
description: "Create top-talker",
|
|
8284
|
-
use_case: "basic_create",
|
|
8285
|
-
},
|
|
8286
|
-
],
|
|
8287
7639
|
confirmationRequired: false,
|
|
8288
7640
|
parameterExamples: {
|
|
8289
7641
|
namespace: "Value",
|
|
@@ -8329,18 +7681,6 @@ export const statisticsTools = [
|
|
|
8329
7681
|
},
|
|
8330
7682
|
confirmation_required: false,
|
|
8331
7683
|
danger_level: "medium",
|
|
8332
|
-
examples: [
|
|
8333
|
-
{
|
|
8334
|
-
command: "f5xcctl infraprotect top-talker create {name} --namespace {namespace}",
|
|
8335
|
-
description: "Create top-talker",
|
|
8336
|
-
use_case: "basic_create",
|
|
8337
|
-
},
|
|
8338
|
-
{
|
|
8339
|
-
command: "f5xcctl infraprotect top-talker create -f {file}.yaml",
|
|
8340
|
-
description: "Create from YAML file",
|
|
8341
|
-
use_case: "file_based",
|
|
8342
|
-
},
|
|
8343
|
-
],
|
|
8344
7684
|
field_docs: {},
|
|
8345
7685
|
optional_fields: [],
|
|
8346
7686
|
performance_impact: {
|
|
@@ -8353,6 +7693,18 @@ export const statisticsTools = [
|
|
|
8353
7693
|
creates: ["top-talker"],
|
|
8354
7694
|
},
|
|
8355
7695
|
},
|
|
7696
|
+
curlExample: null,
|
|
7697
|
+
dependencies: [
|
|
7698
|
+
{
|
|
7699
|
+
domain: "",
|
|
7700
|
+
fieldPath: "traffic_type",
|
|
7701
|
+
inline: false,
|
|
7702
|
+
required: false,
|
|
7703
|
+
resourceType: "l3l4traffic",
|
|
7704
|
+
},
|
|
7705
|
+
],
|
|
7706
|
+
oneOfGroups: [],
|
|
7707
|
+
subscriptionRequirements: [],
|
|
8356
7708
|
},
|
|
8357
7709
|
{
|
|
8358
7710
|
toolName: "f5xc-api-statistics-unsubscribe-create",
|
|
@@ -8381,18 +7733,6 @@ export const statisticsTools = [
|
|
|
8381
7733
|
creates: ["unsubscribe"],
|
|
8382
7734
|
},
|
|
8383
7735
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
8384
|
-
cliExamples: [
|
|
8385
|
-
{
|
|
8386
|
-
command: "f5xcctl config unsubscribe create -f {file}.yaml",
|
|
8387
|
-
description: "Create from YAML file",
|
|
8388
|
-
use_case: "file_based",
|
|
8389
|
-
},
|
|
8390
|
-
{
|
|
8391
|
-
command: "f5xcctl config unsubscribe create {name} --namespace {namespace}",
|
|
8392
|
-
description: "Create unsubscribe",
|
|
8393
|
-
use_case: "basic_create",
|
|
8394
|
-
},
|
|
8395
|
-
],
|
|
8396
7736
|
confirmationRequired: false,
|
|
8397
7737
|
parameterExamples: {},
|
|
8398
7738
|
validationRules: {},
|
|
@@ -8435,18 +7775,6 @@ export const statisticsTools = [
|
|
|
8435
7775
|
},
|
|
8436
7776
|
confirmation_required: false,
|
|
8437
7777
|
danger_level: "medium",
|
|
8438
|
-
examples: [
|
|
8439
|
-
{
|
|
8440
|
-
command: "f5xcctl config unsubscribe create {name} --namespace {namespace}",
|
|
8441
|
-
description: "Create unsubscribe",
|
|
8442
|
-
use_case: "basic_create",
|
|
8443
|
-
},
|
|
8444
|
-
{
|
|
8445
|
-
command: "f5xcctl config unsubscribe create -f {file}.yaml",
|
|
8446
|
-
description: "Create from YAML file",
|
|
8447
|
-
use_case: "file_based",
|
|
8448
|
-
},
|
|
8449
|
-
],
|
|
8450
7778
|
field_docs: {},
|
|
8451
7779
|
optional_fields: [],
|
|
8452
7780
|
performance_impact: {
|
|
@@ -8459,6 +7787,18 @@ export const statisticsTools = [
|
|
|
8459
7787
|
creates: ["unsubscribe"],
|
|
8460
7788
|
},
|
|
8461
7789
|
},
|
|
7790
|
+
curlExample: null,
|
|
7791
|
+
dependencies: [
|
|
7792
|
+
{
|
|
7793
|
+
domain: "",
|
|
7794
|
+
fieldPath: "service_type",
|
|
7795
|
+
inline: false,
|
|
7796
|
+
required: false,
|
|
7797
|
+
resourceType: "schemaflow-service",
|
|
7798
|
+
},
|
|
7799
|
+
],
|
|
7800
|
+
oneOfGroups: [],
|
|
7801
|
+
subscriptionRequirements: [],
|
|
8462
7802
|
},
|
|
8463
7803
|
{
|
|
8464
7804
|
toolName: "f5xc-api-statistics-verify-create",
|
|
@@ -8510,18 +7850,6 @@ export const statisticsTools = [
|
|
|
8510
7850
|
creates: ["verify"],
|
|
8511
7851
|
},
|
|
8512
7852
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
8513
|
-
cliExamples: [
|
|
8514
|
-
{
|
|
8515
|
-
command: "f5xcctl alert verify create -f {file}.yaml",
|
|
8516
|
-
description: "Create from YAML file",
|
|
8517
|
-
use_case: "file_based",
|
|
8518
|
-
},
|
|
8519
|
-
{
|
|
8520
|
-
command: "f5xcctl alert verify create {name} --namespace {namespace}",
|
|
8521
|
-
description: "Create verify",
|
|
8522
|
-
use_case: "basic_create",
|
|
8523
|
-
},
|
|
8524
|
-
],
|
|
8525
7853
|
confirmationRequired: false,
|
|
8526
7854
|
parameterExamples: {
|
|
8527
7855
|
name: "Email1",
|
|
@@ -8567,18 +7895,6 @@ export const statisticsTools = [
|
|
|
8567
7895
|
},
|
|
8568
7896
|
confirmation_required: false,
|
|
8569
7897
|
danger_level: "medium",
|
|
8570
|
-
examples: [
|
|
8571
|
-
{
|
|
8572
|
-
command: "f5xcctl alert verify create {name} --namespace {namespace}",
|
|
8573
|
-
description: "Create verify",
|
|
8574
|
-
use_case: "basic_create",
|
|
8575
|
-
},
|
|
8576
|
-
{
|
|
8577
|
-
command: "f5xcctl alert verify create -f {file}.yaml",
|
|
8578
|
-
description: "Create from YAML file",
|
|
8579
|
-
use_case: "file_based",
|
|
8580
|
-
},
|
|
8581
|
-
],
|
|
8582
7898
|
field_docs: {},
|
|
8583
7899
|
optional_fields: [],
|
|
8584
7900
|
performance_impact: {
|
|
@@ -8591,6 +7907,10 @@ export const statisticsTools = [
|
|
|
8591
7907
|
creates: ["verify"],
|
|
8592
7908
|
},
|
|
8593
7909
|
},
|
|
7910
|
+
curlExample: null,
|
|
7911
|
+
dependencies: [],
|
|
7912
|
+
oneOfGroups: [],
|
|
7913
|
+
subscriptionRequirements: [],
|
|
8594
7914
|
},
|
|
8595
7915
|
{
|
|
8596
7916
|
toolName: "f5xc-api-statistics-vk8s-audit-log-create",
|
|
@@ -8631,18 +7951,6 @@ export const statisticsTools = [
|
|
|
8631
7951
|
creates: ["vk8s-audit-log"],
|
|
8632
7952
|
},
|
|
8633
7953
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
8634
|
-
cliExamples: [
|
|
8635
|
-
{
|
|
8636
|
-
command: "f5xcctl data vk8s-audit-log create -f {file}.yaml",
|
|
8637
|
-
description: "Create from YAML file",
|
|
8638
|
-
use_case: "file_based",
|
|
8639
|
-
},
|
|
8640
|
-
{
|
|
8641
|
-
command: "f5xcctl data vk8s-audit-log create {name} --namespace {namespace}",
|
|
8642
|
-
description: "Create vk8s-audit-log",
|
|
8643
|
-
use_case: "basic_create",
|
|
8644
|
-
},
|
|
8645
|
-
],
|
|
8646
7954
|
confirmationRequired: false,
|
|
8647
7955
|
parameterExamples: {
|
|
8648
7956
|
namespace: "Value",
|
|
@@ -8687,18 +7995,6 @@ export const statisticsTools = [
|
|
|
8687
7995
|
},
|
|
8688
7996
|
confirmation_required: false,
|
|
8689
7997
|
danger_level: "medium",
|
|
8690
|
-
examples: [
|
|
8691
|
-
{
|
|
8692
|
-
command: "f5xcctl data vk8s-audit-log create {name} --namespace {namespace}",
|
|
8693
|
-
description: "Create vk8s-audit-log",
|
|
8694
|
-
use_case: "basic_create",
|
|
8695
|
-
},
|
|
8696
|
-
{
|
|
8697
|
-
command: "f5xcctl data vk8s-audit-log create -f {file}.yaml",
|
|
8698
|
-
description: "Create from YAML file",
|
|
8699
|
-
use_case: "file_based",
|
|
8700
|
-
},
|
|
8701
|
-
],
|
|
8702
7998
|
field_docs: {},
|
|
8703
7999
|
optional_fields: [],
|
|
8704
8000
|
performance_impact: {
|
|
@@ -8711,6 +8007,17 @@ export const statisticsTools = [
|
|
|
8711
8007
|
creates: ["vk8s-audit-log"],
|
|
8712
8008
|
},
|
|
8713
8009
|
},
|
|
8010
|
+
curlExample: null,
|
|
8011
|
+
dependencies: [],
|
|
8012
|
+
oneOfGroups: [],
|
|
8013
|
+
subscriptionRequirements: [
|
|
8014
|
+
{
|
|
8015
|
+
addonService: "f5xc_appstack_standard",
|
|
8016
|
+
displayName: "F5XC Appstack Standard",
|
|
8017
|
+
required: false,
|
|
8018
|
+
tier: "standard",
|
|
8019
|
+
},
|
|
8020
|
+
],
|
|
8714
8021
|
},
|
|
8715
8022
|
{
|
|
8716
8023
|
toolName: "f5xc-api-statistics-vk8s-event-create",
|
|
@@ -8751,18 +8058,6 @@ export const statisticsTools = [
|
|
|
8751
8058
|
creates: ["vk8s-event"],
|
|
8752
8059
|
},
|
|
8753
8060
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
8754
|
-
cliExamples: [
|
|
8755
|
-
{
|
|
8756
|
-
command: "f5xcctl data vk8s-event create -f {file}.yaml",
|
|
8757
|
-
description: "Create from YAML file",
|
|
8758
|
-
use_case: "file_based",
|
|
8759
|
-
},
|
|
8760
|
-
{
|
|
8761
|
-
command: "f5xcctl data vk8s-event create {name} --namespace {namespace}",
|
|
8762
|
-
description: "Create vk8s-event",
|
|
8763
|
-
use_case: "basic_create",
|
|
8764
|
-
},
|
|
8765
|
-
],
|
|
8766
8061
|
confirmationRequired: false,
|
|
8767
8062
|
parameterExamples: {
|
|
8768
8063
|
namespace: "Value",
|
|
@@ -8807,18 +8102,6 @@ export const statisticsTools = [
|
|
|
8807
8102
|
},
|
|
8808
8103
|
confirmation_required: false,
|
|
8809
8104
|
danger_level: "medium",
|
|
8810
|
-
examples: [
|
|
8811
|
-
{
|
|
8812
|
-
command: "f5xcctl data vk8s-event create {name} --namespace {namespace}",
|
|
8813
|
-
description: "Create vk8s-event",
|
|
8814
|
-
use_case: "basic_create",
|
|
8815
|
-
},
|
|
8816
|
-
{
|
|
8817
|
-
command: "f5xcctl data vk8s-event create -f {file}.yaml",
|
|
8818
|
-
description: "Create from YAML file",
|
|
8819
|
-
use_case: "file_based",
|
|
8820
|
-
},
|
|
8821
|
-
],
|
|
8822
8105
|
field_docs: {},
|
|
8823
8106
|
optional_fields: [],
|
|
8824
8107
|
performance_impact: {
|
|
@@ -8831,6 +8114,17 @@ export const statisticsTools = [
|
|
|
8831
8114
|
creates: ["vk8s-event"],
|
|
8832
8115
|
},
|
|
8833
8116
|
},
|
|
8117
|
+
curlExample: null,
|
|
8118
|
+
dependencies: [],
|
|
8119
|
+
oneOfGroups: [],
|
|
8120
|
+
subscriptionRequirements: [
|
|
8121
|
+
{
|
|
8122
|
+
addonService: "f5xc_appstack_standard",
|
|
8123
|
+
displayName: "F5XC Appstack Standard",
|
|
8124
|
+
required: false,
|
|
8125
|
+
tier: "standard",
|
|
8126
|
+
},
|
|
8127
|
+
],
|
|
8834
8128
|
},
|
|
8835
8129
|
];
|
|
8836
8130
|
export default statisticsTools;
|