@robinmordasiewicz/f5xc-api-mcp 2.0.10-2601051503 → 2.0.19-2601071557
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/CHANGELOG.md +25 -14
- package/README.md +9 -5
- package/dist/generator/domain-metadata.d.ts +1 -3
- package/dist/generator/domain-metadata.d.ts.map +1 -1
- package/dist/generator/domain-metadata.js +0 -20
- package/dist/generator/domain-metadata.js.map +1 -1
- package/dist/generator/naming/acronyms.d.ts +1 -1
- package/dist/generator/naming/acronyms.js +1 -1
- package/dist/tools/generated/ce_management/index.d.ts.map +1 -1
- package/dist/tools/generated/ce_management/index.js +179 -1582
- package/dist/tools/generated/ce_management/index.js.map +1 -1
- package/dist/tools/generated/dependency-graph.json +2 -265
- package/dist/version.d.ts +2 -2
- package/dist/version.js +2 -2
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/specs/domains/admin_console_and_ui.json +176 -26
- package/specs/domains/ai_services.json +242 -36
- package/specs/domains/api.json +1507 -183
- package/specs/domains/authentication.json +358 -46
- package/specs/domains/bigip.json +825 -105
- package/specs/domains/billing_and_usage.json +666 -83
- package/specs/domains/blindfold.json +988 -111
- package/specs/domains/bot_and_threat_defense.json +550 -66
- package/specs/domains/cdn.json +2431 -198
- package/specs/domains/ce_management.json +9272 -15726
- package/specs/domains/certificates.json +540 -78
- package/specs/domains/cloud_infrastructure.json +1102 -122
- package/specs/domains/container_services.json +782 -99
- package/specs/domains/data_and_privacy_security.json +508 -68
- package/specs/domains/data_intelligence.json +487 -64
- package/specs/domains/ddos.json +1302 -161
- package/specs/domains/dns.json +1286 -162
- package/specs/domains/managed_kubernetes.json +687 -89
- package/specs/domains/marketplace.json +994 -105
- package/specs/domains/network.json +2340 -239
- package/specs/domains/network_security.json +1963 -192
- package/specs/domains/nginx_one.json +475 -63
- package/specs/domains/object_storage.json +163 -16
- package/specs/domains/observability.json +1519 -148
- package/specs/domains/rate_limiting.json +456 -56
- package/specs/domains/secops_and_incident_response.json +275 -37
- package/specs/domains/service_mesh.json +1320 -128
- package/specs/domains/shape.json +4196 -398
- package/specs/domains/sites.json +5053 -405
- package/specs/domains/statistics.json +2784 -236
- package/specs/domains/support.json +1038 -109
- package/specs/domains/telemetry_and_insights.json +993 -80
- package/specs/domains/tenant_and_identity.json +3487 -313
- package/specs/domains/threat_campaign.json +695 -72
- package/specs/domains/users.json +437 -72
- package/specs/domains/virtual.json +3716 -261
- package/specs/domains/vpm_and_node_management.json +61 -2
- package/specs/domains/waf.json +1551 -149
- package/specs/index.json +121 -26
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Object Storage",
|
|
5
5
|
"description": "Blob management for application component delivery across namespaces. Time-limited download links with cryptographic signing protect asset retrieval. Version-controlled packages organized by operating system type support artifact discovery. Query filtering by name, type, and release number enables programmatic access to integrator libraries and protection modules for mobile deployments.",
|
|
6
|
-
"version": "2.0.
|
|
6
|
+
"version": "2.0.19",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "F5 Distributed Cloud",
|
|
9
9
|
"url": "https://docs.cloud.f5.com"
|
|
@@ -13,7 +13,57 @@
|
|
|
13
13
|
"url": "https://www.f5.com/company/policies/eula"
|
|
14
14
|
},
|
|
15
15
|
"summary": "Versioned library distribution for mobile app integrators. Presigned URLs enable secure downloads with OS-specific builds for iOS and Android.",
|
|
16
|
-
"x-f5xc-cli-domain": "object_storage"
|
|
16
|
+
"x-f5xc-cli-domain": "object_storage",
|
|
17
|
+
"x-f5xc-best-practices": {
|
|
18
|
+
"common_errors": [
|
|
19
|
+
{
|
|
20
|
+
"code": 400,
|
|
21
|
+
"message": "Invalid request body",
|
|
22
|
+
"resolution": "Validate JSON structure and required fields before submission",
|
|
23
|
+
"prevention": "Use schema validation from OpenAPI spec"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"code": 401,
|
|
27
|
+
"message": "Authentication failed",
|
|
28
|
+
"resolution": "Verify API token is valid and not expired",
|
|
29
|
+
"prevention": "Use environment variables for token management"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"code": 403,
|
|
33
|
+
"message": "Permission denied",
|
|
34
|
+
"resolution": "Check user role and namespace permissions",
|
|
35
|
+
"prevention": "Verify RBAC policies before operations"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"code": 404,
|
|
39
|
+
"message": "Resource not found",
|
|
40
|
+
"resolution": "Verify resource name and namespace exist",
|
|
41
|
+
"prevention": "List resources before attempting operations"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"code": 409,
|
|
45
|
+
"message": "Resource already exists",
|
|
46
|
+
"resolution": "Use unique name or delete existing resource",
|
|
47
|
+
"prevention": "Check existence before creation"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"code": 429,
|
|
51
|
+
"message": "Rate limit exceeded",
|
|
52
|
+
"resolution": "Implement exponential backoff and retry logic",
|
|
53
|
+
"prevention": "Batch operations and add delays between requests"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"security_notes": [
|
|
57
|
+
"Always use HTTPS for all API communications",
|
|
58
|
+
"Store API tokens securely, never in source code",
|
|
59
|
+
"Rotate API tokens regularly following security policies"
|
|
60
|
+
],
|
|
61
|
+
"performance_tips": [
|
|
62
|
+
"Use pagination for large result sets",
|
|
63
|
+
"Batch related operations when possible",
|
|
64
|
+
"Cache read-only responses appropriately"
|
|
65
|
+
]
|
|
66
|
+
}
|
|
17
67
|
},
|
|
18
68
|
"servers": [
|
|
19
69
|
{
|
|
@@ -298,6 +348,13 @@
|
|
|
298
348
|
"latency": "moderate",
|
|
299
349
|
"resource_usage": "moderate"
|
|
300
350
|
}
|
|
351
|
+
},
|
|
352
|
+
"x-f5xc-discovered-response-time": {
|
|
353
|
+
"p50_ms": 200,
|
|
354
|
+
"p95_ms": 800,
|
|
355
|
+
"p99_ms": 2000,
|
|
356
|
+
"sample_count": 0,
|
|
357
|
+
"source": "estimate"
|
|
301
358
|
}
|
|
302
359
|
},
|
|
303
360
|
"x-displayname": "Stored Object.",
|
|
@@ -523,6 +580,13 @@
|
|
|
523
580
|
"latency": "low",
|
|
524
581
|
"resource_usage": "low"
|
|
525
582
|
}
|
|
583
|
+
},
|
|
584
|
+
"x-f5xc-discovered-response-time": {
|
|
585
|
+
"p50_ms": 200,
|
|
586
|
+
"p95_ms": 800,
|
|
587
|
+
"p99_ms": 2000,
|
|
588
|
+
"sample_count": 0,
|
|
589
|
+
"source": "estimate"
|
|
526
590
|
}
|
|
527
591
|
},
|
|
528
592
|
"x-displayname": "Stored Object.",
|
|
@@ -759,6 +823,13 @@
|
|
|
759
823
|
"latency": "moderate",
|
|
760
824
|
"resource_usage": "moderate"
|
|
761
825
|
}
|
|
826
|
+
},
|
|
827
|
+
"x-f5xc-discovered-response-time": {
|
|
828
|
+
"p50_ms": 200,
|
|
829
|
+
"p95_ms": 800,
|
|
830
|
+
"p99_ms": 2000,
|
|
831
|
+
"sample_count": 0,
|
|
832
|
+
"source": "estimate"
|
|
762
833
|
}
|
|
763
834
|
},
|
|
764
835
|
"x-displayname": "Stored Object.",
|
|
@@ -984,6 +1055,13 @@
|
|
|
984
1055
|
"latency": "low",
|
|
985
1056
|
"resource_usage": "low"
|
|
986
1057
|
}
|
|
1058
|
+
},
|
|
1059
|
+
"x-f5xc-discovered-response-time": {
|
|
1060
|
+
"p50_ms": 200,
|
|
1061
|
+
"p95_ms": 800,
|
|
1062
|
+
"p99_ms": 2000,
|
|
1063
|
+
"sample_count": 0,
|
|
1064
|
+
"source": "estimate"
|
|
987
1065
|
}
|
|
988
1066
|
},
|
|
989
1067
|
"x-displayname": "Stored Object.",
|
|
@@ -1222,6 +1300,13 @@
|
|
|
1222
1300
|
"latency": "low",
|
|
1223
1301
|
"resource_usage": "low"
|
|
1224
1302
|
}
|
|
1303
|
+
},
|
|
1304
|
+
"x-f5xc-discovered-response-time": {
|
|
1305
|
+
"p50_ms": 200,
|
|
1306
|
+
"p95_ms": 800,
|
|
1307
|
+
"p99_ms": 2000,
|
|
1308
|
+
"sample_count": 0,
|
|
1309
|
+
"source": "estimate"
|
|
1225
1310
|
}
|
|
1226
1311
|
},
|
|
1227
1312
|
"x-displayname": "Stored Object.",
|
|
@@ -1474,6 +1559,13 @@
|
|
|
1474
1559
|
"latency": "high",
|
|
1475
1560
|
"resource_usage": "moderate"
|
|
1476
1561
|
}
|
|
1562
|
+
},
|
|
1563
|
+
"x-f5xc-discovered-response-time": {
|
|
1564
|
+
"p50_ms": 500,
|
|
1565
|
+
"p95_ms": 1500,
|
|
1566
|
+
"p99_ms": 4000,
|
|
1567
|
+
"sample_count": 0,
|
|
1568
|
+
"source": "estimate"
|
|
1477
1569
|
}
|
|
1478
1570
|
},
|
|
1479
1571
|
"put": {
|
|
@@ -1704,6 +1796,13 @@
|
|
|
1704
1796
|
"latency": "low",
|
|
1705
1797
|
"resource_usage": "low"
|
|
1706
1798
|
}
|
|
1799
|
+
},
|
|
1800
|
+
"x-f5xc-discovered-response-time": {
|
|
1801
|
+
"p50_ms": 800,
|
|
1802
|
+
"p95_ms": 2500,
|
|
1803
|
+
"p99_ms": 6000,
|
|
1804
|
+
"sample_count": 0,
|
|
1805
|
+
"source": "estimate"
|
|
1707
1806
|
}
|
|
1708
1807
|
},
|
|
1709
1808
|
"x-displayname": "Stored Object.",
|
|
@@ -1931,6 +2030,13 @@
|
|
|
1931
2030
|
"latency": "low",
|
|
1932
2031
|
"resource_usage": "low"
|
|
1933
2032
|
}
|
|
2033
|
+
},
|
|
2034
|
+
"x-f5xc-discovered-response-time": {
|
|
2035
|
+
"p50_ms": 200,
|
|
2036
|
+
"p95_ms": 800,
|
|
2037
|
+
"p99_ms": 2000,
|
|
2038
|
+
"sample_count": 0,
|
|
2039
|
+
"source": "estimate"
|
|
1934
2040
|
}
|
|
1935
2041
|
},
|
|
1936
2042
|
"delete": {
|
|
@@ -2180,6 +2286,13 @@
|
|
|
2180
2286
|
"latency": "high",
|
|
2181
2287
|
"resource_usage": "moderate"
|
|
2182
2288
|
}
|
|
2289
|
+
},
|
|
2290
|
+
"x-f5xc-discovered-response-time": {
|
|
2291
|
+
"p50_ms": 500,
|
|
2292
|
+
"p95_ms": 1500,
|
|
2293
|
+
"p99_ms": 4000,
|
|
2294
|
+
"sample_count": 0,
|
|
2295
|
+
"source": "estimate"
|
|
2183
2296
|
}
|
|
2184
2297
|
},
|
|
2185
2298
|
"x-displayname": "Stored Object.",
|
|
@@ -2203,6 +2316,7 @@
|
|
|
2203
2316
|
"title": "Empty",
|
|
2204
2317
|
"x-displayname": "Empty",
|
|
2205
2318
|
"x-ves-proto-message": "ves.io.schema.Empty",
|
|
2319
|
+
"x-f5xc-description-short": "Can be used for messages where no values are needed.",
|
|
2206
2320
|
"x-f5xc-minimum-configuration": {
|
|
2207
2321
|
"description": "Minimum configuration for schemaEmpty",
|
|
2208
2322
|
"required_fields": [],
|
|
@@ -2233,6 +2347,7 @@
|
|
|
2233
2347
|
"default": "ANY",
|
|
2234
2348
|
"x-displayname": "HTTP Method.",
|
|
2235
2349
|
"x-ves-proto-enum": "ves.io.schema.HttpMethod",
|
|
2350
|
+
"x-f5xc-description-short": "Specifies the HTTP method used to access a resource. Any HTTP Method.",
|
|
2236
2351
|
"x-f5xc-minimum-configuration": {
|
|
2237
2352
|
"description": "Minimum configuration for schemaHttpMethod",
|
|
2238
2353
|
"required_fields": [],
|
|
@@ -2265,6 +2380,7 @@
|
|
|
2265
2380
|
"x-validation-rules": {
|
|
2266
2381
|
"ves.io.schema.rules.bytes.max_len": "5242880"
|
|
2267
2382
|
},
|
|
2383
|
+
"x-f5xc-description-short": "Exclusive with [string_value] Binary object contents. Should be encoded in base64 scheme.",
|
|
2268
2384
|
"minLength": 0,
|
|
2269
2385
|
"maxLength": 1024,
|
|
2270
2386
|
"x-f5xc-required-for": {
|
|
@@ -2287,6 +2403,7 @@
|
|
|
2287
2403
|
"x-validation-rules": {
|
|
2288
2404
|
"ves.io.schema.rules.string.in": "[\\\"\\\", \\\"json\\\", \\\"yaml\\\", \\\"txt\\\", \\\"bin\\\"]"
|
|
2289
2405
|
},
|
|
2406
|
+
"x-f5xc-description-short": "The optional content format associated with object.",
|
|
2290
2407
|
"minLength": 0,
|
|
2291
2408
|
"maxLength": 1024,
|
|
2292
2409
|
"x-f5xc-required-for": {
|
|
@@ -2310,6 +2427,7 @@
|
|
|
2310
2427
|
"x-validation-rules": {
|
|
2311
2428
|
"ves.io.schema.rules.string.max_len": "512"
|
|
2312
2429
|
},
|
|
2430
|
+
"x-f5xc-description-short": "The optional description associated with object.",
|
|
2313
2431
|
"minLength": 0,
|
|
2314
2432
|
"x-f5xc-required-for": {
|
|
2315
2433
|
"minimum_config": false,
|
|
@@ -2319,7 +2437,7 @@
|
|
|
2319
2437
|
},
|
|
2320
2438
|
"x-original-maxLength": 512,
|
|
2321
2439
|
"x-reconciled-from-discovery": true,
|
|
2322
|
-
"x-reconciled-at": "2026-01-
|
|
2440
|
+
"x-reconciled-at": "2026-01-07T15:29:27.859862+00:00"
|
|
2323
2441
|
},
|
|
2324
2442
|
"mobile_app_shield": {
|
|
2325
2443
|
"$ref": "#/components/schemas/stored_objectMobileAppShieldAttributes"
|
|
@@ -2352,6 +2470,7 @@
|
|
|
2352
2470
|
"ves.io.schema.rules.string.min_len": "1",
|
|
2353
2471
|
"ves.io.schema.rules.string.ves_object_name": "true"
|
|
2354
2472
|
},
|
|
2473
|
+
"x-f5xc-description-short": "Name of the stored_object. Required: YES.",
|
|
2355
2474
|
"x-f5xc-required-for": {
|
|
2356
2475
|
"minimum_config": false,
|
|
2357
2476
|
"create": false,
|
|
@@ -2360,7 +2479,7 @@
|
|
|
2360
2479
|
},
|
|
2361
2480
|
"x-original-maxLength": 512,
|
|
2362
2481
|
"x-reconciled-from-discovery": true,
|
|
2363
|
-
"x-reconciled-at": "2026-01-
|
|
2482
|
+
"x-reconciled-at": "2026-01-07T15:29:27.859873+00:00"
|
|
2364
2483
|
},
|
|
2365
2484
|
"namespace": {
|
|
2366
2485
|
"type": "string",
|
|
@@ -2376,6 +2495,7 @@
|
|
|
2376
2495
|
"x-validation-rules": {
|
|
2377
2496
|
"ves.io.schema.rules.message.required": "true"
|
|
2378
2497
|
},
|
|
2498
|
+
"x-f5xc-description-short": "Namespace in which object is to be created Required: YES.",
|
|
2379
2499
|
"minLength": 0,
|
|
2380
2500
|
"maxLength": 6,
|
|
2381
2501
|
"x-f5xc-required-for": {
|
|
@@ -2386,7 +2506,7 @@
|
|
|
2386
2506
|
},
|
|
2387
2507
|
"x-original-maxLength": 1024,
|
|
2388
2508
|
"x-reconciled-from-discovery": true,
|
|
2389
|
-
"x-reconciled-at": "2026-01-
|
|
2509
|
+
"x-reconciled-at": "2026-01-07T15:29:27.859878+00:00"
|
|
2390
2510
|
},
|
|
2391
2511
|
"no_attributes": {
|
|
2392
2512
|
"$ref": "#/components/schemas/schemaEmpty"
|
|
@@ -2407,6 +2527,7 @@
|
|
|
2407
2527
|
"ves.io.schema.rules.message.required": "true",
|
|
2408
2528
|
"ves.io.schema.rules.string.in": "[\\\"swagger\\\", \\\"generic\\\", \\\"big-object\\\", \\\"mobile-sdk\\\", \\\"mobile-integrator\\\", \\\"mobile-app-shield\\\"]"
|
|
2409
2529
|
},
|
|
2530
|
+
"x-f5xc-description-short": "Type of the stored_object Required: YES.",
|
|
2410
2531
|
"minLength": 0,
|
|
2411
2532
|
"maxLength": 1024,
|
|
2412
2533
|
"x-f5xc-required-for": {
|
|
@@ -2428,6 +2549,7 @@
|
|
|
2428
2549
|
"x-validation-rules": {
|
|
2429
2550
|
"ves.io.schema.rules.string.max_len": "5242880"
|
|
2430
2551
|
},
|
|
2552
|
+
"x-f5xc-description-short": "Exclusive with [bytes_value] String formatted contents.",
|
|
2431
2553
|
"minLength": 0,
|
|
2432
2554
|
"x-f5xc-required-for": {
|
|
2433
2555
|
"minimum_config": false,
|
|
@@ -2554,6 +2676,8 @@
|
|
|
2554
2676
|
"x-validation-rules": {
|
|
2555
2677
|
"ves.io.schema.rules.bytes.max_len": "5242880"
|
|
2556
2678
|
},
|
|
2679
|
+
"x-f5xc-description-short": "Exclusive with [presigned_url string_value] Binary object contents. This will be a base64 encoded string.",
|
|
2680
|
+
"x-f5xc-description-medium": "Exclusive with [presigned_url string_value] Binary object contents. This will be a base64 encoded string. The client should decode it to see the actual contents of the object.",
|
|
2557
2681
|
"minLength": 0,
|
|
2558
2682
|
"maxLength": 1024,
|
|
2559
2683
|
"x-f5xc-required-for": {
|
|
@@ -2570,6 +2694,7 @@
|
|
|
2570
2694
|
"x-displayname": "Content Format.",
|
|
2571
2695
|
"x-ves-example": "JSON, YAML.",
|
|
2572
2696
|
"x-f5xc-example": "json, yaml",
|
|
2697
|
+
"x-f5xc-description-short": "The optional content format associated with object.",
|
|
2573
2698
|
"minLength": 0,
|
|
2574
2699
|
"maxLength": 1024,
|
|
2575
2700
|
"x-f5xc-required-for": {
|
|
@@ -2598,6 +2723,7 @@
|
|
|
2598
2723
|
"x-validation-rules": {
|
|
2599
2724
|
"ves.io.schema.rules.string.max_len": "5242880"
|
|
2600
2725
|
},
|
|
2726
|
+
"x-f5xc-description-short": "Exclusive with [bytes_value presigned_url] String formatted contents.",
|
|
2601
2727
|
"minLength": 0,
|
|
2602
2728
|
"x-f5xc-required-for": {
|
|
2603
2729
|
"minimum_config": false,
|
|
@@ -2656,7 +2782,7 @@
|
|
|
2656
2782
|
},
|
|
2657
2783
|
"x-original-maxLength": 1024,
|
|
2658
2784
|
"x-reconciled-from-discovery": true,
|
|
2659
|
-
"x-reconciled-at": "2026-01-
|
|
2785
|
+
"x-reconciled-at": "2026-01-07T15:29:27.859906+00:00"
|
|
2660
2786
|
},
|
|
2661
2787
|
"no_attributes": {
|
|
2662
2788
|
"$ref": "#/components/schemas/schemaEmpty"
|
|
@@ -2679,7 +2805,7 @@
|
|
|
2679
2805
|
"x-field-mutability": "read-only",
|
|
2680
2806
|
"x-original-maxLength": 1024,
|
|
2681
2807
|
"x-reconciled-from-discovery": true,
|
|
2682
|
-
"x-reconciled-at": "2026-01-
|
|
2808
|
+
"x-reconciled-at": "2026-01-07T15:29:27.859912+00:00"
|
|
2683
2809
|
},
|
|
2684
2810
|
"versions": {
|
|
2685
2811
|
"type": "array",
|
|
@@ -2689,6 +2815,7 @@
|
|
|
2689
2815
|
"$ref": "#/components/schemas/stored_objectVersionDescriptor"
|
|
2690
2816
|
},
|
|
2691
2817
|
"x-displayname": "Versions",
|
|
2818
|
+
"x-f5xc-description-short": "Available versions for the stored object.",
|
|
2692
2819
|
"x-f5xc-required-for": {
|
|
2693
2820
|
"minimum_config": false,
|
|
2694
2821
|
"create": false,
|
|
@@ -2730,6 +2857,8 @@
|
|
|
2730
2857
|
"$ref": "#/components/schemas/stored_objectListItemDescriptor"
|
|
2731
2858
|
},
|
|
2732
2859
|
"x-displayname": "Stored Object Descriptors.",
|
|
2860
|
+
"x-f5xc-example": "[\"item1\", \"item2\", \"item3\"]",
|
|
2861
|
+
"x-f5xc-description-short": "Stored object names and available versions for each object.",
|
|
2733
2862
|
"x-f5xc-required-for": {
|
|
2734
2863
|
"minimum_config": false,
|
|
2735
2864
|
"create": false,
|
|
@@ -2785,6 +2914,7 @@
|
|
|
2785
2914
|
}
|
|
2786
2915
|
}
|
|
2787
2916
|
},
|
|
2917
|
+
"x-f5xc-description-short": "Describes attributes specific to object type - mobile-app-shield.",
|
|
2788
2918
|
"x-f5xc-minimum-configuration": {
|
|
2789
2919
|
"description": "Minimum configuration for stored_objectMobileAppShieldAttributes",
|
|
2790
2920
|
"required_fields": [
|
|
@@ -2833,6 +2963,7 @@
|
|
|
2833
2963
|
}
|
|
2834
2964
|
}
|
|
2835
2965
|
},
|
|
2966
|
+
"x-f5xc-description-short": "Describes attributes specific to object type - mobile-integrator.",
|
|
2836
2967
|
"x-f5xc-minimum-configuration": {
|
|
2837
2968
|
"description": "Minimum configuration for stored_objectMobileIntegratorAttributes",
|
|
2838
2969
|
"required_fields": [
|
|
@@ -2873,6 +3004,7 @@
|
|
|
2873
3004
|
}
|
|
2874
3005
|
}
|
|
2875
3006
|
},
|
|
3007
|
+
"x-f5xc-description-short": "Describes attributes specific to object type - mobile-SDK.",
|
|
2876
3008
|
"x-f5xc-minimum-configuration": {
|
|
2877
3009
|
"description": "Minimum configuration for stored_objectMobileSDKAttributes",
|
|
2878
3010
|
"required_fields": [
|
|
@@ -2897,6 +3029,8 @@
|
|
|
2897
3029
|
"default": "ANDROID",
|
|
2898
3030
|
"x-displayname": "Operating System type.",
|
|
2899
3031
|
"x-ves-proto-enum": "ves.io.schema.stored_object.OSType",
|
|
3032
|
+
"x-f5xc-description-short": "Defines a selection for operating system type. Its either ANDROID or IOS - ANDROID: ANDROID - IOS: IOS.",
|
|
3033
|
+
"x-f5xc-description-medium": "Defines a selection for operating system type. Its either ANDROID or IOS - ANDROID: ANDROID - IOS: IOS.",
|
|
2900
3034
|
"x-f5xc-minimum-configuration": {
|
|
2901
3035
|
"description": "Minimum configuration for stored_objectOSType",
|
|
2902
3036
|
"required_fields": [],
|
|
@@ -2946,7 +3080,7 @@
|
|
|
2946
3080
|
"description": "The URL to upload or download the resource.",
|
|
2947
3081
|
"title": "URL",
|
|
2948
3082
|
"x-displayname": "URL",
|
|
2949
|
-
"x-f5xc-
|
|
3083
|
+
"x-f5xc-description-short": "The URL to upload or download the resource.",
|
|
2950
3084
|
"format": "uri",
|
|
2951
3085
|
"minLength": 0,
|
|
2952
3086
|
"maxLength": 1024,
|
|
@@ -2980,6 +3114,8 @@
|
|
|
2980
3114
|
"PREFIX_MATCH"
|
|
2981
3115
|
],
|
|
2982
3116
|
"default": "EXACT_MATCH",
|
|
3117
|
+
"x-f5xc-description-short": "X-displayName: \"Query Type\" The type of search query needs to be performed. Could be EXACT_MATCH or PREFIX_MATCH.",
|
|
3118
|
+
"x-f5xc-description-medium": "X-displayName: \"Query Type\" The type of search query needs to be performed. Could be EXACT_MATCH or PREFIX_MATCH. EXACT_MATCH returns the objects with exact match on the name filed, while PREFIX_MATCH returns the list of object having the 'name' as prefix.",
|
|
2983
3119
|
"x-f5xc-minimum-configuration": {
|
|
2984
3120
|
"description": "Minimum configuration for stored_objectQueryType",
|
|
2985
3121
|
"required_fields": [],
|
|
@@ -3011,6 +3147,7 @@
|
|
|
3011
3147
|
"x-validation-rules": {
|
|
3012
3148
|
"ves.io.schema.rules.message.required": "true"
|
|
3013
3149
|
},
|
|
3150
|
+
"x-f5xc-description-short": "Creation date & time for the object Required: YES.",
|
|
3014
3151
|
"minLength": 0,
|
|
3015
3152
|
"maxLength": 1024,
|
|
3016
3153
|
"x-f5xc-required-for": {
|
|
@@ -3033,6 +3170,7 @@
|
|
|
3033
3170
|
"x-validation-rules": {
|
|
3034
3171
|
"ves.io.schema.rules.string.max_len": "512"
|
|
3035
3172
|
},
|
|
3173
|
+
"x-f5xc-description-short": "Optional field, the Description for the object.",
|
|
3036
3174
|
"minLength": 0,
|
|
3037
3175
|
"x-f5xc-required-for": {
|
|
3038
3176
|
"minimum_config": false,
|
|
@@ -3042,7 +3180,7 @@
|
|
|
3042
3180
|
},
|
|
3043
3181
|
"x-original-maxLength": 512,
|
|
3044
3182
|
"x-reconciled-from-discovery": true,
|
|
3045
|
-
"x-reconciled-at": "2026-01-
|
|
3183
|
+
"x-reconciled-at": "2026-01-07T15:29:27.859936+00:00"
|
|
3046
3184
|
},
|
|
3047
3185
|
"mobile_app_shield": {
|
|
3048
3186
|
"$ref": "#/components/schemas/stored_objectMobileAppShieldAttributes"
|
|
@@ -3066,6 +3204,7 @@
|
|
|
3066
3204
|
"ves.io.schema.rules.message.required": "true"
|
|
3067
3205
|
},
|
|
3068
3206
|
"x-f5xc-example": "example-resource",
|
|
3207
|
+
"x-f5xc-description-short": "Name of the stored object Required: YES.",
|
|
3069
3208
|
"minLength": 0,
|
|
3070
3209
|
"maxLength": 16,
|
|
3071
3210
|
"x-f5xc-required-for": {
|
|
@@ -3076,7 +3215,7 @@
|
|
|
3076
3215
|
},
|
|
3077
3216
|
"x-original-maxLength": 1024,
|
|
3078
3217
|
"x-reconciled-from-discovery": true,
|
|
3079
|
-
"x-reconciled-at": "2026-01-
|
|
3218
|
+
"x-reconciled-at": "2026-01-07T15:29:27.859944+00:00"
|
|
3080
3219
|
},
|
|
3081
3220
|
"namespace": {
|
|
3082
3221
|
"type": "string",
|
|
@@ -3090,6 +3229,8 @@
|
|
|
3090
3229
|
"x-validation-rules": {
|
|
3091
3230
|
"ves.io.schema.rules.message.required": "true"
|
|
3092
3231
|
},
|
|
3232
|
+
"x-f5xc-example": "example-resource",
|
|
3233
|
+
"x-f5xc-description-short": "Namespace of the stored object Required: YES.",
|
|
3093
3234
|
"minLength": 0,
|
|
3094
3235
|
"maxLength": 6,
|
|
3095
3236
|
"x-f5xc-required-for": {
|
|
@@ -3100,7 +3241,7 @@
|
|
|
3100
3241
|
},
|
|
3101
3242
|
"x-original-maxLength": 1024,
|
|
3102
3243
|
"x-reconciled-from-discovery": true,
|
|
3103
|
-
"x-reconciled-at": "2026-01-
|
|
3244
|
+
"x-reconciled-at": "2026-01-07T15:29:27.859949+00:00"
|
|
3104
3245
|
},
|
|
3105
3246
|
"no_attributes": {
|
|
3106
3247
|
"$ref": "#/components/schemas/schemaEmpty"
|
|
@@ -3117,7 +3258,6 @@
|
|
|
3117
3258
|
"x-validation-rules": {
|
|
3118
3259
|
"ves.io.schema.rules.message.required": "true"
|
|
3119
3260
|
},
|
|
3120
|
-
"x-f5xc-example": "https://example.com",
|
|
3121
3261
|
"format": "uri",
|
|
3122
3262
|
"minLength": 0,
|
|
3123
3263
|
"maxLength": 1024,
|
|
@@ -3140,6 +3280,8 @@
|
|
|
3140
3280
|
"x-validation-rules": {
|
|
3141
3281
|
"ves.io.schema.rules.message.required": "true"
|
|
3142
3282
|
},
|
|
3283
|
+
"x-f5xc-example": "v1.2.3",
|
|
3284
|
+
"x-f5xc-description-short": "Version of the stored object Required: YES.",
|
|
3143
3285
|
"minLength": 0,
|
|
3144
3286
|
"maxLength": 1,
|
|
3145
3287
|
"x-f5xc-required-for": {
|
|
@@ -3150,7 +3292,7 @@
|
|
|
3150
3292
|
},
|
|
3151
3293
|
"x-original-maxLength": 1024,
|
|
3152
3294
|
"x-reconciled-from-discovery": true,
|
|
3153
|
-
"x-reconciled-at": "2026-01-
|
|
3295
|
+
"x-reconciled-at": "2026-01-07T15:29:27.859955+00:00"
|
|
3154
3296
|
}
|
|
3155
3297
|
},
|
|
3156
3298
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3187,6 +3329,8 @@
|
|
|
3187
3329
|
"default": "STORED_OBJECT_STATUS_NONE",
|
|
3188
3330
|
"x-displayname": "",
|
|
3189
3331
|
"x-ves-proto-enum": "ves.io.schema.stored_object.StoredObjectResponseStatus",
|
|
3332
|
+
"x-f5xc-description-short": "The stored object status represents status of create object response if object got created, updated or already exists.",
|
|
3333
|
+
"x-f5xc-description-medium": "The stored object status represents status of create object response if object got created, updated or already exists.",
|
|
3190
3334
|
"x-f5xc-minimum-configuration": {
|
|
3191
3335
|
"description": "Minimum configuration for stored_objectStoredObjectResponseStatus",
|
|
3192
3336
|
"required_fields": [],
|
|
@@ -3217,6 +3361,7 @@
|
|
|
3217
3361
|
"x-validation-rules": {
|
|
3218
3362
|
"ves.io.schema.rules.message.required": "true"
|
|
3219
3363
|
},
|
|
3364
|
+
"x-f5xc-description-short": "Creation date & time for the object Required: YES.",
|
|
3220
3365
|
"minLength": 0,
|
|
3221
3366
|
"maxLength": 1024,
|
|
3222
3367
|
"x-f5xc-required-for": {
|
|
@@ -3239,6 +3384,7 @@
|
|
|
3239
3384
|
"x-validation-rules": {
|
|
3240
3385
|
"ves.io.schema.rules.string.max_len": "512"
|
|
3241
3386
|
},
|
|
3387
|
+
"x-f5xc-description-short": "Optional field, the Description for the object.",
|
|
3242
3388
|
"minLength": 0,
|
|
3243
3389
|
"x-f5xc-required-for": {
|
|
3244
3390
|
"minimum_config": false,
|
|
@@ -3248,7 +3394,7 @@
|
|
|
3248
3394
|
},
|
|
3249
3395
|
"x-original-maxLength": 512,
|
|
3250
3396
|
"x-reconciled-from-discovery": true,
|
|
3251
|
-
"x-reconciled-at": "2026-01-
|
|
3397
|
+
"x-reconciled-at": "2026-01-07T15:29:27.859962+00:00"
|
|
3252
3398
|
},
|
|
3253
3399
|
"latest_version": {
|
|
3254
3400
|
"type": "boolean",
|
|
@@ -3256,6 +3402,7 @@
|
|
|
3256
3402
|
"title": "Latest_version.",
|
|
3257
3403
|
"format": "boolean",
|
|
3258
3404
|
"x-displayname": "Latest Version.",
|
|
3405
|
+
"x-f5xc-description-short": "Tag representing if this is the latest version for the object.",
|
|
3259
3406
|
"x-f5xc-required-for": {
|
|
3260
3407
|
"minimum_config": false,
|
|
3261
3408
|
"create": false,
|
|
@@ -3275,7 +3422,6 @@
|
|
|
3275
3422
|
"x-validation-rules": {
|
|
3276
3423
|
"ves.io.schema.rules.message.required": "true"
|
|
3277
3424
|
},
|
|
3278
|
-
"x-f5xc-example": "https://example.com",
|
|
3279
3425
|
"format": "uri",
|
|
3280
3426
|
"minLength": 0,
|
|
3281
3427
|
"maxLength": 1024,
|
|
@@ -3291,6 +3437,7 @@
|
|
|
3291
3437
|
"description": "Version of the stored object.",
|
|
3292
3438
|
"title": "Version",
|
|
3293
3439
|
"x-displayname": "Version",
|
|
3440
|
+
"x-f5xc-example": "v1.2.3",
|
|
3294
3441
|
"minLength": 0,
|
|
3295
3442
|
"maxLength": 1,
|
|
3296
3443
|
"x-f5xc-required-for": {
|
|
@@ -3301,7 +3448,7 @@
|
|
|
3301
3448
|
},
|
|
3302
3449
|
"x-original-maxLength": 1024,
|
|
3303
3450
|
"x-reconciled-from-discovery": true,
|
|
3304
|
-
"x-reconciled-at": "2026-01-
|
|
3451
|
+
"x-reconciled-at": "2026-01-07T15:29:27.859969+00:00"
|
|
3305
3452
|
}
|
|
3306
3453
|
},
|
|
3307
3454
|
"x-f5xc-minimum-configuration": {
|