@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
|
@@ -49,13 +49,6 @@ export const wafTools = [
|
|
|
49
49
|
dangerLevel: "low",
|
|
50
50
|
sideEffects: null,
|
|
51
51
|
requiredFields: ["path.namespace", "path.vh_name"],
|
|
52
|
-
cliExamples: [
|
|
53
|
-
{
|
|
54
|
-
command: "f5xcctl config active-staged-signature list --namespace {namespace}",
|
|
55
|
-
description: "List all active-staged-signatures",
|
|
56
|
-
use_case: "list_all",
|
|
57
|
-
},
|
|
58
|
-
],
|
|
59
52
|
confirmationRequired: false,
|
|
60
53
|
parameterExamples: {
|
|
61
54
|
namespace: "Shared",
|
|
@@ -101,13 +94,6 @@ export const wafTools = [
|
|
|
101
94
|
},
|
|
102
95
|
confirmation_required: false,
|
|
103
96
|
danger_level: "low",
|
|
104
|
-
examples: [
|
|
105
|
-
{
|
|
106
|
-
command: "f5xcctl config active-staged-signature list --namespace {namespace}",
|
|
107
|
-
description: "List all active-staged-signatures",
|
|
108
|
-
use_case: "list_all",
|
|
109
|
-
},
|
|
110
|
-
],
|
|
111
97
|
field_docs: {},
|
|
112
98
|
optional_fields: [],
|
|
113
99
|
performance_impact: {
|
|
@@ -118,6 +104,23 @@ export const wafTools = [
|
|
|
118
104
|
required_fields: ["path.namespace", "path.vh_name"],
|
|
119
105
|
side_effects: {},
|
|
120
106
|
},
|
|
107
|
+
curlExample: null,
|
|
108
|
+
dependencies: [],
|
|
109
|
+
oneOfGroups: [],
|
|
110
|
+
subscriptionRequirements: [
|
|
111
|
+
{
|
|
112
|
+
addonService: "f5xc_waap_standard",
|
|
113
|
+
displayName: "F5XC WAAP Standard",
|
|
114
|
+
required: false,
|
|
115
|
+
tier: "standard",
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
addonService: "f5xc_waap_advanced",
|
|
119
|
+
displayName: "F5XC WAAP Advanced",
|
|
120
|
+
required: false,
|
|
121
|
+
tier: "advanced",
|
|
122
|
+
},
|
|
123
|
+
],
|
|
121
124
|
},
|
|
122
125
|
{
|
|
123
126
|
toolName: "f5xc-api-waf-aggregation-create",
|
|
@@ -144,18 +147,6 @@ export const wafTools = [
|
|
|
144
147
|
creates: ["aggregation"],
|
|
145
148
|
},
|
|
146
149
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
147
|
-
cliExamples: [
|
|
148
|
-
{
|
|
149
|
-
command: "f5xcctl data aggregation create {name} --namespace {namespace}",
|
|
150
|
-
description: "Create aggregation",
|
|
151
|
-
use_case: "basic_create",
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
command: "f5xcctl data aggregation create -f {file}.yaml",
|
|
155
|
-
description: "Create from YAML file",
|
|
156
|
-
use_case: "file_based",
|
|
157
|
-
},
|
|
158
|
-
],
|
|
159
150
|
confirmationRequired: false,
|
|
160
151
|
parameterExamples: {},
|
|
161
152
|
validationRules: {},
|
|
@@ -198,18 +189,6 @@ export const wafTools = [
|
|
|
198
189
|
},
|
|
199
190
|
confirmation_required: false,
|
|
200
191
|
danger_level: "medium",
|
|
201
|
-
examples: [
|
|
202
|
-
{
|
|
203
|
-
command: "f5xcctl data aggregation create {name} --namespace {namespace}",
|
|
204
|
-
description: "Create aggregation",
|
|
205
|
-
use_case: "basic_create",
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
command: "f5xcctl data aggregation create -f {file}.yaml",
|
|
209
|
-
description: "Create from YAML file",
|
|
210
|
-
use_case: "file_based",
|
|
211
|
-
},
|
|
212
|
-
],
|
|
213
192
|
field_docs: {},
|
|
214
193
|
optional_fields: [],
|
|
215
194
|
performance_impact: {
|
|
@@ -222,6 +201,23 @@ export const wafTools = [
|
|
|
222
201
|
creates: ["aggregation"],
|
|
223
202
|
},
|
|
224
203
|
},
|
|
204
|
+
curlExample: null,
|
|
205
|
+
dependencies: [],
|
|
206
|
+
oneOfGroups: [],
|
|
207
|
+
subscriptionRequirements: [
|
|
208
|
+
{
|
|
209
|
+
addonService: "f5xc_waap_standard",
|
|
210
|
+
displayName: "F5XC WAAP Standard",
|
|
211
|
+
required: false,
|
|
212
|
+
tier: "standard",
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
addonService: "f5xc_waap_advanced",
|
|
216
|
+
displayName: "F5XC WAAP Advanced",
|
|
217
|
+
required: false,
|
|
218
|
+
tier: "advanced",
|
|
219
|
+
},
|
|
220
|
+
],
|
|
225
221
|
},
|
|
226
222
|
{
|
|
227
223
|
toolName: "f5xc-api-waf-all-ns-event-create",
|
|
@@ -248,18 +244,6 @@ export const wafTools = [
|
|
|
248
244
|
creates: ["all-ns-event"],
|
|
249
245
|
},
|
|
250
246
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
251
|
-
cliExamples: [
|
|
252
|
-
{
|
|
253
|
-
command: "f5xcctl data all-ns-event create {name} --namespace {namespace}",
|
|
254
|
-
description: "Create all-ns-event",
|
|
255
|
-
use_case: "basic_create",
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
command: "f5xcctl data all-ns-event create -f {file}.yaml",
|
|
259
|
-
description: "Create from YAML file",
|
|
260
|
-
use_case: "file_based",
|
|
261
|
-
},
|
|
262
|
-
],
|
|
263
247
|
confirmationRequired: false,
|
|
264
248
|
parameterExamples: {},
|
|
265
249
|
validationRules: {},
|
|
@@ -302,18 +286,6 @@ export const wafTools = [
|
|
|
302
286
|
},
|
|
303
287
|
confirmation_required: false,
|
|
304
288
|
danger_level: "medium",
|
|
305
|
-
examples: [
|
|
306
|
-
{
|
|
307
|
-
command: "f5xcctl data all-ns-event create {name} --namespace {namespace}",
|
|
308
|
-
description: "Create all-ns-event",
|
|
309
|
-
use_case: "basic_create",
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
command: "f5xcctl data all-ns-event create -f {file}.yaml",
|
|
313
|
-
description: "Create from YAML file",
|
|
314
|
-
use_case: "file_based",
|
|
315
|
-
},
|
|
316
|
-
],
|
|
317
289
|
field_docs: {},
|
|
318
290
|
optional_fields: [],
|
|
319
291
|
performance_impact: {
|
|
@@ -326,6 +298,23 @@ export const wafTools = [
|
|
|
326
298
|
creates: ["all-ns-event"],
|
|
327
299
|
},
|
|
328
300
|
},
|
|
301
|
+
curlExample: null,
|
|
302
|
+
dependencies: [],
|
|
303
|
+
oneOfGroups: [],
|
|
304
|
+
subscriptionRequirements: [
|
|
305
|
+
{
|
|
306
|
+
addonService: "f5xc_waap_standard",
|
|
307
|
+
displayName: "F5XC WAAP Standard",
|
|
308
|
+
required: false,
|
|
309
|
+
tier: "standard",
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
addonService: "f5xc_waap_advanced",
|
|
313
|
+
displayName: "F5XC WAAP Advanced",
|
|
314
|
+
required: false,
|
|
315
|
+
tier: "advanced",
|
|
316
|
+
},
|
|
317
|
+
],
|
|
329
318
|
},
|
|
330
319
|
{
|
|
331
320
|
toolName: "f5xc-api-waf-all-ns-metric-create",
|
|
@@ -352,18 +341,6 @@ export const wafTools = [
|
|
|
352
341
|
creates: ["all-ns-metric"],
|
|
353
342
|
},
|
|
354
343
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
355
|
-
cliExamples: [
|
|
356
|
-
{
|
|
357
|
-
command: "f5xcctl data all-ns-metric create {name} --namespace {namespace}",
|
|
358
|
-
description: "Create all-ns-metric",
|
|
359
|
-
use_case: "basic_create",
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
command: "f5xcctl data all-ns-metric create -f {file}.yaml",
|
|
363
|
-
description: "Create from YAML file",
|
|
364
|
-
use_case: "file_based",
|
|
365
|
-
},
|
|
366
|
-
],
|
|
367
344
|
confirmationRequired: false,
|
|
368
345
|
parameterExamples: {},
|
|
369
346
|
validationRules: {},
|
|
@@ -406,18 +383,6 @@ export const wafTools = [
|
|
|
406
383
|
},
|
|
407
384
|
confirmation_required: false,
|
|
408
385
|
danger_level: "medium",
|
|
409
|
-
examples: [
|
|
410
|
-
{
|
|
411
|
-
command: "f5xcctl data all-ns-metric create {name} --namespace {namespace}",
|
|
412
|
-
description: "Create all-ns-metric",
|
|
413
|
-
use_case: "basic_create",
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
command: "f5xcctl data all-ns-metric create -f {file}.yaml",
|
|
417
|
-
description: "Create from YAML file",
|
|
418
|
-
use_case: "file_based",
|
|
419
|
-
},
|
|
420
|
-
],
|
|
421
386
|
field_docs: {},
|
|
422
387
|
optional_fields: [],
|
|
423
388
|
performance_impact: {
|
|
@@ -430,6 +395,23 @@ export const wafTools = [
|
|
|
430
395
|
creates: ["all-ns-metric"],
|
|
431
396
|
},
|
|
432
397
|
},
|
|
398
|
+
curlExample: null,
|
|
399
|
+
dependencies: [],
|
|
400
|
+
oneOfGroups: [],
|
|
401
|
+
subscriptionRequirements: [
|
|
402
|
+
{
|
|
403
|
+
addonService: "f5xc_waap_standard",
|
|
404
|
+
displayName: "F5XC WAAP Standard",
|
|
405
|
+
required: false,
|
|
406
|
+
tier: "standard",
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
addonService: "f5xc_waap_advanced",
|
|
410
|
+
displayName: "F5XC WAAP Advanced",
|
|
411
|
+
required: false,
|
|
412
|
+
tier: "advanced",
|
|
413
|
+
},
|
|
414
|
+
],
|
|
433
415
|
},
|
|
434
416
|
{
|
|
435
417
|
toolName: "f5xc-api-waf-app-firewall-create",
|
|
@@ -470,18 +452,6 @@ export const wafTools = [
|
|
|
470
452
|
creates: ["app-firewall"],
|
|
471
453
|
},
|
|
472
454
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
473
|
-
cliExamples: [
|
|
474
|
-
{
|
|
475
|
-
command: "f5xcctl config app-firewall create {name} --namespace {namespace}",
|
|
476
|
-
description: "Create app-firewall",
|
|
477
|
-
use_case: "basic_create",
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
command: "f5xcctl config app-firewall create -f {file}.yaml",
|
|
481
|
-
description: "Create from YAML file",
|
|
482
|
-
use_case: "file_based",
|
|
483
|
-
},
|
|
484
|
-
],
|
|
485
455
|
confirmationRequired: false,
|
|
486
456
|
parameterExamples: {
|
|
487
457
|
"metadata.namespace": "Staging",
|
|
@@ -526,18 +496,6 @@ export const wafTools = [
|
|
|
526
496
|
},
|
|
527
497
|
confirmation_required: false,
|
|
528
498
|
danger_level: "medium",
|
|
529
|
-
examples: [
|
|
530
|
-
{
|
|
531
|
-
command: "f5xcctl config app-firewall create {name} --namespace {namespace}",
|
|
532
|
-
description: "Create app-firewall",
|
|
533
|
-
use_case: "basic_create",
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
command: "f5xcctl config app-firewall create -f {file}.yaml",
|
|
537
|
-
description: "Create from YAML file",
|
|
538
|
-
use_case: "file_based",
|
|
539
|
-
},
|
|
540
|
-
],
|
|
541
499
|
field_docs: {},
|
|
542
500
|
optional_fields: [],
|
|
543
501
|
performance_impact: {
|
|
@@ -550,6 +508,45 @@ export const wafTools = [
|
|
|
550
508
|
creates: ["app-firewall"],
|
|
551
509
|
},
|
|
552
510
|
},
|
|
511
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/app_firewalls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @waf-policy.json\n',
|
|
512
|
+
dependencies: [
|
|
513
|
+
{
|
|
514
|
+
domain: "waf",
|
|
515
|
+
fieldPath: "",
|
|
516
|
+
inline: false,
|
|
517
|
+
required: false,
|
|
518
|
+
resourceType: "app-firewall",
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
domain: "",
|
|
522
|
+
fieldPath: "metadata",
|
|
523
|
+
inline: false,
|
|
524
|
+
required: false,
|
|
525
|
+
resourceType: "schema-object-create-meta",
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
domain: "",
|
|
529
|
+
fieldPath: "spec",
|
|
530
|
+
inline: false,
|
|
531
|
+
required: false,
|
|
532
|
+
resourceType: "app-firewall-create",
|
|
533
|
+
},
|
|
534
|
+
],
|
|
535
|
+
oneOfGroups: [],
|
|
536
|
+
subscriptionRequirements: [
|
|
537
|
+
{
|
|
538
|
+
addonService: "f5xc_waap_standard",
|
|
539
|
+
displayName: "F5XC WAAP Standard",
|
|
540
|
+
required: false,
|
|
541
|
+
tier: "standard",
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
addonService: "f5xc_waap_advanced",
|
|
545
|
+
displayName: "F5XC WAAP Advanced",
|
|
546
|
+
required: false,
|
|
547
|
+
tier: "advanced",
|
|
548
|
+
},
|
|
549
|
+
],
|
|
553
550
|
},
|
|
554
551
|
{
|
|
555
552
|
toolName: "f5xc-api-waf-app-firewall-delete",
|
|
@@ -599,13 +596,6 @@ export const wafTools = [
|
|
|
599
596
|
deletes: ["app-firewall", "contained_resources"],
|
|
600
597
|
},
|
|
601
598
|
requiredFields: ["path.name", "path.namespace"],
|
|
602
|
-
cliExamples: [
|
|
603
|
-
{
|
|
604
|
-
command: "f5xcctl config app-firewall delete {name} --namespace {namespace}",
|
|
605
|
-
description: "Delete app-firewall",
|
|
606
|
-
use_case: "delete",
|
|
607
|
-
},
|
|
608
|
-
],
|
|
609
599
|
confirmationRequired: true,
|
|
610
600
|
parameterExamples: {
|
|
611
601
|
name: "Name",
|
|
@@ -651,13 +641,6 @@ export const wafTools = [
|
|
|
651
641
|
},
|
|
652
642
|
confirmation_required: true,
|
|
653
643
|
danger_level: "high",
|
|
654
|
-
examples: [
|
|
655
|
-
{
|
|
656
|
-
command: "f5xcctl config app-firewall delete {name} --namespace {namespace}",
|
|
657
|
-
description: "Delete app-firewall",
|
|
658
|
-
use_case: "delete",
|
|
659
|
-
},
|
|
660
|
-
],
|
|
661
644
|
field_docs: {},
|
|
662
645
|
optional_fields: [],
|
|
663
646
|
performance_impact: {
|
|
@@ -670,6 +653,31 @@ export const wafTools = [
|
|
|
670
653
|
deletes: ["app-firewall", "contained_resources"],
|
|
671
654
|
},
|
|
672
655
|
},
|
|
656
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/app_firewalls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @waf-policy.json\n',
|
|
657
|
+
dependencies: [
|
|
658
|
+
{
|
|
659
|
+
domain: "waf",
|
|
660
|
+
fieldPath: "",
|
|
661
|
+
inline: false,
|
|
662
|
+
required: false,
|
|
663
|
+
resourceType: "app-firewall",
|
|
664
|
+
},
|
|
665
|
+
],
|
|
666
|
+
oneOfGroups: [],
|
|
667
|
+
subscriptionRequirements: [
|
|
668
|
+
{
|
|
669
|
+
addonService: "f5xc_waap_standard",
|
|
670
|
+
displayName: "F5XC WAAP Standard",
|
|
671
|
+
required: false,
|
|
672
|
+
tier: "standard",
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
addonService: "f5xc_waap_advanced",
|
|
676
|
+
displayName: "F5XC WAAP Advanced",
|
|
677
|
+
required: false,
|
|
678
|
+
tier: "advanced",
|
|
679
|
+
},
|
|
680
|
+
],
|
|
673
681
|
},
|
|
674
682
|
{
|
|
675
683
|
toolName: "f5xc-api-waf-app-firewall-get",
|
|
@@ -738,13 +746,6 @@ export const wafTools = [
|
|
|
738
746
|
dangerLevel: "low",
|
|
739
747
|
sideEffects: null,
|
|
740
748
|
requiredFields: ["path.name", "path.namespace"],
|
|
741
|
-
cliExamples: [
|
|
742
|
-
{
|
|
743
|
-
command: "f5xcctl config app-firewall get {name} --namespace {namespace}",
|
|
744
|
-
description: "Get specific app-firewall",
|
|
745
|
-
use_case: "get_specific",
|
|
746
|
-
},
|
|
747
|
-
],
|
|
748
749
|
confirmationRequired: false,
|
|
749
750
|
parameterExamples: {
|
|
750
751
|
name: "Name",
|
|
@@ -790,13 +791,6 @@ export const wafTools = [
|
|
|
790
791
|
},
|
|
791
792
|
confirmation_required: false,
|
|
792
793
|
danger_level: "low",
|
|
793
|
-
examples: [
|
|
794
|
-
{
|
|
795
|
-
command: "f5xcctl config app-firewall get {name} --namespace {namespace}",
|
|
796
|
-
description: "Get specific app-firewall",
|
|
797
|
-
use_case: "get_specific",
|
|
798
|
-
},
|
|
799
|
-
],
|
|
800
794
|
field_docs: {},
|
|
801
795
|
optional_fields: [],
|
|
802
796
|
performance_impact: {
|
|
@@ -807,6 +801,23 @@ export const wafTools = [
|
|
|
807
801
|
required_fields: ["path.name", "path.namespace"],
|
|
808
802
|
side_effects: {},
|
|
809
803
|
},
|
|
804
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/app_firewalls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @waf-policy.json\n',
|
|
805
|
+
dependencies: [],
|
|
806
|
+
oneOfGroups: [],
|
|
807
|
+
subscriptionRequirements: [
|
|
808
|
+
{
|
|
809
|
+
addonService: "f5xc_waap_standard",
|
|
810
|
+
displayName: "F5XC WAAP Standard",
|
|
811
|
+
required: false,
|
|
812
|
+
tier: "standard",
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
addonService: "f5xc_waap_advanced",
|
|
816
|
+
displayName: "F5XC WAAP Advanced",
|
|
817
|
+
required: false,
|
|
818
|
+
tier: "advanced",
|
|
819
|
+
},
|
|
820
|
+
],
|
|
810
821
|
},
|
|
811
822
|
{
|
|
812
823
|
toolName: "f5xc-api-waf-app-firewall-list",
|
|
@@ -881,13 +892,6 @@ export const wafTools = [
|
|
|
881
892
|
dangerLevel: "low",
|
|
882
893
|
sideEffects: null,
|
|
883
894
|
requiredFields: ["path.namespace"],
|
|
884
|
-
cliExamples: [
|
|
885
|
-
{
|
|
886
|
-
command: "f5xcctl config app-firewall list --namespace {namespace}",
|
|
887
|
-
description: "List all app-firewalls",
|
|
888
|
-
use_case: "list_all",
|
|
889
|
-
},
|
|
890
|
-
],
|
|
891
895
|
confirmationRequired: false,
|
|
892
896
|
parameterExamples: {
|
|
893
897
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -933,13 +937,6 @@ export const wafTools = [
|
|
|
933
937
|
},
|
|
934
938
|
confirmation_required: false,
|
|
935
939
|
danger_level: "low",
|
|
936
|
-
examples: [
|
|
937
|
-
{
|
|
938
|
-
command: "f5xcctl config app-firewall list --namespace {namespace}",
|
|
939
|
-
description: "List all app-firewalls",
|
|
940
|
-
use_case: "list_all",
|
|
941
|
-
},
|
|
942
|
-
],
|
|
943
940
|
field_docs: {},
|
|
944
941
|
optional_fields: [],
|
|
945
942
|
performance_impact: {
|
|
@@ -950,6 +947,23 @@ export const wafTools = [
|
|
|
950
947
|
required_fields: ["path.namespace"],
|
|
951
948
|
side_effects: {},
|
|
952
949
|
},
|
|
950
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/app_firewalls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @waf-policy.json\n',
|
|
951
|
+
dependencies: [],
|
|
952
|
+
oneOfGroups: [],
|
|
953
|
+
subscriptionRequirements: [
|
|
954
|
+
{
|
|
955
|
+
addonService: "f5xc_waap_standard",
|
|
956
|
+
displayName: "F5XC WAAP Standard",
|
|
957
|
+
required: false,
|
|
958
|
+
tier: "standard",
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
addonService: "f5xc_waap_advanced",
|
|
962
|
+
displayName: "F5XC WAAP Advanced",
|
|
963
|
+
required: false,
|
|
964
|
+
tier: "advanced",
|
|
965
|
+
},
|
|
966
|
+
],
|
|
953
967
|
},
|
|
954
968
|
{
|
|
955
969
|
toolName: "f5xc-api-waf-app-firewall-update",
|
|
@@ -1001,13 +1015,6 @@ export const wafTools = [
|
|
|
1001
1015
|
modifies: ["app-firewall"],
|
|
1002
1016
|
},
|
|
1003
1017
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
1004
|
-
cliExamples: [
|
|
1005
|
-
{
|
|
1006
|
-
command: "f5xcctl config app-firewall update {name} --namespace {namespace} -f {file}.yaml",
|
|
1007
|
-
description: "Update app-firewall",
|
|
1008
|
-
use_case: "update",
|
|
1009
|
-
},
|
|
1010
|
-
],
|
|
1011
1018
|
confirmationRequired: false,
|
|
1012
1019
|
parameterExamples: {
|
|
1013
1020
|
"metadata.name": "Example-corp-web.",
|
|
@@ -1053,13 +1060,6 @@ export const wafTools = [
|
|
|
1053
1060
|
},
|
|
1054
1061
|
confirmation_required: false,
|
|
1055
1062
|
danger_level: "medium",
|
|
1056
|
-
examples: [
|
|
1057
|
-
{
|
|
1058
|
-
command: "f5xcctl config app-firewall update {name} --namespace {namespace} -f {file}.yaml",
|
|
1059
|
-
description: "Update app-firewall",
|
|
1060
|
-
use_case: "update",
|
|
1061
|
-
},
|
|
1062
|
-
],
|
|
1063
1063
|
field_docs: {},
|
|
1064
1064
|
optional_fields: [],
|
|
1065
1065
|
performance_impact: {
|
|
@@ -1072,6 +1072,45 @@ export const wafTools = [
|
|
|
1072
1072
|
modifies: ["app-firewall"],
|
|
1073
1073
|
},
|
|
1074
1074
|
},
|
|
1075
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/app_firewalls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @waf-policy.json\n',
|
|
1076
|
+
dependencies: [
|
|
1077
|
+
{
|
|
1078
|
+
domain: "waf",
|
|
1079
|
+
fieldPath: "",
|
|
1080
|
+
inline: false,
|
|
1081
|
+
required: false,
|
|
1082
|
+
resourceType: "app-firewall",
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
domain: "",
|
|
1086
|
+
fieldPath: "metadata",
|
|
1087
|
+
inline: false,
|
|
1088
|
+
required: false,
|
|
1089
|
+
resourceType: "schema-object-replace-meta",
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
domain: "",
|
|
1093
|
+
fieldPath: "spec",
|
|
1094
|
+
inline: false,
|
|
1095
|
+
required: false,
|
|
1096
|
+
resourceType: "app-firewall-replace",
|
|
1097
|
+
},
|
|
1098
|
+
],
|
|
1099
|
+
oneOfGroups: [],
|
|
1100
|
+
subscriptionRequirements: [
|
|
1101
|
+
{
|
|
1102
|
+
addonService: "f5xc_waap_standard",
|
|
1103
|
+
displayName: "F5XC WAAP Standard",
|
|
1104
|
+
required: false,
|
|
1105
|
+
tier: "standard",
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
addonService: "f5xc_waap_advanced",
|
|
1109
|
+
displayName: "F5XC WAAP Advanced",
|
|
1110
|
+
required: false,
|
|
1111
|
+
tier: "advanced",
|
|
1112
|
+
},
|
|
1113
|
+
],
|
|
1075
1114
|
},
|
|
1076
1115
|
{
|
|
1077
1116
|
toolName: "f5xc-api-waf-enhanced-firewall-policy-create",
|
|
@@ -1112,18 +1151,6 @@ export const wafTools = [
|
|
|
1112
1151
|
creates: ["enhanced-firewall-policy"],
|
|
1113
1152
|
},
|
|
1114
1153
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
1115
|
-
cliExamples: [
|
|
1116
|
-
{
|
|
1117
|
-
command: "f5xcctl config enhanced-firewall-policy create {name} --namespace {namespace}",
|
|
1118
|
-
description: "Create enhanced-firewall-policy",
|
|
1119
|
-
use_case: "basic_create",
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
command: "f5xcctl config enhanced-firewall-policy create -f {file}.yaml",
|
|
1123
|
-
description: "Create from YAML file",
|
|
1124
|
-
use_case: "file_based",
|
|
1125
|
-
},
|
|
1126
|
-
],
|
|
1127
1154
|
confirmationRequired: false,
|
|
1128
1155
|
parameterExamples: {
|
|
1129
1156
|
"metadata.namespace": "Staging",
|
|
@@ -1171,18 +1198,6 @@ export const wafTools = [
|
|
|
1171
1198
|
},
|
|
1172
1199
|
confirmation_required: false,
|
|
1173
1200
|
danger_level: "medium",
|
|
1174
|
-
examples: [
|
|
1175
|
-
{
|
|
1176
|
-
command: "f5xcctl config enhanced-firewall-policy create {name} --namespace {namespace}",
|
|
1177
|
-
description: "Create enhanced-firewall-policy",
|
|
1178
|
-
use_case: "basic_create",
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
command: "f5xcctl config enhanced-firewall-policy create -f {file}.yaml",
|
|
1182
|
-
description: "Create from YAML file",
|
|
1183
|
-
use_case: "file_based",
|
|
1184
|
-
},
|
|
1185
|
-
],
|
|
1186
1201
|
field_docs: {},
|
|
1187
1202
|
optional_fields: [],
|
|
1188
1203
|
performance_impact: {
|
|
@@ -1195,6 +1210,45 @@ export const wafTools = [
|
|
|
1195
1210
|
creates: ["enhanced-firewall-policy"],
|
|
1196
1211
|
},
|
|
1197
1212
|
},
|
|
1213
|
+
curlExample: null,
|
|
1214
|
+
dependencies: [
|
|
1215
|
+
{
|
|
1216
|
+
domain: "",
|
|
1217
|
+
fieldPath: "",
|
|
1218
|
+
inline: false,
|
|
1219
|
+
required: false,
|
|
1220
|
+
resourceType: "enhanced-firewall-policy",
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
domain: "",
|
|
1224
|
+
fieldPath: "metadata",
|
|
1225
|
+
inline: false,
|
|
1226
|
+
required: false,
|
|
1227
|
+
resourceType: "schema-object-create-meta",
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
domain: "",
|
|
1231
|
+
fieldPath: "spec",
|
|
1232
|
+
inline: false,
|
|
1233
|
+
required: false,
|
|
1234
|
+
resourceType: "schemaenhanced-firewall-policy-create",
|
|
1235
|
+
},
|
|
1236
|
+
],
|
|
1237
|
+
oneOfGroups: [],
|
|
1238
|
+
subscriptionRequirements: [
|
|
1239
|
+
{
|
|
1240
|
+
addonService: "f5xc_waap_standard",
|
|
1241
|
+
displayName: "F5XC WAAP Standard",
|
|
1242
|
+
required: false,
|
|
1243
|
+
tier: "standard",
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
addonService: "f5xc_waap_advanced",
|
|
1247
|
+
displayName: "F5XC WAAP Advanced",
|
|
1248
|
+
required: false,
|
|
1249
|
+
tier: "advanced",
|
|
1250
|
+
},
|
|
1251
|
+
],
|
|
1198
1252
|
},
|
|
1199
1253
|
{
|
|
1200
1254
|
toolName: "f5xc-api-waf-enhanced-firewall-policy-delete",
|
|
@@ -1244,13 +1298,6 @@ export const wafTools = [
|
|
|
1244
1298
|
deletes: ["enhanced-firewall-policy", "contained_resources"],
|
|
1245
1299
|
},
|
|
1246
1300
|
requiredFields: ["path.name", "path.namespace"],
|
|
1247
|
-
cliExamples: [
|
|
1248
|
-
{
|
|
1249
|
-
command: "f5xcctl config enhanced-firewall-policy delete {name} --namespace {namespace}",
|
|
1250
|
-
description: "Delete enhanced-firewall-policy",
|
|
1251
|
-
use_case: "delete",
|
|
1252
|
-
},
|
|
1253
|
-
],
|
|
1254
1301
|
confirmationRequired: true,
|
|
1255
1302
|
parameterExamples: {
|
|
1256
1303
|
name: "Name",
|
|
@@ -1296,13 +1343,6 @@ export const wafTools = [
|
|
|
1296
1343
|
},
|
|
1297
1344
|
confirmation_required: true,
|
|
1298
1345
|
danger_level: "high",
|
|
1299
|
-
examples: [
|
|
1300
|
-
{
|
|
1301
|
-
command: "f5xcctl config enhanced-firewall-policy delete {name} --namespace {namespace}",
|
|
1302
|
-
description: "Delete enhanced-firewall-policy",
|
|
1303
|
-
use_case: "delete",
|
|
1304
|
-
},
|
|
1305
|
-
],
|
|
1306
1346
|
field_docs: {},
|
|
1307
1347
|
optional_fields: [],
|
|
1308
1348
|
performance_impact: {
|
|
@@ -1315,6 +1355,31 @@ export const wafTools = [
|
|
|
1315
1355
|
deletes: ["enhanced-firewall-policy", "contained_resources"],
|
|
1316
1356
|
},
|
|
1317
1357
|
},
|
|
1358
|
+
curlExample: null,
|
|
1359
|
+
dependencies: [
|
|
1360
|
+
{
|
|
1361
|
+
domain: "",
|
|
1362
|
+
fieldPath: "",
|
|
1363
|
+
inline: false,
|
|
1364
|
+
required: false,
|
|
1365
|
+
resourceType: "enhanced-firewall-policy",
|
|
1366
|
+
},
|
|
1367
|
+
],
|
|
1368
|
+
oneOfGroups: [],
|
|
1369
|
+
subscriptionRequirements: [
|
|
1370
|
+
{
|
|
1371
|
+
addonService: "f5xc_waap_standard",
|
|
1372
|
+
displayName: "F5XC WAAP Standard",
|
|
1373
|
+
required: false,
|
|
1374
|
+
tier: "standard",
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
addonService: "f5xc_waap_advanced",
|
|
1378
|
+
displayName: "F5XC WAAP Advanced",
|
|
1379
|
+
required: false,
|
|
1380
|
+
tier: "advanced",
|
|
1381
|
+
},
|
|
1382
|
+
],
|
|
1318
1383
|
},
|
|
1319
1384
|
{
|
|
1320
1385
|
toolName: "f5xc-api-waf-enhanced-firewall-policy-get",
|
|
@@ -1383,13 +1448,6 @@ export const wafTools = [
|
|
|
1383
1448
|
dangerLevel: "low",
|
|
1384
1449
|
sideEffects: null,
|
|
1385
1450
|
requiredFields: ["path.name", "path.namespace"],
|
|
1386
|
-
cliExamples: [
|
|
1387
|
-
{
|
|
1388
|
-
command: "f5xcctl config enhanced-firewall-policy get {name} --namespace {namespace}",
|
|
1389
|
-
description: "Get specific enhanced-firewall-policy",
|
|
1390
|
-
use_case: "get_specific",
|
|
1391
|
-
},
|
|
1392
|
-
],
|
|
1393
1451
|
confirmationRequired: false,
|
|
1394
1452
|
parameterExamples: {
|
|
1395
1453
|
name: "Name",
|
|
@@ -1435,13 +1493,6 @@ export const wafTools = [
|
|
|
1435
1493
|
},
|
|
1436
1494
|
confirmation_required: false,
|
|
1437
1495
|
danger_level: "low",
|
|
1438
|
-
examples: [
|
|
1439
|
-
{
|
|
1440
|
-
command: "f5xcctl config enhanced-firewall-policy get {name} --namespace {namespace}",
|
|
1441
|
-
description: "Get specific enhanced-firewall-policy",
|
|
1442
|
-
use_case: "get_specific",
|
|
1443
|
-
},
|
|
1444
|
-
],
|
|
1445
1496
|
field_docs: {},
|
|
1446
1497
|
optional_fields: [],
|
|
1447
1498
|
performance_impact: {
|
|
@@ -1452,6 +1503,23 @@ export const wafTools = [
|
|
|
1452
1503
|
required_fields: ["path.name", "path.namespace"],
|
|
1453
1504
|
side_effects: {},
|
|
1454
1505
|
},
|
|
1506
|
+
curlExample: null,
|
|
1507
|
+
dependencies: [],
|
|
1508
|
+
oneOfGroups: [],
|
|
1509
|
+
subscriptionRequirements: [
|
|
1510
|
+
{
|
|
1511
|
+
addonService: "f5xc_waap_standard",
|
|
1512
|
+
displayName: "F5XC WAAP Standard",
|
|
1513
|
+
required: false,
|
|
1514
|
+
tier: "standard",
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
addonService: "f5xc_waap_advanced",
|
|
1518
|
+
displayName: "F5XC WAAP Advanced",
|
|
1519
|
+
required: false,
|
|
1520
|
+
tier: "advanced",
|
|
1521
|
+
},
|
|
1522
|
+
],
|
|
1455
1523
|
},
|
|
1456
1524
|
{
|
|
1457
1525
|
toolName: "f5xc-api-waf-enhanced-firewall-policy-list",
|
|
@@ -1526,13 +1594,6 @@ export const wafTools = [
|
|
|
1526
1594
|
dangerLevel: "low",
|
|
1527
1595
|
sideEffects: null,
|
|
1528
1596
|
requiredFields: ["path.namespace"],
|
|
1529
|
-
cliExamples: [
|
|
1530
|
-
{
|
|
1531
|
-
command: "f5xcctl config enhanced-firewall-policy list --namespace {namespace}",
|
|
1532
|
-
description: "List all enhanced-firewall-policys",
|
|
1533
|
-
use_case: "list_all",
|
|
1534
|
-
},
|
|
1535
|
-
],
|
|
1536
1597
|
confirmationRequired: false,
|
|
1537
1598
|
parameterExamples: {
|
|
1538
1599
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -1578,13 +1639,6 @@ export const wafTools = [
|
|
|
1578
1639
|
},
|
|
1579
1640
|
confirmation_required: false,
|
|
1580
1641
|
danger_level: "low",
|
|
1581
|
-
examples: [
|
|
1582
|
-
{
|
|
1583
|
-
command: "f5xcctl config enhanced-firewall-policy list --namespace {namespace}",
|
|
1584
|
-
description: "List all enhanced-firewall-policys",
|
|
1585
|
-
use_case: "list_all",
|
|
1586
|
-
},
|
|
1587
|
-
],
|
|
1588
1642
|
field_docs: {},
|
|
1589
1643
|
optional_fields: [],
|
|
1590
1644
|
performance_impact: {
|
|
@@ -1595,6 +1649,23 @@ export const wafTools = [
|
|
|
1595
1649
|
required_fields: ["path.namespace"],
|
|
1596
1650
|
side_effects: {},
|
|
1597
1651
|
},
|
|
1652
|
+
curlExample: null,
|
|
1653
|
+
dependencies: [],
|
|
1654
|
+
oneOfGroups: [],
|
|
1655
|
+
subscriptionRequirements: [
|
|
1656
|
+
{
|
|
1657
|
+
addonService: "f5xc_waap_standard",
|
|
1658
|
+
displayName: "F5XC WAAP Standard",
|
|
1659
|
+
required: false,
|
|
1660
|
+
tier: "standard",
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
addonService: "f5xc_waap_advanced",
|
|
1664
|
+
displayName: "F5XC WAAP Advanced",
|
|
1665
|
+
required: false,
|
|
1666
|
+
tier: "advanced",
|
|
1667
|
+
},
|
|
1668
|
+
],
|
|
1598
1669
|
},
|
|
1599
1670
|
{
|
|
1600
1671
|
toolName: "f5xc-api-waf-enhanced-firewall-policy-update",
|
|
@@ -1646,13 +1717,6 @@ export const wafTools = [
|
|
|
1646
1717
|
modifies: ["enhanced-firewall-policy"],
|
|
1647
1718
|
},
|
|
1648
1719
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
1649
|
-
cliExamples: [
|
|
1650
|
-
{
|
|
1651
|
-
command: "f5xcctl config enhanced-firewall-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
1652
|
-
description: "Update enhanced-firewall-policy",
|
|
1653
|
-
use_case: "update",
|
|
1654
|
-
},
|
|
1655
|
-
],
|
|
1656
1720
|
confirmationRequired: false,
|
|
1657
1721
|
parameterExamples: {
|
|
1658
1722
|
"metadata.name": "Example-corp-web.",
|
|
@@ -1698,13 +1762,6 @@ export const wafTools = [
|
|
|
1698
1762
|
},
|
|
1699
1763
|
confirmation_required: false,
|
|
1700
1764
|
danger_level: "medium",
|
|
1701
|
-
examples: [
|
|
1702
|
-
{
|
|
1703
|
-
command: "f5xcctl config enhanced-firewall-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
1704
|
-
description: "Update enhanced-firewall-policy",
|
|
1705
|
-
use_case: "update",
|
|
1706
|
-
},
|
|
1707
|
-
],
|
|
1708
1765
|
field_docs: {},
|
|
1709
1766
|
optional_fields: [],
|
|
1710
1767
|
performance_impact: {
|
|
@@ -1717,6 +1774,45 @@ export const wafTools = [
|
|
|
1717
1774
|
modifies: ["enhanced-firewall-policy"],
|
|
1718
1775
|
},
|
|
1719
1776
|
},
|
|
1777
|
+
curlExample: null,
|
|
1778
|
+
dependencies: [
|
|
1779
|
+
{
|
|
1780
|
+
domain: "",
|
|
1781
|
+
fieldPath: "",
|
|
1782
|
+
inline: false,
|
|
1783
|
+
required: false,
|
|
1784
|
+
resourceType: "enhanced-firewall-policy",
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
domain: "",
|
|
1788
|
+
fieldPath: "metadata",
|
|
1789
|
+
inline: false,
|
|
1790
|
+
required: false,
|
|
1791
|
+
resourceType: "schema-object-replace-meta",
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
domain: "",
|
|
1795
|
+
fieldPath: "spec",
|
|
1796
|
+
inline: false,
|
|
1797
|
+
required: false,
|
|
1798
|
+
resourceType: "schemaenhanced-firewall-policy-replace",
|
|
1799
|
+
},
|
|
1800
|
+
],
|
|
1801
|
+
oneOfGroups: [],
|
|
1802
|
+
subscriptionRequirements: [
|
|
1803
|
+
{
|
|
1804
|
+
addonService: "f5xc_waap_standard",
|
|
1805
|
+
displayName: "F5XC WAAP Standard",
|
|
1806
|
+
required: false,
|
|
1807
|
+
tier: "standard",
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
addonService: "f5xc_waap_advanced",
|
|
1811
|
+
displayName: "F5XC WAAP Advanced",
|
|
1812
|
+
required: false,
|
|
1813
|
+
tier: "advanced",
|
|
1814
|
+
},
|
|
1815
|
+
],
|
|
1720
1816
|
},
|
|
1721
1817
|
{
|
|
1722
1818
|
toolName: "f5xc-api-waf-event-create",
|
|
@@ -1755,18 +1851,6 @@ export const wafTools = [
|
|
|
1755
1851
|
creates: ["event"],
|
|
1756
1852
|
},
|
|
1757
1853
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
1758
|
-
cliExamples: [
|
|
1759
|
-
{
|
|
1760
|
-
command: "f5xcctl data event create {name} --namespace {namespace}",
|
|
1761
|
-
description: "Create event",
|
|
1762
|
-
use_case: "basic_create",
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
command: "f5xcctl data event create -f {file}.yaml",
|
|
1766
|
-
description: "Create from YAML file",
|
|
1767
|
-
use_case: "file_based",
|
|
1768
|
-
},
|
|
1769
|
-
],
|
|
1770
1854
|
confirmationRequired: false,
|
|
1771
1855
|
parameterExamples: {
|
|
1772
1856
|
namespace: "Bloggin-app-namespace-1.",
|
|
@@ -1811,18 +1895,6 @@ export const wafTools = [
|
|
|
1811
1895
|
},
|
|
1812
1896
|
confirmation_required: false,
|
|
1813
1897
|
danger_level: "medium",
|
|
1814
|
-
examples: [
|
|
1815
|
-
{
|
|
1816
|
-
command: "f5xcctl data event create {name} --namespace {namespace}",
|
|
1817
|
-
description: "Create event",
|
|
1818
|
-
use_case: "basic_create",
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
command: "f5xcctl data event create -f {file}.yaml",
|
|
1822
|
-
description: "Create from YAML file",
|
|
1823
|
-
use_case: "file_based",
|
|
1824
|
-
},
|
|
1825
|
-
],
|
|
1826
1898
|
field_docs: {},
|
|
1827
1899
|
optional_fields: [],
|
|
1828
1900
|
performance_impact: {
|
|
@@ -1835,6 +1907,23 @@ export const wafTools = [
|
|
|
1835
1907
|
creates: ["event"],
|
|
1836
1908
|
},
|
|
1837
1909
|
},
|
|
1910
|
+
curlExample: null,
|
|
1911
|
+
dependencies: [],
|
|
1912
|
+
oneOfGroups: [],
|
|
1913
|
+
subscriptionRequirements: [
|
|
1914
|
+
{
|
|
1915
|
+
addonService: "f5xc_waap_standard",
|
|
1916
|
+
displayName: "F5XC WAAP Standard",
|
|
1917
|
+
required: false,
|
|
1918
|
+
tier: "standard",
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
addonService: "f5xc_waap_advanced",
|
|
1922
|
+
displayName: "F5XC WAAP Advanced",
|
|
1923
|
+
required: false,
|
|
1924
|
+
tier: "advanced",
|
|
1925
|
+
},
|
|
1926
|
+
],
|
|
1838
1927
|
},
|
|
1839
1928
|
{
|
|
1840
1929
|
toolName: "f5xc-api-waf-hit-create",
|
|
@@ -1875,18 +1964,6 @@ export const wafTools = [
|
|
|
1875
1964
|
creates: ["hit"],
|
|
1876
1965
|
},
|
|
1877
1966
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
1878
|
-
cliExamples: [
|
|
1879
|
-
{
|
|
1880
|
-
command: "f5xcctl data hit create -f {file}.yaml",
|
|
1881
|
-
description: "Create from YAML file",
|
|
1882
|
-
use_case: "file_based",
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
command: "f5xcctl data hit create {name} --namespace {namespace}",
|
|
1886
|
-
description: "Create hit",
|
|
1887
|
-
use_case: "basic_create",
|
|
1888
|
-
},
|
|
1889
|
-
],
|
|
1890
1967
|
confirmationRequired: false,
|
|
1891
1968
|
parameterExamples: {
|
|
1892
1969
|
namespace: "Ns1",
|
|
@@ -1931,18 +2008,6 @@ export const wafTools = [
|
|
|
1931
2008
|
},
|
|
1932
2009
|
confirmation_required: false,
|
|
1933
2010
|
danger_level: "medium",
|
|
1934
|
-
examples: [
|
|
1935
|
-
{
|
|
1936
|
-
command: "f5xcctl data hit create {name} --namespace {namespace}",
|
|
1937
|
-
description: "Create hit",
|
|
1938
|
-
use_case: "basic_create",
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
command: "f5xcctl data hit create -f {file}.yaml",
|
|
1942
|
-
description: "Create from YAML file",
|
|
1943
|
-
use_case: "file_based",
|
|
1944
|
-
},
|
|
1945
|
-
],
|
|
1946
2011
|
field_docs: {},
|
|
1947
2012
|
optional_fields: [],
|
|
1948
2013
|
performance_impact: {
|
|
@@ -1955,6 +2020,23 @@ export const wafTools = [
|
|
|
1955
2020
|
creates: ["hit"],
|
|
1956
2021
|
},
|
|
1957
2022
|
},
|
|
2023
|
+
curlExample: null,
|
|
2024
|
+
dependencies: [],
|
|
2025
|
+
oneOfGroups: [],
|
|
2026
|
+
subscriptionRequirements: [
|
|
2027
|
+
{
|
|
2028
|
+
addonService: "f5xc_waap_standard",
|
|
2029
|
+
displayName: "F5XC WAAP Standard",
|
|
2030
|
+
required: false,
|
|
2031
|
+
tier: "standard",
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
addonService: "f5xc_waap_advanced",
|
|
2035
|
+
displayName: "F5XC WAAP Advanced",
|
|
2036
|
+
required: false,
|
|
2037
|
+
tier: "advanced",
|
|
2038
|
+
},
|
|
2039
|
+
],
|
|
1958
2040
|
},
|
|
1959
2041
|
{
|
|
1960
2042
|
toolName: "f5xc-api-waf-incident-create",
|
|
@@ -1995,18 +2077,6 @@ export const wafTools = [
|
|
|
1995
2077
|
creates: ["incident"],
|
|
1996
2078
|
},
|
|
1997
2079
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
1998
|
-
cliExamples: [
|
|
1999
|
-
{
|
|
2000
|
-
command: "f5xcctl data incident create -f {file}.yaml",
|
|
2001
|
-
description: "Create from YAML file",
|
|
2002
|
-
use_case: "file_based",
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
command: "f5xcctl data incident create {name} --namespace {namespace}",
|
|
2006
|
-
description: "Create incident",
|
|
2007
|
-
use_case: "basic_create",
|
|
2008
|
-
},
|
|
2009
|
-
],
|
|
2010
2080
|
confirmationRequired: false,
|
|
2011
2081
|
parameterExamples: {
|
|
2012
2082
|
namespace: "Bloggin-app-namespace-1.",
|
|
@@ -2051,18 +2121,6 @@ export const wafTools = [
|
|
|
2051
2121
|
},
|
|
2052
2122
|
confirmation_required: false,
|
|
2053
2123
|
danger_level: "medium",
|
|
2054
|
-
examples: [
|
|
2055
|
-
{
|
|
2056
|
-
command: "f5xcctl data incident create {name} --namespace {namespace}",
|
|
2057
|
-
description: "Create incident",
|
|
2058
|
-
use_case: "basic_create",
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
command: "f5xcctl data incident create -f {file}.yaml",
|
|
2062
|
-
description: "Create from YAML file",
|
|
2063
|
-
use_case: "file_based",
|
|
2064
|
-
},
|
|
2065
|
-
],
|
|
2066
2124
|
field_docs: {},
|
|
2067
2125
|
optional_fields: [],
|
|
2068
2126
|
performance_impact: {
|
|
@@ -2075,6 +2133,23 @@ export const wafTools = [
|
|
|
2075
2133
|
creates: ["incident"],
|
|
2076
2134
|
},
|
|
2077
2135
|
},
|
|
2136
|
+
curlExample: null,
|
|
2137
|
+
dependencies: [],
|
|
2138
|
+
oneOfGroups: [],
|
|
2139
|
+
subscriptionRequirements: [
|
|
2140
|
+
{
|
|
2141
|
+
addonService: "f5xc_waap_standard",
|
|
2142
|
+
displayName: "F5XC WAAP Standard",
|
|
2143
|
+
required: false,
|
|
2144
|
+
tier: "standard",
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
addonService: "f5xc_waap_advanced",
|
|
2148
|
+
displayName: "F5XC WAAP Advanced",
|
|
2149
|
+
required: false,
|
|
2150
|
+
tier: "advanced",
|
|
2151
|
+
},
|
|
2152
|
+
],
|
|
2078
2153
|
},
|
|
2079
2154
|
{
|
|
2080
2155
|
toolName: "f5xc-api-waf-loadbalancer-create",
|
|
@@ -2101,18 +2176,6 @@ export const wafTools = [
|
|
|
2101
2176
|
creates: ["loadbalancer"],
|
|
2102
2177
|
},
|
|
2103
2178
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
2104
|
-
cliExamples: [
|
|
2105
|
-
{
|
|
2106
|
-
command: "f5xcctl data loadbalancer create -f {file}.yaml",
|
|
2107
|
-
description: "Create from YAML file",
|
|
2108
|
-
use_case: "file_based",
|
|
2109
|
-
},
|
|
2110
|
-
{
|
|
2111
|
-
command: "f5xcctl data loadbalancer create {name} --namespace {namespace}",
|
|
2112
|
-
description: "Create loadbalancer",
|
|
2113
|
-
use_case: "basic_create",
|
|
2114
|
-
},
|
|
2115
|
-
],
|
|
2116
2179
|
confirmationRequired: false,
|
|
2117
2180
|
parameterExamples: {},
|
|
2118
2181
|
validationRules: {},
|
|
@@ -2155,18 +2218,6 @@ export const wafTools = [
|
|
|
2155
2218
|
},
|
|
2156
2219
|
confirmation_required: false,
|
|
2157
2220
|
danger_level: "medium",
|
|
2158
|
-
examples: [
|
|
2159
|
-
{
|
|
2160
|
-
command: "f5xcctl data loadbalancer create {name} --namespace {namespace}",
|
|
2161
|
-
description: "Create loadbalancer",
|
|
2162
|
-
use_case: "basic_create",
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
command: "f5xcctl data loadbalancer create -f {file}.yaml",
|
|
2166
|
-
description: "Create from YAML file",
|
|
2167
|
-
use_case: "file_based",
|
|
2168
|
-
},
|
|
2169
|
-
],
|
|
2170
2221
|
field_docs: {},
|
|
2171
2222
|
optional_fields: [],
|
|
2172
2223
|
performance_impact: {
|
|
@@ -2179,6 +2230,23 @@ export const wafTools = [
|
|
|
2179
2230
|
creates: ["loadbalancer"],
|
|
2180
2231
|
},
|
|
2181
2232
|
},
|
|
2233
|
+
curlExample: null,
|
|
2234
|
+
dependencies: [],
|
|
2235
|
+
oneOfGroups: [],
|
|
2236
|
+
subscriptionRequirements: [
|
|
2237
|
+
{
|
|
2238
|
+
addonService: "f5xc_waap_standard",
|
|
2239
|
+
displayName: "F5XC WAAP Standard",
|
|
2240
|
+
required: false,
|
|
2241
|
+
tier: "standard",
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
addonService: "f5xc_waap_advanced",
|
|
2245
|
+
displayName: "F5XC WAAP Advanced",
|
|
2246
|
+
required: false,
|
|
2247
|
+
tier: "advanced",
|
|
2248
|
+
},
|
|
2249
|
+
],
|
|
2182
2250
|
},
|
|
2183
2251
|
{
|
|
2184
2252
|
toolName: "f5xc-api-waf-metric-create",
|
|
@@ -2217,18 +2285,6 @@ export const wafTools = [
|
|
|
2217
2285
|
creates: ["metric"],
|
|
2218
2286
|
},
|
|
2219
2287
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
2220
|
-
cliExamples: [
|
|
2221
|
-
{
|
|
2222
|
-
command: "f5xcctl data metric create -f {file}.yaml",
|
|
2223
|
-
description: "Create from YAML file",
|
|
2224
|
-
use_case: "file_based",
|
|
2225
|
-
},
|
|
2226
|
-
{
|
|
2227
|
-
command: "f5xcctl data metric create {name} --namespace {namespace}",
|
|
2228
|
-
description: "Create metric",
|
|
2229
|
-
use_case: "basic_create",
|
|
2230
|
-
},
|
|
2231
|
-
],
|
|
2232
2288
|
confirmationRequired: false,
|
|
2233
2289
|
parameterExamples: {
|
|
2234
2290
|
namespace: "System",
|
|
@@ -2273,18 +2329,6 @@ export const wafTools = [
|
|
|
2273
2329
|
},
|
|
2274
2330
|
confirmation_required: false,
|
|
2275
2331
|
danger_level: "medium",
|
|
2276
|
-
examples: [
|
|
2277
|
-
{
|
|
2278
|
-
command: "f5xcctl data metric create {name} --namespace {namespace}",
|
|
2279
|
-
description: "Create metric",
|
|
2280
|
-
use_case: "basic_create",
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
command: "f5xcctl data metric create -f {file}.yaml",
|
|
2284
|
-
description: "Create from YAML file",
|
|
2285
|
-
use_case: "file_based",
|
|
2286
|
-
},
|
|
2287
|
-
],
|
|
2288
2332
|
field_docs: {},
|
|
2289
2333
|
optional_fields: [],
|
|
2290
2334
|
performance_impact: {
|
|
@@ -2297,6 +2341,23 @@ export const wafTools = [
|
|
|
2297
2341
|
creates: ["metric"],
|
|
2298
2342
|
},
|
|
2299
2343
|
},
|
|
2344
|
+
curlExample: null,
|
|
2345
|
+
dependencies: [],
|
|
2346
|
+
oneOfGroups: [],
|
|
2347
|
+
subscriptionRequirements: [
|
|
2348
|
+
{
|
|
2349
|
+
addonService: "f5xc_waap_standard",
|
|
2350
|
+
displayName: "F5XC WAAP Standard",
|
|
2351
|
+
required: false,
|
|
2352
|
+
tier: "standard",
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
addonService: "f5xc_waap_advanced",
|
|
2356
|
+
displayName: "F5XC WAAP Advanced",
|
|
2357
|
+
required: false,
|
|
2358
|
+
tier: "advanced",
|
|
2359
|
+
},
|
|
2360
|
+
],
|
|
2300
2361
|
},
|
|
2301
2362
|
{
|
|
2302
2363
|
toolName: "f5xc-api-waf-protocol-inspection-create",
|
|
@@ -2337,18 +2398,6 @@ export const wafTools = [
|
|
|
2337
2398
|
creates: ["protocol-inspection"],
|
|
2338
2399
|
},
|
|
2339
2400
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
2340
|
-
cliExamples: [
|
|
2341
|
-
{
|
|
2342
|
-
command: "f5xcctl config protocol-inspection create -f {file}.yaml",
|
|
2343
|
-
description: "Create from YAML file",
|
|
2344
|
-
use_case: "file_based",
|
|
2345
|
-
},
|
|
2346
|
-
{
|
|
2347
|
-
command: "f5xcctl config protocol-inspection create {name} --namespace {namespace}",
|
|
2348
|
-
description: "Create protocol-inspection",
|
|
2349
|
-
use_case: "basic_create",
|
|
2350
|
-
},
|
|
2351
|
-
],
|
|
2352
2401
|
confirmationRequired: false,
|
|
2353
2402
|
parameterExamples: {
|
|
2354
2403
|
"metadata.namespace": "Staging",
|
|
@@ -2396,18 +2445,6 @@ export const wafTools = [
|
|
|
2396
2445
|
},
|
|
2397
2446
|
confirmation_required: false,
|
|
2398
2447
|
danger_level: "medium",
|
|
2399
|
-
examples: [
|
|
2400
|
-
{
|
|
2401
|
-
command: "f5xcctl config protocol-inspection create {name} --namespace {namespace}",
|
|
2402
|
-
description: "Create protocol-inspection",
|
|
2403
|
-
use_case: "basic_create",
|
|
2404
|
-
},
|
|
2405
|
-
{
|
|
2406
|
-
command: "f5xcctl config protocol-inspection create -f {file}.yaml",
|
|
2407
|
-
description: "Create from YAML file",
|
|
2408
|
-
use_case: "file_based",
|
|
2409
|
-
},
|
|
2410
|
-
],
|
|
2411
2448
|
field_docs: {},
|
|
2412
2449
|
optional_fields: [],
|
|
2413
2450
|
performance_impact: {
|
|
@@ -2420,6 +2457,45 @@ export const wafTools = [
|
|
|
2420
2457
|
creates: ["protocol-inspection"],
|
|
2421
2458
|
},
|
|
2422
2459
|
},
|
|
2460
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/protocol_inspections" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2461
|
+
dependencies: [
|
|
2462
|
+
{
|
|
2463
|
+
domain: "",
|
|
2464
|
+
fieldPath: "",
|
|
2465
|
+
inline: false,
|
|
2466
|
+
required: false,
|
|
2467
|
+
resourceType: "protocol-inspection",
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
domain: "",
|
|
2471
|
+
fieldPath: "metadata",
|
|
2472
|
+
inline: false,
|
|
2473
|
+
required: false,
|
|
2474
|
+
resourceType: "schema-object-create-meta",
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
domain: "",
|
|
2478
|
+
fieldPath: "spec",
|
|
2479
|
+
inline: false,
|
|
2480
|
+
required: false,
|
|
2481
|
+
resourceType: "protocol-inspection-create",
|
|
2482
|
+
},
|
|
2483
|
+
],
|
|
2484
|
+
oneOfGroups: [],
|
|
2485
|
+
subscriptionRequirements: [
|
|
2486
|
+
{
|
|
2487
|
+
addonService: "f5xc_waap_standard",
|
|
2488
|
+
displayName: "F5XC WAAP Standard",
|
|
2489
|
+
required: false,
|
|
2490
|
+
tier: "standard",
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
addonService: "f5xc_waap_advanced",
|
|
2494
|
+
displayName: "F5XC WAAP Advanced",
|
|
2495
|
+
required: false,
|
|
2496
|
+
tier: "advanced",
|
|
2497
|
+
},
|
|
2498
|
+
],
|
|
2423
2499
|
},
|
|
2424
2500
|
{
|
|
2425
2501
|
toolName: "f5xc-api-waf-protocol-inspection-delete",
|
|
@@ -2469,13 +2545,6 @@ export const wafTools = [
|
|
|
2469
2545
|
deletes: ["protocol-inspection", "contained_resources"],
|
|
2470
2546
|
},
|
|
2471
2547
|
requiredFields: ["path.name", "path.namespace"],
|
|
2472
|
-
cliExamples: [
|
|
2473
|
-
{
|
|
2474
|
-
command: "f5xcctl config protocol-inspection delete {name} --namespace {namespace}",
|
|
2475
|
-
description: "Delete protocol-inspection",
|
|
2476
|
-
use_case: "delete",
|
|
2477
|
-
},
|
|
2478
|
-
],
|
|
2479
2548
|
confirmationRequired: true,
|
|
2480
2549
|
parameterExamples: {
|
|
2481
2550
|
name: "Name",
|
|
@@ -2521,13 +2590,6 @@ export const wafTools = [
|
|
|
2521
2590
|
},
|
|
2522
2591
|
confirmation_required: true,
|
|
2523
2592
|
danger_level: "high",
|
|
2524
|
-
examples: [
|
|
2525
|
-
{
|
|
2526
|
-
command: "f5xcctl config protocol-inspection delete {name} --namespace {namespace}",
|
|
2527
|
-
description: "Delete protocol-inspection",
|
|
2528
|
-
use_case: "delete",
|
|
2529
|
-
},
|
|
2530
|
-
],
|
|
2531
2593
|
field_docs: {},
|
|
2532
2594
|
optional_fields: [],
|
|
2533
2595
|
performance_impact: {
|
|
@@ -2539,7 +2601,32 @@ export const wafTools = [
|
|
|
2539
2601
|
side_effects: {
|
|
2540
2602
|
deletes: ["protocol-inspection", "contained_resources"],
|
|
2541
2603
|
},
|
|
2542
|
-
},
|
|
2604
|
+
},
|
|
2605
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/protocol_inspections" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2606
|
+
dependencies: [
|
|
2607
|
+
{
|
|
2608
|
+
domain: "",
|
|
2609
|
+
fieldPath: "",
|
|
2610
|
+
inline: false,
|
|
2611
|
+
required: false,
|
|
2612
|
+
resourceType: "protocol-inspection",
|
|
2613
|
+
},
|
|
2614
|
+
],
|
|
2615
|
+
oneOfGroups: [],
|
|
2616
|
+
subscriptionRequirements: [
|
|
2617
|
+
{
|
|
2618
|
+
addonService: "f5xc_waap_standard",
|
|
2619
|
+
displayName: "F5XC WAAP Standard",
|
|
2620
|
+
required: false,
|
|
2621
|
+
tier: "standard",
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
addonService: "f5xc_waap_advanced",
|
|
2625
|
+
displayName: "F5XC WAAP Advanced",
|
|
2626
|
+
required: false,
|
|
2627
|
+
tier: "advanced",
|
|
2628
|
+
},
|
|
2629
|
+
],
|
|
2543
2630
|
},
|
|
2544
2631
|
{
|
|
2545
2632
|
toolName: "f5xc-api-waf-protocol-inspection-get",
|
|
@@ -2608,13 +2695,6 @@ export const wafTools = [
|
|
|
2608
2695
|
dangerLevel: "low",
|
|
2609
2696
|
sideEffects: null,
|
|
2610
2697
|
requiredFields: ["path.name", "path.namespace"],
|
|
2611
|
-
cliExamples: [
|
|
2612
|
-
{
|
|
2613
|
-
command: "f5xcctl config protocol-inspection get {name} --namespace {namespace}",
|
|
2614
|
-
description: "Get specific protocol-inspection",
|
|
2615
|
-
use_case: "get_specific",
|
|
2616
|
-
},
|
|
2617
|
-
],
|
|
2618
2698
|
confirmationRequired: false,
|
|
2619
2699
|
parameterExamples: {
|
|
2620
2700
|
name: "Name",
|
|
@@ -2660,13 +2740,6 @@ export const wafTools = [
|
|
|
2660
2740
|
},
|
|
2661
2741
|
confirmation_required: false,
|
|
2662
2742
|
danger_level: "low",
|
|
2663
|
-
examples: [
|
|
2664
|
-
{
|
|
2665
|
-
command: "f5xcctl config protocol-inspection get {name} --namespace {namespace}",
|
|
2666
|
-
description: "Get specific protocol-inspection",
|
|
2667
|
-
use_case: "get_specific",
|
|
2668
|
-
},
|
|
2669
|
-
],
|
|
2670
2743
|
field_docs: {},
|
|
2671
2744
|
optional_fields: [],
|
|
2672
2745
|
performance_impact: {
|
|
@@ -2677,6 +2750,23 @@ export const wafTools = [
|
|
|
2677
2750
|
required_fields: ["path.name", "path.namespace"],
|
|
2678
2751
|
side_effects: {},
|
|
2679
2752
|
},
|
|
2753
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/protocol_inspections" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2754
|
+
dependencies: [],
|
|
2755
|
+
oneOfGroups: [],
|
|
2756
|
+
subscriptionRequirements: [
|
|
2757
|
+
{
|
|
2758
|
+
addonService: "f5xc_waap_standard",
|
|
2759
|
+
displayName: "F5XC WAAP Standard",
|
|
2760
|
+
required: false,
|
|
2761
|
+
tier: "standard",
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
addonService: "f5xc_waap_advanced",
|
|
2765
|
+
displayName: "F5XC WAAP Advanced",
|
|
2766
|
+
required: false,
|
|
2767
|
+
tier: "advanced",
|
|
2768
|
+
},
|
|
2769
|
+
],
|
|
2680
2770
|
},
|
|
2681
2771
|
{
|
|
2682
2772
|
toolName: "f5xc-api-waf-protocol-inspection-list",
|
|
@@ -2751,13 +2841,6 @@ export const wafTools = [
|
|
|
2751
2841
|
dangerLevel: "low",
|
|
2752
2842
|
sideEffects: null,
|
|
2753
2843
|
requiredFields: ["path.namespace"],
|
|
2754
|
-
cliExamples: [
|
|
2755
|
-
{
|
|
2756
|
-
command: "f5xcctl config protocol-inspection list --namespace {namespace}",
|
|
2757
|
-
description: "List all protocol-inspections",
|
|
2758
|
-
use_case: "list_all",
|
|
2759
|
-
},
|
|
2760
|
-
],
|
|
2761
2844
|
confirmationRequired: false,
|
|
2762
2845
|
parameterExamples: {
|
|
2763
2846
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -2803,13 +2886,6 @@ export const wafTools = [
|
|
|
2803
2886
|
},
|
|
2804
2887
|
confirmation_required: false,
|
|
2805
2888
|
danger_level: "low",
|
|
2806
|
-
examples: [
|
|
2807
|
-
{
|
|
2808
|
-
command: "f5xcctl config protocol-inspection list --namespace {namespace}",
|
|
2809
|
-
description: "List all protocol-inspections",
|
|
2810
|
-
use_case: "list_all",
|
|
2811
|
-
},
|
|
2812
|
-
],
|
|
2813
2889
|
field_docs: {},
|
|
2814
2890
|
optional_fields: [],
|
|
2815
2891
|
performance_impact: {
|
|
@@ -2820,6 +2896,23 @@ export const wafTools = [
|
|
|
2820
2896
|
required_fields: ["path.namespace"],
|
|
2821
2897
|
side_effects: {},
|
|
2822
2898
|
},
|
|
2899
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/protocol_inspections" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2900
|
+
dependencies: [],
|
|
2901
|
+
oneOfGroups: [],
|
|
2902
|
+
subscriptionRequirements: [
|
|
2903
|
+
{
|
|
2904
|
+
addonService: "f5xc_waap_standard",
|
|
2905
|
+
displayName: "F5XC WAAP Standard",
|
|
2906
|
+
required: false,
|
|
2907
|
+
tier: "standard",
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
addonService: "f5xc_waap_advanced",
|
|
2911
|
+
displayName: "F5XC WAAP Advanced",
|
|
2912
|
+
required: false,
|
|
2913
|
+
tier: "advanced",
|
|
2914
|
+
},
|
|
2915
|
+
],
|
|
2823
2916
|
},
|
|
2824
2917
|
{
|
|
2825
2918
|
toolName: "f5xc-api-waf-protocol-inspection-update",
|
|
@@ -2871,13 +2964,6 @@ export const wafTools = [
|
|
|
2871
2964
|
modifies: ["protocol-inspection"],
|
|
2872
2965
|
},
|
|
2873
2966
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
2874
|
-
cliExamples: [
|
|
2875
|
-
{
|
|
2876
|
-
command: "f5xcctl config protocol-inspection update {name} --namespace {namespace} -f {file}.yaml",
|
|
2877
|
-
description: "Update protocol-inspection",
|
|
2878
|
-
use_case: "update",
|
|
2879
|
-
},
|
|
2880
|
-
],
|
|
2881
2967
|
confirmationRequired: false,
|
|
2882
2968
|
parameterExamples: {
|
|
2883
2969
|
"metadata.name": "Example-corp-web.",
|
|
@@ -2923,13 +3009,6 @@ export const wafTools = [
|
|
|
2923
3009
|
},
|
|
2924
3010
|
confirmation_required: false,
|
|
2925
3011
|
danger_level: "medium",
|
|
2926
|
-
examples: [
|
|
2927
|
-
{
|
|
2928
|
-
command: "f5xcctl config protocol-inspection update {name} --namespace {namespace} -f {file}.yaml",
|
|
2929
|
-
description: "Update protocol-inspection",
|
|
2930
|
-
use_case: "update",
|
|
2931
|
-
},
|
|
2932
|
-
],
|
|
2933
3012
|
field_docs: {},
|
|
2934
3013
|
optional_fields: [],
|
|
2935
3014
|
performance_impact: {
|
|
@@ -2942,6 +3021,45 @@ export const wafTools = [
|
|
|
2942
3021
|
modifies: ["protocol-inspection"],
|
|
2943
3022
|
},
|
|
2944
3023
|
},
|
|
3024
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/protocol_inspections" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
3025
|
+
dependencies: [
|
|
3026
|
+
{
|
|
3027
|
+
domain: "",
|
|
3028
|
+
fieldPath: "",
|
|
3029
|
+
inline: false,
|
|
3030
|
+
required: false,
|
|
3031
|
+
resourceType: "protocol-inspection",
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
domain: "",
|
|
3035
|
+
fieldPath: "metadata",
|
|
3036
|
+
inline: false,
|
|
3037
|
+
required: false,
|
|
3038
|
+
resourceType: "schema-object-replace-meta",
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
domain: "",
|
|
3042
|
+
fieldPath: "spec",
|
|
3043
|
+
inline: false,
|
|
3044
|
+
required: false,
|
|
3045
|
+
resourceType: "protocol-inspection-replace",
|
|
3046
|
+
},
|
|
3047
|
+
],
|
|
3048
|
+
oneOfGroups: [],
|
|
3049
|
+
subscriptionRequirements: [
|
|
3050
|
+
{
|
|
3051
|
+
addonService: "f5xc_waap_standard",
|
|
3052
|
+
displayName: "F5XC WAAP Standard",
|
|
3053
|
+
required: false,
|
|
3054
|
+
tier: "standard",
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
addonService: "f5xc_waap_advanced",
|
|
3058
|
+
displayName: "F5XC WAAP Advanced",
|
|
3059
|
+
required: false,
|
|
3060
|
+
tier: "advanced",
|
|
3061
|
+
},
|
|
3062
|
+
],
|
|
2945
3063
|
},
|
|
2946
3064
|
{
|
|
2947
3065
|
toolName: "f5xc-api-waf-released-signature-list",
|
|
@@ -2989,13 +3107,6 @@ export const wafTools = [
|
|
|
2989
3107
|
dangerLevel: "low",
|
|
2990
3108
|
sideEffects: null,
|
|
2991
3109
|
requiredFields: ["path.namespace", "path.vh_name"],
|
|
2992
|
-
cliExamples: [
|
|
2993
|
-
{
|
|
2994
|
-
command: "f5xcctl config released-signature list --namespace {namespace}",
|
|
2995
|
-
description: "List all released-signatures",
|
|
2996
|
-
use_case: "list_all",
|
|
2997
|
-
},
|
|
2998
|
-
],
|
|
2999
3110
|
confirmationRequired: false,
|
|
3000
3111
|
parameterExamples: {
|
|
3001
3112
|
namespace: "Shared",
|
|
@@ -3041,13 +3152,6 @@ export const wafTools = [
|
|
|
3041
3152
|
},
|
|
3042
3153
|
confirmation_required: false,
|
|
3043
3154
|
danger_level: "low",
|
|
3044
|
-
examples: [
|
|
3045
|
-
{
|
|
3046
|
-
command: "f5xcctl config released-signature list --namespace {namespace}",
|
|
3047
|
-
description: "List all released-signatures",
|
|
3048
|
-
use_case: "list_all",
|
|
3049
|
-
},
|
|
3050
|
-
],
|
|
3051
3155
|
field_docs: {},
|
|
3052
3156
|
optional_fields: [],
|
|
3053
3157
|
performance_impact: {
|
|
@@ -3058,6 +3162,23 @@ export const wafTools = [
|
|
|
3058
3162
|
required_fields: ["path.namespace", "path.vh_name"],
|
|
3059
3163
|
side_effects: {},
|
|
3060
3164
|
},
|
|
3165
|
+
curlExample: null,
|
|
3166
|
+
dependencies: [],
|
|
3167
|
+
oneOfGroups: [],
|
|
3168
|
+
subscriptionRequirements: [
|
|
3169
|
+
{
|
|
3170
|
+
addonService: "f5xc_waap_standard",
|
|
3171
|
+
displayName: "F5XC WAAP Standard",
|
|
3172
|
+
required: false,
|
|
3173
|
+
tier: "standard",
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
addonService: "f5xc_waap_advanced",
|
|
3177
|
+
displayName: "F5XC WAAP Advanced",
|
|
3178
|
+
required: false,
|
|
3179
|
+
tier: "advanced",
|
|
3180
|
+
},
|
|
3181
|
+
],
|
|
3061
3182
|
},
|
|
3062
3183
|
{
|
|
3063
3184
|
toolName: "f5xc-api-waf-rule-hit-create",
|
|
@@ -3096,18 +3217,6 @@ export const wafTools = [
|
|
|
3096
3217
|
creates: ["rule-hit"],
|
|
3097
3218
|
},
|
|
3098
3219
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
3099
|
-
cliExamples: [
|
|
3100
|
-
{
|
|
3101
|
-
command: "f5xcctl data rule-hit create -f {file}.yaml",
|
|
3102
|
-
description: "Create from YAML file",
|
|
3103
|
-
use_case: "file_based",
|
|
3104
|
-
},
|
|
3105
|
-
{
|
|
3106
|
-
command: "f5xcctl data rule-hit create {name} --namespace {namespace}",
|
|
3107
|
-
description: "Create rule-hit",
|
|
3108
|
-
use_case: "basic_create",
|
|
3109
|
-
},
|
|
3110
|
-
],
|
|
3111
3220
|
confirmationRequired: false,
|
|
3112
3221
|
parameterExamples: {
|
|
3113
3222
|
namespace: "Bloggin-app-namespace-1.",
|
|
@@ -3152,18 +3261,6 @@ export const wafTools = [
|
|
|
3152
3261
|
},
|
|
3153
3262
|
confirmation_required: false,
|
|
3154
3263
|
danger_level: "medium",
|
|
3155
|
-
examples: [
|
|
3156
|
-
{
|
|
3157
|
-
command: "f5xcctl data rule-hit create {name} --namespace {namespace}",
|
|
3158
|
-
description: "Create rule-hit",
|
|
3159
|
-
use_case: "basic_create",
|
|
3160
|
-
},
|
|
3161
|
-
{
|
|
3162
|
-
command: "f5xcctl data rule-hit create -f {file}.yaml",
|
|
3163
|
-
description: "Create from YAML file",
|
|
3164
|
-
use_case: "file_based",
|
|
3165
|
-
},
|
|
3166
|
-
],
|
|
3167
3264
|
field_docs: {},
|
|
3168
3265
|
optional_fields: [],
|
|
3169
3266
|
performance_impact: {
|
|
@@ -3176,6 +3273,23 @@ export const wafTools = [
|
|
|
3176
3273
|
creates: ["rule-hit"],
|
|
3177
3274
|
},
|
|
3178
3275
|
},
|
|
3276
|
+
curlExample: null,
|
|
3277
|
+
dependencies: [],
|
|
3278
|
+
oneOfGroups: [],
|
|
3279
|
+
subscriptionRequirements: [
|
|
3280
|
+
{
|
|
3281
|
+
addonService: "f5xc_waap_standard",
|
|
3282
|
+
displayName: "F5XC WAAP Standard",
|
|
3283
|
+
required: false,
|
|
3284
|
+
tier: "standard",
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
addonService: "f5xc_waap_advanced",
|
|
3288
|
+
displayName: "F5XC WAAP Advanced",
|
|
3289
|
+
required: false,
|
|
3290
|
+
tier: "advanced",
|
|
3291
|
+
},
|
|
3292
|
+
],
|
|
3179
3293
|
},
|
|
3180
3294
|
{
|
|
3181
3295
|
toolName: "f5xc-api-waf-scroll-create",
|
|
@@ -3216,18 +3330,6 @@ export const wafTools = [
|
|
|
3216
3330
|
creates: ["scroll"],
|
|
3217
3331
|
},
|
|
3218
3332
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
3219
|
-
cliExamples: [
|
|
3220
|
-
{
|
|
3221
|
-
command: "f5xcctl data scroll create -f {file}.yaml",
|
|
3222
|
-
description: "Create from YAML file",
|
|
3223
|
-
use_case: "file_based",
|
|
3224
|
-
},
|
|
3225
|
-
{
|
|
3226
|
-
command: "f5xcctl data scroll create {name} --namespace {namespace}",
|
|
3227
|
-
description: "Create scroll",
|
|
3228
|
-
use_case: "basic_create",
|
|
3229
|
-
},
|
|
3230
|
-
],
|
|
3231
3333
|
confirmationRequired: false,
|
|
3232
3334
|
parameterExamples: {
|
|
3233
3335
|
namespace: "Bloggin-app-namespace-1.",
|
|
@@ -3272,18 +3374,6 @@ export const wafTools = [
|
|
|
3272
3374
|
},
|
|
3273
3375
|
confirmation_required: false,
|
|
3274
3376
|
danger_level: "medium",
|
|
3275
|
-
examples: [
|
|
3276
|
-
{
|
|
3277
|
-
command: "f5xcctl data scroll create {name} --namespace {namespace}",
|
|
3278
|
-
description: "Create scroll",
|
|
3279
|
-
use_case: "basic_create",
|
|
3280
|
-
},
|
|
3281
|
-
{
|
|
3282
|
-
command: "f5xcctl data scroll create -f {file}.yaml",
|
|
3283
|
-
description: "Create from YAML file",
|
|
3284
|
-
use_case: "file_based",
|
|
3285
|
-
},
|
|
3286
|
-
],
|
|
3287
3377
|
field_docs: {},
|
|
3288
3378
|
optional_fields: [],
|
|
3289
3379
|
performance_impact: {
|
|
@@ -3296,6 +3386,23 @@ export const wafTools = [
|
|
|
3296
3386
|
creates: ["scroll"],
|
|
3297
3387
|
},
|
|
3298
3388
|
},
|
|
3389
|
+
curlExample: null,
|
|
3390
|
+
dependencies: [],
|
|
3391
|
+
oneOfGroups: [],
|
|
3392
|
+
subscriptionRequirements: [
|
|
3393
|
+
{
|
|
3394
|
+
addonService: "f5xc_waap_standard",
|
|
3395
|
+
displayName: "F5XC WAAP Standard",
|
|
3396
|
+
required: false,
|
|
3397
|
+
tier: "standard",
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
addonService: "f5xc_waap_advanced",
|
|
3401
|
+
displayName: "F5XC WAAP Advanced",
|
|
3402
|
+
required: false,
|
|
3403
|
+
tier: "advanced",
|
|
3404
|
+
},
|
|
3405
|
+
],
|
|
3299
3406
|
},
|
|
3300
3407
|
{
|
|
3301
3408
|
toolName: "f5xc-api-waf-scroll-list",
|
|
@@ -3344,13 +3451,6 @@ export const wafTools = [
|
|
|
3344
3451
|
dangerLevel: "low",
|
|
3345
3452
|
sideEffects: null,
|
|
3346
3453
|
requiredFields: ["path.namespace"],
|
|
3347
|
-
cliExamples: [
|
|
3348
|
-
{
|
|
3349
|
-
command: "f5xcctl data scroll list --namespace {namespace}",
|
|
3350
|
-
description: "List all scrolls",
|
|
3351
|
-
use_case: "list_all",
|
|
3352
|
-
},
|
|
3353
|
-
],
|
|
3354
3454
|
confirmationRequired: false,
|
|
3355
3455
|
parameterExamples: {
|
|
3356
3456
|
namespace: "Bloggin-app-namespace-1.",
|
|
@@ -3396,13 +3496,6 @@ export const wafTools = [
|
|
|
3396
3496
|
},
|
|
3397
3497
|
confirmation_required: false,
|
|
3398
3498
|
danger_level: "low",
|
|
3399
|
-
examples: [
|
|
3400
|
-
{
|
|
3401
|
-
command: "f5xcctl data scroll list --namespace {namespace}",
|
|
3402
|
-
description: "List all scrolls",
|
|
3403
|
-
use_case: "list_all",
|
|
3404
|
-
},
|
|
3405
|
-
],
|
|
3406
3499
|
field_docs: {},
|
|
3407
3500
|
optional_fields: [],
|
|
3408
3501
|
performance_impact: {
|
|
@@ -3413,6 +3506,23 @@ export const wafTools = [
|
|
|
3413
3506
|
required_fields: ["path.namespace"],
|
|
3414
3507
|
side_effects: {},
|
|
3415
3508
|
},
|
|
3509
|
+
curlExample: null,
|
|
3510
|
+
dependencies: [],
|
|
3511
|
+
oneOfGroups: [],
|
|
3512
|
+
subscriptionRequirements: [
|
|
3513
|
+
{
|
|
3514
|
+
addonService: "f5xc_waap_standard",
|
|
3515
|
+
displayName: "F5XC WAAP Standard",
|
|
3516
|
+
required: false,
|
|
3517
|
+
tier: "standard",
|
|
3518
|
+
},
|
|
3519
|
+
{
|
|
3520
|
+
addonService: "f5xc_waap_advanced",
|
|
3521
|
+
displayName: "F5XC WAAP Advanced",
|
|
3522
|
+
required: false,
|
|
3523
|
+
tier: "advanced",
|
|
3524
|
+
},
|
|
3525
|
+
],
|
|
3416
3526
|
},
|
|
3417
3527
|
{
|
|
3418
3528
|
toolName: "f5xc-api-waf-security-event-create",
|
|
@@ -3451,18 +3561,6 @@ export const wafTools = [
|
|
|
3451
3561
|
creates: ["security-event"],
|
|
3452
3562
|
},
|
|
3453
3563
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
3454
|
-
cliExamples: [
|
|
3455
|
-
{
|
|
3456
|
-
command: "f5xcctl data security-event create -f {file}.yaml",
|
|
3457
|
-
description: "Create from YAML file",
|
|
3458
|
-
use_case: "file_based",
|
|
3459
|
-
},
|
|
3460
|
-
{
|
|
3461
|
-
command: "f5xcctl data security-event create {name} --namespace {namespace}",
|
|
3462
|
-
description: "Create security-event",
|
|
3463
|
-
use_case: "basic_create",
|
|
3464
|
-
},
|
|
3465
|
-
],
|
|
3466
3564
|
confirmationRequired: false,
|
|
3467
3565
|
parameterExamples: {
|
|
3468
3566
|
namespace: "Bloggin-app-namespace-1.",
|
|
@@ -3507,18 +3605,6 @@ export const wafTools = [
|
|
|
3507
3605
|
},
|
|
3508
3606
|
confirmation_required: false,
|
|
3509
3607
|
danger_level: "medium",
|
|
3510
|
-
examples: [
|
|
3511
|
-
{
|
|
3512
|
-
command: "f5xcctl data security-event create {name} --namespace {namespace}",
|
|
3513
|
-
description: "Create security-event",
|
|
3514
|
-
use_case: "basic_create",
|
|
3515
|
-
},
|
|
3516
|
-
{
|
|
3517
|
-
command: "f5xcctl data security-event create -f {file}.yaml",
|
|
3518
|
-
description: "Create from YAML file",
|
|
3519
|
-
use_case: "file_based",
|
|
3520
|
-
},
|
|
3521
|
-
],
|
|
3522
3608
|
field_docs: {},
|
|
3523
3609
|
optional_fields: [],
|
|
3524
3610
|
performance_impact: {
|
|
@@ -3531,6 +3617,23 @@ export const wafTools = [
|
|
|
3531
3617
|
creates: ["security-event"],
|
|
3532
3618
|
},
|
|
3533
3619
|
},
|
|
3620
|
+
curlExample: null,
|
|
3621
|
+
dependencies: [],
|
|
3622
|
+
oneOfGroups: [],
|
|
3623
|
+
subscriptionRequirements: [
|
|
3624
|
+
{
|
|
3625
|
+
addonService: "f5xc_waap_standard",
|
|
3626
|
+
displayName: "F5XC WAAP Standard",
|
|
3627
|
+
required: false,
|
|
3628
|
+
tier: "standard",
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
addonService: "f5xc_waap_advanced",
|
|
3632
|
+
displayName: "F5XC WAAP Advanced",
|
|
3633
|
+
required: false,
|
|
3634
|
+
tier: "advanced",
|
|
3635
|
+
},
|
|
3636
|
+
],
|
|
3534
3637
|
},
|
|
3535
3638
|
{
|
|
3536
3639
|
toolName: "f5xc-api-waf-staged-signature-create",
|
|
@@ -3582,18 +3685,6 @@ export const wafTools = [
|
|
|
3582
3685
|
creates: ["staged-signature"],
|
|
3583
3686
|
},
|
|
3584
3687
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace", "path.vh_name"],
|
|
3585
|
-
cliExamples: [
|
|
3586
|
-
{
|
|
3587
|
-
command: "f5xcctl ml staged-signature create -f {file}.yaml",
|
|
3588
|
-
description: "Create from YAML file",
|
|
3589
|
-
use_case: "file_based",
|
|
3590
|
-
},
|
|
3591
|
-
{
|
|
3592
|
-
command: "f5xcctl ml staged-signature create {name} --namespace {namespace}",
|
|
3593
|
-
description: "Create staged-signature",
|
|
3594
|
-
use_case: "basic_create",
|
|
3595
|
-
},
|
|
3596
|
-
],
|
|
3597
3688
|
confirmationRequired: false,
|
|
3598
3689
|
parameterExamples: {
|
|
3599
3690
|
namespace: "Shared",
|
|
@@ -3642,18 +3733,6 @@ export const wafTools = [
|
|
|
3642
3733
|
},
|
|
3643
3734
|
confirmation_required: false,
|
|
3644
3735
|
danger_level: "medium",
|
|
3645
|
-
examples: [
|
|
3646
|
-
{
|
|
3647
|
-
command: "f5xcctl ml staged-signature create {name} --namespace {namespace}",
|
|
3648
|
-
description: "Create staged-signature",
|
|
3649
|
-
use_case: "basic_create",
|
|
3650
|
-
},
|
|
3651
|
-
{
|
|
3652
|
-
command: "f5xcctl ml staged-signature create -f {file}.yaml",
|
|
3653
|
-
description: "Create from YAML file",
|
|
3654
|
-
use_case: "file_based",
|
|
3655
|
-
},
|
|
3656
|
-
],
|
|
3657
3736
|
field_docs: {},
|
|
3658
3737
|
optional_fields: [],
|
|
3659
3738
|
performance_impact: {
|
|
@@ -3666,6 +3745,23 @@ export const wafTools = [
|
|
|
3666
3745
|
creates: ["staged-signature"],
|
|
3667
3746
|
},
|
|
3668
3747
|
},
|
|
3748
|
+
curlExample: null,
|
|
3749
|
+
dependencies: [],
|
|
3750
|
+
oneOfGroups: [],
|
|
3751
|
+
subscriptionRequirements: [
|
|
3752
|
+
{
|
|
3753
|
+
addonService: "f5xc_waap_standard",
|
|
3754
|
+
displayName: "F5XC WAAP Standard",
|
|
3755
|
+
required: false,
|
|
3756
|
+
tier: "standard",
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
addonService: "f5xc_waap_advanced",
|
|
3760
|
+
displayName: "F5XC WAAP Advanced",
|
|
3761
|
+
required: false,
|
|
3762
|
+
tier: "advanced",
|
|
3763
|
+
},
|
|
3764
|
+
],
|
|
3669
3765
|
},
|
|
3670
3766
|
{
|
|
3671
3767
|
toolName: "f5xc-api-waf-suspicious-user-log-create",
|
|
@@ -3706,18 +3802,6 @@ export const wafTools = [
|
|
|
3706
3802
|
creates: ["suspicious-user-log"],
|
|
3707
3803
|
},
|
|
3708
3804
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
3709
|
-
cliExamples: [
|
|
3710
|
-
{
|
|
3711
|
-
command: "f5xcctl data suspicious-user-log create -f {file}.yaml",
|
|
3712
|
-
description: "Create from YAML file",
|
|
3713
|
-
use_case: "file_based",
|
|
3714
|
-
},
|
|
3715
|
-
{
|
|
3716
|
-
command: "f5xcctl data suspicious-user-log create {name} --namespace {namespace}",
|
|
3717
|
-
description: "Create suspicious-user-log",
|
|
3718
|
-
use_case: "basic_create",
|
|
3719
|
-
},
|
|
3720
|
-
],
|
|
3721
3805
|
confirmationRequired: false,
|
|
3722
3806
|
parameterExamples: {
|
|
3723
3807
|
namespace: "Bloggin-app-namespace-1.",
|
|
@@ -3765,18 +3849,6 @@ export const wafTools = [
|
|
|
3765
3849
|
},
|
|
3766
3850
|
confirmation_required: false,
|
|
3767
3851
|
danger_level: "medium",
|
|
3768
|
-
examples: [
|
|
3769
|
-
{
|
|
3770
|
-
command: "f5xcctl data suspicious-user-log create {name} --namespace {namespace}",
|
|
3771
|
-
description: "Create suspicious-user-log",
|
|
3772
|
-
use_case: "basic_create",
|
|
3773
|
-
},
|
|
3774
|
-
{
|
|
3775
|
-
command: "f5xcctl data suspicious-user-log create -f {file}.yaml",
|
|
3776
|
-
description: "Create from YAML file",
|
|
3777
|
-
use_case: "file_based",
|
|
3778
|
-
},
|
|
3779
|
-
],
|
|
3780
3852
|
field_docs: {},
|
|
3781
3853
|
optional_fields: [],
|
|
3782
3854
|
performance_impact: {
|
|
@@ -3789,6 +3861,23 @@ export const wafTools = [
|
|
|
3789
3861
|
creates: ["suspicious-user-log"],
|
|
3790
3862
|
},
|
|
3791
3863
|
},
|
|
3864
|
+
curlExample: null,
|
|
3865
|
+
dependencies: [],
|
|
3866
|
+
oneOfGroups: [],
|
|
3867
|
+
subscriptionRequirements: [
|
|
3868
|
+
{
|
|
3869
|
+
addonService: "f5xc_waap_standard",
|
|
3870
|
+
displayName: "F5XC WAAP Standard",
|
|
3871
|
+
required: false,
|
|
3872
|
+
tier: "standard",
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
addonService: "f5xc_waap_advanced",
|
|
3876
|
+
displayName: "F5XC WAAP Advanced",
|
|
3877
|
+
required: false,
|
|
3878
|
+
tier: "advanced",
|
|
3879
|
+
},
|
|
3880
|
+
],
|
|
3792
3881
|
},
|
|
3793
3882
|
{
|
|
3794
3883
|
toolName: "f5xc-api-waf-waf-exclusion-policy-create",
|
|
@@ -3829,18 +3918,6 @@ export const wafTools = [
|
|
|
3829
3918
|
creates: ["waf-exclusion-policy"],
|
|
3830
3919
|
},
|
|
3831
3920
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
3832
|
-
cliExamples: [
|
|
3833
|
-
{
|
|
3834
|
-
command: "f5xcctl config waf-exclusion-policy create -f {file}.yaml",
|
|
3835
|
-
description: "Create from YAML file",
|
|
3836
|
-
use_case: "file_based",
|
|
3837
|
-
},
|
|
3838
|
-
{
|
|
3839
|
-
command: "f5xcctl config waf-exclusion-policy create {name} --namespace {namespace}",
|
|
3840
|
-
description: "Create waf-exclusion-policy",
|
|
3841
|
-
use_case: "basic_create",
|
|
3842
|
-
},
|
|
3843
|
-
],
|
|
3844
3921
|
confirmationRequired: false,
|
|
3845
3922
|
parameterExamples: {
|
|
3846
3923
|
"metadata.namespace": "Staging",
|
|
@@ -3888,18 +3965,6 @@ export const wafTools = [
|
|
|
3888
3965
|
},
|
|
3889
3966
|
confirmation_required: false,
|
|
3890
3967
|
danger_level: "medium",
|
|
3891
|
-
examples: [
|
|
3892
|
-
{
|
|
3893
|
-
command: "f5xcctl config waf-exclusion-policy create {name} --namespace {namespace}",
|
|
3894
|
-
description: "Create waf-exclusion-policy",
|
|
3895
|
-
use_case: "basic_create",
|
|
3896
|
-
},
|
|
3897
|
-
{
|
|
3898
|
-
command: "f5xcctl config waf-exclusion-policy create -f {file}.yaml",
|
|
3899
|
-
description: "Create from YAML file",
|
|
3900
|
-
use_case: "file_based",
|
|
3901
|
-
},
|
|
3902
|
-
],
|
|
3903
3968
|
field_docs: {},
|
|
3904
3969
|
optional_fields: [],
|
|
3905
3970
|
performance_impact: {
|
|
@@ -3912,6 +3977,45 @@ export const wafTools = [
|
|
|
3912
3977
|
creates: ["waf-exclusion-policy"],
|
|
3913
3978
|
},
|
|
3914
3979
|
},
|
|
3980
|
+
curlExample: null,
|
|
3981
|
+
dependencies: [
|
|
3982
|
+
{
|
|
3983
|
+
domain: "",
|
|
3984
|
+
fieldPath: "",
|
|
3985
|
+
inline: false,
|
|
3986
|
+
required: false,
|
|
3987
|
+
resourceType: "waf-exclusion-policy",
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
domain: "",
|
|
3991
|
+
fieldPath: "metadata",
|
|
3992
|
+
inline: false,
|
|
3993
|
+
required: false,
|
|
3994
|
+
resourceType: "schema-object-create-meta",
|
|
3995
|
+
},
|
|
3996
|
+
{
|
|
3997
|
+
domain: "",
|
|
3998
|
+
fieldPath: "spec",
|
|
3999
|
+
inline: false,
|
|
4000
|
+
required: false,
|
|
4001
|
+
resourceType: "schemawaf-exclusion-policy-create",
|
|
4002
|
+
},
|
|
4003
|
+
],
|
|
4004
|
+
oneOfGroups: [],
|
|
4005
|
+
subscriptionRequirements: [
|
|
4006
|
+
{
|
|
4007
|
+
addonService: "f5xc_waap_standard",
|
|
4008
|
+
displayName: "F5XC WAAP Standard",
|
|
4009
|
+
required: false,
|
|
4010
|
+
tier: "standard",
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
addonService: "f5xc_waap_advanced",
|
|
4014
|
+
displayName: "F5XC WAAP Advanced",
|
|
4015
|
+
required: false,
|
|
4016
|
+
tier: "advanced",
|
|
4017
|
+
},
|
|
4018
|
+
],
|
|
3915
4019
|
},
|
|
3916
4020
|
{
|
|
3917
4021
|
toolName: "f5xc-api-waf-waf-exclusion-policy-delete",
|
|
@@ -3961,13 +4065,6 @@ export const wafTools = [
|
|
|
3961
4065
|
deletes: ["waf-exclusion-policy", "contained_resources"],
|
|
3962
4066
|
},
|
|
3963
4067
|
requiredFields: ["path.name", "path.namespace"],
|
|
3964
|
-
cliExamples: [
|
|
3965
|
-
{
|
|
3966
|
-
command: "f5xcctl config waf-exclusion-policy delete {name} --namespace {namespace}",
|
|
3967
|
-
description: "Delete waf-exclusion-policy",
|
|
3968
|
-
use_case: "delete",
|
|
3969
|
-
},
|
|
3970
|
-
],
|
|
3971
4068
|
confirmationRequired: true,
|
|
3972
4069
|
parameterExamples: {
|
|
3973
4070
|
name: "Name",
|
|
@@ -4013,13 +4110,6 @@ export const wafTools = [
|
|
|
4013
4110
|
},
|
|
4014
4111
|
confirmation_required: true,
|
|
4015
4112
|
danger_level: "high",
|
|
4016
|
-
examples: [
|
|
4017
|
-
{
|
|
4018
|
-
command: "f5xcctl config waf-exclusion-policy delete {name} --namespace {namespace}",
|
|
4019
|
-
description: "Delete waf-exclusion-policy",
|
|
4020
|
-
use_case: "delete",
|
|
4021
|
-
},
|
|
4022
|
-
],
|
|
4023
4113
|
field_docs: {},
|
|
4024
4114
|
optional_fields: [],
|
|
4025
4115
|
performance_impact: {
|
|
@@ -4032,6 +4122,31 @@ export const wafTools = [
|
|
|
4032
4122
|
deletes: ["waf-exclusion-policy", "contained_resources"],
|
|
4033
4123
|
},
|
|
4034
4124
|
},
|
|
4125
|
+
curlExample: null,
|
|
4126
|
+
dependencies: [
|
|
4127
|
+
{
|
|
4128
|
+
domain: "",
|
|
4129
|
+
fieldPath: "",
|
|
4130
|
+
inline: false,
|
|
4131
|
+
required: false,
|
|
4132
|
+
resourceType: "waf-exclusion-policy",
|
|
4133
|
+
},
|
|
4134
|
+
],
|
|
4135
|
+
oneOfGroups: [],
|
|
4136
|
+
subscriptionRequirements: [
|
|
4137
|
+
{
|
|
4138
|
+
addonService: "f5xc_waap_standard",
|
|
4139
|
+
displayName: "F5XC WAAP Standard",
|
|
4140
|
+
required: false,
|
|
4141
|
+
tier: "standard",
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
addonService: "f5xc_waap_advanced",
|
|
4145
|
+
displayName: "F5XC WAAP Advanced",
|
|
4146
|
+
required: false,
|
|
4147
|
+
tier: "advanced",
|
|
4148
|
+
},
|
|
4149
|
+
],
|
|
4035
4150
|
},
|
|
4036
4151
|
{
|
|
4037
4152
|
toolName: "f5xc-api-waf-waf-exclusion-policy-get",
|
|
@@ -4100,13 +4215,6 @@ export const wafTools = [
|
|
|
4100
4215
|
dangerLevel: "low",
|
|
4101
4216
|
sideEffects: null,
|
|
4102
4217
|
requiredFields: ["path.name", "path.namespace"],
|
|
4103
|
-
cliExamples: [
|
|
4104
|
-
{
|
|
4105
|
-
command: "f5xcctl config waf-exclusion-policy get {name} --namespace {namespace}",
|
|
4106
|
-
description: "Get specific waf-exclusion-policy",
|
|
4107
|
-
use_case: "get_specific",
|
|
4108
|
-
},
|
|
4109
|
-
],
|
|
4110
4218
|
confirmationRequired: false,
|
|
4111
4219
|
parameterExamples: {
|
|
4112
4220
|
name: "Name",
|
|
@@ -4152,13 +4260,6 @@ export const wafTools = [
|
|
|
4152
4260
|
},
|
|
4153
4261
|
confirmation_required: false,
|
|
4154
4262
|
danger_level: "low",
|
|
4155
|
-
examples: [
|
|
4156
|
-
{
|
|
4157
|
-
command: "f5xcctl config waf-exclusion-policy get {name} --namespace {namespace}",
|
|
4158
|
-
description: "Get specific waf-exclusion-policy",
|
|
4159
|
-
use_case: "get_specific",
|
|
4160
|
-
},
|
|
4161
|
-
],
|
|
4162
4263
|
field_docs: {},
|
|
4163
4264
|
optional_fields: [],
|
|
4164
4265
|
performance_impact: {
|
|
@@ -4169,6 +4270,23 @@ export const wafTools = [
|
|
|
4169
4270
|
required_fields: ["path.name", "path.namespace"],
|
|
4170
4271
|
side_effects: {},
|
|
4171
4272
|
},
|
|
4273
|
+
curlExample: null,
|
|
4274
|
+
dependencies: [],
|
|
4275
|
+
oneOfGroups: [],
|
|
4276
|
+
subscriptionRequirements: [
|
|
4277
|
+
{
|
|
4278
|
+
addonService: "f5xc_waap_standard",
|
|
4279
|
+
displayName: "F5XC WAAP Standard",
|
|
4280
|
+
required: false,
|
|
4281
|
+
tier: "standard",
|
|
4282
|
+
},
|
|
4283
|
+
{
|
|
4284
|
+
addonService: "f5xc_waap_advanced",
|
|
4285
|
+
displayName: "F5XC WAAP Advanced",
|
|
4286
|
+
required: false,
|
|
4287
|
+
tier: "advanced",
|
|
4288
|
+
},
|
|
4289
|
+
],
|
|
4172
4290
|
},
|
|
4173
4291
|
{
|
|
4174
4292
|
toolName: "f5xc-api-waf-waf-exclusion-policy-list",
|
|
@@ -4243,13 +4361,6 @@ export const wafTools = [
|
|
|
4243
4361
|
dangerLevel: "low",
|
|
4244
4362
|
sideEffects: null,
|
|
4245
4363
|
requiredFields: ["path.namespace"],
|
|
4246
|
-
cliExamples: [
|
|
4247
|
-
{
|
|
4248
|
-
command: "f5xcctl config waf-exclusion-policy list --namespace {namespace}",
|
|
4249
|
-
description: "List all waf-exclusion-policys",
|
|
4250
|
-
use_case: "list_all",
|
|
4251
|
-
},
|
|
4252
|
-
],
|
|
4253
4364
|
confirmationRequired: false,
|
|
4254
4365
|
parameterExamples: {
|
|
4255
4366
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -4295,13 +4406,6 @@ export const wafTools = [
|
|
|
4295
4406
|
},
|
|
4296
4407
|
confirmation_required: false,
|
|
4297
4408
|
danger_level: "low",
|
|
4298
|
-
examples: [
|
|
4299
|
-
{
|
|
4300
|
-
command: "f5xcctl config waf-exclusion-policy list --namespace {namespace}",
|
|
4301
|
-
description: "List all waf-exclusion-policys",
|
|
4302
|
-
use_case: "list_all",
|
|
4303
|
-
},
|
|
4304
|
-
],
|
|
4305
4409
|
field_docs: {},
|
|
4306
4410
|
optional_fields: [],
|
|
4307
4411
|
performance_impact: {
|
|
@@ -4312,6 +4416,23 @@ export const wafTools = [
|
|
|
4312
4416
|
required_fields: ["path.namespace"],
|
|
4313
4417
|
side_effects: {},
|
|
4314
4418
|
},
|
|
4419
|
+
curlExample: null,
|
|
4420
|
+
dependencies: [],
|
|
4421
|
+
oneOfGroups: [],
|
|
4422
|
+
subscriptionRequirements: [
|
|
4423
|
+
{
|
|
4424
|
+
addonService: "f5xc_waap_standard",
|
|
4425
|
+
displayName: "F5XC WAAP Standard",
|
|
4426
|
+
required: false,
|
|
4427
|
+
tier: "standard",
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
addonService: "f5xc_waap_advanced",
|
|
4431
|
+
displayName: "F5XC WAAP Advanced",
|
|
4432
|
+
required: false,
|
|
4433
|
+
tier: "advanced",
|
|
4434
|
+
},
|
|
4435
|
+
],
|
|
4315
4436
|
},
|
|
4316
4437
|
{
|
|
4317
4438
|
toolName: "f5xc-api-waf-waf-exclusion-policy-update",
|
|
@@ -4363,13 +4484,6 @@ export const wafTools = [
|
|
|
4363
4484
|
modifies: ["waf-exclusion-policy"],
|
|
4364
4485
|
},
|
|
4365
4486
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
4366
|
-
cliExamples: [
|
|
4367
|
-
{
|
|
4368
|
-
command: "f5xcctl config waf-exclusion-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
4369
|
-
description: "Update waf-exclusion-policy",
|
|
4370
|
-
use_case: "update",
|
|
4371
|
-
},
|
|
4372
|
-
],
|
|
4373
4487
|
confirmationRequired: false,
|
|
4374
4488
|
parameterExamples: {
|
|
4375
4489
|
"metadata.name": "Example-corp-web.",
|
|
@@ -4415,13 +4529,6 @@ export const wafTools = [
|
|
|
4415
4529
|
},
|
|
4416
4530
|
confirmation_required: false,
|
|
4417
4531
|
danger_level: "medium",
|
|
4418
|
-
examples: [
|
|
4419
|
-
{
|
|
4420
|
-
command: "f5xcctl config waf-exclusion-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
4421
|
-
description: "Update waf-exclusion-policy",
|
|
4422
|
-
use_case: "update",
|
|
4423
|
-
},
|
|
4424
|
-
],
|
|
4425
4532
|
field_docs: {},
|
|
4426
4533
|
optional_fields: [],
|
|
4427
4534
|
performance_impact: {
|
|
@@ -4434,6 +4541,45 @@ export const wafTools = [
|
|
|
4434
4541
|
modifies: ["waf-exclusion-policy"],
|
|
4435
4542
|
},
|
|
4436
4543
|
},
|
|
4544
|
+
curlExample: null,
|
|
4545
|
+
dependencies: [
|
|
4546
|
+
{
|
|
4547
|
+
domain: "",
|
|
4548
|
+
fieldPath: "",
|
|
4549
|
+
inline: false,
|
|
4550
|
+
required: false,
|
|
4551
|
+
resourceType: "waf-exclusion-policy",
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
domain: "",
|
|
4555
|
+
fieldPath: "metadata",
|
|
4556
|
+
inline: false,
|
|
4557
|
+
required: false,
|
|
4558
|
+
resourceType: "schema-object-replace-meta",
|
|
4559
|
+
},
|
|
4560
|
+
{
|
|
4561
|
+
domain: "",
|
|
4562
|
+
fieldPath: "spec",
|
|
4563
|
+
inline: false,
|
|
4564
|
+
required: false,
|
|
4565
|
+
resourceType: "schemawaf-exclusion-policy-replace",
|
|
4566
|
+
},
|
|
4567
|
+
],
|
|
4568
|
+
oneOfGroups: [],
|
|
4569
|
+
subscriptionRequirements: [
|
|
4570
|
+
{
|
|
4571
|
+
addonService: "f5xc_waap_standard",
|
|
4572
|
+
displayName: "F5XC WAAP Standard",
|
|
4573
|
+
required: false,
|
|
4574
|
+
tier: "standard",
|
|
4575
|
+
},
|
|
4576
|
+
{
|
|
4577
|
+
addonService: "f5xc_waap_advanced",
|
|
4578
|
+
displayName: "F5XC WAAP Advanced",
|
|
4579
|
+
required: false,
|
|
4580
|
+
tier: "advanced",
|
|
4581
|
+
},
|
|
4582
|
+
],
|
|
4437
4583
|
},
|
|
4438
4584
|
];
|
|
4439
4585
|
export default wafTools;
|