@robinmordasiewicz/f5xc-api-mcp 2.0.10-2601051503 → 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 +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/dependency-graph.json +1 -1
- 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 +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 +99 -4
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Ce Management",
|
|
5
5
|
"description": "Customer edge node lifecycle through secure enrollment tokens and downloadable deployment images. Network connectivity options span exclusive, common, and administrative pathways with DHCP address pools supporting both IPv4 and IPv6. Bulk grouping consolidates configuration across distributed locations. Compatibility verification runs before software updates, with rollout tracking for version progression across the infrastructure.",
|
|
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": "Token-based provisioning with image downloads and pre-upgrade validation. Fleet grouping enables bulk operations across distributed locations.",
|
|
16
|
-
"x-f5xc-cli-domain": "ce_management"
|
|
16
|
+
"x-f5xc-cli-domain": "ce_management",
|
|
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
|
{
|
|
@@ -280,6 +330,13 @@
|
|
|
280
330
|
"latency": "low",
|
|
281
331
|
"resource_usage": "low"
|
|
282
332
|
}
|
|
333
|
+
},
|
|
334
|
+
"x-f5xc-discovered-response-time": {
|
|
335
|
+
"p50_ms": 1000,
|
|
336
|
+
"p95_ms": 3000,
|
|
337
|
+
"p99_ms": 8000,
|
|
338
|
+
"sample_count": 0,
|
|
339
|
+
"source": "estimate"
|
|
283
340
|
}
|
|
284
341
|
},
|
|
285
342
|
"x-displayname": "Fleet",
|
|
@@ -502,6 +559,13 @@
|
|
|
502
559
|
"latency": "low",
|
|
503
560
|
"resource_usage": "low"
|
|
504
561
|
}
|
|
562
|
+
},
|
|
563
|
+
"x-f5xc-discovered-response-time": {
|
|
564
|
+
"p50_ms": 800,
|
|
565
|
+
"p95_ms": 2500,
|
|
566
|
+
"p99_ms": 6000,
|
|
567
|
+
"sample_count": 0,
|
|
568
|
+
"source": "estimate"
|
|
505
569
|
}
|
|
506
570
|
},
|
|
507
571
|
"x-displayname": "Fleet",
|
|
@@ -729,6 +793,13 @@
|
|
|
729
793
|
"latency": "moderate",
|
|
730
794
|
"resource_usage": "moderate"
|
|
731
795
|
}
|
|
796
|
+
},
|
|
797
|
+
"x-f5xc-discovered-response-time": {
|
|
798
|
+
"p50_ms": 200,
|
|
799
|
+
"p95_ms": 800,
|
|
800
|
+
"p99_ms": 2000,
|
|
801
|
+
"sample_count": 0,
|
|
802
|
+
"source": "estimate"
|
|
732
803
|
}
|
|
733
804
|
},
|
|
734
805
|
"x-displayname": "Fleet",
|
|
@@ -950,6 +1021,13 @@
|
|
|
950
1021
|
"latency": "low",
|
|
951
1022
|
"resource_usage": "low"
|
|
952
1023
|
}
|
|
1024
|
+
},
|
|
1025
|
+
"x-f5xc-discovered-response-time": {
|
|
1026
|
+
"p50_ms": 200,
|
|
1027
|
+
"p95_ms": 800,
|
|
1028
|
+
"p99_ms": 2000,
|
|
1029
|
+
"sample_count": 0,
|
|
1030
|
+
"source": "estimate"
|
|
953
1031
|
}
|
|
954
1032
|
},
|
|
955
1033
|
"delete": {
|
|
@@ -1169,6 +1247,13 @@
|
|
|
1169
1247
|
"latency": "high",
|
|
1170
1248
|
"resource_usage": "moderate"
|
|
1171
1249
|
}
|
|
1250
|
+
},
|
|
1251
|
+
"x-f5xc-discovered-response-time": {
|
|
1252
|
+
"p50_ms": 500,
|
|
1253
|
+
"p95_ms": 1500,
|
|
1254
|
+
"p99_ms": 4000,
|
|
1255
|
+
"sample_count": 0,
|
|
1256
|
+
"source": "estimate"
|
|
1172
1257
|
}
|
|
1173
1258
|
},
|
|
1174
1259
|
"x-displayname": "Fleet",
|
|
@@ -1359,7 +1444,15 @@
|
|
|
1359
1444
|
}
|
|
1360
1445
|
},
|
|
1361
1446
|
"x-discovered-response-time-ms": 167.53,
|
|
1362
|
-
"x-discovered-sample-size": 1
|
|
1447
|
+
"x-discovered-sample-size": 1,
|
|
1448
|
+
"x-f5xc-discovered-response-time": {
|
|
1449
|
+
"p50_ms": 167.53,
|
|
1450
|
+
"p95_ms": 335.06,
|
|
1451
|
+
"p99_ms": 502.59,
|
|
1452
|
+
"sample_count": 1,
|
|
1453
|
+
"source": "discovery",
|
|
1454
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
1455
|
+
}
|
|
1363
1456
|
},
|
|
1364
1457
|
"x-displayname": "Module Management.",
|
|
1365
1458
|
"x-ves-proto-service": "ves.io.schema.module_management.ModuleManagementAPI",
|
|
@@ -1573,6 +1666,13 @@
|
|
|
1573
1666
|
"latency": "low",
|
|
1574
1667
|
"resource_usage": "low"
|
|
1575
1668
|
}
|
|
1669
|
+
},
|
|
1670
|
+
"x-f5xc-discovered-response-time": {
|
|
1671
|
+
"p50_ms": 1000,
|
|
1672
|
+
"p95_ms": 3000,
|
|
1673
|
+
"p99_ms": 8000,
|
|
1674
|
+
"sample_count": 0,
|
|
1675
|
+
"source": "estimate"
|
|
1576
1676
|
}
|
|
1577
1677
|
},
|
|
1578
1678
|
"x-displayname": "Network Interface.",
|
|
@@ -1795,6 +1895,13 @@
|
|
|
1795
1895
|
"latency": "low",
|
|
1796
1896
|
"resource_usage": "low"
|
|
1797
1897
|
}
|
|
1898
|
+
},
|
|
1899
|
+
"x-f5xc-discovered-response-time": {
|
|
1900
|
+
"p50_ms": 800,
|
|
1901
|
+
"p95_ms": 2500,
|
|
1902
|
+
"p99_ms": 6000,
|
|
1903
|
+
"sample_count": 0,
|
|
1904
|
+
"source": "estimate"
|
|
1798
1905
|
}
|
|
1799
1906
|
},
|
|
1800
1907
|
"x-displayname": "Network Interface.",
|
|
@@ -2022,6 +2129,13 @@
|
|
|
2022
2129
|
"latency": "moderate",
|
|
2023
2130
|
"resource_usage": "moderate"
|
|
2024
2131
|
}
|
|
2132
|
+
},
|
|
2133
|
+
"x-f5xc-discovered-response-time": {
|
|
2134
|
+
"p50_ms": 200,
|
|
2135
|
+
"p95_ms": 800,
|
|
2136
|
+
"p99_ms": 2000,
|
|
2137
|
+
"sample_count": 0,
|
|
2138
|
+
"source": "estimate"
|
|
2025
2139
|
}
|
|
2026
2140
|
},
|
|
2027
2141
|
"x-displayname": "Network Interface.",
|
|
@@ -2243,6 +2357,13 @@
|
|
|
2243
2357
|
"latency": "low",
|
|
2244
2358
|
"resource_usage": "low"
|
|
2245
2359
|
}
|
|
2360
|
+
},
|
|
2361
|
+
"x-f5xc-discovered-response-time": {
|
|
2362
|
+
"p50_ms": 200,
|
|
2363
|
+
"p95_ms": 800,
|
|
2364
|
+
"p99_ms": 2000,
|
|
2365
|
+
"sample_count": 0,
|
|
2366
|
+
"source": "estimate"
|
|
2246
2367
|
}
|
|
2247
2368
|
},
|
|
2248
2369
|
"delete": {
|
|
@@ -2462,6 +2583,13 @@
|
|
|
2462
2583
|
"latency": "high",
|
|
2463
2584
|
"resource_usage": "moderate"
|
|
2464
2585
|
}
|
|
2586
|
+
},
|
|
2587
|
+
"x-f5xc-discovered-response-time": {
|
|
2588
|
+
"p50_ms": 500,
|
|
2589
|
+
"p95_ms": 1500,
|
|
2590
|
+
"p99_ms": 4000,
|
|
2591
|
+
"sample_count": 0,
|
|
2592
|
+
"source": "estimate"
|
|
2465
2593
|
}
|
|
2466
2594
|
},
|
|
2467
2595
|
"x-displayname": "Network Interface.",
|
|
@@ -2661,6 +2789,13 @@
|
|
|
2661
2789
|
"latency": "low",
|
|
2662
2790
|
"resource_usage": "low"
|
|
2663
2791
|
}
|
|
2792
|
+
},
|
|
2793
|
+
"x-f5xc-discovered-response-time": {
|
|
2794
|
+
"p50_ms": 1000,
|
|
2795
|
+
"p95_ms": 3000,
|
|
2796
|
+
"p99_ms": 8000,
|
|
2797
|
+
"sample_count": 0,
|
|
2798
|
+
"source": "estimate"
|
|
2664
2799
|
}
|
|
2665
2800
|
},
|
|
2666
2801
|
"x-displayname": "Registration.",
|
|
@@ -2860,6 +2995,13 @@
|
|
|
2860
2995
|
"latency": "low",
|
|
2861
2996
|
"resource_usage": "low"
|
|
2862
2997
|
}
|
|
2998
|
+
},
|
|
2999
|
+
"x-f5xc-discovered-response-time": {
|
|
3000
|
+
"p50_ms": 1000,
|
|
3001
|
+
"p95_ms": 3000,
|
|
3002
|
+
"p99_ms": 8000,
|
|
3003
|
+
"sample_count": 0,
|
|
3004
|
+
"source": "estimate"
|
|
2863
3005
|
}
|
|
2864
3006
|
},
|
|
2865
3007
|
"x-displayname": "Registration.",
|
|
@@ -3059,6 +3201,13 @@
|
|
|
3059
3201
|
"latency": "low",
|
|
3060
3202
|
"resource_usage": "low"
|
|
3061
3203
|
}
|
|
3204
|
+
},
|
|
3205
|
+
"x-f5xc-discovered-response-time": {
|
|
3206
|
+
"p50_ms": 1000,
|
|
3207
|
+
"p95_ms": 3000,
|
|
3208
|
+
"p99_ms": 8000,
|
|
3209
|
+
"sample_count": 0,
|
|
3210
|
+
"source": "estimate"
|
|
3062
3211
|
}
|
|
3063
3212
|
},
|
|
3064
3213
|
"x-displayname": "Registration.",
|
|
@@ -3273,6 +3422,13 @@
|
|
|
3273
3422
|
"latency": "low",
|
|
3274
3423
|
"resource_usage": "low"
|
|
3275
3424
|
}
|
|
3425
|
+
},
|
|
3426
|
+
"x-f5xc-discovered-response-time": {
|
|
3427
|
+
"p50_ms": 1000,
|
|
3428
|
+
"p95_ms": 3000,
|
|
3429
|
+
"p99_ms": 8000,
|
|
3430
|
+
"sample_count": 0,
|
|
3431
|
+
"source": "estimate"
|
|
3276
3432
|
}
|
|
3277
3433
|
},
|
|
3278
3434
|
"x-displayname": "Registration.",
|
|
@@ -3495,6 +3651,13 @@
|
|
|
3495
3651
|
"latency": "low",
|
|
3496
3652
|
"resource_usage": "low"
|
|
3497
3653
|
}
|
|
3654
|
+
},
|
|
3655
|
+
"x-f5xc-discovered-response-time": {
|
|
3656
|
+
"p50_ms": 800,
|
|
3657
|
+
"p95_ms": 2500,
|
|
3658
|
+
"p99_ms": 6000,
|
|
3659
|
+
"sample_count": 0,
|
|
3660
|
+
"source": "estimate"
|
|
3498
3661
|
}
|
|
3499
3662
|
},
|
|
3500
3663
|
"x-displayname": "Registration.",
|
|
@@ -3709,6 +3872,13 @@
|
|
|
3709
3872
|
"latency": "low",
|
|
3710
3873
|
"resource_usage": "low"
|
|
3711
3874
|
}
|
|
3875
|
+
},
|
|
3876
|
+
"x-f5xc-discovered-response-time": {
|
|
3877
|
+
"p50_ms": 1000,
|
|
3878
|
+
"p95_ms": 3000,
|
|
3879
|
+
"p99_ms": 8000,
|
|
3880
|
+
"sample_count": 0,
|
|
3881
|
+
"source": "estimate"
|
|
3712
3882
|
}
|
|
3713
3883
|
},
|
|
3714
3884
|
"x-displayname": "Registration.",
|
|
@@ -3936,6 +4106,13 @@
|
|
|
3936
4106
|
"latency": "low",
|
|
3937
4107
|
"resource_usage": "low"
|
|
3938
4108
|
}
|
|
4109
|
+
},
|
|
4110
|
+
"x-f5xc-discovered-response-time": {
|
|
4111
|
+
"p50_ms": 1000,
|
|
4112
|
+
"p95_ms": 3000,
|
|
4113
|
+
"p99_ms": 8000,
|
|
4114
|
+
"sample_count": 0,
|
|
4115
|
+
"source": "estimate"
|
|
3939
4116
|
}
|
|
3940
4117
|
},
|
|
3941
4118
|
"x-displayname": "Registration.",
|
|
@@ -4165,7 +4342,15 @@
|
|
|
4165
4342
|
}
|
|
4166
4343
|
},
|
|
4167
4344
|
"x-discovered-response-time-ms": 149.92,
|
|
4168
|
-
"x-discovered-sample-size": 1
|
|
4345
|
+
"x-discovered-sample-size": 1,
|
|
4346
|
+
"x-f5xc-discovered-response-time": {
|
|
4347
|
+
"p50_ms": 149.92,
|
|
4348
|
+
"p95_ms": 299.84,
|
|
4349
|
+
"p99_ms": 449.76,
|
|
4350
|
+
"sample_count": 1,
|
|
4351
|
+
"source": "discovery",
|
|
4352
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
4353
|
+
}
|
|
4169
4354
|
},
|
|
4170
4355
|
"x-displayname": "Registration.",
|
|
4171
4356
|
"x-ves-proto-service": "ves.io.schema.registration.CustomAPI",
|
|
@@ -4385,6 +4570,13 @@
|
|
|
4385
4570
|
"latency": "low",
|
|
4386
4571
|
"resource_usage": "low"
|
|
4387
4572
|
}
|
|
4573
|
+
},
|
|
4574
|
+
"x-f5xc-discovered-response-time": {
|
|
4575
|
+
"p50_ms": 200,
|
|
4576
|
+
"p95_ms": 800,
|
|
4577
|
+
"p99_ms": 2000,
|
|
4578
|
+
"sample_count": 0,
|
|
4579
|
+
"source": "estimate"
|
|
4388
4580
|
}
|
|
4389
4581
|
},
|
|
4390
4582
|
"delete": {
|
|
@@ -4605,6 +4797,13 @@
|
|
|
4605
4797
|
"latency": "high",
|
|
4606
4798
|
"resource_usage": "moderate"
|
|
4607
4799
|
}
|
|
4800
|
+
},
|
|
4801
|
+
"x-f5xc-discovered-response-time": {
|
|
4802
|
+
"p50_ms": 500,
|
|
4803
|
+
"p95_ms": 1500,
|
|
4804
|
+
"p99_ms": 4000,
|
|
4805
|
+
"sample_count": 0,
|
|
4806
|
+
"source": "estimate"
|
|
4608
4807
|
}
|
|
4609
4808
|
},
|
|
4610
4809
|
"x-displayname": "Registration.",
|
|
@@ -4808,7 +5007,15 @@
|
|
|
4808
5007
|
}
|
|
4809
5008
|
},
|
|
4810
5009
|
"x-discovered-response-time-ms": 159.02,
|
|
4811
|
-
"x-discovered-sample-size": 1
|
|
5010
|
+
"x-discovered-sample-size": 1,
|
|
5011
|
+
"x-f5xc-discovered-response-time": {
|
|
5012
|
+
"p50_ms": 159.02,
|
|
5013
|
+
"p95_ms": 318.04,
|
|
5014
|
+
"p99_ms": 477.06,
|
|
5015
|
+
"sample_count": 1,
|
|
5016
|
+
"source": "discovery",
|
|
5017
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
5018
|
+
}
|
|
4812
5019
|
},
|
|
4813
5020
|
"x-displayname": "Registration.",
|
|
4814
5021
|
"x-ves-proto-service": "ves.io.schema.registration.CustomAPI",
|
|
@@ -5005,6 +5212,13 @@
|
|
|
5005
5212
|
"latency": "low",
|
|
5006
5213
|
"resource_usage": "low"
|
|
5007
5214
|
}
|
|
5215
|
+
},
|
|
5216
|
+
"x-f5xc-discovered-response-time": {
|
|
5217
|
+
"p50_ms": 1000,
|
|
5218
|
+
"p95_ms": 3000,
|
|
5219
|
+
"p99_ms": 8000,
|
|
5220
|
+
"sample_count": 0,
|
|
5221
|
+
"source": "estimate"
|
|
5008
5222
|
}
|
|
5009
5223
|
},
|
|
5010
5224
|
"x-displayname": "Registration.",
|
|
@@ -5202,6 +5416,13 @@
|
|
|
5202
5416
|
"latency": "low",
|
|
5203
5417
|
"resource_usage": "low"
|
|
5204
5418
|
}
|
|
5419
|
+
},
|
|
5420
|
+
"x-f5xc-discovered-response-time": {
|
|
5421
|
+
"p50_ms": 1000,
|
|
5422
|
+
"p95_ms": 3000,
|
|
5423
|
+
"p99_ms": 8000,
|
|
5424
|
+
"sample_count": 0,
|
|
5425
|
+
"source": "estimate"
|
|
5205
5426
|
}
|
|
5206
5427
|
},
|
|
5207
5428
|
"x-displayname": "Registration.",
|
|
@@ -5417,6 +5638,13 @@
|
|
|
5417
5638
|
"latency": "low",
|
|
5418
5639
|
"resource_usage": "low"
|
|
5419
5640
|
}
|
|
5641
|
+
},
|
|
5642
|
+
"x-f5xc-discovered-response-time": {
|
|
5643
|
+
"p50_ms": 1000,
|
|
5644
|
+
"p95_ms": 3000,
|
|
5645
|
+
"p99_ms": 8000,
|
|
5646
|
+
"sample_count": 0,
|
|
5647
|
+
"source": "estimate"
|
|
5420
5648
|
}
|
|
5421
5649
|
},
|
|
5422
5650
|
"x-displayname": "USB policy.",
|
|
@@ -5640,6 +5868,13 @@
|
|
|
5640
5868
|
"latency": "low",
|
|
5641
5869
|
"resource_usage": "low"
|
|
5642
5870
|
}
|
|
5871
|
+
},
|
|
5872
|
+
"x-f5xc-discovered-response-time": {
|
|
5873
|
+
"p50_ms": 800,
|
|
5874
|
+
"p95_ms": 2500,
|
|
5875
|
+
"p99_ms": 6000,
|
|
5876
|
+
"sample_count": 0,
|
|
5877
|
+
"source": "estimate"
|
|
5643
5878
|
}
|
|
5644
5879
|
},
|
|
5645
5880
|
"x-displayname": "USB policy.",
|
|
@@ -5870,7 +6105,15 @@
|
|
|
5870
6105
|
}
|
|
5871
6106
|
},
|
|
5872
6107
|
"x-discovered-response-time-ms": 153.28,
|
|
5873
|
-
"x-discovered-sample-size": 1
|
|
6108
|
+
"x-discovered-sample-size": 1,
|
|
6109
|
+
"x-f5xc-discovered-response-time": {
|
|
6110
|
+
"p50_ms": 153.28,
|
|
6111
|
+
"p95_ms": 306.56,
|
|
6112
|
+
"p99_ms": 459.84,
|
|
6113
|
+
"sample_count": 1,
|
|
6114
|
+
"source": "discovery",
|
|
6115
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
6116
|
+
}
|
|
5874
6117
|
},
|
|
5875
6118
|
"x-displayname": "USB policy.",
|
|
5876
6119
|
"x-ves-proto-service": "ves.io.schema.usb_policy.API",
|
|
@@ -6092,6 +6335,13 @@
|
|
|
6092
6335
|
"latency": "low",
|
|
6093
6336
|
"resource_usage": "low"
|
|
6094
6337
|
}
|
|
6338
|
+
},
|
|
6339
|
+
"x-f5xc-discovered-response-time": {
|
|
6340
|
+
"p50_ms": 200,
|
|
6341
|
+
"p95_ms": 800,
|
|
6342
|
+
"p99_ms": 2000,
|
|
6343
|
+
"sample_count": 0,
|
|
6344
|
+
"source": "estimate"
|
|
6095
6345
|
}
|
|
6096
6346
|
},
|
|
6097
6347
|
"delete": {
|
|
@@ -6312,6 +6562,13 @@
|
|
|
6312
6562
|
"latency": "high",
|
|
6313
6563
|
"resource_usage": "moderate"
|
|
6314
6564
|
}
|
|
6565
|
+
},
|
|
6566
|
+
"x-f5xc-discovered-response-time": {
|
|
6567
|
+
"p50_ms": 500,
|
|
6568
|
+
"p95_ms": 1500,
|
|
6569
|
+
"p99_ms": 4000,
|
|
6570
|
+
"sample_count": 0,
|
|
6571
|
+
"source": "estimate"
|
|
6315
6572
|
}
|
|
6316
6573
|
},
|
|
6317
6574
|
"x-displayname": "USB policy.",
|
|
@@ -6526,7 +6783,15 @@
|
|
|
6526
6783
|
}
|
|
6527
6784
|
},
|
|
6528
6785
|
"x-discovered-response-time-ms": 162.78,
|
|
6529
|
-
"x-discovered-sample-size": 1
|
|
6786
|
+
"x-discovered-sample-size": 1,
|
|
6787
|
+
"x-f5xc-discovered-response-time": {
|
|
6788
|
+
"p50_ms": 162.78,
|
|
6789
|
+
"p95_ms": 325.56,
|
|
6790
|
+
"p99_ms": 488.34,
|
|
6791
|
+
"sample_count": 1,
|
|
6792
|
+
"source": "discovery",
|
|
6793
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
6794
|
+
}
|
|
6530
6795
|
},
|
|
6531
6796
|
"x-displayname": "Upgrade Status.",
|
|
6532
6797
|
"x-ves-proto-service": "ves.io.schema.upgrade_status.UpgradeStatusCustomApi",
|
|
@@ -6727,6 +6992,13 @@
|
|
|
6727
6992
|
"latency": "moderate",
|
|
6728
6993
|
"resource_usage": "moderate"
|
|
6729
6994
|
}
|
|
6995
|
+
},
|
|
6996
|
+
"x-f5xc-discovered-response-time": {
|
|
6997
|
+
"p50_ms": 200,
|
|
6998
|
+
"p95_ms": 800,
|
|
6999
|
+
"p99_ms": 2000,
|
|
7000
|
+
"sample_count": 0,
|
|
7001
|
+
"source": "estimate"
|
|
6730
7002
|
}
|
|
6731
7003
|
},
|
|
6732
7004
|
"x-displayname": "Upgrade Status.",
|
|
@@ -6921,7 +7193,15 @@
|
|
|
6921
7193
|
}
|
|
6922
7194
|
},
|
|
6923
7195
|
"x-discovered-response-time-ms": 145.82,
|
|
6924
|
-
"x-discovered-sample-size": 1
|
|
7196
|
+
"x-discovered-sample-size": 1,
|
|
7197
|
+
"x-f5xc-discovered-response-time": {
|
|
7198
|
+
"p50_ms": 145.82,
|
|
7199
|
+
"p95_ms": 291.64,
|
|
7200
|
+
"p99_ms": 437.46,
|
|
7201
|
+
"sample_count": 1,
|
|
7202
|
+
"source": "discovery",
|
|
7203
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
7204
|
+
}
|
|
6925
7205
|
},
|
|
6926
7206
|
"x-displayname": "Upgrade Status.",
|
|
6927
7207
|
"x-ves-proto-service": "ves.io.schema.upgrade_status.UpgradeStatusCustomApi",
|
|
@@ -7159,7 +7439,7 @@
|
|
|
7159
7439
|
},
|
|
7160
7440
|
"x-original-maxLength": 1024,
|
|
7161
7441
|
"x-reconciled-from-discovery": true,
|
|
7162
|
-
"x-reconciled-at": "2026-01-
|
|
7442
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852202+00:00"
|
|
7163
7443
|
},
|
|
7164
7444
|
"namespace": {
|
|
7165
7445
|
"type": "string",
|
|
@@ -7178,7 +7458,7 @@
|
|
|
7178
7458
|
},
|
|
7179
7459
|
"x-original-maxLength": 1024,
|
|
7180
7460
|
"x-reconciled-from-discovery": true,
|
|
7181
|
-
"x-reconciled-at": "2026-01-
|
|
7461
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852209+00:00"
|
|
7182
7462
|
}
|
|
7183
7463
|
},
|
|
7184
7464
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7220,7 +7500,7 @@
|
|
|
7220
7500
|
},
|
|
7221
7501
|
"x-original-maxLength": 1024,
|
|
7222
7502
|
"x-reconciled-from-discovery": true,
|
|
7223
|
-
"x-reconciled-at": "2026-01-
|
|
7503
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852215+00:00"
|
|
7224
7504
|
},
|
|
7225
7505
|
"network_device": {
|
|
7226
7506
|
"$ref": "#/components/schemas/fleetNetworkingDeviceInstanceType"
|
|
@@ -8011,7 +8291,7 @@
|
|
|
8011
8291
|
},
|
|
8012
8292
|
"x-original-maxLength": 64,
|
|
8013
8293
|
"x-reconciled-from-discovery": true,
|
|
8014
|
-
"x-reconciled-at": "2026-01-
|
|
8294
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852266+00:00"
|
|
8015
8295
|
}
|
|
8016
8296
|
},
|
|
8017
8297
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8341,7 +8621,7 @@
|
|
|
8341
8621
|
},
|
|
8342
8622
|
"x-original-maxLength": 256,
|
|
8343
8623
|
"x-reconciled-from-discovery": true,
|
|
8344
|
-
"x-reconciled-at": "2026-01-
|
|
8624
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852287+00:00"
|
|
8345
8625
|
},
|
|
8346
8626
|
"hpe_storage": {
|
|
8347
8627
|
"$ref": "#/components/schemas/fleetStorageClassHpeStorageType"
|
|
@@ -8715,7 +8995,7 @@
|
|
|
8715
8995
|
"maxLength": 17,
|
|
8716
8996
|
"minLength": 17,
|
|
8717
8997
|
"x-reconciled-from-discovery": true,
|
|
8718
|
-
"x-reconciled-at": "2026-01-
|
|
8998
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852320+00:00"
|
|
8719
8999
|
},
|
|
8720
9000
|
"system_metadata": {
|
|
8721
9001
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -8850,7 +9130,7 @@
|
|
|
8850
9130
|
},
|
|
8851
9131
|
"x-original-maxLength": 1024,
|
|
8852
9132
|
"x-reconciled-from-discovery": true,
|
|
8853
|
-
"x-reconciled-at": "2026-01-
|
|
9133
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852332+00:00"
|
|
8854
9134
|
},
|
|
8855
9135
|
"disabled": {
|
|
8856
9136
|
"type": "boolean",
|
|
@@ -8900,7 +9180,7 @@
|
|
|
8900
9180
|
},
|
|
8901
9181
|
"x-original-maxLength": 1024,
|
|
8902
9182
|
"x-reconciled-from-discovery": true,
|
|
8903
|
-
"x-reconciled-at": "2026-01-
|
|
9183
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852343+00:00"
|
|
8904
9184
|
},
|
|
8905
9185
|
"namespace": {
|
|
8906
9186
|
"type": "string",
|
|
@@ -8919,7 +9199,7 @@
|
|
|
8919
9199
|
},
|
|
8920
9200
|
"x-original-maxLength": 1024,
|
|
8921
9201
|
"x-reconciled-from-discovery": true,
|
|
8922
|
-
"x-reconciled-at": "2026-01-
|
|
9202
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852347+00:00"
|
|
8923
9203
|
},
|
|
8924
9204
|
"owner_view": {
|
|
8925
9205
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -8960,7 +9240,7 @@
|
|
|
8960
9240
|
"x-field-mutability": "read-only",
|
|
8961
9241
|
"x-original-maxLength": 1024,
|
|
8962
9242
|
"x-reconciled-from-discovery": true,
|
|
8963
|
-
"x-reconciled-at": "2026-01-
|
|
9243
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852355+00:00"
|
|
8964
9244
|
},
|
|
8965
9245
|
"uid": {
|
|
8966
9246
|
"type": "string",
|
|
@@ -8981,7 +9261,7 @@
|
|
|
8981
9261
|
"x-original-maxLength": 1024,
|
|
8982
9262
|
"format": "uuid",
|
|
8983
9263
|
"x-reconciled-from-discovery": true,
|
|
8984
|
-
"x-reconciled-at": "2026-01-
|
|
9264
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852361+00:00"
|
|
8985
9265
|
}
|
|
8986
9266
|
},
|
|
8987
9267
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9776,7 +10056,7 @@
|
|
|
9776
10056
|
},
|
|
9777
10057
|
"x-original-maxLength": 512,
|
|
9778
10058
|
"x-reconciled-from-discovery": true,
|
|
9779
|
-
"x-reconciled-at": "2026-01-
|
|
10059
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852418+00:00"
|
|
9780
10060
|
},
|
|
9781
10061
|
"destroy_on_delete": {
|
|
9782
10062
|
"type": "boolean",
|
|
@@ -11454,7 +11734,7 @@
|
|
|
11454
11734
|
"readOnly": true,
|
|
11455
11735
|
"x-original-maxLength": 1024,
|
|
11456
11736
|
"x-reconciled-from-discovery": true,
|
|
11457
|
-
"x-reconciled-at": "2026-01-
|
|
11737
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852528+00:00"
|
|
11458
11738
|
},
|
|
11459
11739
|
"name": {
|
|
11460
11740
|
"type": "string",
|
|
@@ -11473,7 +11753,7 @@
|
|
|
11473
11753
|
},
|
|
11474
11754
|
"x-original-maxLength": 1024,
|
|
11475
11755
|
"x-reconciled-from-discovery": true,
|
|
11476
|
-
"x-reconciled-at": "2026-01-
|
|
11756
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852532+00:00"
|
|
11477
11757
|
},
|
|
11478
11758
|
"namespace": {
|
|
11479
11759
|
"type": "string",
|
|
@@ -11492,7 +11772,7 @@
|
|
|
11492
11772
|
},
|
|
11493
11773
|
"x-original-maxLength": 1024,
|
|
11494
11774
|
"x-reconciled-from-discovery": true,
|
|
11495
|
-
"x-reconciled-at": "2026-01-
|
|
11775
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852536+00:00"
|
|
11496
11776
|
},
|
|
11497
11777
|
"tenant": {
|
|
11498
11778
|
"type": "string",
|
|
@@ -11513,7 +11793,7 @@
|
|
|
11513
11793
|
"x-field-mutability": "read-only",
|
|
11514
11794
|
"x-original-maxLength": 1024,
|
|
11515
11795
|
"x-reconciled-from-discovery": true,
|
|
11516
|
-
"x-reconciled-at": "2026-01-
|
|
11796
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852540+00:00"
|
|
11517
11797
|
},
|
|
11518
11798
|
"uid": {
|
|
11519
11799
|
"type": "string",
|
|
@@ -11535,7 +11815,7 @@
|
|
|
11535
11815
|
"x-original-maxLength": 1024,
|
|
11536
11816
|
"format": "uuid",
|
|
11537
11817
|
"x-reconciled-from-discovery": true,
|
|
11538
|
-
"x-reconciled-at": "2026-01-
|
|
11818
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852545+00:00"
|
|
11539
11819
|
}
|
|
11540
11820
|
},
|
|
11541
11821
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11584,7 +11864,7 @@
|
|
|
11584
11864
|
},
|
|
11585
11865
|
"x-original-maxLength": 1024,
|
|
11586
11866
|
"x-reconciled-from-discovery": true,
|
|
11587
|
-
"x-reconciled-at": "2026-01-
|
|
11867
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852552+00:00"
|
|
11588
11868
|
}
|
|
11589
11869
|
},
|
|
11590
11870
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11650,7 +11930,7 @@
|
|
|
11650
11930
|
},
|
|
11651
11931
|
"x-original-maxLength": 1024,
|
|
11652
11932
|
"x-reconciled-from-discovery": true,
|
|
11653
|
-
"x-reconciled-at": "2026-01-
|
|
11933
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852559+00:00"
|
|
11654
11934
|
},
|
|
11655
11935
|
"store_provider": {
|
|
11656
11936
|
"type": "string",
|
|
@@ -11708,7 +11988,7 @@
|
|
|
11708
11988
|
},
|
|
11709
11989
|
"x-original-maxLength": 1024,
|
|
11710
11990
|
"x-reconciled-from-discovery": true,
|
|
11711
|
-
"x-reconciled-at": "2026-01-
|
|
11991
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852565+00:00"
|
|
11712
11992
|
},
|
|
11713
11993
|
"url": {
|
|
11714
11994
|
"type": "string",
|
|
@@ -11805,7 +12085,7 @@
|
|
|
11805
12085
|
},
|
|
11806
12086
|
"x-original-maxLength": 1024,
|
|
11807
12087
|
"x-reconciled-from-discovery": true,
|
|
11808
|
-
"x-reconciled-at": "2026-01-
|
|
12088
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852574+00:00"
|
|
11809
12089
|
},
|
|
11810
12090
|
"service_name": {
|
|
11811
12091
|
"type": "string",
|
|
@@ -11844,7 +12124,7 @@
|
|
|
11844
12124
|
},
|
|
11845
12125
|
"x-original-maxLength": 1024,
|
|
11846
12126
|
"x-reconciled-from-discovery": true,
|
|
11847
|
-
"x-reconciled-at": "2026-01-
|
|
12127
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852579+00:00"
|
|
11848
12128
|
},
|
|
11849
12129
|
"type": {
|
|
11850
12130
|
"type": "string",
|
|
@@ -11981,7 +12261,7 @@
|
|
|
11981
12261
|
},
|
|
11982
12262
|
"x-original-maxLength": 1024,
|
|
11983
12263
|
"x-reconciled-from-discovery": true,
|
|
11984
|
-
"x-reconciled-at": "2026-01-
|
|
12264
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852590+00:00"
|
|
11985
12265
|
}
|
|
11986
12266
|
},
|
|
11987
12267
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12436,7 +12716,7 @@
|
|
|
12436
12716
|
},
|
|
12437
12717
|
"x-original-maxLength": 1200,
|
|
12438
12718
|
"x-reconciled-from-discovery": true,
|
|
12439
|
-
"x-reconciled-at": "2026-01-
|
|
12719
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852619+00:00"
|
|
12440
12720
|
},
|
|
12441
12721
|
"disable": {
|
|
12442
12722
|
"type": "boolean",
|
|
@@ -12489,7 +12769,7 @@
|
|
|
12489
12769
|
},
|
|
12490
12770
|
"x-original-maxLength": 1024,
|
|
12491
12771
|
"x-reconciled-from-discovery": true,
|
|
12492
|
-
"x-reconciled-at": "2026-01-
|
|
12772
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852627+00:00"
|
|
12493
12773
|
},
|
|
12494
12774
|
"namespace": {
|
|
12495
12775
|
"type": "string",
|
|
@@ -12508,7 +12788,7 @@
|
|
|
12508
12788
|
},
|
|
12509
12789
|
"x-original-maxLength": 1024,
|
|
12510
12790
|
"x-reconciled-from-discovery": true,
|
|
12511
|
-
"x-reconciled-at": "2026-01-
|
|
12791
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852631+00:00"
|
|
12512
12792
|
}
|
|
12513
12793
|
},
|
|
12514
12794
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12584,7 +12864,7 @@
|
|
|
12584
12864
|
},
|
|
12585
12865
|
"x-original-maxLength": 1200,
|
|
12586
12866
|
"x-reconciled-from-discovery": true,
|
|
12587
|
-
"x-reconciled-at": "2026-01-
|
|
12867
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852637+00:00"
|
|
12588
12868
|
},
|
|
12589
12869
|
"disable": {
|
|
12590
12870
|
"type": "boolean",
|
|
@@ -12639,7 +12919,7 @@
|
|
|
12639
12919
|
},
|
|
12640
12920
|
"x-original-maxLength": 1024,
|
|
12641
12921
|
"x-reconciled-from-discovery": true,
|
|
12642
|
-
"x-reconciled-at": "2026-01-
|
|
12922
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852644+00:00"
|
|
12643
12923
|
},
|
|
12644
12924
|
"namespace": {
|
|
12645
12925
|
"type": "string",
|
|
@@ -12658,7 +12938,7 @@
|
|
|
12658
12938
|
},
|
|
12659
12939
|
"x-original-maxLength": 1024,
|
|
12660
12940
|
"x-reconciled-from-discovery": true,
|
|
12661
|
-
"x-reconciled-at": "2026-01-
|
|
12941
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852648+00:00"
|
|
12662
12942
|
}
|
|
12663
12943
|
},
|
|
12664
12944
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12734,7 +13014,7 @@
|
|
|
12734
13014
|
},
|
|
12735
13015
|
"x-original-maxLength": 1200,
|
|
12736
13016
|
"x-reconciled-from-discovery": true,
|
|
12737
|
-
"x-reconciled-at": "2026-01-
|
|
13017
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852654+00:00"
|
|
12738
13018
|
},
|
|
12739
13019
|
"disable": {
|
|
12740
13020
|
"type": "boolean",
|
|
@@ -12787,7 +13067,7 @@
|
|
|
12787
13067
|
},
|
|
12788
13068
|
"x-original-maxLength": 1024,
|
|
12789
13069
|
"x-reconciled-from-discovery": true,
|
|
12790
|
-
"x-reconciled-at": "2026-01-
|
|
13070
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852661+00:00"
|
|
12791
13071
|
},
|
|
12792
13072
|
"namespace": {
|
|
12793
13073
|
"type": "string",
|
|
@@ -12806,7 +13086,7 @@
|
|
|
12806
13086
|
},
|
|
12807
13087
|
"x-original-maxLength": 1024,
|
|
12808
13088
|
"x-reconciled-from-discovery": true,
|
|
12809
|
-
"x-reconciled-at": "2026-01-
|
|
13089
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852665+00:00"
|
|
12810
13090
|
}
|
|
12811
13091
|
},
|
|
12812
13092
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13079,7 +13359,7 @@
|
|
|
13079
13359
|
"x-original-maxLength": 1024,
|
|
13080
13360
|
"format": "uuid",
|
|
13081
13361
|
"x-reconciled-from-discovery": true,
|
|
13082
|
-
"x-reconciled-at": "2026-01-
|
|
13362
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852687+00:00"
|
|
13083
13363
|
},
|
|
13084
13364
|
"vtrp_id": {
|
|
13085
13365
|
"type": "string",
|
|
@@ -13191,7 +13471,7 @@
|
|
|
13191
13471
|
},
|
|
13192
13472
|
"x-original-maxLength": 1024,
|
|
13193
13473
|
"x-reconciled-from-discovery": true,
|
|
13194
|
-
"x-reconciled-at": "2026-01-
|
|
13474
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852696+00:00"
|
|
13195
13475
|
},
|
|
13196
13476
|
"status": {
|
|
13197
13477
|
"type": "string",
|
|
@@ -13210,7 +13490,7 @@
|
|
|
13210
13490
|
},
|
|
13211
13491
|
"x-original-maxLength": 1024,
|
|
13212
13492
|
"x-reconciled-from-discovery": true,
|
|
13213
|
-
"x-reconciled-at": "2026-01-
|
|
13493
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852701+00:00"
|
|
13214
13494
|
}
|
|
13215
13495
|
},
|
|
13216
13496
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13388,7 +13668,7 @@
|
|
|
13388
13668
|
"x-field-mutability": "read-only",
|
|
13389
13669
|
"x-original-maxLength": 1024,
|
|
13390
13670
|
"x-reconciled-from-discovery": true,
|
|
13391
|
-
"x-reconciled-at": "2026-01-
|
|
13671
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852719+00:00"
|
|
13392
13672
|
},
|
|
13393
13673
|
"uid": {
|
|
13394
13674
|
"type": "string",
|
|
@@ -13409,7 +13689,7 @@
|
|
|
13409
13689
|
"x-original-maxLength": 1024,
|
|
13410
13690
|
"format": "uuid",
|
|
13411
13691
|
"x-reconciled-from-discovery": true,
|
|
13412
|
-
"x-reconciled-at": "2026-01-
|
|
13692
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852723+00:00"
|
|
13413
13693
|
}
|
|
13414
13694
|
},
|
|
13415
13695
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13455,7 +13735,7 @@
|
|
|
13455
13735
|
},
|
|
13456
13736
|
"x-original-maxLength": 1024,
|
|
13457
13737
|
"x-reconciled-from-discovery": true,
|
|
13458
|
-
"x-reconciled-at": "2026-01-
|
|
13738
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852728+00:00"
|
|
13459
13739
|
},
|
|
13460
13740
|
"location": {
|
|
13461
13741
|
"type": "string",
|
|
@@ -13472,7 +13752,7 @@
|
|
|
13472
13752
|
},
|
|
13473
13753
|
"x-original-maxLength": 1024,
|
|
13474
13754
|
"x-reconciled-from-discovery": true,
|
|
13475
|
-
"x-reconciled-at": "2026-01-
|
|
13755
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852732+00:00"
|
|
13476
13756
|
},
|
|
13477
13757
|
"provider": {
|
|
13478
13758
|
"type": "string",
|
|
@@ -13489,7 +13769,7 @@
|
|
|
13489
13769
|
},
|
|
13490
13770
|
"x-original-maxLength": 1024,
|
|
13491
13771
|
"x-reconciled-from-discovery": true,
|
|
13492
|
-
"x-reconciled-at": "2026-01-
|
|
13772
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852737+00:00"
|
|
13493
13773
|
},
|
|
13494
13774
|
"secret_encoding": {
|
|
13495
13775
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -13511,7 +13791,7 @@
|
|
|
13511
13791
|
"maxLength": 1,
|
|
13512
13792
|
"minLength": 1,
|
|
13513
13793
|
"x-reconciled-from-discovery": true,
|
|
13514
|
-
"x-reconciled-at": "2026-01-
|
|
13794
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852744+00:00"
|
|
13515
13795
|
}
|
|
13516
13796
|
},
|
|
13517
13797
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13554,7 +13834,7 @@
|
|
|
13554
13834
|
},
|
|
13555
13835
|
"x-original-maxLength": 1024,
|
|
13556
13836
|
"x-reconciled-from-discovery": true,
|
|
13557
|
-
"x-reconciled-at": "2026-01-
|
|
13837
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852749+00:00"
|
|
13558
13838
|
},
|
|
13559
13839
|
"name": {
|
|
13560
13840
|
"type": "string",
|
|
@@ -13573,7 +13853,7 @@
|
|
|
13573
13853
|
},
|
|
13574
13854
|
"x-original-maxLength": 1024,
|
|
13575
13855
|
"x-reconciled-from-discovery": true,
|
|
13576
|
-
"x-reconciled-at": "2026-01-
|
|
13856
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852753+00:00"
|
|
13577
13857
|
},
|
|
13578
13858
|
"namespace": {
|
|
13579
13859
|
"type": "string",
|
|
@@ -13592,7 +13872,7 @@
|
|
|
13592
13872
|
},
|
|
13593
13873
|
"x-original-maxLength": 1024,
|
|
13594
13874
|
"x-reconciled-from-discovery": true,
|
|
13595
|
-
"x-reconciled-at": "2026-01-
|
|
13875
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852758+00:00"
|
|
13596
13876
|
},
|
|
13597
13877
|
"uid": {
|
|
13598
13878
|
"type": "string",
|
|
@@ -13613,7 +13893,7 @@
|
|
|
13613
13893
|
"x-original-maxLength": 1024,
|
|
13614
13894
|
"format": "uuid",
|
|
13615
13895
|
"x-reconciled-from-discovery": true,
|
|
13616
|
-
"x-reconciled-at": "2026-01-
|
|
13896
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852762+00:00"
|
|
13617
13897
|
}
|
|
13618
13898
|
},
|
|
13619
13899
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13683,7 +13963,7 @@
|
|
|
13683
13963
|
},
|
|
13684
13964
|
"x-original-maxLength": 1024,
|
|
13685
13965
|
"x-reconciled-from-discovery": true,
|
|
13686
|
-
"x-reconciled-at": "2026-01-
|
|
13966
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852768+00:00"
|
|
13687
13967
|
}
|
|
13688
13968
|
},
|
|
13689
13969
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14737,7 +15017,7 @@
|
|
|
14737
15017
|
},
|
|
14738
15018
|
"x-original-maxLength": 128,
|
|
14739
15019
|
"x-reconciled-from-discovery": true,
|
|
14740
|
-
"x-reconciled-at": "2026-01-
|
|
15020
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852906+00:00"
|
|
14741
15021
|
},
|
|
14742
15022
|
"namespace": {
|
|
14743
15023
|
"type": "string",
|
|
@@ -14762,7 +15042,7 @@
|
|
|
14762
15042
|
},
|
|
14763
15043
|
"x-original-maxLength": 64,
|
|
14764
15044
|
"x-reconciled-from-discovery": true,
|
|
14765
|
-
"x-reconciled-at": "2026-01-
|
|
15045
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852910+00:00"
|
|
14766
15046
|
},
|
|
14767
15047
|
"tenant": {
|
|
14768
15048
|
"type": "string",
|
|
@@ -14789,7 +15069,7 @@
|
|
|
14789
15069
|
"x-field-mutability": "read-only",
|
|
14790
15070
|
"x-original-maxLength": 64,
|
|
14791
15071
|
"x-reconciled-from-discovery": true,
|
|
14792
|
-
"x-reconciled-at": "2026-01-
|
|
15072
|
+
"x-reconciled-at": "2026-01-05T18:29:20.852914+00:00"
|
|
14793
15073
|
}
|
|
14794
15074
|
},
|
|
14795
15075
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16072,7 +16352,7 @@
|
|
|
16072
16352
|
},
|
|
16073
16353
|
"x-original-maxLength": 1024,
|
|
16074
16354
|
"x-reconciled-from-discovery": true,
|
|
16075
|
-
"x-reconciled-at": "2026-01-
|
|
16355
|
+
"x-reconciled-at": "2026-01-05T18:29:39.281169+00:00"
|
|
16076
16356
|
},
|
|
16077
16357
|
"namespace": {
|
|
16078
16358
|
"type": "string",
|
|
@@ -16091,7 +16371,7 @@
|
|
|
16091
16371
|
},
|
|
16092
16372
|
"x-original-maxLength": 1024,
|
|
16093
16373
|
"x-reconciled-from-discovery": true,
|
|
16094
|
-
"x-reconciled-at": "2026-01-
|
|
16374
|
+
"x-reconciled-at": "2026-01-05T18:29:39.281174+00:00"
|
|
16095
16375
|
}
|
|
16096
16376
|
},
|
|
16097
16377
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16401,7 +16681,7 @@
|
|
|
16401
16681
|
"maxLength": 17,
|
|
16402
16682
|
"minLength": 17,
|
|
16403
16683
|
"x-reconciled-from-discovery": true,
|
|
16404
|
-
"x-reconciled-at": "2026-01-
|
|
16684
|
+
"x-reconciled-at": "2026-01-05T18:29:39.281213+00:00"
|
|
16405
16685
|
},
|
|
16406
16686
|
"system_metadata": {
|
|
16407
16687
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -17498,7 +17778,7 @@
|
|
|
17498
17778
|
},
|
|
17499
17779
|
"x-original-maxLength": 1024,
|
|
17500
17780
|
"x-reconciled-from-discovery": true,
|
|
17501
|
-
"x-reconciled-at": "2026-01-
|
|
17781
|
+
"x-reconciled-at": "2026-01-05T18:29:39.281303+00:00"
|
|
17502
17782
|
},
|
|
17503
17783
|
"disabled": {
|
|
17504
17784
|
"type": "boolean",
|
|
@@ -17548,7 +17828,7 @@
|
|
|
17548
17828
|
},
|
|
17549
17829
|
"x-original-maxLength": 1024,
|
|
17550
17830
|
"x-reconciled-from-discovery": true,
|
|
17551
|
-
"x-reconciled-at": "2026-01-
|
|
17831
|
+
"x-reconciled-at": "2026-01-05T18:29:39.281313+00:00"
|
|
17552
17832
|
},
|
|
17553
17833
|
"namespace": {
|
|
17554
17834
|
"type": "string",
|
|
@@ -17567,7 +17847,7 @@
|
|
|
17567
17847
|
},
|
|
17568
17848
|
"x-original-maxLength": 1024,
|
|
17569
17849
|
"x-reconciled-from-discovery": true,
|
|
17570
|
-
"x-reconciled-at": "2026-01-
|
|
17850
|
+
"x-reconciled-at": "2026-01-05T18:29:39.281317+00:00"
|
|
17571
17851
|
},
|
|
17572
17852
|
"owner_view": {
|
|
17573
17853
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -17608,7 +17888,7 @@
|
|
|
17608
17888
|
"x-field-mutability": "read-only",
|
|
17609
17889
|
"x-original-maxLength": 1024,
|
|
17610
17890
|
"x-reconciled-from-discovery": true,
|
|
17611
|
-
"x-reconciled-at": "2026-01-
|
|
17891
|
+
"x-reconciled-at": "2026-01-05T18:29:39.281325+00:00"
|
|
17612
17892
|
},
|
|
17613
17893
|
"uid": {
|
|
17614
17894
|
"type": "string",
|
|
@@ -17629,7 +17909,7 @@
|
|
|
17629
17909
|
"x-original-maxLength": 1024,
|
|
17630
17910
|
"format": "uuid",
|
|
17631
17911
|
"x-reconciled-from-discovery": true,
|
|
17632
|
-
"x-reconciled-at": "2026-01-
|
|
17912
|
+
"x-reconciled-at": "2026-01-05T18:29:39.281330+00:00"
|
|
17633
17913
|
}
|
|
17634
17914
|
},
|
|
17635
17915
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18425,7 +18705,7 @@
|
|
|
18425
18705
|
},
|
|
18426
18706
|
"x-original-maxLength": 1024,
|
|
18427
18707
|
"x-reconciled-from-discovery": true,
|
|
18428
|
-
"x-reconciled-at": "2026-01-
|
|
18708
|
+
"x-reconciled-at": "2026-01-05T18:29:46.215934+00:00"
|
|
18429
18709
|
},
|
|
18430
18710
|
"status": {
|
|
18431
18711
|
"type": "string",
|
|
@@ -18444,7 +18724,7 @@
|
|
|
18444
18724
|
},
|
|
18445
18725
|
"x-original-maxLength": 1024,
|
|
18446
18726
|
"x-reconciled-from-discovery": true,
|
|
18447
|
-
"x-reconciled-at": "2026-01-
|
|
18727
|
+
"x-reconciled-at": "2026-01-05T18:29:46.215938+00:00"
|
|
18448
18728
|
}
|
|
18449
18729
|
},
|
|
18450
18730
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18536,7 +18816,7 @@
|
|
|
18536
18816
|
},
|
|
18537
18817
|
"x-original-maxLength": 1024,
|
|
18538
18818
|
"x-reconciled-from-discovery": true,
|
|
18539
|
-
"x-reconciled-at": "2026-01-
|
|
18819
|
+
"x-reconciled-at": "2026-01-05T18:29:46.215956+00:00"
|
|
18540
18820
|
},
|
|
18541
18821
|
"passport": {
|
|
18542
18822
|
"$ref": "#/components/schemas/registrationPassport"
|
|
@@ -18610,7 +18890,7 @@
|
|
|
18610
18890
|
},
|
|
18611
18891
|
"x-original-maxLength": 1024,
|
|
18612
18892
|
"x-reconciled-from-discovery": true,
|
|
18613
|
-
"x-reconciled-at": "2026-01-
|
|
18893
|
+
"x-reconciled-at": "2026-01-05T18:29:46.215966+00:00"
|
|
18614
18894
|
},
|
|
18615
18895
|
"namespace": {
|
|
18616
18896
|
"type": "string",
|
|
@@ -18636,7 +18916,7 @@
|
|
|
18636
18916
|
},
|
|
18637
18917
|
"x-original-maxLength": 1024,
|
|
18638
18918
|
"x-reconciled-from-discovery": true,
|
|
18639
|
-
"x-reconciled-at": "2026-01-
|
|
18919
|
+
"x-reconciled-at": "2026-01-05T18:29:46.215970+00:00"
|
|
18640
18920
|
},
|
|
18641
18921
|
"token": {
|
|
18642
18922
|
"type": "string",
|
|
@@ -18809,7 +19089,7 @@
|
|
|
18809
19089
|
},
|
|
18810
19090
|
"x-original-maxLength": 1024,
|
|
18811
19091
|
"x-reconciled-from-discovery": true,
|
|
18812
|
-
"x-reconciled-at": "2026-01-
|
|
19092
|
+
"x-reconciled-at": "2026-01-05T18:29:46.215987+00:00"
|
|
18813
19093
|
}
|
|
18814
19094
|
},
|
|
18815
19095
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19122,7 +19402,7 @@
|
|
|
19122
19402
|
"x-original-maxLength": 1024,
|
|
19123
19403
|
"format": "hostname",
|
|
19124
19404
|
"x-reconciled-from-discovery": true,
|
|
19125
|
-
"x-reconciled-at": "2026-01-
|
|
19405
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216014+00:00"
|
|
19126
19406
|
},
|
|
19127
19407
|
"hostname": {
|
|
19128
19408
|
"type": "string",
|
|
@@ -19303,7 +19583,7 @@
|
|
|
19303
19583
|
},
|
|
19304
19584
|
"x-original-maxLength": 1024,
|
|
19305
19585
|
"x-reconciled-from-discovery": true,
|
|
19306
|
-
"x-reconciled-at": "2026-01-
|
|
19586
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216046+00:00"
|
|
19307
19587
|
},
|
|
19308
19588
|
"plen": {
|
|
19309
19589
|
"type": "integer",
|
|
@@ -19507,7 +19787,7 @@
|
|
|
19507
19787
|
},
|
|
19508
19788
|
"x-original-maxLength": 1024,
|
|
19509
19789
|
"x-reconciled-from-discovery": true,
|
|
19510
|
-
"x-reconciled-at": "2026-01-
|
|
19790
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216064+00:00"
|
|
19511
19791
|
},
|
|
19512
19792
|
"disabled": {
|
|
19513
19793
|
"type": "boolean",
|
|
@@ -19557,7 +19837,7 @@
|
|
|
19557
19837
|
},
|
|
19558
19838
|
"x-original-maxLength": 1024,
|
|
19559
19839
|
"x-reconciled-from-discovery": true,
|
|
19560
|
-
"x-reconciled-at": "2026-01-
|
|
19840
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216074+00:00"
|
|
19561
19841
|
},
|
|
19562
19842
|
"namespace": {
|
|
19563
19843
|
"type": "string",
|
|
@@ -19576,7 +19856,7 @@
|
|
|
19576
19856
|
},
|
|
19577
19857
|
"x-original-maxLength": 1024,
|
|
19578
19858
|
"x-reconciled-from-discovery": true,
|
|
19579
|
-
"x-reconciled-at": "2026-01-
|
|
19859
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216078+00:00"
|
|
19580
19860
|
},
|
|
19581
19861
|
"object": {
|
|
19582
19862
|
"$ref": "#/components/schemas/registrationObject"
|
|
@@ -19605,7 +19885,7 @@
|
|
|
19605
19885
|
"x-field-mutability": "read-only",
|
|
19606
19886
|
"x-original-maxLength": 1024,
|
|
19607
19887
|
"x-reconciled-from-discovery": true,
|
|
19608
|
-
"x-reconciled-at": "2026-01-
|
|
19888
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216085+00:00"
|
|
19609
19889
|
},
|
|
19610
19890
|
"uid": {
|
|
19611
19891
|
"type": "string",
|
|
@@ -19626,7 +19906,7 @@
|
|
|
19626
19906
|
"x-original-maxLength": 1024,
|
|
19627
19907
|
"format": "uuid",
|
|
19628
19908
|
"x-reconciled-from-discovery": true,
|
|
19629
|
-
"x-reconciled-at": "2026-01-
|
|
19909
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216090+00:00"
|
|
19630
19910
|
}
|
|
19631
19911
|
},
|
|
19632
19912
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19684,7 +19964,7 @@
|
|
|
19684
19964
|
},
|
|
19685
19965
|
"x-original-maxLength": 1024,
|
|
19686
19966
|
"x-reconciled-from-discovery": true,
|
|
19687
|
-
"x-reconciled-at": "2026-01-
|
|
19967
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216095+00:00"
|
|
19688
19968
|
},
|
|
19689
19969
|
"state": {
|
|
19690
19970
|
"$ref": "#/components/schemas/registrationObjectState"
|
|
@@ -20252,7 +20532,7 @@
|
|
|
20252
20532
|
},
|
|
20253
20533
|
"x-original-maxLength": 1024,
|
|
20254
20534
|
"x-reconciled-from-discovery": true,
|
|
20255
|
-
"x-reconciled-at": "2026-01-
|
|
20535
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216134+00:00"
|
|
20256
20536
|
},
|
|
20257
20537
|
"request_body": {
|
|
20258
20538
|
"$ref": "#/components/schemas/protobufAny"
|
|
@@ -20374,7 +20654,7 @@
|
|
|
20374
20654
|
},
|
|
20375
20655
|
"x-original-maxLength": 1200,
|
|
20376
20656
|
"x-reconciled-from-discovery": true,
|
|
20377
|
-
"x-reconciled-at": "2026-01-
|
|
20657
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216194+00:00"
|
|
20378
20658
|
},
|
|
20379
20659
|
"disable": {
|
|
20380
20660
|
"type": "boolean",
|
|
@@ -20429,7 +20709,7 @@
|
|
|
20429
20709
|
},
|
|
20430
20710
|
"x-original-maxLength": 1024,
|
|
20431
20711
|
"x-reconciled-from-discovery": true,
|
|
20432
|
-
"x-reconciled-at": "2026-01-
|
|
20712
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216203+00:00"
|
|
20433
20713
|
},
|
|
20434
20714
|
"namespace": {
|
|
20435
20715
|
"type": "string",
|
|
@@ -20448,7 +20728,7 @@
|
|
|
20448
20728
|
},
|
|
20449
20729
|
"x-original-maxLength": 1024,
|
|
20450
20730
|
"x-reconciled-from-discovery": true,
|
|
20451
|
-
"x-reconciled-at": "2026-01-
|
|
20731
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216207+00:00"
|
|
20452
20732
|
},
|
|
20453
20733
|
"uid": {
|
|
20454
20734
|
"type": "string",
|
|
@@ -20470,7 +20750,7 @@
|
|
|
20470
20750
|
"x-original-maxLength": 1024,
|
|
20471
20751
|
"format": "uuid",
|
|
20472
20752
|
"x-reconciled-from-discovery": true,
|
|
20473
|
-
"x-reconciled-at": "2026-01-
|
|
20753
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216212+00:00"
|
|
20474
20754
|
}
|
|
20475
20755
|
},
|
|
20476
20756
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20694,7 +20974,7 @@
|
|
|
20694
20974
|
"maxLength": 6,
|
|
20695
20975
|
"minLength": 6,
|
|
20696
20976
|
"x-reconciled-from-discovery": true,
|
|
20697
|
-
"x-reconciled-at": "2026-01-
|
|
20977
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216273+00:00"
|
|
20698
20978
|
},
|
|
20699
20979
|
"object_index": {
|
|
20700
20980
|
"type": "integer",
|
|
@@ -20767,7 +21047,7 @@
|
|
|
20767
21047
|
"x-field-mutability": "read-only",
|
|
20768
21048
|
"x-original-maxLength": 1024,
|
|
20769
21049
|
"x-reconciled-from-discovery": true,
|
|
20770
|
-
"x-reconciled-at": "2026-01-
|
|
21050
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216283+00:00"
|
|
20771
21051
|
},
|
|
20772
21052
|
"trace_info": {
|
|
20773
21053
|
"type": "string",
|
|
@@ -20805,7 +21085,7 @@
|
|
|
20805
21085
|
"x-original-maxLength": 1024,
|
|
20806
21086
|
"format": "uuid",
|
|
20807
21087
|
"x-reconciled-from-discovery": true,
|
|
20808
|
-
"x-reconciled-at": "2026-01-
|
|
21088
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216289+00:00"
|
|
20809
21089
|
},
|
|
20810
21090
|
"vtrp_id": {
|
|
20811
21091
|
"type": "string",
|
|
@@ -21159,7 +21439,7 @@
|
|
|
21159
21439
|
},
|
|
21160
21440
|
"x-original-maxLength": 1024,
|
|
21161
21441
|
"x-reconciled-from-discovery": true,
|
|
21162
|
-
"x-reconciled-at": "2026-01-
|
|
21442
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216336+00:00"
|
|
21163
21443
|
},
|
|
21164
21444
|
"ref_value": {
|
|
21165
21445
|
"$ref": "#/components/schemas/schemaviewsObjectRefType"
|
|
@@ -21249,7 +21529,7 @@
|
|
|
21249
21529
|
},
|
|
21250
21530
|
"x-original-maxLength": 1024,
|
|
21251
21531
|
"x-reconciled-from-discovery": true,
|
|
21252
|
-
"x-reconciled-at": "2026-01-
|
|
21532
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216360+00:00"
|
|
21253
21533
|
}
|
|
21254
21534
|
},
|
|
21255
21535
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21306,7 +21586,7 @@
|
|
|
21306
21586
|
},
|
|
21307
21587
|
"x-original-maxLength": 1024,
|
|
21308
21588
|
"x-reconciled-from-discovery": true,
|
|
21309
|
-
"x-reconciled-at": "2026-01-
|
|
21589
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216366+00:00"
|
|
21310
21590
|
},
|
|
21311
21591
|
"serial": {
|
|
21312
21592
|
"type": "string",
|
|
@@ -21357,7 +21637,7 @@
|
|
|
21357
21637
|
},
|
|
21358
21638
|
"x-original-maxLength": 1024,
|
|
21359
21639
|
"x-reconciled-from-discovery": true,
|
|
21360
|
-
"x-reconciled-at": "2026-01-
|
|
21640
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216373+00:00"
|
|
21361
21641
|
}
|
|
21362
21642
|
},
|
|
21363
21643
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21465,7 +21745,7 @@
|
|
|
21465
21745
|
},
|
|
21466
21746
|
"x-original-maxLength": 1024,
|
|
21467
21747
|
"x-reconciled-from-discovery": true,
|
|
21468
|
-
"x-reconciled-at": "2026-01-
|
|
21748
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216383+00:00"
|
|
21469
21749
|
}
|
|
21470
21750
|
},
|
|
21471
21751
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21823,7 +22103,7 @@
|
|
|
21823
22103
|
},
|
|
21824
22104
|
"x-original-maxLength": 1024,
|
|
21825
22105
|
"x-reconciled-from-discovery": true,
|
|
21826
|
-
"x-reconciled-at": "2026-01-
|
|
22106
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216409+00:00"
|
|
21827
22107
|
}
|
|
21828
22108
|
},
|
|
21829
22109
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22040,7 +22320,7 @@
|
|
|
22040
22320
|
},
|
|
22041
22321
|
"x-original-maxLength": 1024,
|
|
22042
22322
|
"x-reconciled-from-discovery": true,
|
|
22043
|
-
"x-reconciled-at": "2026-01-
|
|
22323
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216425+00:00"
|
|
22044
22324
|
},
|
|
22045
22325
|
"port": {
|
|
22046
22326
|
"type": "string",
|
|
@@ -22137,7 +22417,7 @@
|
|
|
22137
22417
|
},
|
|
22138
22418
|
"x-original-maxLength": 1024,
|
|
22139
22419
|
"x-reconciled-from-discovery": true,
|
|
22140
|
-
"x-reconciled-at": "2026-01-
|
|
22420
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216434+00:00"
|
|
22141
22421
|
},
|
|
22142
22422
|
"release": {
|
|
22143
22423
|
"type": "string",
|
|
@@ -22188,7 +22468,7 @@
|
|
|
22188
22468
|
},
|
|
22189
22469
|
"x-original-maxLength": 1024,
|
|
22190
22470
|
"x-reconciled-from-discovery": true,
|
|
22191
|
-
"x-reconciled-at": "2026-01-
|
|
22471
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216441+00:00"
|
|
22192
22472
|
}
|
|
22193
22473
|
},
|
|
22194
22474
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22358,7 +22638,7 @@
|
|
|
22358
22638
|
},
|
|
22359
22639
|
"x-original-maxLength": 1024,
|
|
22360
22640
|
"x-reconciled-from-discovery": true,
|
|
22361
|
-
"x-reconciled-at": "2026-01-
|
|
22641
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216460+00:00"
|
|
22362
22642
|
},
|
|
22363
22643
|
"serial": {
|
|
22364
22644
|
"type": "string",
|
|
@@ -22409,7 +22689,7 @@
|
|
|
22409
22689
|
},
|
|
22410
22690
|
"x-original-maxLength": 1024,
|
|
22411
22691
|
"x-reconciled-from-discovery": true,
|
|
22412
|
-
"x-reconciled-at": "2026-01-
|
|
22692
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216467+00:00"
|
|
22413
22693
|
}
|
|
22414
22694
|
},
|
|
22415
22695
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22483,7 +22763,7 @@
|
|
|
22483
22763
|
},
|
|
22484
22764
|
"x-original-maxLength": 1024,
|
|
22485
22765
|
"x-reconciled-from-discovery": true,
|
|
22486
|
-
"x-reconciled-at": "2026-01-
|
|
22766
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216474+00:00"
|
|
22487
22767
|
},
|
|
22488
22768
|
"serial": {
|
|
22489
22769
|
"type": "string",
|
|
@@ -22707,7 +22987,7 @@
|
|
|
22707
22987
|
},
|
|
22708
22988
|
"x-original-maxLength": 1024,
|
|
22709
22989
|
"x-reconciled-from-discovery": true,
|
|
22710
|
-
"x-reconciled-at": "2026-01-
|
|
22990
|
+
"x-reconciled-at": "2026-01-05T18:29:46.216494+00:00"
|
|
22711
22991
|
},
|
|
22712
22992
|
"i_manufacturer": {
|
|
22713
22993
|
"type": "string",
|
|
@@ -23052,7 +23332,7 @@
|
|
|
23052
23332
|
},
|
|
23053
23333
|
"x-original-maxLength": 1024,
|
|
23054
23334
|
"x-reconciled-from-discovery": true,
|
|
23055
|
-
"x-reconciled-at": "2026-01-
|
|
23335
|
+
"x-reconciled-at": "2026-01-05T18:30:06.590027+00:00"
|
|
23056
23336
|
},
|
|
23057
23337
|
"namespace": {
|
|
23058
23338
|
"type": "string",
|
|
@@ -23071,7 +23351,7 @@
|
|
|
23071
23351
|
},
|
|
23072
23352
|
"x-original-maxLength": 1024,
|
|
23073
23353
|
"x-reconciled-from-discovery": true,
|
|
23074
|
-
"x-reconciled-at": "2026-01-
|
|
23354
|
+
"x-reconciled-at": "2026-01-05T18:30:06.590042+00:00"
|
|
23075
23355
|
}
|
|
23076
23356
|
},
|
|
23077
23357
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23169,7 +23449,7 @@
|
|
|
23169
23449
|
"maxLength": 17,
|
|
23170
23450
|
"minLength": 17,
|
|
23171
23451
|
"x-reconciled-from-discovery": true,
|
|
23172
|
-
"x-reconciled-at": "2026-01-
|
|
23452
|
+
"x-reconciled-at": "2026-01-05T18:30:06.590057+00:00"
|
|
23173
23453
|
},
|
|
23174
23454
|
"system_metadata": {
|
|
23175
23455
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -23353,7 +23633,7 @@
|
|
|
23353
23633
|
},
|
|
23354
23634
|
"x-original-maxLength": 1024,
|
|
23355
23635
|
"x-reconciled-from-discovery": true,
|
|
23356
|
-
"x-reconciled-at": "2026-01-
|
|
23636
|
+
"x-reconciled-at": "2026-01-05T18:30:06.590070+00:00"
|
|
23357
23637
|
},
|
|
23358
23638
|
"disabled": {
|
|
23359
23639
|
"type": "boolean",
|
|
@@ -23403,7 +23683,7 @@
|
|
|
23403
23683
|
},
|
|
23404
23684
|
"x-original-maxLength": 1024,
|
|
23405
23685
|
"x-reconciled-from-discovery": true,
|
|
23406
|
-
"x-reconciled-at": "2026-01-
|
|
23686
|
+
"x-reconciled-at": "2026-01-05T18:30:06.590080+00:00"
|
|
23407
23687
|
},
|
|
23408
23688
|
"namespace": {
|
|
23409
23689
|
"type": "string",
|
|
@@ -23422,7 +23702,7 @@
|
|
|
23422
23702
|
},
|
|
23423
23703
|
"x-original-maxLength": 1024,
|
|
23424
23704
|
"x-reconciled-from-discovery": true,
|
|
23425
|
-
"x-reconciled-at": "2026-01-
|
|
23705
|
+
"x-reconciled-at": "2026-01-05T18:30:06.590084+00:00"
|
|
23426
23706
|
},
|
|
23427
23707
|
"owner_view": {
|
|
23428
23708
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -23463,7 +23743,7 @@
|
|
|
23463
23743
|
"x-field-mutability": "read-only",
|
|
23464
23744
|
"x-original-maxLength": 1024,
|
|
23465
23745
|
"x-reconciled-from-discovery": true,
|
|
23466
|
-
"x-reconciled-at": "2026-01-
|
|
23746
|
+
"x-reconciled-at": "2026-01-05T18:30:06.590092+00:00"
|
|
23467
23747
|
},
|
|
23468
23748
|
"uid": {
|
|
23469
23749
|
"type": "string",
|
|
@@ -23484,7 +23764,7 @@
|
|
|
23484
23764
|
"x-original-maxLength": 1024,
|
|
23485
23765
|
"format": "uuid",
|
|
23486
23766
|
"x-reconciled-from-discovery": true,
|
|
23487
|
-
"x-reconciled-at": "2026-01-
|
|
23767
|
+
"x-reconciled-at": "2026-01-05T18:30:06.590097+00:00"
|
|
23488
23768
|
}
|
|
23489
23769
|
},
|
|
23490
23770
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23855,7 +24135,7 @@
|
|
|
23855
24135
|
},
|
|
23856
24136
|
"x-original-maxLength": 1024,
|
|
23857
24137
|
"x-reconciled-from-discovery": true,
|
|
23858
|
-
"x-reconciled-at": "2026-01-
|
|
24138
|
+
"x-reconciled-at": "2026-01-05T18:30:07.043469+00:00"
|
|
23859
24139
|
},
|
|
23860
24140
|
"name": {
|
|
23861
24141
|
"type": "string",
|
|
@@ -23872,7 +24152,7 @@
|
|
|
23872
24152
|
},
|
|
23873
24153
|
"x-original-maxLength": 1024,
|
|
23874
24154
|
"x-reconciled-from-discovery": true,
|
|
23875
|
-
"x-reconciled-at": "2026-01-
|
|
24155
|
+
"x-reconciled-at": "2026-01-05T18:30:07.043475+00:00"
|
|
23876
24156
|
}
|
|
23877
24157
|
},
|
|
23878
24158
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23912,7 +24192,7 @@
|
|
|
23912
24192
|
},
|
|
23913
24193
|
"x-original-maxLength": 1024,
|
|
23914
24194
|
"x-reconciled-from-discovery": true,
|
|
23915
|
-
"x-reconciled-at": "2026-01-
|
|
24195
|
+
"x-reconciled-at": "2026-01-05T18:30:07.043483+00:00"
|
|
23916
24196
|
},
|
|
23917
24197
|
"reason": {
|
|
23918
24198
|
"type": "string",
|
|
@@ -23931,7 +24211,7 @@
|
|
|
23931
24211
|
},
|
|
23932
24212
|
"x-original-maxLength": 1024,
|
|
23933
24213
|
"x-reconciled-from-discovery": true,
|
|
23934
|
-
"x-reconciled-at": "2026-01-
|
|
24214
|
+
"x-reconciled-at": "2026-01-05T18:30:07.043488+00:00"
|
|
23935
24215
|
},
|
|
23936
24216
|
"status": {
|
|
23937
24217
|
"$ref": "#/components/schemas/upgrade_statusChecklistStatus"
|
|
@@ -24176,7 +24456,7 @@
|
|
|
24176
24456
|
},
|
|
24177
24457
|
"x-original-maxLength": 1024,
|
|
24178
24458
|
"x-reconciled-from-discovery": true,
|
|
24179
|
-
"x-reconciled-at": "2026-01-
|
|
24459
|
+
"x-reconciled-at": "2026-01-05T18:30:07.043509+00:00"
|
|
24180
24460
|
},
|
|
24181
24461
|
"status": {
|
|
24182
24462
|
"$ref": "#/components/schemas/upgrade_statusStatus"
|
|
@@ -24278,7 +24558,7 @@
|
|
|
24278
24558
|
},
|
|
24279
24559
|
"x-original-maxLength": 1024,
|
|
24280
24560
|
"x-reconciled-from-discovery": true,
|
|
24281
|
-
"x-reconciled-at": "2026-01-
|
|
24561
|
+
"x-reconciled-at": "2026-01-05T18:30:07.043521+00:00"
|
|
24282
24562
|
},
|
|
24283
24563
|
"progress": {
|
|
24284
24564
|
"$ref": "#/components/schemas/upgrade_statusUpgradeProgressCount"
|
|
@@ -24336,7 +24616,7 @@
|
|
|
24336
24616
|
},
|
|
24337
24617
|
"x-original-maxLength": 1024,
|
|
24338
24618
|
"x-reconciled-from-discovery": true,
|
|
24339
|
-
"x-reconciled-at": "2026-01-
|
|
24619
|
+
"x-reconciled-at": "2026-01-05T18:30:07.043530+00:00"
|
|
24340
24620
|
},
|
|
24341
24621
|
"results": {
|
|
24342
24622
|
"type": "array",
|
|
@@ -24530,7 +24810,7 @@
|
|
|
24530
24810
|
},
|
|
24531
24811
|
"x-original-maxLength": 1024,
|
|
24532
24812
|
"x-reconciled-from-discovery": true,
|
|
24533
|
-
"x-reconciled-at": "2026-01-
|
|
24813
|
+
"x-reconciled-at": "2026-01-05T18:30:07.043554+00:00"
|
|
24534
24814
|
}
|
|
24535
24815
|
},
|
|
24536
24816
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24630,7 +24910,7 @@
|
|
|
24630
24910
|
},
|
|
24631
24911
|
"x-original-maxLength": 1024,
|
|
24632
24912
|
"x-reconciled-from-discovery": true,
|
|
24633
|
-
"x-reconciled-at": "2026-01-
|
|
24913
|
+
"x-reconciled-at": "2026-01-05T18:30:07.043564+00:00"
|
|
24634
24914
|
},
|
|
24635
24915
|
"objects": {
|
|
24636
24916
|
"type": "array",
|
|
@@ -24697,7 +24977,7 @@
|
|
|
24697
24977
|
},
|
|
24698
24978
|
"x-original-maxLength": 1024,
|
|
24699
24979
|
"x-reconciled-from-discovery": true,
|
|
24700
|
-
"x-reconciled-at": "2026-01-
|
|
24980
|
+
"x-reconciled-at": "2026-01-05T18:30:07.043572+00:00"
|
|
24701
24981
|
},
|
|
24702
24982
|
"status": {
|
|
24703
24983
|
"$ref": "#/components/schemas/upgrade_statusStatus"
|