@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 cdnTools = [
|
|
|
42
42
|
creates: ["access-log"],
|
|
43
43
|
},
|
|
44
44
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
45
|
-
cliExamples: [
|
|
46
|
-
{
|
|
47
|
-
command: "f5xcctl cdn access-log create {name} --namespace {namespace}",
|
|
48
|
-
description: "Create access-log",
|
|
49
|
-
use_case: "basic_create",
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
command: "f5xcctl cdn access-log 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
|
namespace: "Value",
|
|
@@ -98,18 +86,6 @@ export const cdnTools = [
|
|
|
98
86
|
},
|
|
99
87
|
confirmation_required: false,
|
|
100
88
|
danger_level: "medium",
|
|
101
|
-
examples: [
|
|
102
|
-
{
|
|
103
|
-
command: "f5xcctl cdn access-log create {name} --namespace {namespace}",
|
|
104
|
-
description: "Create access-log",
|
|
105
|
-
use_case: "basic_create",
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
command: "f5xcctl cdn access-log 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,17 @@ export const cdnTools = [
|
|
|
122
98
|
creates: ["access-log"],
|
|
123
99
|
},
|
|
124
100
|
},
|
|
101
|
+
curlExample: null,
|
|
102
|
+
dependencies: [],
|
|
103
|
+
oneOfGroups: [],
|
|
104
|
+
subscriptionRequirements: [
|
|
105
|
+
{
|
|
106
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
107
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
108
|
+
required: false,
|
|
109
|
+
tier: "standard",
|
|
110
|
+
},
|
|
111
|
+
],
|
|
125
112
|
},
|
|
126
113
|
{
|
|
127
114
|
toolName: "f5xc-api-cdn-aggregation-create",
|
|
@@ -162,18 +149,6 @@ export const cdnTools = [
|
|
|
162
149
|
creates: ["aggregation"],
|
|
163
150
|
},
|
|
164
151
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
165
|
-
cliExamples: [
|
|
166
|
-
{
|
|
167
|
-
command: "f5xcctl cdn aggregation create {name} --namespace {namespace}",
|
|
168
|
-
description: "Create aggregation",
|
|
169
|
-
use_case: "basic_create",
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
command: "f5xcctl cdn aggregation create -f {file}.yaml",
|
|
173
|
-
description: "Create from YAML file",
|
|
174
|
-
use_case: "file_based",
|
|
175
|
-
},
|
|
176
|
-
],
|
|
177
152
|
confirmationRequired: false,
|
|
178
153
|
parameterExamples: {
|
|
179
154
|
namespace: "Value",
|
|
@@ -218,18 +193,6 @@ export const cdnTools = [
|
|
|
218
193
|
},
|
|
219
194
|
confirmation_required: false,
|
|
220
195
|
danger_level: "medium",
|
|
221
|
-
examples: [
|
|
222
|
-
{
|
|
223
|
-
command: "f5xcctl cdn aggregation create {name} --namespace {namespace}",
|
|
224
|
-
description: "Create aggregation",
|
|
225
|
-
use_case: "basic_create",
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
command: "f5xcctl cdn aggregation create -f {file}.yaml",
|
|
229
|
-
description: "Create from YAML file",
|
|
230
|
-
use_case: "file_based",
|
|
231
|
-
},
|
|
232
|
-
],
|
|
233
196
|
field_docs: {},
|
|
234
197
|
optional_fields: [],
|
|
235
198
|
performance_impact: {
|
|
@@ -242,6 +205,17 @@ export const cdnTools = [
|
|
|
242
205
|
creates: ["aggregation"],
|
|
243
206
|
},
|
|
244
207
|
},
|
|
208
|
+
curlExample: null,
|
|
209
|
+
dependencies: [],
|
|
210
|
+
oneOfGroups: [],
|
|
211
|
+
subscriptionRequirements: [
|
|
212
|
+
{
|
|
213
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
214
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
215
|
+
required: false,
|
|
216
|
+
tier: "standard",
|
|
217
|
+
},
|
|
218
|
+
],
|
|
245
219
|
},
|
|
246
220
|
{
|
|
247
221
|
toolName: "f5xc-api-cdn-cache-purge-create",
|
|
@@ -293,18 +267,6 @@ export const cdnTools = [
|
|
|
293
267
|
creates: ["cache-purge"],
|
|
294
268
|
},
|
|
295
269
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
296
|
-
cliExamples: [
|
|
297
|
-
{
|
|
298
|
-
command: "f5xcctl cdn cache-purge create {name} --namespace {namespace}",
|
|
299
|
-
description: "Create cache-purge",
|
|
300
|
-
use_case: "basic_create",
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
command: "f5xcctl cdn cache-purge create -f {file}.yaml",
|
|
304
|
-
description: "Create from YAML file",
|
|
305
|
-
use_case: "file_based",
|
|
306
|
-
},
|
|
307
|
-
],
|
|
308
270
|
confirmationRequired: false,
|
|
309
271
|
parameterExamples: {
|
|
310
272
|
name: "CDN-1",
|
|
@@ -350,18 +312,6 @@ export const cdnTools = [
|
|
|
350
312
|
},
|
|
351
313
|
confirmation_required: false,
|
|
352
314
|
danger_level: "medium",
|
|
353
|
-
examples: [
|
|
354
|
-
{
|
|
355
|
-
command: "f5xcctl cdn cache-purge create {name} --namespace {namespace}",
|
|
356
|
-
description: "Create cache-purge",
|
|
357
|
-
use_case: "basic_create",
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
command: "f5xcctl cdn cache-purge create -f {file}.yaml",
|
|
361
|
-
description: "Create from YAML file",
|
|
362
|
-
use_case: "file_based",
|
|
363
|
-
},
|
|
364
|
-
],
|
|
365
315
|
field_docs: {},
|
|
366
316
|
optional_fields: [],
|
|
367
317
|
performance_impact: {
|
|
@@ -374,6 +324,28 @@ export const cdnTools = [
|
|
|
374
324
|
creates: ["cache-purge"],
|
|
375
325
|
},
|
|
376
326
|
},
|
|
327
|
+
curlExample: null,
|
|
328
|
+
dependencies: [],
|
|
329
|
+
oneOfGroups: [
|
|
330
|
+
{
|
|
331
|
+
choiceField: "pattern_type",
|
|
332
|
+
fieldPath: "pattern_type",
|
|
333
|
+
options: ["hostname", "pattern", "purge_all", "url"],
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
choiceField: "purge_type",
|
|
337
|
+
fieldPath: "purge_type",
|
|
338
|
+
options: ["hard_purge", "soft_purge"],
|
|
339
|
+
},
|
|
340
|
+
],
|
|
341
|
+
subscriptionRequirements: [
|
|
342
|
+
{
|
|
343
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
344
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
345
|
+
required: false,
|
|
346
|
+
tier: "standard",
|
|
347
|
+
},
|
|
348
|
+
],
|
|
377
349
|
},
|
|
378
350
|
{
|
|
379
351
|
toolName: "f5xc-api-cdn-cdn-cache-rule-create",
|
|
@@ -414,18 +386,6 @@ export const cdnTools = [
|
|
|
414
386
|
creates: ["cdn-cache-rule"],
|
|
415
387
|
},
|
|
416
388
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
417
|
-
cliExamples: [
|
|
418
|
-
{
|
|
419
|
-
command: "f5xcctl config cdn-cache-rule create {name} --namespace {namespace}",
|
|
420
|
-
description: "Create cdn-cache-rule",
|
|
421
|
-
use_case: "basic_create",
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
command: "f5xcctl config cdn-cache-rule create -f {file}.yaml",
|
|
425
|
-
description: "Create from YAML file",
|
|
426
|
-
use_case: "file_based",
|
|
427
|
-
},
|
|
428
|
-
],
|
|
429
389
|
confirmationRequired: false,
|
|
430
390
|
parameterExamples: {
|
|
431
391
|
"metadata.namespace": "Staging",
|
|
@@ -470,18 +430,6 @@ export const cdnTools = [
|
|
|
470
430
|
},
|
|
471
431
|
confirmation_required: false,
|
|
472
432
|
danger_level: "medium",
|
|
473
|
-
examples: [
|
|
474
|
-
{
|
|
475
|
-
command: "f5xcctl config cdn-cache-rule create {name} --namespace {namespace}",
|
|
476
|
-
description: "Create cdn-cache-rule",
|
|
477
|
-
use_case: "basic_create",
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
command: "f5xcctl config cdn-cache-rule create -f {file}.yaml",
|
|
481
|
-
description: "Create from YAML file",
|
|
482
|
-
use_case: "file_based",
|
|
483
|
-
},
|
|
484
|
-
],
|
|
485
433
|
field_docs: {},
|
|
486
434
|
optional_fields: [],
|
|
487
435
|
performance_impact: {
|
|
@@ -494,6 +442,39 @@ export const cdnTools = [
|
|
|
494
442
|
creates: ["cdn-cache-rule"],
|
|
495
443
|
},
|
|
496
444
|
},
|
|
445
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cdn_cache_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
446
|
+
dependencies: [
|
|
447
|
+
{
|
|
448
|
+
domain: "",
|
|
449
|
+
fieldPath: "",
|
|
450
|
+
inline: false,
|
|
451
|
+
required: false,
|
|
452
|
+
resourceType: "cdn-cache-rule",
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
domain: "",
|
|
456
|
+
fieldPath: "metadata",
|
|
457
|
+
inline: false,
|
|
458
|
+
required: false,
|
|
459
|
+
resourceType: "schema-object-create-meta",
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
domain: "",
|
|
463
|
+
fieldPath: "spec",
|
|
464
|
+
inline: false,
|
|
465
|
+
required: false,
|
|
466
|
+
resourceType: "schemacdn-cache-rule-create",
|
|
467
|
+
},
|
|
468
|
+
],
|
|
469
|
+
oneOfGroups: [],
|
|
470
|
+
subscriptionRequirements: [
|
|
471
|
+
{
|
|
472
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
473
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
474
|
+
required: false,
|
|
475
|
+
tier: "standard",
|
|
476
|
+
},
|
|
477
|
+
],
|
|
497
478
|
},
|
|
498
479
|
{
|
|
499
480
|
toolName: "f5xc-api-cdn-cdn-cache-rule-delete",
|
|
@@ -543,13 +524,6 @@ export const cdnTools = [
|
|
|
543
524
|
deletes: ["cdn-cache-rule", "contained_resources"],
|
|
544
525
|
},
|
|
545
526
|
requiredFields: ["path.name", "path.namespace"],
|
|
546
|
-
cliExamples: [
|
|
547
|
-
{
|
|
548
|
-
command: "f5xcctl config cdn-cache-rule delete {name} --namespace {namespace}",
|
|
549
|
-
description: "Delete cdn-cache-rule",
|
|
550
|
-
use_case: "delete",
|
|
551
|
-
},
|
|
552
|
-
],
|
|
553
527
|
confirmationRequired: true,
|
|
554
528
|
parameterExamples: {
|
|
555
529
|
name: "Name",
|
|
@@ -595,13 +569,6 @@ export const cdnTools = [
|
|
|
595
569
|
},
|
|
596
570
|
confirmation_required: true,
|
|
597
571
|
danger_level: "high",
|
|
598
|
-
examples: [
|
|
599
|
-
{
|
|
600
|
-
command: "f5xcctl config cdn-cache-rule delete {name} --namespace {namespace}",
|
|
601
|
-
description: "Delete cdn-cache-rule",
|
|
602
|
-
use_case: "delete",
|
|
603
|
-
},
|
|
604
|
-
],
|
|
605
572
|
field_docs: {},
|
|
606
573
|
optional_fields: [],
|
|
607
574
|
performance_impact: {
|
|
@@ -614,6 +581,25 @@ export const cdnTools = [
|
|
|
614
581
|
deletes: ["cdn-cache-rule", "contained_resources"],
|
|
615
582
|
},
|
|
616
583
|
},
|
|
584
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cdn_cache_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
585
|
+
dependencies: [
|
|
586
|
+
{
|
|
587
|
+
domain: "",
|
|
588
|
+
fieldPath: "",
|
|
589
|
+
inline: false,
|
|
590
|
+
required: false,
|
|
591
|
+
resourceType: "cdn-cache-rule",
|
|
592
|
+
},
|
|
593
|
+
],
|
|
594
|
+
oneOfGroups: [],
|
|
595
|
+
subscriptionRequirements: [
|
|
596
|
+
{
|
|
597
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
598
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
599
|
+
required: false,
|
|
600
|
+
tier: "standard",
|
|
601
|
+
},
|
|
602
|
+
],
|
|
617
603
|
},
|
|
618
604
|
{
|
|
619
605
|
toolName: "f5xc-api-cdn-cdn-cache-rule-get",
|
|
@@ -681,13 +667,6 @@ export const cdnTools = [
|
|
|
681
667
|
dangerLevel: "low",
|
|
682
668
|
sideEffects: null,
|
|
683
669
|
requiredFields: ["path.name", "path.namespace"],
|
|
684
|
-
cliExamples: [
|
|
685
|
-
{
|
|
686
|
-
command: "f5xcctl config cdn-cache-rule get {name} --namespace {namespace}",
|
|
687
|
-
description: "Get specific cdn-cache-rule",
|
|
688
|
-
use_case: "get_specific",
|
|
689
|
-
},
|
|
690
|
-
],
|
|
691
670
|
confirmationRequired: false,
|
|
692
671
|
parameterExamples: {
|
|
693
672
|
name: "Name",
|
|
@@ -733,13 +712,6 @@ export const cdnTools = [
|
|
|
733
712
|
},
|
|
734
713
|
confirmation_required: false,
|
|
735
714
|
danger_level: "low",
|
|
736
|
-
examples: [
|
|
737
|
-
{
|
|
738
|
-
command: "f5xcctl config cdn-cache-rule get {name} --namespace {namespace}",
|
|
739
|
-
description: "Get specific cdn-cache-rule",
|
|
740
|
-
use_case: "get_specific",
|
|
741
|
-
},
|
|
742
|
-
],
|
|
743
715
|
field_docs: {},
|
|
744
716
|
optional_fields: [],
|
|
745
717
|
performance_impact: {
|
|
@@ -750,6 +722,17 @@ export const cdnTools = [
|
|
|
750
722
|
required_fields: ["path.name", "path.namespace"],
|
|
751
723
|
side_effects: {},
|
|
752
724
|
},
|
|
725
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cdn_cache_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
726
|
+
dependencies: [],
|
|
727
|
+
oneOfGroups: [],
|
|
728
|
+
subscriptionRequirements: [
|
|
729
|
+
{
|
|
730
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
731
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
732
|
+
required: false,
|
|
733
|
+
tier: "standard",
|
|
734
|
+
},
|
|
735
|
+
],
|
|
753
736
|
},
|
|
754
737
|
{
|
|
755
738
|
toolName: "f5xc-api-cdn-cdn-cache-rule-list",
|
|
@@ -824,13 +807,6 @@ export const cdnTools = [
|
|
|
824
807
|
dangerLevel: "low",
|
|
825
808
|
sideEffects: null,
|
|
826
809
|
requiredFields: ["path.namespace"],
|
|
827
|
-
cliExamples: [
|
|
828
|
-
{
|
|
829
|
-
command: "f5xcctl config cdn-cache-rule list --namespace {namespace}",
|
|
830
|
-
description: "List all cdn-cache-rules",
|
|
831
|
-
use_case: "list_all",
|
|
832
|
-
},
|
|
833
|
-
],
|
|
834
810
|
confirmationRequired: false,
|
|
835
811
|
parameterExamples: {
|
|
836
812
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -876,13 +852,6 @@ export const cdnTools = [
|
|
|
876
852
|
},
|
|
877
853
|
confirmation_required: false,
|
|
878
854
|
danger_level: "low",
|
|
879
|
-
examples: [
|
|
880
|
-
{
|
|
881
|
-
command: "f5xcctl config cdn-cache-rule list --namespace {namespace}",
|
|
882
|
-
description: "List all cdn-cache-rules",
|
|
883
|
-
use_case: "list_all",
|
|
884
|
-
},
|
|
885
|
-
],
|
|
886
855
|
field_docs: {},
|
|
887
856
|
optional_fields: [],
|
|
888
857
|
performance_impact: {
|
|
@@ -893,6 +862,17 @@ export const cdnTools = [
|
|
|
893
862
|
required_fields: ["path.namespace"],
|
|
894
863
|
side_effects: {},
|
|
895
864
|
},
|
|
865
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cdn_cache_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
866
|
+
dependencies: [],
|
|
867
|
+
oneOfGroups: [],
|
|
868
|
+
subscriptionRequirements: [
|
|
869
|
+
{
|
|
870
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
871
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
872
|
+
required: false,
|
|
873
|
+
tier: "standard",
|
|
874
|
+
},
|
|
875
|
+
],
|
|
896
876
|
},
|
|
897
877
|
{
|
|
898
878
|
toolName: "f5xc-api-cdn-cdn-cache-rule-update",
|
|
@@ -944,13 +924,6 @@ export const cdnTools = [
|
|
|
944
924
|
modifies: ["cdn-cache-rule"],
|
|
945
925
|
},
|
|
946
926
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
947
|
-
cliExamples: [
|
|
948
|
-
{
|
|
949
|
-
command: "f5xcctl config cdn-cache-rule update {name} --namespace {namespace} -f {file}.yaml",
|
|
950
|
-
description: "Update cdn-cache-rule",
|
|
951
|
-
use_case: "update",
|
|
952
|
-
},
|
|
953
|
-
],
|
|
954
927
|
confirmationRequired: false,
|
|
955
928
|
parameterExamples: {
|
|
956
929
|
"metadata.name": "Example-corp-web.",
|
|
@@ -996,13 +969,6 @@ export const cdnTools = [
|
|
|
996
969
|
},
|
|
997
970
|
confirmation_required: false,
|
|
998
971
|
danger_level: "medium",
|
|
999
|
-
examples: [
|
|
1000
|
-
{
|
|
1001
|
-
command: "f5xcctl config cdn-cache-rule update {name} --namespace {namespace} -f {file}.yaml",
|
|
1002
|
-
description: "Update cdn-cache-rule",
|
|
1003
|
-
use_case: "update",
|
|
1004
|
-
},
|
|
1005
|
-
],
|
|
1006
972
|
field_docs: {},
|
|
1007
973
|
optional_fields: [],
|
|
1008
974
|
performance_impact: {
|
|
@@ -1015,6 +981,39 @@ export const cdnTools = [
|
|
|
1015
981
|
modifies: ["cdn-cache-rule"],
|
|
1016
982
|
},
|
|
1017
983
|
},
|
|
984
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cdn_cache_rules" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
985
|
+
dependencies: [
|
|
986
|
+
{
|
|
987
|
+
domain: "",
|
|
988
|
+
fieldPath: "",
|
|
989
|
+
inline: false,
|
|
990
|
+
required: false,
|
|
991
|
+
resourceType: "cdn-cache-rule",
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
domain: "",
|
|
995
|
+
fieldPath: "metadata",
|
|
996
|
+
inline: false,
|
|
997
|
+
required: false,
|
|
998
|
+
resourceType: "schema-object-replace-meta",
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
domain: "",
|
|
1002
|
+
fieldPath: "spec",
|
|
1003
|
+
inline: false,
|
|
1004
|
+
required: false,
|
|
1005
|
+
resourceType: "schemacdn-cache-rule-replace",
|
|
1006
|
+
},
|
|
1007
|
+
],
|
|
1008
|
+
oneOfGroups: [],
|
|
1009
|
+
subscriptionRequirements: [
|
|
1010
|
+
{
|
|
1011
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
1012
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
1013
|
+
required: false,
|
|
1014
|
+
tier: "standard",
|
|
1015
|
+
},
|
|
1016
|
+
],
|
|
1018
1017
|
},
|
|
1019
1018
|
{
|
|
1020
1019
|
toolName: "f5xc-api-cdn-cdn-loadbalancer-create",
|
|
@@ -1055,18 +1054,6 @@ export const cdnTools = [
|
|
|
1055
1054
|
creates: ["cdn-loadbalancer"],
|
|
1056
1055
|
},
|
|
1057
1056
|
requiredFields: ["metadata.name", "metadata.namespace", "path.metadata.namespace"],
|
|
1058
|
-
cliExamples: [
|
|
1059
|
-
{
|
|
1060
|
-
command: "f5xcctl config cdn-loadbalancer create {name} --namespace {namespace}",
|
|
1061
|
-
description: "Create cdn-loadbalancer",
|
|
1062
|
-
use_case: "basic_create",
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
command: "f5xcctl config cdn-loadbalancer create -f {file}.yaml",
|
|
1066
|
-
description: "Create from YAML file",
|
|
1067
|
-
use_case: "file_based",
|
|
1068
|
-
},
|
|
1069
|
-
],
|
|
1070
1057
|
confirmationRequired: false,
|
|
1071
1058
|
parameterExamples: {
|
|
1072
1059
|
"metadata.namespace": "Staging",
|
|
@@ -1114,18 +1101,6 @@ export const cdnTools = [
|
|
|
1114
1101
|
},
|
|
1115
1102
|
confirmation_required: false,
|
|
1116
1103
|
danger_level: "medium",
|
|
1117
|
-
examples: [
|
|
1118
|
-
{
|
|
1119
|
-
command: "f5xcctl config cdn-loadbalancer create {name} --namespace {namespace}",
|
|
1120
|
-
description: "Create cdn-loadbalancer",
|
|
1121
|
-
use_case: "basic_create",
|
|
1122
|
-
},
|
|
1123
|
-
{
|
|
1124
|
-
command: "f5xcctl config cdn-loadbalancer create -f {file}.yaml",
|
|
1125
|
-
description: "Create from YAML file",
|
|
1126
|
-
use_case: "file_based",
|
|
1127
|
-
},
|
|
1128
|
-
],
|
|
1129
1104
|
field_docs: {},
|
|
1130
1105
|
optional_fields: [],
|
|
1131
1106
|
performance_impact: {
|
|
@@ -1138,6 +1113,39 @@ export const cdnTools = [
|
|
|
1138
1113
|
creates: ["cdn-loadbalancer"],
|
|
1139
1114
|
},
|
|
1140
1115
|
},
|
|
1116
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cdn_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1117
|
+
dependencies: [
|
|
1118
|
+
{
|
|
1119
|
+
domain: "",
|
|
1120
|
+
fieldPath: "",
|
|
1121
|
+
inline: false,
|
|
1122
|
+
required: false,
|
|
1123
|
+
resourceType: "cdn-loadbalancer",
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
domain: "",
|
|
1127
|
+
fieldPath: "metadata",
|
|
1128
|
+
inline: false,
|
|
1129
|
+
required: false,
|
|
1130
|
+
resourceType: "schema-object-create-meta",
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
domain: "",
|
|
1134
|
+
fieldPath: "spec",
|
|
1135
|
+
inline: false,
|
|
1136
|
+
required: false,
|
|
1137
|
+
resourceType: "viewscdn-loadbalancer-create",
|
|
1138
|
+
},
|
|
1139
|
+
],
|
|
1140
|
+
oneOfGroups: [],
|
|
1141
|
+
subscriptionRequirements: [
|
|
1142
|
+
{
|
|
1143
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
1144
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
1145
|
+
required: false,
|
|
1146
|
+
tier: "standard",
|
|
1147
|
+
},
|
|
1148
|
+
],
|
|
1141
1149
|
},
|
|
1142
1150
|
{
|
|
1143
1151
|
toolName: "f5xc-api-cdn-cdn-loadbalancer-delete",
|
|
@@ -1187,13 +1195,6 @@ export const cdnTools = [
|
|
|
1187
1195
|
deletes: ["cdn-loadbalancer", "contained_resources"],
|
|
1188
1196
|
},
|
|
1189
1197
|
requiredFields: ["path.name", "path.namespace"],
|
|
1190
|
-
cliExamples: [
|
|
1191
|
-
{
|
|
1192
|
-
command: "f5xcctl config cdn-loadbalancer delete {name} --namespace {namespace}",
|
|
1193
|
-
description: "Delete cdn-loadbalancer",
|
|
1194
|
-
use_case: "delete",
|
|
1195
|
-
},
|
|
1196
|
-
],
|
|
1197
1198
|
confirmationRequired: true,
|
|
1198
1199
|
parameterExamples: {
|
|
1199
1200
|
name: "Name",
|
|
@@ -1239,13 +1240,6 @@ export const cdnTools = [
|
|
|
1239
1240
|
},
|
|
1240
1241
|
confirmation_required: true,
|
|
1241
1242
|
danger_level: "high",
|
|
1242
|
-
examples: [
|
|
1243
|
-
{
|
|
1244
|
-
command: "f5xcctl config cdn-loadbalancer delete {name} --namespace {namespace}",
|
|
1245
|
-
description: "Delete cdn-loadbalancer",
|
|
1246
|
-
use_case: "delete",
|
|
1247
|
-
},
|
|
1248
|
-
],
|
|
1249
1243
|
field_docs: {},
|
|
1250
1244
|
optional_fields: [],
|
|
1251
1245
|
performance_impact: {
|
|
@@ -1258,6 +1252,25 @@ export const cdnTools = [
|
|
|
1258
1252
|
deletes: ["cdn-loadbalancer", "contained_resources"],
|
|
1259
1253
|
},
|
|
1260
1254
|
},
|
|
1255
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cdn_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1256
|
+
dependencies: [
|
|
1257
|
+
{
|
|
1258
|
+
domain: "",
|
|
1259
|
+
fieldPath: "",
|
|
1260
|
+
inline: false,
|
|
1261
|
+
required: false,
|
|
1262
|
+
resourceType: "cdn-loadbalancer",
|
|
1263
|
+
},
|
|
1264
|
+
],
|
|
1265
|
+
oneOfGroups: [],
|
|
1266
|
+
subscriptionRequirements: [
|
|
1267
|
+
{
|
|
1268
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
1269
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
1270
|
+
required: false,
|
|
1271
|
+
tier: "standard",
|
|
1272
|
+
},
|
|
1273
|
+
],
|
|
1261
1274
|
},
|
|
1262
1275
|
{
|
|
1263
1276
|
toolName: "f5xc-api-cdn-cdn-loadbalancer-get",
|
|
@@ -1326,13 +1339,6 @@ export const cdnTools = [
|
|
|
1326
1339
|
dangerLevel: "low",
|
|
1327
1340
|
sideEffects: null,
|
|
1328
1341
|
requiredFields: ["path.name", "path.namespace"],
|
|
1329
|
-
cliExamples: [
|
|
1330
|
-
{
|
|
1331
|
-
command: "f5xcctl config cdn-loadbalancer get {name} --namespace {namespace}",
|
|
1332
|
-
description: "Get specific cdn-loadbalancer",
|
|
1333
|
-
use_case: "get_specific",
|
|
1334
|
-
},
|
|
1335
|
-
],
|
|
1336
1342
|
confirmationRequired: false,
|
|
1337
1343
|
parameterExamples: {
|
|
1338
1344
|
name: "Name",
|
|
@@ -1378,13 +1384,6 @@ export const cdnTools = [
|
|
|
1378
1384
|
},
|
|
1379
1385
|
confirmation_required: false,
|
|
1380
1386
|
danger_level: "low",
|
|
1381
|
-
examples: [
|
|
1382
|
-
{
|
|
1383
|
-
command: "f5xcctl config cdn-loadbalancer get {name} --namespace {namespace}",
|
|
1384
|
-
description: "Get specific cdn-loadbalancer",
|
|
1385
|
-
use_case: "get_specific",
|
|
1386
|
-
},
|
|
1387
|
-
],
|
|
1388
1387
|
field_docs: {},
|
|
1389
1388
|
optional_fields: [],
|
|
1390
1389
|
performance_impact: {
|
|
@@ -1395,6 +1394,17 @@ export const cdnTools = [
|
|
|
1395
1394
|
required_fields: ["path.name", "path.namespace"],
|
|
1396
1395
|
side_effects: {},
|
|
1397
1396
|
},
|
|
1397
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cdn_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1398
|
+
dependencies: [],
|
|
1399
|
+
oneOfGroups: [],
|
|
1400
|
+
subscriptionRequirements: [
|
|
1401
|
+
{
|
|
1402
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
1403
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
1404
|
+
required: false,
|
|
1405
|
+
tier: "standard",
|
|
1406
|
+
},
|
|
1407
|
+
],
|
|
1398
1408
|
},
|
|
1399
1409
|
{
|
|
1400
1410
|
toolName: "f5xc-api-cdn-cdn-loadbalancer-list",
|
|
@@ -1469,13 +1479,6 @@ export const cdnTools = [
|
|
|
1469
1479
|
dangerLevel: "low",
|
|
1470
1480
|
sideEffects: null,
|
|
1471
1481
|
requiredFields: ["path.namespace"],
|
|
1472
|
-
cliExamples: [
|
|
1473
|
-
{
|
|
1474
|
-
command: "f5xcctl config cdn-loadbalancer list --namespace {namespace}",
|
|
1475
|
-
description: "List all cdn-loadbalancers",
|
|
1476
|
-
use_case: "list_all",
|
|
1477
|
-
},
|
|
1478
|
-
],
|
|
1479
1482
|
confirmationRequired: false,
|
|
1480
1483
|
parameterExamples: {
|
|
1481
1484
|
label_filter: "Env in (staging, testing), tier in (web, db)",
|
|
@@ -1521,13 +1524,6 @@ export const cdnTools = [
|
|
|
1521
1524
|
},
|
|
1522
1525
|
confirmation_required: false,
|
|
1523
1526
|
danger_level: "low",
|
|
1524
|
-
examples: [
|
|
1525
|
-
{
|
|
1526
|
-
command: "f5xcctl config cdn-loadbalancer list --namespace {namespace}",
|
|
1527
|
-
description: "List all cdn-loadbalancers",
|
|
1528
|
-
use_case: "list_all",
|
|
1529
|
-
},
|
|
1530
|
-
],
|
|
1531
1527
|
field_docs: {},
|
|
1532
1528
|
optional_fields: [],
|
|
1533
1529
|
performance_impact: {
|
|
@@ -1538,6 +1534,17 @@ export const cdnTools = [
|
|
|
1538
1534
|
required_fields: ["path.namespace"],
|
|
1539
1535
|
side_effects: {},
|
|
1540
1536
|
},
|
|
1537
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cdn_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1538
|
+
dependencies: [],
|
|
1539
|
+
oneOfGroups: [],
|
|
1540
|
+
subscriptionRequirements: [
|
|
1541
|
+
{
|
|
1542
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
1543
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
1544
|
+
required: false,
|
|
1545
|
+
tier: "standard",
|
|
1546
|
+
},
|
|
1547
|
+
],
|
|
1541
1548
|
},
|
|
1542
1549
|
{
|
|
1543
1550
|
toolName: "f5xc-api-cdn-cdn-loadbalancer-update",
|
|
@@ -1589,13 +1596,6 @@ export const cdnTools = [
|
|
|
1589
1596
|
modifies: ["cdn-loadbalancer"],
|
|
1590
1597
|
},
|
|
1591
1598
|
requiredFields: ["path.metadata.name", "path.metadata.namespace"],
|
|
1592
|
-
cliExamples: [
|
|
1593
|
-
{
|
|
1594
|
-
command: "f5xcctl config cdn-loadbalancer update {name} --namespace {namespace} -f {file}.yaml",
|
|
1595
|
-
description: "Update cdn-loadbalancer",
|
|
1596
|
-
use_case: "update",
|
|
1597
|
-
},
|
|
1598
|
-
],
|
|
1599
1599
|
confirmationRequired: false,
|
|
1600
1600
|
parameterExamples: {
|
|
1601
1601
|
"metadata.name": "Example-corp-web.",
|
|
@@ -1641,13 +1641,6 @@ export const cdnTools = [
|
|
|
1641
1641
|
},
|
|
1642
1642
|
confirmation_required: false,
|
|
1643
1643
|
danger_level: "medium",
|
|
1644
|
-
examples: [
|
|
1645
|
-
{
|
|
1646
|
-
command: "f5xcctl config cdn-loadbalancer update {name} --namespace {namespace} -f {file}.yaml",
|
|
1647
|
-
description: "Update cdn-loadbalancer",
|
|
1648
|
-
use_case: "update",
|
|
1649
|
-
},
|
|
1650
|
-
],
|
|
1651
1644
|
field_docs: {},
|
|
1652
1645
|
optional_fields: [],
|
|
1653
1646
|
performance_impact: {
|
|
@@ -1660,6 +1653,39 @@ export const cdnTools = [
|
|
|
1660
1653
|
modifies: ["cdn-loadbalancer"],
|
|
1661
1654
|
},
|
|
1662
1655
|
},
|
|
1656
|
+
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/cdn_loadbalancers" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
1657
|
+
dependencies: [
|
|
1658
|
+
{
|
|
1659
|
+
domain: "",
|
|
1660
|
+
fieldPath: "",
|
|
1661
|
+
inline: false,
|
|
1662
|
+
required: false,
|
|
1663
|
+
resourceType: "cdn-loadbalancer",
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
domain: "",
|
|
1667
|
+
fieldPath: "metadata",
|
|
1668
|
+
inline: false,
|
|
1669
|
+
required: false,
|
|
1670
|
+
resourceType: "schema-object-replace-meta",
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
domain: "",
|
|
1674
|
+
fieldPath: "spec",
|
|
1675
|
+
inline: false,
|
|
1676
|
+
required: false,
|
|
1677
|
+
resourceType: "viewscdn-loadbalancer-replace",
|
|
1678
|
+
},
|
|
1679
|
+
],
|
|
1680
|
+
oneOfGroups: [],
|
|
1681
|
+
subscriptionRequirements: [
|
|
1682
|
+
{
|
|
1683
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
1684
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
1685
|
+
required: false,
|
|
1686
|
+
tier: "standard",
|
|
1687
|
+
},
|
|
1688
|
+
],
|
|
1663
1689
|
},
|
|
1664
1690
|
{
|
|
1665
1691
|
toolName: "f5xc-api-cdn-dos-automitigation-rule-delete",
|
|
@@ -1720,13 +1746,6 @@ export const cdnTools = [
|
|
|
1720
1746
|
deletes: ["dos-automitigation-rule", "contained_resources"],
|
|
1721
1747
|
},
|
|
1722
1748
|
requiredFields: ["path.dos_automitigation_rule_name", "path.name", "path.namespace"],
|
|
1723
|
-
cliExamples: [
|
|
1724
|
-
{
|
|
1725
|
-
command: "f5xcctl config dos-automitigation-rule delete {name} --namespace {namespace}",
|
|
1726
|
-
description: "Delete dos-automitigation-rule",
|
|
1727
|
-
use_case: "delete",
|
|
1728
|
-
},
|
|
1729
|
-
],
|
|
1730
1749
|
confirmationRequired: true,
|
|
1731
1750
|
parameterExamples: {
|
|
1732
1751
|
dos_automitigation_rule_name: "Dos-auto-mitigation-VES-I/O-HTTP-loadbalancer-ce22.",
|
|
@@ -1773,13 +1792,6 @@ export const cdnTools = [
|
|
|
1773
1792
|
},
|
|
1774
1793
|
confirmation_required: true,
|
|
1775
1794
|
danger_level: "high",
|
|
1776
|
-
examples: [
|
|
1777
|
-
{
|
|
1778
|
-
command: "f5xcctl config dos-automitigation-rule delete {name} --namespace {namespace}",
|
|
1779
|
-
description: "Delete dos-automitigation-rule",
|
|
1780
|
-
use_case: "delete",
|
|
1781
|
-
},
|
|
1782
|
-
],
|
|
1783
1795
|
field_docs: {},
|
|
1784
1796
|
optional_fields: [],
|
|
1785
1797
|
performance_impact: {
|
|
@@ -1792,6 +1804,17 @@ export const cdnTools = [
|
|
|
1792
1804
|
deletes: ["dos-automitigation-rule", "contained_resources"],
|
|
1793
1805
|
},
|
|
1794
1806
|
},
|
|
1807
|
+
curlExample: null,
|
|
1808
|
+
dependencies: [],
|
|
1809
|
+
oneOfGroups: [],
|
|
1810
|
+
subscriptionRequirements: [
|
|
1811
|
+
{
|
|
1812
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
1813
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
1814
|
+
required: false,
|
|
1815
|
+
tier: "standard",
|
|
1816
|
+
},
|
|
1817
|
+
],
|
|
1795
1818
|
},
|
|
1796
1819
|
{
|
|
1797
1820
|
toolName: "f5xc-api-cdn-dos-automitigation-rule-get",
|
|
@@ -1839,13 +1862,6 @@ export const cdnTools = [
|
|
|
1839
1862
|
dangerLevel: "low",
|
|
1840
1863
|
sideEffects: null,
|
|
1841
1864
|
requiredFields: ["path.name", "path.namespace"],
|
|
1842
|
-
cliExamples: [
|
|
1843
|
-
{
|
|
1844
|
-
command: "f5xcctl config dos-automitigation-rule get {name} --namespace {namespace}",
|
|
1845
|
-
description: "Get specific dos-automitigation-rule",
|
|
1846
|
-
use_case: "get_specific",
|
|
1847
|
-
},
|
|
1848
|
-
],
|
|
1849
1865
|
confirmationRequired: false,
|
|
1850
1866
|
parameterExamples: {
|
|
1851
1867
|
name: "Blogging-app.",
|
|
@@ -1891,13 +1907,6 @@ export const cdnTools = [
|
|
|
1891
1907
|
},
|
|
1892
1908
|
confirmation_required: false,
|
|
1893
1909
|
danger_level: "low",
|
|
1894
|
-
examples: [
|
|
1895
|
-
{
|
|
1896
|
-
command: "f5xcctl config dos-automitigation-rule get {name} --namespace {namespace}",
|
|
1897
|
-
description: "Get specific dos-automitigation-rule",
|
|
1898
|
-
use_case: "get_specific",
|
|
1899
|
-
},
|
|
1900
|
-
],
|
|
1901
1910
|
field_docs: {},
|
|
1902
1911
|
optional_fields: [],
|
|
1903
1912
|
performance_impact: {
|
|
@@ -1908,6 +1917,17 @@ export const cdnTools = [
|
|
|
1908
1917
|
required_fields: ["path.name", "path.namespace"],
|
|
1909
1918
|
side_effects: {},
|
|
1910
1919
|
},
|
|
1920
|
+
curlExample: null,
|
|
1921
|
+
dependencies: [],
|
|
1922
|
+
oneOfGroups: [],
|
|
1923
|
+
subscriptionRequirements: [
|
|
1924
|
+
{
|
|
1925
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
1926
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
1927
|
+
required: false,
|
|
1928
|
+
tier: "standard",
|
|
1929
|
+
},
|
|
1930
|
+
],
|
|
1911
1931
|
},
|
|
1912
1932
|
{
|
|
1913
1933
|
toolName: "f5xc-api-cdn-get-security-config-create",
|
|
@@ -1948,18 +1968,6 @@ export const cdnTools = [
|
|
|
1948
1968
|
creates: ["get-security-config"],
|
|
1949
1969
|
},
|
|
1950
1970
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
1951
|
-
cliExamples: [
|
|
1952
|
-
{
|
|
1953
|
-
command: "f5xcctl config get-security-config create -f {file}.yaml",
|
|
1954
|
-
description: "Create from YAML file",
|
|
1955
|
-
use_case: "file_based",
|
|
1956
|
-
},
|
|
1957
|
-
{
|
|
1958
|
-
command: "f5xcctl config get-security-config create {name} --namespace {namespace}",
|
|
1959
|
-
description: "Create get-security-config",
|
|
1960
|
-
use_case: "basic_create",
|
|
1961
|
-
},
|
|
1962
|
-
],
|
|
1963
1971
|
confirmationRequired: false,
|
|
1964
1972
|
parameterExamples: {
|
|
1965
1973
|
namespace: "Shared",
|
|
@@ -2007,18 +2015,6 @@ export const cdnTools = [
|
|
|
2007
2015
|
},
|
|
2008
2016
|
confirmation_required: false,
|
|
2009
2017
|
danger_level: "medium",
|
|
2010
|
-
examples: [
|
|
2011
|
-
{
|
|
2012
|
-
command: "f5xcctl config get-security-config create {name} --namespace {namespace}",
|
|
2013
|
-
description: "Create get-security-config",
|
|
2014
|
-
use_case: "basic_create",
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
command: "f5xcctl config get-security-config create -f {file}.yaml",
|
|
2018
|
-
description: "Create from YAML file",
|
|
2019
|
-
use_case: "file_based",
|
|
2020
|
-
},
|
|
2021
|
-
],
|
|
2022
2018
|
field_docs: {},
|
|
2023
2019
|
optional_fields: [],
|
|
2024
2020
|
performance_impact: {
|
|
@@ -2031,6 +2027,23 @@ export const cdnTools = [
|
|
|
2031
2027
|
creates: ["get-security-config"],
|
|
2032
2028
|
},
|
|
2033
2029
|
},
|
|
2030
|
+
curlExample: null,
|
|
2031
|
+
dependencies: [],
|
|
2032
|
+
oneOfGroups: [
|
|
2033
|
+
{
|
|
2034
|
+
choiceField: "loadbalancer_choice",
|
|
2035
|
+
fieldPath: "loadbalancer_choice",
|
|
2036
|
+
options: ["all_cdn_loadbalancers", "cdn_loadbalancers_list"],
|
|
2037
|
+
},
|
|
2038
|
+
],
|
|
2039
|
+
subscriptionRequirements: [
|
|
2040
|
+
{
|
|
2041
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
2042
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
2043
|
+
required: false,
|
|
2044
|
+
tier: "standard",
|
|
2045
|
+
},
|
|
2046
|
+
],
|
|
2034
2047
|
},
|
|
2035
2048
|
{
|
|
2036
2049
|
toolName: "f5xc-api-cdn-get-service-operation-statu-create",
|
|
@@ -2071,18 +2084,6 @@ export const cdnTools = [
|
|
|
2071
2084
|
creates: ["get-service-operation-statu"],
|
|
2072
2085
|
},
|
|
2073
2086
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
2074
|
-
cliExamples: [
|
|
2075
|
-
{
|
|
2076
|
-
command: "f5xcctl cdn get-service-operation-statu create -f {file}.yaml",
|
|
2077
|
-
description: "Create from YAML file",
|
|
2078
|
-
use_case: "file_based",
|
|
2079
|
-
},
|
|
2080
|
-
{
|
|
2081
|
-
command: "f5xcctl cdn get-service-operation-statu create {name} --namespace {namespace}",
|
|
2082
|
-
description: "Create get-service-operation-statu",
|
|
2083
|
-
use_case: "basic_create",
|
|
2084
|
-
},
|
|
2085
|
-
],
|
|
2086
2087
|
confirmationRequired: false,
|
|
2087
2088
|
parameterExamples: {
|
|
2088
2089
|
namespace: "Default",
|
|
@@ -2130,18 +2131,6 @@ export const cdnTools = [
|
|
|
2130
2131
|
},
|
|
2131
2132
|
confirmation_required: false,
|
|
2132
2133
|
danger_level: "medium",
|
|
2133
|
-
examples: [
|
|
2134
|
-
{
|
|
2135
|
-
command: "f5xcctl cdn get-service-operation-statu create {name} --namespace {namespace}",
|
|
2136
|
-
description: "Create get-service-operation-statu",
|
|
2137
|
-
use_case: "basic_create",
|
|
2138
|
-
},
|
|
2139
|
-
{
|
|
2140
|
-
command: "f5xcctl cdn get-service-operation-statu create -f {file}.yaml",
|
|
2141
|
-
description: "Create from YAML file",
|
|
2142
|
-
use_case: "file_based",
|
|
2143
|
-
},
|
|
2144
|
-
],
|
|
2145
2134
|
field_docs: {},
|
|
2146
2135
|
optional_fields: [],
|
|
2147
2136
|
performance_impact: {
|
|
@@ -2154,6 +2143,17 @@ export const cdnTools = [
|
|
|
2154
2143
|
creates: ["get-service-operation-statu"],
|
|
2155
2144
|
},
|
|
2156
2145
|
},
|
|
2146
|
+
curlExample: null,
|
|
2147
|
+
dependencies: [],
|
|
2148
|
+
oneOfGroups: [],
|
|
2149
|
+
subscriptionRequirements: [
|
|
2150
|
+
{
|
|
2151
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
2152
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
2153
|
+
required: false,
|
|
2154
|
+
tier: "standard",
|
|
2155
|
+
},
|
|
2156
|
+
],
|
|
2157
2157
|
},
|
|
2158
2158
|
{
|
|
2159
2159
|
toolName: "f5xc-api-cdn-list-service-operations-statu-create",
|
|
@@ -2194,18 +2194,6 @@ export const cdnTools = [
|
|
|
2194
2194
|
creates: ["list-service-operations-statu"],
|
|
2195
2195
|
},
|
|
2196
2196
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
2197
|
-
cliExamples: [
|
|
2198
|
-
{
|
|
2199
|
-
command: "f5xcctl cdn list-service-operations-statu create -f {file}.yaml",
|
|
2200
|
-
description: "Create from YAML file",
|
|
2201
|
-
use_case: "file_based",
|
|
2202
|
-
},
|
|
2203
|
-
{
|
|
2204
|
-
command: "f5xcctl cdn list-service-operations-statu create {name} --namespace {namespace}",
|
|
2205
|
-
description: "Create list-service-operations-statu",
|
|
2206
|
-
use_case: "basic_create",
|
|
2207
|
-
},
|
|
2208
|
-
],
|
|
2209
2197
|
confirmationRequired: false,
|
|
2210
2198
|
parameterExamples: {
|
|
2211
2199
|
namespace: "Ns1",
|
|
@@ -2253,18 +2241,6 @@ export const cdnTools = [
|
|
|
2253
2241
|
},
|
|
2254
2242
|
confirmation_required: false,
|
|
2255
2243
|
danger_level: "medium",
|
|
2256
|
-
examples: [
|
|
2257
|
-
{
|
|
2258
|
-
command: "f5xcctl cdn list-service-operations-statu create {name} --namespace {namespace}",
|
|
2259
|
-
description: "Create list-service-operations-statu",
|
|
2260
|
-
use_case: "basic_create",
|
|
2261
|
-
},
|
|
2262
|
-
{
|
|
2263
|
-
command: "f5xcctl cdn list-service-operations-statu create -f {file}.yaml",
|
|
2264
|
-
description: "Create from YAML file",
|
|
2265
|
-
use_case: "file_based",
|
|
2266
|
-
},
|
|
2267
|
-
],
|
|
2268
2244
|
field_docs: {},
|
|
2269
2245
|
optional_fields: [],
|
|
2270
2246
|
performance_impact: {
|
|
@@ -2277,6 +2253,23 @@ export const cdnTools = [
|
|
|
2277
2253
|
creates: ["list-service-operations-statu"],
|
|
2278
2254
|
},
|
|
2279
2255
|
},
|
|
2256
|
+
curlExample: null,
|
|
2257
|
+
dependencies: [],
|
|
2258
|
+
oneOfGroups: [
|
|
2259
|
+
{
|
|
2260
|
+
choiceField: "options",
|
|
2261
|
+
fieldPath: "options",
|
|
2262
|
+
options: ["lastn", "time_range"],
|
|
2263
|
+
},
|
|
2264
|
+
],
|
|
2265
|
+
subscriptionRequirements: [
|
|
2266
|
+
{
|
|
2267
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
2268
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
2269
|
+
required: false,
|
|
2270
|
+
tier: "standard",
|
|
2271
|
+
},
|
|
2272
|
+
],
|
|
2280
2273
|
},
|
|
2281
2274
|
{
|
|
2282
2275
|
toolName: "f5xc-api-cdn-metric-create",
|
|
@@ -2317,18 +2310,6 @@ export const cdnTools = [
|
|
|
2317
2310
|
creates: ["metric"],
|
|
2318
2311
|
},
|
|
2319
2312
|
requiredFields: ["metadata.name", "metadata.namespace", "path.namespace"],
|
|
2320
|
-
cliExamples: [
|
|
2321
|
-
{
|
|
2322
|
-
command: "f5xcctl cdn metric create -f {file}.yaml",
|
|
2323
|
-
description: "Create from YAML file",
|
|
2324
|
-
use_case: "file_based",
|
|
2325
|
-
},
|
|
2326
|
-
{
|
|
2327
|
-
command: "f5xcctl cdn metric create {name} --namespace {namespace}",
|
|
2328
|
-
description: "Create metric",
|
|
2329
|
-
use_case: "basic_create",
|
|
2330
|
-
},
|
|
2331
|
-
],
|
|
2332
2313
|
confirmationRequired: false,
|
|
2333
2314
|
parameterExamples: {
|
|
2334
2315
|
namespace: "Default",
|
|
@@ -2373,18 +2354,6 @@ export const cdnTools = [
|
|
|
2373
2354
|
},
|
|
2374
2355
|
confirmation_required: false,
|
|
2375
2356
|
danger_level: "medium",
|
|
2376
|
-
examples: [
|
|
2377
|
-
{
|
|
2378
|
-
command: "f5xcctl cdn metric create {name} --namespace {namespace}",
|
|
2379
|
-
description: "Create metric",
|
|
2380
|
-
use_case: "basic_create",
|
|
2381
|
-
},
|
|
2382
|
-
{
|
|
2383
|
-
command: "f5xcctl cdn metric create -f {file}.yaml",
|
|
2384
|
-
description: "Create from YAML file",
|
|
2385
|
-
use_case: "file_based",
|
|
2386
|
-
},
|
|
2387
|
-
],
|
|
2388
2357
|
field_docs: {},
|
|
2389
2358
|
optional_fields: [],
|
|
2390
2359
|
performance_impact: {
|
|
@@ -2397,6 +2366,17 @@ export const cdnTools = [
|
|
|
2397
2366
|
creates: ["metric"],
|
|
2398
2367
|
},
|
|
2399
2368
|
},
|
|
2369
|
+
curlExample: null,
|
|
2370
|
+
dependencies: [],
|
|
2371
|
+
oneOfGroups: [],
|
|
2372
|
+
subscriptionRequirements: [
|
|
2373
|
+
{
|
|
2374
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
2375
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
2376
|
+
required: false,
|
|
2377
|
+
tier: "standard",
|
|
2378
|
+
},
|
|
2379
|
+
],
|
|
2400
2380
|
},
|
|
2401
2381
|
{
|
|
2402
2382
|
toolName: "f5xc-api-cdn-subscribe-create",
|
|
@@ -2425,18 +2405,6 @@ export const cdnTools = [
|
|
|
2425
2405
|
creates: ["subscribe"],
|
|
2426
2406
|
},
|
|
2427
2407
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
2428
|
-
cliExamples: [
|
|
2429
|
-
{
|
|
2430
|
-
command: "f5xcctl cdn subscribe create -f {file}.yaml",
|
|
2431
|
-
description: "Create from YAML file",
|
|
2432
|
-
use_case: "file_based",
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
command: "f5xcctl cdn subscribe create {name} --namespace {namespace}",
|
|
2436
|
-
description: "Create subscribe",
|
|
2437
|
-
use_case: "basic_create",
|
|
2438
|
-
},
|
|
2439
|
-
],
|
|
2440
2408
|
confirmationRequired: false,
|
|
2441
2409
|
parameterExamples: {},
|
|
2442
2410
|
validationRules: {},
|
|
@@ -2479,18 +2447,6 @@ export const cdnTools = [
|
|
|
2479
2447
|
},
|
|
2480
2448
|
confirmation_required: false,
|
|
2481
2449
|
danger_level: "medium",
|
|
2482
|
-
examples: [
|
|
2483
|
-
{
|
|
2484
|
-
command: "f5xcctl cdn subscribe create {name} --namespace {namespace}",
|
|
2485
|
-
description: "Create subscribe",
|
|
2486
|
-
use_case: "basic_create",
|
|
2487
|
-
},
|
|
2488
|
-
{
|
|
2489
|
-
command: "f5xcctl cdn subscribe create -f {file}.yaml",
|
|
2490
|
-
description: "Create from YAML file",
|
|
2491
|
-
use_case: "file_based",
|
|
2492
|
-
},
|
|
2493
|
-
],
|
|
2494
2450
|
field_docs: {},
|
|
2495
2451
|
optional_fields: [],
|
|
2496
2452
|
performance_impact: {
|
|
@@ -2503,6 +2459,17 @@ export const cdnTools = [
|
|
|
2503
2459
|
creates: ["subscribe"],
|
|
2504
2460
|
},
|
|
2505
2461
|
},
|
|
2462
|
+
curlExample: null,
|
|
2463
|
+
dependencies: [],
|
|
2464
|
+
oneOfGroups: [],
|
|
2465
|
+
subscriptionRequirements: [
|
|
2466
|
+
{
|
|
2467
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
2468
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
2469
|
+
required: false,
|
|
2470
|
+
tier: "standard",
|
|
2471
|
+
},
|
|
2472
|
+
],
|
|
2506
2473
|
},
|
|
2507
2474
|
{
|
|
2508
2475
|
toolName: "f5xc-api-cdn-suggestion-create",
|
|
@@ -2552,18 +2519,6 @@ export const cdnTools = [
|
|
|
2552
2519
|
creates: ["suggestion"],
|
|
2553
2520
|
},
|
|
2554
2521
|
requiredFields: ["metadata.name", "metadata.namespace", "path.name", "path.namespace"],
|
|
2555
|
-
cliExamples: [
|
|
2556
|
-
{
|
|
2557
|
-
command: "f5xcctl config suggestion create -f {file}.yaml",
|
|
2558
|
-
description: "Create from YAML file",
|
|
2559
|
-
use_case: "file_based",
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
command: "f5xcctl config suggestion create {name} --namespace {namespace}",
|
|
2563
|
-
description: "Create suggestion",
|
|
2564
|
-
use_case: "basic_create",
|
|
2565
|
-
},
|
|
2566
|
-
],
|
|
2567
2522
|
confirmationRequired: false,
|
|
2568
2523
|
parameterExamples: {
|
|
2569
2524
|
name: "VES-I/O-frontend.",
|
|
@@ -2609,18 +2564,6 @@ export const cdnTools = [
|
|
|
2609
2564
|
},
|
|
2610
2565
|
confirmation_required: false,
|
|
2611
2566
|
danger_level: "medium",
|
|
2612
|
-
examples: [
|
|
2613
|
-
{
|
|
2614
|
-
command: "f5xcctl config suggestion create {name} --namespace {namespace}",
|
|
2615
|
-
description: "Create suggestion",
|
|
2616
|
-
use_case: "basic_create",
|
|
2617
|
-
},
|
|
2618
|
-
{
|
|
2619
|
-
command: "f5xcctl config suggestion create -f {file}.yaml",
|
|
2620
|
-
description: "Create from YAML file",
|
|
2621
|
-
use_case: "file_based",
|
|
2622
|
-
},
|
|
2623
|
-
],
|
|
2624
2567
|
field_docs: {},
|
|
2625
2568
|
optional_fields: [],
|
|
2626
2569
|
performance_impact: {
|
|
@@ -2633,6 +2576,17 @@ export const cdnTools = [
|
|
|
2633
2576
|
creates: ["suggestion"],
|
|
2634
2577
|
},
|
|
2635
2578
|
},
|
|
2579
|
+
curlExample: null,
|
|
2580
|
+
dependencies: [],
|
|
2581
|
+
oneOfGroups: [],
|
|
2582
|
+
subscriptionRequirements: [
|
|
2583
|
+
{
|
|
2584
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
2585
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
2586
|
+
required: false,
|
|
2587
|
+
tier: "standard",
|
|
2588
|
+
},
|
|
2589
|
+
],
|
|
2636
2590
|
},
|
|
2637
2591
|
{
|
|
2638
2592
|
toolName: "f5xc-api-cdn-unsubscribe-create",
|
|
@@ -2661,18 +2615,6 @@ export const cdnTools = [
|
|
|
2661
2615
|
creates: ["unsubscribe"],
|
|
2662
2616
|
},
|
|
2663
2617
|
requiredFields: ["metadata.name", "metadata.namespace"],
|
|
2664
|
-
cliExamples: [
|
|
2665
|
-
{
|
|
2666
|
-
command: "f5xcctl cdn unsubscribe create -f {file}.yaml",
|
|
2667
|
-
description: "Create from YAML file",
|
|
2668
|
-
use_case: "file_based",
|
|
2669
|
-
},
|
|
2670
|
-
{
|
|
2671
|
-
command: "f5xcctl cdn unsubscribe create {name} --namespace {namespace}",
|
|
2672
|
-
description: "Create unsubscribe",
|
|
2673
|
-
use_case: "basic_create",
|
|
2674
|
-
},
|
|
2675
|
-
],
|
|
2676
2618
|
confirmationRequired: false,
|
|
2677
2619
|
parameterExamples: {},
|
|
2678
2620
|
validationRules: {},
|
|
@@ -2715,18 +2657,6 @@ export const cdnTools = [
|
|
|
2715
2657
|
},
|
|
2716
2658
|
confirmation_required: false,
|
|
2717
2659
|
danger_level: "medium",
|
|
2718
|
-
examples: [
|
|
2719
|
-
{
|
|
2720
|
-
command: "f5xcctl cdn unsubscribe create {name} --namespace {namespace}",
|
|
2721
|
-
description: "Create unsubscribe",
|
|
2722
|
-
use_case: "basic_create",
|
|
2723
|
-
},
|
|
2724
|
-
{
|
|
2725
|
-
command: "f5xcctl cdn unsubscribe create -f {file}.yaml",
|
|
2726
|
-
description: "Create from YAML file",
|
|
2727
|
-
use_case: "file_based",
|
|
2728
|
-
},
|
|
2729
|
-
],
|
|
2730
2660
|
field_docs: {},
|
|
2731
2661
|
optional_fields: [],
|
|
2732
2662
|
performance_impact: {
|
|
@@ -2739,6 +2669,17 @@ export const cdnTools = [
|
|
|
2739
2669
|
creates: ["unsubscribe"],
|
|
2740
2670
|
},
|
|
2741
2671
|
},
|
|
2672
|
+
curlExample: null,
|
|
2673
|
+
dependencies: [],
|
|
2674
|
+
oneOfGroups: [],
|
|
2675
|
+
subscriptionRequirements: [
|
|
2676
|
+
{
|
|
2677
|
+
addonService: "f5xc_content_delivery_network_standard",
|
|
2678
|
+
displayName: "F5XC Content Delivery Network Standard",
|
|
2679
|
+
required: false,
|
|
2680
|
+
tier: "standard",
|
|
2681
|
+
},
|
|
2682
|
+
],
|
|
2742
2683
|
},
|
|
2743
2684
|
];
|
|
2744
2685
|
export default cdnTools;
|