@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
|
@@ -68,13 +68,6 @@ export const cloud_infrastructureTools = [
|
|
|
68
68
|
dangerLevel: "low",
|
|
69
69
|
sideEffects: null,
|
|
70
70
|
requiredFields: ["path.name", "path.namespace"],
|
|
71
|
-
cliExamples: [
|
|
72
|
-
{
|
|
73
|
-
command: "f5xcctl config certified-hardware get {name} --namespace {namespace}",
|
|
74
|
-
description: "Get specific certified-hardware",
|
|
75
|
-
use_case: "get_specific",
|
|
76
|
-
},
|
|
77
|
-
],
|
|
78
71
|
confirmationRequired: false,
|
|
79
72
|
parameterExamples: {
|
|
80
73
|
name: "Name",
|
|
@@ -120,13 +113,6 @@ export const cloud_infrastructureTools = [
|
|
|
120
113
|
},
|
|
121
114
|
confirmation_required: false,
|
|
122
115
|
danger_level: "low",
|
|
123
|
-
examples: [
|
|
124
|
-
{
|
|
125
|
-
command: "f5xcctl config certified-hardware get {name} --namespace {namespace}",
|
|
126
|
-
description: "Get specific certified-hardware",
|
|
127
|
-
use_case: "get_specific",
|
|
128
|
-
},
|
|
129
|
-
],
|
|
130
116
|
field_docs: {},
|
|
131
117
|
optional_fields: [],
|
|
132
118
|
performance_impact: {
|
|
@@ -137,6 +123,10 @@ export const cloud_infrastructureTools = [
|
|
|
137
123
|
required_fields: ["path.name", "path.namespace"],
|
|
138
124
|
side_effects: {},
|
|
139
125
|
},
|
|
126
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/certified_hardwares" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
127
|
+
dependencies: [],
|
|
128
|
+
oneOfGroups: [],
|
|
129
|
+
subscriptionRequirements: [],
|
|
140
130
|
},
|
|
141
131
|
{
|
|
142
132
|
toolName: "f5xc-api-cloudinfrastructure-certified-hardware-list",
|
|
@@ -211,13 +201,6 @@ export const cloud_infrastructureTools = [
|
|
|
211
201
|
dangerLevel: "low",
|
|
212
202
|
sideEffects: null,
|
|
213
203
|
requiredFields: ["path.namespace"],
|
|
214
|
-
cliExamples: [
|
|
215
|
-
{
|
|
216
|
-
command: "f5xcctl config certified-hardware list --namespace {namespace}",
|
|
217
|
-
description: "List all certified-hardwares",
|
|
218
|
-
use_case: "list_all",
|
|
219
|
-
},
|
|
220
|
-
],
|
|
221
204
|
confirmationRequired: false,
|
|
222
205
|
parameterExamples: {
|
|
223
206
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -263,13 +246,6 @@ export const cloud_infrastructureTools = [
|
|
|
263
246
|
},
|
|
264
247
|
confirmation_required: false,
|
|
265
248
|
danger_level: "low",
|
|
266
|
-
examples: [
|
|
267
|
-
{
|
|
268
|
-
command: "f5xcctl config certified-hardware list --namespace {namespace}",
|
|
269
|
-
description: "List all certified-hardwares",
|
|
270
|
-
use_case: "list_all",
|
|
271
|
-
},
|
|
272
|
-
],
|
|
273
249
|
field_docs: {},
|
|
274
250
|
optional_fields: [],
|
|
275
251
|
performance_impact: {
|
|
@@ -280,6 +256,10 @@ export const cloud_infrastructureTools = [
|
|
|
280
256
|
required_fields: ["path.namespace"],
|
|
281
257
|
side_effects: {},
|
|
282
258
|
},
|
|
259
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/certified_hardwares" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
260
|
+
dependencies: [],
|
|
261
|
+
oneOfGroups: [],
|
|
262
|
+
subscriptionRequirements: [],
|
|
283
263
|
},
|
|
284
264
|
{
|
|
285
265
|
toolName: "f5xc-api-cloudinfrastructure-cloud-connect-create",
|
|
@@ -320,18 +300,6 @@ export const cloud_infrastructureTools = [
|
|
|
320
300
|
creates: ["cloud-connect"],
|
|
321
301
|
},
|
|
322
302
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
323
|
-
cliExamples: [
|
|
324
|
-
{
|
|
325
|
-
command: "f5xcctl config cloud-connect create {name} --namespace {namespace}",
|
|
326
|
-
description: "Create cloud-connect",
|
|
327
|
-
use_case: "basic_create",
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
command: "f5xcctl config cloud-connect create -f {file}.yaml",
|
|
331
|
-
description: "Create from YAML file",
|
|
332
|
-
use_case: "file_based",
|
|
333
|
-
},
|
|
334
|
-
],
|
|
335
303
|
confirmationRequired: false,
|
|
336
304
|
parameterExamples: {
|
|
337
305
|
"metadata.namespace": "Staging",
|
|
@@ -376,18 +344,6 @@ export const cloud_infrastructureTools = [
|
|
|
376
344
|
},
|
|
377
345
|
confirmation_required: false,
|
|
378
346
|
danger_level: "medium",
|
|
379
|
-
examples: [
|
|
380
|
-
{
|
|
381
|
-
command: "f5xcctl config cloud-connect create {name} --namespace {namespace}",
|
|
382
|
-
description: "Create cloud-connect",
|
|
383
|
-
use_case: "basic_create",
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
command: "f5xcctl config cloud-connect create -f {file}.yaml",
|
|
387
|
-
description: "Create from YAML file",
|
|
388
|
-
use_case: "file_based",
|
|
389
|
-
},
|
|
390
|
-
],
|
|
391
347
|
field_docs: {},
|
|
392
348
|
optional_fields: [],
|
|
393
349
|
performance_impact: {
|
|
@@ -400,6 +356,32 @@ export const cloud_infrastructureTools = [
|
|
|
400
356
|
creates: ["cloud-connect"],
|
|
401
357
|
},
|
|
402
358
|
},
|
|
359
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_connects" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
360
|
+
dependencies: [
|
|
361
|
+
{
|
|
362
|
+
domain: "",
|
|
363
|
+
fieldPath: "",
|
|
364
|
+
inline: false,
|
|
365
|
+
required: false,
|
|
366
|
+
resourceType: "cloud-connect",
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
domain: "",
|
|
370
|
+
fieldPath: "metadata",
|
|
371
|
+
inline: false,
|
|
372
|
+
required: false,
|
|
373
|
+
resourceType: "schema-object-create-meta",
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
domain: "",
|
|
377
|
+
fieldPath: "spec",
|
|
378
|
+
inline: false,
|
|
379
|
+
required: false,
|
|
380
|
+
resourceType: "schemacloud-connect-create",
|
|
381
|
+
},
|
|
382
|
+
],
|
|
383
|
+
oneOfGroups: [],
|
|
384
|
+
subscriptionRequirements: [],
|
|
403
385
|
},
|
|
404
386
|
{
|
|
405
387
|
toolName: "f5xc-api-cloudinfrastructure-cloud-connect-delete",
|
|
@@ -449,13 +431,6 @@ export const cloud_infrastructureTools = [
|
|
|
449
431
|
deletes: ["cloud-connect", "contained_resources"],
|
|
450
432
|
},
|
|
451
433
|
requiredFields: ["path.name", "path.namespace"],
|
|
452
|
-
cliExamples: [
|
|
453
|
-
{
|
|
454
|
-
command: "f5xcctl config cloud-connect delete {name} --namespace {namespace}",
|
|
455
|
-
description: "Delete cloud-connect",
|
|
456
|
-
use_case: "delete",
|
|
457
|
-
},
|
|
458
|
-
],
|
|
459
434
|
confirmationRequired: true,
|
|
460
435
|
parameterExamples: {
|
|
461
436
|
name: "Name",
|
|
@@ -501,13 +476,6 @@ export const cloud_infrastructureTools = [
|
|
|
501
476
|
},
|
|
502
477
|
confirmation_required: true,
|
|
503
478
|
danger_level: "high",
|
|
504
|
-
examples: [
|
|
505
|
-
{
|
|
506
|
-
command: "f5xcctl config cloud-connect delete {name} --namespace {namespace}",
|
|
507
|
-
description: "Delete cloud-connect",
|
|
508
|
-
use_case: "delete",
|
|
509
|
-
},
|
|
510
|
-
],
|
|
511
479
|
field_docs: {},
|
|
512
480
|
optional_fields: [],
|
|
513
481
|
performance_impact: {
|
|
@@ -520,6 +488,18 @@ export const cloud_infrastructureTools = [
|
|
|
520
488
|
deletes: ["cloud-connect", "contained_resources"],
|
|
521
489
|
},
|
|
522
490
|
},
|
|
491
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_connects" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
492
|
+
dependencies: [
|
|
493
|
+
{
|
|
494
|
+
domain: "",
|
|
495
|
+
fieldPath: "",
|
|
496
|
+
inline: false,
|
|
497
|
+
required: false,
|
|
498
|
+
resourceType: "cloud-connect",
|
|
499
|
+
},
|
|
500
|
+
],
|
|
501
|
+
oneOfGroups: [],
|
|
502
|
+
subscriptionRequirements: [],
|
|
523
503
|
},
|
|
524
504
|
{
|
|
525
505
|
toolName: "f5xc-api-cloudinfrastructure-cloud-connect-get",
|
|
@@ -588,13 +568,6 @@ export const cloud_infrastructureTools = [
|
|
|
588
568
|
dangerLevel: "low",
|
|
589
569
|
sideEffects: null,
|
|
590
570
|
requiredFields: ["path.name", "path.namespace"],
|
|
591
|
-
cliExamples: [
|
|
592
|
-
{
|
|
593
|
-
command: "f5xcctl config cloud-connect get {name} --namespace {namespace}",
|
|
594
|
-
description: "Get specific cloud-connect",
|
|
595
|
-
use_case: "get_specific",
|
|
596
|
-
},
|
|
597
|
-
],
|
|
598
571
|
confirmationRequired: false,
|
|
599
572
|
parameterExamples: {
|
|
600
573
|
name: "Name",
|
|
@@ -640,13 +613,6 @@ export const cloud_infrastructureTools = [
|
|
|
640
613
|
},
|
|
641
614
|
confirmation_required: false,
|
|
642
615
|
danger_level: "low",
|
|
643
|
-
examples: [
|
|
644
|
-
{
|
|
645
|
-
command: "f5xcctl config cloud-connect get {name} --namespace {namespace}",
|
|
646
|
-
description: "Get specific cloud-connect",
|
|
647
|
-
use_case: "get_specific",
|
|
648
|
-
},
|
|
649
|
-
],
|
|
650
616
|
field_docs: {},
|
|
651
617
|
optional_fields: [],
|
|
652
618
|
performance_impact: {
|
|
@@ -657,6 +623,10 @@ export const cloud_infrastructureTools = [
|
|
|
657
623
|
required_fields: ["path.name", "path.namespace"],
|
|
658
624
|
side_effects: {},
|
|
659
625
|
},
|
|
626
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_connects" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
627
|
+
dependencies: [],
|
|
628
|
+
oneOfGroups: [],
|
|
629
|
+
subscriptionRequirements: [],
|
|
660
630
|
},
|
|
661
631
|
{
|
|
662
632
|
toolName: "f5xc-api-cloudinfrastructure-cloud-connect-list",
|
|
@@ -731,13 +701,6 @@ export const cloud_infrastructureTools = [
|
|
|
731
701
|
dangerLevel: "low",
|
|
732
702
|
sideEffects: null,
|
|
733
703
|
requiredFields: ["path.namespace"],
|
|
734
|
-
cliExamples: [
|
|
735
|
-
{
|
|
736
|
-
command: "f5xcctl config cloud-connect list --namespace {namespace}",
|
|
737
|
-
description: "List all cloud-connects",
|
|
738
|
-
use_case: "list_all",
|
|
739
|
-
},
|
|
740
|
-
],
|
|
741
704
|
confirmationRequired: false,
|
|
742
705
|
parameterExamples: {
|
|
743
706
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -783,13 +746,6 @@ export const cloud_infrastructureTools = [
|
|
|
783
746
|
},
|
|
784
747
|
confirmation_required: false,
|
|
785
748
|
danger_level: "low",
|
|
786
|
-
examples: [
|
|
787
|
-
{
|
|
788
|
-
command: "f5xcctl config cloud-connect list --namespace {namespace}",
|
|
789
|
-
description: "List all cloud-connects",
|
|
790
|
-
use_case: "list_all",
|
|
791
|
-
},
|
|
792
|
-
],
|
|
793
749
|
field_docs: {},
|
|
794
750
|
optional_fields: [],
|
|
795
751
|
performance_impact: {
|
|
@@ -800,6 +756,10 @@ export const cloud_infrastructureTools = [
|
|
|
800
756
|
required_fields: ["path.namespace"],
|
|
801
757
|
side_effects: {},
|
|
802
758
|
},
|
|
759
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_connects" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
760
|
+
dependencies: [],
|
|
761
|
+
oneOfGroups: [],
|
|
762
|
+
subscriptionRequirements: [],
|
|
803
763
|
},
|
|
804
764
|
{
|
|
805
765
|
toolName: "f5xc-api-cloudinfrastructure-cloud-connect-reapply-vpc-attachment-create",
|
|
@@ -828,18 +788,6 @@ export const cloud_infrastructureTools = [
|
|
|
828
788
|
creates: ["cloud-connect-reapply-vpc-attachment"],
|
|
829
789
|
},
|
|
830
790
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
831
|
-
cliExamples: [
|
|
832
|
-
{
|
|
833
|
-
command: "f5xcctl sync-cloud-data cloud-connect-reapply-vpc-attachment create {name} --namespace {namespace}",
|
|
834
|
-
description: "Create cloud-connect-reapply-vpc-attachment",
|
|
835
|
-
use_case: "basic_create",
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
command: "f5xcctl sync-cloud-data cloud-connect-reapply-vpc-attachment create -f {file}.yaml",
|
|
839
|
-
description: "Create from YAML file",
|
|
840
|
-
use_case: "file_based",
|
|
841
|
-
},
|
|
842
|
-
],
|
|
843
791
|
confirmationRequired: false,
|
|
844
792
|
parameterExamples: {},
|
|
845
793
|
validationRules: {},
|
|
@@ -885,18 +833,6 @@ export const cloud_infrastructureTools = [
|
|
|
885
833
|
},
|
|
886
834
|
confirmation_required: false,
|
|
887
835
|
danger_level: "medium",
|
|
888
|
-
examples: [
|
|
889
|
-
{
|
|
890
|
-
command: "f5xcctl sync-cloud-data cloud-connect-reapply-vpc-attachment create {name} --namespace {namespace}",
|
|
891
|
-
description: "Create cloud-connect-reapply-vpc-attachment",
|
|
892
|
-
use_case: "basic_create",
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
command: "f5xcctl sync-cloud-data cloud-connect-reapply-vpc-attachment create -f {file}.yaml",
|
|
896
|
-
description: "Create from YAML file",
|
|
897
|
-
use_case: "file_based",
|
|
898
|
-
},
|
|
899
|
-
],
|
|
900
836
|
field_docs: {},
|
|
901
837
|
optional_fields: [],
|
|
902
838
|
performance_impact: {
|
|
@@ -909,6 +845,25 @@ export const cloud_infrastructureTools = [
|
|
|
909
845
|
creates: ["cloud-connect-reapply-vpc-attachment"],
|
|
910
846
|
},
|
|
911
847
|
},
|
|
848
|
+
curlExample: null,
|
|
849
|
+
dependencies: [
|
|
850
|
+
{
|
|
851
|
+
domain: "",
|
|
852
|
+
fieldPath: "cloud_connect",
|
|
853
|
+
inline: false,
|
|
854
|
+
required: false,
|
|
855
|
+
resourceType: "schemaviews-object-ref",
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
domain: "",
|
|
859
|
+
fieldPath: "provider",
|
|
860
|
+
inline: false,
|
|
861
|
+
required: false,
|
|
862
|
+
resourceType: "cloud-connect-cloud-connect-provider",
|
|
863
|
+
},
|
|
864
|
+
],
|
|
865
|
+
oneOfGroups: [],
|
|
866
|
+
subscriptionRequirements: [],
|
|
912
867
|
},
|
|
913
868
|
{
|
|
914
869
|
toolName: "f5xc-api-cloudinfrastructure-cloud-connect-update",
|
|
@@ -960,13 +915,6 @@ export const cloud_infrastructureTools = [
|
|
|
960
915
|
modifies: ["cloud-connect"],
|
|
961
916
|
},
|
|
962
917
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
963
|
-
cliExamples: [
|
|
964
|
-
{
|
|
965
|
-
command: "f5xcctl config cloud-connect update {name} --namespace {namespace} -f {file}.yaml",
|
|
966
|
-
description: "Update cloud-connect",
|
|
967
|
-
use_case: "update",
|
|
968
|
-
},
|
|
969
|
-
],
|
|
970
918
|
confirmationRequired: false,
|
|
971
919
|
parameterExamples: {
|
|
972
920
|
"metadata.name": "Example-corp-web.",
|
|
@@ -1012,13 +960,6 @@ export const cloud_infrastructureTools = [
|
|
|
1012
960
|
},
|
|
1013
961
|
confirmation_required: false,
|
|
1014
962
|
danger_level: "medium",
|
|
1015
|
-
examples: [
|
|
1016
|
-
{
|
|
1017
|
-
command: "f5xcctl config cloud-connect update {name} --namespace {namespace} -f {file}.yaml",
|
|
1018
|
-
description: "Update cloud-connect",
|
|
1019
|
-
use_case: "update",
|
|
1020
|
-
},
|
|
1021
|
-
],
|
|
1022
963
|
field_docs: {},
|
|
1023
964
|
optional_fields: [],
|
|
1024
965
|
performance_impact: {
|
|
@@ -1031,6 +972,32 @@ export const cloud_infrastructureTools = [
|
|
|
1031
972
|
modifies: ["cloud-connect"],
|
|
1032
973
|
},
|
|
1033
974
|
},
|
|
975
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_connects" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
976
|
+
dependencies: [
|
|
977
|
+
{
|
|
978
|
+
domain: "",
|
|
979
|
+
fieldPath: "",
|
|
980
|
+
inline: false,
|
|
981
|
+
required: false,
|
|
982
|
+
resourceType: "cloud-connect",
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
domain: "",
|
|
986
|
+
fieldPath: "metadata",
|
|
987
|
+
inline: false,
|
|
988
|
+
required: false,
|
|
989
|
+
resourceType: "schema-object-replace-meta",
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
domain: "",
|
|
993
|
+
fieldPath: "spec",
|
|
994
|
+
inline: false,
|
|
995
|
+
required: false,
|
|
996
|
+
resourceType: "schemacloud-connect-replace",
|
|
997
|
+
},
|
|
998
|
+
],
|
|
999
|
+
oneOfGroups: [],
|
|
1000
|
+
subscriptionRequirements: [],
|
|
1034
1001
|
},
|
|
1035
1002
|
{
|
|
1036
1003
|
toolName: "f5xc-api-cloudinfrastructure-cloud-credentials-create",
|
|
@@ -1071,18 +1038,6 @@ export const cloud_infrastructureTools = [
|
|
|
1071
1038
|
creates: ["cloud-credentials"],
|
|
1072
1039
|
},
|
|
1073
1040
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
1074
|
-
cliExamples: [
|
|
1075
|
-
{
|
|
1076
|
-
command: "f5xcctl config cloud-credentials create {name} --namespace {namespace}",
|
|
1077
|
-
description: "Create cloud-credentials",
|
|
1078
|
-
use_case: "basic_create",
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
command: "f5xcctl config cloud-credentials create -f {file}.yaml",
|
|
1082
|
-
description: "Create from YAML file",
|
|
1083
|
-
use_case: "file_based",
|
|
1084
|
-
},
|
|
1085
|
-
],
|
|
1086
1041
|
confirmationRequired: false,
|
|
1087
1042
|
parameterExamples: {
|
|
1088
1043
|
"metadata.namespace": "Staging",
|
|
@@ -1130,18 +1085,6 @@ export const cloud_infrastructureTools = [
|
|
|
1130
1085
|
},
|
|
1131
1086
|
confirmation_required: false,
|
|
1132
1087
|
danger_level: "medium",
|
|
1133
|
-
examples: [
|
|
1134
|
-
{
|
|
1135
|
-
command: "f5xcctl config cloud-credentials create {name} --namespace {namespace}",
|
|
1136
|
-
description: "Create cloud-credentials",
|
|
1137
|
-
use_case: "basic_create",
|
|
1138
|
-
},
|
|
1139
|
-
{
|
|
1140
|
-
command: "f5xcctl config cloud-credentials create -f {file}.yaml",
|
|
1141
|
-
description: "Create from YAML file",
|
|
1142
|
-
use_case: "file_based",
|
|
1143
|
-
},
|
|
1144
|
-
],
|
|
1145
1088
|
field_docs: {},
|
|
1146
1089
|
optional_fields: [],
|
|
1147
1090
|
performance_impact: {
|
|
@@ -1154,6 +1097,32 @@ export const cloud_infrastructureTools = [
|
|
|
1154
1097
|
creates: ["cloud-credentials"],
|
|
1155
1098
|
},
|
|
1156
1099
|
},
|
|
1100
|
+
curlExample: null,
|
|
1101
|
+
dependencies: [
|
|
1102
|
+
{
|
|
1103
|
+
domain: "",
|
|
1104
|
+
fieldPath: "",
|
|
1105
|
+
inline: false,
|
|
1106
|
+
required: false,
|
|
1107
|
+
resourceType: "cloud-credentials",
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
domain: "",
|
|
1111
|
+
fieldPath: "metadata",
|
|
1112
|
+
inline: false,
|
|
1113
|
+
required: false,
|
|
1114
|
+
resourceType: "schema-object-create-meta",
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
domain: "",
|
|
1118
|
+
fieldPath: "spec",
|
|
1119
|
+
inline: false,
|
|
1120
|
+
required: false,
|
|
1121
|
+
resourceType: "cloud-credentials-create",
|
|
1122
|
+
},
|
|
1123
|
+
],
|
|
1124
|
+
oneOfGroups: [],
|
|
1125
|
+
subscriptionRequirements: [],
|
|
1157
1126
|
},
|
|
1158
1127
|
{
|
|
1159
1128
|
toolName: "f5xc-api-cloudinfrastructure-cloud-credentials-delete",
|
|
@@ -1203,13 +1172,6 @@ export const cloud_infrastructureTools = [
|
|
|
1203
1172
|
deletes: ["cloud-credentials", "contained_resources"],
|
|
1204
1173
|
},
|
|
1205
1174
|
requiredFields: ["path.name", "path.namespace"],
|
|
1206
|
-
cliExamples: [
|
|
1207
|
-
{
|
|
1208
|
-
command: "f5xcctl config cloud-credentials delete {name} --namespace {namespace}",
|
|
1209
|
-
description: "Delete cloud-credentials",
|
|
1210
|
-
use_case: "delete",
|
|
1211
|
-
},
|
|
1212
|
-
],
|
|
1213
1175
|
confirmationRequired: true,
|
|
1214
1176
|
parameterExamples: {
|
|
1215
1177
|
name: "Name",
|
|
@@ -1255,13 +1217,6 @@ export const cloud_infrastructureTools = [
|
|
|
1255
1217
|
},
|
|
1256
1218
|
confirmation_required: true,
|
|
1257
1219
|
danger_level: "high",
|
|
1258
|
-
examples: [
|
|
1259
|
-
{
|
|
1260
|
-
command: "f5xcctl config cloud-credentials delete {name} --namespace {namespace}",
|
|
1261
|
-
description: "Delete cloud-credentials",
|
|
1262
|
-
use_case: "delete",
|
|
1263
|
-
},
|
|
1264
|
-
],
|
|
1265
1220
|
field_docs: {},
|
|
1266
1221
|
optional_fields: [],
|
|
1267
1222
|
performance_impact: {
|
|
@@ -1274,6 +1229,18 @@ export const cloud_infrastructureTools = [
|
|
|
1274
1229
|
deletes: ["cloud-credentials", "contained_resources"],
|
|
1275
1230
|
},
|
|
1276
1231
|
},
|
|
1232
|
+
curlExample: null,
|
|
1233
|
+
dependencies: [
|
|
1234
|
+
{
|
|
1235
|
+
domain: "",
|
|
1236
|
+
fieldPath: "",
|
|
1237
|
+
inline: false,
|
|
1238
|
+
required: false,
|
|
1239
|
+
resourceType: "cloud-credentials",
|
|
1240
|
+
},
|
|
1241
|
+
],
|
|
1242
|
+
oneOfGroups: [],
|
|
1243
|
+
subscriptionRequirements: [],
|
|
1277
1244
|
},
|
|
1278
1245
|
{
|
|
1279
1246
|
toolName: "f5xc-api-cloudinfrastructure-cloud-credentials-get",
|
|
@@ -1342,13 +1309,6 @@ export const cloud_infrastructureTools = [
|
|
|
1342
1309
|
dangerLevel: "low",
|
|
1343
1310
|
sideEffects: null,
|
|
1344
1311
|
requiredFields: ["path.name", "path.namespace"],
|
|
1345
|
-
cliExamples: [
|
|
1346
|
-
{
|
|
1347
|
-
command: "f5xcctl config cloud-credentials get {name} --namespace {namespace}",
|
|
1348
|
-
description: "Get specific cloud-credentials",
|
|
1349
|
-
use_case: "get_specific",
|
|
1350
|
-
},
|
|
1351
|
-
],
|
|
1352
1312
|
confirmationRequired: false,
|
|
1353
1313
|
parameterExamples: {
|
|
1354
1314
|
name: "Name",
|
|
@@ -1394,13 +1354,6 @@ export const cloud_infrastructureTools = [
|
|
|
1394
1354
|
},
|
|
1395
1355
|
confirmation_required: false,
|
|
1396
1356
|
danger_level: "low",
|
|
1397
|
-
examples: [
|
|
1398
|
-
{
|
|
1399
|
-
command: "f5xcctl config cloud-credentials get {name} --namespace {namespace}",
|
|
1400
|
-
description: "Get specific cloud-credentials",
|
|
1401
|
-
use_case: "get_specific",
|
|
1402
|
-
},
|
|
1403
|
-
],
|
|
1404
1357
|
field_docs: {},
|
|
1405
1358
|
optional_fields: [],
|
|
1406
1359
|
performance_impact: {
|
|
@@ -1411,6 +1364,10 @@ export const cloud_infrastructureTools = [
|
|
|
1411
1364
|
required_fields: ["path.name", "path.namespace"],
|
|
1412
1365
|
side_effects: {},
|
|
1413
1366
|
},
|
|
1367
|
+
curlExample: null,
|
|
1368
|
+
dependencies: [],
|
|
1369
|
+
oneOfGroups: [],
|
|
1370
|
+
subscriptionRequirements: [],
|
|
1414
1371
|
},
|
|
1415
1372
|
{
|
|
1416
1373
|
toolName: "f5xc-api-cloudinfrastructure-cloud-credentials-list",
|
|
@@ -1485,13 +1442,6 @@ export const cloud_infrastructureTools = [
|
|
|
1485
1442
|
dangerLevel: "low",
|
|
1486
1443
|
sideEffects: null,
|
|
1487
1444
|
requiredFields: ["path.namespace"],
|
|
1488
|
-
cliExamples: [
|
|
1489
|
-
{
|
|
1490
|
-
command: "f5xcctl config cloud-credentials list --namespace {namespace}",
|
|
1491
|
-
description: "List all cloud-credentialss",
|
|
1492
|
-
use_case: "list_all",
|
|
1493
|
-
},
|
|
1494
|
-
],
|
|
1495
1445
|
confirmationRequired: false,
|
|
1496
1446
|
parameterExamples: {
|
|
1497
1447
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -1537,13 +1487,6 @@ export const cloud_infrastructureTools = [
|
|
|
1537
1487
|
},
|
|
1538
1488
|
confirmation_required: false,
|
|
1539
1489
|
danger_level: "low",
|
|
1540
|
-
examples: [
|
|
1541
|
-
{
|
|
1542
|
-
command: "f5xcctl config cloud-credentials list --namespace {namespace}",
|
|
1543
|
-
description: "List all cloud-credentialss",
|
|
1544
|
-
use_case: "list_all",
|
|
1545
|
-
},
|
|
1546
|
-
],
|
|
1547
1490
|
field_docs: {},
|
|
1548
1491
|
optional_fields: [],
|
|
1549
1492
|
performance_impact: {
|
|
@@ -1554,6 +1497,10 @@ export const cloud_infrastructureTools = [
|
|
|
1554
1497
|
required_fields: ["path.namespace"],
|
|
1555
1498
|
side_effects: {},
|
|
1556
1499
|
},
|
|
1500
|
+
curlExample: null,
|
|
1501
|
+
dependencies: [],
|
|
1502
|
+
oneOfGroups: [],
|
|
1503
|
+
subscriptionRequirements: [],
|
|
1557
1504
|
},
|
|
1558
1505
|
{
|
|
1559
1506
|
toolName: "f5xc-api-cloudinfrastructure-cloud-credentials-update",
|
|
@@ -1605,13 +1552,6 @@ export const cloud_infrastructureTools = [
|
|
|
1605
1552
|
modifies: ["cloud-credentials"],
|
|
1606
1553
|
},
|
|
1607
1554
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
1608
|
-
cliExamples: [
|
|
1609
|
-
{
|
|
1610
|
-
command: "f5xcctl config cloud-credentials update {name} --namespace {namespace} -f {file}.yaml",
|
|
1611
|
-
description: "Update cloud-credentials",
|
|
1612
|
-
use_case: "update",
|
|
1613
|
-
},
|
|
1614
|
-
],
|
|
1615
1555
|
confirmationRequired: false,
|
|
1616
1556
|
parameterExamples: {
|
|
1617
1557
|
"metadata.name": "Example-corp-web.",
|
|
@@ -1657,13 +1597,6 @@ export const cloud_infrastructureTools = [
|
|
|
1657
1597
|
},
|
|
1658
1598
|
confirmation_required: false,
|
|
1659
1599
|
danger_level: "medium",
|
|
1660
|
-
examples: [
|
|
1661
|
-
{
|
|
1662
|
-
command: "f5xcctl config cloud-credentials update {name} --namespace {namespace} -f {file}.yaml",
|
|
1663
|
-
description: "Update cloud-credentials",
|
|
1664
|
-
use_case: "update",
|
|
1665
|
-
},
|
|
1666
|
-
],
|
|
1667
1600
|
field_docs: {},
|
|
1668
1601
|
optional_fields: [],
|
|
1669
1602
|
performance_impact: {
|
|
@@ -1676,6 +1609,32 @@ export const cloud_infrastructureTools = [
|
|
|
1676
1609
|
modifies: ["cloud-credentials"],
|
|
1677
1610
|
},
|
|
1678
1611
|
},
|
|
1612
|
+
curlExample: null,
|
|
1613
|
+
dependencies: [
|
|
1614
|
+
{
|
|
1615
|
+
domain: "",
|
|
1616
|
+
fieldPath: "",
|
|
1617
|
+
inline: false,
|
|
1618
|
+
required: false,
|
|
1619
|
+
resourceType: "cloud-credentials",
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
domain: "",
|
|
1623
|
+
fieldPath: "metadata",
|
|
1624
|
+
inline: false,
|
|
1625
|
+
required: false,
|
|
1626
|
+
resourceType: "schema-object-replace-meta",
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
domain: "",
|
|
1630
|
+
fieldPath: "spec",
|
|
1631
|
+
inline: false,
|
|
1632
|
+
required: false,
|
|
1633
|
+
resourceType: "cloud-credentials-replace",
|
|
1634
|
+
},
|
|
1635
|
+
],
|
|
1636
|
+
oneOfGroups: [],
|
|
1637
|
+
subscriptionRequirements: [],
|
|
1679
1638
|
},
|
|
1680
1639
|
{
|
|
1681
1640
|
toolName: "f5xc-api-cloudinfrastructure-cloud-elastic-ip-create",
|
|
@@ -1716,18 +1675,6 @@ export const cloud_infrastructureTools = [
|
|
|
1716
1675
|
creates: ["cloud-elastic-ip"],
|
|
1717
1676
|
},
|
|
1718
1677
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
1719
|
-
cliExamples: [
|
|
1720
|
-
{
|
|
1721
|
-
command: "f5xcctl config cloud-elastic-ip create {name} --namespace {namespace}",
|
|
1722
|
-
description: "Create cloud-elastic-ip",
|
|
1723
|
-
use_case: "basic_create",
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
command: "f5xcctl config cloud-elastic-ip create -f {file}.yaml",
|
|
1727
|
-
description: "Create from YAML file",
|
|
1728
|
-
use_case: "file_based",
|
|
1729
|
-
},
|
|
1730
|
-
],
|
|
1731
1678
|
confirmationRequired: false,
|
|
1732
1679
|
parameterExamples: {
|
|
1733
1680
|
"metadata.namespace": "Staging",
|
|
@@ -1775,18 +1722,6 @@ export const cloud_infrastructureTools = [
|
|
|
1775
1722
|
},
|
|
1776
1723
|
confirmation_required: false,
|
|
1777
1724
|
danger_level: "medium",
|
|
1778
|
-
examples: [
|
|
1779
|
-
{
|
|
1780
|
-
command: "f5xcctl config cloud-elastic-ip create {name} --namespace {namespace}",
|
|
1781
|
-
description: "Create cloud-elastic-ip",
|
|
1782
|
-
use_case: "basic_create",
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
command: "f5xcctl config cloud-elastic-ip create -f {file}.yaml",
|
|
1786
|
-
description: "Create from YAML file",
|
|
1787
|
-
use_case: "file_based",
|
|
1788
|
-
},
|
|
1789
|
-
],
|
|
1790
1725
|
field_docs: {},
|
|
1791
1726
|
optional_fields: [],
|
|
1792
1727
|
performance_impact: {
|
|
@@ -1799,6 +1734,32 @@ export const cloud_infrastructureTools = [
|
|
|
1799
1734
|
creates: ["cloud-elastic-ip"],
|
|
1800
1735
|
},
|
|
1801
1736
|
},
|
|
1737
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_elastic_ips" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1738
|
+
dependencies: [
|
|
1739
|
+
{
|
|
1740
|
+
domain: "",
|
|
1741
|
+
fieldPath: "",
|
|
1742
|
+
inline: false,
|
|
1743
|
+
required: false,
|
|
1744
|
+
resourceType: "cloud-elastic-ip",
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
domain: "",
|
|
1748
|
+
fieldPath: "metadata",
|
|
1749
|
+
inline: false,
|
|
1750
|
+
required: false,
|
|
1751
|
+
resourceType: "schema-object-create-meta",
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
domain: "",
|
|
1755
|
+
fieldPath: "spec",
|
|
1756
|
+
inline: false,
|
|
1757
|
+
required: false,
|
|
1758
|
+
resourceType: "cloud-elastic-ip-create",
|
|
1759
|
+
},
|
|
1760
|
+
],
|
|
1761
|
+
oneOfGroups: [],
|
|
1762
|
+
subscriptionRequirements: [],
|
|
1802
1763
|
},
|
|
1803
1764
|
{
|
|
1804
1765
|
toolName: "f5xc-api-cloudinfrastructure-cloud-elastic-ip-delete",
|
|
@@ -1848,13 +1809,6 @@ export const cloud_infrastructureTools = [
|
|
|
1848
1809
|
deletes: ["cloud-elastic-ip", "contained_resources"],
|
|
1849
1810
|
},
|
|
1850
1811
|
requiredFields: ["path.name", "path.namespace"],
|
|
1851
|
-
cliExamples: [
|
|
1852
|
-
{
|
|
1853
|
-
command: "f5xcctl config cloud-elastic-ip delete {name} --namespace {namespace}",
|
|
1854
|
-
description: "Delete cloud-elastic-ip",
|
|
1855
|
-
use_case: "delete",
|
|
1856
|
-
},
|
|
1857
|
-
],
|
|
1858
1812
|
confirmationRequired: true,
|
|
1859
1813
|
parameterExamples: {
|
|
1860
1814
|
name: "Name",
|
|
@@ -1900,13 +1854,6 @@ export const cloud_infrastructureTools = [
|
|
|
1900
1854
|
},
|
|
1901
1855
|
confirmation_required: true,
|
|
1902
1856
|
danger_level: "high",
|
|
1903
|
-
examples: [
|
|
1904
|
-
{
|
|
1905
|
-
command: "f5xcctl config cloud-elastic-ip delete {name} --namespace {namespace}",
|
|
1906
|
-
description: "Delete cloud-elastic-ip",
|
|
1907
|
-
use_case: "delete",
|
|
1908
|
-
},
|
|
1909
|
-
],
|
|
1910
1857
|
field_docs: {},
|
|
1911
1858
|
optional_fields: [],
|
|
1912
1859
|
performance_impact: {
|
|
@@ -1919,6 +1866,18 @@ export const cloud_infrastructureTools = [
|
|
|
1919
1866
|
deletes: ["cloud-elastic-ip", "contained_resources"],
|
|
1920
1867
|
},
|
|
1921
1868
|
},
|
|
1869
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_elastic_ips" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1870
|
+
dependencies: [
|
|
1871
|
+
{
|
|
1872
|
+
domain: "",
|
|
1873
|
+
fieldPath: "",
|
|
1874
|
+
inline: false,
|
|
1875
|
+
required: false,
|
|
1876
|
+
resourceType: "cloud-elastic-ip",
|
|
1877
|
+
},
|
|
1878
|
+
],
|
|
1879
|
+
oneOfGroups: [],
|
|
1880
|
+
subscriptionRequirements: [],
|
|
1922
1881
|
},
|
|
1923
1882
|
{
|
|
1924
1883
|
toolName: "f5xc-api-cloudinfrastructure-cloud-elastic-ip-get",
|
|
@@ -1987,13 +1946,6 @@ export const cloud_infrastructureTools = [
|
|
|
1987
1946
|
dangerLevel: "low",
|
|
1988
1947
|
sideEffects: null,
|
|
1989
1948
|
requiredFields: ["path.name", "path.namespace"],
|
|
1990
|
-
cliExamples: [
|
|
1991
|
-
{
|
|
1992
|
-
command: "f5xcctl config cloud-elastic-ip get {name} --namespace {namespace}",
|
|
1993
|
-
description: "Get specific cloud-elastic-ip",
|
|
1994
|
-
use_case: "get_specific",
|
|
1995
|
-
},
|
|
1996
|
-
],
|
|
1997
1949
|
confirmationRequired: false,
|
|
1998
1950
|
parameterExamples: {
|
|
1999
1951
|
name: "Name",
|
|
@@ -2039,13 +1991,6 @@ export const cloud_infrastructureTools = [
|
|
|
2039
1991
|
},
|
|
2040
1992
|
confirmation_required: false,
|
|
2041
1993
|
danger_level: "low",
|
|
2042
|
-
examples: [
|
|
2043
|
-
{
|
|
2044
|
-
command: "f5xcctl config cloud-elastic-ip get {name} --namespace {namespace}",
|
|
2045
|
-
description: "Get specific cloud-elastic-ip",
|
|
2046
|
-
use_case: "get_specific",
|
|
2047
|
-
},
|
|
2048
|
-
],
|
|
2049
1994
|
field_docs: {},
|
|
2050
1995
|
optional_fields: [],
|
|
2051
1996
|
performance_impact: {
|
|
@@ -2056,6 +2001,10 @@ export const cloud_infrastructureTools = [
|
|
|
2056
2001
|
required_fields: ["path.name", "path.namespace"],
|
|
2057
2002
|
side_effects: {},
|
|
2058
2003
|
},
|
|
2004
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_elastic_ips" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2005
|
+
dependencies: [],
|
|
2006
|
+
oneOfGroups: [],
|
|
2007
|
+
subscriptionRequirements: [],
|
|
2059
2008
|
},
|
|
2060
2009
|
{
|
|
2061
2010
|
toolName: "f5xc-api-cloudinfrastructure-cloud-elastic-ip-list",
|
|
@@ -2130,13 +2079,6 @@ export const cloud_infrastructureTools = [
|
|
|
2130
2079
|
dangerLevel: "low",
|
|
2131
2080
|
sideEffects: null,
|
|
2132
2081
|
requiredFields: ["path.namespace"],
|
|
2133
|
-
cliExamples: [
|
|
2134
|
-
{
|
|
2135
|
-
command: "f5xcctl config cloud-elastic-ip list --namespace {namespace}",
|
|
2136
|
-
description: "List all cloud-elastic-ips",
|
|
2137
|
-
use_case: "list_all",
|
|
2138
|
-
},
|
|
2139
|
-
],
|
|
2140
2082
|
confirmationRequired: false,
|
|
2141
2083
|
parameterExamples: {
|
|
2142
2084
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -2182,13 +2124,6 @@ export const cloud_infrastructureTools = [
|
|
|
2182
2124
|
},
|
|
2183
2125
|
confirmation_required: false,
|
|
2184
2126
|
danger_level: "low",
|
|
2185
|
-
examples: [
|
|
2186
|
-
{
|
|
2187
|
-
command: "f5xcctl config cloud-elastic-ip list --namespace {namespace}",
|
|
2188
|
-
description: "List all cloud-elastic-ips",
|
|
2189
|
-
use_case: "list_all",
|
|
2190
|
-
},
|
|
2191
|
-
],
|
|
2192
2127
|
field_docs: {},
|
|
2193
2128
|
optional_fields: [],
|
|
2194
2129
|
performance_impact: {
|
|
@@ -2199,6 +2134,10 @@ export const cloud_infrastructureTools = [
|
|
|
2199
2134
|
required_fields: ["path.namespace"],
|
|
2200
2135
|
side_effects: {},
|
|
2201
2136
|
},
|
|
2137
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_elastic_ips" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2138
|
+
dependencies: [],
|
|
2139
|
+
oneOfGroups: [],
|
|
2140
|
+
subscriptionRequirements: [],
|
|
2202
2141
|
},
|
|
2203
2142
|
{
|
|
2204
2143
|
toolName: "f5xc-api-cloudinfrastructure-cloud-elastic-ip-update",
|
|
@@ -2250,13 +2189,6 @@ export const cloud_infrastructureTools = [
|
|
|
2250
2189
|
modifies: ["cloud-elastic-ip"],
|
|
2251
2190
|
},
|
|
2252
2191
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
2253
|
-
cliExamples: [
|
|
2254
|
-
{
|
|
2255
|
-
command: "f5xcctl config cloud-elastic-ip update {name} --namespace {namespace} -f {file}.yaml",
|
|
2256
|
-
description: "Update cloud-elastic-ip",
|
|
2257
|
-
use_case: "update",
|
|
2258
|
-
},
|
|
2259
|
-
],
|
|
2260
2192
|
confirmationRequired: false,
|
|
2261
2193
|
parameterExamples: {
|
|
2262
2194
|
"metadata.name": "Example-corp-web.",
|
|
@@ -2302,13 +2234,6 @@ export const cloud_infrastructureTools = [
|
|
|
2302
2234
|
},
|
|
2303
2235
|
confirmation_required: false,
|
|
2304
2236
|
danger_level: "medium",
|
|
2305
|
-
examples: [
|
|
2306
|
-
{
|
|
2307
|
-
command: "f5xcctl config cloud-elastic-ip update {name} --namespace {namespace} -f {file}.yaml",
|
|
2308
|
-
description: "Update cloud-elastic-ip",
|
|
2309
|
-
use_case: "update",
|
|
2310
|
-
},
|
|
2311
|
-
],
|
|
2312
2237
|
field_docs: {},
|
|
2313
2238
|
optional_fields: [],
|
|
2314
2239
|
performance_impact: {
|
|
@@ -2321,6 +2246,32 @@ export const cloud_infrastructureTools = [
|
|
|
2321
2246
|
modifies: ["cloud-elastic-ip"],
|
|
2322
2247
|
},
|
|
2323
2248
|
},
|
|
2249
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_elastic_ips" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2250
|
+
dependencies: [
|
|
2251
|
+
{
|
|
2252
|
+
domain: "",
|
|
2253
|
+
fieldPath: "",
|
|
2254
|
+
inline: false,
|
|
2255
|
+
required: false,
|
|
2256
|
+
resourceType: "cloud-elastic-ip",
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
domain: "",
|
|
2260
|
+
fieldPath: "metadata",
|
|
2261
|
+
inline: false,
|
|
2262
|
+
required: false,
|
|
2263
|
+
resourceType: "schema-object-replace-meta",
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
domain: "",
|
|
2267
|
+
fieldPath: "spec",
|
|
2268
|
+
inline: false,
|
|
2269
|
+
required: false,
|
|
2270
|
+
resourceType: "cloud-elastic-ip-replace",
|
|
2271
|
+
},
|
|
2272
|
+
],
|
|
2273
|
+
oneOfGroups: [],
|
|
2274
|
+
subscriptionRequirements: [],
|
|
2324
2275
|
},
|
|
2325
2276
|
{
|
|
2326
2277
|
toolName: "f5xc-api-cloudinfrastructure-cloud-link-create",
|
|
@@ -2361,18 +2312,6 @@ export const cloud_infrastructureTools = [
|
|
|
2361
2312
|
creates: ["cloud-link"],
|
|
2362
2313
|
},
|
|
2363
2314
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
2364
|
-
cliExamples: [
|
|
2365
|
-
{
|
|
2366
|
-
command: "f5xcctl config cloud-link create {name} --namespace {namespace}",
|
|
2367
|
-
description: "Create cloud-link",
|
|
2368
|
-
use_case: "basic_create",
|
|
2369
|
-
},
|
|
2370
|
-
{
|
|
2371
|
-
command: "f5xcctl config cloud-link create -f {file}.yaml",
|
|
2372
|
-
description: "Create from YAML file",
|
|
2373
|
-
use_case: "file_based",
|
|
2374
|
-
},
|
|
2375
|
-
],
|
|
2376
2315
|
confirmationRequired: false,
|
|
2377
2316
|
parameterExamples: {
|
|
2378
2317
|
"metadata.namespace": "Staging",
|
|
@@ -2417,18 +2356,6 @@ export const cloud_infrastructureTools = [
|
|
|
2417
2356
|
},
|
|
2418
2357
|
confirmation_required: false,
|
|
2419
2358
|
danger_level: "medium",
|
|
2420
|
-
examples: [
|
|
2421
|
-
{
|
|
2422
|
-
command: "f5xcctl config cloud-link create {name} --namespace {namespace}",
|
|
2423
|
-
description: "Create cloud-link",
|
|
2424
|
-
use_case: "basic_create",
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
command: "f5xcctl config cloud-link create -f {file}.yaml",
|
|
2428
|
-
description: "Create from YAML file",
|
|
2429
|
-
use_case: "file_based",
|
|
2430
|
-
},
|
|
2431
|
-
],
|
|
2432
2359
|
field_docs: {},
|
|
2433
2360
|
optional_fields: [],
|
|
2434
2361
|
performance_impact: {
|
|
@@ -2441,6 +2368,32 @@ export const cloud_infrastructureTools = [
|
|
|
2441
2368
|
creates: ["cloud-link"],
|
|
2442
2369
|
},
|
|
2443
2370
|
},
|
|
2371
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_links" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2372
|
+
dependencies: [
|
|
2373
|
+
{
|
|
2374
|
+
domain: "",
|
|
2375
|
+
fieldPath: "",
|
|
2376
|
+
inline: false,
|
|
2377
|
+
required: false,
|
|
2378
|
+
resourceType: "cloud-link",
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
domain: "",
|
|
2382
|
+
fieldPath: "metadata",
|
|
2383
|
+
inline: false,
|
|
2384
|
+
required: false,
|
|
2385
|
+
resourceType: "schema-object-create-meta",
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
domain: "",
|
|
2389
|
+
fieldPath: "spec",
|
|
2390
|
+
inline: false,
|
|
2391
|
+
required: false,
|
|
2392
|
+
resourceType: "schemacloud-link-create",
|
|
2393
|
+
},
|
|
2394
|
+
],
|
|
2395
|
+
oneOfGroups: [],
|
|
2396
|
+
subscriptionRequirements: [],
|
|
2444
2397
|
},
|
|
2445
2398
|
{
|
|
2446
2399
|
toolName: "f5xc-api-cloudinfrastructure-cloud-link-delete",
|
|
@@ -2490,13 +2443,6 @@ export const cloud_infrastructureTools = [
|
|
|
2490
2443
|
deletes: ["cloud-link", "contained_resources"],
|
|
2491
2444
|
},
|
|
2492
2445
|
requiredFields: ["path.name", "path.namespace"],
|
|
2493
|
-
cliExamples: [
|
|
2494
|
-
{
|
|
2495
|
-
command: "f5xcctl config cloud-link delete {name} --namespace {namespace}",
|
|
2496
|
-
description: "Delete cloud-link",
|
|
2497
|
-
use_case: "delete",
|
|
2498
|
-
},
|
|
2499
|
-
],
|
|
2500
2446
|
confirmationRequired: true,
|
|
2501
2447
|
parameterExamples: {
|
|
2502
2448
|
name: "Name",
|
|
@@ -2542,13 +2488,6 @@ export const cloud_infrastructureTools = [
|
|
|
2542
2488
|
},
|
|
2543
2489
|
confirmation_required: true,
|
|
2544
2490
|
danger_level: "high",
|
|
2545
|
-
examples: [
|
|
2546
|
-
{
|
|
2547
|
-
command: "f5xcctl config cloud-link delete {name} --namespace {namespace}",
|
|
2548
|
-
description: "Delete cloud-link",
|
|
2549
|
-
use_case: "delete",
|
|
2550
|
-
},
|
|
2551
|
-
],
|
|
2552
2491
|
field_docs: {},
|
|
2553
2492
|
optional_fields: [],
|
|
2554
2493
|
performance_impact: {
|
|
@@ -2561,6 +2500,18 @@ export const cloud_infrastructureTools = [
|
|
|
2561
2500
|
deletes: ["cloud-link", "contained_resources"],
|
|
2562
2501
|
},
|
|
2563
2502
|
},
|
|
2503
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_links" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2504
|
+
dependencies: [
|
|
2505
|
+
{
|
|
2506
|
+
domain: "",
|
|
2507
|
+
fieldPath: "",
|
|
2508
|
+
inline: false,
|
|
2509
|
+
required: false,
|
|
2510
|
+
resourceType: "cloud-link",
|
|
2511
|
+
},
|
|
2512
|
+
],
|
|
2513
|
+
oneOfGroups: [],
|
|
2514
|
+
subscriptionRequirements: [],
|
|
2564
2515
|
},
|
|
2565
2516
|
{
|
|
2566
2517
|
toolName: "f5xc-api-cloudinfrastructure-cloud-link-get",
|
|
@@ -2629,13 +2580,6 @@ export const cloud_infrastructureTools = [
|
|
|
2629
2580
|
dangerLevel: "low",
|
|
2630
2581
|
sideEffects: null,
|
|
2631
2582
|
requiredFields: ["path.name", "path.namespace"],
|
|
2632
|
-
cliExamples: [
|
|
2633
|
-
{
|
|
2634
|
-
command: "f5xcctl config cloud-link get {name} --namespace {namespace}",
|
|
2635
|
-
description: "Get specific cloud-link",
|
|
2636
|
-
use_case: "get_specific",
|
|
2637
|
-
},
|
|
2638
|
-
],
|
|
2639
2583
|
confirmationRequired: false,
|
|
2640
2584
|
parameterExamples: {
|
|
2641
2585
|
name: "Name",
|
|
@@ -2681,13 +2625,6 @@ export const cloud_infrastructureTools = [
|
|
|
2681
2625
|
},
|
|
2682
2626
|
confirmation_required: false,
|
|
2683
2627
|
danger_level: "low",
|
|
2684
|
-
examples: [
|
|
2685
|
-
{
|
|
2686
|
-
command: "f5xcctl config cloud-link get {name} --namespace {namespace}",
|
|
2687
|
-
description: "Get specific cloud-link",
|
|
2688
|
-
use_case: "get_specific",
|
|
2689
|
-
},
|
|
2690
|
-
],
|
|
2691
2628
|
field_docs: {},
|
|
2692
2629
|
optional_fields: [],
|
|
2693
2630
|
performance_impact: {
|
|
@@ -2698,6 +2635,10 @@ export const cloud_infrastructureTools = [
|
|
|
2698
2635
|
required_fields: ["path.name", "path.namespace"],
|
|
2699
2636
|
side_effects: {},
|
|
2700
2637
|
},
|
|
2638
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_links" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2639
|
+
dependencies: [],
|
|
2640
|
+
oneOfGroups: [],
|
|
2641
|
+
subscriptionRequirements: [],
|
|
2701
2642
|
},
|
|
2702
2643
|
{
|
|
2703
2644
|
toolName: "f5xc-api-cloudinfrastructure-cloud-link-list",
|
|
@@ -2772,13 +2713,6 @@ export const cloud_infrastructureTools = [
|
|
|
2772
2713
|
dangerLevel: "low",
|
|
2773
2714
|
sideEffects: null,
|
|
2774
2715
|
requiredFields: ["path.namespace"],
|
|
2775
|
-
cliExamples: [
|
|
2776
|
-
{
|
|
2777
|
-
command: "f5xcctl config cloud-link list --namespace {namespace}",
|
|
2778
|
-
description: "List all cloud-links",
|
|
2779
|
-
use_case: "list_all",
|
|
2780
|
-
},
|
|
2781
|
-
],
|
|
2782
2716
|
confirmationRequired: false,
|
|
2783
2717
|
parameterExamples: {
|
|
2784
2718
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -2824,13 +2758,6 @@ export const cloud_infrastructureTools = [
|
|
|
2824
2758
|
},
|
|
2825
2759
|
confirmation_required: false,
|
|
2826
2760
|
danger_level: "low",
|
|
2827
|
-
examples: [
|
|
2828
|
-
{
|
|
2829
|
-
command: "f5xcctl config cloud-link list --namespace {namespace}",
|
|
2830
|
-
description: "List all cloud-links",
|
|
2831
|
-
use_case: "list_all",
|
|
2832
|
-
},
|
|
2833
|
-
],
|
|
2834
2761
|
field_docs: {},
|
|
2835
2762
|
optional_fields: [],
|
|
2836
2763
|
performance_impact: {
|
|
@@ -2841,6 +2768,10 @@ export const cloud_infrastructureTools = [
|
|
|
2841
2768
|
required_fields: ["path.namespace"],
|
|
2842
2769
|
side_effects: {},
|
|
2843
2770
|
},
|
|
2771
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_links" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2772
|
+
dependencies: [],
|
|
2773
|
+
oneOfGroups: [],
|
|
2774
|
+
subscriptionRequirements: [],
|
|
2844
2775
|
},
|
|
2845
2776
|
{
|
|
2846
2777
|
toolName: "f5xc-api-cloudinfrastructure-cloud-link-update",
|
|
@@ -2892,13 +2823,6 @@ export const cloud_infrastructureTools = [
|
|
|
2892
2823
|
modifies: ["cloud-link"],
|
|
2893
2824
|
},
|
|
2894
2825
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
2895
|
-
cliExamples: [
|
|
2896
|
-
{
|
|
2897
|
-
command: "f5xcctl config cloud-link update {name} --namespace {namespace} -f {file}.yaml",
|
|
2898
|
-
description: "Update cloud-link",
|
|
2899
|
-
use_case: "update",
|
|
2900
|
-
},
|
|
2901
|
-
],
|
|
2902
2826
|
confirmationRequired: false,
|
|
2903
2827
|
parameterExamples: {
|
|
2904
2828
|
"metadata.name": "Example-corp-web.",
|
|
@@ -2944,13 +2868,6 @@ export const cloud_infrastructureTools = [
|
|
|
2944
2868
|
},
|
|
2945
2869
|
confirmation_required: false,
|
|
2946
2870
|
danger_level: "medium",
|
|
2947
|
-
examples: [
|
|
2948
|
-
{
|
|
2949
|
-
command: "f5xcctl config cloud-link update {name} --namespace {namespace} -f {file}.yaml",
|
|
2950
|
-
description: "Update cloud-link",
|
|
2951
|
-
use_case: "update",
|
|
2952
|
-
},
|
|
2953
|
-
],
|
|
2954
2871
|
field_docs: {},
|
|
2955
2872
|
optional_fields: [],
|
|
2956
2873
|
performance_impact: {
|
|
@@ -2963,6 +2880,32 @@ export const cloud_infrastructureTools = [
|
|
|
2963
2880
|
modifies: ["cloud-link"],
|
|
2964
2881
|
},
|
|
2965
2882
|
},
|
|
2883
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_links" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2884
|
+
dependencies: [
|
|
2885
|
+
{
|
|
2886
|
+
domain: "",
|
|
2887
|
+
fieldPath: "",
|
|
2888
|
+
inline: false,
|
|
2889
|
+
required: false,
|
|
2890
|
+
resourceType: "cloud-link",
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
domain: "",
|
|
2894
|
+
fieldPath: "metadata",
|
|
2895
|
+
inline: false,
|
|
2896
|
+
required: false,
|
|
2897
|
+
resourceType: "schema-object-replace-meta",
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
domain: "",
|
|
2901
|
+
fieldPath: "spec",
|
|
2902
|
+
inline: false,
|
|
2903
|
+
required: false,
|
|
2904
|
+
resourceType: "schemacloud-link-replace",
|
|
2905
|
+
},
|
|
2906
|
+
],
|
|
2907
|
+
oneOfGroups: [],
|
|
2908
|
+
subscriptionRequirements: [],
|
|
2966
2909
|
},
|
|
2967
2910
|
{
|
|
2968
2911
|
toolName: "f5xc-api-cloudinfrastructure-cloud-region-get",
|
|
@@ -3030,13 +2973,6 @@ export const cloud_infrastructureTools = [
|
|
|
3030
2973
|
dangerLevel: "low",
|
|
3031
2974
|
sideEffects: null,
|
|
3032
2975
|
requiredFields: ["path.name", "path.namespace"],
|
|
3033
|
-
cliExamples: [
|
|
3034
|
-
{
|
|
3035
|
-
command: "f5xcctl config cloud-region get {name} --namespace {namespace}",
|
|
3036
|
-
description: "Get specific cloud-region",
|
|
3037
|
-
use_case: "get_specific",
|
|
3038
|
-
},
|
|
3039
|
-
],
|
|
3040
2976
|
confirmationRequired: false,
|
|
3041
2977
|
parameterExamples: {
|
|
3042
2978
|
name: "Name",
|
|
@@ -3082,13 +3018,6 @@ export const cloud_infrastructureTools = [
|
|
|
3082
3018
|
},
|
|
3083
3019
|
confirmation_required: false,
|
|
3084
3020
|
danger_level: "low",
|
|
3085
|
-
examples: [
|
|
3086
|
-
{
|
|
3087
|
-
command: "f5xcctl config cloud-region get {name} --namespace {namespace}",
|
|
3088
|
-
description: "Get specific cloud-region",
|
|
3089
|
-
use_case: "get_specific",
|
|
3090
|
-
},
|
|
3091
|
-
],
|
|
3092
3021
|
field_docs: {},
|
|
3093
3022
|
optional_fields: [],
|
|
3094
3023
|
performance_impact: {
|
|
@@ -3099,6 +3028,10 @@ export const cloud_infrastructureTools = [
|
|
|
3099
3028
|
required_fields: ["path.name", "path.namespace"],
|
|
3100
3029
|
side_effects: {},
|
|
3101
3030
|
},
|
|
3031
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_regions" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
3032
|
+
dependencies: [],
|
|
3033
|
+
oneOfGroups: [],
|
|
3034
|
+
subscriptionRequirements: [],
|
|
3102
3035
|
},
|
|
3103
3036
|
{
|
|
3104
3037
|
toolName: "f5xc-api-cloudinfrastructure-cloud-region-list",
|
|
@@ -3173,13 +3106,6 @@ export const cloud_infrastructureTools = [
|
|
|
3173
3106
|
dangerLevel: "low",
|
|
3174
3107
|
sideEffects: null,
|
|
3175
3108
|
requiredFields: ["path.namespace"],
|
|
3176
|
-
cliExamples: [
|
|
3177
|
-
{
|
|
3178
|
-
command: "f5xcctl config cloud-region list --namespace {namespace}",
|
|
3179
|
-
description: "List all cloud-regions",
|
|
3180
|
-
use_case: "list_all",
|
|
3181
|
-
},
|
|
3182
|
-
],
|
|
3183
3109
|
confirmationRequired: false,
|
|
3184
3110
|
parameterExamples: {
|
|
3185
3111
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -3225,13 +3151,6 @@ export const cloud_infrastructureTools = [
|
|
|
3225
3151
|
},
|
|
3226
3152
|
confirmation_required: false,
|
|
3227
3153
|
danger_level: "low",
|
|
3228
|
-
examples: [
|
|
3229
|
-
{
|
|
3230
|
-
command: "f5xcctl config cloud-region list --namespace {namespace}",
|
|
3231
|
-
description: "List all cloud-regions",
|
|
3232
|
-
use_case: "list_all",
|
|
3233
|
-
},
|
|
3234
|
-
],
|
|
3235
3154
|
field_docs: {},
|
|
3236
3155
|
optional_fields: [],
|
|
3237
3156
|
performance_impact: {
|
|
@@ -3242,6 +3161,10 @@ export const cloud_infrastructureTools = [
|
|
|
3242
3161
|
required_fields: ["path.namespace"],
|
|
3243
3162
|
side_effects: {},
|
|
3244
3163
|
},
|
|
3164
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_regions" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
3165
|
+
dependencies: [],
|
|
3166
|
+
oneOfGroups: [],
|
|
3167
|
+
subscriptionRequirements: [],
|
|
3245
3168
|
},
|
|
3246
3169
|
{
|
|
3247
3170
|
toolName: "f5xc-api-cloudinfrastructure-cloud-region-update",
|
|
@@ -3293,13 +3216,6 @@ export const cloud_infrastructureTools = [
|
|
|
3293
3216
|
modifies: ["cloud-region"],
|
|
3294
3217
|
},
|
|
3295
3218
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
3296
|
-
cliExamples: [
|
|
3297
|
-
{
|
|
3298
|
-
command: "f5xcctl config cloud-region update {name} --namespace {namespace} -f {file}.yaml",
|
|
3299
|
-
description: "Update cloud-region",
|
|
3300
|
-
use_case: "update",
|
|
3301
|
-
},
|
|
3302
|
-
],
|
|
3303
3219
|
confirmationRequired: false,
|
|
3304
3220
|
parameterExamples: {
|
|
3305
3221
|
"metadata.name": "Example-corp-web.",
|
|
@@ -3345,13 +3261,6 @@ export const cloud_infrastructureTools = [
|
|
|
3345
3261
|
},
|
|
3346
3262
|
confirmation_required: false,
|
|
3347
3263
|
danger_level: "medium",
|
|
3348
|
-
examples: [
|
|
3349
|
-
{
|
|
3350
|
-
command: "f5xcctl config cloud-region update {name} --namespace {namespace} -f {file}.yaml",
|
|
3351
|
-
description: "Update cloud-region",
|
|
3352
|
-
use_case: "update",
|
|
3353
|
-
},
|
|
3354
|
-
],
|
|
3355
3264
|
field_docs: {},
|
|
3356
3265
|
optional_fields: [],
|
|
3357
3266
|
performance_impact: {
|
|
@@ -3364,6 +3273,32 @@ export const cloud_infrastructureTools = [
|
|
|
3364
3273
|
modifies: ["cloud-region"],
|
|
3365
3274
|
},
|
|
3366
3275
|
},
|
|
3276
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cloud_regions" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
3277
|
+
dependencies: [
|
|
3278
|
+
{
|
|
3279
|
+
domain: "",
|
|
3280
|
+
fieldPath: "",
|
|
3281
|
+
inline: false,
|
|
3282
|
+
required: false,
|
|
3283
|
+
resourceType: "cloud-region",
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
domain: "",
|
|
3287
|
+
fieldPath: "metadata",
|
|
3288
|
+
inline: false,
|
|
3289
|
+
required: false,
|
|
3290
|
+
resourceType: "schema-object-replace-meta",
|
|
3291
|
+
},
|
|
3292
|
+
{
|
|
3293
|
+
domain: "",
|
|
3294
|
+
fieldPath: "spec",
|
|
3295
|
+
inline: false,
|
|
3296
|
+
required: false,
|
|
3297
|
+
resourceType: "cloud-region-replace",
|
|
3298
|
+
},
|
|
3299
|
+
],
|
|
3300
|
+
oneOfGroups: [],
|
|
3301
|
+
subscriptionRequirements: [],
|
|
3367
3302
|
},
|
|
3368
3303
|
{
|
|
3369
3304
|
toolName: "f5xc-api-cloudinfrastructure-discover-vpc-create",
|
|
@@ -3392,18 +3327,6 @@ export const cloud_infrastructureTools = [
|
|
|
3392
3327
|
creates: ["discover-vpc"],
|
|
3393
3328
|
},
|
|
3394
3329
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
3395
|
-
cliExamples: [
|
|
3396
|
-
{
|
|
3397
|
-
command: "f5xcctl sync-cloud-data discover-vpc create {name} --namespace {namespace}",
|
|
3398
|
-
description: "Create discover-vpc",
|
|
3399
|
-
use_case: "basic_create",
|
|
3400
|
-
},
|
|
3401
|
-
{
|
|
3402
|
-
command: "f5xcctl sync-cloud-data discover-vpc create -f {file}.yaml",
|
|
3403
|
-
description: "Create from YAML file",
|
|
3404
|
-
use_case: "file_based",
|
|
3405
|
-
},
|
|
3406
|
-
],
|
|
3407
3330
|
confirmationRequired: false,
|
|
3408
3331
|
parameterExamples: {},
|
|
3409
3332
|
validationRules: {},
|
|
@@ -3446,18 +3369,6 @@ export const cloud_infrastructureTools = [
|
|
|
3446
3369
|
},
|
|
3447
3370
|
confirmation_required: false,
|
|
3448
3371
|
danger_level: "medium",
|
|
3449
|
-
examples: [
|
|
3450
|
-
{
|
|
3451
|
-
command: "f5xcctl sync-cloud-data discover-vpc create {name} --namespace {namespace}",
|
|
3452
|
-
description: "Create discover-vpc",
|
|
3453
|
-
use_case: "basic_create",
|
|
3454
|
-
},
|
|
3455
|
-
{
|
|
3456
|
-
command: "f5xcctl sync-cloud-data discover-vpc create -f {file}.yaml",
|
|
3457
|
-
description: "Create from YAML file",
|
|
3458
|
-
use_case: "file_based",
|
|
3459
|
-
},
|
|
3460
|
-
],
|
|
3461
3372
|
field_docs: {},
|
|
3462
3373
|
optional_fields: [],
|
|
3463
3374
|
performance_impact: {
|
|
@@ -3470,6 +3381,32 @@ export const cloud_infrastructureTools = [
|
|
|
3470
3381
|
creates: ["discover-vpc"],
|
|
3471
3382
|
},
|
|
3472
3383
|
},
|
|
3384
|
+
curlExample: null,
|
|
3385
|
+
dependencies: [
|
|
3386
|
+
{
|
|
3387
|
+
domain: "",
|
|
3388
|
+
fieldPath: "cred",
|
|
3389
|
+
inline: false,
|
|
3390
|
+
required: false,
|
|
3391
|
+
resourceType: "schemaviews-object-ref",
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
domain: "",
|
|
3395
|
+
fieldPath: "edge_site",
|
|
3396
|
+
inline: false,
|
|
3397
|
+
required: false,
|
|
3398
|
+
resourceType: "ioschema-object-ref",
|
|
3399
|
+
},
|
|
3400
|
+
{
|
|
3401
|
+
domain: "",
|
|
3402
|
+
fieldPath: "provider",
|
|
3403
|
+
inline: false,
|
|
3404
|
+
required: false,
|
|
3405
|
+
resourceType: "cloud-connect-cloud-connect-provider",
|
|
3406
|
+
},
|
|
3407
|
+
],
|
|
3408
|
+
oneOfGroups: [],
|
|
3409
|
+
subscriptionRequirements: [],
|
|
3473
3410
|
},
|
|
3474
3411
|
{
|
|
3475
3412
|
toolName: "f5xc-api-cloudinfrastructure-edge-credential-create",
|
|
@@ -3498,18 +3435,6 @@ export const cloud_infrastructureTools = [
|
|
|
3498
3435
|
creates: ["edge-credential"],
|
|
3499
3436
|
},
|
|
3500
3437
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
3501
|
-
cliExamples: [
|
|
3502
|
-
{
|
|
3503
|
-
command: "f5xcctl config edge-credential create {name} --namespace {namespace}",
|
|
3504
|
-
description: "Create edge-credential",
|
|
3505
|
-
use_case: "basic_create",
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
command: "f5xcctl config edge-credential create -f {file}.yaml",
|
|
3509
|
-
description: "Create from YAML file",
|
|
3510
|
-
use_case: "file_based",
|
|
3511
|
-
},
|
|
3512
|
-
],
|
|
3513
3438
|
confirmationRequired: false,
|
|
3514
3439
|
parameterExamples: {},
|
|
3515
3440
|
validationRules: {},
|
|
@@ -3552,18 +3477,6 @@ export const cloud_infrastructureTools = [
|
|
|
3552
3477
|
},
|
|
3553
3478
|
confirmation_required: false,
|
|
3554
3479
|
danger_level: "medium",
|
|
3555
|
-
examples: [
|
|
3556
|
-
{
|
|
3557
|
-
command: "f5xcctl config edge-credential create {name} --namespace {namespace}",
|
|
3558
|
-
description: "Create edge-credential",
|
|
3559
|
-
use_case: "basic_create",
|
|
3560
|
-
},
|
|
3561
|
-
{
|
|
3562
|
-
command: "f5xcctl config edge-credential create -f {file}.yaml",
|
|
3563
|
-
description: "Create from YAML file",
|
|
3564
|
-
use_case: "file_based",
|
|
3565
|
-
},
|
|
3566
|
-
],
|
|
3567
3480
|
field_docs: {},
|
|
3568
3481
|
optional_fields: [],
|
|
3569
3482
|
performance_impact: {
|
|
@@ -3576,6 +3489,18 @@ export const cloud_infrastructureTools = [
|
|
|
3576
3489
|
creates: ["edge-credential"],
|
|
3577
3490
|
},
|
|
3578
3491
|
},
|
|
3492
|
+
curlExample: null,
|
|
3493
|
+
dependencies: [
|
|
3494
|
+
{
|
|
3495
|
+
domain: "",
|
|
3496
|
+
fieldPath: "provider",
|
|
3497
|
+
inline: false,
|
|
3498
|
+
required: false,
|
|
3499
|
+
resourceType: "cloud-connect-cloud-connect-provider",
|
|
3500
|
+
},
|
|
3501
|
+
],
|
|
3502
|
+
oneOfGroups: [],
|
|
3503
|
+
subscriptionRequirements: [],
|
|
3579
3504
|
},
|
|
3580
3505
|
{
|
|
3581
3506
|
toolName: "f5xc-api-cloudinfrastructure-edge-list-list",
|
|
@@ -3600,13 +3525,6 @@ export const cloud_infrastructureTools = [
|
|
|
3600
3525
|
dangerLevel: "low",
|
|
3601
3526
|
sideEffects: null,
|
|
3602
3527
|
requiredFields: [],
|
|
3603
|
-
cliExamples: [
|
|
3604
|
-
{
|
|
3605
|
-
command: "f5xcctl config edge-list list --namespace {namespace}",
|
|
3606
|
-
description: "List all edge-lists",
|
|
3607
|
-
use_case: "list_all",
|
|
3608
|
-
},
|
|
3609
|
-
],
|
|
3610
3528
|
confirmationRequired: false,
|
|
3611
3529
|
parameterExamples: {},
|
|
3612
3530
|
validationRules: {},
|
|
@@ -3649,13 +3567,6 @@ export const cloud_infrastructureTools = [
|
|
|
3649
3567
|
},
|
|
3650
3568
|
confirmation_required: false,
|
|
3651
3569
|
danger_level: "low",
|
|
3652
|
-
examples: [
|
|
3653
|
-
{
|
|
3654
|
-
command: "f5xcctl config edge-list list --namespace {namespace}",
|
|
3655
|
-
description: "List all edge-lists",
|
|
3656
|
-
use_case: "list_all",
|
|
3657
|
-
},
|
|
3658
|
-
],
|
|
3659
3570
|
field_docs: {},
|
|
3660
3571
|
optional_fields: [],
|
|
3661
3572
|
performance_impact: {
|
|
@@ -3666,6 +3577,10 @@ export const cloud_infrastructureTools = [
|
|
|
3666
3577
|
required_fields: [],
|
|
3667
3578
|
side_effects: {},
|
|
3668
3579
|
},
|
|
3580
|
+
curlExample: null,
|
|
3581
|
+
dependencies: [],
|
|
3582
|
+
oneOfGroups: [],
|
|
3583
|
+
subscriptionRequirements: [],
|
|
3669
3584
|
},
|
|
3670
3585
|
{
|
|
3671
3586
|
toolName: "f5xc-api-cloudinfrastructure-force-delete-create",
|
|
@@ -3706,18 +3621,6 @@ export const cloud_infrastructureTools = [
|
|
|
3706
3621
|
creates: ["force-delete"],
|
|
3707
3622
|
},
|
|
3708
3623
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name"],
|
|
3709
|
-
cliExamples: [
|
|
3710
|
-
{
|
|
3711
|
-
command: "f5xcctl config force-delete create {name} --namespace {namespace}",
|
|
3712
|
-
description: "Create force-delete",
|
|
3713
|
-
use_case: "basic_create",
|
|
3714
|
-
},
|
|
3715
|
-
{
|
|
3716
|
-
command: "f5xcctl config force-delete create -f {file}.yaml",
|
|
3717
|
-
description: "Create from YAML file",
|
|
3718
|
-
use_case: "file_based",
|
|
3719
|
-
},
|
|
3720
|
-
],
|
|
3721
3624
|
confirmationRequired: false,
|
|
3722
3625
|
parameterExamples: {
|
|
3723
3626
|
name: "Cloud-elastic-IP-1.",
|
|
@@ -3762,18 +3665,6 @@ export const cloud_infrastructureTools = [
|
|
|
3762
3665
|
},
|
|
3763
3666
|
confirmation_required: false,
|
|
3764
3667
|
danger_level: "medium",
|
|
3765
|
-
examples: [
|
|
3766
|
-
{
|
|
3767
|
-
command: "f5xcctl config force-delete create {name} --namespace {namespace}",
|
|
3768
|
-
description: "Create force-delete",
|
|
3769
|
-
use_case: "basic_create",
|
|
3770
|
-
},
|
|
3771
|
-
{
|
|
3772
|
-
command: "f5xcctl config force-delete create -f {file}.yaml",
|
|
3773
|
-
description: "Create from YAML file",
|
|
3774
|
-
use_case: "file_based",
|
|
3775
|
-
},
|
|
3776
|
-
],
|
|
3777
3668
|
field_docs: {},
|
|
3778
3669
|
optional_fields: [],
|
|
3779
3670
|
performance_impact: {
|
|
@@ -3786,6 +3677,10 @@ export const cloud_infrastructureTools = [
|
|
|
3786
3677
|
creates: ["force-delete"],
|
|
3787
3678
|
},
|
|
3788
3679
|
},
|
|
3680
|
+
curlExample: null,
|
|
3681
|
+
dependencies: [],
|
|
3682
|
+
oneOfGroups: [],
|
|
3683
|
+
subscriptionRequirements: [],
|
|
3789
3684
|
},
|
|
3790
3685
|
{
|
|
3791
3686
|
toolName: "f5xc-api-cloudinfrastructure-metric-create",
|
|
@@ -3814,18 +3709,6 @@ export const cloud_infrastructureTools = [
|
|
|
3814
3709
|
creates: ["metric"],
|
|
3815
3710
|
},
|
|
3816
3711
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
3817
|
-
cliExamples: [
|
|
3818
|
-
{
|
|
3819
|
-
command: "f5xcctl data metric create -f {file}.yaml",
|
|
3820
|
-
description: "Create from YAML file",
|
|
3821
|
-
use_case: "file_based",
|
|
3822
|
-
},
|
|
3823
|
-
{
|
|
3824
|
-
command: "f5xcctl data metric create {name} --namespace {namespace}",
|
|
3825
|
-
description: "Create metric",
|
|
3826
|
-
use_case: "basic_create",
|
|
3827
|
-
},
|
|
3828
|
-
],
|
|
3829
3712
|
confirmationRequired: false,
|
|
3830
3713
|
parameterExamples: {},
|
|
3831
3714
|
validationRules: {},
|
|
@@ -3868,18 +3751,6 @@ export const cloud_infrastructureTools = [
|
|
|
3868
3751
|
},
|
|
3869
3752
|
confirmation_required: false,
|
|
3870
3753
|
danger_level: "medium",
|
|
3871
|
-
examples: [
|
|
3872
|
-
{
|
|
3873
|
-
command: "f5xcctl data metric create {name} --namespace {namespace}",
|
|
3874
|
-
description: "Create metric",
|
|
3875
|
-
use_case: "basic_create",
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
command: "f5xcctl data metric create -f {file}.yaml",
|
|
3879
|
-
description: "Create from YAML file",
|
|
3880
|
-
use_case: "file_based",
|
|
3881
|
-
},
|
|
3882
|
-
],
|
|
3883
3754
|
field_docs: {},
|
|
3884
3755
|
optional_fields: [],
|
|
3885
3756
|
performance_impact: {
|
|
@@ -3892,6 +3763,10 @@ export const cloud_infrastructureTools = [
|
|
|
3892
3763
|
creates: ["metric"],
|
|
3893
3764
|
},
|
|
3894
3765
|
},
|
|
3766
|
+
curlExample: null,
|
|
3767
|
+
dependencies: [],
|
|
3768
|
+
oneOfGroups: [],
|
|
3769
|
+
subscriptionRequirements: [],
|
|
3895
3770
|
},
|
|
3896
3771
|
{
|
|
3897
3772
|
toolName: "f5xc-api-cloudinfrastructure-reapply-config-create",
|
|
@@ -3932,18 +3807,6 @@ export const cloud_infrastructureTools = [
|
|
|
3932
3807
|
creates: ["reapply-config"],
|
|
3933
3808
|
},
|
|
3934
3809
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name"],
|
|
3935
|
-
cliExamples: [
|
|
3936
|
-
{
|
|
3937
|
-
command: "f5xcctl config reapply-config create -f {file}.yaml",
|
|
3938
|
-
description: "Create from YAML file",
|
|
3939
|
-
use_case: "file_based",
|
|
3940
|
-
},
|
|
3941
|
-
{
|
|
3942
|
-
command: "f5xcctl config reapply-config create {name} --namespace {namespace}",
|
|
3943
|
-
description: "Create reapply-config",
|
|
3944
|
-
use_case: "basic_create",
|
|
3945
|
-
},
|
|
3946
|
-
],
|
|
3947
3810
|
confirmationRequired: false,
|
|
3948
3811
|
parameterExamples: {
|
|
3949
3812
|
name: "AWS-cloud-link-east.",
|
|
@@ -3988,18 +3851,6 @@ export const cloud_infrastructureTools = [
|
|
|
3988
3851
|
},
|
|
3989
3852
|
confirmation_required: false,
|
|
3990
3853
|
danger_level: "medium",
|
|
3991
|
-
examples: [
|
|
3992
|
-
{
|
|
3993
|
-
command: "f5xcctl config reapply-config create {name} --namespace {namespace}",
|
|
3994
|
-
description: "Create reapply-config",
|
|
3995
|
-
use_case: "basic_create",
|
|
3996
|
-
},
|
|
3997
|
-
{
|
|
3998
|
-
command: "f5xcctl config reapply-config create -f {file}.yaml",
|
|
3999
|
-
description: "Create from YAML file",
|
|
4000
|
-
use_case: "file_based",
|
|
4001
|
-
},
|
|
4002
|
-
],
|
|
4003
3854
|
field_docs: {},
|
|
4004
3855
|
optional_fields: [],
|
|
4005
3856
|
performance_impact: {
|
|
@@ -4012,6 +3863,10 @@ export const cloud_infrastructureTools = [
|
|
|
4012
3863
|
creates: ["reapply-config"],
|
|
4013
3864
|
},
|
|
4014
3865
|
},
|
|
3866
|
+
curlExample: null,
|
|
3867
|
+
dependencies: [],
|
|
3868
|
+
oneOfGroups: [],
|
|
3869
|
+
subscriptionRequirements: [],
|
|
4015
3870
|
},
|
|
4016
3871
|
{
|
|
4017
3872
|
toolName: "f5xc-api-cloudinfrastructure-segment-metric-create",
|
|
@@ -4040,18 +3895,6 @@ export const cloud_infrastructureTools = [
|
|
|
4040
3895
|
creates: ["segment-metric"],
|
|
4041
3896
|
},
|
|
4042
3897
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
4043
|
-
cliExamples: [
|
|
4044
|
-
{
|
|
4045
|
-
command: "f5xcctl data segment-metric create -f {file}.yaml",
|
|
4046
|
-
description: "Create from YAML file",
|
|
4047
|
-
use_case: "file_based",
|
|
4048
|
-
},
|
|
4049
|
-
{
|
|
4050
|
-
command: "f5xcctl data segment-metric create {name} --namespace {namespace}",
|
|
4051
|
-
description: "Create segment-metric",
|
|
4052
|
-
use_case: "basic_create",
|
|
4053
|
-
},
|
|
4054
|
-
],
|
|
4055
3898
|
confirmationRequired: false,
|
|
4056
3899
|
parameterExamples: {},
|
|
4057
3900
|
validationRules: {},
|
|
@@ -4094,18 +3937,6 @@ export const cloud_infrastructureTools = [
|
|
|
4094
3937
|
},
|
|
4095
3938
|
confirmation_required: false,
|
|
4096
3939
|
danger_level: "medium",
|
|
4097
|
-
examples: [
|
|
4098
|
-
{
|
|
4099
|
-
command: "f5xcctl data segment-metric create {name} --namespace {namespace}",
|
|
4100
|
-
description: "Create segment-metric",
|
|
4101
|
-
use_case: "basic_create",
|
|
4102
|
-
},
|
|
4103
|
-
{
|
|
4104
|
-
command: "f5xcctl data segment-metric create -f {file}.yaml",
|
|
4105
|
-
description: "Create from YAML file",
|
|
4106
|
-
use_case: "file_based",
|
|
4107
|
-
},
|
|
4108
|
-
],
|
|
4109
3940
|
field_docs: {},
|
|
4110
3941
|
optional_fields: [],
|
|
4111
3942
|
performance_impact: {
|
|
@@ -4118,6 +3949,10 @@ export const cloud_infrastructureTools = [
|
|
|
4118
3949
|
creates: ["segment-metric"],
|
|
4119
3950
|
},
|
|
4120
3951
|
},
|
|
3952
|
+
curlExample: null,
|
|
3953
|
+
dependencies: [],
|
|
3954
|
+
oneOfGroups: [],
|
|
3955
|
+
subscriptionRequirements: [],
|
|
4121
3956
|
},
|
|
4122
3957
|
];
|
|
4123
3958
|
export default cloud_infrastructureTools;
|