@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
|
@@ -26,13 +26,6 @@ export const ddosTools = [
|
|
|
26
26
|
dangerLevel: "low",
|
|
27
27
|
sideEffects: null,
|
|
28
28
|
requiredFields: [],
|
|
29
|
-
cliExamples: [
|
|
30
|
-
{
|
|
31
|
-
command: "f5xcctl infraprotect acces list --namespace {namespace}",
|
|
32
|
-
description: "List all access",
|
|
33
|
-
use_case: "list_all",
|
|
34
|
-
},
|
|
35
|
-
],
|
|
36
29
|
confirmationRequired: false,
|
|
37
30
|
parameterExamples: {},
|
|
38
31
|
validationRules: {},
|
|
@@ -75,13 +68,6 @@ export const ddosTools = [
|
|
|
75
68
|
},
|
|
76
69
|
confirmation_required: false,
|
|
77
70
|
danger_level: "low",
|
|
78
|
-
examples: [
|
|
79
|
-
{
|
|
80
|
-
command: "f5xcctl infraprotect acces list --namespace {namespace}",
|
|
81
|
-
description: "List all access",
|
|
82
|
-
use_case: "list_all",
|
|
83
|
-
},
|
|
84
|
-
],
|
|
85
71
|
field_docs: {},
|
|
86
72
|
optional_fields: [],
|
|
87
73
|
performance_impact: {
|
|
@@ -92,6 +78,10 @@ export const ddosTools = [
|
|
|
92
78
|
required_fields: [],
|
|
93
79
|
side_effects: {},
|
|
94
80
|
},
|
|
81
|
+
curlExample: null,
|
|
82
|
+
dependencies: [],
|
|
83
|
+
oneOfGroups: [],
|
|
84
|
+
subscriptionRequirements: [],
|
|
95
85
|
},
|
|
96
86
|
{
|
|
97
87
|
toolName: "f5xc-api-ddos-alert-create",
|
|
@@ -132,18 +122,6 @@ export const ddosTools = [
|
|
|
132
122
|
creates: ["alert"],
|
|
133
123
|
},
|
|
134
124
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
135
|
-
cliExamples: [
|
|
136
|
-
{
|
|
137
|
-
command: "f5xcctl infraprotect alert create {name} --namespace {namespace}",
|
|
138
|
-
description: "Create alert",
|
|
139
|
-
use_case: "basic_create",
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
command: "f5xcctl infraprotect alert create -f {file}.yaml",
|
|
143
|
-
description: "Create from YAML file",
|
|
144
|
-
use_case: "file_based",
|
|
145
|
-
},
|
|
146
|
-
],
|
|
147
125
|
confirmationRequired: false,
|
|
148
126
|
parameterExamples: {
|
|
149
127
|
namespace: "Value",
|
|
@@ -188,18 +166,6 @@ export const ddosTools = [
|
|
|
188
166
|
},
|
|
189
167
|
confirmation_required: false,
|
|
190
168
|
danger_level: "medium",
|
|
191
|
-
examples: [
|
|
192
|
-
{
|
|
193
|
-
command: "f5xcctl infraprotect alert create {name} --namespace {namespace}",
|
|
194
|
-
description: "Create alert",
|
|
195
|
-
use_case: "basic_create",
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
command: "f5xcctl infraprotect alert create -f {file}.yaml",
|
|
199
|
-
description: "Create from YAML file",
|
|
200
|
-
use_case: "file_based",
|
|
201
|
-
},
|
|
202
|
-
],
|
|
203
169
|
field_docs: {},
|
|
204
170
|
optional_fields: [],
|
|
205
171
|
performance_impact: {
|
|
@@ -212,6 +178,10 @@ export const ddosTools = [
|
|
|
212
178
|
creates: ["alert"],
|
|
213
179
|
},
|
|
214
180
|
},
|
|
181
|
+
curlExample: null,
|
|
182
|
+
dependencies: [],
|
|
183
|
+
oneOfGroups: [],
|
|
184
|
+
subscriptionRequirements: [],
|
|
215
185
|
},
|
|
216
186
|
{
|
|
217
187
|
toolName: "f5xc-api-ddos-alert-list",
|
|
@@ -259,13 +229,6 @@ export const ddosTools = [
|
|
|
259
229
|
dangerLevel: "low",
|
|
260
230
|
sideEffects: null,
|
|
261
231
|
requiredFields: ["path.alert_id", "path.namespace"],
|
|
262
|
-
cliExamples: [
|
|
263
|
-
{
|
|
264
|
-
command: "f5xcctl infraprotect alert list --namespace {namespace}",
|
|
265
|
-
description: "List all alerts",
|
|
266
|
-
use_case: "list_all",
|
|
267
|
-
},
|
|
268
|
-
],
|
|
269
232
|
confirmationRequired: false,
|
|
270
233
|
parameterExamples: {
|
|
271
234
|
alert_id: "12345",
|
|
@@ -311,13 +274,6 @@ export const ddosTools = [
|
|
|
311
274
|
},
|
|
312
275
|
confirmation_required: false,
|
|
313
276
|
danger_level: "low",
|
|
314
|
-
examples: [
|
|
315
|
-
{
|
|
316
|
-
command: "f5xcctl infraprotect alert list --namespace {namespace}",
|
|
317
|
-
description: "List all alerts",
|
|
318
|
-
use_case: "list_all",
|
|
319
|
-
},
|
|
320
|
-
],
|
|
321
277
|
field_docs: {},
|
|
322
278
|
optional_fields: [],
|
|
323
279
|
performance_impact: {
|
|
@@ -328,6 +284,10 @@ export const ddosTools = [
|
|
|
328
284
|
required_fields: ["path.alert_id", "path.namespace"],
|
|
329
285
|
side_effects: {},
|
|
330
286
|
},
|
|
287
|
+
curlExample: null,
|
|
288
|
+
dependencies: [],
|
|
289
|
+
oneOfGroups: [],
|
|
290
|
+
subscriptionRequirements: [],
|
|
331
291
|
},
|
|
332
292
|
{
|
|
333
293
|
toolName: "f5xc-api-ddos-annotation-list",
|
|
@@ -375,13 +335,6 @@ export const ddosTools = [
|
|
|
375
335
|
dangerLevel: "low",
|
|
376
336
|
sideEffects: null,
|
|
377
337
|
requiredFields: ["path.mitigation_id", "path.namespace"],
|
|
378
|
-
cliExamples: [
|
|
379
|
-
{
|
|
380
|
-
command: "f5xcctl infraprotect annotation list --namespace {namespace}",
|
|
381
|
-
description: "List all annotations",
|
|
382
|
-
use_case: "list_all",
|
|
383
|
-
},
|
|
384
|
-
],
|
|
385
338
|
confirmationRequired: false,
|
|
386
339
|
parameterExamples: {
|
|
387
340
|
mitigation_id: "92d6e1e6-b6e9-46d4-9286-796a6b3fbf6a.",
|
|
@@ -427,13 +380,6 @@ export const ddosTools = [
|
|
|
427
380
|
},
|
|
428
381
|
confirmation_required: false,
|
|
429
382
|
danger_level: "low",
|
|
430
|
-
examples: [
|
|
431
|
-
{
|
|
432
|
-
command: "f5xcctl infraprotect annotation list --namespace {namespace}",
|
|
433
|
-
description: "List all annotations",
|
|
434
|
-
use_case: "list_all",
|
|
435
|
-
},
|
|
436
|
-
],
|
|
437
383
|
field_docs: {},
|
|
438
384
|
optional_fields: [],
|
|
439
385
|
performance_impact: {
|
|
@@ -444,6 +390,10 @@ export const ddosTools = [
|
|
|
444
390
|
required_fields: ["path.mitigation_id", "path.namespace"],
|
|
445
391
|
side_effects: {},
|
|
446
392
|
},
|
|
393
|
+
curlExample: null,
|
|
394
|
+
dependencies: [],
|
|
395
|
+
oneOfGroups: [],
|
|
396
|
+
subscriptionRequirements: [],
|
|
447
397
|
},
|
|
448
398
|
{
|
|
449
399
|
toolName: "f5xc-api-ddos-attachment-list",
|
|
@@ -491,13 +441,6 @@ export const ddosTools = [
|
|
|
491
441
|
dangerLevel: "low",
|
|
492
442
|
sideEffects: null,
|
|
493
443
|
requiredFields: ["path.event_id", "path.namespace"],
|
|
494
|
-
cliExamples: [
|
|
495
|
-
{
|
|
496
|
-
command: "f5xcctl infraprotect attachment list --namespace {namespace}",
|
|
497
|
-
description: "List all attachments",
|
|
498
|
-
use_case: "list_all",
|
|
499
|
-
},
|
|
500
|
-
],
|
|
501
444
|
confirmationRequired: false,
|
|
502
445
|
parameterExamples: {
|
|
503
446
|
event_id: "9ba097cf-35e3-4560-9c00-5a1a36b8f85b.",
|
|
@@ -543,13 +486,6 @@ export const ddosTools = [
|
|
|
543
486
|
},
|
|
544
487
|
confirmation_required: false,
|
|
545
488
|
danger_level: "low",
|
|
546
|
-
examples: [
|
|
547
|
-
{
|
|
548
|
-
command: "f5xcctl infraprotect attachment list --namespace {namespace}",
|
|
549
|
-
description: "List all attachments",
|
|
550
|
-
use_case: "list_all",
|
|
551
|
-
},
|
|
552
|
-
],
|
|
553
489
|
field_docs: {},
|
|
554
490
|
optional_fields: [],
|
|
555
491
|
performance_impact: {
|
|
@@ -560,6 +496,10 @@ export const ddosTools = [
|
|
|
560
496
|
required_fields: ["path.event_id", "path.namespace"],
|
|
561
497
|
side_effects: {},
|
|
562
498
|
},
|
|
499
|
+
curlExample: null,
|
|
500
|
+
dependencies: [],
|
|
501
|
+
oneOfGroups: [],
|
|
502
|
+
subscriptionRequirements: [],
|
|
563
503
|
},
|
|
564
504
|
{
|
|
565
505
|
toolName: "f5xc-api-ddos-bgp-peer-statu-create",
|
|
@@ -600,18 +540,6 @@ export const ddosTools = [
|
|
|
600
540
|
creates: ["bgp-peer-statu"],
|
|
601
541
|
},
|
|
602
542
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
603
|
-
cliExamples: [
|
|
604
|
-
{
|
|
605
|
-
command: "f5xcctl data bgp-peer-statu create {name} --namespace {namespace}",
|
|
606
|
-
description: "Create bgp-peer-statu",
|
|
607
|
-
use_case: "basic_create",
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
command: "f5xcctl data bgp-peer-statu create -f {file}.yaml",
|
|
611
|
-
description: "Create from YAML file",
|
|
612
|
-
use_case: "file_based",
|
|
613
|
-
},
|
|
614
|
-
],
|
|
615
543
|
confirmationRequired: false,
|
|
616
544
|
parameterExamples: {
|
|
617
545
|
namespace: "System",
|
|
@@ -656,18 +584,6 @@ export const ddosTools = [
|
|
|
656
584
|
},
|
|
657
585
|
confirmation_required: false,
|
|
658
586
|
danger_level: "medium",
|
|
659
|
-
examples: [
|
|
660
|
-
{
|
|
661
|
-
command: "f5xcctl data bgp-peer-statu create {name} --namespace {namespace}",
|
|
662
|
-
description: "Create bgp-peer-statu",
|
|
663
|
-
use_case: "basic_create",
|
|
664
|
-
},
|
|
665
|
-
{
|
|
666
|
-
command: "f5xcctl data bgp-peer-statu create -f {file}.yaml",
|
|
667
|
-
description: "Create from YAML file",
|
|
668
|
-
use_case: "file_based",
|
|
669
|
-
},
|
|
670
|
-
],
|
|
671
587
|
field_docs: {},
|
|
672
588
|
optional_fields: [],
|
|
673
589
|
performance_impact: {
|
|
@@ -680,6 +596,10 @@ export const ddosTools = [
|
|
|
680
596
|
creates: ["bgp-peer-statu"],
|
|
681
597
|
},
|
|
682
598
|
},
|
|
599
|
+
curlExample: null,
|
|
600
|
+
dependencies: [],
|
|
601
|
+
oneOfGroups: [],
|
|
602
|
+
subscriptionRequirements: [],
|
|
683
603
|
},
|
|
684
604
|
{
|
|
685
605
|
toolName: "f5xc-api-ddos-detail-create",
|
|
@@ -731,18 +651,6 @@ export const ddosTools = [
|
|
|
731
651
|
creates: ["detail"],
|
|
732
652
|
},
|
|
733
653
|
requiredFields: ["metadata.name", "metadata.namespace", "path.event_id", "path.namespace"],
|
|
734
|
-
cliExamples: [
|
|
735
|
-
{
|
|
736
|
-
command: "f5xcctl infraprotect detail create {name} --namespace {namespace}",
|
|
737
|
-
description: "Create detail",
|
|
738
|
-
use_case: "basic_create",
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
command: "f5xcctl infraprotect detail create -f {file}.yaml",
|
|
742
|
-
description: "Create from YAML file",
|
|
743
|
-
use_case: "file_based",
|
|
744
|
-
},
|
|
745
|
-
],
|
|
746
654
|
confirmationRequired: false,
|
|
747
655
|
parameterExamples: {
|
|
748
656
|
event_id: "8094c17b-80c1-429d-8b17-7232f0e2937c.",
|
|
@@ -788,18 +696,6 @@ export const ddosTools = [
|
|
|
788
696
|
},
|
|
789
697
|
confirmation_required: false,
|
|
790
698
|
danger_level: "medium",
|
|
791
|
-
examples: [
|
|
792
|
-
{
|
|
793
|
-
command: "f5xcctl infraprotect detail create {name} --namespace {namespace}",
|
|
794
|
-
description: "Create detail",
|
|
795
|
-
use_case: "basic_create",
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
command: "f5xcctl infraprotect detail create -f {file}.yaml",
|
|
799
|
-
description: "Create from YAML file",
|
|
800
|
-
use_case: "file_based",
|
|
801
|
-
},
|
|
802
|
-
],
|
|
803
699
|
field_docs: {},
|
|
804
700
|
optional_fields: [],
|
|
805
701
|
performance_impact: {
|
|
@@ -812,6 +708,10 @@ export const ddosTools = [
|
|
|
812
708
|
creates: ["detail"],
|
|
813
709
|
},
|
|
814
710
|
},
|
|
711
|
+
curlExample: null,
|
|
712
|
+
dependencies: [],
|
|
713
|
+
oneOfGroups: [],
|
|
714
|
+
subscriptionRequirements: [],
|
|
815
715
|
},
|
|
816
716
|
{
|
|
817
717
|
toolName: "f5xc-api-ddos-detail-delete",
|
|
@@ -872,13 +772,6 @@ export const ddosTools = [
|
|
|
872
772
|
deletes: ["detail", "contained_resources"],
|
|
873
773
|
},
|
|
874
774
|
requiredFields: ["path.event_detail_id", "path.event_id", "path.namespace"],
|
|
875
|
-
cliExamples: [
|
|
876
|
-
{
|
|
877
|
-
command: "f5xcctl infraprotect detail delete {name} --namespace {namespace}",
|
|
878
|
-
description: "Delete detail",
|
|
879
|
-
use_case: "delete",
|
|
880
|
-
},
|
|
881
|
-
],
|
|
882
775
|
confirmationRequired: true,
|
|
883
776
|
parameterExamples: {
|
|
884
777
|
event_detail_id: "8094c17b-80c1-429d-8b17-7232f0e2937c.",
|
|
@@ -925,13 +818,6 @@ export const ddosTools = [
|
|
|
925
818
|
},
|
|
926
819
|
confirmation_required: true,
|
|
927
820
|
danger_level: "high",
|
|
928
|
-
examples: [
|
|
929
|
-
{
|
|
930
|
-
command: "f5xcctl infraprotect detail delete {name} --namespace {namespace}",
|
|
931
|
-
description: "Delete detail",
|
|
932
|
-
use_case: "delete",
|
|
933
|
-
},
|
|
934
|
-
],
|
|
935
821
|
field_docs: {},
|
|
936
822
|
optional_fields: [],
|
|
937
823
|
performance_impact: {
|
|
@@ -944,6 +830,10 @@ export const ddosTools = [
|
|
|
944
830
|
deletes: ["detail", "contained_resources"],
|
|
945
831
|
},
|
|
946
832
|
},
|
|
833
|
+
curlExample: null,
|
|
834
|
+
dependencies: [],
|
|
835
|
+
oneOfGroups: [],
|
|
836
|
+
subscriptionRequirements: [],
|
|
947
837
|
},
|
|
948
838
|
{
|
|
949
839
|
toolName: "f5xc-api-ddos-detail-list",
|
|
@@ -991,13 +881,6 @@ export const ddosTools = [
|
|
|
991
881
|
dangerLevel: "low",
|
|
992
882
|
sideEffects: null,
|
|
993
883
|
requiredFields: ["path.event_id", "path.namespace"],
|
|
994
|
-
cliExamples: [
|
|
995
|
-
{
|
|
996
|
-
command: "f5xcctl infraprotect detail list --namespace {namespace}",
|
|
997
|
-
description: "List all details",
|
|
998
|
-
use_case: "list_all",
|
|
999
|
-
},
|
|
1000
|
-
],
|
|
1001
884
|
confirmationRequired: false,
|
|
1002
885
|
parameterExamples: {
|
|
1003
886
|
event_id: "8094c17b-80c1-429d-8b17-7232f0e2937c.",
|
|
@@ -1043,13 +926,6 @@ export const ddosTools = [
|
|
|
1043
926
|
},
|
|
1044
927
|
confirmation_required: false,
|
|
1045
928
|
danger_level: "low",
|
|
1046
|
-
examples: [
|
|
1047
|
-
{
|
|
1048
|
-
command: "f5xcctl infraprotect detail list --namespace {namespace}",
|
|
1049
|
-
description: "List all details",
|
|
1050
|
-
use_case: "list_all",
|
|
1051
|
-
},
|
|
1052
|
-
],
|
|
1053
929
|
field_docs: {},
|
|
1054
930
|
optional_fields: [],
|
|
1055
931
|
performance_impact: {
|
|
@@ -1060,6 +936,10 @@ export const ddosTools = [
|
|
|
1060
936
|
required_fields: ["path.event_id", "path.namespace"],
|
|
1061
937
|
side_effects: {},
|
|
1062
938
|
},
|
|
939
|
+
curlExample: null,
|
|
940
|
+
dependencies: [],
|
|
941
|
+
oneOfGroups: [],
|
|
942
|
+
subscriptionRequirements: [],
|
|
1063
943
|
},
|
|
1064
944
|
{
|
|
1065
945
|
toolName: "f5xc-api-ddos-detail-update",
|
|
@@ -1122,13 +1002,6 @@ export const ddosTools = [
|
|
|
1122
1002
|
modifies: ["detail"],
|
|
1123
1003
|
},
|
|
1124
1004
|
requiredFields: ["path.event_detail_id", "path.event_id", "path.namespace"],
|
|
1125
|
-
cliExamples: [
|
|
1126
|
-
{
|
|
1127
|
-
command: "f5xcctl infraprotect detail update {name} --namespace {namespace} -f {file}.yaml",
|
|
1128
|
-
description: "Update detail",
|
|
1129
|
-
use_case: "update",
|
|
1130
|
-
},
|
|
1131
|
-
],
|
|
1132
1005
|
confirmationRequired: false,
|
|
1133
1006
|
parameterExamples: {
|
|
1134
1007
|
event_detail_id: "8094c17b-80c1-429d-8b17-7232f0e2937c.",
|
|
@@ -1175,13 +1048,6 @@ export const ddosTools = [
|
|
|
1175
1048
|
},
|
|
1176
1049
|
confirmation_required: false,
|
|
1177
1050
|
danger_level: "medium",
|
|
1178
|
-
examples: [
|
|
1179
|
-
{
|
|
1180
|
-
command: "f5xcctl infraprotect detail update {name} --namespace {namespace} -f {file}.yaml",
|
|
1181
|
-
description: "Update detail",
|
|
1182
|
-
use_case: "update",
|
|
1183
|
-
},
|
|
1184
|
-
],
|
|
1185
1051
|
field_docs: {},
|
|
1186
1052
|
optional_fields: [],
|
|
1187
1053
|
performance_impact: {
|
|
@@ -1194,6 +1060,10 @@ export const ddosTools = [
|
|
|
1194
1060
|
modifies: ["detail"],
|
|
1195
1061
|
},
|
|
1196
1062
|
},
|
|
1063
|
+
curlExample: null,
|
|
1064
|
+
dependencies: [],
|
|
1065
|
+
oneOfGroups: [],
|
|
1066
|
+
subscriptionRequirements: [],
|
|
1197
1067
|
},
|
|
1198
1068
|
{
|
|
1199
1069
|
toolName: "f5xc-api-ddos-event-create",
|
|
@@ -1234,18 +1104,6 @@ export const ddosTools = [
|
|
|
1234
1104
|
creates: ["event"],
|
|
1235
1105
|
},
|
|
1236
1106
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
1237
|
-
cliExamples: [
|
|
1238
|
-
{
|
|
1239
|
-
command: "f5xcctl infraprotect event create {name} --namespace {namespace}",
|
|
1240
|
-
description: "Create event",
|
|
1241
|
-
use_case: "basic_create",
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
command: "f5xcctl infraprotect event create -f {file}.yaml",
|
|
1245
|
-
description: "Create from YAML file",
|
|
1246
|
-
use_case: "file_based",
|
|
1247
|
-
},
|
|
1248
|
-
],
|
|
1249
1107
|
confirmationRequired: false,
|
|
1250
1108
|
parameterExamples: {
|
|
1251
1109
|
namespace: "Value",
|
|
@@ -1290,18 +1148,6 @@ export const ddosTools = [
|
|
|
1290
1148
|
},
|
|
1291
1149
|
confirmation_required: false,
|
|
1292
1150
|
danger_level: "medium",
|
|
1293
|
-
examples: [
|
|
1294
|
-
{
|
|
1295
|
-
command: "f5xcctl infraprotect event create {name} --namespace {namespace}",
|
|
1296
|
-
description: "Create event",
|
|
1297
|
-
use_case: "basic_create",
|
|
1298
|
-
},
|
|
1299
|
-
{
|
|
1300
|
-
command: "f5xcctl infraprotect event create -f {file}.yaml",
|
|
1301
|
-
description: "Create from YAML file",
|
|
1302
|
-
use_case: "file_based",
|
|
1303
|
-
},
|
|
1304
|
-
],
|
|
1305
1151
|
field_docs: {},
|
|
1306
1152
|
optional_fields: [],
|
|
1307
1153
|
performance_impact: {
|
|
@@ -1314,6 +1160,10 @@ export const ddosTools = [
|
|
|
1314
1160
|
creates: ["event"],
|
|
1315
1161
|
},
|
|
1316
1162
|
},
|
|
1163
|
+
curlExample: null,
|
|
1164
|
+
dependencies: [],
|
|
1165
|
+
oneOfGroups: [],
|
|
1166
|
+
subscriptionRequirements: [],
|
|
1317
1167
|
},
|
|
1318
1168
|
{
|
|
1319
1169
|
toolName: "f5xc-api-ddos-event-list",
|
|
@@ -1361,13 +1211,6 @@ export const ddosTools = [
|
|
|
1361
1211
|
dangerLevel: "low",
|
|
1362
1212
|
sideEffects: null,
|
|
1363
1213
|
requiredFields: ["path.event_id", "path.namespace"],
|
|
1364
|
-
cliExamples: [
|
|
1365
|
-
{
|
|
1366
|
-
command: "f5xcctl infraprotect event list --namespace {namespace}",
|
|
1367
|
-
description: "List all events",
|
|
1368
|
-
use_case: "list_all",
|
|
1369
|
-
},
|
|
1370
|
-
],
|
|
1371
1214
|
confirmationRequired: false,
|
|
1372
1215
|
parameterExamples: {
|
|
1373
1216
|
event_id: "9ba097cf-35e3-4560-9c00-5a1a36b8f85b.",
|
|
@@ -1413,13 +1256,6 @@ export const ddosTools = [
|
|
|
1413
1256
|
},
|
|
1414
1257
|
confirmation_required: false,
|
|
1415
1258
|
danger_level: "low",
|
|
1416
|
-
examples: [
|
|
1417
|
-
{
|
|
1418
|
-
command: "f5xcctl infraprotect event list --namespace {namespace}",
|
|
1419
|
-
description: "List all events",
|
|
1420
|
-
use_case: "list_all",
|
|
1421
|
-
},
|
|
1422
|
-
],
|
|
1423
1259
|
field_docs: {},
|
|
1424
1260
|
optional_fields: [],
|
|
1425
1261
|
performance_impact: {
|
|
@@ -1430,6 +1266,10 @@ export const ddosTools = [
|
|
|
1430
1266
|
required_fields: ["path.event_id", "path.namespace"],
|
|
1431
1267
|
side_effects: {},
|
|
1432
1268
|
},
|
|
1269
|
+
curlExample: null,
|
|
1270
|
+
dependencies: [],
|
|
1271
|
+
oneOfGroups: [],
|
|
1272
|
+
subscriptionRequirements: [],
|
|
1433
1273
|
},
|
|
1434
1274
|
{
|
|
1435
1275
|
toolName: "f5xc-api-ddos-event-update",
|
|
@@ -1481,13 +1321,6 @@ export const ddosTools = [
|
|
|
1481
1321
|
modifies: ["event"],
|
|
1482
1322
|
},
|
|
1483
1323
|
requiredFields: ["path.event_id", "path.namespace"],
|
|
1484
|
-
cliExamples: [
|
|
1485
|
-
{
|
|
1486
|
-
command: "f5xcctl infraprotect event update {name} --namespace {namespace} -f {file}.yaml",
|
|
1487
|
-
description: "Update event",
|
|
1488
|
-
use_case: "update",
|
|
1489
|
-
},
|
|
1490
|
-
],
|
|
1491
1324
|
confirmationRequired: false,
|
|
1492
1325
|
parameterExamples: {
|
|
1493
1326
|
event_id: "9ba097cf-35e3-4560-9c00-5a1a36b8f85b.",
|
|
@@ -1533,13 +1366,6 @@ export const ddosTools = [
|
|
|
1533
1366
|
},
|
|
1534
1367
|
confirmation_required: false,
|
|
1535
1368
|
danger_level: "medium",
|
|
1536
|
-
examples: [
|
|
1537
|
-
{
|
|
1538
|
-
command: "f5xcctl infraprotect event update {name} --namespace {namespace} -f {file}.yaml",
|
|
1539
|
-
description: "Update event",
|
|
1540
|
-
use_case: "update",
|
|
1541
|
-
},
|
|
1542
|
-
],
|
|
1543
1369
|
field_docs: {},
|
|
1544
1370
|
optional_fields: [],
|
|
1545
1371
|
performance_impact: {
|
|
@@ -1552,6 +1378,10 @@ export const ddosTools = [
|
|
|
1552
1378
|
modifies: ["event"],
|
|
1553
1379
|
},
|
|
1554
1380
|
},
|
|
1381
|
+
curlExample: null,
|
|
1382
|
+
dependencies: [],
|
|
1383
|
+
oneOfGroups: [],
|
|
1384
|
+
subscriptionRequirements: [],
|
|
1555
1385
|
},
|
|
1556
1386
|
{
|
|
1557
1387
|
toolName: "f5xc-api-ddos-events-summary-list",
|
|
@@ -1600,13 +1430,6 @@ export const ddosTools = [
|
|
|
1600
1430
|
dangerLevel: "low",
|
|
1601
1431
|
sideEffects: null,
|
|
1602
1432
|
requiredFields: ["path.namespace"],
|
|
1603
|
-
cliExamples: [
|
|
1604
|
-
{
|
|
1605
|
-
command: "f5xcctl infraprotect events-summary list --namespace {namespace}",
|
|
1606
|
-
description: "List all events-summarys",
|
|
1607
|
-
use_case: "list_all",
|
|
1608
|
-
},
|
|
1609
|
-
],
|
|
1610
1433
|
confirmationRequired: false,
|
|
1611
1434
|
parameterExamples: {
|
|
1612
1435
|
alert_id: "9ba097cf-35e3-4560-9c00-5a1a36b8f85b.",
|
|
@@ -1652,13 +1475,6 @@ export const ddosTools = [
|
|
|
1652
1475
|
},
|
|
1653
1476
|
confirmation_required: false,
|
|
1654
1477
|
danger_level: "low",
|
|
1655
|
-
examples: [
|
|
1656
|
-
{
|
|
1657
|
-
command: "f5xcctl infraprotect events-summary list --namespace {namespace}",
|
|
1658
|
-
description: "List all events-summarys",
|
|
1659
|
-
use_case: "list_all",
|
|
1660
|
-
},
|
|
1661
|
-
],
|
|
1662
1478
|
field_docs: {},
|
|
1663
1479
|
optional_fields: [],
|
|
1664
1480
|
performance_impact: {
|
|
@@ -1669,6 +1485,10 @@ export const ddosTools = [
|
|
|
1669
1485
|
required_fields: ["path.namespace"],
|
|
1670
1486
|
side_effects: {},
|
|
1671
1487
|
},
|
|
1488
|
+
curlExample: null,
|
|
1489
|
+
dependencies: [],
|
|
1490
|
+
oneOfGroups: [],
|
|
1491
|
+
subscriptionRequirements: [],
|
|
1672
1492
|
},
|
|
1673
1493
|
{
|
|
1674
1494
|
toolName: "f5xc-api-ddos-infraprotect-asn-create",
|
|
@@ -1709,18 +1529,6 @@ export const ddosTools = [
|
|
|
1709
1529
|
creates: ["infraprotect-asn"],
|
|
1710
1530
|
},
|
|
1711
1531
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
1712
|
-
cliExamples: [
|
|
1713
|
-
{
|
|
1714
|
-
command: "f5xcctl infraprotect infraprotect-asn create -f {file}.yaml",
|
|
1715
|
-
description: "Create from YAML file",
|
|
1716
|
-
use_case: "file_based",
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
command: "f5xcctl infraprotect infraprotect-asn create {name} --namespace {namespace}",
|
|
1720
|
-
description: "Create infraprotect-asn",
|
|
1721
|
-
use_case: "basic_create",
|
|
1722
|
-
},
|
|
1723
|
-
],
|
|
1724
1532
|
confirmationRequired: false,
|
|
1725
1533
|
parameterExamples: {
|
|
1726
1534
|
"metadata.namespace": "Staging",
|
|
@@ -1768,18 +1576,6 @@ export const ddosTools = [
|
|
|
1768
1576
|
},
|
|
1769
1577
|
confirmation_required: false,
|
|
1770
1578
|
danger_level: "medium",
|
|
1771
|
-
examples: [
|
|
1772
|
-
{
|
|
1773
|
-
command: "f5xcctl infraprotect infraprotect-asn create {name} --namespace {namespace}",
|
|
1774
|
-
description: "Create infraprotect-asn",
|
|
1775
|
-
use_case: "basic_create",
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
command: "f5xcctl infraprotect infraprotect-asn create -f {file}.yaml",
|
|
1779
|
-
description: "Create from YAML file",
|
|
1780
|
-
use_case: "file_based",
|
|
1781
|
-
},
|
|
1782
|
-
],
|
|
1783
1579
|
field_docs: {},
|
|
1784
1580
|
optional_fields: [],
|
|
1785
1581
|
performance_impact: {
|
|
@@ -1792,6 +1588,32 @@ export const ddosTools = [
|
|
|
1792
1588
|
creates: ["infraprotect-asn"],
|
|
1793
1589
|
},
|
|
1794
1590
|
},
|
|
1591
|
+
curlExample: null,
|
|
1592
|
+
dependencies: [
|
|
1593
|
+
{
|
|
1594
|
+
domain: "",
|
|
1595
|
+
fieldPath: "",
|
|
1596
|
+
inline: false,
|
|
1597
|
+
required: false,
|
|
1598
|
+
resourceType: "infraprotect-asn",
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
domain: "",
|
|
1602
|
+
fieldPath: "metadata",
|
|
1603
|
+
inline: false,
|
|
1604
|
+
required: false,
|
|
1605
|
+
resourceType: "schema-object-create-meta",
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
domain: "",
|
|
1609
|
+
fieldPath: "spec",
|
|
1610
|
+
inline: false,
|
|
1611
|
+
required: false,
|
|
1612
|
+
resourceType: "infraprotect-asn-create",
|
|
1613
|
+
},
|
|
1614
|
+
],
|
|
1615
|
+
oneOfGroups: [],
|
|
1616
|
+
subscriptionRequirements: [],
|
|
1795
1617
|
},
|
|
1796
1618
|
{
|
|
1797
1619
|
toolName: "f5xc-api-ddos-infraprotect-asn-delete",
|
|
@@ -1841,13 +1663,6 @@ export const ddosTools = [
|
|
|
1841
1663
|
deletes: ["infraprotect-asn", "contained_resources"],
|
|
1842
1664
|
},
|
|
1843
1665
|
requiredFields: ["path.name", "path.namespace"],
|
|
1844
|
-
cliExamples: [
|
|
1845
|
-
{
|
|
1846
|
-
command: "f5xcctl infraprotect infraprotect-asn delete {name} --namespace {namespace}",
|
|
1847
|
-
description: "Delete infraprotect-asn",
|
|
1848
|
-
use_case: "delete",
|
|
1849
|
-
},
|
|
1850
|
-
],
|
|
1851
1666
|
confirmationRequired: true,
|
|
1852
1667
|
parameterExamples: {
|
|
1853
1668
|
name: "Name",
|
|
@@ -1893,13 +1708,6 @@ export const ddosTools = [
|
|
|
1893
1708
|
},
|
|
1894
1709
|
confirmation_required: true,
|
|
1895
1710
|
danger_level: "high",
|
|
1896
|
-
examples: [
|
|
1897
|
-
{
|
|
1898
|
-
command: "f5xcctl infraprotect infraprotect-asn delete {name} --namespace {namespace}",
|
|
1899
|
-
description: "Delete infraprotect-asn",
|
|
1900
|
-
use_case: "delete",
|
|
1901
|
-
},
|
|
1902
|
-
],
|
|
1903
1711
|
field_docs: {},
|
|
1904
1712
|
optional_fields: [],
|
|
1905
1713
|
performance_impact: {
|
|
@@ -1912,6 +1720,18 @@ export const ddosTools = [
|
|
|
1912
1720
|
deletes: ["infraprotect-asn", "contained_resources"],
|
|
1913
1721
|
},
|
|
1914
1722
|
},
|
|
1723
|
+
curlExample: null,
|
|
1724
|
+
dependencies: [
|
|
1725
|
+
{
|
|
1726
|
+
domain: "",
|
|
1727
|
+
fieldPath: "",
|
|
1728
|
+
inline: false,
|
|
1729
|
+
required: false,
|
|
1730
|
+
resourceType: "infraprotect-asn",
|
|
1731
|
+
},
|
|
1732
|
+
],
|
|
1733
|
+
oneOfGroups: [],
|
|
1734
|
+
subscriptionRequirements: [],
|
|
1915
1735
|
},
|
|
1916
1736
|
{
|
|
1917
1737
|
toolName: "f5xc-api-ddos-infraprotect-asn-get",
|
|
@@ -1980,13 +1800,6 @@ export const ddosTools = [
|
|
|
1980
1800
|
dangerLevel: "low",
|
|
1981
1801
|
sideEffects: null,
|
|
1982
1802
|
requiredFields: ["path.name", "path.namespace"],
|
|
1983
|
-
cliExamples: [
|
|
1984
|
-
{
|
|
1985
|
-
command: "f5xcctl infraprotect infraprotect-asn get {name} --namespace {namespace}",
|
|
1986
|
-
description: "Get specific infraprotect-asn",
|
|
1987
|
-
use_case: "get_specific",
|
|
1988
|
-
},
|
|
1989
|
-
],
|
|
1990
1803
|
confirmationRequired: false,
|
|
1991
1804
|
parameterExamples: {
|
|
1992
1805
|
name: "Name",
|
|
@@ -2032,13 +1845,6 @@ export const ddosTools = [
|
|
|
2032
1845
|
},
|
|
2033
1846
|
confirmation_required: false,
|
|
2034
1847
|
danger_level: "low",
|
|
2035
|
-
examples: [
|
|
2036
|
-
{
|
|
2037
|
-
command: "f5xcctl infraprotect infraprotect-asn get {name} --namespace {namespace}",
|
|
2038
|
-
description: "Get specific infraprotect-asn",
|
|
2039
|
-
use_case: "get_specific",
|
|
2040
|
-
},
|
|
2041
|
-
],
|
|
2042
1848
|
field_docs: {},
|
|
2043
1849
|
optional_fields: [],
|
|
2044
1850
|
performance_impact: {
|
|
@@ -2049,6 +1855,10 @@ export const ddosTools = [
|
|
|
2049
1855
|
required_fields: ["path.name", "path.namespace"],
|
|
2050
1856
|
side_effects: {},
|
|
2051
1857
|
},
|
|
1858
|
+
curlExample: null,
|
|
1859
|
+
dependencies: [],
|
|
1860
|
+
oneOfGroups: [],
|
|
1861
|
+
subscriptionRequirements: [],
|
|
2052
1862
|
},
|
|
2053
1863
|
{
|
|
2054
1864
|
toolName: "f5xc-api-ddos-infraprotect-asn-list",
|
|
@@ -2123,13 +1933,6 @@ export const ddosTools = [
|
|
|
2123
1933
|
dangerLevel: "low",
|
|
2124
1934
|
sideEffects: null,
|
|
2125
1935
|
requiredFields: ["path.namespace"],
|
|
2126
|
-
cliExamples: [
|
|
2127
|
-
{
|
|
2128
|
-
command: "f5xcctl infraprotect infraprotect-asn list --namespace {namespace}",
|
|
2129
|
-
description: "List all infraprotect-asns",
|
|
2130
|
-
use_case: "list_all",
|
|
2131
|
-
},
|
|
2132
|
-
],
|
|
2133
1936
|
confirmationRequired: false,
|
|
2134
1937
|
parameterExamples: {
|
|
2135
1938
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -2175,13 +1978,6 @@ export const ddosTools = [
|
|
|
2175
1978
|
},
|
|
2176
1979
|
confirmation_required: false,
|
|
2177
1980
|
danger_level: "low",
|
|
2178
|
-
examples: [
|
|
2179
|
-
{
|
|
2180
|
-
command: "f5xcctl infraprotect infraprotect-asn list --namespace {namespace}",
|
|
2181
|
-
description: "List all infraprotect-asns",
|
|
2182
|
-
use_case: "list_all",
|
|
2183
|
-
},
|
|
2184
|
-
],
|
|
2185
1981
|
field_docs: {},
|
|
2186
1982
|
optional_fields: [],
|
|
2187
1983
|
performance_impact: {
|
|
@@ -2192,6 +1988,10 @@ export const ddosTools = [
|
|
|
2192
1988
|
required_fields: ["path.namespace"],
|
|
2193
1989
|
side_effects: {},
|
|
2194
1990
|
},
|
|
1991
|
+
curlExample: null,
|
|
1992
|
+
dependencies: [],
|
|
1993
|
+
oneOfGroups: [],
|
|
1994
|
+
subscriptionRequirements: [],
|
|
2195
1995
|
},
|
|
2196
1996
|
{
|
|
2197
1997
|
toolName: "f5xc-api-ddos-infraprotect-asn-prefix-create",
|
|
@@ -2232,18 +2032,6 @@ export const ddosTools = [
|
|
|
2232
2032
|
creates: ["infraprotect-asn-prefix"],
|
|
2233
2033
|
},
|
|
2234
2034
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
2235
|
-
cliExamples: [
|
|
2236
|
-
{
|
|
2237
|
-
command: "f5xcctl infraprotect infraprotect-asn-prefix create -f {file}.yaml",
|
|
2238
|
-
description: "Create from YAML file",
|
|
2239
|
-
use_case: "file_based",
|
|
2240
|
-
},
|
|
2241
|
-
{
|
|
2242
|
-
command: "f5xcctl infraprotect infraprotect-asn-prefix create {name} --namespace {namespace}",
|
|
2243
|
-
description: "Create infraprotect-asn-prefix",
|
|
2244
|
-
use_case: "basic_create",
|
|
2245
|
-
},
|
|
2246
|
-
],
|
|
2247
2035
|
confirmationRequired: false,
|
|
2248
2036
|
parameterExamples: {
|
|
2249
2037
|
"metadata.namespace": "Staging",
|
|
@@ -2291,18 +2079,6 @@ export const ddosTools = [
|
|
|
2291
2079
|
},
|
|
2292
2080
|
confirmation_required: false,
|
|
2293
2081
|
danger_level: "medium",
|
|
2294
|
-
examples: [
|
|
2295
|
-
{
|
|
2296
|
-
command: "f5xcctl infraprotect infraprotect-asn-prefix create {name} --namespace {namespace}",
|
|
2297
|
-
description: "Create infraprotect-asn-prefix",
|
|
2298
|
-
use_case: "basic_create",
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
command: "f5xcctl infraprotect infraprotect-asn-prefix create -f {file}.yaml",
|
|
2302
|
-
description: "Create from YAML file",
|
|
2303
|
-
use_case: "file_based",
|
|
2304
|
-
},
|
|
2305
|
-
],
|
|
2306
2082
|
field_docs: {},
|
|
2307
2083
|
optional_fields: [],
|
|
2308
2084
|
performance_impact: {
|
|
@@ -2315,6 +2091,32 @@ export const ddosTools = [
|
|
|
2315
2091
|
creates: ["infraprotect-asn-prefix"],
|
|
2316
2092
|
},
|
|
2317
2093
|
},
|
|
2094
|
+
curlExample: null,
|
|
2095
|
+
dependencies: [
|
|
2096
|
+
{
|
|
2097
|
+
domain: "",
|
|
2098
|
+
fieldPath: "",
|
|
2099
|
+
inline: false,
|
|
2100
|
+
required: false,
|
|
2101
|
+
resourceType: "infraprotect-asn-prefix",
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
domain: "",
|
|
2105
|
+
fieldPath: "metadata",
|
|
2106
|
+
inline: false,
|
|
2107
|
+
required: false,
|
|
2108
|
+
resourceType: "schema-object-create-meta",
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
domain: "",
|
|
2112
|
+
fieldPath: "spec",
|
|
2113
|
+
inline: false,
|
|
2114
|
+
required: false,
|
|
2115
|
+
resourceType: "infraprotect-asn-prefix-create",
|
|
2116
|
+
},
|
|
2117
|
+
],
|
|
2118
|
+
oneOfGroups: [],
|
|
2119
|
+
subscriptionRequirements: [],
|
|
2318
2120
|
},
|
|
2319
2121
|
{
|
|
2320
2122
|
toolName: "f5xc-api-ddos-infraprotect-asn-prefix-delete",
|
|
@@ -2364,13 +2166,6 @@ export const ddosTools = [
|
|
|
2364
2166
|
deletes: ["infraprotect-asn-prefix", "contained_resources"],
|
|
2365
2167
|
},
|
|
2366
2168
|
requiredFields: ["path.name", "path.namespace"],
|
|
2367
|
-
cliExamples: [
|
|
2368
|
-
{
|
|
2369
|
-
command: "f5xcctl infraprotect infraprotect-asn-prefix delete {name} --namespace {namespace}",
|
|
2370
|
-
description: "Delete infraprotect-asn-prefix",
|
|
2371
|
-
use_case: "delete",
|
|
2372
|
-
},
|
|
2373
|
-
],
|
|
2374
2169
|
confirmationRequired: true,
|
|
2375
2170
|
parameterExamples: {
|
|
2376
2171
|
name: "Name",
|
|
@@ -2416,13 +2211,6 @@ export const ddosTools = [
|
|
|
2416
2211
|
},
|
|
2417
2212
|
confirmation_required: true,
|
|
2418
2213
|
danger_level: "high",
|
|
2419
|
-
examples: [
|
|
2420
|
-
{
|
|
2421
|
-
command: "f5xcctl infraprotect infraprotect-asn-prefix delete {name} --namespace {namespace}",
|
|
2422
|
-
description: "Delete infraprotect-asn-prefix",
|
|
2423
|
-
use_case: "delete",
|
|
2424
|
-
},
|
|
2425
|
-
],
|
|
2426
2214
|
field_docs: {},
|
|
2427
2215
|
optional_fields: [],
|
|
2428
2216
|
performance_impact: {
|
|
@@ -2435,6 +2223,18 @@ export const ddosTools = [
|
|
|
2435
2223
|
deletes: ["infraprotect-asn-prefix", "contained_resources"],
|
|
2436
2224
|
},
|
|
2437
2225
|
},
|
|
2226
|
+
curlExample: null,
|
|
2227
|
+
dependencies: [
|
|
2228
|
+
{
|
|
2229
|
+
domain: "",
|
|
2230
|
+
fieldPath: "",
|
|
2231
|
+
inline: false,
|
|
2232
|
+
required: false,
|
|
2233
|
+
resourceType: "infraprotect-asn-prefix",
|
|
2234
|
+
},
|
|
2235
|
+
],
|
|
2236
|
+
oneOfGroups: [],
|
|
2237
|
+
subscriptionRequirements: [],
|
|
2438
2238
|
},
|
|
2439
2239
|
{
|
|
2440
2240
|
toolName: "f5xc-api-ddos-infraprotect-asn-prefix-get",
|
|
@@ -2503,13 +2303,6 @@ export const ddosTools = [
|
|
|
2503
2303
|
dangerLevel: "low",
|
|
2504
2304
|
sideEffects: null,
|
|
2505
2305
|
requiredFields: ["path.name", "path.namespace"],
|
|
2506
|
-
cliExamples: [
|
|
2507
|
-
{
|
|
2508
|
-
command: "f5xcctl infraprotect infraprotect-asn-prefix get {name} --namespace {namespace}",
|
|
2509
|
-
description: "Get specific infraprotect-asn-prefix",
|
|
2510
|
-
use_case: "get_specific",
|
|
2511
|
-
},
|
|
2512
|
-
],
|
|
2513
2306
|
confirmationRequired: false,
|
|
2514
2307
|
parameterExamples: {
|
|
2515
2308
|
name: "Name",
|
|
@@ -2555,13 +2348,6 @@ export const ddosTools = [
|
|
|
2555
2348
|
},
|
|
2556
2349
|
confirmation_required: false,
|
|
2557
2350
|
danger_level: "low",
|
|
2558
|
-
examples: [
|
|
2559
|
-
{
|
|
2560
|
-
command: "f5xcctl infraprotect infraprotect-asn-prefix get {name} --namespace {namespace}",
|
|
2561
|
-
description: "Get specific infraprotect-asn-prefix",
|
|
2562
|
-
use_case: "get_specific",
|
|
2563
|
-
},
|
|
2564
|
-
],
|
|
2565
2351
|
field_docs: {},
|
|
2566
2352
|
optional_fields: [],
|
|
2567
2353
|
performance_impact: {
|
|
@@ -2572,6 +2358,10 @@ export const ddosTools = [
|
|
|
2572
2358
|
required_fields: ["path.name", "path.namespace"],
|
|
2573
2359
|
side_effects: {},
|
|
2574
2360
|
},
|
|
2361
|
+
curlExample: null,
|
|
2362
|
+
dependencies: [],
|
|
2363
|
+
oneOfGroups: [],
|
|
2364
|
+
subscriptionRequirements: [],
|
|
2575
2365
|
},
|
|
2576
2366
|
{
|
|
2577
2367
|
toolName: "f5xc-api-ddos-infraprotect-asn-prefix-list",
|
|
@@ -2646,13 +2436,6 @@ export const ddosTools = [
|
|
|
2646
2436
|
dangerLevel: "low",
|
|
2647
2437
|
sideEffects: null,
|
|
2648
2438
|
requiredFields: ["path.namespace"],
|
|
2649
|
-
cliExamples: [
|
|
2650
|
-
{
|
|
2651
|
-
command: "f5xcctl infraprotect infraprotect-asn-prefix list --namespace {namespace}",
|
|
2652
|
-
description: "List all infraprotect-asn-prefixs",
|
|
2653
|
-
use_case: "list_all",
|
|
2654
|
-
},
|
|
2655
|
-
],
|
|
2656
2439
|
confirmationRequired: false,
|
|
2657
2440
|
parameterExamples: {
|
|
2658
2441
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -2698,13 +2481,6 @@ export const ddosTools = [
|
|
|
2698
2481
|
},
|
|
2699
2482
|
confirmation_required: false,
|
|
2700
2483
|
danger_level: "low",
|
|
2701
|
-
examples: [
|
|
2702
|
-
{
|
|
2703
|
-
command: "f5xcctl infraprotect infraprotect-asn-prefix list --namespace {namespace}",
|
|
2704
|
-
description: "List all infraprotect-asn-prefixs",
|
|
2705
|
-
use_case: "list_all",
|
|
2706
|
-
},
|
|
2707
|
-
],
|
|
2708
2484
|
field_docs: {},
|
|
2709
2485
|
optional_fields: [],
|
|
2710
2486
|
performance_impact: {
|
|
@@ -2715,6 +2491,10 @@ export const ddosTools = [
|
|
|
2715
2491
|
required_fields: ["path.namespace"],
|
|
2716
2492
|
side_effects: {},
|
|
2717
2493
|
},
|
|
2494
|
+
curlExample: null,
|
|
2495
|
+
dependencies: [],
|
|
2496
|
+
oneOfGroups: [],
|
|
2497
|
+
subscriptionRequirements: [],
|
|
2718
2498
|
},
|
|
2719
2499
|
{
|
|
2720
2500
|
toolName: "f5xc-api-ddos-infraprotect-asn-prefix-update",
|
|
@@ -2766,13 +2546,6 @@ export const ddosTools = [
|
|
|
2766
2546
|
modifies: ["infraprotect-asn-prefix"],
|
|
2767
2547
|
},
|
|
2768
2548
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
2769
|
-
cliExamples: [
|
|
2770
|
-
{
|
|
2771
|
-
command: "f5xcctl infraprotect infraprotect-asn-prefix update {name} --namespace {namespace} -f {file}.yaml",
|
|
2772
|
-
description: "Update infraprotect-asn-prefix",
|
|
2773
|
-
use_case: "update",
|
|
2774
|
-
},
|
|
2775
|
-
],
|
|
2776
2549
|
confirmationRequired: false,
|
|
2777
2550
|
parameterExamples: {
|
|
2778
2551
|
"metadata.name": "Example-corp-web.",
|
|
@@ -2818,13 +2591,6 @@ export const ddosTools = [
|
|
|
2818
2591
|
},
|
|
2819
2592
|
confirmation_required: false,
|
|
2820
2593
|
danger_level: "medium",
|
|
2821
|
-
examples: [
|
|
2822
|
-
{
|
|
2823
|
-
command: "f5xcctl infraprotect infraprotect-asn-prefix update {name} --namespace {namespace} -f {file}.yaml",
|
|
2824
|
-
description: "Update infraprotect-asn-prefix",
|
|
2825
|
-
use_case: "update",
|
|
2826
|
-
},
|
|
2827
|
-
],
|
|
2828
2594
|
field_docs: {},
|
|
2829
2595
|
optional_fields: [],
|
|
2830
2596
|
performance_impact: {
|
|
@@ -2837,6 +2603,32 @@ export const ddosTools = [
|
|
|
2837
2603
|
modifies: ["infraprotect-asn-prefix"],
|
|
2838
2604
|
},
|
|
2839
2605
|
},
|
|
2606
|
+
curlExample: null,
|
|
2607
|
+
dependencies: [
|
|
2608
|
+
{
|
|
2609
|
+
domain: "",
|
|
2610
|
+
fieldPath: "",
|
|
2611
|
+
inline: false,
|
|
2612
|
+
required: false,
|
|
2613
|
+
resourceType: "infraprotect-asn-prefix",
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
domain: "",
|
|
2617
|
+
fieldPath: "metadata",
|
|
2618
|
+
inline: false,
|
|
2619
|
+
required: false,
|
|
2620
|
+
resourceType: "schema-object-replace-meta",
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
domain: "",
|
|
2624
|
+
fieldPath: "spec",
|
|
2625
|
+
inline: false,
|
|
2626
|
+
required: false,
|
|
2627
|
+
resourceType: "infraprotect-asn-prefix-replace",
|
|
2628
|
+
},
|
|
2629
|
+
],
|
|
2630
|
+
oneOfGroups: [],
|
|
2631
|
+
subscriptionRequirements: [],
|
|
2840
2632
|
},
|
|
2841
2633
|
{
|
|
2842
2634
|
toolName: "f5xc-api-ddos-infraprotect-asn-update",
|
|
@@ -2888,13 +2680,6 @@ export const ddosTools = [
|
|
|
2888
2680
|
modifies: ["infraprotect-asn"],
|
|
2889
2681
|
},
|
|
2890
2682
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
2891
|
-
cliExamples: [
|
|
2892
|
-
{
|
|
2893
|
-
command: "f5xcctl infraprotect infraprotect-asn update {name} --namespace {namespace} -f {file}.yaml",
|
|
2894
|
-
description: "Update infraprotect-asn",
|
|
2895
|
-
use_case: "update",
|
|
2896
|
-
},
|
|
2897
|
-
],
|
|
2898
2683
|
confirmationRequired: false,
|
|
2899
2684
|
parameterExamples: {
|
|
2900
2685
|
"metadata.name": "Example-corp-web.",
|
|
@@ -2940,13 +2725,6 @@ export const ddosTools = [
|
|
|
2940
2725
|
},
|
|
2941
2726
|
confirmation_required: false,
|
|
2942
2727
|
danger_level: "medium",
|
|
2943
|
-
examples: [
|
|
2944
|
-
{
|
|
2945
|
-
command: "f5xcctl infraprotect infraprotect-asn update {name} --namespace {namespace} -f {file}.yaml",
|
|
2946
|
-
description: "Update infraprotect-asn",
|
|
2947
|
-
use_case: "update",
|
|
2948
|
-
},
|
|
2949
|
-
],
|
|
2950
2728
|
field_docs: {},
|
|
2951
2729
|
optional_fields: [],
|
|
2952
2730
|
performance_impact: {
|
|
@@ -2959,6 +2737,32 @@ export const ddosTools = [
|
|
|
2959
2737
|
modifies: ["infraprotect-asn"],
|
|
2960
2738
|
},
|
|
2961
2739
|
},
|
|
2740
|
+
curlExample: null,
|
|
2741
|
+
dependencies: [
|
|
2742
|
+
{
|
|
2743
|
+
domain: "",
|
|
2744
|
+
fieldPath: "",
|
|
2745
|
+
inline: false,
|
|
2746
|
+
required: false,
|
|
2747
|
+
resourceType: "infraprotect-asn",
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
domain: "",
|
|
2751
|
+
fieldPath: "metadata",
|
|
2752
|
+
inline: false,
|
|
2753
|
+
required: false,
|
|
2754
|
+
resourceType: "schema-object-replace-meta",
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
domain: "",
|
|
2758
|
+
fieldPath: "spec",
|
|
2759
|
+
inline: false,
|
|
2760
|
+
required: false,
|
|
2761
|
+
resourceType: "infraprotect-asn-replace",
|
|
2762
|
+
},
|
|
2763
|
+
],
|
|
2764
|
+
oneOfGroups: [],
|
|
2765
|
+
subscriptionRequirements: [],
|
|
2962
2766
|
},
|
|
2963
2767
|
{
|
|
2964
2768
|
toolName: "f5xc-api-ddos-infraprotect-deny-list-rule-create",
|
|
@@ -2999,18 +2803,6 @@ export const ddosTools = [
|
|
|
2999
2803
|
creates: ["infraprotect-deny-list-rule"],
|
|
3000
2804
|
},
|
|
3001
2805
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
3002
|
-
cliExamples: [
|
|
3003
|
-
{
|
|
3004
|
-
command: "f5xcctl infraprotect infraprotect-deny-list-rule create -f {file}.yaml",
|
|
3005
|
-
description: "Create from YAML file",
|
|
3006
|
-
use_case: "file_based",
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
command: "f5xcctl infraprotect infraprotect-deny-list-rule create {name} --namespace {namespace}",
|
|
3010
|
-
description: "Create infraprotect-deny-list-rule",
|
|
3011
|
-
use_case: "basic_create",
|
|
3012
|
-
},
|
|
3013
|
-
],
|
|
3014
2806
|
confirmationRequired: false,
|
|
3015
2807
|
parameterExamples: {
|
|
3016
2808
|
"metadata.namespace": "Staging",
|
|
@@ -3058,18 +2850,6 @@ export const ddosTools = [
|
|
|
3058
2850
|
},
|
|
3059
2851
|
confirmation_required: false,
|
|
3060
2852
|
danger_level: "medium",
|
|
3061
|
-
examples: [
|
|
3062
|
-
{
|
|
3063
|
-
command: "f5xcctl infraprotect infraprotect-deny-list-rule create {name} --namespace {namespace}",
|
|
3064
|
-
description: "Create infraprotect-deny-list-rule",
|
|
3065
|
-
use_case: "basic_create",
|
|
3066
|
-
},
|
|
3067
|
-
{
|
|
3068
|
-
command: "f5xcctl infraprotect infraprotect-deny-list-rule create -f {file}.yaml",
|
|
3069
|
-
description: "Create from YAML file",
|
|
3070
|
-
use_case: "file_based",
|
|
3071
|
-
},
|
|
3072
|
-
],
|
|
3073
2853
|
field_docs: {},
|
|
3074
2854
|
optional_fields: [],
|
|
3075
2855
|
performance_impact: {
|
|
@@ -3082,6 +2862,32 @@ export const ddosTools = [
|
|
|
3082
2862
|
creates: ["infraprotect-deny-list-rule"],
|
|
3083
2863
|
},
|
|
3084
2864
|
},
|
|
2865
|
+
curlExample: null,
|
|
2866
|
+
dependencies: [
|
|
2867
|
+
{
|
|
2868
|
+
domain: "",
|
|
2869
|
+
fieldPath: "",
|
|
2870
|
+
inline: false,
|
|
2871
|
+
required: false,
|
|
2872
|
+
resourceType: "infraprotect-deny-list-rule",
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
domain: "",
|
|
2876
|
+
fieldPath: "metadata",
|
|
2877
|
+
inline: false,
|
|
2878
|
+
required: false,
|
|
2879
|
+
resourceType: "schema-object-create-meta",
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
domain: "",
|
|
2883
|
+
fieldPath: "spec",
|
|
2884
|
+
inline: false,
|
|
2885
|
+
required: false,
|
|
2886
|
+
resourceType: "infraprotect-deny-list-rule-create",
|
|
2887
|
+
},
|
|
2888
|
+
],
|
|
2889
|
+
oneOfGroups: [],
|
|
2890
|
+
subscriptionRequirements: [],
|
|
3085
2891
|
},
|
|
3086
2892
|
{
|
|
3087
2893
|
toolName: "f5xc-api-ddos-infraprotect-deny-list-rule-delete",
|
|
@@ -3131,13 +2937,6 @@ export const ddosTools = [
|
|
|
3131
2937
|
deletes: ["infraprotect-deny-list-rule", "contained_resources"],
|
|
3132
2938
|
},
|
|
3133
2939
|
requiredFields: ["path.name", "path.namespace"],
|
|
3134
|
-
cliExamples: [
|
|
3135
|
-
{
|
|
3136
|
-
command: "f5xcctl infraprotect infraprotect-deny-list-rule delete {name} --namespace {namespace}",
|
|
3137
|
-
description: "Delete infraprotect-deny-list-rule",
|
|
3138
|
-
use_case: "delete",
|
|
3139
|
-
},
|
|
3140
|
-
],
|
|
3141
2940
|
confirmationRequired: true,
|
|
3142
2941
|
parameterExamples: {
|
|
3143
2942
|
name: "Name",
|
|
@@ -3183,13 +2982,6 @@ export const ddosTools = [
|
|
|
3183
2982
|
},
|
|
3184
2983
|
confirmation_required: true,
|
|
3185
2984
|
danger_level: "high",
|
|
3186
|
-
examples: [
|
|
3187
|
-
{
|
|
3188
|
-
command: "f5xcctl infraprotect infraprotect-deny-list-rule delete {name} --namespace {namespace}",
|
|
3189
|
-
description: "Delete infraprotect-deny-list-rule",
|
|
3190
|
-
use_case: "delete",
|
|
3191
|
-
},
|
|
3192
|
-
],
|
|
3193
2985
|
field_docs: {},
|
|
3194
2986
|
optional_fields: [],
|
|
3195
2987
|
performance_impact: {
|
|
@@ -3202,6 +2994,18 @@ export const ddosTools = [
|
|
|
3202
2994
|
deletes: ["infraprotect-deny-list-rule", "contained_resources"],
|
|
3203
2995
|
},
|
|
3204
2996
|
},
|
|
2997
|
+
curlExample: null,
|
|
2998
|
+
dependencies: [
|
|
2999
|
+
{
|
|
3000
|
+
domain: "",
|
|
3001
|
+
fieldPath: "",
|
|
3002
|
+
inline: false,
|
|
3003
|
+
required: false,
|
|
3004
|
+
resourceType: "infraprotect-deny-list-rule",
|
|
3005
|
+
},
|
|
3006
|
+
],
|
|
3007
|
+
oneOfGroups: [],
|
|
3008
|
+
subscriptionRequirements: [],
|
|
3205
3009
|
},
|
|
3206
3010
|
{
|
|
3207
3011
|
toolName: "f5xc-api-ddos-infraprotect-deny-list-rule-get",
|
|
@@ -3270,13 +3074,6 @@ export const ddosTools = [
|
|
|
3270
3074
|
dangerLevel: "low",
|
|
3271
3075
|
sideEffects: null,
|
|
3272
3076
|
requiredFields: ["path.name", "path.namespace"],
|
|
3273
|
-
cliExamples: [
|
|
3274
|
-
{
|
|
3275
|
-
command: "f5xcctl infraprotect infraprotect-deny-list-rule get {name} --namespace {namespace}",
|
|
3276
|
-
description: "Get specific infraprotect-deny-list-rule",
|
|
3277
|
-
use_case: "get_specific",
|
|
3278
|
-
},
|
|
3279
|
-
],
|
|
3280
3077
|
confirmationRequired: false,
|
|
3281
3078
|
parameterExamples: {
|
|
3282
3079
|
name: "Name",
|
|
@@ -3322,13 +3119,6 @@ export const ddosTools = [
|
|
|
3322
3119
|
},
|
|
3323
3120
|
confirmation_required: false,
|
|
3324
3121
|
danger_level: "low",
|
|
3325
|
-
examples: [
|
|
3326
|
-
{
|
|
3327
|
-
command: "f5xcctl infraprotect infraprotect-deny-list-rule get {name} --namespace {namespace}",
|
|
3328
|
-
description: "Get specific infraprotect-deny-list-rule",
|
|
3329
|
-
use_case: "get_specific",
|
|
3330
|
-
},
|
|
3331
|
-
],
|
|
3332
3122
|
field_docs: {},
|
|
3333
3123
|
optional_fields: [],
|
|
3334
3124
|
performance_impact: {
|
|
@@ -3339,6 +3129,10 @@ export const ddosTools = [
|
|
|
3339
3129
|
required_fields: ["path.name", "path.namespace"],
|
|
3340
3130
|
side_effects: {},
|
|
3341
3131
|
},
|
|
3132
|
+
curlExample: null,
|
|
3133
|
+
dependencies: [],
|
|
3134
|
+
oneOfGroups: [],
|
|
3135
|
+
subscriptionRequirements: [],
|
|
3342
3136
|
},
|
|
3343
3137
|
{
|
|
3344
3138
|
toolName: "f5xc-api-ddos-infraprotect-deny-list-rule-list",
|
|
@@ -3413,13 +3207,6 @@ export const ddosTools = [
|
|
|
3413
3207
|
dangerLevel: "low",
|
|
3414
3208
|
sideEffects: null,
|
|
3415
3209
|
requiredFields: ["path.namespace"],
|
|
3416
|
-
cliExamples: [
|
|
3417
|
-
{
|
|
3418
|
-
command: "f5xcctl infraprotect infraprotect-deny-list-rule list --namespace {namespace}",
|
|
3419
|
-
description: "List all infraprotect-deny-list-rules",
|
|
3420
|
-
use_case: "list_all",
|
|
3421
|
-
},
|
|
3422
|
-
],
|
|
3423
3210
|
confirmationRequired: false,
|
|
3424
3211
|
parameterExamples: {
|
|
3425
3212
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -3465,13 +3252,6 @@ export const ddosTools = [
|
|
|
3465
3252
|
},
|
|
3466
3253
|
confirmation_required: false,
|
|
3467
3254
|
danger_level: "low",
|
|
3468
|
-
examples: [
|
|
3469
|
-
{
|
|
3470
|
-
command: "f5xcctl infraprotect infraprotect-deny-list-rule list --namespace {namespace}",
|
|
3471
|
-
description: "List all infraprotect-deny-list-rules",
|
|
3472
|
-
use_case: "list_all",
|
|
3473
|
-
},
|
|
3474
|
-
],
|
|
3475
3255
|
field_docs: {},
|
|
3476
3256
|
optional_fields: [],
|
|
3477
3257
|
performance_impact: {
|
|
@@ -3482,6 +3262,10 @@ export const ddosTools = [
|
|
|
3482
3262
|
required_fields: ["path.namespace"],
|
|
3483
3263
|
side_effects: {},
|
|
3484
3264
|
},
|
|
3265
|
+
curlExample: null,
|
|
3266
|
+
dependencies: [],
|
|
3267
|
+
oneOfGroups: [],
|
|
3268
|
+
subscriptionRequirements: [],
|
|
3485
3269
|
},
|
|
3486
3270
|
{
|
|
3487
3271
|
toolName: "f5xc-api-ddos-infraprotect-deny-list-rule-update",
|
|
@@ -3533,13 +3317,6 @@ export const ddosTools = [
|
|
|
3533
3317
|
modifies: ["infraprotect-deny-list-rule"],
|
|
3534
3318
|
},
|
|
3535
3319
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
3536
|
-
cliExamples: [
|
|
3537
|
-
{
|
|
3538
|
-
command: "f5xcctl infraprotect infraprotect-deny-list-rule update {name} --namespace {namespace} -f {file}.yaml",
|
|
3539
|
-
description: "Update infraprotect-deny-list-rule",
|
|
3540
|
-
use_case: "update",
|
|
3541
|
-
},
|
|
3542
|
-
],
|
|
3543
3320
|
confirmationRequired: false,
|
|
3544
3321
|
parameterExamples: {
|
|
3545
3322
|
"metadata.name": "Example-corp-web.",
|
|
@@ -3585,13 +3362,6 @@ export const ddosTools = [
|
|
|
3585
3362
|
},
|
|
3586
3363
|
confirmation_required: false,
|
|
3587
3364
|
danger_level: "medium",
|
|
3588
|
-
examples: [
|
|
3589
|
-
{
|
|
3590
|
-
command: "f5xcctl infraprotect infraprotect-deny-list-rule update {name} --namespace {namespace} -f {file}.yaml",
|
|
3591
|
-
description: "Update infraprotect-deny-list-rule",
|
|
3592
|
-
use_case: "update",
|
|
3593
|
-
},
|
|
3594
|
-
],
|
|
3595
3365
|
field_docs: {},
|
|
3596
3366
|
optional_fields: [],
|
|
3597
3367
|
performance_impact: {
|
|
@@ -3604,6 +3374,32 @@ export const ddosTools = [
|
|
|
3604
3374
|
modifies: ["infraprotect-deny-list-rule"],
|
|
3605
3375
|
},
|
|
3606
3376
|
},
|
|
3377
|
+
curlExample: null,
|
|
3378
|
+
dependencies: [
|
|
3379
|
+
{
|
|
3380
|
+
domain: "",
|
|
3381
|
+
fieldPath: "",
|
|
3382
|
+
inline: false,
|
|
3383
|
+
required: false,
|
|
3384
|
+
resourceType: "infraprotect-deny-list-rule",
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
domain: "",
|
|
3388
|
+
fieldPath: "metadata",
|
|
3389
|
+
inline: false,
|
|
3390
|
+
required: false,
|
|
3391
|
+
resourceType: "schema-object-replace-meta",
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
domain: "",
|
|
3395
|
+
fieldPath: "spec",
|
|
3396
|
+
inline: false,
|
|
3397
|
+
required: false,
|
|
3398
|
+
resourceType: "infraprotect-deny-list-rule-replace",
|
|
3399
|
+
},
|
|
3400
|
+
],
|
|
3401
|
+
oneOfGroups: [],
|
|
3402
|
+
subscriptionRequirements: [],
|
|
3607
3403
|
},
|
|
3608
3404
|
{
|
|
3609
3405
|
toolName: "f5xc-api-ddos-infraprotect-firewall-rule-create",
|
|
@@ -3644,18 +3440,6 @@ export const ddosTools = [
|
|
|
3644
3440
|
creates: ["infraprotect-firewall-rule"],
|
|
3645
3441
|
},
|
|
3646
3442
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
3647
|
-
cliExamples: [
|
|
3648
|
-
{
|
|
3649
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule create -f {file}.yaml",
|
|
3650
|
-
description: "Create from YAML file",
|
|
3651
|
-
use_case: "file_based",
|
|
3652
|
-
},
|
|
3653
|
-
{
|
|
3654
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule create {name} --namespace {namespace}",
|
|
3655
|
-
description: "Create infraprotect-firewall-rule",
|
|
3656
|
-
use_case: "basic_create",
|
|
3657
|
-
},
|
|
3658
|
-
],
|
|
3659
3443
|
confirmationRequired: false,
|
|
3660
3444
|
parameterExamples: {
|
|
3661
3445
|
"metadata.namespace": "Staging",
|
|
@@ -3703,18 +3487,6 @@ export const ddosTools = [
|
|
|
3703
3487
|
},
|
|
3704
3488
|
confirmation_required: false,
|
|
3705
3489
|
danger_level: "medium",
|
|
3706
|
-
examples: [
|
|
3707
|
-
{
|
|
3708
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule create {name} --namespace {namespace}",
|
|
3709
|
-
description: "Create infraprotect-firewall-rule",
|
|
3710
|
-
use_case: "basic_create",
|
|
3711
|
-
},
|
|
3712
|
-
{
|
|
3713
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule create -f {file}.yaml",
|
|
3714
|
-
description: "Create from YAML file",
|
|
3715
|
-
use_case: "file_based",
|
|
3716
|
-
},
|
|
3717
|
-
],
|
|
3718
3490
|
field_docs: {},
|
|
3719
3491
|
optional_fields: [],
|
|
3720
3492
|
performance_impact: {
|
|
@@ -3727,6 +3499,32 @@ export const ddosTools = [
|
|
|
3727
3499
|
creates: ["infraprotect-firewall-rule"],
|
|
3728
3500
|
},
|
|
3729
3501
|
},
|
|
3502
|
+
curlExample: null,
|
|
3503
|
+
dependencies: [
|
|
3504
|
+
{
|
|
3505
|
+
domain: "",
|
|
3506
|
+
fieldPath: "",
|
|
3507
|
+
inline: false,
|
|
3508
|
+
required: false,
|
|
3509
|
+
resourceType: "infraprotect-firewall-rule",
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
domain: "",
|
|
3513
|
+
fieldPath: "metadata",
|
|
3514
|
+
inline: false,
|
|
3515
|
+
required: false,
|
|
3516
|
+
resourceType: "schema-object-create-meta",
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
domain: "",
|
|
3520
|
+
fieldPath: "spec",
|
|
3521
|
+
inline: false,
|
|
3522
|
+
required: false,
|
|
3523
|
+
resourceType: "infraprotect-firewall-rule-create",
|
|
3524
|
+
},
|
|
3525
|
+
],
|
|
3526
|
+
oneOfGroups: [],
|
|
3527
|
+
subscriptionRequirements: [],
|
|
3730
3528
|
},
|
|
3731
3529
|
{
|
|
3732
3530
|
toolName: "f5xc-api-ddos-infraprotect-firewall-rule-delete",
|
|
@@ -3776,13 +3574,6 @@ export const ddosTools = [
|
|
|
3776
3574
|
deletes: ["infraprotect-firewall-rule", "contained_resources"],
|
|
3777
3575
|
},
|
|
3778
3576
|
requiredFields: ["path.name", "path.namespace"],
|
|
3779
|
-
cliExamples: [
|
|
3780
|
-
{
|
|
3781
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule delete {name} --namespace {namespace}",
|
|
3782
|
-
description: "Delete infraprotect-firewall-rule",
|
|
3783
|
-
use_case: "delete",
|
|
3784
|
-
},
|
|
3785
|
-
],
|
|
3786
3577
|
confirmationRequired: true,
|
|
3787
3578
|
parameterExamples: {
|
|
3788
3579
|
name: "Name",
|
|
@@ -3828,13 +3619,6 @@ export const ddosTools = [
|
|
|
3828
3619
|
},
|
|
3829
3620
|
confirmation_required: true,
|
|
3830
3621
|
danger_level: "high",
|
|
3831
|
-
examples: [
|
|
3832
|
-
{
|
|
3833
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule delete {name} --namespace {namespace}",
|
|
3834
|
-
description: "Delete infraprotect-firewall-rule",
|
|
3835
|
-
use_case: "delete",
|
|
3836
|
-
},
|
|
3837
|
-
],
|
|
3838
3622
|
field_docs: {},
|
|
3839
3623
|
optional_fields: [],
|
|
3840
3624
|
performance_impact: {
|
|
@@ -3847,6 +3631,18 @@ export const ddosTools = [
|
|
|
3847
3631
|
deletes: ["infraprotect-firewall-rule", "contained_resources"],
|
|
3848
3632
|
},
|
|
3849
3633
|
},
|
|
3634
|
+
curlExample: null,
|
|
3635
|
+
dependencies: [
|
|
3636
|
+
{
|
|
3637
|
+
domain: "",
|
|
3638
|
+
fieldPath: "",
|
|
3639
|
+
inline: false,
|
|
3640
|
+
required: false,
|
|
3641
|
+
resourceType: "infraprotect-firewall-rule",
|
|
3642
|
+
},
|
|
3643
|
+
],
|
|
3644
|
+
oneOfGroups: [],
|
|
3645
|
+
subscriptionRequirements: [],
|
|
3850
3646
|
},
|
|
3851
3647
|
{
|
|
3852
3648
|
toolName: "f5xc-api-ddos-infraprotect-firewall-rule-get",
|
|
@@ -3915,13 +3711,6 @@ export const ddosTools = [
|
|
|
3915
3711
|
dangerLevel: "low",
|
|
3916
3712
|
sideEffects: null,
|
|
3917
3713
|
requiredFields: ["path.name", "path.namespace"],
|
|
3918
|
-
cliExamples: [
|
|
3919
|
-
{
|
|
3920
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule get {name} --namespace {namespace}",
|
|
3921
|
-
description: "Get specific infraprotect-firewall-rule",
|
|
3922
|
-
use_case: "get_specific",
|
|
3923
|
-
},
|
|
3924
|
-
],
|
|
3925
3714
|
confirmationRequired: false,
|
|
3926
3715
|
parameterExamples: {
|
|
3927
3716
|
name: "Name",
|
|
@@ -3967,13 +3756,6 @@ export const ddosTools = [
|
|
|
3967
3756
|
},
|
|
3968
3757
|
confirmation_required: false,
|
|
3969
3758
|
danger_level: "low",
|
|
3970
|
-
examples: [
|
|
3971
|
-
{
|
|
3972
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule get {name} --namespace {namespace}",
|
|
3973
|
-
description: "Get specific infraprotect-firewall-rule",
|
|
3974
|
-
use_case: "get_specific",
|
|
3975
|
-
},
|
|
3976
|
-
],
|
|
3977
3759
|
field_docs: {},
|
|
3978
3760
|
optional_fields: [],
|
|
3979
3761
|
performance_impact: {
|
|
@@ -3984,6 +3766,10 @@ export const ddosTools = [
|
|
|
3984
3766
|
required_fields: ["path.name", "path.namespace"],
|
|
3985
3767
|
side_effects: {},
|
|
3986
3768
|
},
|
|
3769
|
+
curlExample: null,
|
|
3770
|
+
dependencies: [],
|
|
3771
|
+
oneOfGroups: [],
|
|
3772
|
+
subscriptionRequirements: [],
|
|
3987
3773
|
},
|
|
3988
3774
|
{
|
|
3989
3775
|
toolName: "f5xc-api-ddos-infraprotect-firewall-rule-group-create",
|
|
@@ -4024,18 +3810,6 @@ export const ddosTools = [
|
|
|
4024
3810
|
creates: ["infraprotect-firewall-rule-group"],
|
|
4025
3811
|
},
|
|
4026
3812
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
4027
|
-
cliExamples: [
|
|
4028
|
-
{
|
|
4029
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule-group create -f {file}.yaml",
|
|
4030
|
-
description: "Create from YAML file",
|
|
4031
|
-
use_case: "file_based",
|
|
4032
|
-
},
|
|
4033
|
-
{
|
|
4034
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule-group create {name} --namespace {namespace}",
|
|
4035
|
-
description: "Create infraprotect-firewall-rule-group",
|
|
4036
|
-
use_case: "basic_create",
|
|
4037
|
-
},
|
|
4038
|
-
],
|
|
4039
3813
|
confirmationRequired: false,
|
|
4040
3814
|
parameterExamples: {
|
|
4041
3815
|
"metadata.namespace": "Staging",
|
|
@@ -4083,18 +3857,6 @@ export const ddosTools = [
|
|
|
4083
3857
|
},
|
|
4084
3858
|
confirmation_required: false,
|
|
4085
3859
|
danger_level: "medium",
|
|
4086
|
-
examples: [
|
|
4087
|
-
{
|
|
4088
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule-group create {name} --namespace {namespace}",
|
|
4089
|
-
description: "Create infraprotect-firewall-rule-group",
|
|
4090
|
-
use_case: "basic_create",
|
|
4091
|
-
},
|
|
4092
|
-
{
|
|
4093
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule-group create -f {file}.yaml",
|
|
4094
|
-
description: "Create from YAML file",
|
|
4095
|
-
use_case: "file_based",
|
|
4096
|
-
},
|
|
4097
|
-
],
|
|
4098
3860
|
field_docs: {},
|
|
4099
3861
|
optional_fields: [],
|
|
4100
3862
|
performance_impact: {
|
|
@@ -4107,6 +3869,32 @@ export const ddosTools = [
|
|
|
4107
3869
|
creates: ["infraprotect-firewall-rule-group"],
|
|
4108
3870
|
},
|
|
4109
3871
|
},
|
|
3872
|
+
curlExample: null,
|
|
3873
|
+
dependencies: [
|
|
3874
|
+
{
|
|
3875
|
+
domain: "",
|
|
3876
|
+
fieldPath: "",
|
|
3877
|
+
inline: false,
|
|
3878
|
+
required: false,
|
|
3879
|
+
resourceType: "infraprotect-firewall-rule-group",
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
domain: "",
|
|
3883
|
+
fieldPath: "metadata",
|
|
3884
|
+
inline: false,
|
|
3885
|
+
required: false,
|
|
3886
|
+
resourceType: "schema-object-create-meta",
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
domain: "",
|
|
3890
|
+
fieldPath: "spec",
|
|
3891
|
+
inline: false,
|
|
3892
|
+
required: false,
|
|
3893
|
+
resourceType: "infraprotect-firewall-rule-group-create",
|
|
3894
|
+
},
|
|
3895
|
+
],
|
|
3896
|
+
oneOfGroups: [],
|
|
3897
|
+
subscriptionRequirements: [],
|
|
4110
3898
|
},
|
|
4111
3899
|
{
|
|
4112
3900
|
toolName: "f5xc-api-ddos-infraprotect-firewall-rule-group-delete",
|
|
@@ -4156,13 +3944,6 @@ export const ddosTools = [
|
|
|
4156
3944
|
deletes: ["infraprotect-firewall-rule-group", "contained_resources"],
|
|
4157
3945
|
},
|
|
4158
3946
|
requiredFields: ["path.name", "path.namespace"],
|
|
4159
|
-
cliExamples: [
|
|
4160
|
-
{
|
|
4161
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule-group delete {name} --namespace {namespace}",
|
|
4162
|
-
description: "Delete infraprotect-firewall-rule-group",
|
|
4163
|
-
use_case: "delete",
|
|
4164
|
-
},
|
|
4165
|
-
],
|
|
4166
3947
|
confirmationRequired: true,
|
|
4167
3948
|
parameterExamples: {
|
|
4168
3949
|
name: "Name",
|
|
@@ -4208,13 +3989,6 @@ export const ddosTools = [
|
|
|
4208
3989
|
},
|
|
4209
3990
|
confirmation_required: true,
|
|
4210
3991
|
danger_level: "high",
|
|
4211
|
-
examples: [
|
|
4212
|
-
{
|
|
4213
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule-group delete {name} --namespace {namespace}",
|
|
4214
|
-
description: "Delete infraprotect-firewall-rule-group",
|
|
4215
|
-
use_case: "delete",
|
|
4216
|
-
},
|
|
4217
|
-
],
|
|
4218
3992
|
field_docs: {},
|
|
4219
3993
|
optional_fields: [],
|
|
4220
3994
|
performance_impact: {
|
|
@@ -4227,6 +4001,18 @@ export const ddosTools = [
|
|
|
4227
4001
|
deletes: ["infraprotect-firewall-rule-group", "contained_resources"],
|
|
4228
4002
|
},
|
|
4229
4003
|
},
|
|
4004
|
+
curlExample: null,
|
|
4005
|
+
dependencies: [
|
|
4006
|
+
{
|
|
4007
|
+
domain: "",
|
|
4008
|
+
fieldPath: "",
|
|
4009
|
+
inline: false,
|
|
4010
|
+
required: false,
|
|
4011
|
+
resourceType: "infraprotect-firewall-rule-group",
|
|
4012
|
+
},
|
|
4013
|
+
],
|
|
4014
|
+
oneOfGroups: [],
|
|
4015
|
+
subscriptionRequirements: [],
|
|
4230
4016
|
},
|
|
4231
4017
|
{
|
|
4232
4018
|
toolName: "f5xc-api-ddos-infraprotect-firewall-rule-group-get",
|
|
@@ -4295,13 +4081,6 @@ export const ddosTools = [
|
|
|
4295
4081
|
dangerLevel: "low",
|
|
4296
4082
|
sideEffects: null,
|
|
4297
4083
|
requiredFields: ["path.name", "path.namespace"],
|
|
4298
|
-
cliExamples: [
|
|
4299
|
-
{
|
|
4300
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule-group get {name} --namespace {namespace}",
|
|
4301
|
-
description: "Get specific infraprotect-firewall-rule-group",
|
|
4302
|
-
use_case: "get_specific",
|
|
4303
|
-
},
|
|
4304
|
-
],
|
|
4305
4084
|
confirmationRequired: false,
|
|
4306
4085
|
parameterExamples: {
|
|
4307
4086
|
name: "Name",
|
|
@@ -4347,13 +4126,6 @@ export const ddosTools = [
|
|
|
4347
4126
|
},
|
|
4348
4127
|
confirmation_required: false,
|
|
4349
4128
|
danger_level: "low",
|
|
4350
|
-
examples: [
|
|
4351
|
-
{
|
|
4352
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule-group get {name} --namespace {namespace}",
|
|
4353
|
-
description: "Get specific infraprotect-firewall-rule-group",
|
|
4354
|
-
use_case: "get_specific",
|
|
4355
|
-
},
|
|
4356
|
-
],
|
|
4357
4129
|
field_docs: {},
|
|
4358
4130
|
optional_fields: [],
|
|
4359
4131
|
performance_impact: {
|
|
@@ -4364,6 +4136,10 @@ export const ddosTools = [
|
|
|
4364
4136
|
required_fields: ["path.name", "path.namespace"],
|
|
4365
4137
|
side_effects: {},
|
|
4366
4138
|
},
|
|
4139
|
+
curlExample: null,
|
|
4140
|
+
dependencies: [],
|
|
4141
|
+
oneOfGroups: [],
|
|
4142
|
+
subscriptionRequirements: [],
|
|
4367
4143
|
},
|
|
4368
4144
|
{
|
|
4369
4145
|
toolName: "f5xc-api-ddos-infraprotect-firewall-rule-group-list",
|
|
@@ -4438,13 +4214,6 @@ export const ddosTools = [
|
|
|
4438
4214
|
dangerLevel: "low",
|
|
4439
4215
|
sideEffects: null,
|
|
4440
4216
|
requiredFields: ["path.namespace"],
|
|
4441
|
-
cliExamples: [
|
|
4442
|
-
{
|
|
4443
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule-group list --namespace {namespace}",
|
|
4444
|
-
description: "List all infraprotect-firewall-rule-groups",
|
|
4445
|
-
use_case: "list_all",
|
|
4446
|
-
},
|
|
4447
|
-
],
|
|
4448
4217
|
confirmationRequired: false,
|
|
4449
4218
|
parameterExamples: {
|
|
4450
4219
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -4490,13 +4259,6 @@ export const ddosTools = [
|
|
|
4490
4259
|
},
|
|
4491
4260
|
confirmation_required: false,
|
|
4492
4261
|
danger_level: "low",
|
|
4493
|
-
examples: [
|
|
4494
|
-
{
|
|
4495
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule-group list --namespace {namespace}",
|
|
4496
|
-
description: "List all infraprotect-firewall-rule-groups",
|
|
4497
|
-
use_case: "list_all",
|
|
4498
|
-
},
|
|
4499
|
-
],
|
|
4500
4262
|
field_docs: {},
|
|
4501
4263
|
optional_fields: [],
|
|
4502
4264
|
performance_impact: {
|
|
@@ -4507,6 +4269,10 @@ export const ddosTools = [
|
|
|
4507
4269
|
required_fields: ["path.namespace"],
|
|
4508
4270
|
side_effects: {},
|
|
4509
4271
|
},
|
|
4272
|
+
curlExample: null,
|
|
4273
|
+
dependencies: [],
|
|
4274
|
+
oneOfGroups: [],
|
|
4275
|
+
subscriptionRequirements: [],
|
|
4510
4276
|
},
|
|
4511
4277
|
{
|
|
4512
4278
|
toolName: "f5xc-api-ddos-infraprotect-firewall-rule-group-update",
|
|
@@ -4558,13 +4324,6 @@ export const ddosTools = [
|
|
|
4558
4324
|
modifies: ["infraprotect-firewall-rule-group"],
|
|
4559
4325
|
},
|
|
4560
4326
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
4561
|
-
cliExamples: [
|
|
4562
|
-
{
|
|
4563
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule-group update {name} --namespace {namespace} -f {file}.yaml",
|
|
4564
|
-
description: "Update infraprotect-firewall-rule-group",
|
|
4565
|
-
use_case: "update",
|
|
4566
|
-
},
|
|
4567
|
-
],
|
|
4568
4327
|
confirmationRequired: false,
|
|
4569
4328
|
parameterExamples: {
|
|
4570
4329
|
"metadata.name": "Example-corp-web.",
|
|
@@ -4610,13 +4369,6 @@ export const ddosTools = [
|
|
|
4610
4369
|
},
|
|
4611
4370
|
confirmation_required: false,
|
|
4612
4371
|
danger_level: "medium",
|
|
4613
|
-
examples: [
|
|
4614
|
-
{
|
|
4615
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule-group update {name} --namespace {namespace} -f {file}.yaml",
|
|
4616
|
-
description: "Update infraprotect-firewall-rule-group",
|
|
4617
|
-
use_case: "update",
|
|
4618
|
-
},
|
|
4619
|
-
],
|
|
4620
4372
|
field_docs: {},
|
|
4621
4373
|
optional_fields: [],
|
|
4622
4374
|
performance_impact: {
|
|
@@ -4629,6 +4381,32 @@ export const ddosTools = [
|
|
|
4629
4381
|
modifies: ["infraprotect-firewall-rule-group"],
|
|
4630
4382
|
},
|
|
4631
4383
|
},
|
|
4384
|
+
curlExample: null,
|
|
4385
|
+
dependencies: [
|
|
4386
|
+
{
|
|
4387
|
+
domain: "",
|
|
4388
|
+
fieldPath: "",
|
|
4389
|
+
inline: false,
|
|
4390
|
+
required: false,
|
|
4391
|
+
resourceType: "infraprotect-firewall-rule-group",
|
|
4392
|
+
},
|
|
4393
|
+
{
|
|
4394
|
+
domain: "",
|
|
4395
|
+
fieldPath: "metadata",
|
|
4396
|
+
inline: false,
|
|
4397
|
+
required: false,
|
|
4398
|
+
resourceType: "schema-object-replace-meta",
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
domain: "",
|
|
4402
|
+
fieldPath: "spec",
|
|
4403
|
+
inline: false,
|
|
4404
|
+
required: false,
|
|
4405
|
+
resourceType: "infraprotect-firewall-rule-group-replace",
|
|
4406
|
+
},
|
|
4407
|
+
],
|
|
4408
|
+
oneOfGroups: [],
|
|
4409
|
+
subscriptionRequirements: [],
|
|
4632
4410
|
},
|
|
4633
4411
|
{
|
|
4634
4412
|
toolName: "f5xc-api-ddos-infraprotect-firewall-rule-list",
|
|
@@ -4703,13 +4481,6 @@ export const ddosTools = [
|
|
|
4703
4481
|
dangerLevel: "low",
|
|
4704
4482
|
sideEffects: null,
|
|
4705
4483
|
requiredFields: ["path.namespace"],
|
|
4706
|
-
cliExamples: [
|
|
4707
|
-
{
|
|
4708
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule list --namespace {namespace}",
|
|
4709
|
-
description: "List all infraprotect-firewall-rules",
|
|
4710
|
-
use_case: "list_all",
|
|
4711
|
-
},
|
|
4712
|
-
],
|
|
4713
4484
|
confirmationRequired: false,
|
|
4714
4485
|
parameterExamples: {
|
|
4715
4486
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -4755,13 +4526,6 @@ export const ddosTools = [
|
|
|
4755
4526
|
},
|
|
4756
4527
|
confirmation_required: false,
|
|
4757
4528
|
danger_level: "low",
|
|
4758
|
-
examples: [
|
|
4759
|
-
{
|
|
4760
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule list --namespace {namespace}",
|
|
4761
|
-
description: "List all infraprotect-firewall-rules",
|
|
4762
|
-
use_case: "list_all",
|
|
4763
|
-
},
|
|
4764
|
-
],
|
|
4765
4529
|
field_docs: {},
|
|
4766
4530
|
optional_fields: [],
|
|
4767
4531
|
performance_impact: {
|
|
@@ -4772,6 +4536,10 @@ export const ddosTools = [
|
|
|
4772
4536
|
required_fields: ["path.namespace"],
|
|
4773
4537
|
side_effects: {},
|
|
4774
4538
|
},
|
|
4539
|
+
curlExample: null,
|
|
4540
|
+
dependencies: [],
|
|
4541
|
+
oneOfGroups: [],
|
|
4542
|
+
subscriptionRequirements: [],
|
|
4775
4543
|
},
|
|
4776
4544
|
{
|
|
4777
4545
|
toolName: "f5xc-api-ddos-infraprotect-firewall-rule-update",
|
|
@@ -4823,13 +4591,6 @@ export const ddosTools = [
|
|
|
4823
4591
|
modifies: ["infraprotect-firewall-rule"],
|
|
4824
4592
|
},
|
|
4825
4593
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
4826
|
-
cliExamples: [
|
|
4827
|
-
{
|
|
4828
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule update {name} --namespace {namespace} -f {file}.yaml",
|
|
4829
|
-
description: "Update infraprotect-firewall-rule",
|
|
4830
|
-
use_case: "update",
|
|
4831
|
-
},
|
|
4832
|
-
],
|
|
4833
4594
|
confirmationRequired: false,
|
|
4834
4595
|
parameterExamples: {
|
|
4835
4596
|
"metadata.name": "Example-corp-web.",
|
|
@@ -4875,13 +4636,6 @@ export const ddosTools = [
|
|
|
4875
4636
|
},
|
|
4876
4637
|
confirmation_required: false,
|
|
4877
4638
|
danger_level: "medium",
|
|
4878
|
-
examples: [
|
|
4879
|
-
{
|
|
4880
|
-
command: "f5xcctl infraprotect infraprotect-firewall-rule update {name} --namespace {namespace} -f {file}.yaml",
|
|
4881
|
-
description: "Update infraprotect-firewall-rule",
|
|
4882
|
-
use_case: "update",
|
|
4883
|
-
},
|
|
4884
|
-
],
|
|
4885
4639
|
field_docs: {},
|
|
4886
4640
|
optional_fields: [],
|
|
4887
4641
|
performance_impact: {
|
|
@@ -4894,6 +4648,32 @@ export const ddosTools = [
|
|
|
4894
4648
|
modifies: ["infraprotect-firewall-rule"],
|
|
4895
4649
|
},
|
|
4896
4650
|
},
|
|
4651
|
+
curlExample: null,
|
|
4652
|
+
dependencies: [
|
|
4653
|
+
{
|
|
4654
|
+
domain: "",
|
|
4655
|
+
fieldPath: "",
|
|
4656
|
+
inline: false,
|
|
4657
|
+
required: false,
|
|
4658
|
+
resourceType: "infraprotect-firewall-rule",
|
|
4659
|
+
},
|
|
4660
|
+
{
|
|
4661
|
+
domain: "",
|
|
4662
|
+
fieldPath: "metadata",
|
|
4663
|
+
inline: false,
|
|
4664
|
+
required: false,
|
|
4665
|
+
resourceType: "schema-object-replace-meta",
|
|
4666
|
+
},
|
|
4667
|
+
{
|
|
4668
|
+
domain: "",
|
|
4669
|
+
fieldPath: "spec",
|
|
4670
|
+
inline: false,
|
|
4671
|
+
required: false,
|
|
4672
|
+
resourceType: "infraprotect-firewall-rule-replace",
|
|
4673
|
+
},
|
|
4674
|
+
],
|
|
4675
|
+
oneOfGroups: [],
|
|
4676
|
+
subscriptionRequirements: [],
|
|
4897
4677
|
},
|
|
4898
4678
|
{
|
|
4899
4679
|
toolName: "f5xc-api-ddos-infraprotect-firewall-ruleset-get",
|
|
@@ -4961,13 +4741,6 @@ export const ddosTools = [
|
|
|
4961
4741
|
dangerLevel: "low",
|
|
4962
4742
|
sideEffects: null,
|
|
4963
4743
|
requiredFields: ["path.name", "path.namespace"],
|
|
4964
|
-
cliExamples: [
|
|
4965
|
-
{
|
|
4966
|
-
command: "f5xcctl infraprotect infraprotect-firewall-ruleset get {name} --namespace {namespace}",
|
|
4967
|
-
description: "Get specific infraprotect-firewall-ruleset",
|
|
4968
|
-
use_case: "get_specific",
|
|
4969
|
-
},
|
|
4970
|
-
],
|
|
4971
4744
|
confirmationRequired: false,
|
|
4972
4745
|
parameterExamples: {
|
|
4973
4746
|
name: "Name",
|
|
@@ -5013,13 +4786,6 @@ export const ddosTools = [
|
|
|
5013
4786
|
},
|
|
5014
4787
|
confirmation_required: false,
|
|
5015
4788
|
danger_level: "low",
|
|
5016
|
-
examples: [
|
|
5017
|
-
{
|
|
5018
|
-
command: "f5xcctl infraprotect infraprotect-firewall-ruleset get {name} --namespace {namespace}",
|
|
5019
|
-
description: "Get specific infraprotect-firewall-ruleset",
|
|
5020
|
-
use_case: "get_specific",
|
|
5021
|
-
},
|
|
5022
|
-
],
|
|
5023
4789
|
field_docs: {},
|
|
5024
4790
|
optional_fields: [],
|
|
5025
4791
|
performance_impact: {
|
|
@@ -5030,6 +4796,10 @@ export const ddosTools = [
|
|
|
5030
4796
|
required_fields: ["path.name", "path.namespace"],
|
|
5031
4797
|
side_effects: {},
|
|
5032
4798
|
},
|
|
4799
|
+
curlExample: null,
|
|
4800
|
+
dependencies: [],
|
|
4801
|
+
oneOfGroups: [],
|
|
4802
|
+
subscriptionRequirements: [],
|
|
5033
4803
|
},
|
|
5034
4804
|
{
|
|
5035
4805
|
toolName: "f5xc-api-ddos-infraprotect-firewall-ruleset-list",
|
|
@@ -5104,13 +4874,6 @@ export const ddosTools = [
|
|
|
5104
4874
|
dangerLevel: "low",
|
|
5105
4875
|
sideEffects: null,
|
|
5106
4876
|
requiredFields: ["path.namespace"],
|
|
5107
|
-
cliExamples: [
|
|
5108
|
-
{
|
|
5109
|
-
command: "f5xcctl infraprotect infraprotect-firewall-ruleset list --namespace {namespace}",
|
|
5110
|
-
description: "List all infraprotect-firewall-rulesets",
|
|
5111
|
-
use_case: "list_all",
|
|
5112
|
-
},
|
|
5113
|
-
],
|
|
5114
4877
|
confirmationRequired: false,
|
|
5115
4878
|
parameterExamples: {
|
|
5116
4879
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -5156,13 +4919,6 @@ export const ddosTools = [
|
|
|
5156
4919
|
},
|
|
5157
4920
|
confirmation_required: false,
|
|
5158
4921
|
danger_level: "low",
|
|
5159
|
-
examples: [
|
|
5160
|
-
{
|
|
5161
|
-
command: "f5xcctl infraprotect infraprotect-firewall-ruleset list --namespace {namespace}",
|
|
5162
|
-
description: "List all infraprotect-firewall-rulesets",
|
|
5163
|
-
use_case: "list_all",
|
|
5164
|
-
},
|
|
5165
|
-
],
|
|
5166
4922
|
field_docs: {},
|
|
5167
4923
|
optional_fields: [],
|
|
5168
4924
|
performance_impact: {
|
|
@@ -5173,6 +4929,10 @@ export const ddosTools = [
|
|
|
5173
4929
|
required_fields: ["path.namespace"],
|
|
5174
4930
|
side_effects: {},
|
|
5175
4931
|
},
|
|
4932
|
+
curlExample: null,
|
|
4933
|
+
dependencies: [],
|
|
4934
|
+
oneOfGroups: [],
|
|
4935
|
+
subscriptionRequirements: [],
|
|
5176
4936
|
},
|
|
5177
4937
|
{
|
|
5178
4938
|
toolName: "f5xc-api-ddos-infraprotect-firewall-ruleset-update",
|
|
@@ -5224,13 +4984,6 @@ export const ddosTools = [
|
|
|
5224
4984
|
modifies: ["infraprotect-firewall-ruleset"],
|
|
5225
4985
|
},
|
|
5226
4986
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
5227
|
-
cliExamples: [
|
|
5228
|
-
{
|
|
5229
|
-
command: "f5xcctl infraprotect infraprotect-firewall-ruleset update {name} --namespace {namespace} -f {file}.yaml",
|
|
5230
|
-
description: "Update infraprotect-firewall-ruleset",
|
|
5231
|
-
use_case: "update",
|
|
5232
|
-
},
|
|
5233
|
-
],
|
|
5234
4987
|
confirmationRequired: false,
|
|
5235
4988
|
parameterExamples: {
|
|
5236
4989
|
"metadata.name": "Example-corp-web.",
|
|
@@ -5276,13 +5029,6 @@ export const ddosTools = [
|
|
|
5276
5029
|
},
|
|
5277
5030
|
confirmation_required: false,
|
|
5278
5031
|
danger_level: "medium",
|
|
5279
|
-
examples: [
|
|
5280
|
-
{
|
|
5281
|
-
command: "f5xcctl infraprotect infraprotect-firewall-ruleset update {name} --namespace {namespace} -f {file}.yaml",
|
|
5282
|
-
description: "Update infraprotect-firewall-ruleset",
|
|
5283
|
-
use_case: "update",
|
|
5284
|
-
},
|
|
5285
|
-
],
|
|
5286
5032
|
field_docs: {},
|
|
5287
5033
|
optional_fields: [],
|
|
5288
5034
|
performance_impact: {
|
|
@@ -5295,6 +5041,32 @@ export const ddosTools = [
|
|
|
5295
5041
|
modifies: ["infraprotect-firewall-ruleset"],
|
|
5296
5042
|
},
|
|
5297
5043
|
},
|
|
5044
|
+
curlExample: null,
|
|
5045
|
+
dependencies: [
|
|
5046
|
+
{
|
|
5047
|
+
domain: "",
|
|
5048
|
+
fieldPath: "",
|
|
5049
|
+
inline: false,
|
|
5050
|
+
required: false,
|
|
5051
|
+
resourceType: "infraprotect-firewall-ruleset",
|
|
5052
|
+
},
|
|
5053
|
+
{
|
|
5054
|
+
domain: "",
|
|
5055
|
+
fieldPath: "metadata",
|
|
5056
|
+
inline: false,
|
|
5057
|
+
required: false,
|
|
5058
|
+
resourceType: "schema-object-replace-meta",
|
|
5059
|
+
},
|
|
5060
|
+
{
|
|
5061
|
+
domain: "",
|
|
5062
|
+
fieldPath: "spec",
|
|
5063
|
+
inline: false,
|
|
5064
|
+
required: false,
|
|
5065
|
+
resourceType: "infraprotect-firewall-ruleset-replace",
|
|
5066
|
+
},
|
|
5067
|
+
],
|
|
5068
|
+
oneOfGroups: [],
|
|
5069
|
+
subscriptionRequirements: [],
|
|
5298
5070
|
},
|
|
5299
5071
|
{
|
|
5300
5072
|
toolName: "f5xc-api-ddos-infraprotect-information-get",
|
|
@@ -5361,13 +5133,6 @@ export const ddosTools = [
|
|
|
5361
5133
|
dangerLevel: "low",
|
|
5362
5134
|
sideEffects: null,
|
|
5363
5135
|
requiredFields: ["path.name", "path.namespace"],
|
|
5364
|
-
cliExamples: [
|
|
5365
|
-
{
|
|
5366
|
-
command: "f5xcctl infraprotect infraprotect-information get {name} --namespace {namespace}",
|
|
5367
|
-
description: "Get specific infraprotect-information",
|
|
5368
|
-
use_case: "get_specific",
|
|
5369
|
-
},
|
|
5370
|
-
],
|
|
5371
5136
|
confirmationRequired: false,
|
|
5372
5137
|
parameterExamples: {
|
|
5373
5138
|
name: "Name",
|
|
@@ -5413,13 +5178,6 @@ export const ddosTools = [
|
|
|
5413
5178
|
},
|
|
5414
5179
|
confirmation_required: false,
|
|
5415
5180
|
danger_level: "low",
|
|
5416
|
-
examples: [
|
|
5417
|
-
{
|
|
5418
|
-
command: "f5xcctl infraprotect infraprotect-information get {name} --namespace {namespace}",
|
|
5419
|
-
description: "Get specific infraprotect-information",
|
|
5420
|
-
use_case: "get_specific",
|
|
5421
|
-
},
|
|
5422
|
-
],
|
|
5423
5181
|
field_docs: {},
|
|
5424
5182
|
optional_fields: [],
|
|
5425
5183
|
performance_impact: {
|
|
@@ -5430,6 +5188,10 @@ export const ddosTools = [
|
|
|
5430
5188
|
required_fields: ["path.name", "path.namespace"],
|
|
5431
5189
|
side_effects: {},
|
|
5432
5190
|
},
|
|
5191
|
+
curlExample: null,
|
|
5192
|
+
dependencies: [],
|
|
5193
|
+
oneOfGroups: [],
|
|
5194
|
+
subscriptionRequirements: [],
|
|
5433
5195
|
},
|
|
5434
5196
|
{
|
|
5435
5197
|
toolName: "f5xc-api-ddos-infraprotect-internet-prefix-advertisement-create",
|
|
@@ -5470,18 +5232,6 @@ export const ddosTools = [
|
|
|
5470
5232
|
creates: ["infraprotect-internet-prefix-advertisement"],
|
|
5471
5233
|
},
|
|
5472
5234
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
5473
|
-
cliExamples: [
|
|
5474
|
-
{
|
|
5475
|
-
command: "f5xcctl infraprotect infraprotect-internet-prefix-advertisement create -f {file}.yaml",
|
|
5476
|
-
description: "Create from YAML file",
|
|
5477
|
-
use_case: "file_based",
|
|
5478
|
-
},
|
|
5479
|
-
{
|
|
5480
|
-
command: "f5xcctl infraprotect infraprotect-internet-prefix-advertisement create {name} --namespace {namespace}",
|
|
5481
|
-
description: "Create infraprotect-internet-prefix-advertisement",
|
|
5482
|
-
use_case: "basic_create",
|
|
5483
|
-
},
|
|
5484
|
-
],
|
|
5485
5235
|
confirmationRequired: false,
|
|
5486
5236
|
parameterExamples: {
|
|
5487
5237
|
"metadata.namespace": "Staging",
|
|
@@ -5529,18 +5279,6 @@ export const ddosTools = [
|
|
|
5529
5279
|
},
|
|
5530
5280
|
confirmation_required: false,
|
|
5531
5281
|
danger_level: "medium",
|
|
5532
|
-
examples: [
|
|
5533
|
-
{
|
|
5534
|
-
command: "f5xcctl infraprotect infraprotect-internet-prefix-advertisement create {name} --namespace {namespace}",
|
|
5535
|
-
description: "Create infraprotect-internet-prefix-advertisement",
|
|
5536
|
-
use_case: "basic_create",
|
|
5537
|
-
},
|
|
5538
|
-
{
|
|
5539
|
-
command: "f5xcctl infraprotect infraprotect-internet-prefix-advertisement create -f {file}.yaml",
|
|
5540
|
-
description: "Create from YAML file",
|
|
5541
|
-
use_case: "file_based",
|
|
5542
|
-
},
|
|
5543
|
-
],
|
|
5544
5282
|
field_docs: {},
|
|
5545
5283
|
optional_fields: [],
|
|
5546
5284
|
performance_impact: {
|
|
@@ -5553,6 +5291,32 @@ export const ddosTools = [
|
|
|
5553
5291
|
creates: ["infraprotect-internet-prefix-advertisement"],
|
|
5554
5292
|
},
|
|
5555
5293
|
},
|
|
5294
|
+
curlExample: null,
|
|
5295
|
+
dependencies: [
|
|
5296
|
+
{
|
|
5297
|
+
domain: "",
|
|
5298
|
+
fieldPath: "",
|
|
5299
|
+
inline: false,
|
|
5300
|
+
required: false,
|
|
5301
|
+
resourceType: "infraprotect-internet-prefix-advertisement",
|
|
5302
|
+
},
|
|
5303
|
+
{
|
|
5304
|
+
domain: "",
|
|
5305
|
+
fieldPath: "metadata",
|
|
5306
|
+
inline: false,
|
|
5307
|
+
required: false,
|
|
5308
|
+
resourceType: "schema-object-create-meta",
|
|
5309
|
+
},
|
|
5310
|
+
{
|
|
5311
|
+
domain: "",
|
|
5312
|
+
fieldPath: "spec",
|
|
5313
|
+
inline: false,
|
|
5314
|
+
required: false,
|
|
5315
|
+
resourceType: "infraprotect-internet-prefix-advertisement-create",
|
|
5316
|
+
},
|
|
5317
|
+
],
|
|
5318
|
+
oneOfGroups: [],
|
|
5319
|
+
subscriptionRequirements: [],
|
|
5556
5320
|
},
|
|
5557
5321
|
{
|
|
5558
5322
|
toolName: "f5xc-api-ddos-infraprotect-internet-prefix-advertisement-delete",
|
|
@@ -5602,13 +5366,6 @@ export const ddosTools = [
|
|
|
5602
5366
|
deletes: ["infraprotect-internet-prefix-advertisement", "contained_resources"],
|
|
5603
5367
|
},
|
|
5604
5368
|
requiredFields: ["path.name", "path.namespace"],
|
|
5605
|
-
cliExamples: [
|
|
5606
|
-
{
|
|
5607
|
-
command: "f5xcctl infraprotect infraprotect-internet-prefix-advertisement delete {name} --namespace {namespace}",
|
|
5608
|
-
description: "Delete infraprotect-internet-prefix-advertisement",
|
|
5609
|
-
use_case: "delete",
|
|
5610
|
-
},
|
|
5611
|
-
],
|
|
5612
5369
|
confirmationRequired: true,
|
|
5613
5370
|
parameterExamples: {
|
|
5614
5371
|
name: "Name",
|
|
@@ -5654,13 +5411,6 @@ export const ddosTools = [
|
|
|
5654
5411
|
},
|
|
5655
5412
|
confirmation_required: true,
|
|
5656
5413
|
danger_level: "high",
|
|
5657
|
-
examples: [
|
|
5658
|
-
{
|
|
5659
|
-
command: "f5xcctl infraprotect infraprotect-internet-prefix-advertisement delete {name} --namespace {namespace}",
|
|
5660
|
-
description: "Delete infraprotect-internet-prefix-advertisement",
|
|
5661
|
-
use_case: "delete",
|
|
5662
|
-
},
|
|
5663
|
-
],
|
|
5664
5414
|
field_docs: {},
|
|
5665
5415
|
optional_fields: [],
|
|
5666
5416
|
performance_impact: {
|
|
@@ -5673,6 +5423,18 @@ export const ddosTools = [
|
|
|
5673
5423
|
deletes: ["infraprotect-internet-prefix-advertisement", "contained_resources"],
|
|
5674
5424
|
},
|
|
5675
5425
|
},
|
|
5426
|
+
curlExample: null,
|
|
5427
|
+
dependencies: [
|
|
5428
|
+
{
|
|
5429
|
+
domain: "",
|
|
5430
|
+
fieldPath: "",
|
|
5431
|
+
inline: false,
|
|
5432
|
+
required: false,
|
|
5433
|
+
resourceType: "infraprotect-internet-prefix-advertisement",
|
|
5434
|
+
},
|
|
5435
|
+
],
|
|
5436
|
+
oneOfGroups: [],
|
|
5437
|
+
subscriptionRequirements: [],
|
|
5676
5438
|
},
|
|
5677
5439
|
{
|
|
5678
5440
|
toolName: "f5xc-api-ddos-infraprotect-internet-prefix-advertisement-get",
|
|
@@ -5741,13 +5503,6 @@ export const ddosTools = [
|
|
|
5741
5503
|
dangerLevel: "low",
|
|
5742
5504
|
sideEffects: null,
|
|
5743
5505
|
requiredFields: ["path.name", "path.namespace"],
|
|
5744
|
-
cliExamples: [
|
|
5745
|
-
{
|
|
5746
|
-
command: "f5xcctl infraprotect infraprotect-internet-prefix-advertisement get {name} --namespace {namespace}",
|
|
5747
|
-
description: "Get specific infraprotect-internet-prefix-advertisement",
|
|
5748
|
-
use_case: "get_specific",
|
|
5749
|
-
},
|
|
5750
|
-
],
|
|
5751
5506
|
confirmationRequired: false,
|
|
5752
5507
|
parameterExamples: {
|
|
5753
5508
|
name: "Name",
|
|
@@ -5793,13 +5548,6 @@ export const ddosTools = [
|
|
|
5793
5548
|
},
|
|
5794
5549
|
confirmation_required: false,
|
|
5795
5550
|
danger_level: "low",
|
|
5796
|
-
examples: [
|
|
5797
|
-
{
|
|
5798
|
-
command: "f5xcctl infraprotect infraprotect-internet-prefix-advertisement get {name} --namespace {namespace}",
|
|
5799
|
-
description: "Get specific infraprotect-internet-prefix-advertisement",
|
|
5800
|
-
use_case: "get_specific",
|
|
5801
|
-
},
|
|
5802
|
-
],
|
|
5803
5551
|
field_docs: {},
|
|
5804
5552
|
optional_fields: [],
|
|
5805
5553
|
performance_impact: {
|
|
@@ -5810,6 +5558,10 @@ export const ddosTools = [
|
|
|
5810
5558
|
required_fields: ["path.name", "path.namespace"],
|
|
5811
5559
|
side_effects: {},
|
|
5812
5560
|
},
|
|
5561
|
+
curlExample: null,
|
|
5562
|
+
dependencies: [],
|
|
5563
|
+
oneOfGroups: [],
|
|
5564
|
+
subscriptionRequirements: [],
|
|
5813
5565
|
},
|
|
5814
5566
|
{
|
|
5815
5567
|
toolName: "f5xc-api-ddos-infraprotect-internet-prefix-advertisement-list",
|
|
@@ -5884,13 +5636,6 @@ export const ddosTools = [
|
|
|
5884
5636
|
dangerLevel: "low",
|
|
5885
5637
|
sideEffects: null,
|
|
5886
5638
|
requiredFields: ["path.namespace"],
|
|
5887
|
-
cliExamples: [
|
|
5888
|
-
{
|
|
5889
|
-
command: "f5xcctl infraprotect infraprotect-internet-prefix-advertisement list --namespace {namespace}",
|
|
5890
|
-
description: "List all infraprotect-internet-prefix-advertisements",
|
|
5891
|
-
use_case: "list_all",
|
|
5892
|
-
},
|
|
5893
|
-
],
|
|
5894
5639
|
confirmationRequired: false,
|
|
5895
5640
|
parameterExamples: {
|
|
5896
5641
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -5936,13 +5681,6 @@ export const ddosTools = [
|
|
|
5936
5681
|
},
|
|
5937
5682
|
confirmation_required: false,
|
|
5938
5683
|
danger_level: "low",
|
|
5939
|
-
examples: [
|
|
5940
|
-
{
|
|
5941
|
-
command: "f5xcctl infraprotect infraprotect-internet-prefix-advertisement list --namespace {namespace}",
|
|
5942
|
-
description: "List all infraprotect-internet-prefix-advertisements",
|
|
5943
|
-
use_case: "list_all",
|
|
5944
|
-
},
|
|
5945
|
-
],
|
|
5946
5684
|
field_docs: {},
|
|
5947
5685
|
optional_fields: [],
|
|
5948
5686
|
performance_impact: {
|
|
@@ -5953,6 +5691,10 @@ export const ddosTools = [
|
|
|
5953
5691
|
required_fields: ["path.namespace"],
|
|
5954
5692
|
side_effects: {},
|
|
5955
5693
|
},
|
|
5694
|
+
curlExample: null,
|
|
5695
|
+
dependencies: [],
|
|
5696
|
+
oneOfGroups: [],
|
|
5697
|
+
subscriptionRequirements: [],
|
|
5956
5698
|
},
|
|
5957
5699
|
{
|
|
5958
5700
|
toolName: "f5xc-api-ddos-infraprotect-internet-prefix-advertisement-update",
|
|
@@ -6004,13 +5746,6 @@ export const ddosTools = [
|
|
|
6004
5746
|
modifies: ["infraprotect-internet-prefix-advertisement"],
|
|
6005
5747
|
},
|
|
6006
5748
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
6007
|
-
cliExamples: [
|
|
6008
|
-
{
|
|
6009
|
-
command: "f5xcctl infraprotect infraprotect-internet-prefix-advertisement update {name} --namespace {namespace} -f {file}.yaml",
|
|
6010
|
-
description: "Update infraprotect-internet-prefix-advertisement",
|
|
6011
|
-
use_case: "update",
|
|
6012
|
-
},
|
|
6013
|
-
],
|
|
6014
5749
|
confirmationRequired: false,
|
|
6015
5750
|
parameterExamples: {
|
|
6016
5751
|
"metadata.name": "Example-corp-web.",
|
|
@@ -6056,13 +5791,6 @@ export const ddosTools = [
|
|
|
6056
5791
|
},
|
|
6057
5792
|
confirmation_required: false,
|
|
6058
5793
|
danger_level: "medium",
|
|
6059
|
-
examples: [
|
|
6060
|
-
{
|
|
6061
|
-
command: "f5xcctl infraprotect infraprotect-internet-prefix-advertisement update {name} --namespace {namespace} -f {file}.yaml",
|
|
6062
|
-
description: "Update infraprotect-internet-prefix-advertisement",
|
|
6063
|
-
use_case: "update",
|
|
6064
|
-
},
|
|
6065
|
-
],
|
|
6066
5794
|
field_docs: {},
|
|
6067
5795
|
optional_fields: [],
|
|
6068
5796
|
performance_impact: {
|
|
@@ -6075,6 +5803,32 @@ export const ddosTools = [
|
|
|
6075
5803
|
modifies: ["infraprotect-internet-prefix-advertisement"],
|
|
6076
5804
|
},
|
|
6077
5805
|
},
|
|
5806
|
+
curlExample: null,
|
|
5807
|
+
dependencies: [
|
|
5808
|
+
{
|
|
5809
|
+
domain: "",
|
|
5810
|
+
fieldPath: "",
|
|
5811
|
+
inline: false,
|
|
5812
|
+
required: false,
|
|
5813
|
+
resourceType: "infraprotect-internet-prefix-advertisement",
|
|
5814
|
+
},
|
|
5815
|
+
{
|
|
5816
|
+
domain: "",
|
|
5817
|
+
fieldPath: "metadata",
|
|
5818
|
+
inline: false,
|
|
5819
|
+
required: false,
|
|
5820
|
+
resourceType: "schema-object-replace-meta",
|
|
5821
|
+
},
|
|
5822
|
+
{
|
|
5823
|
+
domain: "",
|
|
5824
|
+
fieldPath: "spec",
|
|
5825
|
+
inline: false,
|
|
5826
|
+
required: false,
|
|
5827
|
+
resourceType: "infraprotect-internet-prefix-advertisement-replace",
|
|
5828
|
+
},
|
|
5829
|
+
],
|
|
5830
|
+
oneOfGroups: [],
|
|
5831
|
+
subscriptionRequirements: [],
|
|
6078
5832
|
},
|
|
6079
5833
|
{
|
|
6080
5834
|
toolName: "f5xc-api-ddos-infraprotect-tunnel-create",
|
|
@@ -6115,18 +5869,6 @@ export const ddosTools = [
|
|
|
6115
5869
|
creates: ["infraprotect-tunnel"],
|
|
6116
5870
|
},
|
|
6117
5871
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
6118
|
-
cliExamples: [
|
|
6119
|
-
{
|
|
6120
|
-
command: "f5xcctl infraprotect infraprotect-tunnel create -f {file}.yaml",
|
|
6121
|
-
description: "Create from YAML file",
|
|
6122
|
-
use_case: "file_based",
|
|
6123
|
-
},
|
|
6124
|
-
{
|
|
6125
|
-
command: "f5xcctl infraprotect infraprotect-tunnel create {name} --namespace {namespace}",
|
|
6126
|
-
description: "Create infraprotect-tunnel",
|
|
6127
|
-
use_case: "basic_create",
|
|
6128
|
-
},
|
|
6129
|
-
],
|
|
6130
5872
|
confirmationRequired: false,
|
|
6131
5873
|
parameterExamples: {
|
|
6132
5874
|
"metadata.namespace": "Staging",
|
|
@@ -6174,18 +5916,6 @@ export const ddosTools = [
|
|
|
6174
5916
|
},
|
|
6175
5917
|
confirmation_required: false,
|
|
6176
5918
|
danger_level: "medium",
|
|
6177
|
-
examples: [
|
|
6178
|
-
{
|
|
6179
|
-
command: "f5xcctl infraprotect infraprotect-tunnel create {name} --namespace {namespace}",
|
|
6180
|
-
description: "Create infraprotect-tunnel",
|
|
6181
|
-
use_case: "basic_create",
|
|
6182
|
-
},
|
|
6183
|
-
{
|
|
6184
|
-
command: "f5xcctl infraprotect infraprotect-tunnel create -f {file}.yaml",
|
|
6185
|
-
description: "Create from YAML file",
|
|
6186
|
-
use_case: "file_based",
|
|
6187
|
-
},
|
|
6188
|
-
],
|
|
6189
5919
|
field_docs: {},
|
|
6190
5920
|
optional_fields: [],
|
|
6191
5921
|
performance_impact: {
|
|
@@ -6198,6 +5928,39 @@ export const ddosTools = [
|
|
|
6198
5928
|
creates: ["infraprotect-tunnel"],
|
|
6199
5929
|
},
|
|
6200
5930
|
},
|
|
5931
|
+
curlExample: null,
|
|
5932
|
+
dependencies: [
|
|
5933
|
+
{
|
|
5934
|
+
domain: "",
|
|
5935
|
+
fieldPath: "",
|
|
5936
|
+
inline: false,
|
|
5937
|
+
required: false,
|
|
5938
|
+
resourceType: "infraprotect-tunnel",
|
|
5939
|
+
},
|
|
5940
|
+
{
|
|
5941
|
+
domain: "",
|
|
5942
|
+
fieldPath: "metadata",
|
|
5943
|
+
inline: false,
|
|
5944
|
+
required: false,
|
|
5945
|
+
resourceType: "schema-object-create-meta",
|
|
5946
|
+
},
|
|
5947
|
+
{
|
|
5948
|
+
domain: "",
|
|
5949
|
+
fieldPath: "spec",
|
|
5950
|
+
inline: false,
|
|
5951
|
+
required: false,
|
|
5952
|
+
resourceType: "infraprotect-tunnel-create",
|
|
5953
|
+
},
|
|
5954
|
+
],
|
|
5955
|
+
oneOfGroups: [],
|
|
5956
|
+
subscriptionRequirements: [
|
|
5957
|
+
{
|
|
5958
|
+
addonService: "f5xc_site_management_standard",
|
|
5959
|
+
displayName: "F5XC Site Management Standard",
|
|
5960
|
+
required: false,
|
|
5961
|
+
tier: "standard",
|
|
5962
|
+
},
|
|
5963
|
+
],
|
|
6201
5964
|
},
|
|
6202
5965
|
{
|
|
6203
5966
|
toolName: "f5xc-api-ddos-infraprotect-tunnel-delete",
|
|
@@ -6247,13 +6010,6 @@ export const ddosTools = [
|
|
|
6247
6010
|
deletes: ["infraprotect-tunnel", "contained_resources"],
|
|
6248
6011
|
},
|
|
6249
6012
|
requiredFields: ["path.name", "path.namespace"],
|
|
6250
|
-
cliExamples: [
|
|
6251
|
-
{
|
|
6252
|
-
command: "f5xcctl infraprotect infraprotect-tunnel delete {name} --namespace {namespace}",
|
|
6253
|
-
description: "Delete infraprotect-tunnel",
|
|
6254
|
-
use_case: "delete",
|
|
6255
|
-
},
|
|
6256
|
-
],
|
|
6257
6013
|
confirmationRequired: true,
|
|
6258
6014
|
parameterExamples: {
|
|
6259
6015
|
name: "Name",
|
|
@@ -6299,13 +6055,6 @@ export const ddosTools = [
|
|
|
6299
6055
|
},
|
|
6300
6056
|
confirmation_required: true,
|
|
6301
6057
|
danger_level: "high",
|
|
6302
|
-
examples: [
|
|
6303
|
-
{
|
|
6304
|
-
command: "f5xcctl infraprotect infraprotect-tunnel delete {name} --namespace {namespace}",
|
|
6305
|
-
description: "Delete infraprotect-tunnel",
|
|
6306
|
-
use_case: "delete",
|
|
6307
|
-
},
|
|
6308
|
-
],
|
|
6309
6058
|
field_docs: {},
|
|
6310
6059
|
optional_fields: [],
|
|
6311
6060
|
performance_impact: {
|
|
@@ -6318,6 +6067,25 @@ export const ddosTools = [
|
|
|
6318
6067
|
deletes: ["infraprotect-tunnel", "contained_resources"],
|
|
6319
6068
|
},
|
|
6320
6069
|
},
|
|
6070
|
+
curlExample: null,
|
|
6071
|
+
dependencies: [
|
|
6072
|
+
{
|
|
6073
|
+
domain: "",
|
|
6074
|
+
fieldPath: "",
|
|
6075
|
+
inline: false,
|
|
6076
|
+
required: false,
|
|
6077
|
+
resourceType: "infraprotect-tunnel",
|
|
6078
|
+
},
|
|
6079
|
+
],
|
|
6080
|
+
oneOfGroups: [],
|
|
6081
|
+
subscriptionRequirements: [
|
|
6082
|
+
{
|
|
6083
|
+
addonService: "f5xc_site_management_standard",
|
|
6084
|
+
displayName: "F5XC Site Management Standard",
|
|
6085
|
+
required: false,
|
|
6086
|
+
tier: "standard",
|
|
6087
|
+
},
|
|
6088
|
+
],
|
|
6321
6089
|
},
|
|
6322
6090
|
{
|
|
6323
6091
|
toolName: "f5xc-api-ddos-infraprotect-tunnel-get",
|
|
@@ -6386,13 +6154,6 @@ export const ddosTools = [
|
|
|
6386
6154
|
dangerLevel: "low",
|
|
6387
6155
|
sideEffects: null,
|
|
6388
6156
|
requiredFields: ["path.name", "path.namespace"],
|
|
6389
|
-
cliExamples: [
|
|
6390
|
-
{
|
|
6391
|
-
command: "f5xcctl infraprotect infraprotect-tunnel get {name} --namespace {namespace}",
|
|
6392
|
-
description: "Get specific infraprotect-tunnel",
|
|
6393
|
-
use_case: "get_specific",
|
|
6394
|
-
},
|
|
6395
|
-
],
|
|
6396
6157
|
confirmationRequired: false,
|
|
6397
6158
|
parameterExamples: {
|
|
6398
6159
|
name: "Name",
|
|
@@ -6438,13 +6199,6 @@ export const ddosTools = [
|
|
|
6438
6199
|
},
|
|
6439
6200
|
confirmation_required: false,
|
|
6440
6201
|
danger_level: "low",
|
|
6441
|
-
examples: [
|
|
6442
|
-
{
|
|
6443
|
-
command: "f5xcctl infraprotect infraprotect-tunnel get {name} --namespace {namespace}",
|
|
6444
|
-
description: "Get specific infraprotect-tunnel",
|
|
6445
|
-
use_case: "get_specific",
|
|
6446
|
-
},
|
|
6447
|
-
],
|
|
6448
6202
|
field_docs: {},
|
|
6449
6203
|
optional_fields: [],
|
|
6450
6204
|
performance_impact: {
|
|
@@ -6455,6 +6209,17 @@ export const ddosTools = [
|
|
|
6455
6209
|
required_fields: ["path.name", "path.namespace"],
|
|
6456
6210
|
side_effects: {},
|
|
6457
6211
|
},
|
|
6212
|
+
curlExample: null,
|
|
6213
|
+
dependencies: [],
|
|
6214
|
+
oneOfGroups: [],
|
|
6215
|
+
subscriptionRequirements: [
|
|
6216
|
+
{
|
|
6217
|
+
addonService: "f5xc_site_management_standard",
|
|
6218
|
+
displayName: "F5XC Site Management Standard",
|
|
6219
|
+
required: false,
|
|
6220
|
+
tier: "standard",
|
|
6221
|
+
},
|
|
6222
|
+
],
|
|
6458
6223
|
},
|
|
6459
6224
|
{
|
|
6460
6225
|
toolName: "f5xc-api-ddos-infraprotect-tunnel-list",
|
|
@@ -6529,13 +6294,6 @@ export const ddosTools = [
|
|
|
6529
6294
|
dangerLevel: "low",
|
|
6530
6295
|
sideEffects: null,
|
|
6531
6296
|
requiredFields: ["path.namespace"],
|
|
6532
|
-
cliExamples: [
|
|
6533
|
-
{
|
|
6534
|
-
command: "f5xcctl infraprotect infraprotect-tunnel list --namespace {namespace}",
|
|
6535
|
-
description: "List all infraprotect-tunnels",
|
|
6536
|
-
use_case: "list_all",
|
|
6537
|
-
},
|
|
6538
|
-
],
|
|
6539
6297
|
confirmationRequired: false,
|
|
6540
6298
|
parameterExamples: {
|
|
6541
6299
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -6581,13 +6339,6 @@ export const ddosTools = [
|
|
|
6581
6339
|
},
|
|
6582
6340
|
confirmation_required: false,
|
|
6583
6341
|
danger_level: "low",
|
|
6584
|
-
examples: [
|
|
6585
|
-
{
|
|
6586
|
-
command: "f5xcctl infraprotect infraprotect-tunnel list --namespace {namespace}",
|
|
6587
|
-
description: "List all infraprotect-tunnels",
|
|
6588
|
-
use_case: "list_all",
|
|
6589
|
-
},
|
|
6590
|
-
],
|
|
6591
6342
|
field_docs: {},
|
|
6592
6343
|
optional_fields: [],
|
|
6593
6344
|
performance_impact: {
|
|
@@ -6598,6 +6349,17 @@ export const ddosTools = [
|
|
|
6598
6349
|
required_fields: ["path.namespace"],
|
|
6599
6350
|
side_effects: {},
|
|
6600
6351
|
},
|
|
6352
|
+
curlExample: null,
|
|
6353
|
+
dependencies: [],
|
|
6354
|
+
oneOfGroups: [],
|
|
6355
|
+
subscriptionRequirements: [
|
|
6356
|
+
{
|
|
6357
|
+
addonService: "f5xc_site_management_standard",
|
|
6358
|
+
displayName: "F5XC Site Management Standard",
|
|
6359
|
+
required: false,
|
|
6360
|
+
tier: "standard",
|
|
6361
|
+
},
|
|
6362
|
+
],
|
|
6601
6363
|
},
|
|
6602
6364
|
{
|
|
6603
6365
|
toolName: "f5xc-api-ddos-infraprotect-tunnel-update",
|
|
@@ -6649,13 +6411,6 @@ export const ddosTools = [
|
|
|
6649
6411
|
modifies: ["infraprotect-tunnel"],
|
|
6650
6412
|
},
|
|
6651
6413
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
6652
|
-
cliExamples: [
|
|
6653
|
-
{
|
|
6654
|
-
command: "f5xcctl infraprotect infraprotect-tunnel update {name} --namespace {namespace} -f {file}.yaml",
|
|
6655
|
-
description: "Update infraprotect-tunnel",
|
|
6656
|
-
use_case: "update",
|
|
6657
|
-
},
|
|
6658
|
-
],
|
|
6659
6414
|
confirmationRequired: false,
|
|
6660
6415
|
parameterExamples: {
|
|
6661
6416
|
"metadata.name": "Example-corp-web.",
|
|
@@ -6701,13 +6456,6 @@ export const ddosTools = [
|
|
|
6701
6456
|
},
|
|
6702
6457
|
confirmation_required: false,
|
|
6703
6458
|
danger_level: "medium",
|
|
6704
|
-
examples: [
|
|
6705
|
-
{
|
|
6706
|
-
command: "f5xcctl infraprotect infraprotect-tunnel update {name} --namespace {namespace} -f {file}.yaml",
|
|
6707
|
-
description: "Update infraprotect-tunnel",
|
|
6708
|
-
use_case: "update",
|
|
6709
|
-
},
|
|
6710
|
-
],
|
|
6711
6459
|
field_docs: {},
|
|
6712
6460
|
optional_fields: [],
|
|
6713
6461
|
performance_impact: {
|
|
@@ -6720,6 +6468,39 @@ export const ddosTools = [
|
|
|
6720
6468
|
modifies: ["infraprotect-tunnel"],
|
|
6721
6469
|
},
|
|
6722
6470
|
},
|
|
6471
|
+
curlExample: null,
|
|
6472
|
+
dependencies: [
|
|
6473
|
+
{
|
|
6474
|
+
domain: "",
|
|
6475
|
+
fieldPath: "",
|
|
6476
|
+
inline: false,
|
|
6477
|
+
required: false,
|
|
6478
|
+
resourceType: "infraprotect-tunnel",
|
|
6479
|
+
},
|
|
6480
|
+
{
|
|
6481
|
+
domain: "",
|
|
6482
|
+
fieldPath: "metadata",
|
|
6483
|
+
inline: false,
|
|
6484
|
+
required: false,
|
|
6485
|
+
resourceType: "schema-object-replace-meta",
|
|
6486
|
+
},
|
|
6487
|
+
{
|
|
6488
|
+
domain: "",
|
|
6489
|
+
fieldPath: "spec",
|
|
6490
|
+
inline: false,
|
|
6491
|
+
required: false,
|
|
6492
|
+
resourceType: "infraprotect-tunnel-replace",
|
|
6493
|
+
},
|
|
6494
|
+
],
|
|
6495
|
+
oneOfGroups: [],
|
|
6496
|
+
subscriptionRequirements: [
|
|
6497
|
+
{
|
|
6498
|
+
addonService: "f5xc_site_management_standard",
|
|
6499
|
+
displayName: "F5XC Site Management Standard",
|
|
6500
|
+
required: false,
|
|
6501
|
+
tier: "standard",
|
|
6502
|
+
},
|
|
6503
|
+
],
|
|
6723
6504
|
},
|
|
6724
6505
|
{
|
|
6725
6506
|
toolName: "f5xc-api-ddos-ip-list",
|
|
@@ -6767,13 +6548,6 @@ export const ddosTools = [
|
|
|
6767
6548
|
dangerLevel: "low",
|
|
6768
6549
|
sideEffects: null,
|
|
6769
6550
|
requiredFields: ["path.mitigation_id", "path.namespace"],
|
|
6770
|
-
cliExamples: [
|
|
6771
|
-
{
|
|
6772
|
-
command: "f5xcctl infraprotect ip list --namespace {namespace}",
|
|
6773
|
-
description: "List all ips",
|
|
6774
|
-
use_case: "list_all",
|
|
6775
|
-
},
|
|
6776
|
-
],
|
|
6777
6551
|
confirmationRequired: false,
|
|
6778
6552
|
parameterExamples: {
|
|
6779
6553
|
mitigation_id: "9ba097cf-35e3-4560-9c00-5a1a36b8f85b.",
|
|
@@ -6819,13 +6593,6 @@ export const ddosTools = [
|
|
|
6819
6593
|
},
|
|
6820
6594
|
confirmation_required: false,
|
|
6821
6595
|
danger_level: "low",
|
|
6822
|
-
examples: [
|
|
6823
|
-
{
|
|
6824
|
-
command: "f5xcctl infraprotect ip list --namespace {namespace}",
|
|
6825
|
-
description: "List all ips",
|
|
6826
|
-
use_case: "list_all",
|
|
6827
|
-
},
|
|
6828
|
-
],
|
|
6829
6596
|
field_docs: {},
|
|
6830
6597
|
optional_fields: [],
|
|
6831
6598
|
performance_impact: {
|
|
@@ -6836,6 +6603,10 @@ export const ddosTools = [
|
|
|
6836
6603
|
required_fields: ["path.mitigation_id", "path.namespace"],
|
|
6837
6604
|
side_effects: {},
|
|
6838
6605
|
},
|
|
6606
|
+
curlExample: null,
|
|
6607
|
+
dependencies: [],
|
|
6608
|
+
oneOfGroups: [],
|
|
6609
|
+
subscriptionRequirements: [],
|
|
6839
6610
|
},
|
|
6840
6611
|
{
|
|
6841
6612
|
toolName: "f5xc-api-ddos-mitigation-annotation-list",
|
|
@@ -6883,13 +6654,6 @@ export const ddosTools = [
|
|
|
6883
6654
|
dangerLevel: "low",
|
|
6884
6655
|
sideEffects: null,
|
|
6885
6656
|
requiredFields: ["path.event_id", "path.namespace"],
|
|
6886
|
-
cliExamples: [
|
|
6887
|
-
{
|
|
6888
|
-
command: "f5xcctl infraprotect mitigation-annotation list --namespace {namespace}",
|
|
6889
|
-
description: "List all mitigation-annotations",
|
|
6890
|
-
use_case: "list_all",
|
|
6891
|
-
},
|
|
6892
|
-
],
|
|
6893
6657
|
confirmationRequired: false,
|
|
6894
6658
|
parameterExamples: {
|
|
6895
6659
|
event_id: "9ba097cf-35e3-4560-9c00-5a1a36b8f85b.",
|
|
@@ -6935,13 +6699,6 @@ export const ddosTools = [
|
|
|
6935
6699
|
},
|
|
6936
6700
|
confirmation_required: false,
|
|
6937
6701
|
danger_level: "low",
|
|
6938
|
-
examples: [
|
|
6939
|
-
{
|
|
6940
|
-
command: "f5xcctl infraprotect mitigation-annotation list --namespace {namespace}",
|
|
6941
|
-
description: "List all mitigation-annotations",
|
|
6942
|
-
use_case: "list_all",
|
|
6943
|
-
},
|
|
6944
|
-
],
|
|
6945
6702
|
field_docs: {},
|
|
6946
6703
|
optional_fields: [],
|
|
6947
6704
|
performance_impact: {
|
|
@@ -6952,6 +6709,10 @@ export const ddosTools = [
|
|
|
6952
6709
|
required_fields: ["path.event_id", "path.namespace"],
|
|
6953
6710
|
side_effects: {},
|
|
6954
6711
|
},
|
|
6712
|
+
curlExample: null,
|
|
6713
|
+
dependencies: [],
|
|
6714
|
+
oneOfGroups: [],
|
|
6715
|
+
subscriptionRequirements: [],
|
|
6955
6716
|
},
|
|
6956
6717
|
{
|
|
6957
6718
|
toolName: "f5xc-api-ddos-mitigation-create",
|
|
@@ -6992,18 +6753,6 @@ export const ddosTools = [
|
|
|
6992
6753
|
creates: ["mitigation"],
|
|
6993
6754
|
},
|
|
6994
6755
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
6995
|
-
cliExamples: [
|
|
6996
|
-
{
|
|
6997
|
-
command: "f5xcctl infraprotect mitigation create -f {file}.yaml",
|
|
6998
|
-
description: "Create from YAML file",
|
|
6999
|
-
use_case: "file_based",
|
|
7000
|
-
},
|
|
7001
|
-
{
|
|
7002
|
-
command: "f5xcctl infraprotect mitigation create {name} --namespace {namespace}",
|
|
7003
|
-
description: "Create mitigation",
|
|
7004
|
-
use_case: "basic_create",
|
|
7005
|
-
},
|
|
7006
|
-
],
|
|
7007
6756
|
confirmationRequired: false,
|
|
7008
6757
|
parameterExamples: {
|
|
7009
6758
|
namespace: "Value",
|
|
@@ -7048,18 +6797,6 @@ export const ddosTools = [
|
|
|
7048
6797
|
},
|
|
7049
6798
|
confirmation_required: false,
|
|
7050
6799
|
danger_level: "medium",
|
|
7051
|
-
examples: [
|
|
7052
|
-
{
|
|
7053
|
-
command: "f5xcctl infraprotect mitigation create {name} --namespace {namespace}",
|
|
7054
|
-
description: "Create mitigation",
|
|
7055
|
-
use_case: "basic_create",
|
|
7056
|
-
},
|
|
7057
|
-
{
|
|
7058
|
-
command: "f5xcctl infraprotect mitigation create -f {file}.yaml",
|
|
7059
|
-
description: "Create from YAML file",
|
|
7060
|
-
use_case: "file_based",
|
|
7061
|
-
},
|
|
7062
|
-
],
|
|
7063
6800
|
field_docs: {},
|
|
7064
6801
|
optional_fields: [],
|
|
7065
6802
|
performance_impact: {
|
|
@@ -7072,6 +6809,10 @@ export const ddosTools = [
|
|
|
7072
6809
|
creates: ["mitigation"],
|
|
7073
6810
|
},
|
|
7074
6811
|
},
|
|
6812
|
+
curlExample: null,
|
|
6813
|
+
dependencies: [],
|
|
6814
|
+
oneOfGroups: [],
|
|
6815
|
+
subscriptionRequirements: [],
|
|
7075
6816
|
},
|
|
7076
6817
|
{
|
|
7077
6818
|
toolName: "f5xc-api-ddos-mitigation-list",
|
|
@@ -7119,13 +6860,6 @@ export const ddosTools = [
|
|
|
7119
6860
|
dangerLevel: "low",
|
|
7120
6861
|
sideEffects: null,
|
|
7121
6862
|
requiredFields: ["path.mitigation_id", "path.namespace"],
|
|
7122
|
-
cliExamples: [
|
|
7123
|
-
{
|
|
7124
|
-
command: "f5xcctl infraprotect mitigation list --namespace {namespace}",
|
|
7125
|
-
description: "List all mitigations",
|
|
7126
|
-
use_case: "list_all",
|
|
7127
|
-
},
|
|
7128
|
-
],
|
|
7129
6863
|
confirmationRequired: false,
|
|
7130
6864
|
parameterExamples: {
|
|
7131
6865
|
mitigation_id: "9ba097cf-35e3-4560-9c00-5a1a36b8f85b.",
|
|
@@ -7171,13 +6905,6 @@ export const ddosTools = [
|
|
|
7171
6905
|
},
|
|
7172
6906
|
confirmation_required: false,
|
|
7173
6907
|
danger_level: "low",
|
|
7174
|
-
examples: [
|
|
7175
|
-
{
|
|
7176
|
-
command: "f5xcctl infraprotect mitigation list --namespace {namespace}",
|
|
7177
|
-
description: "List all mitigations",
|
|
7178
|
-
use_case: "list_all",
|
|
7179
|
-
},
|
|
7180
|
-
],
|
|
7181
6908
|
field_docs: {},
|
|
7182
6909
|
optional_fields: [],
|
|
7183
6910
|
performance_impact: {
|
|
@@ -7188,6 +6915,10 @@ export const ddosTools = [
|
|
|
7188
6915
|
required_fields: ["path.mitigation_id", "path.namespace"],
|
|
7189
6916
|
side_effects: {},
|
|
7190
6917
|
},
|
|
6918
|
+
curlExample: null,
|
|
6919
|
+
dependencies: [],
|
|
6920
|
+
oneOfGroups: [],
|
|
6921
|
+
subscriptionRequirements: [],
|
|
7191
6922
|
},
|
|
7192
6923
|
{
|
|
7193
6924
|
toolName: "f5xc-api-ddos-network-list",
|
|
@@ -7224,13 +6955,6 @@ export const ddosTools = [
|
|
|
7224
6955
|
dangerLevel: "low",
|
|
7225
6956
|
sideEffects: null,
|
|
7226
6957
|
requiredFields: ["path.namespace"],
|
|
7227
|
-
cliExamples: [
|
|
7228
|
-
{
|
|
7229
|
-
command: "f5xcctl infraprotect network list --namespace {namespace}",
|
|
7230
|
-
description: "List all networks",
|
|
7231
|
-
use_case: "list_all",
|
|
7232
|
-
},
|
|
7233
|
-
],
|
|
7234
6958
|
confirmationRequired: false,
|
|
7235
6959
|
parameterExamples: {
|
|
7236
6960
|
namespace: "Value",
|
|
@@ -7275,13 +6999,6 @@ export const ddosTools = [
|
|
|
7275
6999
|
},
|
|
7276
7000
|
confirmation_required: false,
|
|
7277
7001
|
danger_level: "low",
|
|
7278
|
-
examples: [
|
|
7279
|
-
{
|
|
7280
|
-
command: "f5xcctl infraprotect network list --namespace {namespace}",
|
|
7281
|
-
description: "List all networks",
|
|
7282
|
-
use_case: "list_all",
|
|
7283
|
-
},
|
|
7284
|
-
],
|
|
7285
7002
|
field_docs: {},
|
|
7286
7003
|
optional_fields: [],
|
|
7287
7004
|
performance_impact: {
|
|
@@ -7292,6 +7009,10 @@ export const ddosTools = [
|
|
|
7292
7009
|
required_fields: ["path.namespace"],
|
|
7293
7010
|
side_effects: {},
|
|
7294
7011
|
},
|
|
7012
|
+
curlExample: null,
|
|
7013
|
+
dependencies: [],
|
|
7014
|
+
oneOfGroups: [],
|
|
7015
|
+
subscriptionRequirements: [],
|
|
7295
7016
|
},
|
|
7296
7017
|
{
|
|
7297
7018
|
toolName: "f5xc-api-ddos-report-create",
|
|
@@ -7332,18 +7053,6 @@ export const ddosTools = [
|
|
|
7332
7053
|
creates: ["report"],
|
|
7333
7054
|
},
|
|
7334
7055
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
7335
|
-
cliExamples: [
|
|
7336
|
-
{
|
|
7337
|
-
command: "f5xcctl infraprotect report create -f {file}.yaml",
|
|
7338
|
-
description: "Create from YAML file",
|
|
7339
|
-
use_case: "file_based",
|
|
7340
|
-
},
|
|
7341
|
-
{
|
|
7342
|
-
command: "f5xcctl infraprotect report create {name} --namespace {namespace}",
|
|
7343
|
-
description: "Create report",
|
|
7344
|
-
use_case: "basic_create",
|
|
7345
|
-
},
|
|
7346
|
-
],
|
|
7347
7056
|
confirmationRequired: false,
|
|
7348
7057
|
parameterExamples: {
|
|
7349
7058
|
namespace: "Value",
|
|
@@ -7388,18 +7097,6 @@ export const ddosTools = [
|
|
|
7388
7097
|
},
|
|
7389
7098
|
confirmation_required: false,
|
|
7390
7099
|
danger_level: "medium",
|
|
7391
|
-
examples: [
|
|
7392
|
-
{
|
|
7393
|
-
command: "f5xcctl infraprotect report create {name} --namespace {namespace}",
|
|
7394
|
-
description: "Create report",
|
|
7395
|
-
use_case: "basic_create",
|
|
7396
|
-
},
|
|
7397
|
-
{
|
|
7398
|
-
command: "f5xcctl infraprotect report create -f {file}.yaml",
|
|
7399
|
-
description: "Create from YAML file",
|
|
7400
|
-
use_case: "file_based",
|
|
7401
|
-
},
|
|
7402
|
-
],
|
|
7403
7100
|
field_docs: {},
|
|
7404
7101
|
optional_fields: [],
|
|
7405
7102
|
performance_impact: {
|
|
@@ -7412,6 +7109,10 @@ export const ddosTools = [
|
|
|
7412
7109
|
creates: ["report"],
|
|
7413
7110
|
},
|
|
7414
7111
|
},
|
|
7112
|
+
curlExample: null,
|
|
7113
|
+
dependencies: [],
|
|
7114
|
+
oneOfGroups: [],
|
|
7115
|
+
subscriptionRequirements: [],
|
|
7415
7116
|
},
|
|
7416
7117
|
{
|
|
7417
7118
|
toolName: "f5xc-api-ddos-report-list",
|
|
@@ -7459,13 +7160,6 @@ export const ddosTools = [
|
|
|
7459
7160
|
dangerLevel: "low",
|
|
7460
7161
|
sideEffects: null,
|
|
7461
7162
|
requiredFields: ["path.namespace", "path.report_id"],
|
|
7462
|
-
cliExamples: [
|
|
7463
|
-
{
|
|
7464
|
-
command: "f5xcctl infraprotect report list --namespace {namespace}",
|
|
7465
|
-
description: "List all reports",
|
|
7466
|
-
use_case: "list_all",
|
|
7467
|
-
},
|
|
7468
|
-
],
|
|
7469
7163
|
confirmationRequired: false,
|
|
7470
7164
|
parameterExamples: {
|
|
7471
7165
|
namespace: "Value",
|
|
@@ -7511,13 +7205,6 @@ export const ddosTools = [
|
|
|
7511
7205
|
},
|
|
7512
7206
|
confirmation_required: false,
|
|
7513
7207
|
danger_level: "low",
|
|
7514
|
-
examples: [
|
|
7515
|
-
{
|
|
7516
|
-
command: "f5xcctl infraprotect report list --namespace {namespace}",
|
|
7517
|
-
description: "List all reports",
|
|
7518
|
-
use_case: "list_all",
|
|
7519
|
-
},
|
|
7520
|
-
],
|
|
7521
7208
|
field_docs: {},
|
|
7522
7209
|
optional_fields: [],
|
|
7523
7210
|
performance_impact: {
|
|
@@ -7528,6 +7215,10 @@ export const ddosTools = [
|
|
|
7528
7215
|
required_fields: ["path.namespace", "path.report_id"],
|
|
7529
7216
|
side_effects: {},
|
|
7530
7217
|
},
|
|
7218
|
+
curlExample: null,
|
|
7219
|
+
dependencies: [],
|
|
7220
|
+
oneOfGroups: [],
|
|
7221
|
+
subscriptionRequirements: [],
|
|
7531
7222
|
},
|
|
7532
7223
|
{
|
|
7533
7224
|
toolName: "f5xc-api-ddos-suggest-value-create",
|
|
@@ -7568,18 +7259,6 @@ export const ddosTools = [
|
|
|
7568
7259
|
creates: ["suggest-value"],
|
|
7569
7260
|
},
|
|
7570
7261
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
7571
|
-
cliExamples: [
|
|
7572
|
-
{
|
|
7573
|
-
command: "f5xcctl infraprotect suggest-value create -f {file}.yaml",
|
|
7574
|
-
description: "Create from YAML file",
|
|
7575
|
-
use_case: "file_based",
|
|
7576
|
-
},
|
|
7577
|
-
{
|
|
7578
|
-
command: "f5xcctl infraprotect suggest-value create {name} --namespace {namespace}",
|
|
7579
|
-
description: "Create suggest-value",
|
|
7580
|
-
use_case: "basic_create",
|
|
7581
|
-
},
|
|
7582
|
-
],
|
|
7583
7262
|
confirmationRequired: false,
|
|
7584
7263
|
parameterExamples: {
|
|
7585
7264
|
namespace: "Foobar",
|
|
@@ -7624,18 +7303,6 @@ export const ddosTools = [
|
|
|
7624
7303
|
},
|
|
7625
7304
|
confirmation_required: false,
|
|
7626
7305
|
danger_level: "medium",
|
|
7627
|
-
examples: [
|
|
7628
|
-
{
|
|
7629
|
-
command: "f5xcctl infraprotect suggest-value create {name} --namespace {namespace}",
|
|
7630
|
-
description: "Create suggest-value",
|
|
7631
|
-
use_case: "basic_create",
|
|
7632
|
-
},
|
|
7633
|
-
{
|
|
7634
|
-
command: "f5xcctl infraprotect suggest-value create -f {file}.yaml",
|
|
7635
|
-
description: "Create from YAML file",
|
|
7636
|
-
use_case: "file_based",
|
|
7637
|
-
},
|
|
7638
|
-
],
|
|
7639
7306
|
field_docs: {},
|
|
7640
7307
|
optional_fields: [],
|
|
7641
7308
|
performance_impact: {
|
|
@@ -7648,6 +7315,10 @@ export const ddosTools = [
|
|
|
7648
7315
|
creates: ["suggest-value"],
|
|
7649
7316
|
},
|
|
7650
7317
|
},
|
|
7318
|
+
curlExample: null,
|
|
7319
|
+
dependencies: [],
|
|
7320
|
+
oneOfGroups: [],
|
|
7321
|
+
subscriptionRequirements: [],
|
|
7651
7322
|
},
|
|
7652
7323
|
{
|
|
7653
7324
|
toolName: "f5xc-api-ddos-to-event-update",
|
|
@@ -7699,13 +7370,6 @@ export const ddosTools = [
|
|
|
7699
7370
|
modifies: ["to-event"],
|
|
7700
7371
|
},
|
|
7701
7372
|
requiredFields: ["path.alert_id", "path.namespace"],
|
|
7702
|
-
cliExamples: [
|
|
7703
|
-
{
|
|
7704
|
-
command: "f5xcctl infraprotect to-event update {name} --namespace {namespace} -f {file}.yaml",
|
|
7705
|
-
description: "Update to-event",
|
|
7706
|
-
use_case: "update",
|
|
7707
|
-
},
|
|
7708
|
-
],
|
|
7709
7373
|
confirmationRequired: false,
|
|
7710
7374
|
parameterExamples: {
|
|
7711
7375
|
alert_id: "9ba097cf-35e3-4560-9c00-5a1a36b8f85b.",
|
|
@@ -7751,13 +7415,6 @@ export const ddosTools = [
|
|
|
7751
7415
|
},
|
|
7752
7416
|
confirmation_required: false,
|
|
7753
7417
|
danger_level: "medium",
|
|
7754
|
-
examples: [
|
|
7755
|
-
{
|
|
7756
|
-
command: "f5xcctl infraprotect to-event update {name} --namespace {namespace} -f {file}.yaml",
|
|
7757
|
-
description: "Update to-event",
|
|
7758
|
-
use_case: "update",
|
|
7759
|
-
},
|
|
7760
|
-
],
|
|
7761
7418
|
field_docs: {},
|
|
7762
7419
|
optional_fields: [],
|
|
7763
7420
|
performance_impact: {
|
|
@@ -7770,6 +7427,10 @@ export const ddosTools = [
|
|
|
7770
7427
|
modifies: ["to-event"],
|
|
7771
7428
|
},
|
|
7772
7429
|
},
|
|
7430
|
+
curlExample: null,
|
|
7431
|
+
dependencies: [],
|
|
7432
|
+
oneOfGroups: [],
|
|
7433
|
+
subscriptionRequirements: [],
|
|
7773
7434
|
},
|
|
7774
7435
|
{
|
|
7775
7436
|
toolName: "f5xc-api-ddos-transit-usage-create",
|
|
@@ -7810,18 +7471,6 @@ export const ddosTools = [
|
|
|
7810
7471
|
creates: ["transit-usage"],
|
|
7811
7472
|
},
|
|
7812
7473
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
7813
|
-
cliExamples: [
|
|
7814
|
-
{
|
|
7815
|
-
command: "f5xcctl data transit-usage create -f {file}.yaml",
|
|
7816
|
-
description: "Create from YAML file",
|
|
7817
|
-
use_case: "file_based",
|
|
7818
|
-
},
|
|
7819
|
-
{
|
|
7820
|
-
command: "f5xcctl data transit-usage create {name} --namespace {namespace}",
|
|
7821
|
-
description: "Create transit-usage",
|
|
7822
|
-
use_case: "basic_create",
|
|
7823
|
-
},
|
|
7824
|
-
],
|
|
7825
7474
|
confirmationRequired: false,
|
|
7826
7475
|
parameterExamples: {
|
|
7827
7476
|
namespace: "System",
|
|
@@ -7866,18 +7515,6 @@ export const ddosTools = [
|
|
|
7866
7515
|
},
|
|
7867
7516
|
confirmation_required: false,
|
|
7868
7517
|
danger_level: "medium",
|
|
7869
|
-
examples: [
|
|
7870
|
-
{
|
|
7871
|
-
command: "f5xcctl data transit-usage create {name} --namespace {namespace}",
|
|
7872
|
-
description: "Create transit-usage",
|
|
7873
|
-
use_case: "basic_create",
|
|
7874
|
-
},
|
|
7875
|
-
{
|
|
7876
|
-
command: "f5xcctl data transit-usage create -f {file}.yaml",
|
|
7877
|
-
description: "Create from YAML file",
|
|
7878
|
-
use_case: "file_based",
|
|
7879
|
-
},
|
|
7880
|
-
],
|
|
7881
7518
|
field_docs: {},
|
|
7882
7519
|
optional_fields: [],
|
|
7883
7520
|
performance_impact: {
|
|
@@ -7890,6 +7527,18 @@ export const ddosTools = [
|
|
|
7890
7527
|
creates: ["transit-usage"],
|
|
7891
7528
|
},
|
|
7892
7529
|
},
|
|
7530
|
+
curlExample: null,
|
|
7531
|
+
dependencies: [
|
|
7532
|
+
{
|
|
7533
|
+
domain: "",
|
|
7534
|
+
fieldPath: "field_selector[]",
|
|
7535
|
+
inline: false,
|
|
7536
|
+
required: false,
|
|
7537
|
+
resourceType: "infraprotect-transit-usage",
|
|
7538
|
+
},
|
|
7539
|
+
],
|
|
7540
|
+
oneOfGroups: [],
|
|
7541
|
+
subscriptionRequirements: [],
|
|
7893
7542
|
},
|
|
7894
7543
|
{
|
|
7895
7544
|
toolName: "f5xc-api-ddos-update-advertisement-statu-create",
|
|
@@ -7930,18 +7579,6 @@ export const ddosTools = [
|
|
|
7930
7579
|
creates: ["update-advertisement-statu"],
|
|
7931
7580
|
},
|
|
7932
7581
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
7933
|
-
cliExamples: [
|
|
7934
|
-
{
|
|
7935
|
-
command: "f5xcctl infraprotect update-advertisement-statu create -f {file}.yaml",
|
|
7936
|
-
description: "Create from YAML file",
|
|
7937
|
-
use_case: "file_based",
|
|
7938
|
-
},
|
|
7939
|
-
{
|
|
7940
|
-
command: "f5xcctl infraprotect update-advertisement-statu create {name} --namespace {namespace}",
|
|
7941
|
-
description: "Create update-advertisement-statu",
|
|
7942
|
-
use_case: "basic_create",
|
|
7943
|
-
},
|
|
7944
|
-
],
|
|
7945
7582
|
confirmationRequired: false,
|
|
7946
7583
|
parameterExamples: {
|
|
7947
7584
|
namespace: "System",
|
|
@@ -7989,18 +7626,6 @@ export const ddosTools = [
|
|
|
7989
7626
|
},
|
|
7990
7627
|
confirmation_required: false,
|
|
7991
7628
|
danger_level: "medium",
|
|
7992
|
-
examples: [
|
|
7993
|
-
{
|
|
7994
|
-
command: "f5xcctl infraprotect update-advertisement-statu create {name} --namespace {namespace}",
|
|
7995
|
-
description: "Create update-advertisement-statu",
|
|
7996
|
-
use_case: "basic_create",
|
|
7997
|
-
},
|
|
7998
|
-
{
|
|
7999
|
-
command: "f5xcctl infraprotect update-advertisement-statu create -f {file}.yaml",
|
|
8000
|
-
description: "Create from YAML file",
|
|
8001
|
-
use_case: "file_based",
|
|
8002
|
-
},
|
|
8003
|
-
],
|
|
8004
7629
|
field_docs: {},
|
|
8005
7630
|
optional_fields: [],
|
|
8006
7631
|
performance_impact: {
|
|
@@ -8013,6 +7638,16 @@ export const ddosTools = [
|
|
|
8013
7638
|
creates: ["update-advertisement-statu"],
|
|
8014
7639
|
},
|
|
8015
7640
|
},
|
|
7641
|
+
curlExample: null,
|
|
7642
|
+
dependencies: [],
|
|
7643
|
+
oneOfGroups: [
|
|
7644
|
+
{
|
|
7645
|
+
choiceField: "activation_selection",
|
|
7646
|
+
fieldPath: "activation_selection",
|
|
7647
|
+
options: ["activation_announce", "activation_withdraw"],
|
|
7648
|
+
},
|
|
7649
|
+
],
|
|
7650
|
+
subscriptionRequirements: [],
|
|
8016
7651
|
},
|
|
8017
7652
|
{
|
|
8018
7653
|
toolName: "f5xc-api-ddos-update-asn-prefix-irr-override-create",
|
|
@@ -8053,18 +7688,6 @@ export const ddosTools = [
|
|
|
8053
7688
|
creates: ["update-asn-prefix-irr-override"],
|
|
8054
7689
|
},
|
|
8055
7690
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
8056
|
-
cliExamples: [
|
|
8057
|
-
{
|
|
8058
|
-
command: "f5xcctl infraprotect update-asn-prefix-irr-override create -f {file}.yaml",
|
|
8059
|
-
description: "Create from YAML file",
|
|
8060
|
-
use_case: "file_based",
|
|
8061
|
-
},
|
|
8062
|
-
{
|
|
8063
|
-
command: "f5xcctl infraprotect update-asn-prefix-irr-override create {name} --namespace {namespace}",
|
|
8064
|
-
description: "Create update-asn-prefix-irr-override",
|
|
8065
|
-
use_case: "basic_create",
|
|
8066
|
-
},
|
|
8067
|
-
],
|
|
8068
7691
|
confirmationRequired: false,
|
|
8069
7692
|
parameterExamples: {
|
|
8070
7693
|
namespace: "System",
|
|
@@ -8112,18 +7735,6 @@ export const ddosTools = [
|
|
|
8112
7735
|
},
|
|
8113
7736
|
confirmation_required: false,
|
|
8114
7737
|
danger_level: "medium",
|
|
8115
|
-
examples: [
|
|
8116
|
-
{
|
|
8117
|
-
command: "f5xcctl infraprotect update-asn-prefix-irr-override create {name} --namespace {namespace}",
|
|
8118
|
-
description: "Create update-asn-prefix-irr-override",
|
|
8119
|
-
use_case: "basic_create",
|
|
8120
|
-
},
|
|
8121
|
-
{
|
|
8122
|
-
command: "f5xcctl infraprotect update-asn-prefix-irr-override create -f {file}.yaml",
|
|
8123
|
-
description: "Create from YAML file",
|
|
8124
|
-
use_case: "file_based",
|
|
8125
|
-
},
|
|
8126
|
-
],
|
|
8127
7738
|
field_docs: {},
|
|
8128
7739
|
optional_fields: [],
|
|
8129
7740
|
performance_impact: {
|
|
@@ -8136,6 +7747,16 @@ export const ddosTools = [
|
|
|
8136
7747
|
creates: ["update-asn-prefix-irr-override"],
|
|
8137
7748
|
},
|
|
8138
7749
|
},
|
|
7750
|
+
curlExample: null,
|
|
7751
|
+
dependencies: [],
|
|
7752
|
+
oneOfGroups: [
|
|
7753
|
+
{
|
|
7754
|
+
choiceField: "irr_override",
|
|
7755
|
+
fieldPath: "irr_override",
|
|
7756
|
+
options: [],
|
|
7757
|
+
},
|
|
7758
|
+
],
|
|
7759
|
+
subscriptionRequirements: [],
|
|
8139
7760
|
},
|
|
8140
7761
|
{
|
|
8141
7762
|
toolName: "f5xc-api-ddos-update-asn-prefix-review-statu-create",
|
|
@@ -8176,18 +7797,6 @@ export const ddosTools = [
|
|
|
8176
7797
|
creates: ["update-asn-prefix-review-statu"],
|
|
8177
7798
|
},
|
|
8178
7799
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
8179
|
-
cliExamples: [
|
|
8180
|
-
{
|
|
8181
|
-
command: "f5xcctl infraprotect update-asn-prefix-review-statu create -f {file}.yaml",
|
|
8182
|
-
description: "Create from YAML file",
|
|
8183
|
-
use_case: "file_based",
|
|
8184
|
-
},
|
|
8185
|
-
{
|
|
8186
|
-
command: "f5xcctl infraprotect update-asn-prefix-review-statu create {name} --namespace {namespace}",
|
|
8187
|
-
description: "Create update-asn-prefix-review-statu",
|
|
8188
|
-
use_case: "basic_create",
|
|
8189
|
-
},
|
|
8190
|
-
],
|
|
8191
7800
|
confirmationRequired: false,
|
|
8192
7801
|
parameterExamples: {
|
|
8193
7802
|
namespace: "System",
|
|
@@ -8235,18 +7844,6 @@ export const ddosTools = [
|
|
|
8235
7844
|
},
|
|
8236
7845
|
confirmation_required: false,
|
|
8237
7846
|
danger_level: "medium",
|
|
8238
|
-
examples: [
|
|
8239
|
-
{
|
|
8240
|
-
command: "f5xcctl infraprotect update-asn-prefix-review-statu create {name} --namespace {namespace}",
|
|
8241
|
-
description: "Create update-asn-prefix-review-statu",
|
|
8242
|
-
use_case: "basic_create",
|
|
8243
|
-
},
|
|
8244
|
-
{
|
|
8245
|
-
command: "f5xcctl infraprotect update-asn-prefix-review-statu create -f {file}.yaml",
|
|
8246
|
-
description: "Create from YAML file",
|
|
8247
|
-
use_case: "file_based",
|
|
8248
|
-
},
|
|
8249
|
-
],
|
|
8250
7847
|
field_docs: {},
|
|
8251
7848
|
optional_fields: [],
|
|
8252
7849
|
performance_impact: {
|
|
@@ -8259,6 +7856,16 @@ export const ddosTools = [
|
|
|
8259
7856
|
creates: ["update-asn-prefix-review-statu"],
|
|
8260
7857
|
},
|
|
8261
7858
|
},
|
|
7859
|
+
curlExample: null,
|
|
7860
|
+
dependencies: [],
|
|
7861
|
+
oneOfGroups: [
|
|
7862
|
+
{
|
|
7863
|
+
choiceField: "review_type",
|
|
7864
|
+
fieldPath: "review_type",
|
|
7865
|
+
options: ["review_type_approved", "review_type_pending", "review_type_rejected"],
|
|
7866
|
+
},
|
|
7867
|
+
],
|
|
7868
|
+
subscriptionRequirements: [],
|
|
8262
7869
|
},
|
|
8263
7870
|
{
|
|
8264
7871
|
toolName: "f5xc-api-ddos-update-asn-review-statu-create",
|
|
@@ -8299,18 +7906,6 @@ export const ddosTools = [
|
|
|
8299
7906
|
creates: ["update-asn-review-statu"],
|
|
8300
7907
|
},
|
|
8301
7908
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
8302
|
-
cliExamples: [
|
|
8303
|
-
{
|
|
8304
|
-
command: "f5xcctl infraprotect update-asn-review-statu create -f {file}.yaml",
|
|
8305
|
-
description: "Create from YAML file",
|
|
8306
|
-
use_case: "file_based",
|
|
8307
|
-
},
|
|
8308
|
-
{
|
|
8309
|
-
command: "f5xcctl infraprotect update-asn-review-statu create {name} --namespace {namespace}",
|
|
8310
|
-
description: "Create update-asn-review-statu",
|
|
8311
|
-
use_case: "basic_create",
|
|
8312
|
-
},
|
|
8313
|
-
],
|
|
8314
7909
|
confirmationRequired: false,
|
|
8315
7910
|
parameterExamples: {
|
|
8316
7911
|
namespace: "System",
|
|
@@ -8358,18 +7953,6 @@ export const ddosTools = [
|
|
|
8358
7953
|
},
|
|
8359
7954
|
confirmation_required: false,
|
|
8360
7955
|
danger_level: "medium",
|
|
8361
|
-
examples: [
|
|
8362
|
-
{
|
|
8363
|
-
command: "f5xcctl infraprotect update-asn-review-statu create {name} --namespace {namespace}",
|
|
8364
|
-
description: "Create update-asn-review-statu",
|
|
8365
|
-
use_case: "basic_create",
|
|
8366
|
-
},
|
|
8367
|
-
{
|
|
8368
|
-
command: "f5xcctl infraprotect update-asn-review-statu create -f {file}.yaml",
|
|
8369
|
-
description: "Create from YAML file",
|
|
8370
|
-
use_case: "file_based",
|
|
8371
|
-
},
|
|
8372
|
-
],
|
|
8373
7956
|
field_docs: {},
|
|
8374
7957
|
optional_fields: [],
|
|
8375
7958
|
performance_impact: {
|
|
@@ -8382,6 +7965,16 @@ export const ddosTools = [
|
|
|
8382
7965
|
creates: ["update-asn-review-statu"],
|
|
8383
7966
|
},
|
|
8384
7967
|
},
|
|
7968
|
+
curlExample: null,
|
|
7969
|
+
dependencies: [],
|
|
7970
|
+
oneOfGroups: [
|
|
7971
|
+
{
|
|
7972
|
+
choiceField: "review_type",
|
|
7973
|
+
fieldPath: "review_type",
|
|
7974
|
+
options: ["review_type_approved", "review_type_pending", "review_type_rejected"],
|
|
7975
|
+
},
|
|
7976
|
+
],
|
|
7977
|
+
subscriptionRequirements: [],
|
|
8385
7978
|
},
|
|
8386
7979
|
{
|
|
8387
7980
|
toolName: "f5xc-api-ddos-update-tunnel-statu-create",
|
|
@@ -8422,18 +8015,6 @@ export const ddosTools = [
|
|
|
8422
8015
|
creates: ["update-tunnel-statu"],
|
|
8423
8016
|
},
|
|
8424
8017
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
8425
|
-
cliExamples: [
|
|
8426
|
-
{
|
|
8427
|
-
command: "f5xcctl infraprotect update-tunnel-statu create -f {file}.yaml",
|
|
8428
|
-
description: "Create from YAML file",
|
|
8429
|
-
use_case: "file_based",
|
|
8430
|
-
},
|
|
8431
|
-
{
|
|
8432
|
-
command: "f5xcctl infraprotect update-tunnel-statu create {name} --namespace {namespace}",
|
|
8433
|
-
description: "Create update-tunnel-statu",
|
|
8434
|
-
use_case: "basic_create",
|
|
8435
|
-
},
|
|
8436
|
-
],
|
|
8437
8018
|
confirmationRequired: false,
|
|
8438
8019
|
parameterExamples: {
|
|
8439
8020
|
namespace: "System",
|
|
@@ -8481,18 +8062,6 @@ export const ddosTools = [
|
|
|
8481
8062
|
},
|
|
8482
8063
|
confirmation_required: false,
|
|
8483
8064
|
danger_level: "medium",
|
|
8484
|
-
examples: [
|
|
8485
|
-
{
|
|
8486
|
-
command: "f5xcctl infraprotect update-tunnel-statu create {name} --namespace {namespace}",
|
|
8487
|
-
description: "Create update-tunnel-statu",
|
|
8488
|
-
use_case: "basic_create",
|
|
8489
|
-
},
|
|
8490
|
-
{
|
|
8491
|
-
command: "f5xcctl infraprotect update-tunnel-statu create -f {file}.yaml",
|
|
8492
|
-
description: "Create from YAML file",
|
|
8493
|
-
use_case: "file_based",
|
|
8494
|
-
},
|
|
8495
|
-
],
|
|
8496
8065
|
field_docs: {},
|
|
8497
8066
|
optional_fields: [],
|
|
8498
8067
|
performance_impact: {
|
|
@@ -8505,6 +8074,17 @@ export const ddosTools = [
|
|
|
8505
8074
|
creates: ["update-tunnel-statu"],
|
|
8506
8075
|
},
|
|
8507
8076
|
},
|
|
8077
|
+
curlExample: null,
|
|
8078
|
+
dependencies: [],
|
|
8079
|
+
oneOfGroups: [],
|
|
8080
|
+
subscriptionRequirements: [
|
|
8081
|
+
{
|
|
8082
|
+
addonService: "f5xc_site_management_standard",
|
|
8083
|
+
displayName: "F5XC Site Management Standard",
|
|
8084
|
+
required: false,
|
|
8085
|
+
tier: "standard",
|
|
8086
|
+
},
|
|
8087
|
+
],
|
|
8508
8088
|
},
|
|
8509
8089
|
];
|
|
8510
8090
|
export default ddosTools;
|