@robinmordasiewicz/f5xc-api-mcp 3.4.0 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generator/dependency-extractor.d.ts +103 -0
- package/dist/generator/dependency-extractor.d.ts.map +1 -0
- package/dist/generator/dependency-extractor.js +473 -0
- package/dist/generator/dependency-extractor.js.map +1 -0
- package/dist/generator/dependency-graph.d.ts +67 -0
- package/dist/generator/dependency-graph.d.ts.map +1 -0
- package/dist/generator/dependency-graph.js +330 -0
- package/dist/generator/dependency-graph.js.map +1 -0
- package/dist/generator/dependency-types.d.ts +206 -0
- package/dist/generator/dependency-types.d.ts.map +1 -0
- package/dist/generator/dependency-types.js +37 -0
- package/dist/generator/dependency-types.js.map +1 -0
- package/dist/generator/openapi-parser.d.ts +21 -77
- package/dist/generator/openapi-parser.d.ts.map +1 -1
- package/dist/generator/openapi-parser.js +126 -17
- package/dist/generator/openapi-parser.js.map +1 -1
- package/dist/generator/tool-generator.d.ts +19 -3
- package/dist/generator/tool-generator.d.ts.map +1 -1
- package/dist/generator/tool-generator.js +26 -28
- package/dist/generator/tool-generator.js.map +1 -1
- package/dist/index.d.ts +2 -10
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +28 -33
- package/dist/index.js.map +1 -1
- package/dist/prompts/workflows.d.ts.map +1 -1
- package/dist/prompts/workflows.js +30 -174
- package/dist/prompts/workflows.js.map +1 -1
- package/dist/resources/handlers.d.ts +0 -2
- package/dist/resources/handlers.d.ts.map +1 -1
- package/dist/resources/handlers.js +0 -51
- package/dist/resources/handlers.js.map +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +1 -2
- package/dist/server.js.map +1 -1
- package/dist/tools/discovery/dependencies.d.ts +113 -0
- package/dist/tools/discovery/dependencies.d.ts.map +1 -0
- package/dist/tools/discovery/dependencies.js +258 -0
- package/dist/tools/discovery/dependencies.js.map +1 -0
- package/dist/tools/discovery/execute.d.ts +1 -3
- package/dist/tools/discovery/execute.d.ts.map +1 -1
- package/dist/tools/discovery/execute.js +1 -34
- package/dist/tools/discovery/execute.js.map +1 -1
- package/dist/tools/discovery/index.d.ts +33 -0
- package/dist/tools/discovery/index.d.ts.map +1 -1
- package/dist/tools/discovery/index.js +43 -0
- package/dist/tools/discovery/index.js.map +1 -1
- package/dist/tools/generated/admin_console_and_ui/index.d.ts.map +1 -1
- package/dist/tools/generated/admin_console_and_ui/index.js +8 -28
- package/dist/tools/generated/admin_console_and_ui/index.js.map +1 -1
- package/dist/tools/generated/api/index.d.ts.map +1 -1
- package/dist/tools/generated/api/index.js +1256 -908
- package/dist/tools/generated/api/index.js.map +1 -1
- package/dist/tools/generated/authentication/index.d.ts.map +1 -1
- package/dist/tools/generated/authentication/index.js +58 -156
- package/dist/tools/generated/authentication/index.js.map +1 -1
- package/dist/tools/generated/bigip/index.d.ts.map +1 -1
- package/dist/tools/generated/bigip/index.js +344 -410
- package/dist/tools/generated/bigip/index.js.map +1 -1
- package/dist/tools/generated/billing_and_usage/index.d.ts.map +1 -1
- package/dist/tools/generated/billing_and_usage/index.js +192 -442
- package/dist/tools/generated/billing_and_usage/index.js.map +1 -1
- package/dist/tools/generated/blindfold/index.d.ts.map +1 -1
- package/dist/tools/generated/blindfold/index.js +360 -568
- package/dist/tools/generated/blindfold/index.js.map +1 -1
- package/dist/tools/generated/bot_and_threat_defense/index.d.ts.map +1 -1
- package/dist/tools/generated/bot_and_threat_defense/index.js +502 -340
- package/dist/tools/generated/bot_and_threat_defense/index.js.map +1 -1
- package/dist/tools/generated/cdn/index.d.ts.map +1 -1
- package/dist/tools/generated/cdn/index.js +369 -428
- package/dist/tools/generated/cdn/index.js.map +1 -1
- package/dist/tools/generated/ce_management/index.d.ts.map +1 -1
- package/dist/tools/generated/ce_management/index.js +407 -558
- package/dist/tools/generated/ce_management/index.js.map +1 -1
- package/dist/tools/generated/certificates/index.d.ts.map +1 -1
- package/dist/tools/generated/certificates/index.js +288 -320
- package/dist/tools/generated/certificates/index.js.map +1 -1
- package/dist/tools/generated/cloud_infrastructure/index.d.ts.map +1 -1
- package/dist/tools/generated/cloud_infrastructure/index.js +407 -572
- package/dist/tools/generated/cloud_infrastructure/index.js.map +1 -1
- package/dist/tools/generated/container_services/index.d.ts.map +1 -1
- package/dist/tools/generated/container_services/index.js +228 -264
- package/dist/tools/generated/container_services/index.js.map +1 -1
- package/dist/tools/generated/data_and_privacy_security/index.d.ts.map +1 -1
- package/dist/tools/generated/data_and_privacy_security/index.js +156 -202
- package/dist/tools/generated/data_and_privacy_security/index.js.map +1 -1
- package/dist/tools/generated/data_intelligence/index.d.ts.map +1 -1
- package/dist/tools/generated/data_intelligence/index.js +120 -290
- package/dist/tools/generated/data_intelligence/index.js.map +1 -1
- package/dist/tools/generated/ddos/index.d.ts.map +1 -1
- package/dist/tools/generated/ddos/index.js +732 -1152
- package/dist/tools/generated/ddos/index.js.map +1 -1
- package/dist/tools/generated/dns/index.d.ts.map +1 -1
- package/dist/tools/generated/dns/index.js +544 -908
- package/dist/tools/generated/dns/index.js.map +1 -1
- package/dist/tools/generated/generative_ai/index.d.ts.map +1 -1
- package/dist/tools/generated/generative_ai/index.js +58 -254
- package/dist/tools/generated/generative_ai/index.js.map +1 -1
- package/dist/tools/generated/managed_kubernetes/index.d.ts.map +1 -1
- package/dist/tools/generated/managed_kubernetes/index.js +535 -400
- package/dist/tools/generated/managed_kubernetes/index.js.map +1 -1
- package/dist/tools/generated/marketplace/index.d.ts.map +1 -1
- package/dist/tools/generated/marketplace/index.js +343 -594
- package/dist/tools/generated/marketplace/index.js.map +1 -1
- package/dist/tools/generated/network/index.d.ts.map +1 -1
- package/dist/tools/generated/network/index.js +1398 -1590
- package/dist/tools/generated/network/index.js.map +1 -1
- package/dist/tools/generated/network_security/index.d.ts.map +1 -1
- package/dist/tools/generated/network_security/index.js +1879 -1126
- package/dist/tools/generated/network_security/index.js.map +1 -1
- package/dist/tools/generated/nginx_one/index.d.ts.map +1 -1
- package/dist/tools/generated/nginx_one/index.js +108 -236
- package/dist/tools/generated/nginx_one/index.js.map +1 -1
- package/dist/tools/generated/object_storage/index.d.ts.map +1 -1
- package/dist/tools/generated/object_storage/index.js +39 -98
- package/dist/tools/generated/object_storage/index.js.map +1 -1
- package/dist/tools/generated/observability/index.d.ts.map +1 -1
- package/dist/tools/generated/observability/index.js +310 -790
- package/dist/tools/generated/observability/index.js.map +1 -1
- package/dist/tools/generated/rate_limiting/index.d.ts.map +1 -1
- package/dist/tools/generated/rate_limiting/index.js +411 -240
- package/dist/tools/generated/rate_limiting/index.js.map +1 -1
- package/dist/tools/generated/secops_and_incident_response/index.d.ts.map +1 -1
- package/dist/tools/generated/secops_and_incident_response/index.js +137 -80
- package/dist/tools/generated/secops_and_incident_response/index.js.map +1 -1
- package/dist/tools/generated/service_mesh/index.d.ts.map +1 -1
- package/dist/tools/generated/service_mesh/index.js +1118 -778
- package/dist/tools/generated/service_mesh/index.js.map +1 -1
- package/dist/tools/generated/shape/index.d.ts.map +1 -1
- package/dist/tools/generated/shape/index.js +1101 -3504
- package/dist/tools/generated/shape/index.js.map +1 -1
- package/dist/tools/generated/sites/index.d.ts.map +1 -1
- package/dist/tools/generated/sites/index.js +1780 -1872
- package/dist/tools/generated/sites/index.js.map +1 -1
- package/dist/tools/generated/statistics/index.d.ts.map +1 -1
- package/dist/tools/generated/statistics/index.js +644 -1350
- package/dist/tools/generated/statistics/index.js.map +1 -1
- package/dist/tools/generated/support/index.d.ts.map +1 -1
- package/dist/tools/generated/support/index.js +321 -928
- package/dist/tools/generated/support/index.js.map +1 -1
- package/dist/tools/generated/telemetry_and_insights/index.d.ts.map +1 -1
- package/dist/tools/generated/telemetry_and_insights/index.js +123 -492
- package/dist/tools/generated/telemetry_and_insights/index.js.map +1 -1
- package/dist/tools/generated/tenant_and_identity/index.d.ts.map +1 -1
- package/dist/tools/generated/tenant_and_identity/index.js +1568 -3086
- package/dist/tools/generated/tenant_and_identity/index.js.map +1 -1
- package/dist/tools/generated/threat_campaign/index.d.ts.map +1 -1
- package/dist/tools/generated/threat_campaign/index.js +4 -14
- package/dist/tools/generated/threat_campaign/index.js.map +1 -1
- package/dist/tools/generated/users/index.d.ts.map +1 -1
- package/dist/tools/generated/users/index.js +151 -208
- package/dist/tools/generated/users/index.js.map +1 -1
- package/dist/tools/generated/virtual/index.d.ts.map +1 -1
- package/dist/tools/generated/virtual/index.js +1256 -1533
- package/dist/tools/generated/virtual/index.js.map +1 -1
- package/dist/tools/generated/vpm_and_node_management/index.d.ts.map +1 -1
- package/dist/tools/generated/vpm_and_node_management/index.js +4 -14
- package/dist/tools/generated/vpm_and_node_management/index.js.map +1 -1
- package/dist/tools/generated/waf/index.d.ts.map +1 -1
- package/dist/tools/generated/waf/index.js +821 -675
- package/dist/tools/generated/waf/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/cli/index.d.ts +0 -16
- package/dist/cli/index.d.ts.map +0 -1
- package/dist/cli/index.js +0 -116
- package/dist/cli/index.js.map +0 -1
- package/dist/cli/setup.d.ts +0 -54
- package/dist/cli/setup.d.ts.map +0 -1
- package/dist/cli/setup.js +0 -347
- package/dist/cli/setup.js.map +0 -1
|
@@ -42,18 +42,6 @@ export const bigipTools = [
|
|
|
42
42
|
creates: ["apm"],
|
|
43
43
|
},
|
|
44
44
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
45
|
-
cliExamples: [
|
|
46
|
-
{
|
|
47
|
-
command: "f5xcctl config apm create {name} --namespace {namespace}",
|
|
48
|
-
description: "Create apm",
|
|
49
|
-
use_case: "basic_create",
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
command: "f5xcctl config apm create -f {file}.yaml",
|
|
53
|
-
description: "Create from YAML file",
|
|
54
|
-
use_case: "file_based",
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
45
|
confirmationRequired: false,
|
|
58
46
|
parameterExamples: {
|
|
59
47
|
"metadata.namespace": "Staging",
|
|
@@ -98,18 +86,6 @@ export const bigipTools = [
|
|
|
98
86
|
},
|
|
99
87
|
confirmation_required: false,
|
|
100
88
|
danger_level: "medium",
|
|
101
|
-
examples: [
|
|
102
|
-
{
|
|
103
|
-
command: "f5xcctl config apm create {name} --namespace {namespace}",
|
|
104
|
-
description: "Create apm",
|
|
105
|
-
use_case: "basic_create",
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
command: "f5xcctl config apm create -f {file}.yaml",
|
|
109
|
-
description: "Create from YAML file",
|
|
110
|
-
use_case: "file_based",
|
|
111
|
-
},
|
|
112
|
-
],
|
|
113
89
|
field_docs: {},
|
|
114
90
|
optional_fields: [],
|
|
115
91
|
performance_impact: {
|
|
@@ -122,6 +98,32 @@ export const bigipTools = [
|
|
|
122
98
|
creates: ["apm"],
|
|
123
99
|
},
|
|
124
100
|
},
|
|
101
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/apms" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
102
|
+
dependencies: [
|
|
103
|
+
{
|
|
104
|
+
domain: "",
|
|
105
|
+
fieldPath: "",
|
|
106
|
+
inline: false,
|
|
107
|
+
required: false,
|
|
108
|
+
resourceType: "apm",
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
domain: "",
|
|
112
|
+
fieldPath: "metadata",
|
|
113
|
+
inline: false,
|
|
114
|
+
required: false,
|
|
115
|
+
resourceType: "schema-object-create-meta",
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
domain: "",
|
|
119
|
+
fieldPath: "spec",
|
|
120
|
+
inline: false,
|
|
121
|
+
required: false,
|
|
122
|
+
resourceType: "bigipapm-create",
|
|
123
|
+
},
|
|
124
|
+
],
|
|
125
|
+
oneOfGroups: [],
|
|
126
|
+
subscriptionRequirements: [],
|
|
125
127
|
},
|
|
126
128
|
{
|
|
127
129
|
toolName: "f5xc-api-bigip-apm-delete",
|
|
@@ -171,13 +173,6 @@ export const bigipTools = [
|
|
|
171
173
|
deletes: ["apm", "contained_resources"],
|
|
172
174
|
},
|
|
173
175
|
requiredFields: ["path.name", "path.namespace"],
|
|
174
|
-
cliExamples: [
|
|
175
|
-
{
|
|
176
|
-
command: "f5xcctl config apm delete {name} --namespace {namespace}",
|
|
177
|
-
description: "Delete apm",
|
|
178
|
-
use_case: "delete",
|
|
179
|
-
},
|
|
180
|
-
],
|
|
181
176
|
confirmationRequired: true,
|
|
182
177
|
parameterExamples: {
|
|
183
178
|
name: "Name",
|
|
@@ -223,13 +218,6 @@ export const bigipTools = [
|
|
|
223
218
|
},
|
|
224
219
|
confirmation_required: true,
|
|
225
220
|
danger_level: "high",
|
|
226
|
-
examples: [
|
|
227
|
-
{
|
|
228
|
-
command: "f5xcctl config apm delete {name} --namespace {namespace}",
|
|
229
|
-
description: "Delete apm",
|
|
230
|
-
use_case: "delete",
|
|
231
|
-
},
|
|
232
|
-
],
|
|
233
221
|
field_docs: {},
|
|
234
222
|
optional_fields: [],
|
|
235
223
|
performance_impact: {
|
|
@@ -242,6 +230,18 @@ export const bigipTools = [
|
|
|
242
230
|
deletes: ["apm", "contained_resources"],
|
|
243
231
|
},
|
|
244
232
|
},
|
|
233
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/apms" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
234
|
+
dependencies: [
|
|
235
|
+
{
|
|
236
|
+
domain: "",
|
|
237
|
+
fieldPath: "",
|
|
238
|
+
inline: false,
|
|
239
|
+
required: false,
|
|
240
|
+
resourceType: "apm",
|
|
241
|
+
},
|
|
242
|
+
],
|
|
243
|
+
oneOfGroups: [],
|
|
244
|
+
subscriptionRequirements: [],
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
toolName: "f5xc-api-bigip-apm-get",
|
|
@@ -310,13 +310,6 @@ export const bigipTools = [
|
|
|
310
310
|
dangerLevel: "low",
|
|
311
311
|
sideEffects: null,
|
|
312
312
|
requiredFields: ["path.name", "path.namespace"],
|
|
313
|
-
cliExamples: [
|
|
314
|
-
{
|
|
315
|
-
command: "f5xcctl config apm get {name} --namespace {namespace}",
|
|
316
|
-
description: "Get specific apm",
|
|
317
|
-
use_case: "get_specific",
|
|
318
|
-
},
|
|
319
|
-
],
|
|
320
313
|
confirmationRequired: false,
|
|
321
314
|
parameterExamples: {
|
|
322
315
|
name: "Name",
|
|
@@ -362,13 +355,6 @@ export const bigipTools = [
|
|
|
362
355
|
},
|
|
363
356
|
confirmation_required: false,
|
|
364
357
|
danger_level: "low",
|
|
365
|
-
examples: [
|
|
366
|
-
{
|
|
367
|
-
command: "f5xcctl config apm get {name} --namespace {namespace}",
|
|
368
|
-
description: "Get specific apm",
|
|
369
|
-
use_case: "get_specific",
|
|
370
|
-
},
|
|
371
|
-
],
|
|
372
358
|
field_docs: {},
|
|
373
359
|
optional_fields: [],
|
|
374
360
|
performance_impact: {
|
|
@@ -379,6 +365,10 @@ export const bigipTools = [
|
|
|
379
365
|
required_fields: ["path.name", "path.namespace"],
|
|
380
366
|
side_effects: {},
|
|
381
367
|
},
|
|
368
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/apms" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
369
|
+
dependencies: [],
|
|
370
|
+
oneOfGroups: [],
|
|
371
|
+
subscriptionRequirements: [],
|
|
382
372
|
},
|
|
383
373
|
{
|
|
384
374
|
toolName: "f5xc-api-bigip-apm-list",
|
|
@@ -453,13 +443,6 @@ export const bigipTools = [
|
|
|
453
443
|
dangerLevel: "low",
|
|
454
444
|
sideEffects: null,
|
|
455
445
|
requiredFields: ["path.namespace"],
|
|
456
|
-
cliExamples: [
|
|
457
|
-
{
|
|
458
|
-
command: "f5xcctl config apm list --namespace {namespace}",
|
|
459
|
-
description: "List all apms",
|
|
460
|
-
use_case: "list_all",
|
|
461
|
-
},
|
|
462
|
-
],
|
|
463
446
|
confirmationRequired: false,
|
|
464
447
|
parameterExamples: {
|
|
465
448
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -505,13 +488,6 @@ export const bigipTools = [
|
|
|
505
488
|
},
|
|
506
489
|
confirmation_required: false,
|
|
507
490
|
danger_level: "low",
|
|
508
|
-
examples: [
|
|
509
|
-
{
|
|
510
|
-
command: "f5xcctl config apm list --namespace {namespace}",
|
|
511
|
-
description: "List all apms",
|
|
512
|
-
use_case: "list_all",
|
|
513
|
-
},
|
|
514
|
-
],
|
|
515
491
|
field_docs: {},
|
|
516
492
|
optional_fields: [],
|
|
517
493
|
performance_impact: {
|
|
@@ -522,6 +498,10 @@ export const bigipTools = [
|
|
|
522
498
|
required_fields: ["path.namespace"],
|
|
523
499
|
side_effects: {},
|
|
524
500
|
},
|
|
501
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/apms" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
502
|
+
dependencies: [],
|
|
503
|
+
oneOfGroups: [],
|
|
504
|
+
subscriptionRequirements: [],
|
|
525
505
|
},
|
|
526
506
|
{
|
|
527
507
|
toolName: "f5xc-api-bigip-apm-update",
|
|
@@ -573,13 +553,6 @@ export const bigipTools = [
|
|
|
573
553
|
modifies: ["apm"],
|
|
574
554
|
},
|
|
575
555
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
576
|
-
cliExamples: [
|
|
577
|
-
{
|
|
578
|
-
command: "f5xcctl config apm update {name} --namespace {namespace} -f {file}.yaml",
|
|
579
|
-
description: "Update apm",
|
|
580
|
-
use_case: "update",
|
|
581
|
-
},
|
|
582
|
-
],
|
|
583
556
|
confirmationRequired: false,
|
|
584
557
|
parameterExamples: {
|
|
585
558
|
"metadata.name": "Example-corp-web.",
|
|
@@ -625,13 +598,6 @@ export const bigipTools = [
|
|
|
625
598
|
},
|
|
626
599
|
confirmation_required: false,
|
|
627
600
|
danger_level: "medium",
|
|
628
|
-
examples: [
|
|
629
|
-
{
|
|
630
|
-
command: "f5xcctl config apm update {name} --namespace {namespace} -f {file}.yaml",
|
|
631
|
-
description: "Update apm",
|
|
632
|
-
use_case: "update",
|
|
633
|
-
},
|
|
634
|
-
],
|
|
635
601
|
field_docs: {},
|
|
636
602
|
optional_fields: [],
|
|
637
603
|
performance_impact: {
|
|
@@ -644,6 +610,32 @@ export const bigipTools = [
|
|
|
644
610
|
modifies: ["apm"],
|
|
645
611
|
},
|
|
646
612
|
},
|
|
613
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/apms" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
614
|
+
dependencies: [
|
|
615
|
+
{
|
|
616
|
+
domain: "",
|
|
617
|
+
fieldPath: "",
|
|
618
|
+
inline: false,
|
|
619
|
+
required: false,
|
|
620
|
+
resourceType: "apm",
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
domain: "",
|
|
624
|
+
fieldPath: "metadata",
|
|
625
|
+
inline: false,
|
|
626
|
+
required: false,
|
|
627
|
+
resourceType: "schema-object-replace-meta",
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
domain: "",
|
|
631
|
+
fieldPath: "spec",
|
|
632
|
+
inline: false,
|
|
633
|
+
required: false,
|
|
634
|
+
resourceType: "bigipapm-replace",
|
|
635
|
+
},
|
|
636
|
+
],
|
|
637
|
+
oneOfGroups: [],
|
|
638
|
+
subscriptionRequirements: [],
|
|
647
639
|
},
|
|
648
640
|
{
|
|
649
641
|
toolName: "f5xc-api-bigip-bigip-irule-create",
|
|
@@ -684,18 +676,6 @@ export const bigipTools = [
|
|
|
684
676
|
creates: ["bigip-irule"],
|
|
685
677
|
},
|
|
686
678
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
687
|
-
cliExamples: [
|
|
688
|
-
{
|
|
689
|
-
command: "f5xcctl bigipconnector bigip-irule create {name} --namespace {namespace}",
|
|
690
|
-
description: "Create bigip-irule",
|
|
691
|
-
use_case: "basic_create",
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
command: "f5xcctl bigipconnector bigip-irule create -f {file}.yaml",
|
|
695
|
-
description: "Create from YAML file",
|
|
696
|
-
use_case: "file_based",
|
|
697
|
-
},
|
|
698
|
-
],
|
|
699
679
|
confirmationRequired: false,
|
|
700
680
|
parameterExamples: {
|
|
701
681
|
"metadata.namespace": "Staging",
|
|
@@ -740,18 +720,6 @@ export const bigipTools = [
|
|
|
740
720
|
},
|
|
741
721
|
confirmation_required: false,
|
|
742
722
|
danger_level: "medium",
|
|
743
|
-
examples: [
|
|
744
|
-
{
|
|
745
|
-
command: "f5xcctl bigipconnector bigip-irule create {name} --namespace {namespace}",
|
|
746
|
-
description: "Create bigip-irule",
|
|
747
|
-
use_case: "basic_create",
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
command: "f5xcctl bigipconnector bigip-irule create -f {file}.yaml",
|
|
751
|
-
description: "Create from YAML file",
|
|
752
|
-
use_case: "file_based",
|
|
753
|
-
},
|
|
754
|
-
],
|
|
755
723
|
field_docs: {},
|
|
756
724
|
optional_fields: [],
|
|
757
725
|
performance_impact: {
|
|
@@ -764,6 +732,32 @@ export const bigipTools = [
|
|
|
764
732
|
creates: ["bigip-irule"],
|
|
765
733
|
},
|
|
766
734
|
},
|
|
735
|
+
curlExample: null,
|
|
736
|
+
dependencies: [
|
|
737
|
+
{
|
|
738
|
+
domain: "",
|
|
739
|
+
fieldPath: "",
|
|
740
|
+
inline: false,
|
|
741
|
+
required: false,
|
|
742
|
+
resourceType: "bigip-irule",
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
domain: "",
|
|
746
|
+
fieldPath: "metadata",
|
|
747
|
+
inline: false,
|
|
748
|
+
required: false,
|
|
749
|
+
resourceType: "schema-object-create-meta",
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
domain: "",
|
|
753
|
+
fieldPath: "spec",
|
|
754
|
+
inline: false,
|
|
755
|
+
required: false,
|
|
756
|
+
resourceType: "bigip-irule-create",
|
|
757
|
+
},
|
|
758
|
+
],
|
|
759
|
+
oneOfGroups: [],
|
|
760
|
+
subscriptionRequirements: [],
|
|
767
761
|
},
|
|
768
762
|
{
|
|
769
763
|
toolName: "f5xc-api-bigip-bigip-irule-delete",
|
|
@@ -813,13 +807,6 @@ export const bigipTools = [
|
|
|
813
807
|
deletes: ["bigip-irule", "contained_resources"],
|
|
814
808
|
},
|
|
815
809
|
requiredFields: ["path.name", "path.namespace"],
|
|
816
|
-
cliExamples: [
|
|
817
|
-
{
|
|
818
|
-
command: "f5xcctl bigipconnector bigip-irule delete {name} --namespace {namespace}",
|
|
819
|
-
description: "Delete bigip-irule",
|
|
820
|
-
use_case: "delete",
|
|
821
|
-
},
|
|
822
|
-
],
|
|
823
810
|
confirmationRequired: true,
|
|
824
811
|
parameterExamples: {
|
|
825
812
|
name: "Name",
|
|
@@ -865,13 +852,6 @@ export const bigipTools = [
|
|
|
865
852
|
},
|
|
866
853
|
confirmation_required: true,
|
|
867
854
|
danger_level: "high",
|
|
868
|
-
examples: [
|
|
869
|
-
{
|
|
870
|
-
command: "f5xcctl bigipconnector bigip-irule delete {name} --namespace {namespace}",
|
|
871
|
-
description: "Delete bigip-irule",
|
|
872
|
-
use_case: "delete",
|
|
873
|
-
},
|
|
874
|
-
],
|
|
875
855
|
field_docs: {},
|
|
876
856
|
optional_fields: [],
|
|
877
857
|
performance_impact: {
|
|
@@ -884,6 +864,18 @@ export const bigipTools = [
|
|
|
884
864
|
deletes: ["bigip-irule", "contained_resources"],
|
|
885
865
|
},
|
|
886
866
|
},
|
|
867
|
+
curlExample: null,
|
|
868
|
+
dependencies: [
|
|
869
|
+
{
|
|
870
|
+
domain: "",
|
|
871
|
+
fieldPath: "",
|
|
872
|
+
inline: false,
|
|
873
|
+
required: false,
|
|
874
|
+
resourceType: "bigip-irule",
|
|
875
|
+
},
|
|
876
|
+
],
|
|
877
|
+
oneOfGroups: [],
|
|
878
|
+
subscriptionRequirements: [],
|
|
887
879
|
},
|
|
888
880
|
{
|
|
889
881
|
toolName: "f5xc-api-bigip-bigip-irule-get",
|
|
@@ -952,13 +944,6 @@ export const bigipTools = [
|
|
|
952
944
|
dangerLevel: "low",
|
|
953
945
|
sideEffects: null,
|
|
954
946
|
requiredFields: ["path.name", "path.namespace"],
|
|
955
|
-
cliExamples: [
|
|
956
|
-
{
|
|
957
|
-
command: "f5xcctl bigipconnector bigip-irule get {name} --namespace {namespace}",
|
|
958
|
-
description: "Get specific bigip-irule",
|
|
959
|
-
use_case: "get_specific",
|
|
960
|
-
},
|
|
961
|
-
],
|
|
962
947
|
confirmationRequired: false,
|
|
963
948
|
parameterExamples: {
|
|
964
949
|
name: "Name",
|
|
@@ -1004,13 +989,6 @@ export const bigipTools = [
|
|
|
1004
989
|
},
|
|
1005
990
|
confirmation_required: false,
|
|
1006
991
|
danger_level: "low",
|
|
1007
|
-
examples: [
|
|
1008
|
-
{
|
|
1009
|
-
command: "f5xcctl bigipconnector bigip-irule get {name} --namespace {namespace}",
|
|
1010
|
-
description: "Get specific bigip-irule",
|
|
1011
|
-
use_case: "get_specific",
|
|
1012
|
-
},
|
|
1013
|
-
],
|
|
1014
992
|
field_docs: {},
|
|
1015
993
|
optional_fields: [],
|
|
1016
994
|
performance_impact: {
|
|
@@ -1021,6 +999,10 @@ export const bigipTools = [
|
|
|
1021
999
|
required_fields: ["path.name", "path.namespace"],
|
|
1022
1000
|
side_effects: {},
|
|
1023
1001
|
},
|
|
1002
|
+
curlExample: null,
|
|
1003
|
+
dependencies: [],
|
|
1004
|
+
oneOfGroups: [],
|
|
1005
|
+
subscriptionRequirements: [],
|
|
1024
1006
|
},
|
|
1025
1007
|
{
|
|
1026
1008
|
toolName: "f5xc-api-bigip-bigip-irule-list",
|
|
@@ -1095,13 +1077,6 @@ export const bigipTools = [
|
|
|
1095
1077
|
dangerLevel: "low",
|
|
1096
1078
|
sideEffects: null,
|
|
1097
1079
|
requiredFields: ["path.namespace"],
|
|
1098
|
-
cliExamples: [
|
|
1099
|
-
{
|
|
1100
|
-
command: "f5xcctl bigipconnector bigip-irule list --namespace {namespace}",
|
|
1101
|
-
description: "List all bigip-irules",
|
|
1102
|
-
use_case: "list_all",
|
|
1103
|
-
},
|
|
1104
|
-
],
|
|
1105
1080
|
confirmationRequired: false,
|
|
1106
1081
|
parameterExamples: {
|
|
1107
1082
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -1147,13 +1122,6 @@ export const bigipTools = [
|
|
|
1147
1122
|
},
|
|
1148
1123
|
confirmation_required: false,
|
|
1149
1124
|
danger_level: "low",
|
|
1150
|
-
examples: [
|
|
1151
|
-
{
|
|
1152
|
-
command: "f5xcctl bigipconnector bigip-irule list --namespace {namespace}",
|
|
1153
|
-
description: "List all bigip-irules",
|
|
1154
|
-
use_case: "list_all",
|
|
1155
|
-
},
|
|
1156
|
-
],
|
|
1157
1125
|
field_docs: {},
|
|
1158
1126
|
optional_fields: [],
|
|
1159
1127
|
performance_impact: {
|
|
@@ -1164,6 +1132,10 @@ export const bigipTools = [
|
|
|
1164
1132
|
required_fields: ["path.namespace"],
|
|
1165
1133
|
side_effects: {},
|
|
1166
1134
|
},
|
|
1135
|
+
curlExample: null,
|
|
1136
|
+
dependencies: [],
|
|
1137
|
+
oneOfGroups: [],
|
|
1138
|
+
subscriptionRequirements: [],
|
|
1167
1139
|
},
|
|
1168
1140
|
{
|
|
1169
1141
|
toolName: "f5xc-api-bigip-bigip-irule-update",
|
|
@@ -1215,13 +1187,6 @@ export const bigipTools = [
|
|
|
1215
1187
|
modifies: ["bigip-irule"],
|
|
1216
1188
|
},
|
|
1217
1189
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
1218
|
-
cliExamples: [
|
|
1219
|
-
{
|
|
1220
|
-
command: "f5xcctl bigipconnector bigip-irule update {name} --namespace {namespace} -f {file}.yaml",
|
|
1221
|
-
description: "Update bigip-irule",
|
|
1222
|
-
use_case: "update",
|
|
1223
|
-
},
|
|
1224
|
-
],
|
|
1225
1190
|
confirmationRequired: false,
|
|
1226
1191
|
parameterExamples: {
|
|
1227
1192
|
"metadata.name": "Example-corp-web.",
|
|
@@ -1267,13 +1232,6 @@ export const bigipTools = [
|
|
|
1267
1232
|
},
|
|
1268
1233
|
confirmation_required: false,
|
|
1269
1234
|
danger_level: "medium",
|
|
1270
|
-
examples: [
|
|
1271
|
-
{
|
|
1272
|
-
command: "f5xcctl bigipconnector bigip-irule update {name} --namespace {namespace} -f {file}.yaml",
|
|
1273
|
-
description: "Update bigip-irule",
|
|
1274
|
-
use_case: "update",
|
|
1275
|
-
},
|
|
1276
|
-
],
|
|
1277
1235
|
field_docs: {},
|
|
1278
1236
|
optional_fields: [],
|
|
1279
1237
|
performance_impact: {
|
|
@@ -1286,6 +1244,32 @@ export const bigipTools = [
|
|
|
1286
1244
|
modifies: ["bigip-irule"],
|
|
1287
1245
|
},
|
|
1288
1246
|
},
|
|
1247
|
+
curlExample: null,
|
|
1248
|
+
dependencies: [
|
|
1249
|
+
{
|
|
1250
|
+
domain: "",
|
|
1251
|
+
fieldPath: "",
|
|
1252
|
+
inline: false,
|
|
1253
|
+
required: false,
|
|
1254
|
+
resourceType: "bigip-irule",
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
domain: "",
|
|
1258
|
+
fieldPath: "metadata",
|
|
1259
|
+
inline: false,
|
|
1260
|
+
required: false,
|
|
1261
|
+
resourceType: "schema-object-replace-meta",
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
domain: "",
|
|
1265
|
+
fieldPath: "spec",
|
|
1266
|
+
inline: false,
|
|
1267
|
+
required: false,
|
|
1268
|
+
resourceType: "bigip-irule-replace",
|
|
1269
|
+
},
|
|
1270
|
+
],
|
|
1271
|
+
oneOfGroups: [],
|
|
1272
|
+
subscriptionRequirements: [],
|
|
1289
1273
|
},
|
|
1290
1274
|
{
|
|
1291
1275
|
toolName: "f5xc-api-bigip-bigip-virtual-server-get",
|
|
@@ -1353,13 +1337,6 @@ export const bigipTools = [
|
|
|
1353
1337
|
dangerLevel: "low",
|
|
1354
1338
|
sideEffects: null,
|
|
1355
1339
|
requiredFields: ["path.name", "path.namespace"],
|
|
1356
|
-
cliExamples: [
|
|
1357
|
-
{
|
|
1358
|
-
command: "f5xcctl config bigip-virtual-server get {name} --namespace {namespace}",
|
|
1359
|
-
description: "Get specific bigip-virtual-server",
|
|
1360
|
-
use_case: "get_specific",
|
|
1361
|
-
},
|
|
1362
|
-
],
|
|
1363
1340
|
confirmationRequired: false,
|
|
1364
1341
|
parameterExamples: {
|
|
1365
1342
|
name: "Name",
|
|
@@ -1405,13 +1382,6 @@ export const bigipTools = [
|
|
|
1405
1382
|
},
|
|
1406
1383
|
confirmation_required: false,
|
|
1407
1384
|
danger_level: "low",
|
|
1408
|
-
examples: [
|
|
1409
|
-
{
|
|
1410
|
-
command: "f5xcctl config bigip-virtual-server get {name} --namespace {namespace}",
|
|
1411
|
-
description: "Get specific bigip-virtual-server",
|
|
1412
|
-
use_case: "get_specific",
|
|
1413
|
-
},
|
|
1414
|
-
],
|
|
1415
1385
|
field_docs: {},
|
|
1416
1386
|
optional_fields: [],
|
|
1417
1387
|
performance_impact: {
|
|
@@ -1422,6 +1392,10 @@ export const bigipTools = [
|
|
|
1422
1392
|
required_fields: ["path.name", "path.namespace"],
|
|
1423
1393
|
side_effects: {},
|
|
1424
1394
|
},
|
|
1395
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bigip_virtual_servers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1396
|
+
dependencies: [],
|
|
1397
|
+
oneOfGroups: [],
|
|
1398
|
+
subscriptionRequirements: [],
|
|
1425
1399
|
},
|
|
1426
1400
|
{
|
|
1427
1401
|
toolName: "f5xc-api-bigip-bigip-virtual-server-list",
|
|
@@ -1496,13 +1470,6 @@ export const bigipTools = [
|
|
|
1496
1470
|
dangerLevel: "low",
|
|
1497
1471
|
sideEffects: null,
|
|
1498
1472
|
requiredFields: ["path.namespace"],
|
|
1499
|
-
cliExamples: [
|
|
1500
|
-
{
|
|
1501
|
-
command: "f5xcctl config bigip-virtual-server list --namespace {namespace}",
|
|
1502
|
-
description: "List all bigip-virtual-servers",
|
|
1503
|
-
use_case: "list_all",
|
|
1504
|
-
},
|
|
1505
|
-
],
|
|
1506
1473
|
confirmationRequired: false,
|
|
1507
1474
|
parameterExamples: {
|
|
1508
1475
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -1548,13 +1515,6 @@ export const bigipTools = [
|
|
|
1548
1515
|
},
|
|
1549
1516
|
confirmation_required: false,
|
|
1550
1517
|
danger_level: "low",
|
|
1551
|
-
examples: [
|
|
1552
|
-
{
|
|
1553
|
-
command: "f5xcctl config bigip-virtual-server list --namespace {namespace}",
|
|
1554
|
-
description: "List all bigip-virtual-servers",
|
|
1555
|
-
use_case: "list_all",
|
|
1556
|
-
},
|
|
1557
|
-
],
|
|
1558
1518
|
field_docs: {},
|
|
1559
1519
|
optional_fields: [],
|
|
1560
1520
|
performance_impact: {
|
|
@@ -1565,6 +1525,10 @@ export const bigipTools = [
|
|
|
1565
1525
|
required_fields: ["path.namespace"],
|
|
1566
1526
|
side_effects: {},
|
|
1567
1527
|
},
|
|
1528
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bigip_virtual_servers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1529
|
+
dependencies: [],
|
|
1530
|
+
oneOfGroups: [],
|
|
1531
|
+
subscriptionRequirements: [],
|
|
1568
1532
|
},
|
|
1569
1533
|
{
|
|
1570
1534
|
toolName: "f5xc-api-bigip-bigip-virtual-server-update",
|
|
@@ -1616,13 +1580,6 @@ export const bigipTools = [
|
|
|
1616
1580
|
modifies: ["bigip-virtual-server"],
|
|
1617
1581
|
},
|
|
1618
1582
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
1619
|
-
cliExamples: [
|
|
1620
|
-
{
|
|
1621
|
-
command: "f5xcctl config bigip-virtual-server update {name} --namespace {namespace} -f {file}.yaml",
|
|
1622
|
-
description: "Update bigip-virtual-server",
|
|
1623
|
-
use_case: "update",
|
|
1624
|
-
},
|
|
1625
|
-
],
|
|
1626
1583
|
confirmationRequired: false,
|
|
1627
1584
|
parameterExamples: {
|
|
1628
1585
|
"metadata.name": "Example-corp-web.",
|
|
@@ -1668,13 +1625,6 @@ export const bigipTools = [
|
|
|
1668
1625
|
},
|
|
1669
1626
|
confirmation_required: false,
|
|
1670
1627
|
danger_level: "medium",
|
|
1671
|
-
examples: [
|
|
1672
|
-
{
|
|
1673
|
-
command: "f5xcctl config bigip-virtual-server update {name} --namespace {namespace} -f {file}.yaml",
|
|
1674
|
-
description: "Update bigip-virtual-server",
|
|
1675
|
-
use_case: "update",
|
|
1676
|
-
},
|
|
1677
|
-
],
|
|
1678
1628
|
field_docs: {},
|
|
1679
1629
|
optional_fields: [],
|
|
1680
1630
|
performance_impact: {
|
|
@@ -1687,6 +1637,32 @@ export const bigipTools = [
|
|
|
1687
1637
|
modifies: ["bigip-virtual-server"],
|
|
1688
1638
|
},
|
|
1689
1639
|
},
|
|
1640
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/bigip_virtual_servers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1641
|
+
dependencies: [
|
|
1642
|
+
{
|
|
1643
|
+
domain: "",
|
|
1644
|
+
fieldPath: "",
|
|
1645
|
+
inline: false,
|
|
1646
|
+
required: false,
|
|
1647
|
+
resourceType: "bigip-virtual-server",
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
domain: "",
|
|
1651
|
+
fieldPath: "metadata",
|
|
1652
|
+
inline: false,
|
|
1653
|
+
required: false,
|
|
1654
|
+
resourceType: "schema-object-replace-meta",
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
domain: "",
|
|
1658
|
+
fieldPath: "spec",
|
|
1659
|
+
inline: false,
|
|
1660
|
+
required: false,
|
|
1661
|
+
resourceType: "viewsbigip-virtual-server-replace",
|
|
1662
|
+
},
|
|
1663
|
+
],
|
|
1664
|
+
oneOfGroups: [],
|
|
1665
|
+
subscriptionRequirements: [],
|
|
1690
1666
|
},
|
|
1691
1667
|
{
|
|
1692
1668
|
toolName: "f5xc-api-bigip-data-group-create",
|
|
@@ -1727,18 +1703,6 @@ export const bigipTools = [
|
|
|
1727
1703
|
creates: ["data-group"],
|
|
1728
1704
|
},
|
|
1729
1705
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
1730
|
-
cliExamples: [
|
|
1731
|
-
{
|
|
1732
|
-
command: "f5xcctl config data-group create {name} --namespace {namespace}",
|
|
1733
|
-
description: "Create data-group",
|
|
1734
|
-
use_case: "basic_create",
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
command: "f5xcctl config data-group create -f {file}.yaml",
|
|
1738
|
-
description: "Create from YAML file",
|
|
1739
|
-
use_case: "file_based",
|
|
1740
|
-
},
|
|
1741
|
-
],
|
|
1742
1706
|
confirmationRequired: false,
|
|
1743
1707
|
parameterExamples: {
|
|
1744
1708
|
"metadata.namespace": "Staging",
|
|
@@ -1783,18 +1747,6 @@ export const bigipTools = [
|
|
|
1783
1747
|
},
|
|
1784
1748
|
confirmation_required: false,
|
|
1785
1749
|
danger_level: "medium",
|
|
1786
|
-
examples: [
|
|
1787
|
-
{
|
|
1788
|
-
command: "f5xcctl config data-group create {name} --namespace {namespace}",
|
|
1789
|
-
description: "Create data-group",
|
|
1790
|
-
use_case: "basic_create",
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
command: "f5xcctl config data-group create -f {file}.yaml",
|
|
1794
|
-
description: "Create from YAML file",
|
|
1795
|
-
use_case: "file_based",
|
|
1796
|
-
},
|
|
1797
|
-
],
|
|
1798
1750
|
field_docs: {},
|
|
1799
1751
|
optional_fields: [],
|
|
1800
1752
|
performance_impact: {
|
|
@@ -1807,6 +1759,32 @@ export const bigipTools = [
|
|
|
1807
1759
|
creates: ["data-group"],
|
|
1808
1760
|
},
|
|
1809
1761
|
},
|
|
1762
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/data_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1763
|
+
dependencies: [
|
|
1764
|
+
{
|
|
1765
|
+
domain: "",
|
|
1766
|
+
fieldPath: "",
|
|
1767
|
+
inline: false,
|
|
1768
|
+
required: false,
|
|
1769
|
+
resourceType: "data-group",
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
domain: "",
|
|
1773
|
+
fieldPath: "metadata",
|
|
1774
|
+
inline: false,
|
|
1775
|
+
required: false,
|
|
1776
|
+
resourceType: "schema-object-create-meta",
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
domain: "",
|
|
1780
|
+
fieldPath: "spec",
|
|
1781
|
+
inline: false,
|
|
1782
|
+
required: false,
|
|
1783
|
+
resourceType: "bigcnedata-group-create",
|
|
1784
|
+
},
|
|
1785
|
+
],
|
|
1786
|
+
oneOfGroups: [],
|
|
1787
|
+
subscriptionRequirements: [],
|
|
1810
1788
|
},
|
|
1811
1789
|
{
|
|
1812
1790
|
toolName: "f5xc-api-bigip-data-group-delete",
|
|
@@ -1856,13 +1834,6 @@ export const bigipTools = [
|
|
|
1856
1834
|
deletes: ["data-group", "contained_resources"],
|
|
1857
1835
|
},
|
|
1858
1836
|
requiredFields: ["path.name", "path.namespace"],
|
|
1859
|
-
cliExamples: [
|
|
1860
|
-
{
|
|
1861
|
-
command: "f5xcctl config data-group delete {name} --namespace {namespace}",
|
|
1862
|
-
description: "Delete data-group",
|
|
1863
|
-
use_case: "delete",
|
|
1864
|
-
},
|
|
1865
|
-
],
|
|
1866
1837
|
confirmationRequired: true,
|
|
1867
1838
|
parameterExamples: {
|
|
1868
1839
|
name: "Name",
|
|
@@ -1908,13 +1879,6 @@ export const bigipTools = [
|
|
|
1908
1879
|
},
|
|
1909
1880
|
confirmation_required: true,
|
|
1910
1881
|
danger_level: "high",
|
|
1911
|
-
examples: [
|
|
1912
|
-
{
|
|
1913
|
-
command: "f5xcctl config data-group delete {name} --namespace {namespace}",
|
|
1914
|
-
description: "Delete data-group",
|
|
1915
|
-
use_case: "delete",
|
|
1916
|
-
},
|
|
1917
|
-
],
|
|
1918
1882
|
field_docs: {},
|
|
1919
1883
|
optional_fields: [],
|
|
1920
1884
|
performance_impact: {
|
|
@@ -1927,6 +1891,18 @@ export const bigipTools = [
|
|
|
1927
1891
|
deletes: ["data-group", "contained_resources"],
|
|
1928
1892
|
},
|
|
1929
1893
|
},
|
|
1894
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/data_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1895
|
+
dependencies: [
|
|
1896
|
+
{
|
|
1897
|
+
domain: "",
|
|
1898
|
+
fieldPath: "",
|
|
1899
|
+
inline: false,
|
|
1900
|
+
required: false,
|
|
1901
|
+
resourceType: "data-group",
|
|
1902
|
+
},
|
|
1903
|
+
],
|
|
1904
|
+
oneOfGroups: [],
|
|
1905
|
+
subscriptionRequirements: [],
|
|
1930
1906
|
},
|
|
1931
1907
|
{
|
|
1932
1908
|
toolName: "f5xc-api-bigip-data-group-get",
|
|
@@ -1994,13 +1970,6 @@ export const bigipTools = [
|
|
|
1994
1970
|
dangerLevel: "low",
|
|
1995
1971
|
sideEffects: null,
|
|
1996
1972
|
requiredFields: ["path.name", "path.namespace"],
|
|
1997
|
-
cliExamples: [
|
|
1998
|
-
{
|
|
1999
|
-
command: "f5xcctl config data-group get {name} --namespace {namespace}",
|
|
2000
|
-
description: "Get specific data-group",
|
|
2001
|
-
use_case: "get_specific",
|
|
2002
|
-
},
|
|
2003
|
-
],
|
|
2004
1973
|
confirmationRequired: false,
|
|
2005
1974
|
parameterExamples: {
|
|
2006
1975
|
name: "Name",
|
|
@@ -2046,13 +2015,6 @@ export const bigipTools = [
|
|
|
2046
2015
|
},
|
|
2047
2016
|
confirmation_required: false,
|
|
2048
2017
|
danger_level: "low",
|
|
2049
|
-
examples: [
|
|
2050
|
-
{
|
|
2051
|
-
command: "f5xcctl config data-group get {name} --namespace {namespace}",
|
|
2052
|
-
description: "Get specific data-group",
|
|
2053
|
-
use_case: "get_specific",
|
|
2054
|
-
},
|
|
2055
|
-
],
|
|
2056
2018
|
field_docs: {},
|
|
2057
2019
|
optional_fields: [],
|
|
2058
2020
|
performance_impact: {
|
|
@@ -2063,6 +2025,10 @@ export const bigipTools = [
|
|
|
2063
2025
|
required_fields: ["path.name", "path.namespace"],
|
|
2064
2026
|
side_effects: {},
|
|
2065
2027
|
},
|
|
2028
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/data_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2029
|
+
dependencies: [],
|
|
2030
|
+
oneOfGroups: [],
|
|
2031
|
+
subscriptionRequirements: [],
|
|
2066
2032
|
},
|
|
2067
2033
|
{
|
|
2068
2034
|
toolName: "f5xc-api-bigip-data-group-list",
|
|
@@ -2137,13 +2103,6 @@ export const bigipTools = [
|
|
|
2137
2103
|
dangerLevel: "low",
|
|
2138
2104
|
sideEffects: null,
|
|
2139
2105
|
requiredFields: ["path.namespace"],
|
|
2140
|
-
cliExamples: [
|
|
2141
|
-
{
|
|
2142
|
-
command: "f5xcctl config data-group list --namespace {namespace}",
|
|
2143
|
-
description: "List all data-groups",
|
|
2144
|
-
use_case: "list_all",
|
|
2145
|
-
},
|
|
2146
|
-
],
|
|
2147
2106
|
confirmationRequired: false,
|
|
2148
2107
|
parameterExamples: {
|
|
2149
2108
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -2189,13 +2148,6 @@ export const bigipTools = [
|
|
|
2189
2148
|
},
|
|
2190
2149
|
confirmation_required: false,
|
|
2191
2150
|
danger_level: "low",
|
|
2192
|
-
examples: [
|
|
2193
|
-
{
|
|
2194
|
-
command: "f5xcctl config data-group list --namespace {namespace}",
|
|
2195
|
-
description: "List all data-groups",
|
|
2196
|
-
use_case: "list_all",
|
|
2197
|
-
},
|
|
2198
|
-
],
|
|
2199
2151
|
field_docs: {},
|
|
2200
2152
|
optional_fields: [],
|
|
2201
2153
|
performance_impact: {
|
|
@@ -2206,6 +2158,10 @@ export const bigipTools = [
|
|
|
2206
2158
|
required_fields: ["path.namespace"],
|
|
2207
2159
|
side_effects: {},
|
|
2208
2160
|
},
|
|
2161
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/data_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2162
|
+
dependencies: [],
|
|
2163
|
+
oneOfGroups: [],
|
|
2164
|
+
subscriptionRequirements: [],
|
|
2209
2165
|
},
|
|
2210
2166
|
{
|
|
2211
2167
|
toolName: "f5xc-api-bigip-data-group-update",
|
|
@@ -2257,13 +2213,6 @@ export const bigipTools = [
|
|
|
2257
2213
|
modifies: ["data-group"],
|
|
2258
2214
|
},
|
|
2259
2215
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
2260
|
-
cliExamples: [
|
|
2261
|
-
{
|
|
2262
|
-
command: "f5xcctl config data-group update {name} --namespace {namespace} -f {file}.yaml",
|
|
2263
|
-
description: "Update data-group",
|
|
2264
|
-
use_case: "update",
|
|
2265
|
-
},
|
|
2266
|
-
],
|
|
2267
2216
|
confirmationRequired: false,
|
|
2268
2217
|
parameterExamples: {
|
|
2269
2218
|
"metadata.name": "Example-corp-web.",
|
|
@@ -2309,13 +2258,6 @@ export const bigipTools = [
|
|
|
2309
2258
|
},
|
|
2310
2259
|
confirmation_required: false,
|
|
2311
2260
|
danger_level: "medium",
|
|
2312
|
-
examples: [
|
|
2313
|
-
{
|
|
2314
|
-
command: "f5xcctl config data-group update {name} --namespace {namespace} -f {file}.yaml",
|
|
2315
|
-
description: "Update data-group",
|
|
2316
|
-
use_case: "update",
|
|
2317
|
-
},
|
|
2318
|
-
],
|
|
2319
2261
|
field_docs: {},
|
|
2320
2262
|
optional_fields: [],
|
|
2321
2263
|
performance_impact: {
|
|
@@ -2328,6 +2270,32 @@ export const bigipTools = [
|
|
|
2328
2270
|
modifies: ["data-group"],
|
|
2329
2271
|
},
|
|
2330
2272
|
},
|
|
2273
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/data_groups" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2274
|
+
dependencies: [
|
|
2275
|
+
{
|
|
2276
|
+
domain: "",
|
|
2277
|
+
fieldPath: "",
|
|
2278
|
+
inline: false,
|
|
2279
|
+
required: false,
|
|
2280
|
+
resourceType: "data-group",
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
domain: "",
|
|
2284
|
+
fieldPath: "metadata",
|
|
2285
|
+
inline: false,
|
|
2286
|
+
required: false,
|
|
2287
|
+
resourceType: "schema-object-replace-meta",
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
domain: "",
|
|
2291
|
+
fieldPath: "spec",
|
|
2292
|
+
inline: false,
|
|
2293
|
+
required: false,
|
|
2294
|
+
resourceType: "bigcnedata-group-replace",
|
|
2295
|
+
},
|
|
2296
|
+
],
|
|
2297
|
+
oneOfGroups: [],
|
|
2298
|
+
subscriptionRequirements: [],
|
|
2331
2299
|
},
|
|
2332
2300
|
{
|
|
2333
2301
|
toolName: "f5xc-api-bigip-get-security-config-create",
|
|
@@ -2368,18 +2336,6 @@ export const bigipTools = [
|
|
|
2368
2336
|
creates: ["get-security-config"],
|
|
2369
2337
|
},
|
|
2370
2338
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
2371
|
-
cliExamples: [
|
|
2372
|
-
{
|
|
2373
|
-
command: "f5xcctl config get-security-config create -f {file}.yaml",
|
|
2374
|
-
description: "Create from YAML file",
|
|
2375
|
-
use_case: "file_based",
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
command: "f5xcctl config get-security-config create {name} --namespace {namespace}",
|
|
2379
|
-
description: "Create get-security-config",
|
|
2380
|
-
use_case: "basic_create",
|
|
2381
|
-
},
|
|
2382
|
-
],
|
|
2383
2339
|
confirmationRequired: false,
|
|
2384
2340
|
parameterExamples: {
|
|
2385
2341
|
namespace: "Shared",
|
|
@@ -2427,18 +2383,6 @@ export const bigipTools = [
|
|
|
2427
2383
|
},
|
|
2428
2384
|
confirmation_required: false,
|
|
2429
2385
|
danger_level: "medium",
|
|
2430
|
-
examples: [
|
|
2431
|
-
{
|
|
2432
|
-
command: "f5xcctl config get-security-config create {name} --namespace {namespace}",
|
|
2433
|
-
description: "Create get-security-config",
|
|
2434
|
-
use_case: "basic_create",
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
command: "f5xcctl config get-security-config create -f {file}.yaml",
|
|
2438
|
-
description: "Create from YAML file",
|
|
2439
|
-
use_case: "file_based",
|
|
2440
|
-
},
|
|
2441
|
-
],
|
|
2442
2386
|
field_docs: {},
|
|
2443
2387
|
optional_fields: [],
|
|
2444
2388
|
performance_impact: {
|
|
@@ -2451,6 +2395,16 @@ export const bigipTools = [
|
|
|
2451
2395
|
creates: ["get-security-config"],
|
|
2452
2396
|
},
|
|
2453
2397
|
},
|
|
2398
|
+
curlExample: null,
|
|
2399
|
+
dependencies: [],
|
|
2400
|
+
oneOfGroups: [
|
|
2401
|
+
{
|
|
2402
|
+
choiceField: "loadbalancer_choice",
|
|
2403
|
+
fieldPath: "loadbalancer_choice",
|
|
2404
|
+
options: ["all_bigip_virtual_servers", "bigip_virtual_servers_list"],
|
|
2405
|
+
},
|
|
2406
|
+
],
|
|
2407
|
+
subscriptionRequirements: [],
|
|
2454
2408
|
},
|
|
2455
2409
|
{
|
|
2456
2410
|
toolName: "f5xc-api-bigip-irule-create",
|
|
@@ -2491,18 +2445,6 @@ export const bigipTools = [
|
|
|
2491
2445
|
creates: ["irule"],
|
|
2492
2446
|
},
|
|
2493
2447
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
2494
|
-
cliExamples: [
|
|
2495
|
-
{
|
|
2496
|
-
command: "f5xcctl config irule create -f {file}.yaml",
|
|
2497
|
-
description: "Create from YAML file",
|
|
2498
|
-
use_case: "file_based",
|
|
2499
|
-
},
|
|
2500
|
-
{
|
|
2501
|
-
command: "f5xcctl config irule create {name} --namespace {namespace}",
|
|
2502
|
-
description: "Create irule",
|
|
2503
|
-
use_case: "basic_create",
|
|
2504
|
-
},
|
|
2505
|
-
],
|
|
2506
2448
|
confirmationRequired: false,
|
|
2507
2449
|
parameterExamples: {
|
|
2508
2450
|
"metadata.namespace": "Staging",
|
|
@@ -2547,18 +2489,6 @@ export const bigipTools = [
|
|
|
2547
2489
|
},
|
|
2548
2490
|
confirmation_required: false,
|
|
2549
2491
|
danger_level: "medium",
|
|
2550
|
-
examples: [
|
|
2551
|
-
{
|
|
2552
|
-
command: "f5xcctl config irule create {name} --namespace {namespace}",
|
|
2553
|
-
description: "Create irule",
|
|
2554
|
-
use_case: "basic_create",
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
command: "f5xcctl config irule create -f {file}.yaml",
|
|
2558
|
-
description: "Create from YAML file",
|
|
2559
|
-
use_case: "file_based",
|
|
2560
|
-
},
|
|
2561
|
-
],
|
|
2562
2492
|
field_docs: {},
|
|
2563
2493
|
optional_fields: [],
|
|
2564
2494
|
performance_impact: {
|
|
@@ -2571,6 +2501,32 @@ export const bigipTools = [
|
|
|
2571
2501
|
creates: ["irule"],
|
|
2572
2502
|
},
|
|
2573
2503
|
},
|
|
2504
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/irules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2505
|
+
dependencies: [
|
|
2506
|
+
{
|
|
2507
|
+
domain: "",
|
|
2508
|
+
fieldPath: "",
|
|
2509
|
+
inline: false,
|
|
2510
|
+
required: false,
|
|
2511
|
+
resourceType: "irule",
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
domain: "",
|
|
2515
|
+
fieldPath: "metadata",
|
|
2516
|
+
inline: false,
|
|
2517
|
+
required: false,
|
|
2518
|
+
resourceType: "schema-object-create-meta",
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
domain: "",
|
|
2522
|
+
fieldPath: "spec",
|
|
2523
|
+
inline: false,
|
|
2524
|
+
required: false,
|
|
2525
|
+
resourceType: "irule-create",
|
|
2526
|
+
},
|
|
2527
|
+
],
|
|
2528
|
+
oneOfGroups: [],
|
|
2529
|
+
subscriptionRequirements: [],
|
|
2574
2530
|
},
|
|
2575
2531
|
{
|
|
2576
2532
|
toolName: "f5xc-api-bigip-irule-delete",
|
|
@@ -2620,13 +2576,6 @@ export const bigipTools = [
|
|
|
2620
2576
|
deletes: ["irule", "contained_resources"],
|
|
2621
2577
|
},
|
|
2622
2578
|
requiredFields: ["path.name", "path.namespace"],
|
|
2623
|
-
cliExamples: [
|
|
2624
|
-
{
|
|
2625
|
-
command: "f5xcctl config irule delete {name} --namespace {namespace}",
|
|
2626
|
-
description: "Delete irule",
|
|
2627
|
-
use_case: "delete",
|
|
2628
|
-
},
|
|
2629
|
-
],
|
|
2630
2579
|
confirmationRequired: true,
|
|
2631
2580
|
parameterExamples: {
|
|
2632
2581
|
name: "Name",
|
|
@@ -2672,13 +2621,6 @@ export const bigipTools = [
|
|
|
2672
2621
|
},
|
|
2673
2622
|
confirmation_required: true,
|
|
2674
2623
|
danger_level: "high",
|
|
2675
|
-
examples: [
|
|
2676
|
-
{
|
|
2677
|
-
command: "f5xcctl config irule delete {name} --namespace {namespace}",
|
|
2678
|
-
description: "Delete irule",
|
|
2679
|
-
use_case: "delete",
|
|
2680
|
-
},
|
|
2681
|
-
],
|
|
2682
2624
|
field_docs: {},
|
|
2683
2625
|
optional_fields: [],
|
|
2684
2626
|
performance_impact: {
|
|
@@ -2691,6 +2633,18 @@ export const bigipTools = [
|
|
|
2691
2633
|
deletes: ["irule", "contained_resources"],
|
|
2692
2634
|
},
|
|
2693
2635
|
},
|
|
2636
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/irules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2637
|
+
dependencies: [
|
|
2638
|
+
{
|
|
2639
|
+
domain: "",
|
|
2640
|
+
fieldPath: "",
|
|
2641
|
+
inline: false,
|
|
2642
|
+
required: false,
|
|
2643
|
+
resourceType: "irule",
|
|
2644
|
+
},
|
|
2645
|
+
],
|
|
2646
|
+
oneOfGroups: [],
|
|
2647
|
+
subscriptionRequirements: [],
|
|
2694
2648
|
},
|
|
2695
2649
|
{
|
|
2696
2650
|
toolName: "f5xc-api-bigip-irule-get",
|
|
@@ -2758,13 +2712,6 @@ export const bigipTools = [
|
|
|
2758
2712
|
dangerLevel: "low",
|
|
2759
2713
|
sideEffects: null,
|
|
2760
2714
|
requiredFields: ["path.name", "path.namespace"],
|
|
2761
|
-
cliExamples: [
|
|
2762
|
-
{
|
|
2763
|
-
command: "f5xcctl config irule get {name} --namespace {namespace}",
|
|
2764
|
-
description: "Get specific irule",
|
|
2765
|
-
use_case: "get_specific",
|
|
2766
|
-
},
|
|
2767
|
-
],
|
|
2768
2715
|
confirmationRequired: false,
|
|
2769
2716
|
parameterExamples: {
|
|
2770
2717
|
name: "Name",
|
|
@@ -2810,13 +2757,6 @@ export const bigipTools = [
|
|
|
2810
2757
|
},
|
|
2811
2758
|
confirmation_required: false,
|
|
2812
2759
|
danger_level: "low",
|
|
2813
|
-
examples: [
|
|
2814
|
-
{
|
|
2815
|
-
command: "f5xcctl config irule get {name} --namespace {namespace}",
|
|
2816
|
-
description: "Get specific irule",
|
|
2817
|
-
use_case: "get_specific",
|
|
2818
|
-
},
|
|
2819
|
-
],
|
|
2820
2760
|
field_docs: {},
|
|
2821
2761
|
optional_fields: [],
|
|
2822
2762
|
performance_impact: {
|
|
@@ -2827,6 +2767,10 @@ export const bigipTools = [
|
|
|
2827
2767
|
required_fields: ["path.name", "path.namespace"],
|
|
2828
2768
|
side_effects: {},
|
|
2829
2769
|
},
|
|
2770
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/irules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2771
|
+
dependencies: [],
|
|
2772
|
+
oneOfGroups: [],
|
|
2773
|
+
subscriptionRequirements: [],
|
|
2830
2774
|
},
|
|
2831
2775
|
{
|
|
2832
2776
|
toolName: "f5xc-api-bigip-irule-list",
|
|
@@ -2901,13 +2845,6 @@ export const bigipTools = [
|
|
|
2901
2845
|
dangerLevel: "low",
|
|
2902
2846
|
sideEffects: null,
|
|
2903
2847
|
requiredFields: ["path.namespace"],
|
|
2904
|
-
cliExamples: [
|
|
2905
|
-
{
|
|
2906
|
-
command: "f5xcctl config irule list --namespace {namespace}",
|
|
2907
|
-
description: "List all irules",
|
|
2908
|
-
use_case: "list_all",
|
|
2909
|
-
},
|
|
2910
|
-
],
|
|
2911
2848
|
confirmationRequired: false,
|
|
2912
2849
|
parameterExamples: {
|
|
2913
2850
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -2953,13 +2890,6 @@ export const bigipTools = [
|
|
|
2953
2890
|
},
|
|
2954
2891
|
confirmation_required: false,
|
|
2955
2892
|
danger_level: "low",
|
|
2956
|
-
examples: [
|
|
2957
|
-
{
|
|
2958
|
-
command: "f5xcctl config irule list --namespace {namespace}",
|
|
2959
|
-
description: "List all irules",
|
|
2960
|
-
use_case: "list_all",
|
|
2961
|
-
},
|
|
2962
|
-
],
|
|
2963
2893
|
field_docs: {},
|
|
2964
2894
|
optional_fields: [],
|
|
2965
2895
|
performance_impact: {
|
|
@@ -2970,6 +2900,10 @@ export const bigipTools = [
|
|
|
2970
2900
|
required_fields: ["path.namespace"],
|
|
2971
2901
|
side_effects: {},
|
|
2972
2902
|
},
|
|
2903
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/irules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2904
|
+
dependencies: [],
|
|
2905
|
+
oneOfGroups: [],
|
|
2906
|
+
subscriptionRequirements: [],
|
|
2973
2907
|
},
|
|
2974
2908
|
{
|
|
2975
2909
|
toolName: "f5xc-api-bigip-irule-update",
|
|
@@ -3021,13 +2955,6 @@ export const bigipTools = [
|
|
|
3021
2955
|
modifies: ["irule"],
|
|
3022
2956
|
},
|
|
3023
2957
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
3024
|
-
cliExamples: [
|
|
3025
|
-
{
|
|
3026
|
-
command: "f5xcctl config irule update {name} --namespace {namespace} -f {file}.yaml",
|
|
3027
|
-
description: "Update irule",
|
|
3028
|
-
use_case: "update",
|
|
3029
|
-
},
|
|
3030
|
-
],
|
|
3031
2958
|
confirmationRequired: false,
|
|
3032
2959
|
parameterExamples: {
|
|
3033
2960
|
"metadata.name": "Example-corp-web.",
|
|
@@ -3073,13 +3000,6 @@ export const bigipTools = [
|
|
|
3073
3000
|
},
|
|
3074
3001
|
confirmation_required: false,
|
|
3075
3002
|
danger_level: "medium",
|
|
3076
|
-
examples: [
|
|
3077
|
-
{
|
|
3078
|
-
command: "f5xcctl config irule update {name} --namespace {namespace} -f {file}.yaml",
|
|
3079
|
-
description: "Update irule",
|
|
3080
|
-
use_case: "update",
|
|
3081
|
-
},
|
|
3082
|
-
],
|
|
3083
3003
|
field_docs: {},
|
|
3084
3004
|
optional_fields: [],
|
|
3085
3005
|
performance_impact: {
|
|
@@ -3092,6 +3012,32 @@ export const bigipTools = [
|
|
|
3092
3012
|
modifies: ["irule"],
|
|
3093
3013
|
},
|
|
3094
3014
|
},
|
|
3015
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/irules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
3016
|
+
dependencies: [
|
|
3017
|
+
{
|
|
3018
|
+
domain: "",
|
|
3019
|
+
fieldPath: "",
|
|
3020
|
+
inline: false,
|
|
3021
|
+
required: false,
|
|
3022
|
+
resourceType: "irule",
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
domain: "",
|
|
3026
|
+
fieldPath: "metadata",
|
|
3027
|
+
inline: false,
|
|
3028
|
+
required: false,
|
|
3029
|
+
resourceType: "schema-object-replace-meta",
|
|
3030
|
+
},
|
|
3031
|
+
{
|
|
3032
|
+
domain: "",
|
|
3033
|
+
fieldPath: "spec",
|
|
3034
|
+
inline: false,
|
|
3035
|
+
required: false,
|
|
3036
|
+
resourceType: "irule-replace",
|
|
3037
|
+
},
|
|
3038
|
+
],
|
|
3039
|
+
oneOfGroups: [],
|
|
3040
|
+
subscriptionRequirements: [],
|
|
3095
3041
|
},
|
|
3096
3042
|
{
|
|
3097
3043
|
toolName: "f5xc-api-bigip-metric-create",
|
|
@@ -3132,18 +3078,6 @@ export const bigipTools = [
|
|
|
3132
3078
|
creates: ["metric"],
|
|
3133
3079
|
},
|
|
3134
3080
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
3135
|
-
cliExamples: [
|
|
3136
|
-
{
|
|
3137
|
-
command: "f5xcctl data metric create -f {file}.yaml",
|
|
3138
|
-
description: "Create from YAML file",
|
|
3139
|
-
use_case: "file_based",
|
|
3140
|
-
},
|
|
3141
|
-
{
|
|
3142
|
-
command: "f5xcctl data metric create {name} --namespace {namespace}",
|
|
3143
|
-
description: "Create metric",
|
|
3144
|
-
use_case: "basic_create",
|
|
3145
|
-
},
|
|
3146
|
-
],
|
|
3147
3081
|
confirmationRequired: false,
|
|
3148
3082
|
parameterExamples: {
|
|
3149
3083
|
namespace: "System",
|
|
@@ -3188,18 +3122,6 @@ export const bigipTools = [
|
|
|
3188
3122
|
},
|
|
3189
3123
|
confirmation_required: false,
|
|
3190
3124
|
danger_level: "medium",
|
|
3191
|
-
examples: [
|
|
3192
|
-
{
|
|
3193
|
-
command: "f5xcctl data metric create {name} --namespace {namespace}",
|
|
3194
|
-
description: "Create metric",
|
|
3195
|
-
use_case: "basic_create",
|
|
3196
|
-
},
|
|
3197
|
-
{
|
|
3198
|
-
command: "f5xcctl data metric create -f {file}.yaml",
|
|
3199
|
-
description: "Create from YAML file",
|
|
3200
|
-
use_case: "file_based",
|
|
3201
|
-
},
|
|
3202
|
-
],
|
|
3203
3125
|
field_docs: {},
|
|
3204
3126
|
optional_fields: [],
|
|
3205
3127
|
performance_impact: {
|
|
@@ -3212,6 +3134,18 @@ export const bigipTools = [
|
|
|
3212
3134
|
creates: ["metric"],
|
|
3213
3135
|
},
|
|
3214
3136
|
},
|
|
3137
|
+
curlExample: null,
|
|
3138
|
+
dependencies: [
|
|
3139
|
+
{
|
|
3140
|
+
domain: "",
|
|
3141
|
+
fieldPath: "field_selector[]",
|
|
3142
|
+
inline: false,
|
|
3143
|
+
required: false,
|
|
3144
|
+
resourceType: "bigipapm-metric",
|
|
3145
|
+
},
|
|
3146
|
+
],
|
|
3147
|
+
oneOfGroups: [],
|
|
3148
|
+
subscriptionRequirements: [],
|
|
3215
3149
|
},
|
|
3216
3150
|
];
|
|
3217
3151
|
export default bigipTools;
|