@robinmordasiewicz/f5xc-api-mcp 2.0.13-2601051957 → 2.0.20-2601072244
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/README.md +23 -0
- package/dist/config/paths.d.ts.map +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 +111 -25
- package/specs/domains/ai_services.json +114 -35
- package/specs/domains/api.json +1082 -177
- package/specs/domains/authentication.json +205 -45
- package/specs/domains/bigip.json +593 -101
- package/specs/domains/billing_and_usage.json +440 -82
- package/specs/domains/blindfold.json +713 -110
- package/specs/domains/bot_and_threat_defense.json +359 -65
- package/specs/domains/cdn.json +2131 -194
- package/specs/domains/ce_management.json +9110 -15844
- package/specs/domains/certificates.json +362 -75
- package/specs/domains/cloud_infrastructure.json +802 -119
- package/specs/domains/container_services.json +613 -95
- package/specs/domains/data_and_privacy_security.json +364 -66
- package/specs/domains/data_intelligence.json +324 -63
- package/specs/domains/ddos.json +766 -159
- package/specs/domains/dns.json +820 -161
- package/specs/domains/managed_kubernetes.json +455 -85
- package/specs/domains/marketplace.json +670 -104
- package/specs/domains/network.json +1620 -238
- package/specs/domains/network_security.json +1401 -191
- package/specs/domains/nginx_one.json +326 -62
- package/specs/domains/object_storage.json +49 -15
- package/specs/domains/observability.json +999 -147
- package/specs/domains/rate_limiting.json +300 -55
- package/specs/domains/secops_and_incident_response.json +189 -36
- package/specs/domains/service_mesh.json +955 -124
- package/specs/domains/shape.json +2150 -397
- package/specs/domains/sites.json +3830 -364
- package/specs/domains/statistics.json +2117 -235
- package/specs/domains/support.json +602 -108
- package/specs/domains/telemetry_and_insights.json +753 -79
- package/specs/domains/tenant_and_identity.json +1874 -308
- package/specs/domains/threat_campaign.json +637 -71
- package/specs/domains/users.json +278 -66
- package/specs/domains/virtual.json +2803 -260
- package/specs/domains/vpm_and_node_management.json +3 -1
- package/specs/domains/waf.json +1125 -148
- package/specs/index.json +24 -24
|
@@ -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.20",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "F5 Distributed Cloud",
|
|
9
9
|
"url": "https://docs.cloud.f5.com"
|
|
@@ -2316,6 +2316,7 @@
|
|
|
2316
2316
|
"title": "Empty",
|
|
2317
2317
|
"x-displayname": "Empty",
|
|
2318
2318
|
"x-ves-proto-message": "ves.io.schema.Empty",
|
|
2319
|
+
"x-f5xc-description-short": "Can be used for messages where no values are needed.",
|
|
2319
2320
|
"x-f5xc-minimum-configuration": {
|
|
2320
2321
|
"description": "Minimum configuration for schemaEmpty",
|
|
2321
2322
|
"required_fields": [],
|
|
@@ -2346,6 +2347,7 @@
|
|
|
2346
2347
|
"default": "ANY",
|
|
2347
2348
|
"x-displayname": "HTTP Method.",
|
|
2348
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.",
|
|
2349
2351
|
"x-f5xc-minimum-configuration": {
|
|
2350
2352
|
"description": "Minimum configuration for schemaHttpMethod",
|
|
2351
2353
|
"required_fields": [],
|
|
@@ -2378,6 +2380,7 @@
|
|
|
2378
2380
|
"x-validation-rules": {
|
|
2379
2381
|
"ves.io.schema.rules.bytes.max_len": "5242880"
|
|
2380
2382
|
},
|
|
2383
|
+
"x-f5xc-description-short": "Exclusive with [string_value] Binary object contents. Should be encoded in base64 scheme.",
|
|
2381
2384
|
"minLength": 0,
|
|
2382
2385
|
"maxLength": 1024,
|
|
2383
2386
|
"x-f5xc-required-for": {
|
|
@@ -2400,6 +2403,7 @@
|
|
|
2400
2403
|
"x-validation-rules": {
|
|
2401
2404
|
"ves.io.schema.rules.string.in": "[\\\"\\\", \\\"json\\\", \\\"yaml\\\", \\\"txt\\\", \\\"bin\\\"]"
|
|
2402
2405
|
},
|
|
2406
|
+
"x-f5xc-description-short": "The optional content format associated with object.",
|
|
2403
2407
|
"minLength": 0,
|
|
2404
2408
|
"maxLength": 1024,
|
|
2405
2409
|
"x-f5xc-required-for": {
|
|
@@ -2423,6 +2427,7 @@
|
|
|
2423
2427
|
"x-validation-rules": {
|
|
2424
2428
|
"ves.io.schema.rules.string.max_len": "512"
|
|
2425
2429
|
},
|
|
2430
|
+
"x-f5xc-description-short": "The optional description associated with object.",
|
|
2426
2431
|
"minLength": 0,
|
|
2427
2432
|
"x-f5xc-required-for": {
|
|
2428
2433
|
"minimum_config": false,
|
|
@@ -2432,7 +2437,7 @@
|
|
|
2432
2437
|
},
|
|
2433
2438
|
"x-original-maxLength": 512,
|
|
2434
2439
|
"x-reconciled-from-discovery": true,
|
|
2435
|
-
"x-reconciled-at": "2026-01-
|
|
2440
|
+
"x-reconciled-at": "2026-01-07T15:54:09.498634+00:00"
|
|
2436
2441
|
},
|
|
2437
2442
|
"mobile_app_shield": {
|
|
2438
2443
|
"$ref": "#/components/schemas/stored_objectMobileAppShieldAttributes"
|
|
@@ -2465,6 +2470,7 @@
|
|
|
2465
2470
|
"ves.io.schema.rules.string.min_len": "1",
|
|
2466
2471
|
"ves.io.schema.rules.string.ves_object_name": "true"
|
|
2467
2472
|
},
|
|
2473
|
+
"x-f5xc-description-short": "Name of the stored_object. Required: YES.",
|
|
2468
2474
|
"x-f5xc-required-for": {
|
|
2469
2475
|
"minimum_config": false,
|
|
2470
2476
|
"create": false,
|
|
@@ -2473,7 +2479,7 @@
|
|
|
2473
2479
|
},
|
|
2474
2480
|
"x-original-maxLength": 512,
|
|
2475
2481
|
"x-reconciled-from-discovery": true,
|
|
2476
|
-
"x-reconciled-at": "2026-01-
|
|
2482
|
+
"x-reconciled-at": "2026-01-07T15:54:09.498644+00:00"
|
|
2477
2483
|
},
|
|
2478
2484
|
"namespace": {
|
|
2479
2485
|
"type": "string",
|
|
@@ -2489,6 +2495,7 @@
|
|
|
2489
2495
|
"x-validation-rules": {
|
|
2490
2496
|
"ves.io.schema.rules.message.required": "true"
|
|
2491
2497
|
},
|
|
2498
|
+
"x-f5xc-description-short": "Namespace in which object is to be created Required: YES.",
|
|
2492
2499
|
"minLength": 0,
|
|
2493
2500
|
"maxLength": 6,
|
|
2494
2501
|
"x-f5xc-required-for": {
|
|
@@ -2499,7 +2506,7 @@
|
|
|
2499
2506
|
},
|
|
2500
2507
|
"x-original-maxLength": 1024,
|
|
2501
2508
|
"x-reconciled-from-discovery": true,
|
|
2502
|
-
"x-reconciled-at": "2026-01-
|
|
2509
|
+
"x-reconciled-at": "2026-01-07T15:54:09.498649+00:00"
|
|
2503
2510
|
},
|
|
2504
2511
|
"no_attributes": {
|
|
2505
2512
|
"$ref": "#/components/schemas/schemaEmpty"
|
|
@@ -2520,6 +2527,7 @@
|
|
|
2520
2527
|
"ves.io.schema.rules.message.required": "true",
|
|
2521
2528
|
"ves.io.schema.rules.string.in": "[\\\"swagger\\\", \\\"generic\\\", \\\"big-object\\\", \\\"mobile-sdk\\\", \\\"mobile-integrator\\\", \\\"mobile-app-shield\\\"]"
|
|
2522
2529
|
},
|
|
2530
|
+
"x-f5xc-description-short": "Type of the stored_object Required: YES.",
|
|
2523
2531
|
"minLength": 0,
|
|
2524
2532
|
"maxLength": 1024,
|
|
2525
2533
|
"x-f5xc-required-for": {
|
|
@@ -2541,6 +2549,7 @@
|
|
|
2541
2549
|
"x-validation-rules": {
|
|
2542
2550
|
"ves.io.schema.rules.string.max_len": "5242880"
|
|
2543
2551
|
},
|
|
2552
|
+
"x-f5xc-description-short": "Exclusive with [bytes_value] String formatted contents.",
|
|
2544
2553
|
"minLength": 0,
|
|
2545
2554
|
"x-f5xc-required-for": {
|
|
2546
2555
|
"minimum_config": false,
|
|
@@ -2667,6 +2676,8 @@
|
|
|
2667
2676
|
"x-validation-rules": {
|
|
2668
2677
|
"ves.io.schema.rules.bytes.max_len": "5242880"
|
|
2669
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.",
|
|
2670
2681
|
"minLength": 0,
|
|
2671
2682
|
"maxLength": 1024,
|
|
2672
2683
|
"x-f5xc-required-for": {
|
|
@@ -2683,6 +2694,7 @@
|
|
|
2683
2694
|
"x-displayname": "Content Format.",
|
|
2684
2695
|
"x-ves-example": "JSON, YAML.",
|
|
2685
2696
|
"x-f5xc-example": "json, yaml",
|
|
2697
|
+
"x-f5xc-description-short": "The optional content format associated with object.",
|
|
2686
2698
|
"minLength": 0,
|
|
2687
2699
|
"maxLength": 1024,
|
|
2688
2700
|
"x-f5xc-required-for": {
|
|
@@ -2711,6 +2723,7 @@
|
|
|
2711
2723
|
"x-validation-rules": {
|
|
2712
2724
|
"ves.io.schema.rules.string.max_len": "5242880"
|
|
2713
2725
|
},
|
|
2726
|
+
"x-f5xc-description-short": "Exclusive with [bytes_value presigned_url] String formatted contents.",
|
|
2714
2727
|
"minLength": 0,
|
|
2715
2728
|
"x-f5xc-required-for": {
|
|
2716
2729
|
"minimum_config": false,
|
|
@@ -2769,7 +2782,7 @@
|
|
|
2769
2782
|
},
|
|
2770
2783
|
"x-original-maxLength": 1024,
|
|
2771
2784
|
"x-reconciled-from-discovery": true,
|
|
2772
|
-
"x-reconciled-at": "2026-01-
|
|
2785
|
+
"x-reconciled-at": "2026-01-07T15:54:09.498678+00:00"
|
|
2773
2786
|
},
|
|
2774
2787
|
"no_attributes": {
|
|
2775
2788
|
"$ref": "#/components/schemas/schemaEmpty"
|
|
@@ -2792,7 +2805,7 @@
|
|
|
2792
2805
|
"x-field-mutability": "read-only",
|
|
2793
2806
|
"x-original-maxLength": 1024,
|
|
2794
2807
|
"x-reconciled-from-discovery": true,
|
|
2795
|
-
"x-reconciled-at": "2026-01-
|
|
2808
|
+
"x-reconciled-at": "2026-01-07T15:54:09.498683+00:00"
|
|
2796
2809
|
},
|
|
2797
2810
|
"versions": {
|
|
2798
2811
|
"type": "array",
|
|
@@ -2802,6 +2815,7 @@
|
|
|
2802
2815
|
"$ref": "#/components/schemas/stored_objectVersionDescriptor"
|
|
2803
2816
|
},
|
|
2804
2817
|
"x-displayname": "Versions",
|
|
2818
|
+
"x-f5xc-description-short": "Available versions for the stored object.",
|
|
2805
2819
|
"x-f5xc-required-for": {
|
|
2806
2820
|
"minimum_config": false,
|
|
2807
2821
|
"create": false,
|
|
@@ -2843,6 +2857,8 @@
|
|
|
2843
2857
|
"$ref": "#/components/schemas/stored_objectListItemDescriptor"
|
|
2844
2858
|
},
|
|
2845
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.",
|
|
2846
2862
|
"x-f5xc-required-for": {
|
|
2847
2863
|
"minimum_config": false,
|
|
2848
2864
|
"create": false,
|
|
@@ -2898,6 +2914,7 @@
|
|
|
2898
2914
|
}
|
|
2899
2915
|
}
|
|
2900
2916
|
},
|
|
2917
|
+
"x-f5xc-description-short": "Describes attributes specific to object type - mobile-app-shield.",
|
|
2901
2918
|
"x-f5xc-minimum-configuration": {
|
|
2902
2919
|
"description": "Minimum configuration for stored_objectMobileAppShieldAttributes",
|
|
2903
2920
|
"required_fields": [
|
|
@@ -2946,6 +2963,7 @@
|
|
|
2946
2963
|
}
|
|
2947
2964
|
}
|
|
2948
2965
|
},
|
|
2966
|
+
"x-f5xc-description-short": "Describes attributes specific to object type - mobile-integrator.",
|
|
2949
2967
|
"x-f5xc-minimum-configuration": {
|
|
2950
2968
|
"description": "Minimum configuration for stored_objectMobileIntegratorAttributes",
|
|
2951
2969
|
"required_fields": [
|
|
@@ -2986,6 +3004,7 @@
|
|
|
2986
3004
|
}
|
|
2987
3005
|
}
|
|
2988
3006
|
},
|
|
3007
|
+
"x-f5xc-description-short": "Describes attributes specific to object type - mobile-SDK.",
|
|
2989
3008
|
"x-f5xc-minimum-configuration": {
|
|
2990
3009
|
"description": "Minimum configuration for stored_objectMobileSDKAttributes",
|
|
2991
3010
|
"required_fields": [
|
|
@@ -3010,6 +3029,8 @@
|
|
|
3010
3029
|
"default": "ANDROID",
|
|
3011
3030
|
"x-displayname": "Operating System type.",
|
|
3012
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.",
|
|
3013
3034
|
"x-f5xc-minimum-configuration": {
|
|
3014
3035
|
"description": "Minimum configuration for stored_objectOSType",
|
|
3015
3036
|
"required_fields": [],
|
|
@@ -3059,7 +3080,7 @@
|
|
|
3059
3080
|
"description": "The URL to upload or download the resource.",
|
|
3060
3081
|
"title": "URL",
|
|
3061
3082
|
"x-displayname": "URL",
|
|
3062
|
-
"x-f5xc-
|
|
3083
|
+
"x-f5xc-description-short": "The URL to upload or download the resource.",
|
|
3063
3084
|
"format": "uri",
|
|
3064
3085
|
"minLength": 0,
|
|
3065
3086
|
"maxLength": 1024,
|
|
@@ -3093,6 +3114,8 @@
|
|
|
3093
3114
|
"PREFIX_MATCH"
|
|
3094
3115
|
],
|
|
3095
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.",
|
|
3096
3119
|
"x-f5xc-minimum-configuration": {
|
|
3097
3120
|
"description": "Minimum configuration for stored_objectQueryType",
|
|
3098
3121
|
"required_fields": [],
|
|
@@ -3124,6 +3147,7 @@
|
|
|
3124
3147
|
"x-validation-rules": {
|
|
3125
3148
|
"ves.io.schema.rules.message.required": "true"
|
|
3126
3149
|
},
|
|
3150
|
+
"x-f5xc-description-short": "Creation date & time for the object Required: YES.",
|
|
3127
3151
|
"minLength": 0,
|
|
3128
3152
|
"maxLength": 1024,
|
|
3129
3153
|
"x-f5xc-required-for": {
|
|
@@ -3146,6 +3170,7 @@
|
|
|
3146
3170
|
"x-validation-rules": {
|
|
3147
3171
|
"ves.io.schema.rules.string.max_len": "512"
|
|
3148
3172
|
},
|
|
3173
|
+
"x-f5xc-description-short": "Optional field, the Description for the object.",
|
|
3149
3174
|
"minLength": 0,
|
|
3150
3175
|
"x-f5xc-required-for": {
|
|
3151
3176
|
"minimum_config": false,
|
|
@@ -3155,7 +3180,7 @@
|
|
|
3155
3180
|
},
|
|
3156
3181
|
"x-original-maxLength": 512,
|
|
3157
3182
|
"x-reconciled-from-discovery": true,
|
|
3158
|
-
"x-reconciled-at": "2026-01-
|
|
3183
|
+
"x-reconciled-at": "2026-01-07T15:54:09.498709+00:00"
|
|
3159
3184
|
},
|
|
3160
3185
|
"mobile_app_shield": {
|
|
3161
3186
|
"$ref": "#/components/schemas/stored_objectMobileAppShieldAttributes"
|
|
@@ -3179,6 +3204,7 @@
|
|
|
3179
3204
|
"ves.io.schema.rules.message.required": "true"
|
|
3180
3205
|
},
|
|
3181
3206
|
"x-f5xc-example": "example-resource",
|
|
3207
|
+
"x-f5xc-description-short": "Name of the stored object Required: YES.",
|
|
3182
3208
|
"minLength": 0,
|
|
3183
3209
|
"maxLength": 16,
|
|
3184
3210
|
"x-f5xc-required-for": {
|
|
@@ -3189,7 +3215,7 @@
|
|
|
3189
3215
|
},
|
|
3190
3216
|
"x-original-maxLength": 1024,
|
|
3191
3217
|
"x-reconciled-from-discovery": true,
|
|
3192
|
-
"x-reconciled-at": "2026-01-
|
|
3218
|
+
"x-reconciled-at": "2026-01-07T15:54:09.498717+00:00"
|
|
3193
3219
|
},
|
|
3194
3220
|
"namespace": {
|
|
3195
3221
|
"type": "string",
|
|
@@ -3203,6 +3229,8 @@
|
|
|
3203
3229
|
"x-validation-rules": {
|
|
3204
3230
|
"ves.io.schema.rules.message.required": "true"
|
|
3205
3231
|
},
|
|
3232
|
+
"x-f5xc-example": "example-resource",
|
|
3233
|
+
"x-f5xc-description-short": "Namespace of the stored object Required: YES.",
|
|
3206
3234
|
"minLength": 0,
|
|
3207
3235
|
"maxLength": 6,
|
|
3208
3236
|
"x-f5xc-required-for": {
|
|
@@ -3213,7 +3241,7 @@
|
|
|
3213
3241
|
},
|
|
3214
3242
|
"x-original-maxLength": 1024,
|
|
3215
3243
|
"x-reconciled-from-discovery": true,
|
|
3216
|
-
"x-reconciled-at": "2026-01-
|
|
3244
|
+
"x-reconciled-at": "2026-01-07T15:54:09.498721+00:00"
|
|
3217
3245
|
},
|
|
3218
3246
|
"no_attributes": {
|
|
3219
3247
|
"$ref": "#/components/schemas/schemaEmpty"
|
|
@@ -3230,7 +3258,6 @@
|
|
|
3230
3258
|
"x-validation-rules": {
|
|
3231
3259
|
"ves.io.schema.rules.message.required": "true"
|
|
3232
3260
|
},
|
|
3233
|
-
"x-f5xc-example": "https://example.com",
|
|
3234
3261
|
"format": "uri",
|
|
3235
3262
|
"minLength": 0,
|
|
3236
3263
|
"maxLength": 1024,
|
|
@@ -3253,6 +3280,8 @@
|
|
|
3253
3280
|
"x-validation-rules": {
|
|
3254
3281
|
"ves.io.schema.rules.message.required": "true"
|
|
3255
3282
|
},
|
|
3283
|
+
"x-f5xc-example": "v1.2.3",
|
|
3284
|
+
"x-f5xc-description-short": "Version of the stored object Required: YES.",
|
|
3256
3285
|
"minLength": 0,
|
|
3257
3286
|
"maxLength": 1,
|
|
3258
3287
|
"x-f5xc-required-for": {
|
|
@@ -3263,7 +3292,7 @@
|
|
|
3263
3292
|
},
|
|
3264
3293
|
"x-original-maxLength": 1024,
|
|
3265
3294
|
"x-reconciled-from-discovery": true,
|
|
3266
|
-
"x-reconciled-at": "2026-01-
|
|
3295
|
+
"x-reconciled-at": "2026-01-07T15:54:09.498728+00:00"
|
|
3267
3296
|
}
|
|
3268
3297
|
},
|
|
3269
3298
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3300,6 +3329,8 @@
|
|
|
3300
3329
|
"default": "STORED_OBJECT_STATUS_NONE",
|
|
3301
3330
|
"x-displayname": "",
|
|
3302
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.",
|
|
3303
3334
|
"x-f5xc-minimum-configuration": {
|
|
3304
3335
|
"description": "Minimum configuration for stored_objectStoredObjectResponseStatus",
|
|
3305
3336
|
"required_fields": [],
|
|
@@ -3330,6 +3361,7 @@
|
|
|
3330
3361
|
"x-validation-rules": {
|
|
3331
3362
|
"ves.io.schema.rules.message.required": "true"
|
|
3332
3363
|
},
|
|
3364
|
+
"x-f5xc-description-short": "Creation date & time for the object Required: YES.",
|
|
3333
3365
|
"minLength": 0,
|
|
3334
3366
|
"maxLength": 1024,
|
|
3335
3367
|
"x-f5xc-required-for": {
|
|
@@ -3352,6 +3384,7 @@
|
|
|
3352
3384
|
"x-validation-rules": {
|
|
3353
3385
|
"ves.io.schema.rules.string.max_len": "512"
|
|
3354
3386
|
},
|
|
3387
|
+
"x-f5xc-description-short": "Optional field, the Description for the object.",
|
|
3355
3388
|
"minLength": 0,
|
|
3356
3389
|
"x-f5xc-required-for": {
|
|
3357
3390
|
"minimum_config": false,
|
|
@@ -3361,7 +3394,7 @@
|
|
|
3361
3394
|
},
|
|
3362
3395
|
"x-original-maxLength": 512,
|
|
3363
3396
|
"x-reconciled-from-discovery": true,
|
|
3364
|
-
"x-reconciled-at": "2026-01-
|
|
3397
|
+
"x-reconciled-at": "2026-01-07T15:54:09.498735+00:00"
|
|
3365
3398
|
},
|
|
3366
3399
|
"latest_version": {
|
|
3367
3400
|
"type": "boolean",
|
|
@@ -3369,6 +3402,7 @@
|
|
|
3369
3402
|
"title": "Latest_version.",
|
|
3370
3403
|
"format": "boolean",
|
|
3371
3404
|
"x-displayname": "Latest Version.",
|
|
3405
|
+
"x-f5xc-description-short": "Tag representing if this is the latest version for the object.",
|
|
3372
3406
|
"x-f5xc-required-for": {
|
|
3373
3407
|
"minimum_config": false,
|
|
3374
3408
|
"create": false,
|
|
@@ -3388,7 +3422,6 @@
|
|
|
3388
3422
|
"x-validation-rules": {
|
|
3389
3423
|
"ves.io.schema.rules.message.required": "true"
|
|
3390
3424
|
},
|
|
3391
|
-
"x-f5xc-example": "https://example.com",
|
|
3392
3425
|
"format": "uri",
|
|
3393
3426
|
"minLength": 0,
|
|
3394
3427
|
"maxLength": 1024,
|
|
@@ -3404,6 +3437,7 @@
|
|
|
3404
3437
|
"description": "Version of the stored object.",
|
|
3405
3438
|
"title": "Version",
|
|
3406
3439
|
"x-displayname": "Version",
|
|
3440
|
+
"x-f5xc-example": "v1.2.3",
|
|
3407
3441
|
"minLength": 0,
|
|
3408
3442
|
"maxLength": 1,
|
|
3409
3443
|
"x-f5xc-required-for": {
|
|
@@ -3414,7 +3448,7 @@
|
|
|
3414
3448
|
},
|
|
3415
3449
|
"x-original-maxLength": 1024,
|
|
3416
3450
|
"x-reconciled-from-discovery": true,
|
|
3417
|
-
"x-reconciled-at": "2026-01-
|
|
3451
|
+
"x-reconciled-at": "2026-01-07T15:54:09.498744+00:00"
|
|
3418
3452
|
}
|
|
3419
3453
|
},
|
|
3420
3454
|
"x-f5xc-minimum-configuration": {
|