@robinmordasiewicz/f5xc-api-mcp 2.0.5-2601050335 → 2.0.13-2601051957
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 +162 -3
- package/dist/generator/domain-metadata.d.ts.map +1 -1
- package/dist/generator/domain-metadata.js +263 -20
- package/dist/generator/domain-metadata.js.map +1 -1
- package/dist/generator/naming/acronyms.d.ts +9 -2
- package/dist/generator/naming/acronyms.d.ts.map +1 -1
- package/dist/generator/naming/acronyms.js +35 -129
- package/dist/generator/naming/acronyms.js.map +1 -1
- package/dist/generator/naming/index.d.ts +1 -1
- package/dist/generator/naming/index.d.ts.map +1 -1
- package/dist/generator/naming/index.js +1 -1
- package/dist/generator/naming/index.js.map +1 -1
- package/dist/prompts/error-resolution.d.ts +7 -24
- package/dist/prompts/error-resolution.d.ts.map +1 -1
- package/dist/prompts/error-resolution.js +94 -296
- package/dist/prompts/error-resolution.js.map +1 -1
- package/dist/prompts/index.d.ts +2 -2
- package/dist/prompts/index.d.ts.map +1 -1
- package/dist/prompts/index.js +3 -3
- package/dist/prompts/index.js.map +1 -1
- package/dist/prompts/workflows.d.ts +8 -16
- package/dist/prompts/workflows.d.ts.map +1 -1
- package/dist/prompts/workflows.js +100 -306
- package/dist/prompts/workflows.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +9 -7
- package/dist/server.js.map +1 -1
- package/dist/tools/discovery/best-practices.d.ts +1 -0
- package/dist/tools/discovery/best-practices.d.ts.map +1 -1
- package/dist/tools/discovery/best-practices.js +135 -226
- package/dist/tools/discovery/best-practices.js.map +1 -1
- package/dist/tools/discovery/cost-estimator.d.ts.map +1 -1
- package/dist/tools/discovery/cost-estimator.js +16 -4
- package/dist/tools/discovery/cost-estimator.js.map +1 -1
- package/dist/tools/generated/dependency-graph.json +1 -1
- package/dist/version.d.ts +2 -2
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +2 -2
- package/dist/version.js.map +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/specs/domains/admin_console_and_ui.json +90 -26
- package/specs/domains/ai_services.json +149 -22
- package/specs/domains/api.json +598 -179
- package/specs/domains/authentication.json +198 -46
- package/specs/domains/bigip.json +326 -98
- package/specs/domains/billing_and_usage.json +289 -64
- package/specs/domains/blindfold.json +384 -110
- package/specs/domains/bot_and_threat_defense.json +256 -66
- package/specs/domains/cdn.json +477 -181
- package/specs/domains/ce_management.json +398 -118
- package/specs/domains/certificates.json +253 -78
- package/specs/domains/cloud_infrastructure.json +412 -115
- package/specs/domains/container_services.json +260 -95
- package/specs/domains/data_and_privacy_security.json +210 -68
- package/specs/domains/data_intelligence.json +225 -63
- package/specs/domains/ddos.json +690 -156
- package/specs/domains/dns.json +614 -149
- package/specs/domains/managed_kubernetes.json +317 -89
- package/specs/domains/marketplace.json +427 -104
- package/specs/domains/network.json +950 -231
- package/specs/domains/network_security.json +749 -188
- package/specs/domains/nginx_one.json +211 -63
- package/specs/domains/object_storage.json +126 -13
- package/specs/domains/observability.json +622 -103
- package/specs/domains/rate_limiting.json +208 -53
- package/specs/domains/secops_and_incident_response.json +122 -37
- package/specs/domains/service_mesh.json +484 -123
- package/specs/domains/shape.json +2359 -314
- package/specs/domains/sites.json +1572 -390
- package/specs/domains/statistics.json +892 -226
- package/specs/domains/support.json +544 -109
- package/specs/domains/telemetry_and_insights.json +312 -73
- package/specs/domains/tenant_and_identity.json +1881 -273
- package/specs/domains/threat_campaign.json +124 -67
- package/specs/domains/users.json +225 -72
- package/specs/domains/virtual.json +1157 -245
- package/specs/domains/vpm_and_node_management.json +59 -2
- package/specs/domains/waf.json +565 -140
- package/specs/index.json +1758 -5
package/specs/domains/users.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Users",
|
|
5
5
|
"description": "Token lifecycle governs automated site onboarding through cloud-init integration with configurable validity periods. Explicit category keys establish permitted classification hierarchies enforced across deployments. Inferred attributes attach automatically based on object characteristics and placement context. Namespace-scoped operations handle credential generation, revocation, and state transitions for streamlined provisioning workflows.",
|
|
6
|
-
"version": "2.0.
|
|
6
|
+
"version": "2.0.13",
|
|
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": "Site enrollment credentials with automatic expiration. Taxonomy keys define allowed categorization while auto-derived tags apply dynamically.",
|
|
16
|
-
"x-f5xc-cli-domain": "users"
|
|
16
|
+
"x-f5xc-cli-domain": "users",
|
|
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
|
{
|
|
@@ -307,7 +357,15 @@
|
|
|
307
357
|
}
|
|
308
358
|
},
|
|
309
359
|
"x-discovered-response-time-ms": 3042.24,
|
|
310
|
-
"x-discovered-sample-size": 1
|
|
360
|
+
"x-discovered-sample-size": 1,
|
|
361
|
+
"x-f5xc-discovered-response-time": {
|
|
362
|
+
"p50_ms": 3042.24,
|
|
363
|
+
"p95_ms": 6084.48,
|
|
364
|
+
"p99_ms": 9126.72,
|
|
365
|
+
"sample_count": 1,
|
|
366
|
+
"source": "discovery",
|
|
367
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
368
|
+
}
|
|
311
369
|
},
|
|
312
370
|
"x-displayname": "Implicit Label.",
|
|
313
371
|
"x-ves-proto-service": "ves.io.schema.implicit_label.CustomAPI",
|
|
@@ -521,6 +579,13 @@
|
|
|
521
579
|
"latency": "low",
|
|
522
580
|
"resource_usage": "low"
|
|
523
581
|
}
|
|
582
|
+
},
|
|
583
|
+
"x-f5xc-discovered-response-time": {
|
|
584
|
+
"p50_ms": 1000,
|
|
585
|
+
"p95_ms": 3000,
|
|
586
|
+
"p99_ms": 8000,
|
|
587
|
+
"sample_count": 0,
|
|
588
|
+
"source": "estimate"
|
|
524
589
|
}
|
|
525
590
|
},
|
|
526
591
|
"x-displayname": "Known Label.",
|
|
@@ -735,6 +800,13 @@
|
|
|
735
800
|
"latency": "low",
|
|
736
801
|
"resource_usage": "low"
|
|
737
802
|
}
|
|
803
|
+
},
|
|
804
|
+
"x-f5xc-discovered-response-time": {
|
|
805
|
+
"p50_ms": 1000,
|
|
806
|
+
"p95_ms": 3000,
|
|
807
|
+
"p99_ms": 8000,
|
|
808
|
+
"sample_count": 0,
|
|
809
|
+
"source": "estimate"
|
|
738
810
|
}
|
|
739
811
|
},
|
|
740
812
|
"x-displayname": "Known Label.",
|
|
@@ -964,7 +1036,15 @@
|
|
|
964
1036
|
}
|
|
965
1037
|
},
|
|
966
1038
|
"x-discovered-response-time-ms": 179.39,
|
|
967
|
-
"x-discovered-sample-size": 1
|
|
1039
|
+
"x-discovered-sample-size": 1,
|
|
1040
|
+
"x-f5xc-discovered-response-time": {
|
|
1041
|
+
"p50_ms": 179.39,
|
|
1042
|
+
"p95_ms": 358.78,
|
|
1043
|
+
"p99_ms": 538.17,
|
|
1044
|
+
"sample_count": 1,
|
|
1045
|
+
"source": "discovery",
|
|
1046
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
1047
|
+
}
|
|
968
1048
|
},
|
|
969
1049
|
"x-displayname": "Known Label.",
|
|
970
1050
|
"x-ves-proto-service": "ves.io.schema.known_label.CustomAPI",
|
|
@@ -1178,6 +1258,13 @@
|
|
|
1178
1258
|
"latency": "low",
|
|
1179
1259
|
"resource_usage": "low"
|
|
1180
1260
|
}
|
|
1261
|
+
},
|
|
1262
|
+
"x-f5xc-discovered-response-time": {
|
|
1263
|
+
"p50_ms": 1000,
|
|
1264
|
+
"p95_ms": 3000,
|
|
1265
|
+
"p99_ms": 8000,
|
|
1266
|
+
"sample_count": 0,
|
|
1267
|
+
"source": "estimate"
|
|
1181
1268
|
}
|
|
1182
1269
|
},
|
|
1183
1270
|
"x-displayname": "Known Label Key.",
|
|
@@ -1392,6 +1479,13 @@
|
|
|
1392
1479
|
"latency": "low",
|
|
1393
1480
|
"resource_usage": "low"
|
|
1394
1481
|
}
|
|
1482
|
+
},
|
|
1483
|
+
"x-f5xc-discovered-response-time": {
|
|
1484
|
+
"p50_ms": 1000,
|
|
1485
|
+
"p95_ms": 3000,
|
|
1486
|
+
"p99_ms": 8000,
|
|
1487
|
+
"sample_count": 0,
|
|
1488
|
+
"source": "estimate"
|
|
1395
1489
|
}
|
|
1396
1490
|
},
|
|
1397
1491
|
"x-displayname": "Known Label Key.",
|
|
@@ -1609,7 +1703,15 @@
|
|
|
1609
1703
|
}
|
|
1610
1704
|
},
|
|
1611
1705
|
"x-discovered-response-time-ms": 166.28,
|
|
1612
|
-
"x-discovered-sample-size": 1
|
|
1706
|
+
"x-discovered-sample-size": 1,
|
|
1707
|
+
"x-f5xc-discovered-response-time": {
|
|
1708
|
+
"p50_ms": 166.28,
|
|
1709
|
+
"p95_ms": 332.56,
|
|
1710
|
+
"p99_ms": 498.84,
|
|
1711
|
+
"sample_count": 1,
|
|
1712
|
+
"source": "discovery",
|
|
1713
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
1714
|
+
}
|
|
1613
1715
|
},
|
|
1614
1716
|
"x-displayname": "Known Label Key.",
|
|
1615
1717
|
"x-ves-proto-service": "ves.io.schema.known_label_key.CustomAPI",
|
|
@@ -1805,7 +1907,15 @@
|
|
|
1805
1907
|
}
|
|
1806
1908
|
},
|
|
1807
1909
|
"x-discovered-response-time-ms": 153.29,
|
|
1808
|
-
"x-discovered-sample-size": 1
|
|
1910
|
+
"x-discovered-sample-size": 1,
|
|
1911
|
+
"x-f5xc-discovered-response-time": {
|
|
1912
|
+
"p50_ms": 153.29,
|
|
1913
|
+
"p95_ms": 306.58,
|
|
1914
|
+
"p99_ms": 459.87,
|
|
1915
|
+
"sample_count": 1,
|
|
1916
|
+
"source": "discovery",
|
|
1917
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
1918
|
+
}
|
|
1809
1919
|
},
|
|
1810
1920
|
"x-displayname": "Token",
|
|
1811
1921
|
"x-ves-proto-service": "ves.io.schema.token.CustomAPI",
|
|
@@ -2019,6 +2129,13 @@
|
|
|
2019
2129
|
"latency": "low",
|
|
2020
2130
|
"resource_usage": "low"
|
|
2021
2131
|
}
|
|
2132
|
+
},
|
|
2133
|
+
"x-f5xc-discovered-response-time": {
|
|
2134
|
+
"p50_ms": 1000,
|
|
2135
|
+
"p95_ms": 3000,
|
|
2136
|
+
"p99_ms": 8000,
|
|
2137
|
+
"sample_count": 0,
|
|
2138
|
+
"source": "estimate"
|
|
2022
2139
|
}
|
|
2023
2140
|
},
|
|
2024
2141
|
"x-displayname": "Token",
|
|
@@ -2241,6 +2358,13 @@
|
|
|
2241
2358
|
"latency": "low",
|
|
2242
2359
|
"resource_usage": "low"
|
|
2243
2360
|
}
|
|
2361
|
+
},
|
|
2362
|
+
"x-f5xc-discovered-response-time": {
|
|
2363
|
+
"p50_ms": 800,
|
|
2364
|
+
"p95_ms": 2500,
|
|
2365
|
+
"p99_ms": 6000,
|
|
2366
|
+
"sample_count": 0,
|
|
2367
|
+
"source": "estimate"
|
|
2244
2368
|
}
|
|
2245
2369
|
},
|
|
2246
2370
|
"x-displayname": "Token",
|
|
@@ -2470,7 +2594,15 @@
|
|
|
2470
2594
|
}
|
|
2471
2595
|
},
|
|
2472
2596
|
"x-discovered-response-time-ms": 177.4,
|
|
2473
|
-
"x-discovered-sample-size": 1
|
|
2597
|
+
"x-discovered-sample-size": 1,
|
|
2598
|
+
"x-f5xc-discovered-response-time": {
|
|
2599
|
+
"p50_ms": 177.4,
|
|
2600
|
+
"p95_ms": 354.8,
|
|
2601
|
+
"p99_ms": 532.2,
|
|
2602
|
+
"sample_count": 1,
|
|
2603
|
+
"source": "discovery",
|
|
2604
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
2605
|
+
}
|
|
2474
2606
|
},
|
|
2475
2607
|
"x-displayname": "Token",
|
|
2476
2608
|
"x-ves-proto-service": "ves.io.schema.token.API",
|
|
@@ -2691,6 +2823,13 @@
|
|
|
2691
2823
|
"latency": "low",
|
|
2692
2824
|
"resource_usage": "low"
|
|
2693
2825
|
}
|
|
2826
|
+
},
|
|
2827
|
+
"x-f5xc-discovered-response-time": {
|
|
2828
|
+
"p50_ms": 200,
|
|
2829
|
+
"p95_ms": 800,
|
|
2830
|
+
"p99_ms": 2000,
|
|
2831
|
+
"sample_count": 0,
|
|
2832
|
+
"source": "estimate"
|
|
2694
2833
|
}
|
|
2695
2834
|
},
|
|
2696
2835
|
"delete": {
|
|
@@ -2910,6 +3049,13 @@
|
|
|
2910
3049
|
"latency": "high",
|
|
2911
3050
|
"resource_usage": "moderate"
|
|
2912
3051
|
}
|
|
3052
|
+
},
|
|
3053
|
+
"x-f5xc-discovered-response-time": {
|
|
3054
|
+
"p50_ms": 500,
|
|
3055
|
+
"p95_ms": 1500,
|
|
3056
|
+
"p99_ms": 4000,
|
|
3057
|
+
"sample_count": 0,
|
|
3058
|
+
"source": "estimate"
|
|
2913
3059
|
}
|
|
2914
3060
|
},
|
|
2915
3061
|
"x-displayname": "Token",
|
|
@@ -3137,6 +3283,13 @@
|
|
|
3137
3283
|
"latency": "low",
|
|
3138
3284
|
"resource_usage": "low"
|
|
3139
3285
|
}
|
|
3286
|
+
},
|
|
3287
|
+
"x-f5xc-discovered-response-time": {
|
|
3288
|
+
"p50_ms": 1000,
|
|
3289
|
+
"p95_ms": 3000,
|
|
3290
|
+
"p99_ms": 8000,
|
|
3291
|
+
"sample_count": 0,
|
|
3292
|
+
"source": "estimate"
|
|
3140
3293
|
}
|
|
3141
3294
|
},
|
|
3142
3295
|
"x-displayname": "Token",
|
|
@@ -3213,7 +3366,7 @@
|
|
|
3213
3366
|
},
|
|
3214
3367
|
"x-original-maxLength": 1024,
|
|
3215
3368
|
"x-reconciled-from-discovery": true,
|
|
3216
|
-
"x-reconciled-at": "2026-01-
|
|
3369
|
+
"x-reconciled-at": "2026-01-05T18:29:25.855212+00:00"
|
|
3217
3370
|
},
|
|
3218
3371
|
"key": {
|
|
3219
3372
|
"type": "string",
|
|
@@ -3232,7 +3385,7 @@
|
|
|
3232
3385
|
},
|
|
3233
3386
|
"x-original-maxLength": 1024,
|
|
3234
3387
|
"x-reconciled-from-discovery": true,
|
|
3235
|
-
"x-reconciled-at": "2026-01-
|
|
3388
|
+
"x-reconciled-at": "2026-01-05T18:29:25.855219+00:00"
|
|
3236
3389
|
},
|
|
3237
3390
|
"value": {
|
|
3238
3391
|
"type": "string",
|
|
@@ -3251,7 +3404,7 @@
|
|
|
3251
3404
|
},
|
|
3252
3405
|
"x-original-maxLength": 1024,
|
|
3253
3406
|
"x-reconciled-from-discovery": true,
|
|
3254
|
-
"x-reconciled-at": "2026-01-
|
|
3407
|
+
"x-reconciled-at": "2026-01-05T18:29:25.855224+00:00"
|
|
3255
3408
|
}
|
|
3256
3409
|
},
|
|
3257
3410
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3341,7 +3494,7 @@
|
|
|
3341
3494
|
},
|
|
3342
3495
|
"x-original-maxLength": 1024,
|
|
3343
3496
|
"x-reconciled-from-discovery": true,
|
|
3344
|
-
"x-reconciled-at": "2026-01-
|
|
3497
|
+
"x-reconciled-at": "2026-01-05T18:29:31.036769+00:00"
|
|
3345
3498
|
},
|
|
3346
3499
|
"key": {
|
|
3347
3500
|
"type": "string",
|
|
@@ -3360,7 +3513,7 @@
|
|
|
3360
3513
|
},
|
|
3361
3514
|
"x-original-maxLength": 1024,
|
|
3362
3515
|
"x-reconciled-from-discovery": true,
|
|
3363
|
-
"x-reconciled-at": "2026-01-
|
|
3516
|
+
"x-reconciled-at": "2026-01-05T18:29:31.036776+00:00"
|
|
3364
3517
|
},
|
|
3365
3518
|
"namespace": {
|
|
3366
3519
|
"type": "string",
|
|
@@ -3379,7 +3532,7 @@
|
|
|
3379
3532
|
},
|
|
3380
3533
|
"x-original-maxLength": 1024,
|
|
3381
3534
|
"x-reconciled-from-discovery": true,
|
|
3382
|
-
"x-reconciled-at": "2026-01-
|
|
3535
|
+
"x-reconciled-at": "2026-01-05T18:29:31.036781+00:00"
|
|
3383
3536
|
},
|
|
3384
3537
|
"value": {
|
|
3385
3538
|
"type": "string",
|
|
@@ -3404,7 +3557,7 @@
|
|
|
3404
3557
|
},
|
|
3405
3558
|
"x-original-maxLength": 1024,
|
|
3406
3559
|
"x-reconciled-from-discovery": true,
|
|
3407
|
-
"x-reconciled-at": "2026-01-
|
|
3560
|
+
"x-reconciled-at": "2026-01-05T18:29:31.036786+00:00"
|
|
3408
3561
|
}
|
|
3409
3562
|
},
|
|
3410
3563
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3469,7 +3622,7 @@
|
|
|
3469
3622
|
},
|
|
3470
3623
|
"x-original-maxLength": 1024,
|
|
3471
3624
|
"x-reconciled-from-discovery": true,
|
|
3472
|
-
"x-reconciled-at": "2026-01-
|
|
3625
|
+
"x-reconciled-at": "2026-01-05T18:29:31.036793+00:00"
|
|
3473
3626
|
},
|
|
3474
3627
|
"namespace": {
|
|
3475
3628
|
"type": "string",
|
|
@@ -3488,7 +3641,7 @@
|
|
|
3488
3641
|
},
|
|
3489
3642
|
"x-original-maxLength": 1024,
|
|
3490
3643
|
"x-reconciled-from-discovery": true,
|
|
3491
|
-
"x-reconciled-at": "2026-01-
|
|
3644
|
+
"x-reconciled-at": "2026-01-05T18:29:31.036798+00:00"
|
|
3492
3645
|
},
|
|
3493
3646
|
"value": {
|
|
3494
3647
|
"type": "string",
|
|
@@ -3513,7 +3666,7 @@
|
|
|
3513
3666
|
},
|
|
3514
3667
|
"x-original-maxLength": 1024,
|
|
3515
3668
|
"x-reconciled-from-discovery": true,
|
|
3516
|
-
"x-reconciled-at": "2026-01-
|
|
3669
|
+
"x-reconciled-at": "2026-01-05T18:29:31.036803+00:00"
|
|
3517
3670
|
}
|
|
3518
3671
|
},
|
|
3519
3672
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3605,7 +3758,7 @@
|
|
|
3605
3758
|
},
|
|
3606
3759
|
"x-original-maxLength": 1024,
|
|
3607
3760
|
"x-reconciled-from-discovery": true,
|
|
3608
|
-
"x-reconciled-at": "2026-01-
|
|
3761
|
+
"x-reconciled-at": "2026-01-05T18:29:31.036810+00:00"
|
|
3609
3762
|
},
|
|
3610
3763
|
"key": {
|
|
3611
3764
|
"type": "string",
|
|
@@ -3624,7 +3777,7 @@
|
|
|
3624
3777
|
},
|
|
3625
3778
|
"x-original-maxLength": 1024,
|
|
3626
3779
|
"x-reconciled-from-discovery": true,
|
|
3627
|
-
"x-reconciled-at": "2026-01-
|
|
3780
|
+
"x-reconciled-at": "2026-01-05T18:29:31.036814+00:00"
|
|
3628
3781
|
},
|
|
3629
3782
|
"value": {
|
|
3630
3783
|
"type": "string",
|
|
@@ -3643,7 +3796,7 @@
|
|
|
3643
3796
|
},
|
|
3644
3797
|
"x-original-maxLength": 1024,
|
|
3645
3798
|
"x-reconciled-from-discovery": true,
|
|
3646
|
-
"x-reconciled-at": "2026-01-
|
|
3799
|
+
"x-reconciled-at": "2026-01-05T18:29:31.036818+00:00"
|
|
3647
3800
|
}
|
|
3648
3801
|
},
|
|
3649
3802
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3705,7 +3858,7 @@
|
|
|
3705
3858
|
},
|
|
3706
3859
|
"x-original-maxLength": 1024,
|
|
3707
3860
|
"x-reconciled-from-discovery": true,
|
|
3708
|
-
"x-reconciled-at": "2026-01-
|
|
3861
|
+
"x-reconciled-at": "2026-01-05T18:29:31.218902+00:00"
|
|
3709
3862
|
},
|
|
3710
3863
|
"key": {
|
|
3711
3864
|
"type": "string",
|
|
@@ -3724,7 +3877,7 @@
|
|
|
3724
3877
|
},
|
|
3725
3878
|
"x-original-maxLength": 1024,
|
|
3726
3879
|
"x-reconciled-from-discovery": true,
|
|
3727
|
-
"x-reconciled-at": "2026-01-
|
|
3880
|
+
"x-reconciled-at": "2026-01-05T18:29:31.218909+00:00"
|
|
3728
3881
|
},
|
|
3729
3882
|
"namespace": {
|
|
3730
3883
|
"type": "string",
|
|
@@ -3743,7 +3896,7 @@
|
|
|
3743
3896
|
},
|
|
3744
3897
|
"x-original-maxLength": 1024,
|
|
3745
3898
|
"x-reconciled-from-discovery": true,
|
|
3746
|
-
"x-reconciled-at": "2026-01-
|
|
3899
|
+
"x-reconciled-at": "2026-01-05T18:29:31.218914+00:00"
|
|
3747
3900
|
}
|
|
3748
3901
|
},
|
|
3749
3902
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3807,7 +3960,7 @@
|
|
|
3807
3960
|
},
|
|
3808
3961
|
"x-original-maxLength": 1024,
|
|
3809
3962
|
"x-reconciled-from-discovery": true,
|
|
3810
|
-
"x-reconciled-at": "2026-01-
|
|
3963
|
+
"x-reconciled-at": "2026-01-05T18:29:31.218922+00:00"
|
|
3811
3964
|
},
|
|
3812
3965
|
"namespace": {
|
|
3813
3966
|
"type": "string",
|
|
@@ -3826,7 +3979,7 @@
|
|
|
3826
3979
|
},
|
|
3827
3980
|
"x-original-maxLength": 1024,
|
|
3828
3981
|
"x-reconciled-from-discovery": true,
|
|
3829
|
-
"x-reconciled-at": "2026-01-
|
|
3982
|
+
"x-reconciled-at": "2026-01-05T18:29:31.218926+00:00"
|
|
3830
3983
|
}
|
|
3831
3984
|
},
|
|
3832
3985
|
"x-f5xc-minimum-configuration": {
|
|
@@ -3917,7 +4070,7 @@
|
|
|
3917
4070
|
},
|
|
3918
4071
|
"x-original-maxLength": 1024,
|
|
3919
4072
|
"x-reconciled-from-discovery": true,
|
|
3920
|
-
"x-reconciled-at": "2026-01-
|
|
4073
|
+
"x-reconciled-at": "2026-01-05T18:29:31.218933+00:00"
|
|
3921
4074
|
},
|
|
3922
4075
|
"key": {
|
|
3923
4076
|
"type": "string",
|
|
@@ -3936,7 +4089,7 @@
|
|
|
3936
4089
|
},
|
|
3937
4090
|
"x-original-maxLength": 1024,
|
|
3938
4091
|
"x-reconciled-from-discovery": true,
|
|
3939
|
-
"x-reconciled-at": "2026-01-
|
|
4092
|
+
"x-reconciled-at": "2026-01-05T18:29:31.218937+00:00"
|
|
3940
4093
|
}
|
|
3941
4094
|
},
|
|
3942
4095
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4002,7 +4155,7 @@
|
|
|
4002
4155
|
},
|
|
4003
4156
|
"x-original-maxLength": 1024,
|
|
4004
4157
|
"x-reconciled-from-discovery": true,
|
|
4005
|
-
"x-reconciled-at": "2026-01-
|
|
4158
|
+
"x-reconciled-at": "2026-01-05T18:30:04.621926+00:00"
|
|
4006
4159
|
}
|
|
4007
4160
|
},
|
|
4008
4161
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4071,7 +4224,7 @@
|
|
|
4071
4224
|
},
|
|
4072
4225
|
"x-original-maxLength": 1024,
|
|
4073
4226
|
"x-reconciled-from-discovery": true,
|
|
4074
|
-
"x-reconciled-at": "2026-01-
|
|
4227
|
+
"x-reconciled-at": "2026-01-05T18:30:04.621938+00:00"
|
|
4075
4228
|
},
|
|
4076
4229
|
"service_name": {
|
|
4077
4230
|
"type": "string",
|
|
@@ -4110,7 +4263,7 @@
|
|
|
4110
4263
|
},
|
|
4111
4264
|
"x-original-maxLength": 1024,
|
|
4112
4265
|
"x-reconciled-from-discovery": true,
|
|
4113
|
-
"x-reconciled-at": "2026-01-
|
|
4266
|
+
"x-reconciled-at": "2026-01-05T18:30:04.621945+00:00"
|
|
4114
4267
|
},
|
|
4115
4268
|
"type": {
|
|
4116
4269
|
"type": "string",
|
|
@@ -4247,7 +4400,7 @@
|
|
|
4247
4400
|
},
|
|
4248
4401
|
"x-original-maxLength": 1024,
|
|
4249
4402
|
"x-reconciled-from-discovery": true,
|
|
4250
|
-
"x-reconciled-at": "2026-01-
|
|
4403
|
+
"x-reconciled-at": "2026-01-05T18:30:04.621957+00:00"
|
|
4251
4404
|
}
|
|
4252
4405
|
},
|
|
4253
4406
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4356,7 +4509,7 @@
|
|
|
4356
4509
|
},
|
|
4357
4510
|
"x-original-maxLength": 1200,
|
|
4358
4511
|
"x-reconciled-from-discovery": true,
|
|
4359
|
-
"x-reconciled-at": "2026-01-
|
|
4512
|
+
"x-reconciled-at": "2026-01-05T18:30:04.621967+00:00"
|
|
4360
4513
|
},
|
|
4361
4514
|
"disable": {
|
|
4362
4515
|
"type": "boolean",
|
|
@@ -4409,7 +4562,7 @@
|
|
|
4409
4562
|
},
|
|
4410
4563
|
"x-original-maxLength": 1024,
|
|
4411
4564
|
"x-reconciled-from-discovery": true,
|
|
4412
|
-
"x-reconciled-at": "2026-01-
|
|
4565
|
+
"x-reconciled-at": "2026-01-05T18:30:04.621975+00:00"
|
|
4413
4566
|
},
|
|
4414
4567
|
"namespace": {
|
|
4415
4568
|
"type": "string",
|
|
@@ -4428,7 +4581,7 @@
|
|
|
4428
4581
|
},
|
|
4429
4582
|
"x-original-maxLength": 1024,
|
|
4430
4583
|
"x-reconciled-from-discovery": true,
|
|
4431
|
-
"x-reconciled-at": "2026-01-
|
|
4584
|
+
"x-reconciled-at": "2026-01-05T18:30:04.621979+00:00"
|
|
4432
4585
|
}
|
|
4433
4586
|
},
|
|
4434
4587
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4504,7 +4657,7 @@
|
|
|
4504
4657
|
},
|
|
4505
4658
|
"x-original-maxLength": 1200,
|
|
4506
4659
|
"x-reconciled-from-discovery": true,
|
|
4507
|
-
"x-reconciled-at": "2026-01-
|
|
4660
|
+
"x-reconciled-at": "2026-01-05T18:30:04.621985+00:00"
|
|
4508
4661
|
},
|
|
4509
4662
|
"disable": {
|
|
4510
4663
|
"type": "boolean",
|
|
@@ -4559,7 +4712,7 @@
|
|
|
4559
4712
|
},
|
|
4560
4713
|
"x-original-maxLength": 1024,
|
|
4561
4714
|
"x-reconciled-from-discovery": true,
|
|
4562
|
-
"x-reconciled-at": "2026-01-
|
|
4715
|
+
"x-reconciled-at": "2026-01-05T18:30:04.621993+00:00"
|
|
4563
4716
|
},
|
|
4564
4717
|
"namespace": {
|
|
4565
4718
|
"type": "string",
|
|
@@ -4578,7 +4731,7 @@
|
|
|
4578
4731
|
},
|
|
4579
4732
|
"x-original-maxLength": 1024,
|
|
4580
4733
|
"x-reconciled-from-discovery": true,
|
|
4581
|
-
"x-reconciled-at": "2026-01-
|
|
4734
|
+
"x-reconciled-at": "2026-01-05T18:30:04.621997+00:00"
|
|
4582
4735
|
}
|
|
4583
4736
|
},
|
|
4584
4737
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4654,7 +4807,7 @@
|
|
|
4654
4807
|
},
|
|
4655
4808
|
"x-original-maxLength": 1200,
|
|
4656
4809
|
"x-reconciled-from-discovery": true,
|
|
4657
|
-
"x-reconciled-at": "2026-01-
|
|
4810
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622003+00:00"
|
|
4658
4811
|
},
|
|
4659
4812
|
"disable": {
|
|
4660
4813
|
"type": "boolean",
|
|
@@ -4709,7 +4862,7 @@
|
|
|
4709
4862
|
},
|
|
4710
4863
|
"x-original-maxLength": 1024,
|
|
4711
4864
|
"x-reconciled-from-discovery": true,
|
|
4712
|
-
"x-reconciled-at": "2026-01-
|
|
4865
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622010+00:00"
|
|
4713
4866
|
},
|
|
4714
4867
|
"namespace": {
|
|
4715
4868
|
"type": "string",
|
|
@@ -4728,7 +4881,7 @@
|
|
|
4728
4881
|
},
|
|
4729
4882
|
"x-original-maxLength": 1024,
|
|
4730
4883
|
"x-reconciled-from-discovery": true,
|
|
4731
|
-
"x-reconciled-at": "2026-01-
|
|
4884
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622014+00:00"
|
|
4732
4885
|
},
|
|
4733
4886
|
"uid": {
|
|
4734
4887
|
"type": "string",
|
|
@@ -4750,7 +4903,7 @@
|
|
|
4750
4903
|
"x-original-maxLength": 1024,
|
|
4751
4904
|
"format": "uuid",
|
|
4752
4905
|
"x-reconciled-from-discovery": true,
|
|
4753
|
-
"x-reconciled-at": "2026-01-
|
|
4906
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622019+00:00"
|
|
4754
4907
|
}
|
|
4755
4908
|
},
|
|
4756
4909
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4796,7 +4949,7 @@
|
|
|
4796
4949
|
"readOnly": true,
|
|
4797
4950
|
"x-original-maxLength": 1024,
|
|
4798
4951
|
"x-reconciled-from-discovery": true,
|
|
4799
|
-
"x-reconciled-at": "2026-01-
|
|
4952
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622025+00:00"
|
|
4800
4953
|
},
|
|
4801
4954
|
"name": {
|
|
4802
4955
|
"type": "string",
|
|
@@ -4815,7 +4968,7 @@
|
|
|
4815
4968
|
},
|
|
4816
4969
|
"x-original-maxLength": 1024,
|
|
4817
4970
|
"x-reconciled-from-discovery": true,
|
|
4818
|
-
"x-reconciled-at": "2026-01-
|
|
4971
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622029+00:00"
|
|
4819
4972
|
},
|
|
4820
4973
|
"namespace": {
|
|
4821
4974
|
"type": "string",
|
|
@@ -4834,7 +4987,7 @@
|
|
|
4834
4987
|
},
|
|
4835
4988
|
"x-original-maxLength": 1024,
|
|
4836
4989
|
"x-reconciled-from-discovery": true,
|
|
4837
|
-
"x-reconciled-at": "2026-01-
|
|
4990
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622060+00:00"
|
|
4838
4991
|
},
|
|
4839
4992
|
"tenant": {
|
|
4840
4993
|
"type": "string",
|
|
@@ -4855,7 +5008,7 @@
|
|
|
4855
5008
|
"x-field-mutability": "read-only",
|
|
4856
5009
|
"x-original-maxLength": 1024,
|
|
4857
5010
|
"x-reconciled-from-discovery": true,
|
|
4858
|
-
"x-reconciled-at": "2026-01-
|
|
5011
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622066+00:00"
|
|
4859
5012
|
},
|
|
4860
5013
|
"uid": {
|
|
4861
5014
|
"type": "string",
|
|
@@ -4877,7 +5030,7 @@
|
|
|
4877
5030
|
"x-original-maxLength": 1024,
|
|
4878
5031
|
"format": "uuid",
|
|
4879
5032
|
"x-reconciled-from-discovery": true,
|
|
4880
|
-
"x-reconciled-at": "2026-01-
|
|
5033
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622073+00:00"
|
|
4881
5034
|
}
|
|
4882
5035
|
},
|
|
4883
5036
|
"x-f5xc-minimum-configuration": {
|
|
@@ -4952,7 +5105,7 @@
|
|
|
4952
5105
|
},
|
|
4953
5106
|
"x-original-maxLength": 1200,
|
|
4954
5107
|
"x-reconciled-from-discovery": true,
|
|
4955
|
-
"x-reconciled-at": "2026-01-
|
|
5108
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622081+00:00"
|
|
4956
5109
|
},
|
|
4957
5110
|
"disable": {
|
|
4958
5111
|
"type": "boolean",
|
|
@@ -5005,7 +5158,7 @@
|
|
|
5005
5158
|
},
|
|
5006
5159
|
"x-original-maxLength": 1024,
|
|
5007
5160
|
"x-reconciled-from-discovery": true,
|
|
5008
|
-
"x-reconciled-at": "2026-01-
|
|
5161
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622090+00:00"
|
|
5009
5162
|
},
|
|
5010
5163
|
"namespace": {
|
|
5011
5164
|
"type": "string",
|
|
@@ -5024,7 +5177,7 @@
|
|
|
5024
5177
|
},
|
|
5025
5178
|
"x-original-maxLength": 1024,
|
|
5026
5179
|
"x-reconciled-from-discovery": true,
|
|
5027
|
-
"x-reconciled-at": "2026-01-
|
|
5180
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622094+00:00"
|
|
5028
5181
|
}
|
|
5029
5182
|
},
|
|
5030
5183
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5138,7 +5291,7 @@
|
|
|
5138
5291
|
"x-original-maxLength": 1024,
|
|
5139
5292
|
"format": "uuid",
|
|
5140
5293
|
"x-reconciled-from-discovery": true,
|
|
5141
|
-
"x-reconciled-at": "2026-01-
|
|
5294
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622108+00:00"
|
|
5142
5295
|
},
|
|
5143
5296
|
"vtrp_id": {
|
|
5144
5297
|
"type": "string",
|
|
@@ -5250,7 +5403,7 @@
|
|
|
5250
5403
|
},
|
|
5251
5404
|
"x-original-maxLength": 1024,
|
|
5252
5405
|
"x-reconciled-from-discovery": true,
|
|
5253
|
-
"x-reconciled-at": "2026-01-
|
|
5406
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622118+00:00"
|
|
5254
5407
|
},
|
|
5255
5408
|
"status": {
|
|
5256
5409
|
"type": "string",
|
|
@@ -5269,7 +5422,7 @@
|
|
|
5269
5422
|
},
|
|
5270
5423
|
"x-original-maxLength": 1024,
|
|
5271
5424
|
"x-reconciled-from-discovery": true,
|
|
5272
|
-
"x-reconciled-at": "2026-01-
|
|
5425
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622122+00:00"
|
|
5273
5426
|
}
|
|
5274
5427
|
},
|
|
5275
5428
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5447,7 +5600,7 @@
|
|
|
5447
5600
|
"x-field-mutability": "read-only",
|
|
5448
5601
|
"x-original-maxLength": 1024,
|
|
5449
5602
|
"x-reconciled-from-discovery": true,
|
|
5450
|
-
"x-reconciled-at": "2026-01-
|
|
5603
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622143+00:00"
|
|
5451
5604
|
},
|
|
5452
5605
|
"uid": {
|
|
5453
5606
|
"type": "string",
|
|
@@ -5468,7 +5621,7 @@
|
|
|
5468
5621
|
"x-original-maxLength": 1024,
|
|
5469
5622
|
"format": "uuid",
|
|
5470
5623
|
"x-reconciled-from-discovery": true,
|
|
5471
|
-
"x-reconciled-at": "2026-01-
|
|
5624
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622148+00:00"
|
|
5472
5625
|
}
|
|
5473
5626
|
},
|
|
5474
5627
|
"x-f5xc-minimum-configuration": {
|
|
@@ -5675,7 +5828,7 @@
|
|
|
5675
5828
|
"maxLength": 6,
|
|
5676
5829
|
"minLength": 6,
|
|
5677
5830
|
"x-reconciled-from-discovery": true,
|
|
5678
|
-
"x-reconciled-at": "2026-01-
|
|
5831
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622169+00:00"
|
|
5679
5832
|
},
|
|
5680
5833
|
"object_index": {
|
|
5681
5834
|
"type": "integer",
|
|
@@ -5748,7 +5901,7 @@
|
|
|
5748
5901
|
"x-field-mutability": "read-only",
|
|
5749
5902
|
"x-original-maxLength": 1024,
|
|
5750
5903
|
"x-reconciled-from-discovery": true,
|
|
5751
|
-
"x-reconciled-at": "2026-01-
|
|
5904
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622179+00:00"
|
|
5752
5905
|
},
|
|
5753
5906
|
"trace_info": {
|
|
5754
5907
|
"type": "string",
|
|
@@ -5786,7 +5939,7 @@
|
|
|
5786
5939
|
"x-original-maxLength": 1024,
|
|
5787
5940
|
"format": "uuid",
|
|
5788
5941
|
"x-reconciled-from-discovery": true,
|
|
5789
|
-
"x-reconciled-at": "2026-01-
|
|
5942
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622186+00:00"
|
|
5790
5943
|
},
|
|
5791
5944
|
"vtrp_id": {
|
|
5792
5945
|
"type": "string",
|
|
@@ -5872,7 +6025,7 @@
|
|
|
5872
6025
|
},
|
|
5873
6026
|
"x-original-maxLength": 1024,
|
|
5874
6027
|
"x-reconciled-from-discovery": true,
|
|
5875
|
-
"x-reconciled-at": "2026-01-
|
|
6028
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622194+00:00"
|
|
5876
6029
|
},
|
|
5877
6030
|
"name": {
|
|
5878
6031
|
"type": "string",
|
|
@@ -5891,7 +6044,7 @@
|
|
|
5891
6044
|
},
|
|
5892
6045
|
"x-original-maxLength": 1024,
|
|
5893
6046
|
"x-reconciled-from-discovery": true,
|
|
5894
|
-
"x-reconciled-at": "2026-01-
|
|
6047
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622199+00:00"
|
|
5895
6048
|
},
|
|
5896
6049
|
"namespace": {
|
|
5897
6050
|
"type": "string",
|
|
@@ -5910,7 +6063,7 @@
|
|
|
5910
6063
|
},
|
|
5911
6064
|
"x-original-maxLength": 1024,
|
|
5912
6065
|
"x-reconciled-from-discovery": true,
|
|
5913
|
-
"x-reconciled-at": "2026-01-
|
|
6066
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622203+00:00"
|
|
5914
6067
|
},
|
|
5915
6068
|
"uid": {
|
|
5916
6069
|
"type": "string",
|
|
@@ -5931,7 +6084,7 @@
|
|
|
5931
6084
|
"x-original-maxLength": 1024,
|
|
5932
6085
|
"format": "uuid",
|
|
5933
6086
|
"x-reconciled-from-discovery": true,
|
|
5934
|
-
"x-reconciled-at": "2026-01-
|
|
6087
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622208+00:00"
|
|
5935
6088
|
}
|
|
5936
6089
|
},
|
|
5937
6090
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6076,7 +6229,7 @@
|
|
|
6076
6229
|
},
|
|
6077
6230
|
"x-original-maxLength": 1024,
|
|
6078
6231
|
"x-reconciled-from-discovery": true,
|
|
6079
|
-
"x-reconciled-at": "2026-01-
|
|
6232
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622221+00:00"
|
|
6080
6233
|
},
|
|
6081
6234
|
"namespace": {
|
|
6082
6235
|
"type": "string",
|
|
@@ -6095,7 +6248,7 @@
|
|
|
6095
6248
|
},
|
|
6096
6249
|
"x-original-maxLength": 1024,
|
|
6097
6250
|
"x-reconciled-from-discovery": true,
|
|
6098
|
-
"x-reconciled-at": "2026-01-
|
|
6251
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622226+00:00"
|
|
6099
6252
|
}
|
|
6100
6253
|
},
|
|
6101
6254
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6134,7 +6287,7 @@
|
|
|
6134
6287
|
},
|
|
6135
6288
|
"x-original-maxLength": 1024,
|
|
6136
6289
|
"x-reconciled-from-discovery": true,
|
|
6137
|
-
"x-reconciled-at": "2026-01-
|
|
6290
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622231+00:00"
|
|
6138
6291
|
}
|
|
6139
6292
|
},
|
|
6140
6293
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6230,7 +6383,7 @@
|
|
|
6230
6383
|
"maxLength": 17,
|
|
6231
6384
|
"minLength": 17,
|
|
6232
6385
|
"x-reconciled-from-discovery": true,
|
|
6233
|
-
"x-reconciled-at": "2026-01-
|
|
6386
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622245+00:00"
|
|
6234
6387
|
},
|
|
6235
6388
|
"system_metadata": {
|
|
6236
6389
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -6411,7 +6564,7 @@
|
|
|
6411
6564
|
},
|
|
6412
6565
|
"x-original-maxLength": 1024,
|
|
6413
6566
|
"x-reconciled-from-discovery": true,
|
|
6414
|
-
"x-reconciled-at": "2026-01-
|
|
6567
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622260+00:00"
|
|
6415
6568
|
},
|
|
6416
6569
|
"disabled": {
|
|
6417
6570
|
"type": "boolean",
|
|
@@ -6461,7 +6614,7 @@
|
|
|
6461
6614
|
},
|
|
6462
6615
|
"x-original-maxLength": 1024,
|
|
6463
6616
|
"x-reconciled-from-discovery": true,
|
|
6464
|
-
"x-reconciled-at": "2026-01-
|
|
6617
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622270+00:00"
|
|
6465
6618
|
},
|
|
6466
6619
|
"namespace": {
|
|
6467
6620
|
"type": "string",
|
|
@@ -6480,7 +6633,7 @@
|
|
|
6480
6633
|
},
|
|
6481
6634
|
"x-original-maxLength": 1024,
|
|
6482
6635
|
"x-reconciled-from-discovery": true,
|
|
6483
|
-
"x-reconciled-at": "2026-01-
|
|
6636
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622274+00:00"
|
|
6484
6637
|
},
|
|
6485
6638
|
"owner_view": {
|
|
6486
6639
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -6521,7 +6674,7 @@
|
|
|
6521
6674
|
"x-field-mutability": "read-only",
|
|
6522
6675
|
"x-original-maxLength": 1024,
|
|
6523
6676
|
"x-reconciled-from-discovery": true,
|
|
6524
|
-
"x-reconciled-at": "2026-01-
|
|
6677
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622281+00:00"
|
|
6525
6678
|
},
|
|
6526
6679
|
"uid": {
|
|
6527
6680
|
"type": "string",
|
|
@@ -6542,7 +6695,7 @@
|
|
|
6542
6695
|
"x-original-maxLength": 1024,
|
|
6543
6696
|
"format": "uuid",
|
|
6544
6697
|
"x-reconciled-from-discovery": true,
|
|
6545
|
-
"x-reconciled-at": "2026-01-
|
|
6698
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622286+00:00"
|
|
6546
6699
|
}
|
|
6547
6700
|
},
|
|
6548
6701
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6748,7 +6901,7 @@
|
|
|
6748
6901
|
},
|
|
6749
6902
|
"x-original-maxLength": 1024,
|
|
6750
6903
|
"x-reconciled-from-discovery": true,
|
|
6751
|
-
"x-reconciled-at": "2026-01-
|
|
6904
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622302+00:00"
|
|
6752
6905
|
},
|
|
6753
6906
|
"namespace": {
|
|
6754
6907
|
"type": "string",
|
|
@@ -6767,7 +6920,7 @@
|
|
|
6767
6920
|
},
|
|
6768
6921
|
"x-original-maxLength": 1024,
|
|
6769
6922
|
"x-reconciled-from-discovery": true,
|
|
6770
|
-
"x-reconciled-at": "2026-01-
|
|
6923
|
+
"x-reconciled-at": "2026-01-05T18:30:04.622306+00:00"
|
|
6771
6924
|
},
|
|
6772
6925
|
"state": {
|
|
6773
6926
|
"$ref": "#/components/schemas/tokenState"
|