@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
|
@@ -53,18 +53,6 @@ export const ce_managementTools = [
|
|
|
53
53
|
creates: ["approve"],
|
|
54
54
|
},
|
|
55
55
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
56
|
-
cliExamples: [
|
|
57
|
-
{
|
|
58
|
-
command: "f5xcctl register approve create {name} --namespace {namespace}",
|
|
59
|
-
description: "Create approve",
|
|
60
|
-
use_case: "basic_create",
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
command: "f5xcctl register approve create -f {file}.yaml",
|
|
64
|
-
description: "Create from YAML file",
|
|
65
|
-
use_case: "file_based",
|
|
66
|
-
},
|
|
67
|
-
],
|
|
68
56
|
confirmationRequired: false,
|
|
69
57
|
parameterExamples: {
|
|
70
58
|
name: "R-e9030963-639e-41cd-aba6-261504f4a6be.",
|
|
@@ -110,18 +98,6 @@ export const ce_managementTools = [
|
|
|
110
98
|
},
|
|
111
99
|
confirmation_required: false,
|
|
112
100
|
danger_level: "medium",
|
|
113
|
-
examples: [
|
|
114
|
-
{
|
|
115
|
-
command: "f5xcctl register approve create {name} --namespace {namespace}",
|
|
116
|
-
description: "Create approve",
|
|
117
|
-
use_case: "basic_create",
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
command: "f5xcctl register approve create -f {file}.yaml",
|
|
121
|
-
description: "Create from YAML file",
|
|
122
|
-
use_case: "file_based",
|
|
123
|
-
},
|
|
124
|
-
],
|
|
125
101
|
field_docs: {},
|
|
126
102
|
optional_fields: [],
|
|
127
103
|
performance_impact: {
|
|
@@ -134,6 +110,18 @@ export const ce_managementTools = [
|
|
|
134
110
|
creates: ["approve"],
|
|
135
111
|
},
|
|
136
112
|
},
|
|
113
|
+
curlExample: null,
|
|
114
|
+
dependencies: [
|
|
115
|
+
{
|
|
116
|
+
domain: "",
|
|
117
|
+
fieldPath: "tunnel_type",
|
|
118
|
+
inline: false,
|
|
119
|
+
required: false,
|
|
120
|
+
resourceType: "schema-site-to-site-tunnel",
|
|
121
|
+
},
|
|
122
|
+
],
|
|
123
|
+
oneOfGroups: [],
|
|
124
|
+
subscriptionRequirements: [],
|
|
137
125
|
},
|
|
138
126
|
{
|
|
139
127
|
toolName: "f5xc-api-cemanagement-fleet-create",
|
|
@@ -174,18 +162,6 @@ export const ce_managementTools = [
|
|
|
174
162
|
creates: ["fleet"],
|
|
175
163
|
},
|
|
176
164
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
177
|
-
cliExamples: [
|
|
178
|
-
{
|
|
179
|
-
command: "f5xcctl config fleet create {name} --namespace {namespace}",
|
|
180
|
-
description: "Create fleet",
|
|
181
|
-
use_case: "basic_create",
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
command: "f5xcctl config fleet create -f {file}.yaml",
|
|
185
|
-
description: "Create from YAML file",
|
|
186
|
-
use_case: "file_based",
|
|
187
|
-
},
|
|
188
|
-
],
|
|
189
165
|
confirmationRequired: false,
|
|
190
166
|
parameterExamples: {
|
|
191
167
|
"metadata.namespace": "Staging",
|
|
@@ -230,18 +206,6 @@ export const ce_managementTools = [
|
|
|
230
206
|
},
|
|
231
207
|
confirmation_required: false,
|
|
232
208
|
danger_level: "medium",
|
|
233
|
-
examples: [
|
|
234
|
-
{
|
|
235
|
-
command: "f5xcctl config fleet create {name} --namespace {namespace}",
|
|
236
|
-
description: "Create fleet",
|
|
237
|
-
use_case: "basic_create",
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
command: "f5xcctl config fleet create -f {file}.yaml",
|
|
241
|
-
description: "Create from YAML file",
|
|
242
|
-
use_case: "file_based",
|
|
243
|
-
},
|
|
244
|
-
],
|
|
245
209
|
field_docs: {},
|
|
246
210
|
optional_fields: [],
|
|
247
211
|
performance_impact: {
|
|
@@ -254,6 +218,39 @@ export const ce_managementTools = [
|
|
|
254
218
|
creates: ["fleet"],
|
|
255
219
|
},
|
|
256
220
|
},
|
|
221
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fleets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
222
|
+
dependencies: [
|
|
223
|
+
{
|
|
224
|
+
domain: "",
|
|
225
|
+
fieldPath: "",
|
|
226
|
+
inline: false,
|
|
227
|
+
required: false,
|
|
228
|
+
resourceType: "fleet",
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
domain: "",
|
|
232
|
+
fieldPath: "metadata",
|
|
233
|
+
inline: false,
|
|
234
|
+
required: false,
|
|
235
|
+
resourceType: "schema-object-create-meta",
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
domain: "",
|
|
239
|
+
fieldPath: "spec",
|
|
240
|
+
inline: false,
|
|
241
|
+
required: false,
|
|
242
|
+
resourceType: "schemafleet-create",
|
|
243
|
+
},
|
|
244
|
+
],
|
|
245
|
+
oneOfGroups: [],
|
|
246
|
+
subscriptionRequirements: [
|
|
247
|
+
{
|
|
248
|
+
addonService: "f5xc_site_management_standard",
|
|
249
|
+
displayName: "F5XC Site Management Standard",
|
|
250
|
+
required: false,
|
|
251
|
+
tier: "standard",
|
|
252
|
+
},
|
|
253
|
+
],
|
|
257
254
|
},
|
|
258
255
|
{
|
|
259
256
|
toolName: "f5xc-api-cemanagement-fleet-delete",
|
|
@@ -303,13 +300,6 @@ export const ce_managementTools = [
|
|
|
303
300
|
deletes: ["fleet", "contained_resources"],
|
|
304
301
|
},
|
|
305
302
|
requiredFields: ["path.name", "path.namespace"],
|
|
306
|
-
cliExamples: [
|
|
307
|
-
{
|
|
308
|
-
command: "f5xcctl config fleet delete {name} --namespace {namespace}",
|
|
309
|
-
description: "Delete fleet",
|
|
310
|
-
use_case: "delete",
|
|
311
|
-
},
|
|
312
|
-
],
|
|
313
303
|
confirmationRequired: true,
|
|
314
304
|
parameterExamples: {
|
|
315
305
|
name: "Name",
|
|
@@ -355,13 +345,6 @@ export const ce_managementTools = [
|
|
|
355
345
|
},
|
|
356
346
|
confirmation_required: true,
|
|
357
347
|
danger_level: "high",
|
|
358
|
-
examples: [
|
|
359
|
-
{
|
|
360
|
-
command: "f5xcctl config fleet delete {name} --namespace {namespace}",
|
|
361
|
-
description: "Delete fleet",
|
|
362
|
-
use_case: "delete",
|
|
363
|
-
},
|
|
364
|
-
],
|
|
365
348
|
field_docs: {},
|
|
366
349
|
optional_fields: [],
|
|
367
350
|
performance_impact: {
|
|
@@ -374,6 +357,25 @@ export const ce_managementTools = [
|
|
|
374
357
|
deletes: ["fleet", "contained_resources"],
|
|
375
358
|
},
|
|
376
359
|
},
|
|
360
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fleets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
361
|
+
dependencies: [
|
|
362
|
+
{
|
|
363
|
+
domain: "",
|
|
364
|
+
fieldPath: "",
|
|
365
|
+
inline: false,
|
|
366
|
+
required: false,
|
|
367
|
+
resourceType: "fleet",
|
|
368
|
+
},
|
|
369
|
+
],
|
|
370
|
+
oneOfGroups: [],
|
|
371
|
+
subscriptionRequirements: [
|
|
372
|
+
{
|
|
373
|
+
addonService: "f5xc_site_management_standard",
|
|
374
|
+
displayName: "F5XC Site Management Standard",
|
|
375
|
+
required: false,
|
|
376
|
+
tier: "standard",
|
|
377
|
+
},
|
|
378
|
+
],
|
|
377
379
|
},
|
|
378
380
|
{
|
|
379
381
|
toolName: "f5xc-api-cemanagement-fleet-get",
|
|
@@ -442,13 +444,6 @@ export const ce_managementTools = [
|
|
|
442
444
|
dangerLevel: "low",
|
|
443
445
|
sideEffects: null,
|
|
444
446
|
requiredFields: ["path.name", "path.namespace"],
|
|
445
|
-
cliExamples: [
|
|
446
|
-
{
|
|
447
|
-
command: "f5xcctl config fleet get {name} --namespace {namespace}",
|
|
448
|
-
description: "Get specific fleet",
|
|
449
|
-
use_case: "get_specific",
|
|
450
|
-
},
|
|
451
|
-
],
|
|
452
447
|
confirmationRequired: false,
|
|
453
448
|
parameterExamples: {
|
|
454
449
|
name: "Name",
|
|
@@ -494,13 +489,6 @@ export const ce_managementTools = [
|
|
|
494
489
|
},
|
|
495
490
|
confirmation_required: false,
|
|
496
491
|
danger_level: "low",
|
|
497
|
-
examples: [
|
|
498
|
-
{
|
|
499
|
-
command: "f5xcctl config fleet get {name} --namespace {namespace}",
|
|
500
|
-
description: "Get specific fleet",
|
|
501
|
-
use_case: "get_specific",
|
|
502
|
-
},
|
|
503
|
-
],
|
|
504
492
|
field_docs: {},
|
|
505
493
|
optional_fields: [],
|
|
506
494
|
performance_impact: {
|
|
@@ -511,6 +499,17 @@ export const ce_managementTools = [
|
|
|
511
499
|
required_fields: ["path.name", "path.namespace"],
|
|
512
500
|
side_effects: {},
|
|
513
501
|
},
|
|
502
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fleets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
503
|
+
dependencies: [],
|
|
504
|
+
oneOfGroups: [],
|
|
505
|
+
subscriptionRequirements: [
|
|
506
|
+
{
|
|
507
|
+
addonService: "f5xc_site_management_standard",
|
|
508
|
+
displayName: "F5XC Site Management Standard",
|
|
509
|
+
required: false,
|
|
510
|
+
tier: "standard",
|
|
511
|
+
},
|
|
512
|
+
],
|
|
514
513
|
},
|
|
515
514
|
{
|
|
516
515
|
toolName: "f5xc-api-cemanagement-fleet-list",
|
|
@@ -585,13 +584,6 @@ export const ce_managementTools = [
|
|
|
585
584
|
dangerLevel: "low",
|
|
586
585
|
sideEffects: null,
|
|
587
586
|
requiredFields: ["path.namespace"],
|
|
588
|
-
cliExamples: [
|
|
589
|
-
{
|
|
590
|
-
command: "f5xcctl config fleet list --namespace {namespace}",
|
|
591
|
-
description: "List all fleets",
|
|
592
|
-
use_case: "list_all",
|
|
593
|
-
},
|
|
594
|
-
],
|
|
595
587
|
confirmationRequired: false,
|
|
596
588
|
parameterExamples: {
|
|
597
589
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -637,13 +629,6 @@ export const ce_managementTools = [
|
|
|
637
629
|
},
|
|
638
630
|
confirmation_required: false,
|
|
639
631
|
danger_level: "low",
|
|
640
|
-
examples: [
|
|
641
|
-
{
|
|
642
|
-
command: "f5xcctl config fleet list --namespace {namespace}",
|
|
643
|
-
description: "List all fleets",
|
|
644
|
-
use_case: "list_all",
|
|
645
|
-
},
|
|
646
|
-
],
|
|
647
632
|
field_docs: {},
|
|
648
633
|
optional_fields: [],
|
|
649
634
|
performance_impact: {
|
|
@@ -654,6 +639,17 @@ export const ce_managementTools = [
|
|
|
654
639
|
required_fields: ["path.namespace"],
|
|
655
640
|
side_effects: {},
|
|
656
641
|
},
|
|
642
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fleets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
643
|
+
dependencies: [],
|
|
644
|
+
oneOfGroups: [],
|
|
645
|
+
subscriptionRequirements: [
|
|
646
|
+
{
|
|
647
|
+
addonService: "f5xc_site_management_standard",
|
|
648
|
+
displayName: "F5XC Site Management Standard",
|
|
649
|
+
required: false,
|
|
650
|
+
tier: "standard",
|
|
651
|
+
},
|
|
652
|
+
],
|
|
657
653
|
},
|
|
658
654
|
{
|
|
659
655
|
toolName: "f5xc-api-cemanagement-fleet-update",
|
|
@@ -705,13 +701,6 @@ export const ce_managementTools = [
|
|
|
705
701
|
modifies: ["fleet"],
|
|
706
702
|
},
|
|
707
703
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
708
|
-
cliExamples: [
|
|
709
|
-
{
|
|
710
|
-
command: "f5xcctl config fleet update {name} --namespace {namespace} -f {file}.yaml",
|
|
711
|
-
description: "Update fleet",
|
|
712
|
-
use_case: "update",
|
|
713
|
-
},
|
|
714
|
-
],
|
|
715
704
|
confirmationRequired: false,
|
|
716
705
|
parameterExamples: {
|
|
717
706
|
"metadata.name": "Example-corp-web.",
|
|
@@ -757,13 +746,6 @@ export const ce_managementTools = [
|
|
|
757
746
|
},
|
|
758
747
|
confirmation_required: false,
|
|
759
748
|
danger_level: "medium",
|
|
760
|
-
examples: [
|
|
761
|
-
{
|
|
762
|
-
command: "f5xcctl config fleet update {name} --namespace {namespace} -f {file}.yaml",
|
|
763
|
-
description: "Update fleet",
|
|
764
|
-
use_case: "update",
|
|
765
|
-
},
|
|
766
|
-
],
|
|
767
749
|
field_docs: {},
|
|
768
750
|
optional_fields: [],
|
|
769
751
|
performance_impact: {
|
|
@@ -776,6 +758,39 @@ export const ce_managementTools = [
|
|
|
776
758
|
modifies: ["fleet"],
|
|
777
759
|
},
|
|
778
760
|
},
|
|
761
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/fleets" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
762
|
+
dependencies: [
|
|
763
|
+
{
|
|
764
|
+
domain: "",
|
|
765
|
+
fieldPath: "",
|
|
766
|
+
inline: false,
|
|
767
|
+
required: false,
|
|
768
|
+
resourceType: "fleet",
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
domain: "",
|
|
772
|
+
fieldPath: "metadata",
|
|
773
|
+
inline: false,
|
|
774
|
+
required: false,
|
|
775
|
+
resourceType: "schema-object-replace-meta",
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
domain: "",
|
|
779
|
+
fieldPath: "spec",
|
|
780
|
+
inline: false,
|
|
781
|
+
required: false,
|
|
782
|
+
resourceType: "schemafleet-replace",
|
|
783
|
+
},
|
|
784
|
+
],
|
|
785
|
+
oneOfGroups: [],
|
|
786
|
+
subscriptionRequirements: [
|
|
787
|
+
{
|
|
788
|
+
addonService: "f5xc_site_management_standard",
|
|
789
|
+
displayName: "F5XC Site Management Standard",
|
|
790
|
+
required: false,
|
|
791
|
+
tier: "standard",
|
|
792
|
+
},
|
|
793
|
+
],
|
|
779
794
|
},
|
|
780
795
|
{
|
|
781
796
|
toolName: "f5xc-api-cemanagement-get-image-download-url-create",
|
|
@@ -804,18 +819,6 @@ export const ce_managementTools = [
|
|
|
804
819
|
creates: ["get-image-download-url"],
|
|
805
820
|
},
|
|
806
821
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
807
|
-
cliExamples: [
|
|
808
|
-
{
|
|
809
|
-
command: "f5xcctl register get-image-download-url create -f {file}.yaml",
|
|
810
|
-
description: "Create from YAML file",
|
|
811
|
-
use_case: "file_based",
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
command: "f5xcctl register get-image-download-url create {name} --namespace {namespace}",
|
|
815
|
-
description: "Create get-image-download-url",
|
|
816
|
-
use_case: "basic_create",
|
|
817
|
-
},
|
|
818
|
-
],
|
|
819
822
|
confirmationRequired: false,
|
|
820
823
|
parameterExamples: {},
|
|
821
824
|
validationRules: {},
|
|
@@ -861,18 +864,6 @@ export const ce_managementTools = [
|
|
|
861
864
|
},
|
|
862
865
|
confirmation_required: false,
|
|
863
866
|
danger_level: "medium",
|
|
864
|
-
examples: [
|
|
865
|
-
{
|
|
866
|
-
command: "f5xcctl register get-image-download-url create {name} --namespace {namespace}",
|
|
867
|
-
description: "Create get-image-download-url",
|
|
868
|
-
use_case: "basic_create",
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
command: "f5xcctl register get-image-download-url create -f {file}.yaml",
|
|
872
|
-
description: "Create from YAML file",
|
|
873
|
-
use_case: "file_based",
|
|
874
|
-
},
|
|
875
|
-
],
|
|
876
867
|
field_docs: {},
|
|
877
868
|
optional_fields: [],
|
|
878
869
|
performance_impact: {
|
|
@@ -885,6 +876,10 @@ export const ce_managementTools = [
|
|
|
885
876
|
creates: ["get-image-download-url"],
|
|
886
877
|
},
|
|
887
878
|
},
|
|
879
|
+
curlExample: null,
|
|
880
|
+
dependencies: [],
|
|
881
|
+
oneOfGroups: [],
|
|
882
|
+
subscriptionRequirements: [],
|
|
888
883
|
},
|
|
889
884
|
{
|
|
890
885
|
toolName: "f5xc-api-cemanagement-get-registrations-by-token-create",
|
|
@@ -913,18 +908,6 @@ export const ce_managementTools = [
|
|
|
913
908
|
creates: ["get-registrations-by-token"],
|
|
914
909
|
},
|
|
915
910
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
916
|
-
cliExamples: [
|
|
917
|
-
{
|
|
918
|
-
command: "f5xcctl register get-registrations-by-token create -f {file}.yaml",
|
|
919
|
-
description: "Create from YAML file",
|
|
920
|
-
use_case: "file_based",
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
command: "f5xcctl register get-registrations-by-token create {name} --namespace {namespace}",
|
|
924
|
-
description: "Create get-registrations-by-token",
|
|
925
|
-
use_case: "basic_create",
|
|
926
|
-
},
|
|
927
|
-
],
|
|
928
911
|
confirmationRequired: false,
|
|
929
912
|
parameterExamples: {},
|
|
930
913
|
validationRules: {},
|
|
@@ -970,18 +953,6 @@ export const ce_managementTools = [
|
|
|
970
953
|
},
|
|
971
954
|
confirmation_required: false,
|
|
972
955
|
danger_level: "medium",
|
|
973
|
-
examples: [
|
|
974
|
-
{
|
|
975
|
-
command: "f5xcctl register get-registrations-by-token create {name} --namespace {namespace}",
|
|
976
|
-
description: "Create get-registrations-by-token",
|
|
977
|
-
use_case: "basic_create",
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
command: "f5xcctl register get-registrations-by-token create -f {file}.yaml",
|
|
981
|
-
description: "Create from YAML file",
|
|
982
|
-
use_case: "file_based",
|
|
983
|
-
},
|
|
984
|
-
],
|
|
985
956
|
field_docs: {},
|
|
986
957
|
optional_fields: [],
|
|
987
958
|
performance_impact: {
|
|
@@ -994,6 +965,17 @@ export const ce_managementTools = [
|
|
|
994
965
|
creates: ["get-registrations-by-token"],
|
|
995
966
|
},
|
|
996
967
|
},
|
|
968
|
+
curlExample: null,
|
|
969
|
+
dependencies: [],
|
|
970
|
+
oneOfGroups: [],
|
|
971
|
+
subscriptionRequirements: [
|
|
972
|
+
{
|
|
973
|
+
addonService: "f5xc_site_management_standard",
|
|
974
|
+
displayName: "F5XC Site Management Standard",
|
|
975
|
+
required: false,
|
|
976
|
+
tier: "standard",
|
|
977
|
+
},
|
|
978
|
+
],
|
|
997
979
|
},
|
|
998
980
|
{
|
|
999
981
|
toolName: "f5xc-api-cemanagement-listregistrationsbystate-create",
|
|
@@ -1034,18 +1016,6 @@ export const ce_managementTools = [
|
|
|
1034
1016
|
creates: ["listregistrationsbystate"],
|
|
1035
1017
|
},
|
|
1036
1018
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
1037
|
-
cliExamples: [
|
|
1038
|
-
{
|
|
1039
|
-
command: "f5xcctl register listregistrationsbystate create -f {file}.yaml",
|
|
1040
|
-
description: "Create from YAML file",
|
|
1041
|
-
use_case: "file_based",
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
command: "f5xcctl register listregistrationsbystate create {name} --namespace {namespace}",
|
|
1045
|
-
description: "Create listregistrationsbystate",
|
|
1046
|
-
use_case: "basic_create",
|
|
1047
|
-
},
|
|
1048
|
-
],
|
|
1049
1019
|
confirmationRequired: false,
|
|
1050
1020
|
parameterExamples: {
|
|
1051
1021
|
namespace: "System",
|
|
@@ -1093,18 +1063,6 @@ export const ce_managementTools = [
|
|
|
1093
1063
|
},
|
|
1094
1064
|
confirmation_required: false,
|
|
1095
1065
|
danger_level: "medium",
|
|
1096
|
-
examples: [
|
|
1097
|
-
{
|
|
1098
|
-
command: "f5xcctl register listregistrationsbystate create {name} --namespace {namespace}",
|
|
1099
|
-
description: "Create listregistrationsbystate",
|
|
1100
|
-
use_case: "basic_create",
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
command: "f5xcctl register listregistrationsbystate create -f {file}.yaml",
|
|
1104
|
-
description: "Create from YAML file",
|
|
1105
|
-
use_case: "file_based",
|
|
1106
|
-
},
|
|
1107
|
-
],
|
|
1108
1066
|
field_docs: {},
|
|
1109
1067
|
optional_fields: [],
|
|
1110
1068
|
performance_impact: {
|
|
@@ -1117,6 +1075,10 @@ export const ce_managementTools = [
|
|
|
1117
1075
|
creates: ["listregistrationsbystate"],
|
|
1118
1076
|
},
|
|
1119
1077
|
},
|
|
1078
|
+
curlExample: null,
|
|
1079
|
+
dependencies: [],
|
|
1080
|
+
oneOfGroups: [],
|
|
1081
|
+
subscriptionRequirements: [],
|
|
1120
1082
|
},
|
|
1121
1083
|
{
|
|
1122
1084
|
toolName: "f5xc-api-cemanagement-network-interface-create",
|
|
@@ -1157,18 +1119,6 @@ export const ce_managementTools = [
|
|
|
1157
1119
|
creates: ["network-interface"],
|
|
1158
1120
|
},
|
|
1159
1121
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
1160
|
-
cliExamples: [
|
|
1161
|
-
{
|
|
1162
|
-
command: "f5xcctl config network-interface create -f {file}.yaml",
|
|
1163
|
-
description: "Create from YAML file",
|
|
1164
|
-
use_case: "file_based",
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
command: "f5xcctl config network-interface create {name} --namespace {namespace}",
|
|
1168
|
-
description: "Create network-interface",
|
|
1169
|
-
use_case: "basic_create",
|
|
1170
|
-
},
|
|
1171
|
-
],
|
|
1172
1122
|
confirmationRequired: false,
|
|
1173
1123
|
parameterExamples: {
|
|
1174
1124
|
"metadata.namespace": "Staging",
|
|
@@ -1216,18 +1166,6 @@ export const ce_managementTools = [
|
|
|
1216
1166
|
},
|
|
1217
1167
|
confirmation_required: false,
|
|
1218
1168
|
danger_level: "medium",
|
|
1219
|
-
examples: [
|
|
1220
|
-
{
|
|
1221
|
-
command: "f5xcctl config network-interface create {name} --namespace {namespace}",
|
|
1222
|
-
description: "Create network-interface",
|
|
1223
|
-
use_case: "basic_create",
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
command: "f5xcctl config network-interface create -f {file}.yaml",
|
|
1227
|
-
description: "Create from YAML file",
|
|
1228
|
-
use_case: "file_based",
|
|
1229
|
-
},
|
|
1230
|
-
],
|
|
1231
1169
|
field_docs: {},
|
|
1232
1170
|
optional_fields: [],
|
|
1233
1171
|
performance_impact: {
|
|
@@ -1240,6 +1178,32 @@ export const ce_managementTools = [
|
|
|
1240
1178
|
creates: ["network-interface"],
|
|
1241
1179
|
},
|
|
1242
1180
|
},
|
|
1181
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_interfaces" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1182
|
+
dependencies: [
|
|
1183
|
+
{
|
|
1184
|
+
domain: "",
|
|
1185
|
+
fieldPath: "",
|
|
1186
|
+
inline: false,
|
|
1187
|
+
required: false,
|
|
1188
|
+
resourceType: "network-interface",
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
domain: "",
|
|
1192
|
+
fieldPath: "metadata",
|
|
1193
|
+
inline: false,
|
|
1194
|
+
required: false,
|
|
1195
|
+
resourceType: "schema-object-create-meta",
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
domain: "",
|
|
1199
|
+
fieldPath: "spec",
|
|
1200
|
+
inline: false,
|
|
1201
|
+
required: false,
|
|
1202
|
+
resourceType: "network-interface-create",
|
|
1203
|
+
},
|
|
1204
|
+
],
|
|
1205
|
+
oneOfGroups: [],
|
|
1206
|
+
subscriptionRequirements: [],
|
|
1243
1207
|
},
|
|
1244
1208
|
{
|
|
1245
1209
|
toolName: "f5xc-api-cemanagement-network-interface-delete",
|
|
@@ -1289,13 +1253,6 @@ export const ce_managementTools = [
|
|
|
1289
1253
|
deletes: ["network-interface", "contained_resources"],
|
|
1290
1254
|
},
|
|
1291
1255
|
requiredFields: ["path.name", "path.namespace"],
|
|
1292
|
-
cliExamples: [
|
|
1293
|
-
{
|
|
1294
|
-
command: "f5xcctl config network-interface delete {name} --namespace {namespace}",
|
|
1295
|
-
description: "Delete network-interface",
|
|
1296
|
-
use_case: "delete",
|
|
1297
|
-
},
|
|
1298
|
-
],
|
|
1299
1256
|
confirmationRequired: true,
|
|
1300
1257
|
parameterExamples: {
|
|
1301
1258
|
name: "Name",
|
|
@@ -1341,13 +1298,6 @@ export const ce_managementTools = [
|
|
|
1341
1298
|
},
|
|
1342
1299
|
confirmation_required: true,
|
|
1343
1300
|
danger_level: "high",
|
|
1344
|
-
examples: [
|
|
1345
|
-
{
|
|
1346
|
-
command: "f5xcctl config network-interface delete {name} --namespace {namespace}",
|
|
1347
|
-
description: "Delete network-interface",
|
|
1348
|
-
use_case: "delete",
|
|
1349
|
-
},
|
|
1350
|
-
],
|
|
1351
1301
|
field_docs: {},
|
|
1352
1302
|
optional_fields: [],
|
|
1353
1303
|
performance_impact: {
|
|
@@ -1360,6 +1310,18 @@ export const ce_managementTools = [
|
|
|
1360
1310
|
deletes: ["network-interface", "contained_resources"],
|
|
1361
1311
|
},
|
|
1362
1312
|
},
|
|
1313
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_interfaces" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1314
|
+
dependencies: [
|
|
1315
|
+
{
|
|
1316
|
+
domain: "",
|
|
1317
|
+
fieldPath: "",
|
|
1318
|
+
inline: false,
|
|
1319
|
+
required: false,
|
|
1320
|
+
resourceType: "network-interface",
|
|
1321
|
+
},
|
|
1322
|
+
],
|
|
1323
|
+
oneOfGroups: [],
|
|
1324
|
+
subscriptionRequirements: [],
|
|
1363
1325
|
},
|
|
1364
1326
|
{
|
|
1365
1327
|
toolName: "f5xc-api-cemanagement-network-interface-get",
|
|
@@ -1428,13 +1390,6 @@ export const ce_managementTools = [
|
|
|
1428
1390
|
dangerLevel: "low",
|
|
1429
1391
|
sideEffects: null,
|
|
1430
1392
|
requiredFields: ["path.name", "path.namespace"],
|
|
1431
|
-
cliExamples: [
|
|
1432
|
-
{
|
|
1433
|
-
command: "f5xcctl config network-interface get {name} --namespace {namespace}",
|
|
1434
|
-
description: "Get specific network-interface",
|
|
1435
|
-
use_case: "get_specific",
|
|
1436
|
-
},
|
|
1437
|
-
],
|
|
1438
1393
|
confirmationRequired: false,
|
|
1439
1394
|
parameterExamples: {
|
|
1440
1395
|
name: "Name",
|
|
@@ -1480,13 +1435,6 @@ export const ce_managementTools = [
|
|
|
1480
1435
|
},
|
|
1481
1436
|
confirmation_required: false,
|
|
1482
1437
|
danger_level: "low",
|
|
1483
|
-
examples: [
|
|
1484
|
-
{
|
|
1485
|
-
command: "f5xcctl config network-interface get {name} --namespace {namespace}",
|
|
1486
|
-
description: "Get specific network-interface",
|
|
1487
|
-
use_case: "get_specific",
|
|
1488
|
-
},
|
|
1489
|
-
],
|
|
1490
1438
|
field_docs: {},
|
|
1491
1439
|
optional_fields: [],
|
|
1492
1440
|
performance_impact: {
|
|
@@ -1497,6 +1445,10 @@ export const ce_managementTools = [
|
|
|
1497
1445
|
required_fields: ["path.name", "path.namespace"],
|
|
1498
1446
|
side_effects: {},
|
|
1499
1447
|
},
|
|
1448
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_interfaces" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1449
|
+
dependencies: [],
|
|
1450
|
+
oneOfGroups: [],
|
|
1451
|
+
subscriptionRequirements: [],
|
|
1500
1452
|
},
|
|
1501
1453
|
{
|
|
1502
1454
|
toolName: "f5xc-api-cemanagement-network-interface-list",
|
|
@@ -1571,13 +1523,6 @@ export const ce_managementTools = [
|
|
|
1571
1523
|
dangerLevel: "low",
|
|
1572
1524
|
sideEffects: null,
|
|
1573
1525
|
requiredFields: ["path.namespace"],
|
|
1574
|
-
cliExamples: [
|
|
1575
|
-
{
|
|
1576
|
-
command: "f5xcctl config network-interface list --namespace {namespace}",
|
|
1577
|
-
description: "List all network-interfaces",
|
|
1578
|
-
use_case: "list_all",
|
|
1579
|
-
},
|
|
1580
|
-
],
|
|
1581
1526
|
confirmationRequired: false,
|
|
1582
1527
|
parameterExamples: {
|
|
1583
1528
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -1623,13 +1568,6 @@ export const ce_managementTools = [
|
|
|
1623
1568
|
},
|
|
1624
1569
|
confirmation_required: false,
|
|
1625
1570
|
danger_level: "low",
|
|
1626
|
-
examples: [
|
|
1627
|
-
{
|
|
1628
|
-
command: "f5xcctl config network-interface list --namespace {namespace}",
|
|
1629
|
-
description: "List all network-interfaces",
|
|
1630
|
-
use_case: "list_all",
|
|
1631
|
-
},
|
|
1632
|
-
],
|
|
1633
1571
|
field_docs: {},
|
|
1634
1572
|
optional_fields: [],
|
|
1635
1573
|
performance_impact: {
|
|
@@ -1640,6 +1578,10 @@ export const ce_managementTools = [
|
|
|
1640
1578
|
required_fields: ["path.namespace"],
|
|
1641
1579
|
side_effects: {},
|
|
1642
1580
|
},
|
|
1581
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_interfaces" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1582
|
+
dependencies: [],
|
|
1583
|
+
oneOfGroups: [],
|
|
1584
|
+
subscriptionRequirements: [],
|
|
1643
1585
|
},
|
|
1644
1586
|
{
|
|
1645
1587
|
toolName: "f5xc-api-cemanagement-network-interface-update",
|
|
@@ -1691,13 +1633,6 @@ export const ce_managementTools = [
|
|
|
1691
1633
|
modifies: ["network-interface"],
|
|
1692
1634
|
},
|
|
1693
1635
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
1694
|
-
cliExamples: [
|
|
1695
|
-
{
|
|
1696
|
-
command: "f5xcctl config network-interface update {name} --namespace {namespace} -f {file}.yaml",
|
|
1697
|
-
description: "Update network-interface",
|
|
1698
|
-
use_case: "update",
|
|
1699
|
-
},
|
|
1700
|
-
],
|
|
1701
1636
|
confirmationRequired: false,
|
|
1702
1637
|
parameterExamples: {
|
|
1703
1638
|
"metadata.name": "Example-corp-web.",
|
|
@@ -1743,13 +1678,6 @@ export const ce_managementTools = [
|
|
|
1743
1678
|
},
|
|
1744
1679
|
confirmation_required: false,
|
|
1745
1680
|
danger_level: "medium",
|
|
1746
|
-
examples: [
|
|
1747
|
-
{
|
|
1748
|
-
command: "f5xcctl config network-interface update {name} --namespace {namespace} -f {file}.yaml",
|
|
1749
|
-
description: "Update network-interface",
|
|
1750
|
-
use_case: "update",
|
|
1751
|
-
},
|
|
1752
|
-
],
|
|
1753
1681
|
field_docs: {},
|
|
1754
1682
|
optional_fields: [],
|
|
1755
1683
|
performance_impact: {
|
|
@@ -1762,6 +1690,32 @@ export const ce_managementTools = [
|
|
|
1762
1690
|
modifies: ["network-interface"],
|
|
1763
1691
|
},
|
|
1764
1692
|
},
|
|
1693
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/network_interfaces" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1694
|
+
dependencies: [
|
|
1695
|
+
{
|
|
1696
|
+
domain: "",
|
|
1697
|
+
fieldPath: "",
|
|
1698
|
+
inline: false,
|
|
1699
|
+
required: false,
|
|
1700
|
+
resourceType: "network-interface",
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
domain: "",
|
|
1704
|
+
fieldPath: "metadata",
|
|
1705
|
+
inline: false,
|
|
1706
|
+
required: false,
|
|
1707
|
+
resourceType: "schema-object-replace-meta",
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
domain: "",
|
|
1711
|
+
fieldPath: "spec",
|
|
1712
|
+
inline: false,
|
|
1713
|
+
required: false,
|
|
1714
|
+
resourceType: "network-interface-replace",
|
|
1715
|
+
},
|
|
1716
|
+
],
|
|
1717
|
+
oneOfGroups: [],
|
|
1718
|
+
subscriptionRequirements: [],
|
|
1765
1719
|
},
|
|
1766
1720
|
{
|
|
1767
1721
|
toolName: "f5xc-api-cemanagement-pre-upgrade-check-get",
|
|
@@ -1821,13 +1775,6 @@ export const ce_managementTools = [
|
|
|
1821
1775
|
dangerLevel: "low",
|
|
1822
1776
|
sideEffects: null,
|
|
1823
1777
|
requiredFields: ["path.name", "path.namespace"],
|
|
1824
|
-
cliExamples: [
|
|
1825
|
-
{
|
|
1826
|
-
command: "f5xcctl maurice pre-upgrade-check get {name} --namespace {namespace}",
|
|
1827
|
-
description: "Get specific pre-upgrade-check",
|
|
1828
|
-
use_case: "get_specific",
|
|
1829
|
-
},
|
|
1830
|
-
],
|
|
1831
1778
|
confirmationRequired: false,
|
|
1832
1779
|
parameterExamples: {
|
|
1833
1780
|
name: "Blogging-app.",
|
|
@@ -1874,13 +1821,6 @@ export const ce_managementTools = [
|
|
|
1874
1821
|
},
|
|
1875
1822
|
confirmation_required: false,
|
|
1876
1823
|
danger_level: "low",
|
|
1877
|
-
examples: [
|
|
1878
|
-
{
|
|
1879
|
-
command: "f5xcctl maurice pre-upgrade-check get {name} --namespace {namespace}",
|
|
1880
|
-
description: "Get specific pre-upgrade-check",
|
|
1881
|
-
use_case: "get_specific",
|
|
1882
|
-
},
|
|
1883
|
-
],
|
|
1884
1824
|
field_docs: {},
|
|
1885
1825
|
optional_fields: [],
|
|
1886
1826
|
performance_impact: {
|
|
@@ -1891,6 +1831,10 @@ export const ce_managementTools = [
|
|
|
1891
1831
|
required_fields: ["path.name", "path.namespace"],
|
|
1892
1832
|
side_effects: {},
|
|
1893
1833
|
},
|
|
1834
|
+
curlExample: null,
|
|
1835
|
+
dependencies: [],
|
|
1836
|
+
oneOfGroups: [],
|
|
1837
|
+
subscriptionRequirements: [],
|
|
1894
1838
|
},
|
|
1895
1839
|
{
|
|
1896
1840
|
toolName: "f5xc-api-cemanagement-registerbootstrap-create",
|
|
@@ -1919,18 +1863,6 @@ export const ce_managementTools = [
|
|
|
1919
1863
|
creates: ["registerBootstrap"],
|
|
1920
1864
|
},
|
|
1921
1865
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
1922
|
-
cliExamples: [
|
|
1923
|
-
{
|
|
1924
|
-
command: "f5xcctl register registerBootstrap create -f {file}.yaml",
|
|
1925
|
-
description: "Create from YAML file",
|
|
1926
|
-
use_case: "file_based",
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
command: "f5xcctl register registerBootstrap create {name} --namespace {namespace}",
|
|
1930
|
-
description: "Create registerBootstrap",
|
|
1931
|
-
use_case: "basic_create",
|
|
1932
|
-
},
|
|
1933
|
-
],
|
|
1934
1866
|
confirmationRequired: false,
|
|
1935
1867
|
parameterExamples: {},
|
|
1936
1868
|
validationRules: {},
|
|
@@ -1976,18 +1908,6 @@ export const ce_managementTools = [
|
|
|
1976
1908
|
},
|
|
1977
1909
|
confirmation_required: false,
|
|
1978
1910
|
danger_level: "medium",
|
|
1979
|
-
examples: [
|
|
1980
|
-
{
|
|
1981
|
-
command: "f5xcctl register registerBootstrap create {name} --namespace {namespace}",
|
|
1982
|
-
description: "Create registerBootstrap",
|
|
1983
|
-
use_case: "basic_create",
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
command: "f5xcctl register registerBootstrap create -f {file}.yaml",
|
|
1987
|
-
description: "Create from YAML file",
|
|
1988
|
-
use_case: "file_based",
|
|
1989
|
-
},
|
|
1990
|
-
],
|
|
1991
1911
|
field_docs: {},
|
|
1992
1912
|
optional_fields: [],
|
|
1993
1913
|
performance_impact: {
|
|
@@ -2000,6 +1920,32 @@ export const ce_managementTools = [
|
|
|
2000
1920
|
creates: ["registerBootstrap"],
|
|
2001
1921
|
},
|
|
2002
1922
|
},
|
|
1923
|
+
curlExample: null,
|
|
1924
|
+
dependencies: [
|
|
1925
|
+
{
|
|
1926
|
+
domain: "",
|
|
1927
|
+
fieldPath: "",
|
|
1928
|
+
inline: false,
|
|
1929
|
+
required: false,
|
|
1930
|
+
resourceType: "registration-registration",
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
domain: "",
|
|
1934
|
+
fieldPath: "metadata",
|
|
1935
|
+
inline: false,
|
|
1936
|
+
required: false,
|
|
1937
|
+
resourceType: "schema-object-create-meta",
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
domain: "",
|
|
1941
|
+
fieldPath: "spec",
|
|
1942
|
+
inline: false,
|
|
1943
|
+
required: false,
|
|
1944
|
+
resourceType: "schemaregistration-create",
|
|
1945
|
+
},
|
|
1946
|
+
],
|
|
1947
|
+
oneOfGroups: [],
|
|
1948
|
+
subscriptionRequirements: [],
|
|
2003
1949
|
},
|
|
2004
1950
|
{
|
|
2005
1951
|
toolName: "f5xc-api-cemanagement-registration-create",
|
|
@@ -2040,18 +1986,6 @@ export const ce_managementTools = [
|
|
|
2040
1986
|
creates: ["registration"],
|
|
2041
1987
|
},
|
|
2042
1988
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
2043
|
-
cliExamples: [
|
|
2044
|
-
{
|
|
2045
|
-
command: "f5xcctl register registration create -f {file}.yaml",
|
|
2046
|
-
description: "Create from YAML file",
|
|
2047
|
-
use_case: "file_based",
|
|
2048
|
-
},
|
|
2049
|
-
{
|
|
2050
|
-
command: "f5xcctl register registration create {name} --namespace {namespace}",
|
|
2051
|
-
description: "Create registration",
|
|
2052
|
-
use_case: "basic_create",
|
|
2053
|
-
},
|
|
2054
|
-
],
|
|
2055
1989
|
confirmationRequired: false,
|
|
2056
1990
|
parameterExamples: {
|
|
2057
1991
|
"metadata.namespace": "Staging",
|
|
@@ -2096,18 +2030,6 @@ export const ce_managementTools = [
|
|
|
2096
2030
|
},
|
|
2097
2031
|
confirmation_required: false,
|
|
2098
2032
|
danger_level: "medium",
|
|
2099
|
-
examples: [
|
|
2100
|
-
{
|
|
2101
|
-
command: "f5xcctl register registration create {name} --namespace {namespace}",
|
|
2102
|
-
description: "Create registration",
|
|
2103
|
-
use_case: "basic_create",
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
command: "f5xcctl register registration create -f {file}.yaml",
|
|
2107
|
-
description: "Create from YAML file",
|
|
2108
|
-
use_case: "file_based",
|
|
2109
|
-
},
|
|
2110
|
-
],
|
|
2111
2033
|
field_docs: {},
|
|
2112
2034
|
optional_fields: [],
|
|
2113
2035
|
performance_impact: {
|
|
@@ -2120,6 +2042,32 @@ export const ce_managementTools = [
|
|
|
2120
2042
|
creates: ["registration"],
|
|
2121
2043
|
},
|
|
2122
2044
|
},
|
|
2045
|
+
curlExample: null,
|
|
2046
|
+
dependencies: [
|
|
2047
|
+
{
|
|
2048
|
+
domain: "",
|
|
2049
|
+
fieldPath: "",
|
|
2050
|
+
inline: false,
|
|
2051
|
+
required: false,
|
|
2052
|
+
resourceType: "registration",
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
domain: "",
|
|
2056
|
+
fieldPath: "metadata",
|
|
2057
|
+
inline: false,
|
|
2058
|
+
required: false,
|
|
2059
|
+
resourceType: "schema-object-create-meta",
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
domain: "",
|
|
2063
|
+
fieldPath: "spec",
|
|
2064
|
+
inline: false,
|
|
2065
|
+
required: false,
|
|
2066
|
+
resourceType: "schemaregistration-create",
|
|
2067
|
+
},
|
|
2068
|
+
],
|
|
2069
|
+
oneOfGroups: [],
|
|
2070
|
+
subscriptionRequirements: [],
|
|
2123
2071
|
},
|
|
2124
2072
|
{
|
|
2125
2073
|
toolName: "f5xc-api-cemanagement-registration-delete",
|
|
@@ -2179,13 +2127,6 @@ export const ce_managementTools = [
|
|
|
2179
2127
|
deletes: ["registration", "contained_resources"],
|
|
2180
2128
|
},
|
|
2181
2129
|
requiredFields: ["path.name", "path.namespace"],
|
|
2182
|
-
cliExamples: [
|
|
2183
|
-
{
|
|
2184
|
-
command: "f5xcctl register registration delete {name} --namespace {namespace}",
|
|
2185
|
-
description: "Delete registration",
|
|
2186
|
-
use_case: "delete",
|
|
2187
|
-
},
|
|
2188
|
-
],
|
|
2189
2130
|
confirmationRequired: true,
|
|
2190
2131
|
parameterExamples: {
|
|
2191
2132
|
name: "Name",
|
|
@@ -2231,13 +2172,6 @@ export const ce_managementTools = [
|
|
|
2231
2172
|
},
|
|
2232
2173
|
confirmation_required: true,
|
|
2233
2174
|
danger_level: "high",
|
|
2234
|
-
examples: [
|
|
2235
|
-
{
|
|
2236
|
-
command: "f5xcctl register registration delete {name} --namespace {namespace}",
|
|
2237
|
-
description: "Delete registration",
|
|
2238
|
-
use_case: "delete",
|
|
2239
|
-
},
|
|
2240
|
-
],
|
|
2241
2175
|
field_docs: {},
|
|
2242
2176
|
optional_fields: [],
|
|
2243
2177
|
performance_impact: {
|
|
@@ -2250,6 +2184,10 @@ export const ce_managementTools = [
|
|
|
2250
2184
|
deletes: ["registration", "contained_resources"],
|
|
2251
2185
|
},
|
|
2252
2186
|
},
|
|
2187
|
+
curlExample: null,
|
|
2188
|
+
dependencies: [],
|
|
2189
|
+
oneOfGroups: [],
|
|
2190
|
+
subscriptionRequirements: [],
|
|
2253
2191
|
},
|
|
2254
2192
|
{
|
|
2255
2193
|
toolName: "f5xc-api-cemanagement-registration-get",
|
|
@@ -2317,13 +2255,6 @@ export const ce_managementTools = [
|
|
|
2317
2255
|
dangerLevel: "low",
|
|
2318
2256
|
sideEffects: null,
|
|
2319
2257
|
requiredFields: ["path.name", "path.namespace"],
|
|
2320
|
-
cliExamples: [
|
|
2321
|
-
{
|
|
2322
|
-
command: "f5xcctl register registration get {name} --namespace {namespace}",
|
|
2323
|
-
description: "Get specific registration",
|
|
2324
|
-
use_case: "get_specific",
|
|
2325
|
-
},
|
|
2326
|
-
],
|
|
2327
2258
|
confirmationRequired: false,
|
|
2328
2259
|
parameterExamples: {
|
|
2329
2260
|
name: "Name",
|
|
@@ -2369,13 +2300,6 @@ export const ce_managementTools = [
|
|
|
2369
2300
|
},
|
|
2370
2301
|
confirmation_required: false,
|
|
2371
2302
|
danger_level: "low",
|
|
2372
|
-
examples: [
|
|
2373
|
-
{
|
|
2374
|
-
command: "f5xcctl register registration get {name} --namespace {namespace}",
|
|
2375
|
-
description: "Get specific registration",
|
|
2376
|
-
use_case: "get_specific",
|
|
2377
|
-
},
|
|
2378
|
-
],
|
|
2379
2303
|
field_docs: {},
|
|
2380
2304
|
optional_fields: [],
|
|
2381
2305
|
performance_impact: {
|
|
@@ -2386,6 +2310,10 @@ export const ce_managementTools = [
|
|
|
2386
2310
|
required_fields: ["path.name", "path.namespace"],
|
|
2387
2311
|
side_effects: {},
|
|
2388
2312
|
},
|
|
2313
|
+
curlExample: null,
|
|
2314
|
+
dependencies: [],
|
|
2315
|
+
oneOfGroups: [],
|
|
2316
|
+
subscriptionRequirements: [],
|
|
2389
2317
|
},
|
|
2390
2318
|
{
|
|
2391
2319
|
toolName: "f5xc-api-cemanagement-registration-list",
|
|
@@ -2460,13 +2388,6 @@ export const ce_managementTools = [
|
|
|
2460
2388
|
dangerLevel: "low",
|
|
2461
2389
|
sideEffects: null,
|
|
2462
2390
|
requiredFields: ["path.namespace"],
|
|
2463
|
-
cliExamples: [
|
|
2464
|
-
{
|
|
2465
|
-
command: "f5xcctl register registration list --namespace {namespace}",
|
|
2466
|
-
description: "List all registrations",
|
|
2467
|
-
use_case: "list_all",
|
|
2468
|
-
},
|
|
2469
|
-
],
|
|
2470
2391
|
confirmationRequired: false,
|
|
2471
2392
|
parameterExamples: {
|
|
2472
2393
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -2512,13 +2433,6 @@ export const ce_managementTools = [
|
|
|
2512
2433
|
},
|
|
2513
2434
|
confirmation_required: false,
|
|
2514
2435
|
danger_level: "low",
|
|
2515
|
-
examples: [
|
|
2516
|
-
{
|
|
2517
|
-
command: "f5xcctl register registration list --namespace {namespace}",
|
|
2518
|
-
description: "List all registrations",
|
|
2519
|
-
use_case: "list_all",
|
|
2520
|
-
},
|
|
2521
|
-
],
|
|
2522
2436
|
field_docs: {},
|
|
2523
2437
|
optional_fields: [],
|
|
2524
2438
|
performance_impact: {
|
|
@@ -2529,6 +2443,10 @@ export const ce_managementTools = [
|
|
|
2529
2443
|
required_fields: ["path.namespace"],
|
|
2530
2444
|
side_effects: {},
|
|
2531
2445
|
},
|
|
2446
|
+
curlExample: null,
|
|
2447
|
+
dependencies: [],
|
|
2448
|
+
oneOfGroups: [],
|
|
2449
|
+
subscriptionRequirements: [],
|
|
2532
2450
|
},
|
|
2533
2451
|
{
|
|
2534
2452
|
toolName: "f5xc-api-cemanagement-registration-update",
|
|
@@ -2580,13 +2498,6 @@ export const ce_managementTools = [
|
|
|
2580
2498
|
modifies: ["registration"],
|
|
2581
2499
|
},
|
|
2582
2500
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
2583
|
-
cliExamples: [
|
|
2584
|
-
{
|
|
2585
|
-
command: "f5xcctl register registration update {name} --namespace {namespace} -f {file}.yaml",
|
|
2586
|
-
description: "Update registration",
|
|
2587
|
-
use_case: "update",
|
|
2588
|
-
},
|
|
2589
|
-
],
|
|
2590
2501
|
confirmationRequired: false,
|
|
2591
2502
|
parameterExamples: {
|
|
2592
2503
|
"metadata.name": "Example-corp-web.",
|
|
@@ -2632,13 +2543,6 @@ export const ce_managementTools = [
|
|
|
2632
2543
|
},
|
|
2633
2544
|
confirmation_required: false,
|
|
2634
2545
|
danger_level: "medium",
|
|
2635
|
-
examples: [
|
|
2636
|
-
{
|
|
2637
|
-
command: "f5xcctl register registration update {name} --namespace {namespace} -f {file}.yaml",
|
|
2638
|
-
description: "Update registration",
|
|
2639
|
-
use_case: "update",
|
|
2640
|
-
},
|
|
2641
|
-
],
|
|
2642
2546
|
field_docs: {},
|
|
2643
2547
|
optional_fields: [],
|
|
2644
2548
|
performance_impact: {
|
|
@@ -2651,6 +2555,32 @@ export const ce_managementTools = [
|
|
|
2651
2555
|
modifies: ["registration"],
|
|
2652
2556
|
},
|
|
2653
2557
|
},
|
|
2558
|
+
curlExample: null,
|
|
2559
|
+
dependencies: [
|
|
2560
|
+
{
|
|
2561
|
+
domain: "",
|
|
2562
|
+
fieldPath: "",
|
|
2563
|
+
inline: false,
|
|
2564
|
+
required: false,
|
|
2565
|
+
resourceType: "registration",
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
domain: "",
|
|
2569
|
+
fieldPath: "metadata",
|
|
2570
|
+
inline: false,
|
|
2571
|
+
required: false,
|
|
2572
|
+
resourceType: "schema-object-replace-meta",
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
domain: "",
|
|
2576
|
+
fieldPath: "spec",
|
|
2577
|
+
inline: false,
|
|
2578
|
+
required: false,
|
|
2579
|
+
resourceType: "schemaregistration-replace",
|
|
2580
|
+
},
|
|
2581
|
+
],
|
|
2582
|
+
oneOfGroups: [],
|
|
2583
|
+
subscriptionRequirements: [],
|
|
2654
2584
|
},
|
|
2655
2585
|
{
|
|
2656
2586
|
toolName: "f5xc-api-cemanagement-registrations-by-site-list",
|
|
@@ -2698,13 +2628,6 @@ export const ce_managementTools = [
|
|
|
2698
2628
|
dangerLevel: "low",
|
|
2699
2629
|
sideEffects: null,
|
|
2700
2630
|
requiredFields: ["path.namespace", "path.site_name"],
|
|
2701
|
-
cliExamples: [
|
|
2702
|
-
{
|
|
2703
|
-
command: "f5xcctl register registrations-by-site list --namespace {namespace}",
|
|
2704
|
-
description: "List all registrations-by-sites",
|
|
2705
|
-
use_case: "list_all",
|
|
2706
|
-
},
|
|
2707
|
-
],
|
|
2708
2631
|
confirmationRequired: false,
|
|
2709
2632
|
parameterExamples: {
|
|
2710
2633
|
namespace: "System",
|
|
@@ -2750,13 +2673,6 @@ export const ce_managementTools = [
|
|
|
2750
2673
|
},
|
|
2751
2674
|
confirmation_required: false,
|
|
2752
2675
|
danger_level: "low",
|
|
2753
|
-
examples: [
|
|
2754
|
-
{
|
|
2755
|
-
command: "f5xcctl register registrations-by-site list --namespace {namespace}",
|
|
2756
|
-
description: "List all registrations-by-sites",
|
|
2757
|
-
use_case: "list_all",
|
|
2758
|
-
},
|
|
2759
|
-
],
|
|
2760
2676
|
field_docs: {},
|
|
2761
2677
|
optional_fields: [],
|
|
2762
2678
|
performance_impact: {
|
|
@@ -2767,6 +2683,17 @@ export const ce_managementTools = [
|
|
|
2767
2683
|
required_fields: ["path.namespace", "path.site_name"],
|
|
2768
2684
|
side_effects: {},
|
|
2769
2685
|
},
|
|
2686
|
+
curlExample: null,
|
|
2687
|
+
dependencies: [],
|
|
2688
|
+
oneOfGroups: [],
|
|
2689
|
+
subscriptionRequirements: [
|
|
2690
|
+
{
|
|
2691
|
+
addonService: "f5xc_site_management_standard",
|
|
2692
|
+
displayName: "F5XC Site Management Standard",
|
|
2693
|
+
required: false,
|
|
2694
|
+
tier: "standard",
|
|
2695
|
+
},
|
|
2696
|
+
],
|
|
2770
2697
|
},
|
|
2771
2698
|
{
|
|
2772
2699
|
toolName: "f5xc-api-cemanagement-requestconfig-create",
|
|
@@ -2795,18 +2722,6 @@ export const ce_managementTools = [
|
|
|
2795
2722
|
creates: ["requestConfig"],
|
|
2796
2723
|
},
|
|
2797
2724
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
2798
|
-
cliExamples: [
|
|
2799
|
-
{
|
|
2800
|
-
command: "f5xcctl register requestConfig create -f {file}.yaml",
|
|
2801
|
-
description: "Create from YAML file",
|
|
2802
|
-
use_case: "file_based",
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
2805
|
-
command: "f5xcctl register requestConfig create {name} --namespace {namespace}",
|
|
2806
|
-
description: "Create requestConfig",
|
|
2807
|
-
use_case: "basic_create",
|
|
2808
|
-
},
|
|
2809
|
-
],
|
|
2810
2725
|
confirmationRequired: false,
|
|
2811
2726
|
parameterExamples: {},
|
|
2812
2727
|
validationRules: {},
|
|
@@ -2849,18 +2764,6 @@ export const ce_managementTools = [
|
|
|
2849
2764
|
},
|
|
2850
2765
|
confirmation_required: false,
|
|
2851
2766
|
danger_level: "medium",
|
|
2852
|
-
examples: [
|
|
2853
|
-
{
|
|
2854
|
-
command: "f5xcctl register requestConfig create {name} --namespace {namespace}",
|
|
2855
|
-
description: "Create requestConfig",
|
|
2856
|
-
use_case: "basic_create",
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
command: "f5xcctl register requestConfig create -f {file}.yaml",
|
|
2860
|
-
description: "Create from YAML file",
|
|
2861
|
-
use_case: "file_based",
|
|
2862
|
-
},
|
|
2863
|
-
],
|
|
2864
2767
|
field_docs: {},
|
|
2865
2768
|
optional_fields: [],
|
|
2866
2769
|
performance_impact: {
|
|
@@ -2873,6 +2776,10 @@ export const ce_managementTools = [
|
|
|
2873
2776
|
creates: ["requestConfig"],
|
|
2874
2777
|
},
|
|
2875
2778
|
},
|
|
2779
|
+
curlExample: null,
|
|
2780
|
+
dependencies: [],
|
|
2781
|
+
oneOfGroups: [],
|
|
2782
|
+
subscriptionRequirements: [],
|
|
2876
2783
|
},
|
|
2877
2784
|
{
|
|
2878
2785
|
toolName: "f5xc-api-cemanagement-setting-list",
|
|
@@ -2909,13 +2816,6 @@ export const ce_managementTools = [
|
|
|
2909
2816
|
dangerLevel: "low",
|
|
2910
2817
|
sideEffects: null,
|
|
2911
2818
|
requiredFields: ["path.namespace"],
|
|
2912
|
-
cliExamples: [
|
|
2913
|
-
{
|
|
2914
|
-
command: "f5xcctl config setting list --namespace {namespace}",
|
|
2915
|
-
description: "List all settings",
|
|
2916
|
-
use_case: "list_all",
|
|
2917
|
-
},
|
|
2918
|
-
],
|
|
2919
2819
|
confirmationRequired: false,
|
|
2920
2820
|
parameterExamples: {
|
|
2921
2821
|
namespace: "Ns1",
|
|
@@ -2960,13 +2860,6 @@ export const ce_managementTools = [
|
|
|
2960
2860
|
},
|
|
2961
2861
|
confirmation_required: false,
|
|
2962
2862
|
danger_level: "low",
|
|
2963
|
-
examples: [
|
|
2964
|
-
{
|
|
2965
|
-
command: "f5xcctl config setting list --namespace {namespace}",
|
|
2966
|
-
description: "List all settings",
|
|
2967
|
-
use_case: "list_all",
|
|
2968
|
-
},
|
|
2969
|
-
],
|
|
2970
2863
|
field_docs: {},
|
|
2971
2864
|
optional_fields: [],
|
|
2972
2865
|
performance_impact: {
|
|
@@ -2977,6 +2870,10 @@ export const ce_managementTools = [
|
|
|
2977
2870
|
required_fields: ["path.namespace"],
|
|
2978
2871
|
side_effects: {},
|
|
2979
2872
|
},
|
|
2873
|
+
curlExample: null,
|
|
2874
|
+
dependencies: [],
|
|
2875
|
+
oneOfGroups: [],
|
|
2876
|
+
subscriptionRequirements: [],
|
|
2980
2877
|
},
|
|
2981
2878
|
{
|
|
2982
2879
|
toolName: "f5xc-api-cemanagement-suggest-value-create",
|
|
@@ -3005,18 +2902,6 @@ export const ce_managementTools = [
|
|
|
3005
2902
|
creates: ["suggest-value"],
|
|
3006
2903
|
},
|
|
3007
2904
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
3008
|
-
cliExamples: [
|
|
3009
|
-
{
|
|
3010
|
-
command: "f5xcctl register suggest-value create -f {file}.yaml",
|
|
3011
|
-
description: "Create from YAML file",
|
|
3012
|
-
use_case: "file_based",
|
|
3013
|
-
},
|
|
3014
|
-
{
|
|
3015
|
-
command: "f5xcctl register suggest-value create {name} --namespace {namespace}",
|
|
3016
|
-
description: "Create suggest-value",
|
|
3017
|
-
use_case: "basic_create",
|
|
3018
|
-
},
|
|
3019
|
-
],
|
|
3020
2905
|
confirmationRequired: false,
|
|
3021
2906
|
parameterExamples: {},
|
|
3022
2907
|
validationRules: {},
|
|
@@ -3059,18 +2944,6 @@ export const ce_managementTools = [
|
|
|
3059
2944
|
},
|
|
3060
2945
|
confirmation_required: false,
|
|
3061
2946
|
danger_level: "medium",
|
|
3062
|
-
examples: [
|
|
3063
|
-
{
|
|
3064
|
-
command: "f5xcctl register suggest-value create {name} --namespace {namespace}",
|
|
3065
|
-
description: "Create suggest-value",
|
|
3066
|
-
use_case: "basic_create",
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
command: "f5xcctl register suggest-value create -f {file}.yaml",
|
|
3070
|
-
description: "Create from YAML file",
|
|
3071
|
-
use_case: "file_based",
|
|
3072
|
-
},
|
|
3073
|
-
],
|
|
3074
2947
|
field_docs: {},
|
|
3075
2948
|
optional_fields: [],
|
|
3076
2949
|
performance_impact: {
|
|
@@ -3083,6 +2956,10 @@ export const ce_managementTools = [
|
|
|
3083
2956
|
creates: ["suggest-value"],
|
|
3084
2957
|
},
|
|
3085
2958
|
},
|
|
2959
|
+
curlExample: null,
|
|
2960
|
+
dependencies: [],
|
|
2961
|
+
oneOfGroups: [],
|
|
2962
|
+
subscriptionRequirements: [],
|
|
3086
2963
|
},
|
|
3087
2964
|
{
|
|
3088
2965
|
toolName: "f5xc-api-cemanagement-upgradable-sw-version-list",
|
|
@@ -3130,13 +3007,6 @@ export const ce_managementTools = [
|
|
|
3130
3007
|
dangerLevel: "low",
|
|
3131
3008
|
sideEffects: null,
|
|
3132
3009
|
requiredFields: [],
|
|
3133
|
-
cliExamples: [
|
|
3134
|
-
{
|
|
3135
|
-
command: "f5xcctl maurice upgradable-sw-version list --namespace {namespace}",
|
|
3136
|
-
description: "List all upgradable-sw-versions",
|
|
3137
|
-
use_case: "list_all",
|
|
3138
|
-
},
|
|
3139
|
-
],
|
|
3140
3010
|
confirmationRequired: false,
|
|
3141
3011
|
parameterExamples: {
|
|
3142
3012
|
current_os_version: "9.2023.23",
|
|
@@ -3182,13 +3052,6 @@ export const ce_managementTools = [
|
|
|
3182
3052
|
},
|
|
3183
3053
|
confirmation_required: false,
|
|
3184
3054
|
danger_level: "low",
|
|
3185
|
-
examples: [
|
|
3186
|
-
{
|
|
3187
|
-
command: "f5xcctl maurice upgradable-sw-version list --namespace {namespace}",
|
|
3188
|
-
description: "List all upgradable-sw-versions",
|
|
3189
|
-
use_case: "list_all",
|
|
3190
|
-
},
|
|
3191
|
-
],
|
|
3192
3055
|
field_docs: {},
|
|
3193
3056
|
optional_fields: [],
|
|
3194
3057
|
performance_impact: {
|
|
@@ -3199,6 +3062,10 @@ export const ce_managementTools = [
|
|
|
3199
3062
|
required_fields: [],
|
|
3200
3063
|
side_effects: {},
|
|
3201
3064
|
},
|
|
3065
|
+
curlExample: null,
|
|
3066
|
+
dependencies: [],
|
|
3067
|
+
oneOfGroups: [],
|
|
3068
|
+
subscriptionRequirements: [],
|
|
3202
3069
|
},
|
|
3203
3070
|
{
|
|
3204
3071
|
toolName: "f5xc-api-cemanagement-upgrade-statu-get",
|
|
@@ -3246,13 +3113,6 @@ export const ce_managementTools = [
|
|
|
3246
3113
|
dangerLevel: "low",
|
|
3247
3114
|
sideEffects: null,
|
|
3248
3115
|
requiredFields: ["path.name", "path.namespace"],
|
|
3249
|
-
cliExamples: [
|
|
3250
|
-
{
|
|
3251
|
-
command: "f5xcctl maurice upgrade-statu get {name} --namespace {namespace}",
|
|
3252
|
-
description: "Get specific upgrade-statu",
|
|
3253
|
-
use_case: "get_specific",
|
|
3254
|
-
},
|
|
3255
|
-
],
|
|
3256
3116
|
confirmationRequired: false,
|
|
3257
3117
|
parameterExamples: {
|
|
3258
3118
|
name: "Blogging-app.",
|
|
@@ -3298,13 +3158,6 @@ export const ce_managementTools = [
|
|
|
3298
3158
|
},
|
|
3299
3159
|
confirmation_required: false,
|
|
3300
3160
|
danger_level: "low",
|
|
3301
|
-
examples: [
|
|
3302
|
-
{
|
|
3303
|
-
command: "f5xcctl maurice upgrade-statu get {name} --namespace {namespace}",
|
|
3304
|
-
description: "Get specific upgrade-statu",
|
|
3305
|
-
use_case: "get_specific",
|
|
3306
|
-
},
|
|
3307
|
-
],
|
|
3308
3161
|
field_docs: {},
|
|
3309
3162
|
optional_fields: [],
|
|
3310
3163
|
performance_impact: {
|
|
@@ -3315,6 +3168,10 @@ export const ce_managementTools = [
|
|
|
3315
3168
|
required_fields: ["path.name", "path.namespace"],
|
|
3316
3169
|
side_effects: {},
|
|
3317
3170
|
},
|
|
3171
|
+
curlExample: null,
|
|
3172
|
+
dependencies: [],
|
|
3173
|
+
oneOfGroups: [],
|
|
3174
|
+
subscriptionRequirements: [],
|
|
3318
3175
|
},
|
|
3319
3176
|
{
|
|
3320
3177
|
toolName: "f5xc-api-cemanagement-usb-policy-create",
|
|
@@ -3355,18 +3212,6 @@ export const ce_managementTools = [
|
|
|
3355
3212
|
creates: ["usb-policy"],
|
|
3356
3213
|
},
|
|
3357
3214
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
3358
|
-
cliExamples: [
|
|
3359
|
-
{
|
|
3360
|
-
command: "f5xcctl config usb-policy create -f {file}.yaml",
|
|
3361
|
-
description: "Create from YAML file",
|
|
3362
|
-
use_case: "file_based",
|
|
3363
|
-
},
|
|
3364
|
-
{
|
|
3365
|
-
command: "f5xcctl config usb-policy create {name} --namespace {namespace}",
|
|
3366
|
-
description: "Create usb-policy",
|
|
3367
|
-
use_case: "basic_create",
|
|
3368
|
-
},
|
|
3369
|
-
],
|
|
3370
3215
|
confirmationRequired: false,
|
|
3371
3216
|
parameterExamples: {
|
|
3372
3217
|
"metadata.namespace": "Staging",
|
|
@@ -3411,18 +3256,6 @@ export const ce_managementTools = [
|
|
|
3411
3256
|
},
|
|
3412
3257
|
confirmation_required: false,
|
|
3413
3258
|
danger_level: "medium",
|
|
3414
|
-
examples: [
|
|
3415
|
-
{
|
|
3416
|
-
command: "f5xcctl config usb-policy create {name} --namespace {namespace}",
|
|
3417
|
-
description: "Create usb-policy",
|
|
3418
|
-
use_case: "basic_create",
|
|
3419
|
-
},
|
|
3420
|
-
{
|
|
3421
|
-
command: "f5xcctl config usb-policy create -f {file}.yaml",
|
|
3422
|
-
description: "Create from YAML file",
|
|
3423
|
-
use_case: "file_based",
|
|
3424
|
-
},
|
|
3425
|
-
],
|
|
3426
3259
|
field_docs: {},
|
|
3427
3260
|
optional_fields: [],
|
|
3428
3261
|
performance_impact: {
|
|
@@ -3435,6 +3268,32 @@ export const ce_managementTools = [
|
|
|
3435
3268
|
creates: ["usb-policy"],
|
|
3436
3269
|
},
|
|
3437
3270
|
},
|
|
3271
|
+
curlExample: null,
|
|
3272
|
+
dependencies: [
|
|
3273
|
+
{
|
|
3274
|
+
domain: "",
|
|
3275
|
+
fieldPath: "",
|
|
3276
|
+
inline: false,
|
|
3277
|
+
required: false,
|
|
3278
|
+
resourceType: "usb-policy",
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
domain: "",
|
|
3282
|
+
fieldPath: "metadata",
|
|
3283
|
+
inline: false,
|
|
3284
|
+
required: false,
|
|
3285
|
+
resourceType: "schema-object-create-meta",
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
domain: "",
|
|
3289
|
+
fieldPath: "spec",
|
|
3290
|
+
inline: false,
|
|
3291
|
+
required: false,
|
|
3292
|
+
resourceType: "usb-policy-create",
|
|
3293
|
+
},
|
|
3294
|
+
],
|
|
3295
|
+
oneOfGroups: [],
|
|
3296
|
+
subscriptionRequirements: [],
|
|
3438
3297
|
},
|
|
3439
3298
|
{
|
|
3440
3299
|
toolName: "f5xc-api-cemanagement-usb-policy-delete",
|
|
@@ -3484,13 +3343,6 @@ export const ce_managementTools = [
|
|
|
3484
3343
|
deletes: ["usb-policy", "contained_resources"],
|
|
3485
3344
|
},
|
|
3486
3345
|
requiredFields: ["path.name", "path.namespace"],
|
|
3487
|
-
cliExamples: [
|
|
3488
|
-
{
|
|
3489
|
-
command: "f5xcctl config usb-policy delete {name} --namespace {namespace}",
|
|
3490
|
-
description: "Delete usb-policy",
|
|
3491
|
-
use_case: "delete",
|
|
3492
|
-
},
|
|
3493
|
-
],
|
|
3494
3346
|
confirmationRequired: true,
|
|
3495
3347
|
parameterExamples: {
|
|
3496
3348
|
name: "Name",
|
|
@@ -3536,13 +3388,6 @@ export const ce_managementTools = [
|
|
|
3536
3388
|
},
|
|
3537
3389
|
confirmation_required: true,
|
|
3538
3390
|
danger_level: "high",
|
|
3539
|
-
examples: [
|
|
3540
|
-
{
|
|
3541
|
-
command: "f5xcctl config usb-policy delete {name} --namespace {namespace}",
|
|
3542
|
-
description: "Delete usb-policy",
|
|
3543
|
-
use_case: "delete",
|
|
3544
|
-
},
|
|
3545
|
-
],
|
|
3546
3391
|
field_docs: {},
|
|
3547
3392
|
optional_fields: [],
|
|
3548
3393
|
performance_impact: {
|
|
@@ -3555,6 +3400,18 @@ export const ce_managementTools = [
|
|
|
3555
3400
|
deletes: ["usb-policy", "contained_resources"],
|
|
3556
3401
|
},
|
|
3557
3402
|
},
|
|
3403
|
+
curlExample: null,
|
|
3404
|
+
dependencies: [
|
|
3405
|
+
{
|
|
3406
|
+
domain: "",
|
|
3407
|
+
fieldPath: "",
|
|
3408
|
+
inline: false,
|
|
3409
|
+
required: false,
|
|
3410
|
+
resourceType: "usb-policy",
|
|
3411
|
+
},
|
|
3412
|
+
],
|
|
3413
|
+
oneOfGroups: [],
|
|
3414
|
+
subscriptionRequirements: [],
|
|
3558
3415
|
},
|
|
3559
3416
|
{
|
|
3560
3417
|
toolName: "f5xc-api-cemanagement-usb-policy-get",
|
|
@@ -3623,13 +3480,6 @@ export const ce_managementTools = [
|
|
|
3623
3480
|
dangerLevel: "low",
|
|
3624
3481
|
sideEffects: null,
|
|
3625
3482
|
requiredFields: ["path.name", "path.namespace"],
|
|
3626
|
-
cliExamples: [
|
|
3627
|
-
{
|
|
3628
|
-
command: "f5xcctl config usb-policy get {name} --namespace {namespace}",
|
|
3629
|
-
description: "Get specific usb-policy",
|
|
3630
|
-
use_case: "get_specific",
|
|
3631
|
-
},
|
|
3632
|
-
],
|
|
3633
3483
|
confirmationRequired: false,
|
|
3634
3484
|
parameterExamples: {
|
|
3635
3485
|
name: "Name",
|
|
@@ -3675,13 +3525,6 @@ export const ce_managementTools = [
|
|
|
3675
3525
|
},
|
|
3676
3526
|
confirmation_required: false,
|
|
3677
3527
|
danger_level: "low",
|
|
3678
|
-
examples: [
|
|
3679
|
-
{
|
|
3680
|
-
command: "f5xcctl config usb-policy get {name} --namespace {namespace}",
|
|
3681
|
-
description: "Get specific usb-policy",
|
|
3682
|
-
use_case: "get_specific",
|
|
3683
|
-
},
|
|
3684
|
-
],
|
|
3685
3528
|
field_docs: {},
|
|
3686
3529
|
optional_fields: [],
|
|
3687
3530
|
performance_impact: {
|
|
@@ -3692,6 +3535,10 @@ export const ce_managementTools = [
|
|
|
3692
3535
|
required_fields: ["path.name", "path.namespace"],
|
|
3693
3536
|
side_effects: {},
|
|
3694
3537
|
},
|
|
3538
|
+
curlExample: null,
|
|
3539
|
+
dependencies: [],
|
|
3540
|
+
oneOfGroups: [],
|
|
3541
|
+
subscriptionRequirements: [],
|
|
3695
3542
|
},
|
|
3696
3543
|
{
|
|
3697
3544
|
toolName: "f5xc-api-cemanagement-usb-policy-list",
|
|
@@ -3766,13 +3613,6 @@ export const ce_managementTools = [
|
|
|
3766
3613
|
dangerLevel: "low",
|
|
3767
3614
|
sideEffects: null,
|
|
3768
3615
|
requiredFields: ["path.namespace"],
|
|
3769
|
-
cliExamples: [
|
|
3770
|
-
{
|
|
3771
|
-
command: "f5xcctl config usb-policy list --namespace {namespace}",
|
|
3772
|
-
description: "List all usb-policys",
|
|
3773
|
-
use_case: "list_all",
|
|
3774
|
-
},
|
|
3775
|
-
],
|
|
3776
3616
|
confirmationRequired: false,
|
|
3777
3617
|
parameterExamples: {
|
|
3778
3618
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -3818,13 +3658,6 @@ export const ce_managementTools = [
|
|
|
3818
3658
|
},
|
|
3819
3659
|
confirmation_required: false,
|
|
3820
3660
|
danger_level: "low",
|
|
3821
|
-
examples: [
|
|
3822
|
-
{
|
|
3823
|
-
command: "f5xcctl config usb-policy list --namespace {namespace}",
|
|
3824
|
-
description: "List all usb-policys",
|
|
3825
|
-
use_case: "list_all",
|
|
3826
|
-
},
|
|
3827
|
-
],
|
|
3828
3661
|
field_docs: {},
|
|
3829
3662
|
optional_fields: [],
|
|
3830
3663
|
performance_impact: {
|
|
@@ -3835,6 +3668,10 @@ export const ce_managementTools = [
|
|
|
3835
3668
|
required_fields: ["path.namespace"],
|
|
3836
3669
|
side_effects: {},
|
|
3837
3670
|
},
|
|
3671
|
+
curlExample: null,
|
|
3672
|
+
dependencies: [],
|
|
3673
|
+
oneOfGroups: [],
|
|
3674
|
+
subscriptionRequirements: [],
|
|
3838
3675
|
},
|
|
3839
3676
|
{
|
|
3840
3677
|
toolName: "f5xc-api-cemanagement-usb-policy-update",
|
|
@@ -3886,13 +3723,6 @@ export const ce_managementTools = [
|
|
|
3886
3723
|
modifies: ["usb-policy"],
|
|
3887
3724
|
},
|
|
3888
3725
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
3889
|
-
cliExamples: [
|
|
3890
|
-
{
|
|
3891
|
-
command: "f5xcctl config usb-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
3892
|
-
description: "Update usb-policy",
|
|
3893
|
-
use_case: "update",
|
|
3894
|
-
},
|
|
3895
|
-
],
|
|
3896
3726
|
confirmationRequired: false,
|
|
3897
3727
|
parameterExamples: {
|
|
3898
3728
|
"metadata.name": "Example-corp-web.",
|
|
@@ -3938,13 +3768,6 @@ export const ce_managementTools = [
|
|
|
3938
3768
|
},
|
|
3939
3769
|
confirmation_required: false,
|
|
3940
3770
|
danger_level: "medium",
|
|
3941
|
-
examples: [
|
|
3942
|
-
{
|
|
3943
|
-
command: "f5xcctl config usb-policy update {name} --namespace {namespace} -f {file}.yaml",
|
|
3944
|
-
description: "Update usb-policy",
|
|
3945
|
-
use_case: "update",
|
|
3946
|
-
},
|
|
3947
|
-
],
|
|
3948
3771
|
field_docs: {},
|
|
3949
3772
|
optional_fields: [],
|
|
3950
3773
|
performance_impact: {
|
|
@@ -3957,6 +3780,32 @@ export const ce_managementTools = [
|
|
|
3957
3780
|
modifies: ["usb-policy"],
|
|
3958
3781
|
},
|
|
3959
3782
|
},
|
|
3783
|
+
curlExample: null,
|
|
3784
|
+
dependencies: [
|
|
3785
|
+
{
|
|
3786
|
+
domain: "",
|
|
3787
|
+
fieldPath: "",
|
|
3788
|
+
inline: false,
|
|
3789
|
+
required: false,
|
|
3790
|
+
resourceType: "usb-policy",
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
domain: "",
|
|
3794
|
+
fieldPath: "metadata",
|
|
3795
|
+
inline: false,
|
|
3796
|
+
required: false,
|
|
3797
|
+
resourceType: "schema-object-replace-meta",
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
domain: "",
|
|
3801
|
+
fieldPath: "spec",
|
|
3802
|
+
inline: false,
|
|
3803
|
+
required: false,
|
|
3804
|
+
resourceType: "usb-policy-replace",
|
|
3805
|
+
},
|
|
3806
|
+
],
|
|
3807
|
+
oneOfGroups: [],
|
|
3808
|
+
subscriptionRequirements: [],
|
|
3960
3809
|
},
|
|
3961
3810
|
];
|
|
3962
3811
|
export default ce_managementTools;
|