@robinmordasiewicz/f5xc-api-mcp 3.4.0 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generator/dependency-extractor.d.ts +103 -0
- package/dist/generator/dependency-extractor.d.ts.map +1 -0
- package/dist/generator/dependency-extractor.js +473 -0
- package/dist/generator/dependency-extractor.js.map +1 -0
- package/dist/generator/dependency-graph.d.ts +67 -0
- package/dist/generator/dependency-graph.d.ts.map +1 -0
- package/dist/generator/dependency-graph.js +330 -0
- package/dist/generator/dependency-graph.js.map +1 -0
- package/dist/generator/dependency-types.d.ts +206 -0
- package/dist/generator/dependency-types.d.ts.map +1 -0
- package/dist/generator/dependency-types.js +37 -0
- package/dist/generator/dependency-types.js.map +1 -0
- package/dist/generator/openapi-parser.d.ts +21 -77
- package/dist/generator/openapi-parser.d.ts.map +1 -1
- package/dist/generator/openapi-parser.js +126 -17
- package/dist/generator/openapi-parser.js.map +1 -1
- package/dist/generator/tool-generator.d.ts +19 -3
- package/dist/generator/tool-generator.d.ts.map +1 -1
- package/dist/generator/tool-generator.js +26 -28
- package/dist/generator/tool-generator.js.map +1 -1
- package/dist/index.d.ts +2 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +28 -33
- package/dist/index.js.map +1 -1
- package/dist/prompts/workflows.d.ts.map +1 -1
- package/dist/prompts/workflows.js +30 -174
- package/dist/prompts/workflows.js.map +1 -1
- package/dist/resources/handlers.d.ts +0 -2
- package/dist/resources/handlers.d.ts.map +1 -1
- package/dist/resources/handlers.js +0 -51
- package/dist/resources/handlers.js.map +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +1 -2
- package/dist/server.js.map +1 -1
- package/dist/tools/discovery/dependencies.d.ts +113 -0
- package/dist/tools/discovery/dependencies.d.ts.map +1 -0
- package/dist/tools/discovery/dependencies.js +258 -0
- package/dist/tools/discovery/dependencies.js.map +1 -0
- package/dist/tools/discovery/execute.d.ts +1 -3
- package/dist/tools/discovery/execute.d.ts.map +1 -1
- package/dist/tools/discovery/execute.js +1 -34
- package/dist/tools/discovery/execute.js.map +1 -1
- package/dist/tools/discovery/index.d.ts +33 -0
- package/dist/tools/discovery/index.d.ts.map +1 -1
- package/dist/tools/discovery/index.js +43 -0
- package/dist/tools/discovery/index.js.map +1 -1
- package/dist/tools/generated/admin_console_and_ui/index.d.ts.map +1 -1
- package/dist/tools/generated/admin_console_and_ui/index.js +8 -28
- package/dist/tools/generated/admin_console_and_ui/index.js.map +1 -1
- package/dist/tools/generated/api/index.d.ts.map +1 -1
- package/dist/tools/generated/api/index.js +1256 -908
- package/dist/tools/generated/api/index.js.map +1 -1
- package/dist/tools/generated/authentication/index.d.ts.map +1 -1
- package/dist/tools/generated/authentication/index.js +58 -156
- package/dist/tools/generated/authentication/index.js.map +1 -1
- package/dist/tools/generated/bigip/index.d.ts.map +1 -1
- package/dist/tools/generated/bigip/index.js +344 -410
- package/dist/tools/generated/bigip/index.js.map +1 -1
- package/dist/tools/generated/billing_and_usage/index.d.ts.map +1 -1
- package/dist/tools/generated/billing_and_usage/index.js +192 -442
- package/dist/tools/generated/billing_and_usage/index.js.map +1 -1
- package/dist/tools/generated/blindfold/index.d.ts.map +1 -1
- package/dist/tools/generated/blindfold/index.js +360 -568
- package/dist/tools/generated/blindfold/index.js.map +1 -1
- package/dist/tools/generated/bot_and_threat_defense/index.d.ts.map +1 -1
- package/dist/tools/generated/bot_and_threat_defense/index.js +502 -340
- package/dist/tools/generated/bot_and_threat_defense/index.js.map +1 -1
- package/dist/tools/generated/cdn/index.d.ts.map +1 -1
- package/dist/tools/generated/cdn/index.js +369 -428
- package/dist/tools/generated/cdn/index.js.map +1 -1
- package/dist/tools/generated/ce_management/index.d.ts.map +1 -1
- package/dist/tools/generated/ce_management/index.js +407 -558
- package/dist/tools/generated/ce_management/index.js.map +1 -1
- package/dist/tools/generated/certificates/index.d.ts.map +1 -1
- package/dist/tools/generated/certificates/index.js +288 -320
- package/dist/tools/generated/certificates/index.js.map +1 -1
- package/dist/tools/generated/cloud_infrastructure/index.d.ts.map +1 -1
- package/dist/tools/generated/cloud_infrastructure/index.js +407 -572
- package/dist/tools/generated/cloud_infrastructure/index.js.map +1 -1
- package/dist/tools/generated/container_services/index.d.ts.map +1 -1
- package/dist/tools/generated/container_services/index.js +228 -264
- package/dist/tools/generated/container_services/index.js.map +1 -1
- package/dist/tools/generated/data_and_privacy_security/index.d.ts.map +1 -1
- package/dist/tools/generated/data_and_privacy_security/index.js +156 -202
- package/dist/tools/generated/data_and_privacy_security/index.js.map +1 -1
- package/dist/tools/generated/data_intelligence/index.d.ts.map +1 -1
- package/dist/tools/generated/data_intelligence/index.js +120 -290
- package/dist/tools/generated/data_intelligence/index.js.map +1 -1
- package/dist/tools/generated/ddos/index.d.ts.map +1 -1
- package/dist/tools/generated/ddos/index.js +732 -1152
- package/dist/tools/generated/ddos/index.js.map +1 -1
- package/dist/tools/generated/dns/index.d.ts.map +1 -1
- package/dist/tools/generated/dns/index.js +544 -908
- package/dist/tools/generated/dns/index.js.map +1 -1
- package/dist/tools/generated/generative_ai/index.d.ts.map +1 -1
- package/dist/tools/generated/generative_ai/index.js +58 -254
- package/dist/tools/generated/generative_ai/index.js.map +1 -1
- package/dist/tools/generated/managed_kubernetes/index.d.ts.map +1 -1
- package/dist/tools/generated/managed_kubernetes/index.js +535 -400
- package/dist/tools/generated/managed_kubernetes/index.js.map +1 -1
- package/dist/tools/generated/marketplace/index.d.ts.map +1 -1
- package/dist/tools/generated/marketplace/index.js +343 -594
- package/dist/tools/generated/marketplace/index.js.map +1 -1
- package/dist/tools/generated/network/index.d.ts.map +1 -1
- package/dist/tools/generated/network/index.js +1398 -1590
- package/dist/tools/generated/network/index.js.map +1 -1
- package/dist/tools/generated/network_security/index.d.ts.map +1 -1
- package/dist/tools/generated/network_security/index.js +1879 -1126
- package/dist/tools/generated/network_security/index.js.map +1 -1
- package/dist/tools/generated/nginx_one/index.d.ts.map +1 -1
- package/dist/tools/generated/nginx_one/index.js +108 -236
- package/dist/tools/generated/nginx_one/index.js.map +1 -1
- package/dist/tools/generated/object_storage/index.d.ts.map +1 -1
- package/dist/tools/generated/object_storage/index.js +39 -98
- package/dist/tools/generated/object_storage/index.js.map +1 -1
- package/dist/tools/generated/observability/index.d.ts.map +1 -1
- package/dist/tools/generated/observability/index.js +310 -790
- package/dist/tools/generated/observability/index.js.map +1 -1
- package/dist/tools/generated/rate_limiting/index.d.ts.map +1 -1
- package/dist/tools/generated/rate_limiting/index.js +411 -240
- package/dist/tools/generated/rate_limiting/index.js.map +1 -1
- package/dist/tools/generated/secops_and_incident_response/index.d.ts.map +1 -1
- package/dist/tools/generated/secops_and_incident_response/index.js +137 -80
- package/dist/tools/generated/secops_and_incident_response/index.js.map +1 -1
- package/dist/tools/generated/service_mesh/index.d.ts.map +1 -1
- package/dist/tools/generated/service_mesh/index.js +1118 -778
- package/dist/tools/generated/service_mesh/index.js.map +1 -1
- package/dist/tools/generated/shape/index.d.ts.map +1 -1
- package/dist/tools/generated/shape/index.js +1101 -3504
- package/dist/tools/generated/shape/index.js.map +1 -1
- package/dist/tools/generated/sites/index.d.ts.map +1 -1
- package/dist/tools/generated/sites/index.js +1780 -1872
- package/dist/tools/generated/sites/index.js.map +1 -1
- package/dist/tools/generated/statistics/index.d.ts.map +1 -1
- package/dist/tools/generated/statistics/index.js +644 -1350
- package/dist/tools/generated/statistics/index.js.map +1 -1
- package/dist/tools/generated/support/index.d.ts.map +1 -1
- package/dist/tools/generated/support/index.js +321 -928
- package/dist/tools/generated/support/index.js.map +1 -1
- package/dist/tools/generated/telemetry_and_insights/index.d.ts.map +1 -1
- package/dist/tools/generated/telemetry_and_insights/index.js +123 -492
- package/dist/tools/generated/telemetry_and_insights/index.js.map +1 -1
- package/dist/tools/generated/tenant_and_identity/index.d.ts.map +1 -1
- package/dist/tools/generated/tenant_and_identity/index.js +1568 -3086
- package/dist/tools/generated/tenant_and_identity/index.js.map +1 -1
- package/dist/tools/generated/threat_campaign/index.d.ts.map +1 -1
- package/dist/tools/generated/threat_campaign/index.js +4 -14
- package/dist/tools/generated/threat_campaign/index.js.map +1 -1
- package/dist/tools/generated/users/index.d.ts.map +1 -1
- package/dist/tools/generated/users/index.js +151 -208
- package/dist/tools/generated/users/index.js.map +1 -1
- package/dist/tools/generated/virtual/index.d.ts.map +1 -1
- package/dist/tools/generated/virtual/index.js +1256 -1533
- package/dist/tools/generated/virtual/index.js.map +1 -1
- package/dist/tools/generated/vpm_and_node_management/index.d.ts.map +1 -1
- package/dist/tools/generated/vpm_and_node_management/index.js +4 -14
- package/dist/tools/generated/vpm_and_node_management/index.js.map +1 -1
- package/dist/tools/generated/waf/index.d.ts.map +1 -1
- package/dist/tools/generated/waf/index.js +821 -675
- package/dist/tools/generated/waf/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/cli/index.d.ts +0 -16
- package/dist/cli/index.d.ts.map +0 -1
- package/dist/cli/index.js +0 -116
- package/dist/cli/index.js.map +0 -1
- package/dist/cli/setup.d.ts +0 -54
- package/dist/cli/setup.d.ts.map +0 -1
- package/dist/cli/setup.js +0 -347
- package/dist/cli/setup.js.map +0 -1
|
@@ -42,18 +42,6 @@ export const network_securityTools = [
|
|
|
42
42
|
creates: ["fast-acl"],
|
|
43
43
|
},
|
|
44
44
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
45
|
-
cliExamples: [
|
|
46
|
-
{
|
|
47
|
-
command: "f5xcctl config fast-acl create {name} --namespace {namespace}",
|
|
48
|
-
description: "Create fast-acl",
|
|
49
|
-
use_case: "basic_create",
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
command: "f5xcctl config fast-acl create -f {file}.yaml",
|
|
53
|
-
description: "Create from YAML file",
|
|
54
|
-
use_case: "file_based",
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
45
|
confirmationRequired: false,
|
|
58
46
|
parameterExamples: {
|
|
59
47
|
"metadata.namespace": "Staging",
|
|
@@ -98,18 +86,6 @@ export const network_securityTools = [
|
|
|
98
86
|
},
|
|
99
87
|
confirmation_required: false,
|
|
100
88
|
danger_level: "medium",
|
|
101
|
-
examples: [
|
|
102
|
-
{
|
|
103
|
-
command: "f5xcctl config fast-acl create {name} --namespace {namespace}",
|
|
104
|
-
description: "Create fast-acl",
|
|
105
|
-
use_case: "basic_create",
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
command: "f5xcctl config fast-acl create -f {file}.yaml",
|
|
109
|
-
description: "Create from YAML file",
|
|
110
|
-
use_case: "file_based",
|
|
111
|
-
},
|
|
112
|
-
],
|
|
113
89
|
field_docs: {},
|
|
114
90
|
optional_fields: [],
|
|
115
91
|
performance_impact: {
|
|
@@ -122,6 +98,45 @@ export const network_securityTools = [
|
|
|
122
98
|
creates: ["fast-acl"],
|
|
123
99
|
},
|
|
124
100
|
},
|
|
101
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fast_acls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
102
|
+
dependencies: [
|
|
103
|
+
{
|
|
104
|
+
domain: "",
|
|
105
|
+
fieldPath: "",
|
|
106
|
+
inline: false,
|
|
107
|
+
required: false,
|
|
108
|
+
resourceType: "fast-acl",
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
domain: "",
|
|
112
|
+
fieldPath: "metadata",
|
|
113
|
+
inline: false,
|
|
114
|
+
required: false,
|
|
115
|
+
resourceType: "schema-object-create-meta",
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
domain: "",
|
|
119
|
+
fieldPath: "spec",
|
|
120
|
+
inline: false,
|
|
121
|
+
required: false,
|
|
122
|
+
resourceType: "schemafast-acl-create",
|
|
123
|
+
},
|
|
124
|
+
],
|
|
125
|
+
oneOfGroups: [],
|
|
126
|
+
subscriptionRequirements: [
|
|
127
|
+
{
|
|
128
|
+
addonService: "f5xc_securemesh_standard",
|
|
129
|
+
displayName: "F5XC Securemesh Standard",
|
|
130
|
+
required: false,
|
|
131
|
+
tier: "standard",
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
addonService: "f5xc_securemesh_advanced",
|
|
135
|
+
displayName: "F5XC Securemesh Advanced",
|
|
136
|
+
required: false,
|
|
137
|
+
tier: "advanced",
|
|
138
|
+
},
|
|
139
|
+
],
|
|
125
140
|
},
|
|
126
141
|
{
|
|
127
142
|
toolName: "f5xc-api-networksecurity-fast-acl-delete",
|
|
@@ -171,13 +186,6 @@ export const network_securityTools = [
|
|
|
171
186
|
deletes: ["fast-acl", "contained_resources"],
|
|
172
187
|
},
|
|
173
188
|
requiredFields: ["path.name", "path.namespace"],
|
|
174
|
-
cliExamples: [
|
|
175
|
-
{
|
|
176
|
-
command: "f5xcctl config fast-acl delete {name} --namespace {namespace}",
|
|
177
|
-
description: "Delete fast-acl",
|
|
178
|
-
use_case: "delete",
|
|
179
|
-
},
|
|
180
|
-
],
|
|
181
189
|
confirmationRequired: true,
|
|
182
190
|
parameterExamples: {
|
|
183
191
|
name: "Name",
|
|
@@ -223,13 +231,6 @@ export const network_securityTools = [
|
|
|
223
231
|
},
|
|
224
232
|
confirmation_required: true,
|
|
225
233
|
danger_level: "high",
|
|
226
|
-
examples: [
|
|
227
|
-
{
|
|
228
|
-
command: "f5xcctl config fast-acl delete {name} --namespace {namespace}",
|
|
229
|
-
description: "Delete fast-acl",
|
|
230
|
-
use_case: "delete",
|
|
231
|
-
},
|
|
232
|
-
],
|
|
233
234
|
field_docs: {},
|
|
234
235
|
optional_fields: [],
|
|
235
236
|
performance_impact: {
|
|
@@ -242,6 +243,31 @@ export const network_securityTools = [
|
|
|
242
243
|
deletes: ["fast-acl", "contained_resources"],
|
|
243
244
|
},
|
|
244
245
|
},
|
|
246
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fast_acls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
247
|
+
dependencies: [
|
|
248
|
+
{
|
|
249
|
+
domain: "",
|
|
250
|
+
fieldPath: "",
|
|
251
|
+
inline: false,
|
|
252
|
+
required: false,
|
|
253
|
+
resourceType: "fast-acl",
|
|
254
|
+
},
|
|
255
|
+
],
|
|
256
|
+
oneOfGroups: [],
|
|
257
|
+
subscriptionRequirements: [
|
|
258
|
+
{
|
|
259
|
+
addonService: "f5xc_securemesh_standard",
|
|
260
|
+
displayName: "F5XC Securemesh Standard",
|
|
261
|
+
required: false,
|
|
262
|
+
tier: "standard",
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
addonService: "f5xc_securemesh_advanced",
|
|
266
|
+
displayName: "F5XC Securemesh Advanced",
|
|
267
|
+
required: false,
|
|
268
|
+
tier: "advanced",
|
|
269
|
+
},
|
|
270
|
+
],
|
|
245
271
|
},
|
|
246
272
|
{
|
|
247
273
|
toolName: "f5xc-api-networksecurity-fast-acl-get",
|
|
@@ -310,13 +336,6 @@ export const network_securityTools = [
|
|
|
310
336
|
dangerLevel: "low",
|
|
311
337
|
sideEffects: null,
|
|
312
338
|
requiredFields: ["path.name", "path.namespace"],
|
|
313
|
-
cliExamples: [
|
|
314
|
-
{
|
|
315
|
-
command: "f5xcctl config fast-acl get {name} --namespace {namespace}",
|
|
316
|
-
description: "Get specific fast-acl",
|
|
317
|
-
use_case: "get_specific",
|
|
318
|
-
},
|
|
319
|
-
],
|
|
320
339
|
confirmationRequired: false,
|
|
321
340
|
parameterExamples: {
|
|
322
341
|
name: "Name",
|
|
@@ -362,13 +381,6 @@ export const network_securityTools = [
|
|
|
362
381
|
},
|
|
363
382
|
confirmation_required: false,
|
|
364
383
|
danger_level: "low",
|
|
365
|
-
examples: [
|
|
366
|
-
{
|
|
367
|
-
command: "f5xcctl config fast-acl get {name} --namespace {namespace}",
|
|
368
|
-
description: "Get specific fast-acl",
|
|
369
|
-
use_case: "get_specific",
|
|
370
|
-
},
|
|
371
|
-
],
|
|
372
384
|
field_docs: {},
|
|
373
385
|
optional_fields: [],
|
|
374
386
|
performance_impact: {
|
|
@@ -379,6 +391,23 @@ export const network_securityTools = [
|
|
|
379
391
|
required_fields: ["path.name", "path.namespace"],
|
|
380
392
|
side_effects: {},
|
|
381
393
|
},
|
|
394
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fast_acls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
395
|
+
dependencies: [],
|
|
396
|
+
oneOfGroups: [],
|
|
397
|
+
subscriptionRequirements: [
|
|
398
|
+
{
|
|
399
|
+
addonService: "f5xc_securemesh_standard",
|
|
400
|
+
displayName: "F5XC Securemesh Standard",
|
|
401
|
+
required: false,
|
|
402
|
+
tier: "standard",
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
addonService: "f5xc_securemesh_advanced",
|
|
406
|
+
displayName: "F5XC Securemesh Advanced",
|
|
407
|
+
required: false,
|
|
408
|
+
tier: "advanced",
|
|
409
|
+
},
|
|
410
|
+
],
|
|
382
411
|
},
|
|
383
412
|
{
|
|
384
413
|
toolName: "f5xc-api-networksecurity-fast-acl-list",
|
|
@@ -453,13 +482,6 @@ export const network_securityTools = [
|
|
|
453
482
|
dangerLevel: "low",
|
|
454
483
|
sideEffects: null,
|
|
455
484
|
requiredFields: ["path.namespace"],
|
|
456
|
-
cliExamples: [
|
|
457
|
-
{
|
|
458
|
-
command: "f5xcctl config fast-acl list --namespace {namespace}",
|
|
459
|
-
description: "List all fast-acls",
|
|
460
|
-
use_case: "list_all",
|
|
461
|
-
},
|
|
462
|
-
],
|
|
463
485
|
confirmationRequired: false,
|
|
464
486
|
parameterExamples: {
|
|
465
487
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -505,13 +527,6 @@ export const network_securityTools = [
|
|
|
505
527
|
},
|
|
506
528
|
confirmation_required: false,
|
|
507
529
|
danger_level: "low",
|
|
508
|
-
examples: [
|
|
509
|
-
{
|
|
510
|
-
command: "f5xcctl config fast-acl list --namespace {namespace}",
|
|
511
|
-
description: "List all fast-acls",
|
|
512
|
-
use_case: "list_all",
|
|
513
|
-
},
|
|
514
|
-
],
|
|
515
530
|
field_docs: {},
|
|
516
531
|
optional_fields: [],
|
|
517
532
|
performance_impact: {
|
|
@@ -522,6 +537,23 @@ export const network_securityTools = [
|
|
|
522
537
|
required_fields: ["path.namespace"],
|
|
523
538
|
side_effects: {},
|
|
524
539
|
},
|
|
540
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fast_acls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
541
|
+
dependencies: [],
|
|
542
|
+
oneOfGroups: [],
|
|
543
|
+
subscriptionRequirements: [
|
|
544
|
+
{
|
|
545
|
+
addonService: "f5xc_securemesh_standard",
|
|
546
|
+
displayName: "F5XC Securemesh Standard",
|
|
547
|
+
required: false,
|
|
548
|
+
tier: "standard",
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
addonService: "f5xc_securemesh_advanced",
|
|
552
|
+
displayName: "F5XC Securemesh Advanced",
|
|
553
|
+
required: false,
|
|
554
|
+
tier: "advanced",
|
|
555
|
+
},
|
|
556
|
+
],
|
|
525
557
|
},
|
|
526
558
|
{
|
|
527
559
|
toolName: "f5xc-api-networksecurity-fast-acl-rule-create",
|
|
@@ -562,18 +594,6 @@ export const network_securityTools = [
|
|
|
562
594
|
creates: ["fast-acl-rule"],
|
|
563
595
|
},
|
|
564
596
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
565
|
-
cliExamples: [
|
|
566
|
-
{
|
|
567
|
-
command: "f5xcctl config fast-acl-rule create {name} --namespace {namespace}",
|
|
568
|
-
description: "Create fast-acl-rule",
|
|
569
|
-
use_case: "basic_create",
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
command: "f5xcctl config fast-acl-rule create -f {file}.yaml",
|
|
573
|
-
description: "Create from YAML file",
|
|
574
|
-
use_case: "file_based",
|
|
575
|
-
},
|
|
576
|
-
],
|
|
577
597
|
confirmationRequired: false,
|
|
578
598
|
parameterExamples: {
|
|
579
599
|
"metadata.namespace": "Staging",
|
|
@@ -618,18 +638,6 @@ export const network_securityTools = [
|
|
|
618
638
|
},
|
|
619
639
|
confirmation_required: false,
|
|
620
640
|
danger_level: "medium",
|
|
621
|
-
examples: [
|
|
622
|
-
{
|
|
623
|
-
command: "f5xcctl config fast-acl-rule create {name} --namespace {namespace}",
|
|
624
|
-
description: "Create fast-acl-rule",
|
|
625
|
-
use_case: "basic_create",
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
command: "f5xcctl config fast-acl-rule create -f {file}.yaml",
|
|
629
|
-
description: "Create from YAML file",
|
|
630
|
-
use_case: "file_based",
|
|
631
|
-
},
|
|
632
|
-
],
|
|
633
641
|
field_docs: {},
|
|
634
642
|
optional_fields: [],
|
|
635
643
|
performance_impact: {
|
|
@@ -642,6 +650,45 @@ export const network_securityTools = [
|
|
|
642
650
|
creates: ["fast-acl-rule"],
|
|
643
651
|
},
|
|
644
652
|
},
|
|
653
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fast_acl_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
654
|
+
dependencies: [
|
|
655
|
+
{
|
|
656
|
+
domain: "",
|
|
657
|
+
fieldPath: "",
|
|
658
|
+
inline: false,
|
|
659
|
+
required: false,
|
|
660
|
+
resourceType: "fast-acl-rule",
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
domain: "",
|
|
664
|
+
fieldPath: "metadata",
|
|
665
|
+
inline: false,
|
|
666
|
+
required: false,
|
|
667
|
+
resourceType: "schema-object-create-meta",
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
domain: "",
|
|
671
|
+
fieldPath: "spec",
|
|
672
|
+
inline: false,
|
|
673
|
+
required: false,
|
|
674
|
+
resourceType: "fast-acl-rule-create",
|
|
675
|
+
},
|
|
676
|
+
],
|
|
677
|
+
oneOfGroups: [],
|
|
678
|
+
subscriptionRequirements: [
|
|
679
|
+
{
|
|
680
|
+
addonService: "f5xc_securemesh_standard",
|
|
681
|
+
displayName: "F5XC Securemesh Standard",
|
|
682
|
+
required: false,
|
|
683
|
+
tier: "standard",
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
addonService: "f5xc_securemesh_advanced",
|
|
687
|
+
displayName: "F5XC Securemesh Advanced",
|
|
688
|
+
required: false,
|
|
689
|
+
tier: "advanced",
|
|
690
|
+
},
|
|
691
|
+
],
|
|
645
692
|
},
|
|
646
693
|
{
|
|
647
694
|
toolName: "f5xc-api-networksecurity-fast-acl-rule-delete",
|
|
@@ -691,13 +738,6 @@ export const network_securityTools = [
|
|
|
691
738
|
deletes: ["fast-acl-rule", "contained_resources"],
|
|
692
739
|
},
|
|
693
740
|
requiredFields: ["path.name", "path.namespace"],
|
|
694
|
-
cliExamples: [
|
|
695
|
-
{
|
|
696
|
-
command: "f5xcctl config fast-acl-rule delete {name} --namespace {namespace}",
|
|
697
|
-
description: "Delete fast-acl-rule",
|
|
698
|
-
use_case: "delete",
|
|
699
|
-
},
|
|
700
|
-
],
|
|
701
741
|
confirmationRequired: true,
|
|
702
742
|
parameterExamples: {
|
|
703
743
|
name: "Name",
|
|
@@ -743,13 +783,6 @@ export const network_securityTools = [
|
|
|
743
783
|
},
|
|
744
784
|
confirmation_required: true,
|
|
745
785
|
danger_level: "high",
|
|
746
|
-
examples: [
|
|
747
|
-
{
|
|
748
|
-
command: "f5xcctl config fast-acl-rule delete {name} --namespace {namespace}",
|
|
749
|
-
description: "Delete fast-acl-rule",
|
|
750
|
-
use_case: "delete",
|
|
751
|
-
},
|
|
752
|
-
],
|
|
753
786
|
field_docs: {},
|
|
754
787
|
optional_fields: [],
|
|
755
788
|
performance_impact: {
|
|
@@ -762,6 +795,31 @@ export const network_securityTools = [
|
|
|
762
795
|
deletes: ["fast-acl-rule", "contained_resources"],
|
|
763
796
|
},
|
|
764
797
|
},
|
|
798
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fast_acl_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
799
|
+
dependencies: [
|
|
800
|
+
{
|
|
801
|
+
domain: "",
|
|
802
|
+
fieldPath: "",
|
|
803
|
+
inline: false,
|
|
804
|
+
required: false,
|
|
805
|
+
resourceType: "fast-acl-rule",
|
|
806
|
+
},
|
|
807
|
+
],
|
|
808
|
+
oneOfGroups: [],
|
|
809
|
+
subscriptionRequirements: [
|
|
810
|
+
{
|
|
811
|
+
addonService: "f5xc_securemesh_standard",
|
|
812
|
+
displayName: "F5XC Securemesh Standard",
|
|
813
|
+
required: false,
|
|
814
|
+
tier: "standard",
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
addonService: "f5xc_securemesh_advanced",
|
|
818
|
+
displayName: "F5XC Securemesh Advanced",
|
|
819
|
+
required: false,
|
|
820
|
+
tier: "advanced",
|
|
821
|
+
},
|
|
822
|
+
],
|
|
765
823
|
},
|
|
766
824
|
{
|
|
767
825
|
toolName: "f5xc-api-networksecurity-fast-acl-rule-get",
|
|
@@ -830,13 +888,6 @@ export const network_securityTools = [
|
|
|
830
888
|
dangerLevel: "low",
|
|
831
889
|
sideEffects: null,
|
|
832
890
|
requiredFields: ["path.name", "path.namespace"],
|
|
833
|
-
cliExamples: [
|
|
834
|
-
{
|
|
835
|
-
command: "f5xcctl config fast-acl-rule get {name} --namespace {namespace}",
|
|
836
|
-
description: "Get specific fast-acl-rule",
|
|
837
|
-
use_case: "get_specific",
|
|
838
|
-
},
|
|
839
|
-
],
|
|
840
891
|
confirmationRequired: false,
|
|
841
892
|
parameterExamples: {
|
|
842
893
|
name: "Name",
|
|
@@ -882,13 +933,6 @@ export const network_securityTools = [
|
|
|
882
933
|
},
|
|
883
934
|
confirmation_required: false,
|
|
884
935
|
danger_level: "low",
|
|
885
|
-
examples: [
|
|
886
|
-
{
|
|
887
|
-
command: "f5xcctl config fast-acl-rule get {name} --namespace {namespace}",
|
|
888
|
-
description: "Get specific fast-acl-rule",
|
|
889
|
-
use_case: "get_specific",
|
|
890
|
-
},
|
|
891
|
-
],
|
|
892
936
|
field_docs: {},
|
|
893
937
|
optional_fields: [],
|
|
894
938
|
performance_impact: {
|
|
@@ -899,6 +943,23 @@ export const network_securityTools = [
|
|
|
899
943
|
required_fields: ["path.name", "path.namespace"],
|
|
900
944
|
side_effects: {},
|
|
901
945
|
},
|
|
946
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fast_acl_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
947
|
+
dependencies: [],
|
|
948
|
+
oneOfGroups: [],
|
|
949
|
+
subscriptionRequirements: [
|
|
950
|
+
{
|
|
951
|
+
addonService: "f5xc_securemesh_standard",
|
|
952
|
+
displayName: "F5XC Securemesh Standard",
|
|
953
|
+
required: false,
|
|
954
|
+
tier: "standard",
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
addonService: "f5xc_securemesh_advanced",
|
|
958
|
+
displayName: "F5XC Securemesh Advanced",
|
|
959
|
+
required: false,
|
|
960
|
+
tier: "advanced",
|
|
961
|
+
},
|
|
962
|
+
],
|
|
902
963
|
},
|
|
903
964
|
{
|
|
904
965
|
toolName: "f5xc-api-networksecurity-fast-acl-rule-list",
|
|
@@ -973,13 +1034,6 @@ export const network_securityTools = [
|
|
|
973
1034
|
dangerLevel: "low",
|
|
974
1035
|
sideEffects: null,
|
|
975
1036
|
requiredFields: ["path.namespace"],
|
|
976
|
-
cliExamples: [
|
|
977
|
-
{
|
|
978
|
-
command: "f5xcctl config fast-acl-rule list --namespace {namespace}",
|
|
979
|
-
description: "List all fast-acl-rules",
|
|
980
|
-
use_case: "list_all",
|
|
981
|
-
},
|
|
982
|
-
],
|
|
983
1037
|
confirmationRequired: false,
|
|
984
1038
|
parameterExamples: {
|
|
985
1039
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -1025,13 +1079,6 @@ export const network_securityTools = [
|
|
|
1025
1079
|
},
|
|
1026
1080
|
confirmation_required: false,
|
|
1027
1081
|
danger_level: "low",
|
|
1028
|
-
examples: [
|
|
1029
|
-
{
|
|
1030
|
-
command: "f5xcctl config fast-acl-rule list --namespace {namespace}",
|
|
1031
|
-
description: "List all fast-acl-rules",
|
|
1032
|
-
use_case: "list_all",
|
|
1033
|
-
},
|
|
1034
|
-
],
|
|
1035
1082
|
field_docs: {},
|
|
1036
1083
|
optional_fields: [],
|
|
1037
1084
|
performance_impact: {
|
|
@@ -1042,6 +1089,23 @@ export const network_securityTools = [
|
|
|
1042
1089
|
required_fields: ["path.namespace"],
|
|
1043
1090
|
side_effects: {},
|
|
1044
1091
|
},
|
|
1092
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fast_acl_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1093
|
+
dependencies: [],
|
|
1094
|
+
oneOfGroups: [],
|
|
1095
|
+
subscriptionRequirements: [
|
|
1096
|
+
{
|
|
1097
|
+
addonService: "f5xc_securemesh_standard",
|
|
1098
|
+
displayName: "F5XC Securemesh Standard",
|
|
1099
|
+
required: false,
|
|
1100
|
+
tier: "standard",
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
addonService: "f5xc_securemesh_advanced",
|
|
1104
|
+
displayName: "F5XC Securemesh Advanced",
|
|
1105
|
+
required: false,
|
|
1106
|
+
tier: "advanced",
|
|
1107
|
+
},
|
|
1108
|
+
],
|
|
1045
1109
|
},
|
|
1046
1110
|
{
|
|
1047
1111
|
toolName: "f5xc-api-networksecurity-fast-acl-rule-update",
|
|
@@ -1093,13 +1157,6 @@ export const network_securityTools = [
|
|
|
1093
1157
|
modifies: ["fast-acl-rule"],
|
|
1094
1158
|
},
|
|
1095
1159
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
1096
|
-
cliExamples: [
|
|
1097
|
-
{
|
|
1098
|
-
command: "f5xcctl config fast-acl-rule update {name} --namespace {namespace} -f {file}.yaml",
|
|
1099
|
-
description: "Update fast-acl-rule",
|
|
1100
|
-
use_case: "update",
|
|
1101
|
-
},
|
|
1102
|
-
],
|
|
1103
1160
|
confirmationRequired: false,
|
|
1104
1161
|
parameterExamples: {
|
|
1105
1162
|
"metadata.name": "Example-corp-web.",
|
|
@@ -1145,13 +1202,6 @@ export const network_securityTools = [
|
|
|
1145
1202
|
},
|
|
1146
1203
|
confirmation_required: false,
|
|
1147
1204
|
danger_level: "medium",
|
|
1148
|
-
examples: [
|
|
1149
|
-
{
|
|
1150
|
-
command: "f5xcctl config fast-acl-rule update {name} --namespace {namespace} -f {file}.yaml",
|
|
1151
|
-
description: "Update fast-acl-rule",
|
|
1152
|
-
use_case: "update",
|
|
1153
|
-
},
|
|
1154
|
-
],
|
|
1155
1205
|
field_docs: {},
|
|
1156
1206
|
optional_fields: [],
|
|
1157
1207
|
performance_impact: {
|
|
@@ -1164,6 +1214,45 @@ export const network_securityTools = [
|
|
|
1164
1214
|
modifies: ["fast-acl-rule"],
|
|
1165
1215
|
},
|
|
1166
1216
|
},
|
|
1217
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fast_acl_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1218
|
+
dependencies: [
|
|
1219
|
+
{
|
|
1220
|
+
domain: "",
|
|
1221
|
+
fieldPath: "",
|
|
1222
|
+
inline: false,
|
|
1223
|
+
required: false,
|
|
1224
|
+
resourceType: "fast-acl-rule",
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
domain: "",
|
|
1228
|
+
fieldPath: "metadata",
|
|
1229
|
+
inline: false,
|
|
1230
|
+
required: false,
|
|
1231
|
+
resourceType: "schema-object-replace-meta",
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
domain: "",
|
|
1235
|
+
fieldPath: "spec",
|
|
1236
|
+
inline: false,
|
|
1237
|
+
required: false,
|
|
1238
|
+
resourceType: "fast-acl-rule-replace",
|
|
1239
|
+
},
|
|
1240
|
+
],
|
|
1241
|
+
oneOfGroups: [],
|
|
1242
|
+
subscriptionRequirements: [
|
|
1243
|
+
{
|
|
1244
|
+
addonService: "f5xc_securemesh_standard",
|
|
1245
|
+
displayName: "F5XC Securemesh Standard",
|
|
1246
|
+
required: false,
|
|
1247
|
+
tier: "standard",
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
addonService: "f5xc_securemesh_advanced",
|
|
1251
|
+
displayName: "F5XC Securemesh Advanced",
|
|
1252
|
+
required: false,
|
|
1253
|
+
tier: "advanced",
|
|
1254
|
+
},
|
|
1255
|
+
],
|
|
1167
1256
|
},
|
|
1168
1257
|
{
|
|
1169
1258
|
toolName: "f5xc-api-networksecurity-fast-acl-update",
|
|
@@ -1215,13 +1304,6 @@ export const network_securityTools = [
|
|
|
1215
1304
|
modifies: ["fast-acl"],
|
|
1216
1305
|
},
|
|
1217
1306
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
1218
|
-
cliExamples: [
|
|
1219
|
-
{
|
|
1220
|
-
command: "f5xcctl config fast-acl update {name} --namespace {namespace} -f {file}.yaml",
|
|
1221
|
-
description: "Update fast-acl",
|
|
1222
|
-
use_case: "update",
|
|
1223
|
-
},
|
|
1224
|
-
],
|
|
1225
1307
|
confirmationRequired: false,
|
|
1226
1308
|
parameterExamples: {
|
|
1227
1309
|
"metadata.name": "Example-corp-web.",
|
|
@@ -1267,13 +1349,6 @@ export const network_securityTools = [
|
|
|
1267
1349
|
},
|
|
1268
1350
|
confirmation_required: false,
|
|
1269
1351
|
danger_level: "medium",
|
|
1270
|
-
examples: [
|
|
1271
|
-
{
|
|
1272
|
-
command: "f5xcctl config fast-acl update {name} --namespace {namespace} -f {file}.yaml",
|
|
1273
|
-
description: "Update fast-acl",
|
|
1274
|
-
use_case: "update",
|
|
1275
|
-
},
|
|
1276
|
-
],
|
|
1277
1352
|
field_docs: {},
|
|
1278
1353
|
optional_fields: [],
|
|
1279
1354
|
performance_impact: {
|
|
@@ -1286,6 +1361,45 @@ export const network_securityTools = [
|
|
|
1286
1361
|
modifies: ["fast-acl"],
|
|
1287
1362
|
},
|
|
1288
1363
|
},
|
|
1364
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fast_acls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1365
|
+
dependencies: [
|
|
1366
|
+
{
|
|
1367
|
+
domain: "",
|
|
1368
|
+
fieldPath: "",
|
|
1369
|
+
inline: false,
|
|
1370
|
+
required: false,
|
|
1371
|
+
resourceType: "fast-acl",
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
domain: "",
|
|
1375
|
+
fieldPath: "metadata",
|
|
1376
|
+
inline: false,
|
|
1377
|
+
required: false,
|
|
1378
|
+
resourceType: "schema-object-replace-meta",
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
domain: "",
|
|
1382
|
+
fieldPath: "spec",
|
|
1383
|
+
inline: false,
|
|
1384
|
+
required: false,
|
|
1385
|
+
resourceType: "schemafast-acl-replace",
|
|
1386
|
+
},
|
|
1387
|
+
],
|
|
1388
|
+
oneOfGroups: [],
|
|
1389
|
+
subscriptionRequirements: [
|
|
1390
|
+
{
|
|
1391
|
+
addonService: "f5xc_securemesh_standard",
|
|
1392
|
+
displayName: "F5XC Securemesh Standard",
|
|
1393
|
+
required: false,
|
|
1394
|
+
tier: "standard",
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
addonService: "f5xc_securemesh_advanced",
|
|
1398
|
+
displayName: "F5XC Securemesh Advanced",
|
|
1399
|
+
required: false,
|
|
1400
|
+
tier: "advanced",
|
|
1401
|
+
},
|
|
1402
|
+
],
|
|
1289
1403
|
},
|
|
1290
1404
|
{
|
|
1291
1405
|
toolName: "f5xc-api-networksecurity-filter-set-create",
|
|
@@ -1326,18 +1440,6 @@ export const network_securityTools = [
|
|
|
1326
1440
|
creates: ["filter-set"],
|
|
1327
1441
|
},
|
|
1328
1442
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
1329
|
-
cliExamples: [
|
|
1330
|
-
{
|
|
1331
|
-
command: "f5xcctl config filter-set create {name} --namespace {namespace}",
|
|
1332
|
-
description: "Create filter-set",
|
|
1333
|
-
use_case: "basic_create",
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
command: "f5xcctl config filter-set create -f {file}.yaml",
|
|
1337
|
-
description: "Create from YAML file",
|
|
1338
|
-
use_case: "file_based",
|
|
1339
|
-
},
|
|
1340
|
-
],
|
|
1341
1443
|
confirmationRequired: false,
|
|
1342
1444
|
parameterExamples: {
|
|
1343
1445
|
"metadata.namespace": "Staging",
|
|
@@ -1382,18 +1484,6 @@ export const network_securityTools = [
|
|
|
1382
1484
|
},
|
|
1383
1485
|
confirmation_required: false,
|
|
1384
1486
|
danger_level: "medium",
|
|
1385
|
-
examples: [
|
|
1386
|
-
{
|
|
1387
|
-
command: "f5xcctl config filter-set create {name} --namespace {namespace}",
|
|
1388
|
-
description: "Create filter-set",
|
|
1389
|
-
use_case: "basic_create",
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
command: "f5xcctl config filter-set create -f {file}.yaml",
|
|
1393
|
-
description: "Create from YAML file",
|
|
1394
|
-
use_case: "file_based",
|
|
1395
|
-
},
|
|
1396
|
-
],
|
|
1397
1487
|
field_docs: {},
|
|
1398
1488
|
optional_fields: [],
|
|
1399
1489
|
performance_impact: {
|
|
@@ -1406,6 +1496,45 @@ export const network_securityTools = [
|
|
|
1406
1496
|
creates: ["filter-set"],
|
|
1407
1497
|
},
|
|
1408
1498
|
},
|
|
1499
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/filter_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1500
|
+
dependencies: [
|
|
1501
|
+
{
|
|
1502
|
+
domain: "",
|
|
1503
|
+
fieldPath: "",
|
|
1504
|
+
inline: false,
|
|
1505
|
+
required: false,
|
|
1506
|
+
resourceType: "filter-set",
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
domain: "",
|
|
1510
|
+
fieldPath: "metadata",
|
|
1511
|
+
inline: false,
|
|
1512
|
+
required: false,
|
|
1513
|
+
resourceType: "schema-object-create-meta",
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
domain: "",
|
|
1517
|
+
fieldPath: "spec",
|
|
1518
|
+
inline: false,
|
|
1519
|
+
required: false,
|
|
1520
|
+
resourceType: "filter-set-create",
|
|
1521
|
+
},
|
|
1522
|
+
],
|
|
1523
|
+
oneOfGroups: [],
|
|
1524
|
+
subscriptionRequirements: [
|
|
1525
|
+
{
|
|
1526
|
+
addonService: "f5xc_securemesh_standard",
|
|
1527
|
+
displayName: "F5XC Securemesh Standard",
|
|
1528
|
+
required: false,
|
|
1529
|
+
tier: "standard",
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
addonService: "f5xc_securemesh_advanced",
|
|
1533
|
+
displayName: "F5XC Securemesh Advanced",
|
|
1534
|
+
required: false,
|
|
1535
|
+
tier: "advanced",
|
|
1536
|
+
},
|
|
1537
|
+
],
|
|
1409
1538
|
},
|
|
1410
1539
|
{
|
|
1411
1540
|
toolName: "f5xc-api-networksecurity-filter-set-delete",
|
|
@@ -1455,13 +1584,6 @@ export const network_securityTools = [
|
|
|
1455
1584
|
deletes: ["filter-set", "contained_resources"],
|
|
1456
1585
|
},
|
|
1457
1586
|
requiredFields: ["path.name", "path.namespace"],
|
|
1458
|
-
cliExamples: [
|
|
1459
|
-
{
|
|
1460
|
-
command: "f5xcctl config filter-set delete {name} --namespace {namespace}",
|
|
1461
|
-
description: "Delete filter-set",
|
|
1462
|
-
use_case: "delete",
|
|
1463
|
-
},
|
|
1464
|
-
],
|
|
1465
1587
|
confirmationRequired: true,
|
|
1466
1588
|
parameterExamples: {
|
|
1467
1589
|
name: "Name",
|
|
@@ -1507,13 +1629,6 @@ export const network_securityTools = [
|
|
|
1507
1629
|
},
|
|
1508
1630
|
confirmation_required: true,
|
|
1509
1631
|
danger_level: "high",
|
|
1510
|
-
examples: [
|
|
1511
|
-
{
|
|
1512
|
-
command: "f5xcctl config filter-set delete {name} --namespace {namespace}",
|
|
1513
|
-
description: "Delete filter-set",
|
|
1514
|
-
use_case: "delete",
|
|
1515
|
-
},
|
|
1516
|
-
],
|
|
1517
1632
|
field_docs: {},
|
|
1518
1633
|
optional_fields: [],
|
|
1519
1634
|
performance_impact: {
|
|
@@ -1526,6 +1641,31 @@ export const network_securityTools = [
|
|
|
1526
1641
|
deletes: ["filter-set", "contained_resources"],
|
|
1527
1642
|
},
|
|
1528
1643
|
},
|
|
1644
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/filter_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1645
|
+
dependencies: [
|
|
1646
|
+
{
|
|
1647
|
+
domain: "",
|
|
1648
|
+
fieldPath: "",
|
|
1649
|
+
inline: false,
|
|
1650
|
+
required: false,
|
|
1651
|
+
resourceType: "filter-set",
|
|
1652
|
+
},
|
|
1653
|
+
],
|
|
1654
|
+
oneOfGroups: [],
|
|
1655
|
+
subscriptionRequirements: [
|
|
1656
|
+
{
|
|
1657
|
+
addonService: "f5xc_securemesh_standard",
|
|
1658
|
+
displayName: "F5XC Securemesh Standard",
|
|
1659
|
+
required: false,
|
|
1660
|
+
tier: "standard",
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
addonService: "f5xc_securemesh_advanced",
|
|
1664
|
+
displayName: "F5XC Securemesh Advanced",
|
|
1665
|
+
required: false,
|
|
1666
|
+
tier: "advanced",
|
|
1667
|
+
},
|
|
1668
|
+
],
|
|
1529
1669
|
},
|
|
1530
1670
|
{
|
|
1531
1671
|
toolName: "f5xc-api-networksecurity-filter-set-get",
|
|
@@ -1594,13 +1734,6 @@ export const network_securityTools = [
|
|
|
1594
1734
|
dangerLevel: "low",
|
|
1595
1735
|
sideEffects: null,
|
|
1596
1736
|
requiredFields: ["path.name", "path.namespace"],
|
|
1597
|
-
cliExamples: [
|
|
1598
|
-
{
|
|
1599
|
-
command: "f5xcctl config filter-set get {name} --namespace {namespace}",
|
|
1600
|
-
description: "Get specific filter-set",
|
|
1601
|
-
use_case: "get_specific",
|
|
1602
|
-
},
|
|
1603
|
-
],
|
|
1604
1737
|
confirmationRequired: false,
|
|
1605
1738
|
parameterExamples: {
|
|
1606
1739
|
name: "Name",
|
|
@@ -1646,13 +1779,6 @@ export const network_securityTools = [
|
|
|
1646
1779
|
},
|
|
1647
1780
|
confirmation_required: false,
|
|
1648
1781
|
danger_level: "low",
|
|
1649
|
-
examples: [
|
|
1650
|
-
{
|
|
1651
|
-
command: "f5xcctl config filter-set get {name} --namespace {namespace}",
|
|
1652
|
-
description: "Get specific filter-set",
|
|
1653
|
-
use_case: "get_specific",
|
|
1654
|
-
},
|
|
1655
|
-
],
|
|
1656
1782
|
field_docs: {},
|
|
1657
1783
|
optional_fields: [],
|
|
1658
1784
|
performance_impact: {
|
|
@@ -1663,6 +1789,23 @@ export const network_securityTools = [
|
|
|
1663
1789
|
required_fields: ["path.name", "path.namespace"],
|
|
1664
1790
|
side_effects: {},
|
|
1665
1791
|
},
|
|
1792
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/filter_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1793
|
+
dependencies: [],
|
|
1794
|
+
oneOfGroups: [],
|
|
1795
|
+
subscriptionRequirements: [
|
|
1796
|
+
{
|
|
1797
|
+
addonService: "f5xc_securemesh_standard",
|
|
1798
|
+
displayName: "F5XC Securemesh Standard",
|
|
1799
|
+
required: false,
|
|
1800
|
+
tier: "standard",
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
addonService: "f5xc_securemesh_advanced",
|
|
1804
|
+
displayName: "F5XC Securemesh Advanced",
|
|
1805
|
+
required: false,
|
|
1806
|
+
tier: "advanced",
|
|
1807
|
+
},
|
|
1808
|
+
],
|
|
1666
1809
|
},
|
|
1667
1810
|
{
|
|
1668
1811
|
toolName: "f5xc-api-networksecurity-filter-set-list",
|
|
@@ -1737,13 +1880,6 @@ export const network_securityTools = [
|
|
|
1737
1880
|
dangerLevel: "low",
|
|
1738
1881
|
sideEffects: null,
|
|
1739
1882
|
requiredFields: ["path.namespace"],
|
|
1740
|
-
cliExamples: [
|
|
1741
|
-
{
|
|
1742
|
-
command: "f5xcctl config filter-set list --namespace {namespace}",
|
|
1743
|
-
description: "List all filter-sets",
|
|
1744
|
-
use_case: "list_all",
|
|
1745
|
-
},
|
|
1746
|
-
],
|
|
1747
1883
|
confirmationRequired: false,
|
|
1748
1884
|
parameterExamples: {
|
|
1749
1885
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -1789,13 +1925,6 @@ export const network_securityTools = [
|
|
|
1789
1925
|
},
|
|
1790
1926
|
confirmation_required: false,
|
|
1791
1927
|
danger_level: "low",
|
|
1792
|
-
examples: [
|
|
1793
|
-
{
|
|
1794
|
-
command: "f5xcctl config filter-set list --namespace {namespace}",
|
|
1795
|
-
description: "List all filter-sets",
|
|
1796
|
-
use_case: "list_all",
|
|
1797
|
-
},
|
|
1798
|
-
],
|
|
1799
1928
|
field_docs: {},
|
|
1800
1929
|
optional_fields: [],
|
|
1801
1930
|
performance_impact: {
|
|
@@ -1806,6 +1935,23 @@ export const network_securityTools = [
|
|
|
1806
1935
|
required_fields: ["path.namespace"],
|
|
1807
1936
|
side_effects: {},
|
|
1808
1937
|
},
|
|
1938
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/filter_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1939
|
+
dependencies: [],
|
|
1940
|
+
oneOfGroups: [],
|
|
1941
|
+
subscriptionRequirements: [
|
|
1942
|
+
{
|
|
1943
|
+
addonService: "f5xc_securemesh_standard",
|
|
1944
|
+
displayName: "F5XC Securemesh Standard",
|
|
1945
|
+
required: false,
|
|
1946
|
+
tier: "standard",
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
addonService: "f5xc_securemesh_advanced",
|
|
1950
|
+
displayName: "F5XC Securemesh Advanced",
|
|
1951
|
+
required: false,
|
|
1952
|
+
tier: "advanced",
|
|
1953
|
+
},
|
|
1954
|
+
],
|
|
1809
1955
|
},
|
|
1810
1956
|
{
|
|
1811
1957
|
toolName: "f5xc-api-networksecurity-filter-set-update",
|
|
@@ -1857,13 +2003,6 @@ export const network_securityTools = [
|
|
|
1857
2003
|
modifies: ["filter-set"],
|
|
1858
2004
|
},
|
|
1859
2005
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
1860
|
-
cliExamples: [
|
|
1861
|
-
{
|
|
1862
|
-
command: "f5xcctl config filter-set update {name} --namespace {namespace} -f {file}.yaml",
|
|
1863
|
-
description: "Update filter-set",
|
|
1864
|
-
use_case: "update",
|
|
1865
|
-
},
|
|
1866
|
-
],
|
|
1867
2006
|
confirmationRequired: false,
|
|
1868
2007
|
parameterExamples: {
|
|
1869
2008
|
"metadata.name": "Example-corp-web.",
|
|
@@ -1909,13 +2048,6 @@ export const network_securityTools = [
|
|
|
1909
2048
|
},
|
|
1910
2049
|
confirmation_required: false,
|
|
1911
2050
|
danger_level: "medium",
|
|
1912
|
-
examples: [
|
|
1913
|
-
{
|
|
1914
|
-
command: "f5xcctl config filter-set update {name} --namespace {namespace} -f {file}.yaml",
|
|
1915
|
-
description: "Update filter-set",
|
|
1916
|
-
use_case: "update",
|
|
1917
|
-
},
|
|
1918
|
-
],
|
|
1919
2051
|
field_docs: {},
|
|
1920
2052
|
optional_fields: [],
|
|
1921
2053
|
performance_impact: {
|
|
@@ -1928,6 +2060,45 @@ export const network_securityTools = [
|
|
|
1928
2060
|
modifies: ["filter-set"],
|
|
1929
2061
|
},
|
|
1930
2062
|
},
|
|
2063
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/filter_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2064
|
+
dependencies: [
|
|
2065
|
+
{
|
|
2066
|
+
domain: "",
|
|
2067
|
+
fieldPath: "",
|
|
2068
|
+
inline: false,
|
|
2069
|
+
required: false,
|
|
2070
|
+
resourceType: "filter-set",
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
domain: "",
|
|
2074
|
+
fieldPath: "metadata",
|
|
2075
|
+
inline: false,
|
|
2076
|
+
required: false,
|
|
2077
|
+
resourceType: "schema-object-replace-meta",
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
domain: "",
|
|
2081
|
+
fieldPath: "spec",
|
|
2082
|
+
inline: false,
|
|
2083
|
+
required: false,
|
|
2084
|
+
resourceType: "filter-set-replace",
|
|
2085
|
+
},
|
|
2086
|
+
],
|
|
2087
|
+
oneOfGroups: [],
|
|
2088
|
+
subscriptionRequirements: [
|
|
2089
|
+
{
|
|
2090
|
+
addonService: "f5xc_securemesh_standard",
|
|
2091
|
+
displayName: "F5XC Securemesh Standard",
|
|
2092
|
+
required: false,
|
|
2093
|
+
tier: "standard",
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
addonService: "f5xc_securemesh_advanced",
|
|
2097
|
+
displayName: "F5XC Securemesh Advanced",
|
|
2098
|
+
required: false,
|
|
2099
|
+
tier: "advanced",
|
|
2100
|
+
},
|
|
2101
|
+
],
|
|
1931
2102
|
},
|
|
1932
2103
|
{
|
|
1933
2104
|
toolName: "f5xc-api-networksecurity-find-create",
|
|
@@ -1968,18 +2139,6 @@ export const network_securityTools = [
|
|
|
1968
2139
|
creates: ["find"],
|
|
1969
2140
|
},
|
|
1970
2141
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
1971
|
-
cliExamples: [
|
|
1972
|
-
{
|
|
1973
|
-
command: "f5xcctl config find create {name} --namespace {namespace}",
|
|
1974
|
-
description: "Create find",
|
|
1975
|
-
use_case: "basic_create",
|
|
1976
|
-
},
|
|
1977
|
-
{
|
|
1978
|
-
command: "f5xcctl config find create -f {file}.yaml",
|
|
1979
|
-
description: "Create from YAML file",
|
|
1980
|
-
use_case: "file_based",
|
|
1981
|
-
},
|
|
1982
|
-
],
|
|
1983
2142
|
confirmationRequired: false,
|
|
1984
2143
|
parameterExamples: {
|
|
1985
2144
|
namespace: "Bot-defense-apac.",
|
|
@@ -2024,18 +2183,6 @@ export const network_securityTools = [
|
|
|
2024
2183
|
},
|
|
2025
2184
|
confirmation_required: false,
|
|
2026
2185
|
danger_level: "medium",
|
|
2027
|
-
examples: [
|
|
2028
|
-
{
|
|
2029
|
-
command: "f5xcctl config find create {name} --namespace {namespace}",
|
|
2030
|
-
description: "Create find",
|
|
2031
|
-
use_case: "basic_create",
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
command: "f5xcctl config find create -f {file}.yaml",
|
|
2035
|
-
description: "Create from YAML file",
|
|
2036
|
-
use_case: "file_based",
|
|
2037
|
-
},
|
|
2038
|
-
],
|
|
2039
2186
|
field_docs: {},
|
|
2040
2187
|
optional_fields: [],
|
|
2041
2188
|
performance_impact: {
|
|
@@ -2048,6 +2195,23 @@ export const network_securityTools = [
|
|
|
2048
2195
|
creates: ["find"],
|
|
2049
2196
|
},
|
|
2050
2197
|
},
|
|
2198
|
+
curlExample: null,
|
|
2199
|
+
dependencies: [],
|
|
2200
|
+
oneOfGroups: [],
|
|
2201
|
+
subscriptionRequirements: [
|
|
2202
|
+
{
|
|
2203
|
+
addonService: "f5xc_securemesh_standard",
|
|
2204
|
+
displayName: "F5XC Securemesh Standard",
|
|
2205
|
+
required: false,
|
|
2206
|
+
tier: "standard",
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
addonService: "f5xc_securemesh_advanced",
|
|
2210
|
+
displayName: "F5XC Securemesh Advanced",
|
|
2211
|
+
required: false,
|
|
2212
|
+
tier: "advanced",
|
|
2213
|
+
},
|
|
2214
|
+
],
|
|
2051
2215
|
},
|
|
2052
2216
|
{
|
|
2053
2217
|
toolName: "f5xc-api-networksecurity-forward-proxy-policy-create",
|
|
@@ -2088,18 +2252,6 @@ export const network_securityTools = [
|
|
|
2088
2252
|
creates: ["forward-proxy-policy"],
|
|
2089
2253
|
},
|
|
2090
2254
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
2091
|
-
cliExamples: [
|
|
2092
|
-
{
|
|
2093
|
-
command: "f5xcctl config forward-proxy-policy create {name} --namespace {namespace}",
|
|
2094
|
-
description: "Create forward-proxy-policy",
|
|
2095
|
-
use_case: "basic_create",
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
command: "f5xcctl config forward-proxy-policy create -f {file}.yaml",
|
|
2099
|
-
description: "Create from YAML file",
|
|
2100
|
-
use_case: "file_based",
|
|
2101
|
-
},
|
|
2102
|
-
],
|
|
2103
2255
|
confirmationRequired: false,
|
|
2104
2256
|
parameterExamples: {
|
|
2105
2257
|
"metadata.namespace": "Staging",
|
|
@@ -2147,18 +2299,6 @@ export const network_securityTools = [
|
|
|
2147
2299
|
},
|
|
2148
2300
|
confirmation_required: false,
|
|
2149
2301
|
danger_level: "medium",
|
|
2150
|
-
examples: [
|
|
2151
|
-
{
|
|
2152
|
-
command: "f5xcctl config forward-proxy-policy create {name} --namespace {namespace}",
|
|
2153
|
-
description: "Create forward-proxy-policy",
|
|
2154
|
-
use_case: "basic_create",
|
|
2155
|
-
},
|
|
2156
|
-
{
|
|
2157
|
-
command: "f5xcctl config forward-proxy-policy create -f {file}.yaml",
|
|
2158
|
-
description: "Create from YAML file",
|
|
2159
|
-
use_case: "file_based",
|
|
2160
|
-
},
|
|
2161
|
-
],
|
|
2162
2302
|
field_docs: {},
|
|
2163
2303
|
optional_fields: [],
|
|
2164
2304
|
performance_impact: {
|
|
@@ -2171,6 +2311,45 @@ export const network_securityTools = [
|
|
|
2171
2311
|
creates: ["forward-proxy-policy"],
|
|
2172
2312
|
},
|
|
2173
2313
|
},
|
|
2314
|
+
curlExample: null,
|
|
2315
|
+
dependencies: [
|
|
2316
|
+
{
|
|
2317
|
+
domain: "",
|
|
2318
|
+
fieldPath: "",
|
|
2319
|
+
inline: false,
|
|
2320
|
+
required: false,
|
|
2321
|
+
resourceType: "forward-proxy-policy",
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
domain: "",
|
|
2325
|
+
fieldPath: "metadata",
|
|
2326
|
+
inline: false,
|
|
2327
|
+
required: false,
|
|
2328
|
+
resourceType: "schema-object-create-meta",
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
domain: "",
|
|
2332
|
+
fieldPath: "spec",
|
|
2333
|
+
inline: false,
|
|
2334
|
+
required: false,
|
|
2335
|
+
resourceType: "viewsforward-proxy-policy-create",
|
|
2336
|
+
},
|
|
2337
|
+
],
|
|
2338
|
+
oneOfGroups: [],
|
|
2339
|
+
subscriptionRequirements: [
|
|
2340
|
+
{
|
|
2341
|
+
addonService: "f5xc_securemesh_standard",
|
|
2342
|
+
displayName: "F5XC Securemesh Standard",
|
|
2343
|
+
required: false,
|
|
2344
|
+
tier: "standard",
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
addonService: "f5xc_securemesh_advanced",
|
|
2348
|
+
displayName: "F5XC Securemesh Advanced",
|
|
2349
|
+
required: false,
|
|
2350
|
+
tier: "advanced",
|
|
2351
|
+
},
|
|
2352
|
+
],
|
|
2174
2353
|
},
|
|
2175
2354
|
{
|
|
2176
2355
|
toolName: "f5xc-api-networksecurity-forward-proxy-policy-delete",
|
|
@@ -2220,13 +2399,6 @@ export const network_securityTools = [
|
|
|
2220
2399
|
deletes: ["forward-proxy-policy", "contained_resources"],
|
|
2221
2400
|
},
|
|
2222
2401
|
requiredFields: ["path.name", "path.namespace"],
|
|
2223
|
-
cliExamples: [
|
|
2224
|
-
{
|
|
2225
|
-
command: "f5xcctl config forward-proxy-policy delete {name} --namespace {namespace}",
|
|
2226
|
-
description: "Delete forward-proxy-policy",
|
|
2227
|
-
use_case: "delete",
|
|
2228
|
-
},
|
|
2229
|
-
],
|
|
2230
2402
|
confirmationRequired: true,
|
|
2231
2403
|
parameterExamples: {
|
|
2232
2404
|
name: "Name",
|
|
@@ -2272,13 +2444,6 @@ export const network_securityTools = [
|
|
|
2272
2444
|
},
|
|
2273
2445
|
confirmation_required: true,
|
|
2274
2446
|
danger_level: "high",
|
|
2275
|
-
examples: [
|
|
2276
|
-
{
|
|
2277
|
-
command: "f5xcctl config forward-proxy-policy delete {name} --namespace {namespace}",
|
|
2278
|
-
description: "Delete forward-proxy-policy",
|
|
2279
|
-
use_case: "delete",
|
|
2280
|
-
},
|
|
2281
|
-
],
|
|
2282
2447
|
field_docs: {},
|
|
2283
2448
|
optional_fields: [],
|
|
2284
2449
|
performance_impact: {
|
|
@@ -2291,6 +2456,31 @@ export const network_securityTools = [
|
|
|
2291
2456
|
deletes: ["forward-proxy-policy", "contained_resources"],
|
|
2292
2457
|
},
|
|
2293
2458
|
},
|
|
2459
|
+
curlExample: null,
|
|
2460
|
+
dependencies: [
|
|
2461
|
+
{
|
|
2462
|
+
domain: "",
|
|
2463
|
+
fieldPath: "",
|
|
2464
|
+
inline: false,
|
|
2465
|
+
required: false,
|
|
2466
|
+
resourceType: "forward-proxy-policy",
|
|
2467
|
+
},
|
|
2468
|
+
],
|
|
2469
|
+
oneOfGroups: [],
|
|
2470
|
+
subscriptionRequirements: [
|
|
2471
|
+
{
|
|
2472
|
+
addonService: "f5xc_securemesh_standard",
|
|
2473
|
+
displayName: "F5XC Securemesh Standard",
|
|
2474
|
+
required: false,
|
|
2475
|
+
tier: "standard",
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
addonService: "f5xc_securemesh_advanced",
|
|
2479
|
+
displayName: "F5XC Securemesh Advanced",
|
|
2480
|
+
required: false,
|
|
2481
|
+
tier: "advanced",
|
|
2482
|
+
},
|
|
2483
|
+
],
|
|
2294
2484
|
},
|
|
2295
2485
|
{
|
|
2296
2486
|
toolName: "f5xc-api-networksecurity-forward-proxy-policy-get",
|
|
@@ -2359,13 +2549,6 @@ export const network_securityTools = [
|
|
|
2359
2549
|
dangerLevel: "low",
|
|
2360
2550
|
sideEffects: null,
|
|
2361
2551
|
requiredFields: ["path.name", "path.namespace"],
|
|
2362
|
-
cliExamples: [
|
|
2363
|
-
{
|
|
2364
|
-
command: "f5xcctl config forward-proxy-policy get {name} --namespace {namespace}",
|
|
2365
|
-
description: "Get specific forward-proxy-policy",
|
|
2366
|
-
use_case: "get_specific",
|
|
2367
|
-
},
|
|
2368
|
-
],
|
|
2369
2552
|
confirmationRequired: false,
|
|
2370
2553
|
parameterExamples: {
|
|
2371
2554
|
name: "Name",
|
|
@@ -2411,13 +2594,6 @@ export const network_securityTools = [
|
|
|
2411
2594
|
},
|
|
2412
2595
|
confirmation_required: false,
|
|
2413
2596
|
danger_level: "low",
|
|
2414
|
-
examples: [
|
|
2415
|
-
{
|
|
2416
|
-
command: "f5xcctl config forward-proxy-policy get {name} --namespace {namespace}",
|
|
2417
|
-
description: "Get specific forward-proxy-policy",
|
|
2418
|
-
use_case: "get_specific",
|
|
2419
|
-
},
|
|
2420
|
-
],
|
|
2421
2597
|
field_docs: {},
|
|
2422
2598
|
optional_fields: [],
|
|
2423
2599
|
performance_impact: {
|
|
@@ -2428,6 +2604,23 @@ export const network_securityTools = [
|
|
|
2428
2604
|
required_fields: ["path.name", "path.namespace"],
|
|
2429
2605
|
side_effects: {},
|
|
2430
2606
|
},
|
|
2607
|
+
curlExample: null,
|
|
2608
|
+
dependencies: [],
|
|
2609
|
+
oneOfGroups: [],
|
|
2610
|
+
subscriptionRequirements: [
|
|
2611
|
+
{
|
|
2612
|
+
addonService: "f5xc_securemesh_standard",
|
|
2613
|
+
displayName: "F5XC Securemesh Standard",
|
|
2614
|
+
required: false,
|
|
2615
|
+
tier: "standard",
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
addonService: "f5xc_securemesh_advanced",
|
|
2619
|
+
displayName: "F5XC Securemesh Advanced",
|
|
2620
|
+
required: false,
|
|
2621
|
+
tier: "advanced",
|
|
2622
|
+
},
|
|
2623
|
+
],
|
|
2431
2624
|
},
|
|
2432
2625
|
{
|
|
2433
2626
|
toolName: "f5xc-api-networksecurity-forward-proxy-policy-list",
|
|
@@ -2502,13 +2695,6 @@ export const network_securityTools = [
|
|
|
2502
2695
|
dangerLevel: "low",
|
|
2503
2696
|
sideEffects: null,
|
|
2504
2697
|
requiredFields: ["path.namespace"],
|
|
2505
|
-
cliExamples: [
|
|
2506
|
-
{
|
|
2507
|
-
command: "f5xcctl config forward-proxy-policy list --namespace {namespace}",
|
|
2508
|
-
description: "List all forward-proxy-policys",
|
|
2509
|
-
use_case: "list_all",
|
|
2510
|
-
},
|
|
2511
|
-
],
|
|
2512
2698
|
confirmationRequired: false,
|
|
2513
2699
|
parameterExamples: {
|
|
2514
2700
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -2554,13 +2740,6 @@ export const network_securityTools = [
|
|
|
2554
2740
|
},
|
|
2555
2741
|
confirmation_required: false,
|
|
2556
2742
|
danger_level: "low",
|
|
2557
|
-
examples: [
|
|
2558
|
-
{
|
|
2559
|
-
command: "f5xcctl config forward-proxy-policy list --namespace {namespace}",
|
|
2560
|
-
description: "List all forward-proxy-policys",
|
|
2561
|
-
use_case: "list_all",
|
|
2562
|
-
},
|
|
2563
|
-
],
|
|
2564
2743
|
field_docs: {},
|
|
2565
2744
|
optional_fields: [],
|
|
2566
2745
|
performance_impact: {
|
|
@@ -2571,6 +2750,23 @@ export const network_securityTools = [
|
|
|
2571
2750
|
required_fields: ["path.namespace"],
|
|
2572
2751
|
side_effects: {},
|
|
2573
2752
|
},
|
|
2753
|
+
curlExample: null,
|
|
2754
|
+
dependencies: [],
|
|
2755
|
+
oneOfGroups: [],
|
|
2756
|
+
subscriptionRequirements: [
|
|
2757
|
+
{
|
|
2758
|
+
addonService: "f5xc_securemesh_standard",
|
|
2759
|
+
displayName: "F5XC Securemesh Standard",
|
|
2760
|
+
required: false,
|
|
2761
|
+
tier: "standard",
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
addonService: "f5xc_securemesh_advanced",
|
|
2765
|
+
displayName: "F5XC Securemesh Advanced",
|
|
2766
|
+
required: false,
|
|
2767
|
+
tier: "advanced",
|
|
2768
|
+
},
|
|
2769
|
+
],
|
|
2574
2770
|
},
|
|
2575
2771
|
{
|
|
2576
2772
|
toolName: "f5xc-api-networksecurity-forward-proxy-policy-update",
|
|
@@ -2622,13 +2818,6 @@ export const network_securityTools = [
|
|
|
2622
2818
|
modifies: ["forward-proxy-policy"],
|
|
2623
2819
|
},
|
|
2624
2820
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
2625
|
-
cliExamples: [
|
|
2626
|
-
{
|
|
2627
|
-
command: "f5xcctl config forward-proxy-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
2628
|
-
description: "Update forward-proxy-policy",
|
|
2629
|
-
use_case: "update",
|
|
2630
|
-
},
|
|
2631
|
-
],
|
|
2632
2821
|
confirmationRequired: false,
|
|
2633
2822
|
parameterExamples: {
|
|
2634
2823
|
"metadata.name": "Example-corp-web.",
|
|
@@ -2674,13 +2863,6 @@ export const network_securityTools = [
|
|
|
2674
2863
|
},
|
|
2675
2864
|
confirmation_required: false,
|
|
2676
2865
|
danger_level: "medium",
|
|
2677
|
-
examples: [
|
|
2678
|
-
{
|
|
2679
|
-
command: "f5xcctl config forward-proxy-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
2680
|
-
description: "Update forward-proxy-policy",
|
|
2681
|
-
use_case: "update",
|
|
2682
|
-
},
|
|
2683
|
-
],
|
|
2684
2866
|
field_docs: {},
|
|
2685
2867
|
optional_fields: [],
|
|
2686
2868
|
performance_impact: {
|
|
@@ -2693,6 +2875,45 @@ export const network_securityTools = [
|
|
|
2693
2875
|
modifies: ["forward-proxy-policy"],
|
|
2694
2876
|
},
|
|
2695
2877
|
},
|
|
2878
|
+
curlExample: null,
|
|
2879
|
+
dependencies: [
|
|
2880
|
+
{
|
|
2881
|
+
domain: "",
|
|
2882
|
+
fieldPath: "",
|
|
2883
|
+
inline: false,
|
|
2884
|
+
required: false,
|
|
2885
|
+
resourceType: "forward-proxy-policy",
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
domain: "",
|
|
2889
|
+
fieldPath: "metadata",
|
|
2890
|
+
inline: false,
|
|
2891
|
+
required: false,
|
|
2892
|
+
resourceType: "schema-object-replace-meta",
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
domain: "",
|
|
2896
|
+
fieldPath: "spec",
|
|
2897
|
+
inline: false,
|
|
2898
|
+
required: false,
|
|
2899
|
+
resourceType: "viewsforward-proxy-policy-replace",
|
|
2900
|
+
},
|
|
2901
|
+
],
|
|
2902
|
+
oneOfGroups: [],
|
|
2903
|
+
subscriptionRequirements: [
|
|
2904
|
+
{
|
|
2905
|
+
addonService: "f5xc_securemesh_standard",
|
|
2906
|
+
displayName: "F5XC Securemesh Standard",
|
|
2907
|
+
required: false,
|
|
2908
|
+
tier: "standard",
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
addonService: "f5xc_securemesh_advanced",
|
|
2912
|
+
displayName: "F5XC Securemesh Advanced",
|
|
2913
|
+
required: false,
|
|
2914
|
+
tier: "advanced",
|
|
2915
|
+
},
|
|
2916
|
+
],
|
|
2696
2917
|
},
|
|
2697
2918
|
{
|
|
2698
2919
|
toolName: "f5xc-api-networksecurity-graph-create",
|
|
@@ -2733,18 +2954,6 @@ export const network_securityTools = [
|
|
|
2733
2954
|
creates: ["graph"],
|
|
2734
2955
|
},
|
|
2735
2956
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
2736
|
-
cliExamples: [
|
|
2737
|
-
{
|
|
2738
|
-
command: "f5xcctl data graph create -f {file}.yaml",
|
|
2739
|
-
description: "Create from YAML file",
|
|
2740
|
-
use_case: "file_based",
|
|
2741
|
-
},
|
|
2742
|
-
{
|
|
2743
|
-
command: "f5xcctl data graph create {name} --namespace {namespace}",
|
|
2744
|
-
description: "Create graph",
|
|
2745
|
-
use_case: "basic_create",
|
|
2746
|
-
},
|
|
2747
|
-
],
|
|
2748
2957
|
confirmationRequired: false,
|
|
2749
2958
|
parameterExamples: {
|
|
2750
2959
|
namespace: "Value",
|
|
@@ -2789,18 +2998,6 @@ export const network_securityTools = [
|
|
|
2789
2998
|
},
|
|
2790
2999
|
confirmation_required: false,
|
|
2791
3000
|
danger_level: "medium",
|
|
2792
|
-
examples: [
|
|
2793
|
-
{
|
|
2794
|
-
command: "f5xcctl data graph create {name} --namespace {namespace}",
|
|
2795
|
-
description: "Create graph",
|
|
2796
|
-
use_case: "basic_create",
|
|
2797
|
-
},
|
|
2798
|
-
{
|
|
2799
|
-
command: "f5xcctl data graph create -f {file}.yaml",
|
|
2800
|
-
description: "Create from YAML file",
|
|
2801
|
-
use_case: "file_based",
|
|
2802
|
-
},
|
|
2803
|
-
],
|
|
2804
3001
|
field_docs: {},
|
|
2805
3002
|
optional_fields: [],
|
|
2806
3003
|
performance_impact: {
|
|
@@ -2813,6 +3010,23 @@ export const network_securityTools = [
|
|
|
2813
3010
|
creates: ["graph"],
|
|
2814
3011
|
},
|
|
2815
3012
|
},
|
|
3013
|
+
curlExample: null,
|
|
3014
|
+
dependencies: [],
|
|
3015
|
+
oneOfGroups: [],
|
|
3016
|
+
subscriptionRequirements: [
|
|
3017
|
+
{
|
|
3018
|
+
addonService: "f5xc_securemesh_standard",
|
|
3019
|
+
displayName: "F5XC Securemesh Standard",
|
|
3020
|
+
required: false,
|
|
3021
|
+
tier: "standard",
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
addonService: "f5xc_securemesh_advanced",
|
|
3025
|
+
displayName: "F5XC Securemesh Advanced",
|
|
3026
|
+
required: false,
|
|
3027
|
+
tier: "advanced",
|
|
3028
|
+
},
|
|
3029
|
+
],
|
|
2816
3030
|
},
|
|
2817
3031
|
{
|
|
2818
3032
|
toolName: "f5xc-api-networksecurity-hit-create",
|
|
@@ -2853,18 +3067,6 @@ export const network_securityTools = [
|
|
|
2853
3067
|
creates: ["hit"],
|
|
2854
3068
|
},
|
|
2855
3069
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
2856
|
-
cliExamples: [
|
|
2857
|
-
{
|
|
2858
|
-
command: "f5xcctl data hit create -f {file}.yaml",
|
|
2859
|
-
description: "Create from YAML file",
|
|
2860
|
-
use_case: "file_based",
|
|
2861
|
-
},
|
|
2862
|
-
{
|
|
2863
|
-
command: "f5xcctl data hit create {name} --namespace {namespace}",
|
|
2864
|
-
description: "Create hit",
|
|
2865
|
-
use_case: "basic_create",
|
|
2866
|
-
},
|
|
2867
|
-
],
|
|
2868
3070
|
confirmationRequired: false,
|
|
2869
3071
|
parameterExamples: {
|
|
2870
3072
|
namespace: "Ns1",
|
|
@@ -2909,18 +3111,6 @@ export const network_securityTools = [
|
|
|
2909
3111
|
},
|
|
2910
3112
|
confirmation_required: false,
|
|
2911
3113
|
danger_level: "medium",
|
|
2912
|
-
examples: [
|
|
2913
|
-
{
|
|
2914
|
-
command: "f5xcctl data hit create {name} --namespace {namespace}",
|
|
2915
|
-
description: "Create hit",
|
|
2916
|
-
use_case: "basic_create",
|
|
2917
|
-
},
|
|
2918
|
-
{
|
|
2919
|
-
command: "f5xcctl data hit create -f {file}.yaml",
|
|
2920
|
-
description: "Create from YAML file",
|
|
2921
|
-
use_case: "file_based",
|
|
2922
|
-
},
|
|
2923
|
-
],
|
|
2924
3114
|
field_docs: {},
|
|
2925
3115
|
optional_fields: [],
|
|
2926
3116
|
performance_impact: {
|
|
@@ -2933,6 +3123,23 @@ export const network_securityTools = [
|
|
|
2933
3123
|
creates: ["hit"],
|
|
2934
3124
|
},
|
|
2935
3125
|
},
|
|
3126
|
+
curlExample: null,
|
|
3127
|
+
dependencies: [],
|
|
3128
|
+
oneOfGroups: [],
|
|
3129
|
+
subscriptionRequirements: [
|
|
3130
|
+
{
|
|
3131
|
+
addonService: "f5xc_securemesh_standard",
|
|
3132
|
+
displayName: "F5XC Securemesh Standard",
|
|
3133
|
+
required: false,
|
|
3134
|
+
tier: "standard",
|
|
3135
|
+
},
|
|
3136
|
+
{
|
|
3137
|
+
addonService: "f5xc_securemesh_advanced",
|
|
3138
|
+
displayName: "F5XC Securemesh Advanced",
|
|
3139
|
+
required: false,
|
|
3140
|
+
tier: "advanced",
|
|
3141
|
+
},
|
|
3142
|
+
],
|
|
2936
3143
|
},
|
|
2937
3144
|
{
|
|
2938
3145
|
toolName: "f5xc-api-networksecurity-latency-create",
|
|
@@ -2971,18 +3178,6 @@ export const network_securityTools = [
|
|
|
2971
3178
|
creates: ["latency"],
|
|
2972
3179
|
},
|
|
2973
3180
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
2974
|
-
cliExamples: [
|
|
2975
|
-
{
|
|
2976
|
-
command: "f5xcctl data latency create -f {file}.yaml",
|
|
2977
|
-
description: "Create from YAML file",
|
|
2978
|
-
use_case: "file_based",
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
command: "f5xcctl data latency create {name} --namespace {namespace}",
|
|
2982
|
-
description: "Create latency",
|
|
2983
|
-
use_case: "basic_create",
|
|
2984
|
-
},
|
|
2985
|
-
],
|
|
2986
3181
|
confirmationRequired: false,
|
|
2987
3182
|
parameterExamples: {
|
|
2988
3183
|
namespace: "Ns1",
|
|
@@ -3027,18 +3222,6 @@ export const network_securityTools = [
|
|
|
3027
3222
|
},
|
|
3028
3223
|
confirmation_required: false,
|
|
3029
3224
|
danger_level: "medium",
|
|
3030
|
-
examples: [
|
|
3031
|
-
{
|
|
3032
|
-
command: "f5xcctl data latency create {name} --namespace {namespace}",
|
|
3033
|
-
description: "Create latency",
|
|
3034
|
-
use_case: "basic_create",
|
|
3035
|
-
},
|
|
3036
|
-
{
|
|
3037
|
-
command: "f5xcctl data latency create -f {file}.yaml",
|
|
3038
|
-
description: "Create from YAML file",
|
|
3039
|
-
use_case: "file_based",
|
|
3040
|
-
},
|
|
3041
|
-
],
|
|
3042
3225
|
field_docs: {},
|
|
3043
3226
|
optional_fields: [],
|
|
3044
3227
|
performance_impact: {
|
|
@@ -3051,6 +3234,23 @@ export const network_securityTools = [
|
|
|
3051
3234
|
creates: ["latency"],
|
|
3052
3235
|
},
|
|
3053
3236
|
},
|
|
3237
|
+
curlExample: null,
|
|
3238
|
+
dependencies: [],
|
|
3239
|
+
oneOfGroups: [],
|
|
3240
|
+
subscriptionRequirements: [
|
|
3241
|
+
{
|
|
3242
|
+
addonService: "f5xc_securemesh_standard",
|
|
3243
|
+
displayName: "F5XC Securemesh Standard",
|
|
3244
|
+
required: false,
|
|
3245
|
+
tier: "standard",
|
|
3246
|
+
},
|
|
3247
|
+
{
|
|
3248
|
+
addonService: "f5xc_securemesh_advanced",
|
|
3249
|
+
displayName: "F5XC Securemesh Advanced",
|
|
3250
|
+
required: false,
|
|
3251
|
+
tier: "advanced",
|
|
3252
|
+
},
|
|
3253
|
+
],
|
|
3054
3254
|
},
|
|
3055
3255
|
{
|
|
3056
3256
|
toolName: "f5xc-api-networksecurity-nat-policy-create",
|
|
@@ -3091,18 +3291,6 @@ export const network_securityTools = [
|
|
|
3091
3291
|
creates: ["nat-policy"],
|
|
3092
3292
|
},
|
|
3093
3293
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
3094
|
-
cliExamples: [
|
|
3095
|
-
{
|
|
3096
|
-
command: "f5xcctl config nat-policy create -f {file}.yaml",
|
|
3097
|
-
description: "Create from YAML file",
|
|
3098
|
-
use_case: "file_based",
|
|
3099
|
-
},
|
|
3100
|
-
{
|
|
3101
|
-
command: "f5xcctl config nat-policy create {name} --namespace {namespace}",
|
|
3102
|
-
description: "Create nat-policy",
|
|
3103
|
-
use_case: "basic_create",
|
|
3104
|
-
},
|
|
3105
|
-
],
|
|
3106
3294
|
confirmationRequired: false,
|
|
3107
3295
|
parameterExamples: {
|
|
3108
3296
|
"metadata.namespace": "Staging",
|
|
@@ -3147,18 +3335,6 @@ export const network_securityTools = [
|
|
|
3147
3335
|
},
|
|
3148
3336
|
confirmation_required: false,
|
|
3149
3337
|
danger_level: "medium",
|
|
3150
|
-
examples: [
|
|
3151
|
-
{
|
|
3152
|
-
command: "f5xcctl config nat-policy create {name} --namespace {namespace}",
|
|
3153
|
-
description: "Create nat-policy",
|
|
3154
|
-
use_case: "basic_create",
|
|
3155
|
-
},
|
|
3156
|
-
{
|
|
3157
|
-
command: "f5xcctl config nat-policy create -f {file}.yaml",
|
|
3158
|
-
description: "Create from YAML file",
|
|
3159
|
-
use_case: "file_based",
|
|
3160
|
-
},
|
|
3161
|
-
],
|
|
3162
3338
|
field_docs: {},
|
|
3163
3339
|
optional_fields: [],
|
|
3164
3340
|
performance_impact: {
|
|
@@ -3171,6 +3347,45 @@ export const network_securityTools = [
|
|
|
3171
3347
|
creates: ["nat-policy"],
|
|
3172
3348
|
},
|
|
3173
3349
|
},
|
|
3350
|
+
curlExample: null,
|
|
3351
|
+
dependencies: [
|
|
3352
|
+
{
|
|
3353
|
+
domain: "",
|
|
3354
|
+
fieldPath: "",
|
|
3355
|
+
inline: false,
|
|
3356
|
+
required: false,
|
|
3357
|
+
resourceType: "nat-policy",
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
domain: "",
|
|
3361
|
+
fieldPath: "metadata",
|
|
3362
|
+
inline: false,
|
|
3363
|
+
required: false,
|
|
3364
|
+
resourceType: "schema-object-create-meta",
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
domain: "",
|
|
3368
|
+
fieldPath: "spec",
|
|
3369
|
+
inline: false,
|
|
3370
|
+
required: false,
|
|
3371
|
+
resourceType: "nat-policy-create",
|
|
3372
|
+
},
|
|
3373
|
+
],
|
|
3374
|
+
oneOfGroups: [],
|
|
3375
|
+
subscriptionRequirements: [
|
|
3376
|
+
{
|
|
3377
|
+
addonService: "f5xc_securemesh_standard",
|
|
3378
|
+
displayName: "F5XC Securemesh Standard",
|
|
3379
|
+
required: false,
|
|
3380
|
+
tier: "standard",
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
addonService: "f5xc_securemesh_advanced",
|
|
3384
|
+
displayName: "F5XC Securemesh Advanced",
|
|
3385
|
+
required: false,
|
|
3386
|
+
tier: "advanced",
|
|
3387
|
+
},
|
|
3388
|
+
],
|
|
3174
3389
|
},
|
|
3175
3390
|
{
|
|
3176
3391
|
toolName: "f5xc-api-networksecurity-nat-policy-delete",
|
|
@@ -3220,13 +3435,6 @@ export const network_securityTools = [
|
|
|
3220
3435
|
deletes: ["nat-policy", "contained_resources"],
|
|
3221
3436
|
},
|
|
3222
3437
|
requiredFields: ["path.name", "path.namespace"],
|
|
3223
|
-
cliExamples: [
|
|
3224
|
-
{
|
|
3225
|
-
command: "f5xcctl config nat-policy delete {name} --namespace {namespace}",
|
|
3226
|
-
description: "Delete nat-policy",
|
|
3227
|
-
use_case: "delete",
|
|
3228
|
-
},
|
|
3229
|
-
],
|
|
3230
3438
|
confirmationRequired: true,
|
|
3231
3439
|
parameterExamples: {
|
|
3232
3440
|
name: "Name",
|
|
@@ -3272,13 +3480,6 @@ export const network_securityTools = [
|
|
|
3272
3480
|
},
|
|
3273
3481
|
confirmation_required: true,
|
|
3274
3482
|
danger_level: "high",
|
|
3275
|
-
examples: [
|
|
3276
|
-
{
|
|
3277
|
-
command: "f5xcctl config nat-policy delete {name} --namespace {namespace}",
|
|
3278
|
-
description: "Delete nat-policy",
|
|
3279
|
-
use_case: "delete",
|
|
3280
|
-
},
|
|
3281
|
-
],
|
|
3282
3483
|
field_docs: {},
|
|
3283
3484
|
optional_fields: [],
|
|
3284
3485
|
performance_impact: {
|
|
@@ -3291,6 +3492,31 @@ export const network_securityTools = [
|
|
|
3291
3492
|
deletes: ["nat-policy", "contained_resources"],
|
|
3292
3493
|
},
|
|
3293
3494
|
},
|
|
3495
|
+
curlExample: null,
|
|
3496
|
+
dependencies: [
|
|
3497
|
+
{
|
|
3498
|
+
domain: "",
|
|
3499
|
+
fieldPath: "",
|
|
3500
|
+
inline: false,
|
|
3501
|
+
required: false,
|
|
3502
|
+
resourceType: "nat-policy",
|
|
3503
|
+
},
|
|
3504
|
+
],
|
|
3505
|
+
oneOfGroups: [],
|
|
3506
|
+
subscriptionRequirements: [
|
|
3507
|
+
{
|
|
3508
|
+
addonService: "f5xc_securemesh_standard",
|
|
3509
|
+
displayName: "F5XC Securemesh Standard",
|
|
3510
|
+
required: false,
|
|
3511
|
+
tier: "standard",
|
|
3512
|
+
},
|
|
3513
|
+
{
|
|
3514
|
+
addonService: "f5xc_securemesh_advanced",
|
|
3515
|
+
displayName: "F5XC Securemesh Advanced",
|
|
3516
|
+
required: false,
|
|
3517
|
+
tier: "advanced",
|
|
3518
|
+
},
|
|
3519
|
+
],
|
|
3294
3520
|
},
|
|
3295
3521
|
{
|
|
3296
3522
|
toolName: "f5xc-api-networksecurity-nat-policy-get",
|
|
@@ -3359,13 +3585,6 @@ export const network_securityTools = [
|
|
|
3359
3585
|
dangerLevel: "low",
|
|
3360
3586
|
sideEffects: null,
|
|
3361
3587
|
requiredFields: ["path.name", "path.namespace"],
|
|
3362
|
-
cliExamples: [
|
|
3363
|
-
{
|
|
3364
|
-
command: "f5xcctl config nat-policy get {name} --namespace {namespace}",
|
|
3365
|
-
description: "Get specific nat-policy",
|
|
3366
|
-
use_case: "get_specific",
|
|
3367
|
-
},
|
|
3368
|
-
],
|
|
3369
3588
|
confirmationRequired: false,
|
|
3370
3589
|
parameterExamples: {
|
|
3371
3590
|
name: "Name",
|
|
@@ -3411,13 +3630,6 @@ export const network_securityTools = [
|
|
|
3411
3630
|
},
|
|
3412
3631
|
confirmation_required: false,
|
|
3413
3632
|
danger_level: "low",
|
|
3414
|
-
examples: [
|
|
3415
|
-
{
|
|
3416
|
-
command: "f5xcctl config nat-policy get {name} --namespace {namespace}",
|
|
3417
|
-
description: "Get specific nat-policy",
|
|
3418
|
-
use_case: "get_specific",
|
|
3419
|
-
},
|
|
3420
|
-
],
|
|
3421
3633
|
field_docs: {},
|
|
3422
3634
|
optional_fields: [],
|
|
3423
3635
|
performance_impact: {
|
|
@@ -3428,6 +3640,23 @@ export const network_securityTools = [
|
|
|
3428
3640
|
required_fields: ["path.name", "path.namespace"],
|
|
3429
3641
|
side_effects: {},
|
|
3430
3642
|
},
|
|
3643
|
+
curlExample: null,
|
|
3644
|
+
dependencies: [],
|
|
3645
|
+
oneOfGroups: [],
|
|
3646
|
+
subscriptionRequirements: [
|
|
3647
|
+
{
|
|
3648
|
+
addonService: "f5xc_securemesh_standard",
|
|
3649
|
+
displayName: "F5XC Securemesh Standard",
|
|
3650
|
+
required: false,
|
|
3651
|
+
tier: "standard",
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
addonService: "f5xc_securemesh_advanced",
|
|
3655
|
+
displayName: "F5XC Securemesh Advanced",
|
|
3656
|
+
required: false,
|
|
3657
|
+
tier: "advanced",
|
|
3658
|
+
},
|
|
3659
|
+
],
|
|
3431
3660
|
},
|
|
3432
3661
|
{
|
|
3433
3662
|
toolName: "f5xc-api-networksecurity-nat-policy-list",
|
|
@@ -3502,13 +3731,6 @@ export const network_securityTools = [
|
|
|
3502
3731
|
dangerLevel: "low",
|
|
3503
3732
|
sideEffects: null,
|
|
3504
3733
|
requiredFields: ["path.namespace"],
|
|
3505
|
-
cliExamples: [
|
|
3506
|
-
{
|
|
3507
|
-
command: "f5xcctl config nat-policy list --namespace {namespace}",
|
|
3508
|
-
description: "List all nat-policys",
|
|
3509
|
-
use_case: "list_all",
|
|
3510
|
-
},
|
|
3511
|
-
],
|
|
3512
3734
|
confirmationRequired: false,
|
|
3513
3735
|
parameterExamples: {
|
|
3514
3736
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -3554,13 +3776,6 @@ export const network_securityTools = [
|
|
|
3554
3776
|
},
|
|
3555
3777
|
confirmation_required: false,
|
|
3556
3778
|
danger_level: "low",
|
|
3557
|
-
examples: [
|
|
3558
|
-
{
|
|
3559
|
-
command: "f5xcctl config nat-policy list --namespace {namespace}",
|
|
3560
|
-
description: "List all nat-policys",
|
|
3561
|
-
use_case: "list_all",
|
|
3562
|
-
},
|
|
3563
|
-
],
|
|
3564
3779
|
field_docs: {},
|
|
3565
3780
|
optional_fields: [],
|
|
3566
3781
|
performance_impact: {
|
|
@@ -3571,6 +3786,23 @@ export const network_securityTools = [
|
|
|
3571
3786
|
required_fields: ["path.namespace"],
|
|
3572
3787
|
side_effects: {},
|
|
3573
3788
|
},
|
|
3789
|
+
curlExample: null,
|
|
3790
|
+
dependencies: [],
|
|
3791
|
+
oneOfGroups: [],
|
|
3792
|
+
subscriptionRequirements: [
|
|
3793
|
+
{
|
|
3794
|
+
addonService: "f5xc_securemesh_standard",
|
|
3795
|
+
displayName: "F5XC Securemesh Standard",
|
|
3796
|
+
required: false,
|
|
3797
|
+
tier: "standard",
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
addonService: "f5xc_securemesh_advanced",
|
|
3801
|
+
displayName: "F5XC Securemesh Advanced",
|
|
3802
|
+
required: false,
|
|
3803
|
+
tier: "advanced",
|
|
3804
|
+
},
|
|
3805
|
+
],
|
|
3574
3806
|
},
|
|
3575
3807
|
{
|
|
3576
3808
|
toolName: "f5xc-api-networksecurity-nat-policy-update",
|
|
@@ -3622,13 +3854,6 @@ export const network_securityTools = [
|
|
|
3622
3854
|
modifies: ["nat-policy"],
|
|
3623
3855
|
},
|
|
3624
3856
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
3625
|
-
cliExamples: [
|
|
3626
|
-
{
|
|
3627
|
-
command: "f5xcctl config nat-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
3628
|
-
description: "Update nat-policy",
|
|
3629
|
-
use_case: "update",
|
|
3630
|
-
},
|
|
3631
|
-
],
|
|
3632
3857
|
confirmationRequired: false,
|
|
3633
3858
|
parameterExamples: {
|
|
3634
3859
|
"metadata.name": "Example-corp-web.",
|
|
@@ -3674,13 +3899,6 @@ export const network_securityTools = [
|
|
|
3674
3899
|
},
|
|
3675
3900
|
confirmation_required: false,
|
|
3676
3901
|
danger_level: "medium",
|
|
3677
|
-
examples: [
|
|
3678
|
-
{
|
|
3679
|
-
command: "f5xcctl config nat-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
3680
|
-
description: "Update nat-policy",
|
|
3681
|
-
use_case: "update",
|
|
3682
|
-
},
|
|
3683
|
-
],
|
|
3684
3902
|
field_docs: {},
|
|
3685
3903
|
optional_fields: [],
|
|
3686
3904
|
performance_impact: {
|
|
@@ -3693,6 +3911,45 @@ export const network_securityTools = [
|
|
|
3693
3911
|
modifies: ["nat-policy"],
|
|
3694
3912
|
},
|
|
3695
3913
|
},
|
|
3914
|
+
curlExample: null,
|
|
3915
|
+
dependencies: [
|
|
3916
|
+
{
|
|
3917
|
+
domain: "",
|
|
3918
|
+
fieldPath: "",
|
|
3919
|
+
inline: false,
|
|
3920
|
+
required: false,
|
|
3921
|
+
resourceType: "nat-policy",
|
|
3922
|
+
},
|
|
3923
|
+
{
|
|
3924
|
+
domain: "",
|
|
3925
|
+
fieldPath: "metadata",
|
|
3926
|
+
inline: false,
|
|
3927
|
+
required: false,
|
|
3928
|
+
resourceType: "schema-object-replace-meta",
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
domain: "",
|
|
3932
|
+
fieldPath: "spec",
|
|
3933
|
+
inline: false,
|
|
3934
|
+
required: false,
|
|
3935
|
+
resourceType: "nat-policy-replace",
|
|
3936
|
+
},
|
|
3937
|
+
],
|
|
3938
|
+
oneOfGroups: [],
|
|
3939
|
+
subscriptionRequirements: [
|
|
3940
|
+
{
|
|
3941
|
+
addonService: "f5xc_securemesh_standard",
|
|
3942
|
+
displayName: "F5XC Securemesh Standard",
|
|
3943
|
+
required: false,
|
|
3944
|
+
tier: "standard",
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
addonService: "f5xc_securemesh_advanced",
|
|
3948
|
+
displayName: "F5XC Securemesh Advanced",
|
|
3949
|
+
required: false,
|
|
3950
|
+
tier: "advanced",
|
|
3951
|
+
},
|
|
3952
|
+
],
|
|
3696
3953
|
},
|
|
3697
3954
|
{
|
|
3698
3955
|
toolName: "f5xc-api-networksecurity-network-firewall-create",
|
|
@@ -3733,18 +3990,6 @@ export const network_securityTools = [
|
|
|
3733
3990
|
creates: ["network-firewall"],
|
|
3734
3991
|
},
|
|
3735
3992
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
3736
|
-
cliExamples: [
|
|
3737
|
-
{
|
|
3738
|
-
command: "f5xcctl config network-firewall create -f {file}.yaml",
|
|
3739
|
-
description: "Create from YAML file",
|
|
3740
|
-
use_case: "file_based",
|
|
3741
|
-
},
|
|
3742
|
-
{
|
|
3743
|
-
command: "f5xcctl config network-firewall create {name} --namespace {namespace}",
|
|
3744
|
-
description: "Create network-firewall",
|
|
3745
|
-
use_case: "basic_create",
|
|
3746
|
-
},
|
|
3747
|
-
],
|
|
3748
3993
|
confirmationRequired: false,
|
|
3749
3994
|
parameterExamples: {
|
|
3750
3995
|
"metadata.namespace": "Staging",
|
|
@@ -3792,18 +4037,6 @@ export const network_securityTools = [
|
|
|
3792
4037
|
},
|
|
3793
4038
|
confirmation_required: false,
|
|
3794
4039
|
danger_level: "medium",
|
|
3795
|
-
examples: [
|
|
3796
|
-
{
|
|
3797
|
-
command: "f5xcctl config network-firewall create {name} --namespace {namespace}",
|
|
3798
|
-
description: "Create network-firewall",
|
|
3799
|
-
use_case: "basic_create",
|
|
3800
|
-
},
|
|
3801
|
-
{
|
|
3802
|
-
command: "f5xcctl config network-firewall create -f {file}.yaml",
|
|
3803
|
-
description: "Create from YAML file",
|
|
3804
|
-
use_case: "file_based",
|
|
3805
|
-
},
|
|
3806
|
-
],
|
|
3807
4040
|
field_docs: {},
|
|
3808
4041
|
optional_fields: [],
|
|
3809
4042
|
performance_impact: {
|
|
@@ -3816,6 +4049,45 @@ export const network_securityTools = [
|
|
|
3816
4049
|
creates: ["network-firewall"],
|
|
3817
4050
|
},
|
|
3818
4051
|
},
|
|
4052
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_firewalls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4053
|
+
dependencies: [
|
|
4054
|
+
{
|
|
4055
|
+
domain: "",
|
|
4056
|
+
fieldPath: "",
|
|
4057
|
+
inline: false,
|
|
4058
|
+
required: false,
|
|
4059
|
+
resourceType: "network-firewall",
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
domain: "",
|
|
4063
|
+
fieldPath: "metadata",
|
|
4064
|
+
inline: false,
|
|
4065
|
+
required: false,
|
|
4066
|
+
resourceType: "schema-object-create-meta",
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
domain: "",
|
|
4070
|
+
fieldPath: "spec",
|
|
4071
|
+
inline: false,
|
|
4072
|
+
required: false,
|
|
4073
|
+
resourceType: "network-firewall-create",
|
|
4074
|
+
},
|
|
4075
|
+
],
|
|
4076
|
+
oneOfGroups: [],
|
|
4077
|
+
subscriptionRequirements: [
|
|
4078
|
+
{
|
|
4079
|
+
addonService: "f5xc_securemesh_standard",
|
|
4080
|
+
displayName: "F5XC Securemesh Standard",
|
|
4081
|
+
required: false,
|
|
4082
|
+
tier: "standard",
|
|
4083
|
+
},
|
|
4084
|
+
{
|
|
4085
|
+
addonService: "f5xc_securemesh_advanced",
|
|
4086
|
+
displayName: "F5XC Securemesh Advanced",
|
|
4087
|
+
required: false,
|
|
4088
|
+
tier: "advanced",
|
|
4089
|
+
},
|
|
4090
|
+
],
|
|
3819
4091
|
},
|
|
3820
4092
|
{
|
|
3821
4093
|
toolName: "f5xc-api-networksecurity-network-firewall-delete",
|
|
@@ -3865,13 +4137,6 @@ export const network_securityTools = [
|
|
|
3865
4137
|
deletes: ["network-firewall", "contained_resources"],
|
|
3866
4138
|
},
|
|
3867
4139
|
requiredFields: ["path.name", "path.namespace"],
|
|
3868
|
-
cliExamples: [
|
|
3869
|
-
{
|
|
3870
|
-
command: "f5xcctl config network-firewall delete {name} --namespace {namespace}",
|
|
3871
|
-
description: "Delete network-firewall",
|
|
3872
|
-
use_case: "delete",
|
|
3873
|
-
},
|
|
3874
|
-
],
|
|
3875
4140
|
confirmationRequired: true,
|
|
3876
4141
|
parameterExamples: {
|
|
3877
4142
|
name: "Name",
|
|
@@ -3917,13 +4182,6 @@ export const network_securityTools = [
|
|
|
3917
4182
|
},
|
|
3918
4183
|
confirmation_required: true,
|
|
3919
4184
|
danger_level: "high",
|
|
3920
|
-
examples: [
|
|
3921
|
-
{
|
|
3922
|
-
command: "f5xcctl config network-firewall delete {name} --namespace {namespace}",
|
|
3923
|
-
description: "Delete network-firewall",
|
|
3924
|
-
use_case: "delete",
|
|
3925
|
-
},
|
|
3926
|
-
],
|
|
3927
4185
|
field_docs: {},
|
|
3928
4186
|
optional_fields: [],
|
|
3929
4187
|
performance_impact: {
|
|
@@ -3936,6 +4194,31 @@ export const network_securityTools = [
|
|
|
3936
4194
|
deletes: ["network-firewall", "contained_resources"],
|
|
3937
4195
|
},
|
|
3938
4196
|
},
|
|
4197
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_firewalls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4198
|
+
dependencies: [
|
|
4199
|
+
{
|
|
4200
|
+
domain: "",
|
|
4201
|
+
fieldPath: "",
|
|
4202
|
+
inline: false,
|
|
4203
|
+
required: false,
|
|
4204
|
+
resourceType: "network-firewall",
|
|
4205
|
+
},
|
|
4206
|
+
],
|
|
4207
|
+
oneOfGroups: [],
|
|
4208
|
+
subscriptionRequirements: [
|
|
4209
|
+
{
|
|
4210
|
+
addonService: "f5xc_securemesh_standard",
|
|
4211
|
+
displayName: "F5XC Securemesh Standard",
|
|
4212
|
+
required: false,
|
|
4213
|
+
tier: "standard",
|
|
4214
|
+
},
|
|
4215
|
+
{
|
|
4216
|
+
addonService: "f5xc_securemesh_advanced",
|
|
4217
|
+
displayName: "F5XC Securemesh Advanced",
|
|
4218
|
+
required: false,
|
|
4219
|
+
tier: "advanced",
|
|
4220
|
+
},
|
|
4221
|
+
],
|
|
3939
4222
|
},
|
|
3940
4223
|
{
|
|
3941
4224
|
toolName: "f5xc-api-networksecurity-network-firewall-get",
|
|
@@ -4004,13 +4287,6 @@ export const network_securityTools = [
|
|
|
4004
4287
|
dangerLevel: "low",
|
|
4005
4288
|
sideEffects: null,
|
|
4006
4289
|
requiredFields: ["path.name", "path.namespace"],
|
|
4007
|
-
cliExamples: [
|
|
4008
|
-
{
|
|
4009
|
-
command: "f5xcctl config network-firewall get {name} --namespace {namespace}",
|
|
4010
|
-
description: "Get specific network-firewall",
|
|
4011
|
-
use_case: "get_specific",
|
|
4012
|
-
},
|
|
4013
|
-
],
|
|
4014
4290
|
confirmationRequired: false,
|
|
4015
4291
|
parameterExamples: {
|
|
4016
4292
|
name: "Name",
|
|
@@ -4056,13 +4332,6 @@ export const network_securityTools = [
|
|
|
4056
4332
|
},
|
|
4057
4333
|
confirmation_required: false,
|
|
4058
4334
|
danger_level: "low",
|
|
4059
|
-
examples: [
|
|
4060
|
-
{
|
|
4061
|
-
command: "f5xcctl config network-firewall get {name} --namespace {namespace}",
|
|
4062
|
-
description: "Get specific network-firewall",
|
|
4063
|
-
use_case: "get_specific",
|
|
4064
|
-
},
|
|
4065
|
-
],
|
|
4066
4335
|
field_docs: {},
|
|
4067
4336
|
optional_fields: [],
|
|
4068
4337
|
performance_impact: {
|
|
@@ -4073,6 +4342,23 @@ export const network_securityTools = [
|
|
|
4073
4342
|
required_fields: ["path.name", "path.namespace"],
|
|
4074
4343
|
side_effects: {},
|
|
4075
4344
|
},
|
|
4345
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_firewalls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4346
|
+
dependencies: [],
|
|
4347
|
+
oneOfGroups: [],
|
|
4348
|
+
subscriptionRequirements: [
|
|
4349
|
+
{
|
|
4350
|
+
addonService: "f5xc_securemesh_standard",
|
|
4351
|
+
displayName: "F5XC Securemesh Standard",
|
|
4352
|
+
required: false,
|
|
4353
|
+
tier: "standard",
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
addonService: "f5xc_securemesh_advanced",
|
|
4357
|
+
displayName: "F5XC Securemesh Advanced",
|
|
4358
|
+
required: false,
|
|
4359
|
+
tier: "advanced",
|
|
4360
|
+
},
|
|
4361
|
+
],
|
|
4076
4362
|
},
|
|
4077
4363
|
{
|
|
4078
4364
|
toolName: "f5xc-api-networksecurity-network-firewall-list",
|
|
@@ -4147,13 +4433,6 @@ export const network_securityTools = [
|
|
|
4147
4433
|
dangerLevel: "low",
|
|
4148
4434
|
sideEffects: null,
|
|
4149
4435
|
requiredFields: ["path.namespace"],
|
|
4150
|
-
cliExamples: [
|
|
4151
|
-
{
|
|
4152
|
-
command: "f5xcctl config network-firewall list --namespace {namespace}",
|
|
4153
|
-
description: "List all network-firewalls",
|
|
4154
|
-
use_case: "list_all",
|
|
4155
|
-
},
|
|
4156
|
-
],
|
|
4157
4436
|
confirmationRequired: false,
|
|
4158
4437
|
parameterExamples: {
|
|
4159
4438
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -4199,13 +4478,6 @@ export const network_securityTools = [
|
|
|
4199
4478
|
},
|
|
4200
4479
|
confirmation_required: false,
|
|
4201
4480
|
danger_level: "low",
|
|
4202
|
-
examples: [
|
|
4203
|
-
{
|
|
4204
|
-
command: "f5xcctl config network-firewall list --namespace {namespace}",
|
|
4205
|
-
description: "List all network-firewalls",
|
|
4206
|
-
use_case: "list_all",
|
|
4207
|
-
},
|
|
4208
|
-
],
|
|
4209
4481
|
field_docs: {},
|
|
4210
4482
|
optional_fields: [],
|
|
4211
4483
|
performance_impact: {
|
|
@@ -4216,6 +4488,23 @@ export const network_securityTools = [
|
|
|
4216
4488
|
required_fields: ["path.namespace"],
|
|
4217
4489
|
side_effects: {},
|
|
4218
4490
|
},
|
|
4491
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_firewalls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4492
|
+
dependencies: [],
|
|
4493
|
+
oneOfGroups: [],
|
|
4494
|
+
subscriptionRequirements: [
|
|
4495
|
+
{
|
|
4496
|
+
addonService: "f5xc_securemesh_standard",
|
|
4497
|
+
displayName: "F5XC Securemesh Standard",
|
|
4498
|
+
required: false,
|
|
4499
|
+
tier: "standard",
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
addonService: "f5xc_securemesh_advanced",
|
|
4503
|
+
displayName: "F5XC Securemesh Advanced",
|
|
4504
|
+
required: false,
|
|
4505
|
+
tier: "advanced",
|
|
4506
|
+
},
|
|
4507
|
+
],
|
|
4219
4508
|
},
|
|
4220
4509
|
{
|
|
4221
4510
|
toolName: "f5xc-api-networksecurity-network-firewall-update",
|
|
@@ -4267,13 +4556,6 @@ export const network_securityTools = [
|
|
|
4267
4556
|
modifies: ["network-firewall"],
|
|
4268
4557
|
},
|
|
4269
4558
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
4270
|
-
cliExamples: [
|
|
4271
|
-
{
|
|
4272
|
-
command: "f5xcctl config network-firewall update {name} --namespace {namespace} -f {file}.yaml",
|
|
4273
|
-
description: "Update network-firewall",
|
|
4274
|
-
use_case: "update",
|
|
4275
|
-
},
|
|
4276
|
-
],
|
|
4277
4559
|
confirmationRequired: false,
|
|
4278
4560
|
parameterExamples: {
|
|
4279
4561
|
"metadata.name": "Example-corp-web.",
|
|
@@ -4319,13 +4601,6 @@ export const network_securityTools = [
|
|
|
4319
4601
|
},
|
|
4320
4602
|
confirmation_required: false,
|
|
4321
4603
|
danger_level: "medium",
|
|
4322
|
-
examples: [
|
|
4323
|
-
{
|
|
4324
|
-
command: "f5xcctl config network-firewall update {name} --namespace {namespace} -f {file}.yaml",
|
|
4325
|
-
description: "Update network-firewall",
|
|
4326
|
-
use_case: "update",
|
|
4327
|
-
},
|
|
4328
|
-
],
|
|
4329
4604
|
field_docs: {},
|
|
4330
4605
|
optional_fields: [],
|
|
4331
4606
|
performance_impact: {
|
|
@@ -4338,6 +4613,45 @@ export const network_securityTools = [
|
|
|
4338
4613
|
modifies: ["network-firewall"],
|
|
4339
4614
|
},
|
|
4340
4615
|
},
|
|
4616
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_firewalls" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
4617
|
+
dependencies: [
|
|
4618
|
+
{
|
|
4619
|
+
domain: "",
|
|
4620
|
+
fieldPath: "",
|
|
4621
|
+
inline: false,
|
|
4622
|
+
required: false,
|
|
4623
|
+
resourceType: "network-firewall",
|
|
4624
|
+
},
|
|
4625
|
+
{
|
|
4626
|
+
domain: "",
|
|
4627
|
+
fieldPath: "metadata",
|
|
4628
|
+
inline: false,
|
|
4629
|
+
required: false,
|
|
4630
|
+
resourceType: "schema-object-replace-meta",
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
domain: "",
|
|
4634
|
+
fieldPath: "spec",
|
|
4635
|
+
inline: false,
|
|
4636
|
+
required: false,
|
|
4637
|
+
resourceType: "network-firewall-replace",
|
|
4638
|
+
},
|
|
4639
|
+
],
|
|
4640
|
+
oneOfGroups: [],
|
|
4641
|
+
subscriptionRequirements: [
|
|
4642
|
+
{
|
|
4643
|
+
addonService: "f5xc_securemesh_standard",
|
|
4644
|
+
displayName: "F5XC Securemesh Standard",
|
|
4645
|
+
required: false,
|
|
4646
|
+
tier: "standard",
|
|
4647
|
+
},
|
|
4648
|
+
{
|
|
4649
|
+
addonService: "f5xc_securemesh_advanced",
|
|
4650
|
+
displayName: "F5XC Securemesh Advanced",
|
|
4651
|
+
required: false,
|
|
4652
|
+
tier: "advanced",
|
|
4653
|
+
},
|
|
4654
|
+
],
|
|
4341
4655
|
},
|
|
4342
4656
|
{
|
|
4343
4657
|
toolName: "f5xc-api-networksecurity-network-policy-create",
|
|
@@ -4378,18 +4692,6 @@ export const network_securityTools = [
|
|
|
4378
4692
|
creates: ["network-policy"],
|
|
4379
4693
|
},
|
|
4380
4694
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
4381
|
-
cliExamples: [
|
|
4382
|
-
{
|
|
4383
|
-
command: "f5xcctl config network-policy create -f {file}.yaml",
|
|
4384
|
-
description: "Create from YAML file",
|
|
4385
|
-
use_case: "file_based",
|
|
4386
|
-
},
|
|
4387
|
-
{
|
|
4388
|
-
command: "f5xcctl config network-policy create {name} --namespace {namespace}",
|
|
4389
|
-
description: "Create network-policy",
|
|
4390
|
-
use_case: "basic_create",
|
|
4391
|
-
},
|
|
4392
|
-
],
|
|
4393
4695
|
confirmationRequired: false,
|
|
4394
4696
|
parameterExamples: {
|
|
4395
4697
|
"metadata.namespace": "Staging",
|
|
@@ -4434,18 +4736,6 @@ export const network_securityTools = [
|
|
|
4434
4736
|
},
|
|
4435
4737
|
confirmation_required: false,
|
|
4436
4738
|
danger_level: "medium",
|
|
4437
|
-
examples: [
|
|
4438
|
-
{
|
|
4439
|
-
command: "f5xcctl config network-policy create {name} --namespace {namespace}",
|
|
4440
|
-
description: "Create network-policy",
|
|
4441
|
-
use_case: "basic_create",
|
|
4442
|
-
},
|
|
4443
|
-
{
|
|
4444
|
-
command: "f5xcctl config network-policy create -f {file}.yaml",
|
|
4445
|
-
description: "Create from YAML file",
|
|
4446
|
-
use_case: "file_based",
|
|
4447
|
-
},
|
|
4448
|
-
],
|
|
4449
4739
|
field_docs: {},
|
|
4450
4740
|
optional_fields: [],
|
|
4451
4741
|
performance_impact: {
|
|
@@ -4458,6 +4748,45 @@ export const network_securityTools = [
|
|
|
4458
4748
|
creates: ["network-policy"],
|
|
4459
4749
|
},
|
|
4460
4750
|
},
|
|
4751
|
+
curlExample: null,
|
|
4752
|
+
dependencies: [
|
|
4753
|
+
{
|
|
4754
|
+
domain: "",
|
|
4755
|
+
fieldPath: "",
|
|
4756
|
+
inline: false,
|
|
4757
|
+
required: false,
|
|
4758
|
+
resourceType: "network-policy",
|
|
4759
|
+
},
|
|
4760
|
+
{
|
|
4761
|
+
domain: "",
|
|
4762
|
+
fieldPath: "metadata",
|
|
4763
|
+
inline: false,
|
|
4764
|
+
required: false,
|
|
4765
|
+
resourceType: "schema-object-create-meta",
|
|
4766
|
+
},
|
|
4767
|
+
{
|
|
4768
|
+
domain: "",
|
|
4769
|
+
fieldPath: "spec",
|
|
4770
|
+
inline: false,
|
|
4771
|
+
required: false,
|
|
4772
|
+
resourceType: "schemanetwork-policy-create",
|
|
4773
|
+
},
|
|
4774
|
+
],
|
|
4775
|
+
oneOfGroups: [],
|
|
4776
|
+
subscriptionRequirements: [
|
|
4777
|
+
{
|
|
4778
|
+
addonService: "f5xc_securemesh_standard",
|
|
4779
|
+
displayName: "F5XC Securemesh Standard",
|
|
4780
|
+
required: false,
|
|
4781
|
+
tier: "standard",
|
|
4782
|
+
},
|
|
4783
|
+
{
|
|
4784
|
+
addonService: "f5xc_securemesh_advanced",
|
|
4785
|
+
displayName: "F5XC Securemesh Advanced",
|
|
4786
|
+
required: false,
|
|
4787
|
+
tier: "advanced",
|
|
4788
|
+
},
|
|
4789
|
+
],
|
|
4461
4790
|
},
|
|
4462
4791
|
{
|
|
4463
4792
|
toolName: "f5xc-api-networksecurity-network-policy-delete",
|
|
@@ -4507,13 +4836,6 @@ export const network_securityTools = [
|
|
|
4507
4836
|
deletes: ["network-policy", "contained_resources"],
|
|
4508
4837
|
},
|
|
4509
4838
|
requiredFields: ["path.name", "path.namespace"],
|
|
4510
|
-
cliExamples: [
|
|
4511
|
-
{
|
|
4512
|
-
command: "f5xcctl config network-policy delete {name} --namespace {namespace}",
|
|
4513
|
-
description: "Delete network-policy",
|
|
4514
|
-
use_case: "delete",
|
|
4515
|
-
},
|
|
4516
|
-
],
|
|
4517
4839
|
confirmationRequired: true,
|
|
4518
4840
|
parameterExamples: {
|
|
4519
4841
|
name: "Name",
|
|
@@ -4559,13 +4881,6 @@ export const network_securityTools = [
|
|
|
4559
4881
|
},
|
|
4560
4882
|
confirmation_required: true,
|
|
4561
4883
|
danger_level: "high",
|
|
4562
|
-
examples: [
|
|
4563
|
-
{
|
|
4564
|
-
command: "f5xcctl config network-policy delete {name} --namespace {namespace}",
|
|
4565
|
-
description: "Delete network-policy",
|
|
4566
|
-
use_case: "delete",
|
|
4567
|
-
},
|
|
4568
|
-
],
|
|
4569
4884
|
field_docs: {},
|
|
4570
4885
|
optional_fields: [],
|
|
4571
4886
|
performance_impact: {
|
|
@@ -4578,6 +4893,31 @@ export const network_securityTools = [
|
|
|
4578
4893
|
deletes: ["network-policy", "contained_resources"],
|
|
4579
4894
|
},
|
|
4580
4895
|
},
|
|
4896
|
+
curlExample: null,
|
|
4897
|
+
dependencies: [
|
|
4898
|
+
{
|
|
4899
|
+
domain: "",
|
|
4900
|
+
fieldPath: "",
|
|
4901
|
+
inline: false,
|
|
4902
|
+
required: false,
|
|
4903
|
+
resourceType: "network-policy",
|
|
4904
|
+
},
|
|
4905
|
+
],
|
|
4906
|
+
oneOfGroups: [],
|
|
4907
|
+
subscriptionRequirements: [
|
|
4908
|
+
{
|
|
4909
|
+
addonService: "f5xc_securemesh_standard",
|
|
4910
|
+
displayName: "F5XC Securemesh Standard",
|
|
4911
|
+
required: false,
|
|
4912
|
+
tier: "standard",
|
|
4913
|
+
},
|
|
4914
|
+
{
|
|
4915
|
+
addonService: "f5xc_securemesh_advanced",
|
|
4916
|
+
displayName: "F5XC Securemesh Advanced",
|
|
4917
|
+
required: false,
|
|
4918
|
+
tier: "advanced",
|
|
4919
|
+
},
|
|
4920
|
+
],
|
|
4581
4921
|
},
|
|
4582
4922
|
{
|
|
4583
4923
|
toolName: "f5xc-api-networksecurity-network-policy-get",
|
|
@@ -4646,13 +4986,6 @@ export const network_securityTools = [
|
|
|
4646
4986
|
dangerLevel: "low",
|
|
4647
4987
|
sideEffects: null,
|
|
4648
4988
|
requiredFields: ["path.name", "path.namespace"],
|
|
4649
|
-
cliExamples: [
|
|
4650
|
-
{
|
|
4651
|
-
command: "f5xcctl config network-policy get {name} --namespace {namespace}",
|
|
4652
|
-
description: "Get specific network-policy",
|
|
4653
|
-
use_case: "get_specific",
|
|
4654
|
-
},
|
|
4655
|
-
],
|
|
4656
4989
|
confirmationRequired: false,
|
|
4657
4990
|
parameterExamples: {
|
|
4658
4991
|
name: "Name",
|
|
@@ -4698,13 +5031,6 @@ export const network_securityTools = [
|
|
|
4698
5031
|
},
|
|
4699
5032
|
confirmation_required: false,
|
|
4700
5033
|
danger_level: "low",
|
|
4701
|
-
examples: [
|
|
4702
|
-
{
|
|
4703
|
-
command: "f5xcctl config network-policy get {name} --namespace {namespace}",
|
|
4704
|
-
description: "Get specific network-policy",
|
|
4705
|
-
use_case: "get_specific",
|
|
4706
|
-
},
|
|
4707
|
-
],
|
|
4708
5034
|
field_docs: {},
|
|
4709
5035
|
optional_fields: [],
|
|
4710
5036
|
performance_impact: {
|
|
@@ -4715,6 +5041,23 @@ export const network_securityTools = [
|
|
|
4715
5041
|
required_fields: ["path.name", "path.namespace"],
|
|
4716
5042
|
side_effects: {},
|
|
4717
5043
|
},
|
|
5044
|
+
curlExample: null,
|
|
5045
|
+
dependencies: [],
|
|
5046
|
+
oneOfGroups: [],
|
|
5047
|
+
subscriptionRequirements: [
|
|
5048
|
+
{
|
|
5049
|
+
addonService: "f5xc_securemesh_standard",
|
|
5050
|
+
displayName: "F5XC Securemesh Standard",
|
|
5051
|
+
required: false,
|
|
5052
|
+
tier: "standard",
|
|
5053
|
+
},
|
|
5054
|
+
{
|
|
5055
|
+
addonService: "f5xc_securemesh_advanced",
|
|
5056
|
+
displayName: "F5XC Securemesh Advanced",
|
|
5057
|
+
required: false,
|
|
5058
|
+
tier: "advanced",
|
|
5059
|
+
},
|
|
5060
|
+
],
|
|
4718
5061
|
},
|
|
4719
5062
|
{
|
|
4720
5063
|
toolName: "f5xc-api-networksecurity-network-policy-list",
|
|
@@ -4789,13 +5132,6 @@ export const network_securityTools = [
|
|
|
4789
5132
|
dangerLevel: "low",
|
|
4790
5133
|
sideEffects: null,
|
|
4791
5134
|
requiredFields: ["path.namespace"],
|
|
4792
|
-
cliExamples: [
|
|
4793
|
-
{
|
|
4794
|
-
command: "f5xcctl config network-policy list --namespace {namespace}",
|
|
4795
|
-
description: "List all network-policys",
|
|
4796
|
-
use_case: "list_all",
|
|
4797
|
-
},
|
|
4798
|
-
],
|
|
4799
5135
|
confirmationRequired: false,
|
|
4800
5136
|
parameterExamples: {
|
|
4801
5137
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -4841,13 +5177,6 @@ export const network_securityTools = [
|
|
|
4841
5177
|
},
|
|
4842
5178
|
confirmation_required: false,
|
|
4843
5179
|
danger_level: "low",
|
|
4844
|
-
examples: [
|
|
4845
|
-
{
|
|
4846
|
-
command: "f5xcctl config network-policy list --namespace {namespace}",
|
|
4847
|
-
description: "List all network-policys",
|
|
4848
|
-
use_case: "list_all",
|
|
4849
|
-
},
|
|
4850
|
-
],
|
|
4851
5180
|
field_docs: {},
|
|
4852
5181
|
optional_fields: [],
|
|
4853
5182
|
performance_impact: {
|
|
@@ -4858,6 +5187,23 @@ export const network_securityTools = [
|
|
|
4858
5187
|
required_fields: ["path.namespace"],
|
|
4859
5188
|
side_effects: {},
|
|
4860
5189
|
},
|
|
5190
|
+
curlExample: null,
|
|
5191
|
+
dependencies: [],
|
|
5192
|
+
oneOfGroups: [],
|
|
5193
|
+
subscriptionRequirements: [
|
|
5194
|
+
{
|
|
5195
|
+
addonService: "f5xc_securemesh_standard",
|
|
5196
|
+
displayName: "F5XC Securemesh Standard",
|
|
5197
|
+
required: false,
|
|
5198
|
+
tier: "standard",
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
addonService: "f5xc_securemesh_advanced",
|
|
5202
|
+
displayName: "F5XC Securemesh Advanced",
|
|
5203
|
+
required: false,
|
|
5204
|
+
tier: "advanced",
|
|
5205
|
+
},
|
|
5206
|
+
],
|
|
4861
5207
|
},
|
|
4862
5208
|
{
|
|
4863
5209
|
toolName: "f5xc-api-networksecurity-network-policy-rule-create",
|
|
@@ -4898,18 +5244,6 @@ export const network_securityTools = [
|
|
|
4898
5244
|
creates: ["network-policy-rule"],
|
|
4899
5245
|
},
|
|
4900
5246
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
4901
|
-
cliExamples: [
|
|
4902
|
-
{
|
|
4903
|
-
command: "f5xcctl config network-policy-rule create -f {file}.yaml",
|
|
4904
|
-
description: "Create from YAML file",
|
|
4905
|
-
use_case: "file_based",
|
|
4906
|
-
},
|
|
4907
|
-
{
|
|
4908
|
-
command: "f5xcctl config network-policy-rule create {name} --namespace {namespace}",
|
|
4909
|
-
description: "Create network-policy-rule",
|
|
4910
|
-
use_case: "basic_create",
|
|
4911
|
-
},
|
|
4912
|
-
],
|
|
4913
5247
|
confirmationRequired: false,
|
|
4914
5248
|
parameterExamples: {
|
|
4915
5249
|
"metadata.namespace": "Staging",
|
|
@@ -4957,18 +5291,6 @@ export const network_securityTools = [
|
|
|
4957
5291
|
},
|
|
4958
5292
|
confirmation_required: false,
|
|
4959
5293
|
danger_level: "medium",
|
|
4960
|
-
examples: [
|
|
4961
|
-
{
|
|
4962
|
-
command: "f5xcctl config network-policy-rule create {name} --namespace {namespace}",
|
|
4963
|
-
description: "Create network-policy-rule",
|
|
4964
|
-
use_case: "basic_create",
|
|
4965
|
-
},
|
|
4966
|
-
{
|
|
4967
|
-
command: "f5xcctl config network-policy-rule create -f {file}.yaml",
|
|
4968
|
-
description: "Create from YAML file",
|
|
4969
|
-
use_case: "file_based",
|
|
4970
|
-
},
|
|
4971
|
-
],
|
|
4972
5294
|
field_docs: {},
|
|
4973
5295
|
optional_fields: [],
|
|
4974
5296
|
performance_impact: {
|
|
@@ -4981,6 +5303,45 @@ export const network_securityTools = [
|
|
|
4981
5303
|
creates: ["network-policy-rule"],
|
|
4982
5304
|
},
|
|
4983
5305
|
},
|
|
5306
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_policy_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5307
|
+
dependencies: [
|
|
5308
|
+
{
|
|
5309
|
+
domain: "",
|
|
5310
|
+
fieldPath: "",
|
|
5311
|
+
inline: false,
|
|
5312
|
+
required: false,
|
|
5313
|
+
resourceType: "network-policy-rule",
|
|
5314
|
+
},
|
|
5315
|
+
{
|
|
5316
|
+
domain: "",
|
|
5317
|
+
fieldPath: "metadata",
|
|
5318
|
+
inline: false,
|
|
5319
|
+
required: false,
|
|
5320
|
+
resourceType: "schema-object-create-meta",
|
|
5321
|
+
},
|
|
5322
|
+
{
|
|
5323
|
+
domain: "",
|
|
5324
|
+
fieldPath: "spec",
|
|
5325
|
+
inline: false,
|
|
5326
|
+
required: false,
|
|
5327
|
+
resourceType: "network-policy-rule-create",
|
|
5328
|
+
},
|
|
5329
|
+
],
|
|
5330
|
+
oneOfGroups: [],
|
|
5331
|
+
subscriptionRequirements: [
|
|
5332
|
+
{
|
|
5333
|
+
addonService: "f5xc_securemesh_standard",
|
|
5334
|
+
displayName: "F5XC Securemesh Standard",
|
|
5335
|
+
required: false,
|
|
5336
|
+
tier: "standard",
|
|
5337
|
+
},
|
|
5338
|
+
{
|
|
5339
|
+
addonService: "f5xc_securemesh_advanced",
|
|
5340
|
+
displayName: "F5XC Securemesh Advanced",
|
|
5341
|
+
required: false,
|
|
5342
|
+
tier: "advanced",
|
|
5343
|
+
},
|
|
5344
|
+
],
|
|
4984
5345
|
},
|
|
4985
5346
|
{
|
|
4986
5347
|
toolName: "f5xc-api-networksecurity-network-policy-rule-delete",
|
|
@@ -5030,13 +5391,6 @@ export const network_securityTools = [
|
|
|
5030
5391
|
deletes: ["network-policy-rule", "contained_resources"],
|
|
5031
5392
|
},
|
|
5032
5393
|
requiredFields: ["path.name", "path.namespace"],
|
|
5033
|
-
cliExamples: [
|
|
5034
|
-
{
|
|
5035
|
-
command: "f5xcctl config network-policy-rule delete {name} --namespace {namespace}",
|
|
5036
|
-
description: "Delete network-policy-rule",
|
|
5037
|
-
use_case: "delete",
|
|
5038
|
-
},
|
|
5039
|
-
],
|
|
5040
5394
|
confirmationRequired: true,
|
|
5041
5395
|
parameterExamples: {
|
|
5042
5396
|
name: "Name",
|
|
@@ -5082,13 +5436,6 @@ export const network_securityTools = [
|
|
|
5082
5436
|
},
|
|
5083
5437
|
confirmation_required: true,
|
|
5084
5438
|
danger_level: "high",
|
|
5085
|
-
examples: [
|
|
5086
|
-
{
|
|
5087
|
-
command: "f5xcctl config network-policy-rule delete {name} --namespace {namespace}",
|
|
5088
|
-
description: "Delete network-policy-rule",
|
|
5089
|
-
use_case: "delete",
|
|
5090
|
-
},
|
|
5091
|
-
],
|
|
5092
5439
|
field_docs: {},
|
|
5093
5440
|
optional_fields: [],
|
|
5094
5441
|
performance_impact: {
|
|
@@ -5101,6 +5448,31 @@ export const network_securityTools = [
|
|
|
5101
5448
|
deletes: ["network-policy-rule", "contained_resources"],
|
|
5102
5449
|
},
|
|
5103
5450
|
},
|
|
5451
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_policy_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5452
|
+
dependencies: [
|
|
5453
|
+
{
|
|
5454
|
+
domain: "",
|
|
5455
|
+
fieldPath: "",
|
|
5456
|
+
inline: false,
|
|
5457
|
+
required: false,
|
|
5458
|
+
resourceType: "network-policy-rule",
|
|
5459
|
+
},
|
|
5460
|
+
],
|
|
5461
|
+
oneOfGroups: [],
|
|
5462
|
+
subscriptionRequirements: [
|
|
5463
|
+
{
|
|
5464
|
+
addonService: "f5xc_securemesh_standard",
|
|
5465
|
+
displayName: "F5XC Securemesh Standard",
|
|
5466
|
+
required: false,
|
|
5467
|
+
tier: "standard",
|
|
5468
|
+
},
|
|
5469
|
+
{
|
|
5470
|
+
addonService: "f5xc_securemesh_advanced",
|
|
5471
|
+
displayName: "F5XC Securemesh Advanced",
|
|
5472
|
+
required: false,
|
|
5473
|
+
tier: "advanced",
|
|
5474
|
+
},
|
|
5475
|
+
],
|
|
5104
5476
|
},
|
|
5105
5477
|
{
|
|
5106
5478
|
toolName: "f5xc-api-networksecurity-network-policy-rule-get",
|
|
@@ -5169,13 +5541,6 @@ export const network_securityTools = [
|
|
|
5169
5541
|
dangerLevel: "low",
|
|
5170
5542
|
sideEffects: null,
|
|
5171
5543
|
requiredFields: ["path.name", "path.namespace"],
|
|
5172
|
-
cliExamples: [
|
|
5173
|
-
{
|
|
5174
|
-
command: "f5xcctl config network-policy-rule get {name} --namespace {namespace}",
|
|
5175
|
-
description: "Get specific network-policy-rule",
|
|
5176
|
-
use_case: "get_specific",
|
|
5177
|
-
},
|
|
5178
|
-
],
|
|
5179
5544
|
confirmationRequired: false,
|
|
5180
5545
|
parameterExamples: {
|
|
5181
5546
|
name: "Name",
|
|
@@ -5221,13 +5586,6 @@ export const network_securityTools = [
|
|
|
5221
5586
|
},
|
|
5222
5587
|
confirmation_required: false,
|
|
5223
5588
|
danger_level: "low",
|
|
5224
|
-
examples: [
|
|
5225
|
-
{
|
|
5226
|
-
command: "f5xcctl config network-policy-rule get {name} --namespace {namespace}",
|
|
5227
|
-
description: "Get specific network-policy-rule",
|
|
5228
|
-
use_case: "get_specific",
|
|
5229
|
-
},
|
|
5230
|
-
],
|
|
5231
5589
|
field_docs: {},
|
|
5232
5590
|
optional_fields: [],
|
|
5233
5591
|
performance_impact: {
|
|
@@ -5238,6 +5596,23 @@ export const network_securityTools = [
|
|
|
5238
5596
|
required_fields: ["path.name", "path.namespace"],
|
|
5239
5597
|
side_effects: {},
|
|
5240
5598
|
},
|
|
5599
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_policy_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5600
|
+
dependencies: [],
|
|
5601
|
+
oneOfGroups: [],
|
|
5602
|
+
subscriptionRequirements: [
|
|
5603
|
+
{
|
|
5604
|
+
addonService: "f5xc_securemesh_standard",
|
|
5605
|
+
displayName: "F5XC Securemesh Standard",
|
|
5606
|
+
required: false,
|
|
5607
|
+
tier: "standard",
|
|
5608
|
+
},
|
|
5609
|
+
{
|
|
5610
|
+
addonService: "f5xc_securemesh_advanced",
|
|
5611
|
+
displayName: "F5XC Securemesh Advanced",
|
|
5612
|
+
required: false,
|
|
5613
|
+
tier: "advanced",
|
|
5614
|
+
},
|
|
5615
|
+
],
|
|
5241
5616
|
},
|
|
5242
5617
|
{
|
|
5243
5618
|
toolName: "f5xc-api-networksecurity-network-policy-rule-list",
|
|
@@ -5312,13 +5687,6 @@ export const network_securityTools = [
|
|
|
5312
5687
|
dangerLevel: "low",
|
|
5313
5688
|
sideEffects: null,
|
|
5314
5689
|
requiredFields: ["path.namespace"],
|
|
5315
|
-
cliExamples: [
|
|
5316
|
-
{
|
|
5317
|
-
command: "f5xcctl config network-policy-rule list --namespace {namespace}",
|
|
5318
|
-
description: "List all network-policy-rules",
|
|
5319
|
-
use_case: "list_all",
|
|
5320
|
-
},
|
|
5321
|
-
],
|
|
5322
5690
|
confirmationRequired: false,
|
|
5323
5691
|
parameterExamples: {
|
|
5324
5692
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -5364,13 +5732,6 @@ export const network_securityTools = [
|
|
|
5364
5732
|
},
|
|
5365
5733
|
confirmation_required: false,
|
|
5366
5734
|
danger_level: "low",
|
|
5367
|
-
examples: [
|
|
5368
|
-
{
|
|
5369
|
-
command: "f5xcctl config network-policy-rule list --namespace {namespace}",
|
|
5370
|
-
description: "List all network-policy-rules",
|
|
5371
|
-
use_case: "list_all",
|
|
5372
|
-
},
|
|
5373
|
-
],
|
|
5374
5735
|
field_docs: {},
|
|
5375
5736
|
optional_fields: [],
|
|
5376
5737
|
performance_impact: {
|
|
@@ -5381,6 +5742,23 @@ export const network_securityTools = [
|
|
|
5381
5742
|
required_fields: ["path.namespace"],
|
|
5382
5743
|
side_effects: {},
|
|
5383
5744
|
},
|
|
5745
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_policy_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5746
|
+
dependencies: [],
|
|
5747
|
+
oneOfGroups: [],
|
|
5748
|
+
subscriptionRequirements: [
|
|
5749
|
+
{
|
|
5750
|
+
addonService: "f5xc_securemesh_standard",
|
|
5751
|
+
displayName: "F5XC Securemesh Standard",
|
|
5752
|
+
required: false,
|
|
5753
|
+
tier: "standard",
|
|
5754
|
+
},
|
|
5755
|
+
{
|
|
5756
|
+
addonService: "f5xc_securemesh_advanced",
|
|
5757
|
+
displayName: "F5XC Securemesh Advanced",
|
|
5758
|
+
required: false,
|
|
5759
|
+
tier: "advanced",
|
|
5760
|
+
},
|
|
5761
|
+
],
|
|
5384
5762
|
},
|
|
5385
5763
|
{
|
|
5386
5764
|
toolName: "f5xc-api-networksecurity-network-policy-rule-update",
|
|
@@ -5432,13 +5810,6 @@ export const network_securityTools = [
|
|
|
5432
5810
|
modifies: ["network-policy-rule"],
|
|
5433
5811
|
},
|
|
5434
5812
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
5435
|
-
cliExamples: [
|
|
5436
|
-
{
|
|
5437
|
-
command: "f5xcctl config network-policy-rule update {name} --namespace {namespace} -f {file}.yaml",
|
|
5438
|
-
description: "Update network-policy-rule",
|
|
5439
|
-
use_case: "update",
|
|
5440
|
-
},
|
|
5441
|
-
],
|
|
5442
5813
|
confirmationRequired: false,
|
|
5443
5814
|
parameterExamples: {
|
|
5444
5815
|
"metadata.name": "Example-corp-web.",
|
|
@@ -5484,13 +5855,6 @@ export const network_securityTools = [
|
|
|
5484
5855
|
},
|
|
5485
5856
|
confirmation_required: false,
|
|
5486
5857
|
danger_level: "medium",
|
|
5487
|
-
examples: [
|
|
5488
|
-
{
|
|
5489
|
-
command: "f5xcctl config network-policy-rule update {name} --namespace {namespace} -f {file}.yaml",
|
|
5490
|
-
description: "Update network-policy-rule",
|
|
5491
|
-
use_case: "update",
|
|
5492
|
-
},
|
|
5493
|
-
],
|
|
5494
5858
|
field_docs: {},
|
|
5495
5859
|
optional_fields: [],
|
|
5496
5860
|
performance_impact: {
|
|
@@ -5503,6 +5867,45 @@ export const network_securityTools = [
|
|
|
5503
5867
|
modifies: ["network-policy-rule"],
|
|
5504
5868
|
},
|
|
5505
5869
|
},
|
|
5870
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_policy_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
5871
|
+
dependencies: [
|
|
5872
|
+
{
|
|
5873
|
+
domain: "",
|
|
5874
|
+
fieldPath: "",
|
|
5875
|
+
inline: false,
|
|
5876
|
+
required: false,
|
|
5877
|
+
resourceType: "network-policy-rule",
|
|
5878
|
+
},
|
|
5879
|
+
{
|
|
5880
|
+
domain: "",
|
|
5881
|
+
fieldPath: "metadata",
|
|
5882
|
+
inline: false,
|
|
5883
|
+
required: false,
|
|
5884
|
+
resourceType: "schema-object-replace-meta",
|
|
5885
|
+
},
|
|
5886
|
+
{
|
|
5887
|
+
domain: "",
|
|
5888
|
+
fieldPath: "spec",
|
|
5889
|
+
inline: false,
|
|
5890
|
+
required: false,
|
|
5891
|
+
resourceType: "network-policy-rule-replace",
|
|
5892
|
+
},
|
|
5893
|
+
],
|
|
5894
|
+
oneOfGroups: [],
|
|
5895
|
+
subscriptionRequirements: [
|
|
5896
|
+
{
|
|
5897
|
+
addonService: "f5xc_securemesh_standard",
|
|
5898
|
+
displayName: "F5XC Securemesh Standard",
|
|
5899
|
+
required: false,
|
|
5900
|
+
tier: "standard",
|
|
5901
|
+
},
|
|
5902
|
+
{
|
|
5903
|
+
addonService: "f5xc_securemesh_advanced",
|
|
5904
|
+
displayName: "F5XC Securemesh Advanced",
|
|
5905
|
+
required: false,
|
|
5906
|
+
tier: "advanced",
|
|
5907
|
+
},
|
|
5908
|
+
],
|
|
5506
5909
|
},
|
|
5507
5910
|
{
|
|
5508
5911
|
toolName: "f5xc-api-networksecurity-network-policy-set-get",
|
|
@@ -5569,13 +5972,6 @@ export const network_securityTools = [
|
|
|
5569
5972
|
dangerLevel: "low",
|
|
5570
5973
|
sideEffects: null,
|
|
5571
5974
|
requiredFields: ["path.name", "path.namespace"],
|
|
5572
|
-
cliExamples: [
|
|
5573
|
-
{
|
|
5574
|
-
command: "f5xcctl config network-policy-set get {name} --namespace {namespace}",
|
|
5575
|
-
description: "Get specific network-policy-set",
|
|
5576
|
-
use_case: "get_specific",
|
|
5577
|
-
},
|
|
5578
|
-
],
|
|
5579
5975
|
confirmationRequired: false,
|
|
5580
5976
|
parameterExamples: {
|
|
5581
5977
|
name: "Name",
|
|
@@ -5621,13 +6017,6 @@ export const network_securityTools = [
|
|
|
5621
6017
|
},
|
|
5622
6018
|
confirmation_required: false,
|
|
5623
6019
|
danger_level: "low",
|
|
5624
|
-
examples: [
|
|
5625
|
-
{
|
|
5626
|
-
command: "f5xcctl config network-policy-set get {name} --namespace {namespace}",
|
|
5627
|
-
description: "Get specific network-policy-set",
|
|
5628
|
-
use_case: "get_specific",
|
|
5629
|
-
},
|
|
5630
|
-
],
|
|
5631
6020
|
field_docs: {},
|
|
5632
6021
|
optional_fields: [],
|
|
5633
6022
|
performance_impact: {
|
|
@@ -5638,6 +6027,23 @@ export const network_securityTools = [
|
|
|
5638
6027
|
required_fields: ["path.name", "path.namespace"],
|
|
5639
6028
|
side_effects: {},
|
|
5640
6029
|
},
|
|
6030
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_policy_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
6031
|
+
dependencies: [],
|
|
6032
|
+
oneOfGroups: [],
|
|
6033
|
+
subscriptionRequirements: [
|
|
6034
|
+
{
|
|
6035
|
+
addonService: "f5xc_securemesh_standard",
|
|
6036
|
+
displayName: "F5XC Securemesh Standard",
|
|
6037
|
+
required: false,
|
|
6038
|
+
tier: "standard",
|
|
6039
|
+
},
|
|
6040
|
+
{
|
|
6041
|
+
addonService: "f5xc_securemesh_advanced",
|
|
6042
|
+
displayName: "F5XC Securemesh Advanced",
|
|
6043
|
+
required: false,
|
|
6044
|
+
tier: "advanced",
|
|
6045
|
+
},
|
|
6046
|
+
],
|
|
5641
6047
|
},
|
|
5642
6048
|
{
|
|
5643
6049
|
toolName: "f5xc-api-networksecurity-network-policy-set-list",
|
|
@@ -5712,13 +6118,6 @@ export const network_securityTools = [
|
|
|
5712
6118
|
dangerLevel: "low",
|
|
5713
6119
|
sideEffects: null,
|
|
5714
6120
|
requiredFields: ["path.namespace"],
|
|
5715
|
-
cliExamples: [
|
|
5716
|
-
{
|
|
5717
|
-
command: "f5xcctl config network-policy-set list --namespace {namespace}",
|
|
5718
|
-
description: "List all network-policy-sets",
|
|
5719
|
-
use_case: "list_all",
|
|
5720
|
-
},
|
|
5721
|
-
],
|
|
5722
6121
|
confirmationRequired: false,
|
|
5723
6122
|
parameterExamples: {
|
|
5724
6123
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -5764,13 +6163,6 @@ export const network_securityTools = [
|
|
|
5764
6163
|
},
|
|
5765
6164
|
confirmation_required: false,
|
|
5766
6165
|
danger_level: "low",
|
|
5767
|
-
examples: [
|
|
5768
|
-
{
|
|
5769
|
-
command: "f5xcctl config network-policy-set list --namespace {namespace}",
|
|
5770
|
-
description: "List all network-policy-sets",
|
|
5771
|
-
use_case: "list_all",
|
|
5772
|
-
},
|
|
5773
|
-
],
|
|
5774
6166
|
field_docs: {},
|
|
5775
6167
|
optional_fields: [],
|
|
5776
6168
|
performance_impact: {
|
|
@@ -5781,6 +6173,23 @@ export const network_securityTools = [
|
|
|
5781
6173
|
required_fields: ["path.namespace"],
|
|
5782
6174
|
side_effects: {},
|
|
5783
6175
|
},
|
|
6176
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_policy_sets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
6177
|
+
dependencies: [],
|
|
6178
|
+
oneOfGroups: [],
|
|
6179
|
+
subscriptionRequirements: [
|
|
6180
|
+
{
|
|
6181
|
+
addonService: "f5xc_securemesh_standard",
|
|
6182
|
+
displayName: "F5XC Securemesh Standard",
|
|
6183
|
+
required: false,
|
|
6184
|
+
tier: "standard",
|
|
6185
|
+
},
|
|
6186
|
+
{
|
|
6187
|
+
addonService: "f5xc_securemesh_advanced",
|
|
6188
|
+
displayName: "F5XC Securemesh Advanced",
|
|
6189
|
+
required: false,
|
|
6190
|
+
tier: "advanced",
|
|
6191
|
+
},
|
|
6192
|
+
],
|
|
5784
6193
|
},
|
|
5785
6194
|
{
|
|
5786
6195
|
toolName: "f5xc-api-networksecurity-network-policy-update",
|
|
@@ -5832,13 +6241,6 @@ export const network_securityTools = [
|
|
|
5832
6241
|
modifies: ["network-policy"],
|
|
5833
6242
|
},
|
|
5834
6243
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
5835
|
-
cliExamples: [
|
|
5836
|
-
{
|
|
5837
|
-
command: "f5xcctl config network-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
5838
|
-
description: "Update network-policy",
|
|
5839
|
-
use_case: "update",
|
|
5840
|
-
},
|
|
5841
|
-
],
|
|
5842
6244
|
confirmationRequired: false,
|
|
5843
6245
|
parameterExamples: {
|
|
5844
6246
|
"metadata.name": "Example-corp-web.",
|
|
@@ -5884,13 +6286,6 @@ export const network_securityTools = [
|
|
|
5884
6286
|
},
|
|
5885
6287
|
confirmation_required: false,
|
|
5886
6288
|
danger_level: "medium",
|
|
5887
|
-
examples: [
|
|
5888
|
-
{
|
|
5889
|
-
command: "f5xcctl config network-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
5890
|
-
description: "Update network-policy",
|
|
5891
|
-
use_case: "update",
|
|
5892
|
-
},
|
|
5893
|
-
],
|
|
5894
6289
|
field_docs: {},
|
|
5895
6290
|
optional_fields: [],
|
|
5896
6291
|
performance_impact: {
|
|
@@ -5903,6 +6298,45 @@ export const network_securityTools = [
|
|
|
5903
6298
|
modifies: ["network-policy"],
|
|
5904
6299
|
},
|
|
5905
6300
|
},
|
|
6301
|
+
curlExample: null,
|
|
6302
|
+
dependencies: [
|
|
6303
|
+
{
|
|
6304
|
+
domain: "",
|
|
6305
|
+
fieldPath: "",
|
|
6306
|
+
inline: false,
|
|
6307
|
+
required: false,
|
|
6308
|
+
resourceType: "network-policy",
|
|
6309
|
+
},
|
|
6310
|
+
{
|
|
6311
|
+
domain: "",
|
|
6312
|
+
fieldPath: "metadata",
|
|
6313
|
+
inline: false,
|
|
6314
|
+
required: false,
|
|
6315
|
+
resourceType: "schema-object-replace-meta",
|
|
6316
|
+
},
|
|
6317
|
+
{
|
|
6318
|
+
domain: "",
|
|
6319
|
+
fieldPath: "spec",
|
|
6320
|
+
inline: false,
|
|
6321
|
+
required: false,
|
|
6322
|
+
resourceType: "schemanetwork-policy-replace",
|
|
6323
|
+
},
|
|
6324
|
+
],
|
|
6325
|
+
oneOfGroups: [],
|
|
6326
|
+
subscriptionRequirements: [
|
|
6327
|
+
{
|
|
6328
|
+
addonService: "f5xc_securemesh_standard",
|
|
6329
|
+
displayName: "F5XC Securemesh Standard",
|
|
6330
|
+
required: false,
|
|
6331
|
+
tier: "standard",
|
|
6332
|
+
},
|
|
6333
|
+
{
|
|
6334
|
+
addonService: "f5xc_securemesh_advanced",
|
|
6335
|
+
displayName: "F5XC Securemesh Advanced",
|
|
6336
|
+
required: false,
|
|
6337
|
+
tier: "advanced",
|
|
6338
|
+
},
|
|
6339
|
+
],
|
|
5906
6340
|
},
|
|
5907
6341
|
{
|
|
5908
6342
|
toolName: "f5xc-api-networksecurity-network-policy-view-create",
|
|
@@ -5943,18 +6377,6 @@ export const network_securityTools = [
|
|
|
5943
6377
|
creates: ["network-policy-view"],
|
|
5944
6378
|
},
|
|
5945
6379
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
5946
|
-
cliExamples: [
|
|
5947
|
-
{
|
|
5948
|
-
command: "f5xcctl config network-policy-view create -f {file}.yaml",
|
|
5949
|
-
description: "Create from YAML file",
|
|
5950
|
-
use_case: "file_based",
|
|
5951
|
-
},
|
|
5952
|
-
{
|
|
5953
|
-
command: "f5xcctl config network-policy-view create {name} --namespace {namespace}",
|
|
5954
|
-
description: "Create network-policy-view",
|
|
5955
|
-
use_case: "basic_create",
|
|
5956
|
-
},
|
|
5957
|
-
],
|
|
5958
6380
|
confirmationRequired: false,
|
|
5959
6381
|
parameterExamples: {
|
|
5960
6382
|
"metadata.namespace": "Staging",
|
|
@@ -6002,18 +6424,6 @@ export const network_securityTools = [
|
|
|
6002
6424
|
},
|
|
6003
6425
|
confirmation_required: false,
|
|
6004
6426
|
danger_level: "medium",
|
|
6005
|
-
examples: [
|
|
6006
|
-
{
|
|
6007
|
-
command: "f5xcctl config network-policy-view create {name} --namespace {namespace}",
|
|
6008
|
-
description: "Create network-policy-view",
|
|
6009
|
-
use_case: "basic_create",
|
|
6010
|
-
},
|
|
6011
|
-
{
|
|
6012
|
-
command: "f5xcctl config network-policy-view create -f {file}.yaml",
|
|
6013
|
-
description: "Create from YAML file",
|
|
6014
|
-
use_case: "file_based",
|
|
6015
|
-
},
|
|
6016
|
-
],
|
|
6017
6427
|
field_docs: {},
|
|
6018
6428
|
optional_fields: [],
|
|
6019
6429
|
performance_impact: {
|
|
@@ -6026,6 +6436,45 @@ export const network_securityTools = [
|
|
|
6026
6436
|
creates: ["network-policy-view"],
|
|
6027
6437
|
},
|
|
6028
6438
|
},
|
|
6439
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_policy_views" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
6440
|
+
dependencies: [
|
|
6441
|
+
{
|
|
6442
|
+
domain: "",
|
|
6443
|
+
fieldPath: "",
|
|
6444
|
+
inline: false,
|
|
6445
|
+
required: false,
|
|
6446
|
+
resourceType: "network-policy-view",
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
domain: "",
|
|
6450
|
+
fieldPath: "metadata",
|
|
6451
|
+
inline: false,
|
|
6452
|
+
required: false,
|
|
6453
|
+
resourceType: "schema-object-create-meta",
|
|
6454
|
+
},
|
|
6455
|
+
{
|
|
6456
|
+
domain: "",
|
|
6457
|
+
fieldPath: "spec",
|
|
6458
|
+
inline: false,
|
|
6459
|
+
required: false,
|
|
6460
|
+
resourceType: "viewsnetwork-policy-view-create",
|
|
6461
|
+
},
|
|
6462
|
+
],
|
|
6463
|
+
oneOfGroups: [],
|
|
6464
|
+
subscriptionRequirements: [
|
|
6465
|
+
{
|
|
6466
|
+
addonService: "f5xc_securemesh_standard",
|
|
6467
|
+
displayName: "F5XC Securemesh Standard",
|
|
6468
|
+
required: false,
|
|
6469
|
+
tier: "standard",
|
|
6470
|
+
},
|
|
6471
|
+
{
|
|
6472
|
+
addonService: "f5xc_securemesh_advanced",
|
|
6473
|
+
displayName: "F5XC Securemesh Advanced",
|
|
6474
|
+
required: false,
|
|
6475
|
+
tier: "advanced",
|
|
6476
|
+
},
|
|
6477
|
+
],
|
|
6029
6478
|
},
|
|
6030
6479
|
{
|
|
6031
6480
|
toolName: "f5xc-api-networksecurity-network-policy-view-delete",
|
|
@@ -6075,13 +6524,6 @@ export const network_securityTools = [
|
|
|
6075
6524
|
deletes: ["network-policy-view", "contained_resources"],
|
|
6076
6525
|
},
|
|
6077
6526
|
requiredFields: ["path.name", "path.namespace"],
|
|
6078
|
-
cliExamples: [
|
|
6079
|
-
{
|
|
6080
|
-
command: "f5xcctl config network-policy-view delete {name} --namespace {namespace}",
|
|
6081
|
-
description: "Delete network-policy-view",
|
|
6082
|
-
use_case: "delete",
|
|
6083
|
-
},
|
|
6084
|
-
],
|
|
6085
6527
|
confirmationRequired: true,
|
|
6086
6528
|
parameterExamples: {
|
|
6087
6529
|
name: "Name",
|
|
@@ -6127,13 +6569,6 @@ export const network_securityTools = [
|
|
|
6127
6569
|
},
|
|
6128
6570
|
confirmation_required: true,
|
|
6129
6571
|
danger_level: "high",
|
|
6130
|
-
examples: [
|
|
6131
|
-
{
|
|
6132
|
-
command: "f5xcctl config network-policy-view delete {name} --namespace {namespace}",
|
|
6133
|
-
description: "Delete network-policy-view",
|
|
6134
|
-
use_case: "delete",
|
|
6135
|
-
},
|
|
6136
|
-
],
|
|
6137
6572
|
field_docs: {},
|
|
6138
6573
|
optional_fields: [],
|
|
6139
6574
|
performance_impact: {
|
|
@@ -6146,6 +6581,31 @@ export const network_securityTools = [
|
|
|
6146
6581
|
deletes: ["network-policy-view", "contained_resources"],
|
|
6147
6582
|
},
|
|
6148
6583
|
},
|
|
6584
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_policy_views" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
6585
|
+
dependencies: [
|
|
6586
|
+
{
|
|
6587
|
+
domain: "",
|
|
6588
|
+
fieldPath: "",
|
|
6589
|
+
inline: false,
|
|
6590
|
+
required: false,
|
|
6591
|
+
resourceType: "network-policy-view",
|
|
6592
|
+
},
|
|
6593
|
+
],
|
|
6594
|
+
oneOfGroups: [],
|
|
6595
|
+
subscriptionRequirements: [
|
|
6596
|
+
{
|
|
6597
|
+
addonService: "f5xc_securemesh_standard",
|
|
6598
|
+
displayName: "F5XC Securemesh Standard",
|
|
6599
|
+
required: false,
|
|
6600
|
+
tier: "standard",
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
addonService: "f5xc_securemesh_advanced",
|
|
6604
|
+
displayName: "F5XC Securemesh Advanced",
|
|
6605
|
+
required: false,
|
|
6606
|
+
tier: "advanced",
|
|
6607
|
+
},
|
|
6608
|
+
],
|
|
6149
6609
|
},
|
|
6150
6610
|
{
|
|
6151
6611
|
toolName: "f5xc-api-networksecurity-network-policy-view-get",
|
|
@@ -6214,13 +6674,6 @@ export const network_securityTools = [
|
|
|
6214
6674
|
dangerLevel: "low",
|
|
6215
6675
|
sideEffects: null,
|
|
6216
6676
|
requiredFields: ["path.name", "path.namespace"],
|
|
6217
|
-
cliExamples: [
|
|
6218
|
-
{
|
|
6219
|
-
command: "f5xcctl config network-policy-view get {name} --namespace {namespace}",
|
|
6220
|
-
description: "Get specific network-policy-view",
|
|
6221
|
-
use_case: "get_specific",
|
|
6222
|
-
},
|
|
6223
|
-
],
|
|
6224
6677
|
confirmationRequired: false,
|
|
6225
6678
|
parameterExamples: {
|
|
6226
6679
|
name: "Name",
|
|
@@ -6266,13 +6719,6 @@ export const network_securityTools = [
|
|
|
6266
6719
|
},
|
|
6267
6720
|
confirmation_required: false,
|
|
6268
6721
|
danger_level: "low",
|
|
6269
|
-
examples: [
|
|
6270
|
-
{
|
|
6271
|
-
command: "f5xcctl config network-policy-view get {name} --namespace {namespace}",
|
|
6272
|
-
description: "Get specific network-policy-view",
|
|
6273
|
-
use_case: "get_specific",
|
|
6274
|
-
},
|
|
6275
|
-
],
|
|
6276
6722
|
field_docs: {},
|
|
6277
6723
|
optional_fields: [],
|
|
6278
6724
|
performance_impact: {
|
|
@@ -6283,6 +6729,23 @@ export const network_securityTools = [
|
|
|
6283
6729
|
required_fields: ["path.name", "path.namespace"],
|
|
6284
6730
|
side_effects: {},
|
|
6285
6731
|
},
|
|
6732
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_policy_views" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
6733
|
+
dependencies: [],
|
|
6734
|
+
oneOfGroups: [],
|
|
6735
|
+
subscriptionRequirements: [
|
|
6736
|
+
{
|
|
6737
|
+
addonService: "f5xc_securemesh_standard",
|
|
6738
|
+
displayName: "F5XC Securemesh Standard",
|
|
6739
|
+
required: false,
|
|
6740
|
+
tier: "standard",
|
|
6741
|
+
},
|
|
6742
|
+
{
|
|
6743
|
+
addonService: "f5xc_securemesh_advanced",
|
|
6744
|
+
displayName: "F5XC Securemesh Advanced",
|
|
6745
|
+
required: false,
|
|
6746
|
+
tier: "advanced",
|
|
6747
|
+
},
|
|
6748
|
+
],
|
|
6286
6749
|
},
|
|
6287
6750
|
{
|
|
6288
6751
|
toolName: "f5xc-api-networksecurity-network-policy-view-list",
|
|
@@ -6357,13 +6820,6 @@ export const network_securityTools = [
|
|
|
6357
6820
|
dangerLevel: "low",
|
|
6358
6821
|
sideEffects: null,
|
|
6359
6822
|
requiredFields: ["path.namespace"],
|
|
6360
|
-
cliExamples: [
|
|
6361
|
-
{
|
|
6362
|
-
command: "f5xcctl config network-policy-view list --namespace {namespace}",
|
|
6363
|
-
description: "List all network-policy-views",
|
|
6364
|
-
use_case: "list_all",
|
|
6365
|
-
},
|
|
6366
|
-
],
|
|
6367
6823
|
confirmationRequired: false,
|
|
6368
6824
|
parameterExamples: {
|
|
6369
6825
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -6409,13 +6865,6 @@ export const network_securityTools = [
|
|
|
6409
6865
|
},
|
|
6410
6866
|
confirmation_required: false,
|
|
6411
6867
|
danger_level: "low",
|
|
6412
|
-
examples: [
|
|
6413
|
-
{
|
|
6414
|
-
command: "f5xcctl config network-policy-view list --namespace {namespace}",
|
|
6415
|
-
description: "List all network-policy-views",
|
|
6416
|
-
use_case: "list_all",
|
|
6417
|
-
},
|
|
6418
|
-
],
|
|
6419
6868
|
field_docs: {},
|
|
6420
6869
|
optional_fields: [],
|
|
6421
6870
|
performance_impact: {
|
|
@@ -6426,6 +6875,23 @@ export const network_securityTools = [
|
|
|
6426
6875
|
required_fields: ["path.namespace"],
|
|
6427
6876
|
side_effects: {},
|
|
6428
6877
|
},
|
|
6878
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_policy_views" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
6879
|
+
dependencies: [],
|
|
6880
|
+
oneOfGroups: [],
|
|
6881
|
+
subscriptionRequirements: [
|
|
6882
|
+
{
|
|
6883
|
+
addonService: "f5xc_securemesh_standard",
|
|
6884
|
+
displayName: "F5XC Securemesh Standard",
|
|
6885
|
+
required: false,
|
|
6886
|
+
tier: "standard",
|
|
6887
|
+
},
|
|
6888
|
+
{
|
|
6889
|
+
addonService: "f5xc_securemesh_advanced",
|
|
6890
|
+
displayName: "F5XC Securemesh Advanced",
|
|
6891
|
+
required: false,
|
|
6892
|
+
tier: "advanced",
|
|
6893
|
+
},
|
|
6894
|
+
],
|
|
6429
6895
|
},
|
|
6430
6896
|
{
|
|
6431
6897
|
toolName: "f5xc-api-networksecurity-network-policy-view-update",
|
|
@@ -6477,13 +6943,6 @@ export const network_securityTools = [
|
|
|
6477
6943
|
modifies: ["network-policy-view"],
|
|
6478
6944
|
},
|
|
6479
6945
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
6480
|
-
cliExamples: [
|
|
6481
|
-
{
|
|
6482
|
-
command: "f5xcctl config network-policy-view update {name} --namespace {namespace} -f {file}.yaml",
|
|
6483
|
-
description: "Update network-policy-view",
|
|
6484
|
-
use_case: "update",
|
|
6485
|
-
},
|
|
6486
|
-
],
|
|
6487
6946
|
confirmationRequired: false,
|
|
6488
6947
|
parameterExamples: {
|
|
6489
6948
|
"metadata.name": "Example-corp-web.",
|
|
@@ -6529,13 +6988,6 @@ export const network_securityTools = [
|
|
|
6529
6988
|
},
|
|
6530
6989
|
confirmation_required: false,
|
|
6531
6990
|
danger_level: "medium",
|
|
6532
|
-
examples: [
|
|
6533
|
-
{
|
|
6534
|
-
command: "f5xcctl config network-policy-view update {name} --namespace {namespace} -f {file}.yaml",
|
|
6535
|
-
description: "Update network-policy-view",
|
|
6536
|
-
use_case: "update",
|
|
6537
|
-
},
|
|
6538
|
-
],
|
|
6539
6991
|
field_docs: {},
|
|
6540
6992
|
optional_fields: [],
|
|
6541
6993
|
performance_impact: {
|
|
@@ -6548,6 +7000,45 @@ export const network_securityTools = [
|
|
|
6548
7000
|
modifies: ["network-policy-view"],
|
|
6549
7001
|
},
|
|
6550
7002
|
},
|
|
7003
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_policy_views" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7004
|
+
dependencies: [
|
|
7005
|
+
{
|
|
7006
|
+
domain: "",
|
|
7007
|
+
fieldPath: "",
|
|
7008
|
+
inline: false,
|
|
7009
|
+
required: false,
|
|
7010
|
+
resourceType: "network-policy-view",
|
|
7011
|
+
},
|
|
7012
|
+
{
|
|
7013
|
+
domain: "",
|
|
7014
|
+
fieldPath: "metadata",
|
|
7015
|
+
inline: false,
|
|
7016
|
+
required: false,
|
|
7017
|
+
resourceType: "schema-object-replace-meta",
|
|
7018
|
+
},
|
|
7019
|
+
{
|
|
7020
|
+
domain: "",
|
|
7021
|
+
fieldPath: "spec",
|
|
7022
|
+
inline: false,
|
|
7023
|
+
required: false,
|
|
7024
|
+
resourceType: "viewsnetwork-policy-view-replace",
|
|
7025
|
+
},
|
|
7026
|
+
],
|
|
7027
|
+
oneOfGroups: [],
|
|
7028
|
+
subscriptionRequirements: [
|
|
7029
|
+
{
|
|
7030
|
+
addonService: "f5xc_securemesh_standard",
|
|
7031
|
+
displayName: "F5XC Securemesh Standard",
|
|
7032
|
+
required: false,
|
|
7033
|
+
tier: "standard",
|
|
7034
|
+
},
|
|
7035
|
+
{
|
|
7036
|
+
addonService: "f5xc_securemesh_advanced",
|
|
7037
|
+
displayName: "F5XC Securemesh Advanced",
|
|
7038
|
+
required: false,
|
|
7039
|
+
tier: "advanced",
|
|
7040
|
+
},
|
|
7041
|
+
],
|
|
6551
7042
|
},
|
|
6552
7043
|
{
|
|
6553
7044
|
toolName: "f5xc-api-networksecurity-policy-based-routing-create",
|
|
@@ -6588,18 +7079,6 @@ export const network_securityTools = [
|
|
|
6588
7079
|
creates: ["policy-based-routing"],
|
|
6589
7080
|
},
|
|
6590
7081
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
6591
|
-
cliExamples: [
|
|
6592
|
-
{
|
|
6593
|
-
command: "f5xcctl config policy-based-routing create -f {file}.yaml",
|
|
6594
|
-
description: "Create from YAML file",
|
|
6595
|
-
use_case: "file_based",
|
|
6596
|
-
},
|
|
6597
|
-
{
|
|
6598
|
-
command: "f5xcctl config policy-based-routing create {name} --namespace {namespace}",
|
|
6599
|
-
description: "Create policy-based-routing",
|
|
6600
|
-
use_case: "basic_create",
|
|
6601
|
-
},
|
|
6602
|
-
],
|
|
6603
7082
|
confirmationRequired: false,
|
|
6604
7083
|
parameterExamples: {
|
|
6605
7084
|
"metadata.namespace": "Staging",
|
|
@@ -6647,18 +7126,6 @@ export const network_securityTools = [
|
|
|
6647
7126
|
},
|
|
6648
7127
|
confirmation_required: false,
|
|
6649
7128
|
danger_level: "medium",
|
|
6650
|
-
examples: [
|
|
6651
|
-
{
|
|
6652
|
-
command: "f5xcctl config policy-based-routing create {name} --namespace {namespace}",
|
|
6653
|
-
description: "Create policy-based-routing",
|
|
6654
|
-
use_case: "basic_create",
|
|
6655
|
-
},
|
|
6656
|
-
{
|
|
6657
|
-
command: "f5xcctl config policy-based-routing create -f {file}.yaml",
|
|
6658
|
-
description: "Create from YAML file",
|
|
6659
|
-
use_case: "file_based",
|
|
6660
|
-
},
|
|
6661
|
-
],
|
|
6662
7129
|
field_docs: {},
|
|
6663
7130
|
optional_fields: [],
|
|
6664
7131
|
performance_impact: {
|
|
@@ -6671,6 +7138,45 @@ export const network_securityTools = [
|
|
|
6671
7138
|
creates: ["policy-based-routing"],
|
|
6672
7139
|
},
|
|
6673
7140
|
},
|
|
7141
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/policy_based_routings" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7142
|
+
dependencies: [
|
|
7143
|
+
{
|
|
7144
|
+
domain: "",
|
|
7145
|
+
fieldPath: "",
|
|
7146
|
+
inline: false,
|
|
7147
|
+
required: false,
|
|
7148
|
+
resourceType: "policy-based-routing",
|
|
7149
|
+
},
|
|
7150
|
+
{
|
|
7151
|
+
domain: "",
|
|
7152
|
+
fieldPath: "metadata",
|
|
7153
|
+
inline: false,
|
|
7154
|
+
required: false,
|
|
7155
|
+
resourceType: "schema-object-create-meta",
|
|
7156
|
+
},
|
|
7157
|
+
{
|
|
7158
|
+
domain: "",
|
|
7159
|
+
fieldPath: "spec",
|
|
7160
|
+
inline: false,
|
|
7161
|
+
required: false,
|
|
7162
|
+
resourceType: "viewspolicy-based-routing-create",
|
|
7163
|
+
},
|
|
7164
|
+
],
|
|
7165
|
+
oneOfGroups: [],
|
|
7166
|
+
subscriptionRequirements: [
|
|
7167
|
+
{
|
|
7168
|
+
addonService: "f5xc_securemesh_standard",
|
|
7169
|
+
displayName: "F5XC Securemesh Standard",
|
|
7170
|
+
required: false,
|
|
7171
|
+
tier: "standard",
|
|
7172
|
+
},
|
|
7173
|
+
{
|
|
7174
|
+
addonService: "f5xc_securemesh_advanced",
|
|
7175
|
+
displayName: "F5XC Securemesh Advanced",
|
|
7176
|
+
required: false,
|
|
7177
|
+
tier: "advanced",
|
|
7178
|
+
},
|
|
7179
|
+
],
|
|
6674
7180
|
},
|
|
6675
7181
|
{
|
|
6676
7182
|
toolName: "f5xc-api-networksecurity-policy-based-routing-delete",
|
|
@@ -6720,13 +7226,6 @@ export const network_securityTools = [
|
|
|
6720
7226
|
deletes: ["policy-based-routing", "contained_resources"],
|
|
6721
7227
|
},
|
|
6722
7228
|
requiredFields: ["path.name", "path.namespace"],
|
|
6723
|
-
cliExamples: [
|
|
6724
|
-
{
|
|
6725
|
-
command: "f5xcctl config policy-based-routing delete {name} --namespace {namespace}",
|
|
6726
|
-
description: "Delete policy-based-routing",
|
|
6727
|
-
use_case: "delete",
|
|
6728
|
-
},
|
|
6729
|
-
],
|
|
6730
7229
|
confirmationRequired: true,
|
|
6731
7230
|
parameterExamples: {
|
|
6732
7231
|
name: "Name",
|
|
@@ -6772,13 +7271,6 @@ export const network_securityTools = [
|
|
|
6772
7271
|
},
|
|
6773
7272
|
confirmation_required: true,
|
|
6774
7273
|
danger_level: "high",
|
|
6775
|
-
examples: [
|
|
6776
|
-
{
|
|
6777
|
-
command: "f5xcctl config policy-based-routing delete {name} --namespace {namespace}",
|
|
6778
|
-
description: "Delete policy-based-routing",
|
|
6779
|
-
use_case: "delete",
|
|
6780
|
-
},
|
|
6781
|
-
],
|
|
6782
7274
|
field_docs: {},
|
|
6783
7275
|
optional_fields: [],
|
|
6784
7276
|
performance_impact: {
|
|
@@ -6791,6 +7283,31 @@ export const network_securityTools = [
|
|
|
6791
7283
|
deletes: ["policy-based-routing", "contained_resources"],
|
|
6792
7284
|
},
|
|
6793
7285
|
},
|
|
7286
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/policy_based_routings" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7287
|
+
dependencies: [
|
|
7288
|
+
{
|
|
7289
|
+
domain: "",
|
|
7290
|
+
fieldPath: "",
|
|
7291
|
+
inline: false,
|
|
7292
|
+
required: false,
|
|
7293
|
+
resourceType: "policy-based-routing",
|
|
7294
|
+
},
|
|
7295
|
+
],
|
|
7296
|
+
oneOfGroups: [],
|
|
7297
|
+
subscriptionRequirements: [
|
|
7298
|
+
{
|
|
7299
|
+
addonService: "f5xc_securemesh_standard",
|
|
7300
|
+
displayName: "F5XC Securemesh Standard",
|
|
7301
|
+
required: false,
|
|
7302
|
+
tier: "standard",
|
|
7303
|
+
},
|
|
7304
|
+
{
|
|
7305
|
+
addonService: "f5xc_securemesh_advanced",
|
|
7306
|
+
displayName: "F5XC Securemesh Advanced",
|
|
7307
|
+
required: false,
|
|
7308
|
+
tier: "advanced",
|
|
7309
|
+
},
|
|
7310
|
+
],
|
|
6794
7311
|
},
|
|
6795
7312
|
{
|
|
6796
7313
|
toolName: "f5xc-api-networksecurity-policy-based-routing-get",
|
|
@@ -6859,13 +7376,6 @@ export const network_securityTools = [
|
|
|
6859
7376
|
dangerLevel: "low",
|
|
6860
7377
|
sideEffects: null,
|
|
6861
7378
|
requiredFields: ["path.name", "path.namespace"],
|
|
6862
|
-
cliExamples: [
|
|
6863
|
-
{
|
|
6864
|
-
command: "f5xcctl config policy-based-routing get {name} --namespace {namespace}",
|
|
6865
|
-
description: "Get specific policy-based-routing",
|
|
6866
|
-
use_case: "get_specific",
|
|
6867
|
-
},
|
|
6868
|
-
],
|
|
6869
7379
|
confirmationRequired: false,
|
|
6870
7380
|
parameterExamples: {
|
|
6871
7381
|
name: "Name",
|
|
@@ -6911,13 +7421,6 @@ export const network_securityTools = [
|
|
|
6911
7421
|
},
|
|
6912
7422
|
confirmation_required: false,
|
|
6913
7423
|
danger_level: "low",
|
|
6914
|
-
examples: [
|
|
6915
|
-
{
|
|
6916
|
-
command: "f5xcctl config policy-based-routing get {name} --namespace {namespace}",
|
|
6917
|
-
description: "Get specific policy-based-routing",
|
|
6918
|
-
use_case: "get_specific",
|
|
6919
|
-
},
|
|
6920
|
-
],
|
|
6921
7424
|
field_docs: {},
|
|
6922
7425
|
optional_fields: [],
|
|
6923
7426
|
performance_impact: {
|
|
@@ -6928,6 +7431,23 @@ export const network_securityTools = [
|
|
|
6928
7431
|
required_fields: ["path.name", "path.namespace"],
|
|
6929
7432
|
side_effects: {},
|
|
6930
7433
|
},
|
|
7434
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/policy_based_routings" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7435
|
+
dependencies: [],
|
|
7436
|
+
oneOfGroups: [],
|
|
7437
|
+
subscriptionRequirements: [
|
|
7438
|
+
{
|
|
7439
|
+
addonService: "f5xc_securemesh_standard",
|
|
7440
|
+
displayName: "F5XC Securemesh Standard",
|
|
7441
|
+
required: false,
|
|
7442
|
+
tier: "standard",
|
|
7443
|
+
},
|
|
7444
|
+
{
|
|
7445
|
+
addonService: "f5xc_securemesh_advanced",
|
|
7446
|
+
displayName: "F5XC Securemesh Advanced",
|
|
7447
|
+
required: false,
|
|
7448
|
+
tier: "advanced",
|
|
7449
|
+
},
|
|
7450
|
+
],
|
|
6931
7451
|
},
|
|
6932
7452
|
{
|
|
6933
7453
|
toolName: "f5xc-api-networksecurity-policy-based-routing-list",
|
|
@@ -7002,13 +7522,6 @@ export const network_securityTools = [
|
|
|
7002
7522
|
dangerLevel: "low",
|
|
7003
7523
|
sideEffects: null,
|
|
7004
7524
|
requiredFields: ["path.namespace"],
|
|
7005
|
-
cliExamples: [
|
|
7006
|
-
{
|
|
7007
|
-
command: "f5xcctl config policy-based-routing list --namespace {namespace}",
|
|
7008
|
-
description: "List all policy-based-routings",
|
|
7009
|
-
use_case: "list_all",
|
|
7010
|
-
},
|
|
7011
|
-
],
|
|
7012
7525
|
confirmationRequired: false,
|
|
7013
7526
|
parameterExamples: {
|
|
7014
7527
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -7054,13 +7567,6 @@ export const network_securityTools = [
|
|
|
7054
7567
|
},
|
|
7055
7568
|
confirmation_required: false,
|
|
7056
7569
|
danger_level: "low",
|
|
7057
|
-
examples: [
|
|
7058
|
-
{
|
|
7059
|
-
command: "f5xcctl config policy-based-routing list --namespace {namespace}",
|
|
7060
|
-
description: "List all policy-based-routings",
|
|
7061
|
-
use_case: "list_all",
|
|
7062
|
-
},
|
|
7063
|
-
],
|
|
7064
7570
|
field_docs: {},
|
|
7065
7571
|
optional_fields: [],
|
|
7066
7572
|
performance_impact: {
|
|
@@ -7071,6 +7577,23 @@ export const network_securityTools = [
|
|
|
7071
7577
|
required_fields: ["path.namespace"],
|
|
7072
7578
|
side_effects: {},
|
|
7073
7579
|
},
|
|
7580
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/policy_based_routings" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7581
|
+
dependencies: [],
|
|
7582
|
+
oneOfGroups: [],
|
|
7583
|
+
subscriptionRequirements: [
|
|
7584
|
+
{
|
|
7585
|
+
addonService: "f5xc_securemesh_standard",
|
|
7586
|
+
displayName: "F5XC Securemesh Standard",
|
|
7587
|
+
required: false,
|
|
7588
|
+
tier: "standard",
|
|
7589
|
+
},
|
|
7590
|
+
{
|
|
7591
|
+
addonService: "f5xc_securemesh_advanced",
|
|
7592
|
+
displayName: "F5XC Securemesh Advanced",
|
|
7593
|
+
required: false,
|
|
7594
|
+
tier: "advanced",
|
|
7595
|
+
},
|
|
7596
|
+
],
|
|
7074
7597
|
},
|
|
7075
7598
|
{
|
|
7076
7599
|
toolName: "f5xc-api-networksecurity-policy-based-routing-update",
|
|
@@ -7122,13 +7645,6 @@ export const network_securityTools = [
|
|
|
7122
7645
|
modifies: ["policy-based-routing"],
|
|
7123
7646
|
},
|
|
7124
7647
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
7125
|
-
cliExamples: [
|
|
7126
|
-
{
|
|
7127
|
-
command: "f5xcctl config policy-based-routing update {name} --namespace {namespace} -f {file}.yaml",
|
|
7128
|
-
description: "Update policy-based-routing",
|
|
7129
|
-
use_case: "update",
|
|
7130
|
-
},
|
|
7131
|
-
],
|
|
7132
7648
|
confirmationRequired: false,
|
|
7133
7649
|
parameterExamples: {
|
|
7134
7650
|
"metadata.name": "Example-corp-web.",
|
|
@@ -7174,13 +7690,6 @@ export const network_securityTools = [
|
|
|
7174
7690
|
},
|
|
7175
7691
|
confirmation_required: false,
|
|
7176
7692
|
danger_level: "medium",
|
|
7177
|
-
examples: [
|
|
7178
|
-
{
|
|
7179
|
-
command: "f5xcctl config policy-based-routing update {name} --namespace {namespace} -f {file}.yaml",
|
|
7180
|
-
description: "Update policy-based-routing",
|
|
7181
|
-
use_case: "update",
|
|
7182
|
-
},
|
|
7183
|
-
],
|
|
7184
7693
|
field_docs: {},
|
|
7185
7694
|
optional_fields: [],
|
|
7186
7695
|
performance_impact: {
|
|
@@ -7193,6 +7702,45 @@ export const network_securityTools = [
|
|
|
7193
7702
|
modifies: ["policy-based-routing"],
|
|
7194
7703
|
},
|
|
7195
7704
|
},
|
|
7705
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/policy_based_routings" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7706
|
+
dependencies: [
|
|
7707
|
+
{
|
|
7708
|
+
domain: "",
|
|
7709
|
+
fieldPath: "",
|
|
7710
|
+
inline: false,
|
|
7711
|
+
required: false,
|
|
7712
|
+
resourceType: "policy-based-routing",
|
|
7713
|
+
},
|
|
7714
|
+
{
|
|
7715
|
+
domain: "",
|
|
7716
|
+
fieldPath: "metadata",
|
|
7717
|
+
inline: false,
|
|
7718
|
+
required: false,
|
|
7719
|
+
resourceType: "schema-object-replace-meta",
|
|
7720
|
+
},
|
|
7721
|
+
{
|
|
7722
|
+
domain: "",
|
|
7723
|
+
fieldPath: "spec",
|
|
7724
|
+
inline: false,
|
|
7725
|
+
required: false,
|
|
7726
|
+
resourceType: "viewspolicy-based-routing-replace",
|
|
7727
|
+
},
|
|
7728
|
+
],
|
|
7729
|
+
oneOfGroups: [],
|
|
7730
|
+
subscriptionRequirements: [
|
|
7731
|
+
{
|
|
7732
|
+
addonService: "f5xc_securemesh_standard",
|
|
7733
|
+
displayName: "F5XC Securemesh Standard",
|
|
7734
|
+
required: false,
|
|
7735
|
+
tier: "standard",
|
|
7736
|
+
},
|
|
7737
|
+
{
|
|
7738
|
+
addonService: "f5xc_securemesh_advanced",
|
|
7739
|
+
displayName: "F5XC Securemesh Advanced",
|
|
7740
|
+
required: false,
|
|
7741
|
+
tier: "advanced",
|
|
7742
|
+
},
|
|
7743
|
+
],
|
|
7196
7744
|
},
|
|
7197
7745
|
{
|
|
7198
7746
|
toolName: "f5xc-api-networksecurity-segment-connection-get",
|
|
@@ -7260,13 +7808,6 @@ export const network_securityTools = [
|
|
|
7260
7808
|
dangerLevel: "low",
|
|
7261
7809
|
sideEffects: null,
|
|
7262
7810
|
requiredFields: ["path.name", "path.namespace"],
|
|
7263
|
-
cliExamples: [
|
|
7264
|
-
{
|
|
7265
|
-
command: "f5xcctl config segment-connection get {name} --namespace {namespace}",
|
|
7266
|
-
description: "Get specific segment-connection",
|
|
7267
|
-
use_case: "get_specific",
|
|
7268
|
-
},
|
|
7269
|
-
],
|
|
7270
7811
|
confirmationRequired: false,
|
|
7271
7812
|
parameterExamples: {
|
|
7272
7813
|
name: "Name",
|
|
@@ -7312,13 +7853,6 @@ export const network_securityTools = [
|
|
|
7312
7853
|
},
|
|
7313
7854
|
confirmation_required: false,
|
|
7314
7855
|
danger_level: "low",
|
|
7315
|
-
examples: [
|
|
7316
|
-
{
|
|
7317
|
-
command: "f5xcctl config segment-connection get {name} --namespace {namespace}",
|
|
7318
|
-
description: "Get specific segment-connection",
|
|
7319
|
-
use_case: "get_specific",
|
|
7320
|
-
},
|
|
7321
|
-
],
|
|
7322
7856
|
field_docs: {},
|
|
7323
7857
|
optional_fields: [],
|
|
7324
7858
|
performance_impact: {
|
|
@@ -7329,6 +7863,23 @@ export const network_securityTools = [
|
|
|
7329
7863
|
required_fields: ["path.name", "path.namespace"],
|
|
7330
7864
|
side_effects: {},
|
|
7331
7865
|
},
|
|
7866
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/segment_connections" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
7867
|
+
dependencies: [],
|
|
7868
|
+
oneOfGroups: [],
|
|
7869
|
+
subscriptionRequirements: [
|
|
7870
|
+
{
|
|
7871
|
+
addonService: "f5xc_securemesh_standard",
|
|
7872
|
+
displayName: "F5XC Securemesh Standard",
|
|
7873
|
+
required: false,
|
|
7874
|
+
tier: "standard",
|
|
7875
|
+
},
|
|
7876
|
+
{
|
|
7877
|
+
addonService: "f5xc_securemesh_advanced",
|
|
7878
|
+
displayName: "F5XC Securemesh Advanced",
|
|
7879
|
+
required: false,
|
|
7880
|
+
tier: "advanced",
|
|
7881
|
+
},
|
|
7882
|
+
],
|
|
7332
7883
|
},
|
|
7333
7884
|
{
|
|
7334
7885
|
toolName: "f5xc-api-networksecurity-segment-connection-list",
|
|
@@ -7403,13 +7954,6 @@ export const network_securityTools = [
|
|
|
7403
7954
|
dangerLevel: "low",
|
|
7404
7955
|
sideEffects: null,
|
|
7405
7956
|
requiredFields: ["path.namespace"],
|
|
7406
|
-
cliExamples: [
|
|
7407
|
-
{
|
|
7408
|
-
command: "f5xcctl config segment-connection list --namespace {namespace}",
|
|
7409
|
-
description: "List all segment-connections",
|
|
7410
|
-
use_case: "list_all",
|
|
7411
|
-
},
|
|
7412
|
-
],
|
|
7413
7957
|
confirmationRequired: false,
|
|
7414
7958
|
parameterExamples: {
|
|
7415
7959
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -7455,13 +7999,6 @@ export const network_securityTools = [
|
|
|
7455
7999
|
},
|
|
7456
8000
|
confirmation_required: false,
|
|
7457
8001
|
danger_level: "low",
|
|
7458
|
-
examples: [
|
|
7459
|
-
{
|
|
7460
|
-
command: "f5xcctl config segment-connection list --namespace {namespace}",
|
|
7461
|
-
description: "List all segment-connections",
|
|
7462
|
-
use_case: "list_all",
|
|
7463
|
-
},
|
|
7464
|
-
],
|
|
7465
8002
|
field_docs: {},
|
|
7466
8003
|
optional_fields: [],
|
|
7467
8004
|
performance_impact: {
|
|
@@ -7472,6 +8009,23 @@ export const network_securityTools = [
|
|
|
7472
8009
|
required_fields: ["path.namespace"],
|
|
7473
8010
|
side_effects: {},
|
|
7474
8011
|
},
|
|
8012
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/segment_connections" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
8013
|
+
dependencies: [],
|
|
8014
|
+
oneOfGroups: [],
|
|
8015
|
+
subscriptionRequirements: [
|
|
8016
|
+
{
|
|
8017
|
+
addonService: "f5xc_securemesh_standard",
|
|
8018
|
+
displayName: "F5XC Securemesh Standard",
|
|
8019
|
+
required: false,
|
|
8020
|
+
tier: "standard",
|
|
8021
|
+
},
|
|
8022
|
+
{
|
|
8023
|
+
addonService: "f5xc_securemesh_advanced",
|
|
8024
|
+
displayName: "F5XC Securemesh Advanced",
|
|
8025
|
+
required: false,
|
|
8026
|
+
tier: "advanced",
|
|
8027
|
+
},
|
|
8028
|
+
],
|
|
7475
8029
|
},
|
|
7476
8030
|
{
|
|
7477
8031
|
toolName: "f5xc-api-networksecurity-segment-connection-update",
|
|
@@ -7523,13 +8077,6 @@ export const network_securityTools = [
|
|
|
7523
8077
|
modifies: ["segment-connection"],
|
|
7524
8078
|
},
|
|
7525
8079
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
7526
|
-
cliExamples: [
|
|
7527
|
-
{
|
|
7528
|
-
command: "f5xcctl config segment-connection update {name} --namespace {namespace} -f {file}.yaml",
|
|
7529
|
-
description: "Update segment-connection",
|
|
7530
|
-
use_case: "update",
|
|
7531
|
-
},
|
|
7532
|
-
],
|
|
7533
8080
|
confirmationRequired: false,
|
|
7534
8081
|
parameterExamples: {
|
|
7535
8082
|
"metadata.name": "Example-corp-web.",
|
|
@@ -7575,13 +8122,6 @@ export const network_securityTools = [
|
|
|
7575
8122
|
},
|
|
7576
8123
|
confirmation_required: false,
|
|
7577
8124
|
danger_level: "medium",
|
|
7578
|
-
examples: [
|
|
7579
|
-
{
|
|
7580
|
-
command: "f5xcctl config segment-connection update {name} --namespace {namespace} -f {file}.yaml",
|
|
7581
|
-
description: "Update segment-connection",
|
|
7582
|
-
use_case: "update",
|
|
7583
|
-
},
|
|
7584
|
-
],
|
|
7585
8125
|
field_docs: {},
|
|
7586
8126
|
optional_fields: [],
|
|
7587
8127
|
performance_impact: {
|
|
@@ -7594,6 +8134,45 @@ export const network_securityTools = [
|
|
|
7594
8134
|
modifies: ["segment-connection"],
|
|
7595
8135
|
},
|
|
7596
8136
|
},
|
|
8137
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/segment_connections" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
8138
|
+
dependencies: [
|
|
8139
|
+
{
|
|
8140
|
+
domain: "",
|
|
8141
|
+
fieldPath: "",
|
|
8142
|
+
inline: false,
|
|
8143
|
+
required: false,
|
|
8144
|
+
resourceType: "segment-connection",
|
|
8145
|
+
},
|
|
8146
|
+
{
|
|
8147
|
+
domain: "",
|
|
8148
|
+
fieldPath: "metadata",
|
|
8149
|
+
inline: false,
|
|
8150
|
+
required: false,
|
|
8151
|
+
resourceType: "schema-object-replace-meta",
|
|
8152
|
+
},
|
|
8153
|
+
{
|
|
8154
|
+
domain: "",
|
|
8155
|
+
fieldPath: "spec",
|
|
8156
|
+
inline: false,
|
|
8157
|
+
required: false,
|
|
8158
|
+
resourceType: "segment-connection-replace",
|
|
8159
|
+
},
|
|
8160
|
+
],
|
|
8161
|
+
oneOfGroups: [],
|
|
8162
|
+
subscriptionRequirements: [
|
|
8163
|
+
{
|
|
8164
|
+
addonService: "f5xc_securemesh_standard",
|
|
8165
|
+
displayName: "F5XC Securemesh Standard",
|
|
8166
|
+
required: false,
|
|
8167
|
+
tier: "standard",
|
|
8168
|
+
},
|
|
8169
|
+
{
|
|
8170
|
+
addonService: "f5xc_securemesh_advanced",
|
|
8171
|
+
displayName: "F5XC Securemesh Advanced",
|
|
8172
|
+
required: false,
|
|
8173
|
+
tier: "advanced",
|
|
8174
|
+
},
|
|
8175
|
+
],
|
|
7597
8176
|
},
|
|
7598
8177
|
{
|
|
7599
8178
|
toolName: "f5xc-api-networksecurity-segment-create",
|
|
@@ -7634,18 +8213,6 @@ export const network_securityTools = [
|
|
|
7634
8213
|
creates: ["segment"],
|
|
7635
8214
|
},
|
|
7636
8215
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
7637
|
-
cliExamples: [
|
|
7638
|
-
{
|
|
7639
|
-
command: "f5xcctl config segment create -f {file}.yaml",
|
|
7640
|
-
description: "Create from YAML file",
|
|
7641
|
-
use_case: "file_based",
|
|
7642
|
-
},
|
|
7643
|
-
{
|
|
7644
|
-
command: "f5xcctl config segment create {name} --namespace {namespace}",
|
|
7645
|
-
description: "Create segment",
|
|
7646
|
-
use_case: "basic_create",
|
|
7647
|
-
},
|
|
7648
|
-
],
|
|
7649
8216
|
confirmationRequired: false,
|
|
7650
8217
|
parameterExamples: {
|
|
7651
8218
|
"metadata.namespace": "Staging",
|
|
@@ -7690,18 +8257,6 @@ export const network_securityTools = [
|
|
|
7690
8257
|
},
|
|
7691
8258
|
confirmation_required: false,
|
|
7692
8259
|
danger_level: "medium",
|
|
7693
|
-
examples: [
|
|
7694
|
-
{
|
|
7695
|
-
command: "f5xcctl config segment create {name} --namespace {namespace}",
|
|
7696
|
-
description: "Create segment",
|
|
7697
|
-
use_case: "basic_create",
|
|
7698
|
-
},
|
|
7699
|
-
{
|
|
7700
|
-
command: "f5xcctl config segment create -f {file}.yaml",
|
|
7701
|
-
description: "Create from YAML file",
|
|
7702
|
-
use_case: "file_based",
|
|
7703
|
-
},
|
|
7704
|
-
],
|
|
7705
8260
|
field_docs: {},
|
|
7706
8261
|
optional_fields: [],
|
|
7707
8262
|
performance_impact: {
|
|
@@ -7714,6 +8269,45 @@ export const network_securityTools = [
|
|
|
7714
8269
|
creates: ["segment"],
|
|
7715
8270
|
},
|
|
7716
8271
|
},
|
|
8272
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/segments" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
8273
|
+
dependencies: [
|
|
8274
|
+
{
|
|
8275
|
+
domain: "",
|
|
8276
|
+
fieldPath: "",
|
|
8277
|
+
inline: false,
|
|
8278
|
+
required: false,
|
|
8279
|
+
resourceType: "segment",
|
|
8280
|
+
},
|
|
8281
|
+
{
|
|
8282
|
+
domain: "",
|
|
8283
|
+
fieldPath: "metadata",
|
|
8284
|
+
inline: false,
|
|
8285
|
+
required: false,
|
|
8286
|
+
resourceType: "schema-object-create-meta",
|
|
8287
|
+
},
|
|
8288
|
+
{
|
|
8289
|
+
domain: "",
|
|
8290
|
+
fieldPath: "spec",
|
|
8291
|
+
inline: false,
|
|
8292
|
+
required: false,
|
|
8293
|
+
resourceType: "schemasegment-create",
|
|
8294
|
+
},
|
|
8295
|
+
],
|
|
8296
|
+
oneOfGroups: [],
|
|
8297
|
+
subscriptionRequirements: [
|
|
8298
|
+
{
|
|
8299
|
+
addonService: "f5xc_securemesh_standard",
|
|
8300
|
+
displayName: "F5XC Securemesh Standard",
|
|
8301
|
+
required: false,
|
|
8302
|
+
tier: "standard",
|
|
8303
|
+
},
|
|
8304
|
+
{
|
|
8305
|
+
addonService: "f5xc_securemesh_advanced",
|
|
8306
|
+
displayName: "F5XC Securemesh Advanced",
|
|
8307
|
+
required: false,
|
|
8308
|
+
tier: "advanced",
|
|
8309
|
+
},
|
|
8310
|
+
],
|
|
7717
8311
|
},
|
|
7718
8312
|
{
|
|
7719
8313
|
toolName: "f5xc-api-networksecurity-segment-delete",
|
|
@@ -7763,13 +8357,6 @@ export const network_securityTools = [
|
|
|
7763
8357
|
deletes: ["segment", "contained_resources"],
|
|
7764
8358
|
},
|
|
7765
8359
|
requiredFields: ["path.name", "path.namespace"],
|
|
7766
|
-
cliExamples: [
|
|
7767
|
-
{
|
|
7768
|
-
command: "f5xcctl config segment delete {name} --namespace {namespace}",
|
|
7769
|
-
description: "Delete segment",
|
|
7770
|
-
use_case: "delete",
|
|
7771
|
-
},
|
|
7772
|
-
],
|
|
7773
8360
|
confirmationRequired: true,
|
|
7774
8361
|
parameterExamples: {
|
|
7775
8362
|
name: "Name",
|
|
@@ -7815,13 +8402,6 @@ export const network_securityTools = [
|
|
|
7815
8402
|
},
|
|
7816
8403
|
confirmation_required: true,
|
|
7817
8404
|
danger_level: "high",
|
|
7818
|
-
examples: [
|
|
7819
|
-
{
|
|
7820
|
-
command: "f5xcctl config segment delete {name} --namespace {namespace}",
|
|
7821
|
-
description: "Delete segment",
|
|
7822
|
-
use_case: "delete",
|
|
7823
|
-
},
|
|
7824
|
-
],
|
|
7825
8405
|
field_docs: {},
|
|
7826
8406
|
optional_fields: [],
|
|
7827
8407
|
performance_impact: {
|
|
@@ -7834,6 +8414,31 @@ export const network_securityTools = [
|
|
|
7834
8414
|
deletes: ["segment", "contained_resources"],
|
|
7835
8415
|
},
|
|
7836
8416
|
},
|
|
8417
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/segments" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
8418
|
+
dependencies: [
|
|
8419
|
+
{
|
|
8420
|
+
domain: "",
|
|
8421
|
+
fieldPath: "",
|
|
8422
|
+
inline: false,
|
|
8423
|
+
required: false,
|
|
8424
|
+
resourceType: "segment",
|
|
8425
|
+
},
|
|
8426
|
+
],
|
|
8427
|
+
oneOfGroups: [],
|
|
8428
|
+
subscriptionRequirements: [
|
|
8429
|
+
{
|
|
8430
|
+
addonService: "f5xc_securemesh_standard",
|
|
8431
|
+
displayName: "F5XC Securemesh Standard",
|
|
8432
|
+
required: false,
|
|
8433
|
+
tier: "standard",
|
|
8434
|
+
},
|
|
8435
|
+
{
|
|
8436
|
+
addonService: "f5xc_securemesh_advanced",
|
|
8437
|
+
displayName: "F5XC Securemesh Advanced",
|
|
8438
|
+
required: false,
|
|
8439
|
+
tier: "advanced",
|
|
8440
|
+
},
|
|
8441
|
+
],
|
|
7837
8442
|
},
|
|
7838
8443
|
{
|
|
7839
8444
|
toolName: "f5xc-api-networksecurity-segment-get",
|
|
@@ -7902,13 +8507,6 @@ export const network_securityTools = [
|
|
|
7902
8507
|
dangerLevel: "low",
|
|
7903
8508
|
sideEffects: null,
|
|
7904
8509
|
requiredFields: ["path.name", "path.namespace"],
|
|
7905
|
-
cliExamples: [
|
|
7906
|
-
{
|
|
7907
|
-
command: "f5xcctl config segment get {name} --namespace {namespace}",
|
|
7908
|
-
description: "Get specific segment",
|
|
7909
|
-
use_case: "get_specific",
|
|
7910
|
-
},
|
|
7911
|
-
],
|
|
7912
8510
|
confirmationRequired: false,
|
|
7913
8511
|
parameterExamples: {
|
|
7914
8512
|
name: "Name",
|
|
@@ -7954,13 +8552,6 @@ export const network_securityTools = [
|
|
|
7954
8552
|
},
|
|
7955
8553
|
confirmation_required: false,
|
|
7956
8554
|
danger_level: "low",
|
|
7957
|
-
examples: [
|
|
7958
|
-
{
|
|
7959
|
-
command: "f5xcctl config segment get {name} --namespace {namespace}",
|
|
7960
|
-
description: "Get specific segment",
|
|
7961
|
-
use_case: "get_specific",
|
|
7962
|
-
},
|
|
7963
|
-
],
|
|
7964
8555
|
field_docs: {},
|
|
7965
8556
|
optional_fields: [],
|
|
7966
8557
|
performance_impact: {
|
|
@@ -7971,6 +8562,23 @@ export const network_securityTools = [
|
|
|
7971
8562
|
required_fields: ["path.name", "path.namespace"],
|
|
7972
8563
|
side_effects: {},
|
|
7973
8564
|
},
|
|
8565
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/segments" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
8566
|
+
dependencies: [],
|
|
8567
|
+
oneOfGroups: [],
|
|
8568
|
+
subscriptionRequirements: [
|
|
8569
|
+
{
|
|
8570
|
+
addonService: "f5xc_securemesh_standard",
|
|
8571
|
+
displayName: "F5XC Securemesh Standard",
|
|
8572
|
+
required: false,
|
|
8573
|
+
tier: "standard",
|
|
8574
|
+
},
|
|
8575
|
+
{
|
|
8576
|
+
addonService: "f5xc_securemesh_advanced",
|
|
8577
|
+
displayName: "F5XC Securemesh Advanced",
|
|
8578
|
+
required: false,
|
|
8579
|
+
tier: "advanced",
|
|
8580
|
+
},
|
|
8581
|
+
],
|
|
7974
8582
|
},
|
|
7975
8583
|
{
|
|
7976
8584
|
toolName: "f5xc-api-networksecurity-segment-list",
|
|
@@ -8045,13 +8653,6 @@ export const network_securityTools = [
|
|
|
8045
8653
|
dangerLevel: "low",
|
|
8046
8654
|
sideEffects: null,
|
|
8047
8655
|
requiredFields: ["path.namespace"],
|
|
8048
|
-
cliExamples: [
|
|
8049
|
-
{
|
|
8050
|
-
command: "f5xcctl config segment list --namespace {namespace}",
|
|
8051
|
-
description: "List all segments",
|
|
8052
|
-
use_case: "list_all",
|
|
8053
|
-
},
|
|
8054
|
-
],
|
|
8055
8656
|
confirmationRequired: false,
|
|
8056
8657
|
parameterExamples: {
|
|
8057
8658
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -8097,13 +8698,6 @@ export const network_securityTools = [
|
|
|
8097
8698
|
},
|
|
8098
8699
|
confirmation_required: false,
|
|
8099
8700
|
danger_level: "low",
|
|
8100
|
-
examples: [
|
|
8101
|
-
{
|
|
8102
|
-
command: "f5xcctl config segment list --namespace {namespace}",
|
|
8103
|
-
description: "List all segments",
|
|
8104
|
-
use_case: "list_all",
|
|
8105
|
-
},
|
|
8106
|
-
],
|
|
8107
8701
|
field_docs: {},
|
|
8108
8702
|
optional_fields: [],
|
|
8109
8703
|
performance_impact: {
|
|
@@ -8114,6 +8708,23 @@ export const network_securityTools = [
|
|
|
8114
8708
|
required_fields: ["path.namespace"],
|
|
8115
8709
|
side_effects: {},
|
|
8116
8710
|
},
|
|
8711
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/segments" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
8712
|
+
dependencies: [],
|
|
8713
|
+
oneOfGroups: [],
|
|
8714
|
+
subscriptionRequirements: [
|
|
8715
|
+
{
|
|
8716
|
+
addonService: "f5xc_securemesh_standard",
|
|
8717
|
+
displayName: "F5XC Securemesh Standard",
|
|
8718
|
+
required: false,
|
|
8719
|
+
tier: "standard",
|
|
8720
|
+
},
|
|
8721
|
+
{
|
|
8722
|
+
addonService: "f5xc_securemesh_advanced",
|
|
8723
|
+
displayName: "F5XC Securemesh Advanced",
|
|
8724
|
+
required: false,
|
|
8725
|
+
tier: "advanced",
|
|
8726
|
+
},
|
|
8727
|
+
],
|
|
8117
8728
|
},
|
|
8118
8729
|
{
|
|
8119
8730
|
toolName: "f5xc-api-networksecurity-segment-update",
|
|
@@ -8165,13 +8776,6 @@ export const network_securityTools = [
|
|
|
8165
8776
|
modifies: ["segment"],
|
|
8166
8777
|
},
|
|
8167
8778
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
8168
|
-
cliExamples: [
|
|
8169
|
-
{
|
|
8170
|
-
command: "f5xcctl config segment update {name} --namespace {namespace} -f {file}.yaml",
|
|
8171
|
-
description: "Update segment",
|
|
8172
|
-
use_case: "update",
|
|
8173
|
-
},
|
|
8174
|
-
],
|
|
8175
8779
|
confirmationRequired: false,
|
|
8176
8780
|
parameterExamples: {
|
|
8177
8781
|
"metadata.name": "Example-corp-web.",
|
|
@@ -8217,13 +8821,6 @@ export const network_securityTools = [
|
|
|
8217
8821
|
},
|
|
8218
8822
|
confirmation_required: false,
|
|
8219
8823
|
danger_level: "medium",
|
|
8220
|
-
examples: [
|
|
8221
|
-
{
|
|
8222
|
-
command: "f5xcctl config segment update {name} --namespace {namespace} -f {file}.yaml",
|
|
8223
|
-
description: "Update segment",
|
|
8224
|
-
use_case: "update",
|
|
8225
|
-
},
|
|
8226
|
-
],
|
|
8227
8824
|
field_docs: {},
|
|
8228
8825
|
optional_fields: [],
|
|
8229
8826
|
performance_impact: {
|
|
@@ -8236,6 +8833,45 @@ export const network_securityTools = [
|
|
|
8236
8833
|
modifies: ["segment"],
|
|
8237
8834
|
},
|
|
8238
8835
|
},
|
|
8836
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/segments" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
8837
|
+
dependencies: [
|
|
8838
|
+
{
|
|
8839
|
+
domain: "",
|
|
8840
|
+
fieldPath: "",
|
|
8841
|
+
inline: false,
|
|
8842
|
+
required: false,
|
|
8843
|
+
resourceType: "segment",
|
|
8844
|
+
},
|
|
8845
|
+
{
|
|
8846
|
+
domain: "",
|
|
8847
|
+
fieldPath: "metadata",
|
|
8848
|
+
inline: false,
|
|
8849
|
+
required: false,
|
|
8850
|
+
resourceType: "schema-object-replace-meta",
|
|
8851
|
+
},
|
|
8852
|
+
{
|
|
8853
|
+
domain: "",
|
|
8854
|
+
fieldPath: "spec",
|
|
8855
|
+
inline: false,
|
|
8856
|
+
required: false,
|
|
8857
|
+
resourceType: "schemasegment-replace",
|
|
8858
|
+
},
|
|
8859
|
+
],
|
|
8860
|
+
oneOfGroups: [],
|
|
8861
|
+
subscriptionRequirements: [
|
|
8862
|
+
{
|
|
8863
|
+
addonService: "f5xc_securemesh_standard",
|
|
8864
|
+
displayName: "F5XC Securemesh Standard",
|
|
8865
|
+
required: false,
|
|
8866
|
+
tier: "standard",
|
|
8867
|
+
},
|
|
8868
|
+
{
|
|
8869
|
+
addonService: "f5xc_securemesh_advanced",
|
|
8870
|
+
displayName: "F5XC Securemesh Advanced",
|
|
8871
|
+
required: false,
|
|
8872
|
+
tier: "advanced",
|
|
8873
|
+
},
|
|
8874
|
+
],
|
|
8239
8875
|
},
|
|
8240
8876
|
{
|
|
8241
8877
|
toolName: "f5xc-api-networksecurity-service-policy-create",
|
|
@@ -8276,18 +8912,6 @@ export const network_securityTools = [
|
|
|
8276
8912
|
creates: ["service-policy"],
|
|
8277
8913
|
},
|
|
8278
8914
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
8279
|
-
cliExamples: [
|
|
8280
|
-
{
|
|
8281
|
-
command: "f5xcctl config service-policy create -f {file}.yaml",
|
|
8282
|
-
description: "Create from YAML file",
|
|
8283
|
-
use_case: "file_based",
|
|
8284
|
-
},
|
|
8285
|
-
{
|
|
8286
|
-
command: "f5xcctl config service-policy create {name} --namespace {namespace}",
|
|
8287
|
-
description: "Create service-policy",
|
|
8288
|
-
use_case: "basic_create",
|
|
8289
|
-
},
|
|
8290
|
-
],
|
|
8291
8915
|
confirmationRequired: false,
|
|
8292
8916
|
parameterExamples: {
|
|
8293
8917
|
"metadata.namespace": "Staging",
|
|
@@ -8332,18 +8956,6 @@ export const network_securityTools = [
|
|
|
8332
8956
|
},
|
|
8333
8957
|
confirmation_required: false,
|
|
8334
8958
|
danger_level: "medium",
|
|
8335
|
-
examples: [
|
|
8336
|
-
{
|
|
8337
|
-
command: "f5xcctl config service-policy create {name} --namespace {namespace}",
|
|
8338
|
-
description: "Create service-policy",
|
|
8339
|
-
use_case: "basic_create",
|
|
8340
|
-
},
|
|
8341
|
-
{
|
|
8342
|
-
command: "f5xcctl config service-policy create -f {file}.yaml",
|
|
8343
|
-
description: "Create from YAML file",
|
|
8344
|
-
use_case: "file_based",
|
|
8345
|
-
},
|
|
8346
|
-
],
|
|
8347
8959
|
field_docs: {},
|
|
8348
8960
|
optional_fields: [],
|
|
8349
8961
|
performance_impact: {
|
|
@@ -8356,6 +8968,57 @@ export const network_securityTools = [
|
|
|
8356
8968
|
creates: ["service-policy"],
|
|
8357
8969
|
},
|
|
8358
8970
|
},
|
|
8971
|
+
curlExample: null,
|
|
8972
|
+
dependencies: [
|
|
8973
|
+
{
|
|
8974
|
+
domain: "network_security",
|
|
8975
|
+
fieldPath: "",
|
|
8976
|
+
inline: false,
|
|
8977
|
+
required: false,
|
|
8978
|
+
resourceType: "service-policy",
|
|
8979
|
+
},
|
|
8980
|
+
{
|
|
8981
|
+
domain: "",
|
|
8982
|
+
fieldPath: "metadata",
|
|
8983
|
+
inline: false,
|
|
8984
|
+
required: false,
|
|
8985
|
+
resourceType: "schema-object-create-meta",
|
|
8986
|
+
},
|
|
8987
|
+
{
|
|
8988
|
+
domain: "",
|
|
8989
|
+
fieldPath: "spec",
|
|
8990
|
+
inline: false,
|
|
8991
|
+
required: false,
|
|
8992
|
+
resourceType: "schemaservice-policy-create",
|
|
8993
|
+
},
|
|
8994
|
+
],
|
|
8995
|
+
oneOfGroups: [],
|
|
8996
|
+
subscriptionRequirements: [
|
|
8997
|
+
{
|
|
8998
|
+
addonService: "f5xc_waap_standard",
|
|
8999
|
+
displayName: "F5XC WAAP Standard",
|
|
9000
|
+
required: false,
|
|
9001
|
+
tier: "standard",
|
|
9002
|
+
},
|
|
9003
|
+
{
|
|
9004
|
+
addonService: "f5xc_waap_advanced",
|
|
9005
|
+
displayName: "F5XC WAAP Advanced",
|
|
9006
|
+
required: false,
|
|
9007
|
+
tier: "advanced",
|
|
9008
|
+
},
|
|
9009
|
+
{
|
|
9010
|
+
addonService: "f5xc_securemesh_standard",
|
|
9011
|
+
displayName: "F5XC Securemesh Standard",
|
|
9012
|
+
required: false,
|
|
9013
|
+
tier: "standard",
|
|
9014
|
+
},
|
|
9015
|
+
{
|
|
9016
|
+
addonService: "f5xc_securemesh_advanced",
|
|
9017
|
+
displayName: "F5XC Securemesh Advanced",
|
|
9018
|
+
required: false,
|
|
9019
|
+
tier: "advanced",
|
|
9020
|
+
},
|
|
9021
|
+
],
|
|
8359
9022
|
},
|
|
8360
9023
|
{
|
|
8361
9024
|
toolName: "f5xc-api-networksecurity-service-policy-delete",
|
|
@@ -8405,13 +9068,6 @@ export const network_securityTools = [
|
|
|
8405
9068
|
deletes: ["service-policy", "contained_resources"],
|
|
8406
9069
|
},
|
|
8407
9070
|
requiredFields: ["path.name", "path.namespace"],
|
|
8408
|
-
cliExamples: [
|
|
8409
|
-
{
|
|
8410
|
-
command: "f5xcctl config service-policy delete {name} --namespace {namespace}",
|
|
8411
|
-
description: "Delete service-policy",
|
|
8412
|
-
use_case: "delete",
|
|
8413
|
-
},
|
|
8414
|
-
],
|
|
8415
9071
|
confirmationRequired: true,
|
|
8416
9072
|
parameterExamples: {
|
|
8417
9073
|
name: "Name",
|
|
@@ -8457,13 +9113,6 @@ export const network_securityTools = [
|
|
|
8457
9113
|
},
|
|
8458
9114
|
confirmation_required: true,
|
|
8459
9115
|
danger_level: "high",
|
|
8460
|
-
examples: [
|
|
8461
|
-
{
|
|
8462
|
-
command: "f5xcctl config service-policy delete {name} --namespace {namespace}",
|
|
8463
|
-
description: "Delete service-policy",
|
|
8464
|
-
use_case: "delete",
|
|
8465
|
-
},
|
|
8466
|
-
],
|
|
8467
9116
|
field_docs: {},
|
|
8468
9117
|
optional_fields: [],
|
|
8469
9118
|
performance_impact: {
|
|
@@ -8476,6 +9125,43 @@ export const network_securityTools = [
|
|
|
8476
9125
|
deletes: ["service-policy", "contained_resources"],
|
|
8477
9126
|
},
|
|
8478
9127
|
},
|
|
9128
|
+
curlExample: null,
|
|
9129
|
+
dependencies: [
|
|
9130
|
+
{
|
|
9131
|
+
domain: "network_security",
|
|
9132
|
+
fieldPath: "",
|
|
9133
|
+
inline: false,
|
|
9134
|
+
required: false,
|
|
9135
|
+
resourceType: "service-policy",
|
|
9136
|
+
},
|
|
9137
|
+
],
|
|
9138
|
+
oneOfGroups: [],
|
|
9139
|
+
subscriptionRequirements: [
|
|
9140
|
+
{
|
|
9141
|
+
addonService: "f5xc_waap_standard",
|
|
9142
|
+
displayName: "F5XC WAAP Standard",
|
|
9143
|
+
required: false,
|
|
9144
|
+
tier: "standard",
|
|
9145
|
+
},
|
|
9146
|
+
{
|
|
9147
|
+
addonService: "f5xc_waap_advanced",
|
|
9148
|
+
displayName: "F5XC WAAP Advanced",
|
|
9149
|
+
required: false,
|
|
9150
|
+
tier: "advanced",
|
|
9151
|
+
},
|
|
9152
|
+
{
|
|
9153
|
+
addonService: "f5xc_securemesh_standard",
|
|
9154
|
+
displayName: "F5XC Securemesh Standard",
|
|
9155
|
+
required: false,
|
|
9156
|
+
tier: "standard",
|
|
9157
|
+
},
|
|
9158
|
+
{
|
|
9159
|
+
addonService: "f5xc_securemesh_advanced",
|
|
9160
|
+
displayName: "F5XC Securemesh Advanced",
|
|
9161
|
+
required: false,
|
|
9162
|
+
tier: "advanced",
|
|
9163
|
+
},
|
|
9164
|
+
],
|
|
8479
9165
|
},
|
|
8480
9166
|
{
|
|
8481
9167
|
toolName: "f5xc-api-networksecurity-service-policy-get",
|
|
@@ -8544,13 +9230,6 @@ export const network_securityTools = [
|
|
|
8544
9230
|
dangerLevel: "low",
|
|
8545
9231
|
sideEffects: null,
|
|
8546
9232
|
requiredFields: ["path.name", "path.namespace"],
|
|
8547
|
-
cliExamples: [
|
|
8548
|
-
{
|
|
8549
|
-
command: "f5xcctl config service-policy get {name} --namespace {namespace}",
|
|
8550
|
-
description: "Get specific service-policy",
|
|
8551
|
-
use_case: "get_specific",
|
|
8552
|
-
},
|
|
8553
|
-
],
|
|
8554
9233
|
confirmationRequired: false,
|
|
8555
9234
|
parameterExamples: {
|
|
8556
9235
|
name: "Name",
|
|
@@ -8596,13 +9275,6 @@ export const network_securityTools = [
|
|
|
8596
9275
|
},
|
|
8597
9276
|
confirmation_required: false,
|
|
8598
9277
|
danger_level: "low",
|
|
8599
|
-
examples: [
|
|
8600
|
-
{
|
|
8601
|
-
command: "f5xcctl config service-policy get {name} --namespace {namespace}",
|
|
8602
|
-
description: "Get specific service-policy",
|
|
8603
|
-
use_case: "get_specific",
|
|
8604
|
-
},
|
|
8605
|
-
],
|
|
8606
9278
|
field_docs: {},
|
|
8607
9279
|
optional_fields: [],
|
|
8608
9280
|
performance_impact: {
|
|
@@ -8613,6 +9285,35 @@ export const network_securityTools = [
|
|
|
8613
9285
|
required_fields: ["path.name", "path.namespace"],
|
|
8614
9286
|
side_effects: {},
|
|
8615
9287
|
},
|
|
9288
|
+
curlExample: null,
|
|
9289
|
+
dependencies: [],
|
|
9290
|
+
oneOfGroups: [],
|
|
9291
|
+
subscriptionRequirements: [
|
|
9292
|
+
{
|
|
9293
|
+
addonService: "f5xc_waap_standard",
|
|
9294
|
+
displayName: "F5XC WAAP Standard",
|
|
9295
|
+
required: false,
|
|
9296
|
+
tier: "standard",
|
|
9297
|
+
},
|
|
9298
|
+
{
|
|
9299
|
+
addonService: "f5xc_waap_advanced",
|
|
9300
|
+
displayName: "F5XC WAAP Advanced",
|
|
9301
|
+
required: false,
|
|
9302
|
+
tier: "advanced",
|
|
9303
|
+
},
|
|
9304
|
+
{
|
|
9305
|
+
addonService: "f5xc_securemesh_standard",
|
|
9306
|
+
displayName: "F5XC Securemesh Standard",
|
|
9307
|
+
required: false,
|
|
9308
|
+
tier: "standard",
|
|
9309
|
+
},
|
|
9310
|
+
{
|
|
9311
|
+
addonService: "f5xc_securemesh_advanced",
|
|
9312
|
+
displayName: "F5XC Securemesh Advanced",
|
|
9313
|
+
required: false,
|
|
9314
|
+
tier: "advanced",
|
|
9315
|
+
},
|
|
9316
|
+
],
|
|
8616
9317
|
},
|
|
8617
9318
|
{
|
|
8618
9319
|
toolName: "f5xc-api-networksecurity-service-policy-list",
|
|
@@ -8687,13 +9388,6 @@ export const network_securityTools = [
|
|
|
8687
9388
|
dangerLevel: "low",
|
|
8688
9389
|
sideEffects: null,
|
|
8689
9390
|
requiredFields: ["path.namespace"],
|
|
8690
|
-
cliExamples: [
|
|
8691
|
-
{
|
|
8692
|
-
command: "f5xcctl config service-policy list --namespace {namespace}",
|
|
8693
|
-
description: "List all service-policys",
|
|
8694
|
-
use_case: "list_all",
|
|
8695
|
-
},
|
|
8696
|
-
],
|
|
8697
9391
|
confirmationRequired: false,
|
|
8698
9392
|
parameterExamples: {
|
|
8699
9393
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -8739,13 +9433,6 @@ export const network_securityTools = [
|
|
|
8739
9433
|
},
|
|
8740
9434
|
confirmation_required: false,
|
|
8741
9435
|
danger_level: "low",
|
|
8742
|
-
examples: [
|
|
8743
|
-
{
|
|
8744
|
-
command: "f5xcctl config service-policy list --namespace {namespace}",
|
|
8745
|
-
description: "List all service-policys",
|
|
8746
|
-
use_case: "list_all",
|
|
8747
|
-
},
|
|
8748
|
-
],
|
|
8749
9436
|
field_docs: {},
|
|
8750
9437
|
optional_fields: [],
|
|
8751
9438
|
performance_impact: {
|
|
@@ -8756,6 +9443,35 @@ export const network_securityTools = [
|
|
|
8756
9443
|
required_fields: ["path.namespace"],
|
|
8757
9444
|
side_effects: {},
|
|
8758
9445
|
},
|
|
9446
|
+
curlExample: null,
|
|
9447
|
+
dependencies: [],
|
|
9448
|
+
oneOfGroups: [],
|
|
9449
|
+
subscriptionRequirements: [
|
|
9450
|
+
{
|
|
9451
|
+
addonService: "f5xc_waap_standard",
|
|
9452
|
+
displayName: "F5XC WAAP Standard",
|
|
9453
|
+
required: false,
|
|
9454
|
+
tier: "standard",
|
|
9455
|
+
},
|
|
9456
|
+
{
|
|
9457
|
+
addonService: "f5xc_waap_advanced",
|
|
9458
|
+
displayName: "F5XC WAAP Advanced",
|
|
9459
|
+
required: false,
|
|
9460
|
+
tier: "advanced",
|
|
9461
|
+
},
|
|
9462
|
+
{
|
|
9463
|
+
addonService: "f5xc_securemesh_standard",
|
|
9464
|
+
displayName: "F5XC Securemesh Standard",
|
|
9465
|
+
required: false,
|
|
9466
|
+
tier: "standard",
|
|
9467
|
+
},
|
|
9468
|
+
{
|
|
9469
|
+
addonService: "f5xc_securemesh_advanced",
|
|
9470
|
+
displayName: "F5XC Securemesh Advanced",
|
|
9471
|
+
required: false,
|
|
9472
|
+
tier: "advanced",
|
|
9473
|
+
},
|
|
9474
|
+
],
|
|
8759
9475
|
},
|
|
8760
9476
|
{
|
|
8761
9477
|
toolName: "f5xc-api-networksecurity-service-policy-update",
|
|
@@ -8807,13 +9523,6 @@ export const network_securityTools = [
|
|
|
8807
9523
|
modifies: ["service-policy"],
|
|
8808
9524
|
},
|
|
8809
9525
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
8810
|
-
cliExamples: [
|
|
8811
|
-
{
|
|
8812
|
-
command: "f5xcctl config service-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
8813
|
-
description: "Update service-policy",
|
|
8814
|
-
use_case: "update",
|
|
8815
|
-
},
|
|
8816
|
-
],
|
|
8817
9526
|
confirmationRequired: false,
|
|
8818
9527
|
parameterExamples: {
|
|
8819
9528
|
"metadata.name": "Example-corp-web.",
|
|
@@ -8859,13 +9568,6 @@ export const network_securityTools = [
|
|
|
8859
9568
|
},
|
|
8860
9569
|
confirmation_required: false,
|
|
8861
9570
|
danger_level: "medium",
|
|
8862
|
-
examples: [
|
|
8863
|
-
{
|
|
8864
|
-
command: "f5xcctl config service-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
8865
|
-
description: "Update service-policy",
|
|
8866
|
-
use_case: "update",
|
|
8867
|
-
},
|
|
8868
|
-
],
|
|
8869
9571
|
field_docs: {},
|
|
8870
9572
|
optional_fields: [],
|
|
8871
9573
|
performance_impact: {
|
|
@@ -8878,6 +9580,57 @@ export const network_securityTools = [
|
|
|
8878
9580
|
modifies: ["service-policy"],
|
|
8879
9581
|
},
|
|
8880
9582
|
},
|
|
9583
|
+
curlExample: null,
|
|
9584
|
+
dependencies: [
|
|
9585
|
+
{
|
|
9586
|
+
domain: "network_security",
|
|
9587
|
+
fieldPath: "",
|
|
9588
|
+
inline: false,
|
|
9589
|
+
required: false,
|
|
9590
|
+
resourceType: "service-policy",
|
|
9591
|
+
},
|
|
9592
|
+
{
|
|
9593
|
+
domain: "",
|
|
9594
|
+
fieldPath: "metadata",
|
|
9595
|
+
inline: false,
|
|
9596
|
+
required: false,
|
|
9597
|
+
resourceType: "schema-object-replace-meta",
|
|
9598
|
+
},
|
|
9599
|
+
{
|
|
9600
|
+
domain: "",
|
|
9601
|
+
fieldPath: "spec",
|
|
9602
|
+
inline: false,
|
|
9603
|
+
required: false,
|
|
9604
|
+
resourceType: "schemaservice-policy-replace",
|
|
9605
|
+
},
|
|
9606
|
+
],
|
|
9607
|
+
oneOfGroups: [],
|
|
9608
|
+
subscriptionRequirements: [
|
|
9609
|
+
{
|
|
9610
|
+
addonService: "f5xc_waap_standard",
|
|
9611
|
+
displayName: "F5XC WAAP Standard",
|
|
9612
|
+
required: false,
|
|
9613
|
+
tier: "standard",
|
|
9614
|
+
},
|
|
9615
|
+
{
|
|
9616
|
+
addonService: "f5xc_waap_advanced",
|
|
9617
|
+
displayName: "F5XC WAAP Advanced",
|
|
9618
|
+
required: false,
|
|
9619
|
+
tier: "advanced",
|
|
9620
|
+
},
|
|
9621
|
+
{
|
|
9622
|
+
addonService: "f5xc_securemesh_standard",
|
|
9623
|
+
displayName: "F5XC Securemesh Standard",
|
|
9624
|
+
required: false,
|
|
9625
|
+
tier: "standard",
|
|
9626
|
+
},
|
|
9627
|
+
{
|
|
9628
|
+
addonService: "f5xc_securemesh_advanced",
|
|
9629
|
+
displayName: "F5XC Securemesh Advanced",
|
|
9630
|
+
required: false,
|
|
9631
|
+
tier: "advanced",
|
|
9632
|
+
},
|
|
9633
|
+
],
|
|
8881
9634
|
},
|
|
8882
9635
|
];
|
|
8883
9636
|
export default network_securityTools;
|