@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": "Support",
|
|
5
5
|
"description": "Case management workflows including submission, commentary, and closure paths. Urgency adjustments and routing for time-sensitive incidents. Tax exemption verification requests. Site-level tcpdump operations—initiation, enumeration, and termination—for low-level network troubleshooting and protocol analysis.",
|
|
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": "Issue lifecycle with comments, severity changes, and resolution tracking. Packet capture for connection analysis.",
|
|
16
|
-
"x-f5xc-cli-domain": "support"
|
|
16
|
+
"x-f5xc-cli-domain": "support",
|
|
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
|
{
|
|
@@ -293,6 +343,13 @@
|
|
|
293
343
|
"latency": "low",
|
|
294
344
|
"resource_usage": "low"
|
|
295
345
|
}
|
|
346
|
+
},
|
|
347
|
+
"x-f5xc-discovered-response-time": {
|
|
348
|
+
"p50_ms": 1000,
|
|
349
|
+
"p95_ms": 3000,
|
|
350
|
+
"p99_ms": 8000,
|
|
351
|
+
"sample_count": 0,
|
|
352
|
+
"source": "estimate"
|
|
296
353
|
}
|
|
297
354
|
},
|
|
298
355
|
"x-displayname": "CRL Resync.",
|
|
@@ -492,6 +549,13 @@
|
|
|
492
549
|
"latency": "low",
|
|
493
550
|
"resource_usage": "low"
|
|
494
551
|
}
|
|
552
|
+
},
|
|
553
|
+
"x-f5xc-discovered-response-time": {
|
|
554
|
+
"p50_ms": 1000,
|
|
555
|
+
"p95_ms": 3000,
|
|
556
|
+
"p99_ms": 8000,
|
|
557
|
+
"sample_count": 0,
|
|
558
|
+
"source": "estimate"
|
|
495
559
|
}
|
|
496
560
|
},
|
|
497
561
|
"x-displayname": "Customer Support.",
|
|
@@ -691,6 +755,13 @@
|
|
|
691
755
|
"latency": "low",
|
|
692
756
|
"resource_usage": "low"
|
|
693
757
|
}
|
|
758
|
+
},
|
|
759
|
+
"x-f5xc-discovered-response-time": {
|
|
760
|
+
"p50_ms": 1000,
|
|
761
|
+
"p95_ms": 3000,
|
|
762
|
+
"p99_ms": 8000,
|
|
763
|
+
"sample_count": 0,
|
|
764
|
+
"source": "estimate"
|
|
694
765
|
}
|
|
695
766
|
},
|
|
696
767
|
"x-displayname": "Customer Support.",
|
|
@@ -905,6 +976,13 @@
|
|
|
905
976
|
"latency": "low",
|
|
906
977
|
"resource_usage": "low"
|
|
907
978
|
}
|
|
979
|
+
},
|
|
980
|
+
"x-f5xc-discovered-response-time": {
|
|
981
|
+
"p50_ms": 1000,
|
|
982
|
+
"p95_ms": 3000,
|
|
983
|
+
"p99_ms": 8000,
|
|
984
|
+
"sample_count": 0,
|
|
985
|
+
"source": "estimate"
|
|
908
986
|
}
|
|
909
987
|
},
|
|
910
988
|
"x-displayname": "Customer Support.",
|
|
@@ -1132,6 +1210,13 @@
|
|
|
1132
1210
|
"latency": "moderate",
|
|
1133
1211
|
"resource_usage": "moderate"
|
|
1134
1212
|
}
|
|
1213
|
+
},
|
|
1214
|
+
"x-f5xc-discovered-response-time": {
|
|
1215
|
+
"p50_ms": 200,
|
|
1216
|
+
"p95_ms": 800,
|
|
1217
|
+
"p99_ms": 2000,
|
|
1218
|
+
"sample_count": 0,
|
|
1219
|
+
"source": "estimate"
|
|
1135
1220
|
}
|
|
1136
1221
|
},
|
|
1137
1222
|
"x-displayname": "Customer Support.",
|
|
@@ -1359,6 +1444,13 @@
|
|
|
1359
1444
|
"latency": "low",
|
|
1360
1445
|
"resource_usage": "low"
|
|
1361
1446
|
}
|
|
1447
|
+
},
|
|
1448
|
+
"x-f5xc-discovered-response-time": {
|
|
1449
|
+
"p50_ms": 1000,
|
|
1450
|
+
"p95_ms": 3000,
|
|
1451
|
+
"p99_ms": 8000,
|
|
1452
|
+
"sample_count": 0,
|
|
1453
|
+
"source": "estimate"
|
|
1362
1454
|
}
|
|
1363
1455
|
},
|
|
1364
1456
|
"x-displayname": "Customer Support.",
|
|
@@ -1586,6 +1678,13 @@
|
|
|
1586
1678
|
"latency": "low",
|
|
1587
1679
|
"resource_usage": "low"
|
|
1588
1680
|
}
|
|
1681
|
+
},
|
|
1682
|
+
"x-f5xc-discovered-response-time": {
|
|
1683
|
+
"p50_ms": 1000,
|
|
1684
|
+
"p95_ms": 3000,
|
|
1685
|
+
"p99_ms": 8000,
|
|
1686
|
+
"sample_count": 0,
|
|
1687
|
+
"source": "estimate"
|
|
1589
1688
|
}
|
|
1590
1689
|
},
|
|
1591
1690
|
"x-displayname": "Customer Support.",
|
|
@@ -1813,6 +1912,13 @@
|
|
|
1813
1912
|
"latency": "low",
|
|
1814
1913
|
"resource_usage": "low"
|
|
1815
1914
|
}
|
|
1915
|
+
},
|
|
1916
|
+
"x-f5xc-discovered-response-time": {
|
|
1917
|
+
"p50_ms": 1000,
|
|
1918
|
+
"p95_ms": 3000,
|
|
1919
|
+
"p99_ms": 8000,
|
|
1920
|
+
"sample_count": 0,
|
|
1921
|
+
"source": "estimate"
|
|
1816
1922
|
}
|
|
1817
1923
|
},
|
|
1818
1924
|
"x-displayname": "Customer Support.",
|
|
@@ -2040,6 +2146,13 @@
|
|
|
2040
2146
|
"latency": "low",
|
|
2041
2147
|
"resource_usage": "low"
|
|
2042
2148
|
}
|
|
2149
|
+
},
|
|
2150
|
+
"x-f5xc-discovered-response-time": {
|
|
2151
|
+
"p50_ms": 1000,
|
|
2152
|
+
"p95_ms": 3000,
|
|
2153
|
+
"p99_ms": 8000,
|
|
2154
|
+
"sample_count": 0,
|
|
2155
|
+
"source": "estimate"
|
|
2043
2156
|
}
|
|
2044
2157
|
},
|
|
2045
2158
|
"x-displayname": "Customer Support.",
|
|
@@ -2267,6 +2380,13 @@
|
|
|
2267
2380
|
"latency": "low",
|
|
2268
2381
|
"resource_usage": "low"
|
|
2269
2382
|
}
|
|
2383
|
+
},
|
|
2384
|
+
"x-f5xc-discovered-response-time": {
|
|
2385
|
+
"p50_ms": 1000,
|
|
2386
|
+
"p95_ms": 3000,
|
|
2387
|
+
"p99_ms": 8000,
|
|
2388
|
+
"sample_count": 0,
|
|
2389
|
+
"source": "estimate"
|
|
2270
2390
|
}
|
|
2271
2391
|
},
|
|
2272
2392
|
"x-displayname": "Customer Support.",
|
|
@@ -2494,6 +2614,13 @@
|
|
|
2494
2614
|
"latency": "moderate",
|
|
2495
2615
|
"resource_usage": "moderate"
|
|
2496
2616
|
}
|
|
2617
|
+
},
|
|
2618
|
+
"x-f5xc-discovered-response-time": {
|
|
2619
|
+
"p50_ms": 200,
|
|
2620
|
+
"p95_ms": 800,
|
|
2621
|
+
"p99_ms": 2000,
|
|
2622
|
+
"sample_count": 0,
|
|
2623
|
+
"source": "estimate"
|
|
2497
2624
|
}
|
|
2498
2625
|
},
|
|
2499
2626
|
"x-displayname": "Customer Support.",
|
|
@@ -2714,6 +2841,13 @@
|
|
|
2714
2841
|
"latency": "low",
|
|
2715
2842
|
"resource_usage": "low"
|
|
2716
2843
|
}
|
|
2844
|
+
},
|
|
2845
|
+
"x-f5xc-discovered-response-time": {
|
|
2846
|
+
"p50_ms": 200,
|
|
2847
|
+
"p95_ms": 800,
|
|
2848
|
+
"p99_ms": 2000,
|
|
2849
|
+
"sample_count": 0,
|
|
2850
|
+
"source": "estimate"
|
|
2717
2851
|
}
|
|
2718
2852
|
},
|
|
2719
2853
|
"x-displayname": "Customer Support.",
|
|
@@ -2902,6 +3036,13 @@
|
|
|
2902
3036
|
"latency": "moderate",
|
|
2903
3037
|
"resource_usage": "moderate"
|
|
2904
3038
|
}
|
|
3039
|
+
},
|
|
3040
|
+
"x-f5xc-discovered-response-time": {
|
|
3041
|
+
"p50_ms": 200,
|
|
3042
|
+
"p95_ms": 800,
|
|
3043
|
+
"p99_ms": 2000,
|
|
3044
|
+
"sample_count": 0,
|
|
3045
|
+
"source": "estimate"
|
|
2905
3046
|
}
|
|
2906
3047
|
},
|
|
2907
3048
|
"x-displayname": "Debug",
|
|
@@ -3101,6 +3242,13 @@
|
|
|
3101
3242
|
"latency": "moderate",
|
|
3102
3243
|
"resource_usage": "moderate"
|
|
3103
3244
|
}
|
|
3245
|
+
},
|
|
3246
|
+
"x-f5xc-discovered-response-time": {
|
|
3247
|
+
"p50_ms": 200,
|
|
3248
|
+
"p95_ms": 800,
|
|
3249
|
+
"p99_ms": 2000,
|
|
3250
|
+
"sample_count": 0,
|
|
3251
|
+
"source": "estimate"
|
|
3104
3252
|
}
|
|
3105
3253
|
},
|
|
3106
3254
|
"x-displayname": "Debug",
|
|
@@ -3289,6 +3437,13 @@
|
|
|
3289
3437
|
"latency": "moderate",
|
|
3290
3438
|
"resource_usage": "moderate"
|
|
3291
3439
|
}
|
|
3440
|
+
},
|
|
3441
|
+
"x-f5xc-discovered-response-time": {
|
|
3442
|
+
"p50_ms": 200,
|
|
3443
|
+
"p95_ms": 800,
|
|
3444
|
+
"p99_ms": 2000,
|
|
3445
|
+
"sample_count": 0,
|
|
3446
|
+
"source": "estimate"
|
|
3292
3447
|
}
|
|
3293
3448
|
},
|
|
3294
3449
|
"x-displayname": "Debug",
|
|
@@ -3488,6 +3643,13 @@
|
|
|
3488
3643
|
"latency": "moderate",
|
|
3489
3644
|
"resource_usage": "moderate"
|
|
3490
3645
|
}
|
|
3646
|
+
},
|
|
3647
|
+
"x-f5xc-discovered-response-time": {
|
|
3648
|
+
"p50_ms": 200,
|
|
3649
|
+
"p95_ms": 800,
|
|
3650
|
+
"p99_ms": 2000,
|
|
3651
|
+
"sample_count": 0,
|
|
3652
|
+
"source": "estimate"
|
|
3491
3653
|
}
|
|
3492
3654
|
},
|
|
3493
3655
|
"x-displayname": "Debug",
|
|
@@ -3713,6 +3875,13 @@
|
|
|
3713
3875
|
"latency": "low",
|
|
3714
3876
|
"resource_usage": "low"
|
|
3715
3877
|
}
|
|
3878
|
+
},
|
|
3879
|
+
"x-f5xc-discovered-response-time": {
|
|
3880
|
+
"p50_ms": 1000,
|
|
3881
|
+
"p95_ms": 3000,
|
|
3882
|
+
"p99_ms": 8000,
|
|
3883
|
+
"sample_count": 0,
|
|
3884
|
+
"source": "estimate"
|
|
3716
3885
|
}
|
|
3717
3886
|
},
|
|
3718
3887
|
"x-displayname": "Debug",
|
|
@@ -3912,6 +4081,13 @@
|
|
|
3912
4081
|
"latency": "moderate",
|
|
3913
4082
|
"resource_usage": "moderate"
|
|
3914
4083
|
}
|
|
4084
|
+
},
|
|
4085
|
+
"x-f5xc-discovered-response-time": {
|
|
4086
|
+
"p50_ms": 200,
|
|
4087
|
+
"p95_ms": 800,
|
|
4088
|
+
"p99_ms": 2000,
|
|
4089
|
+
"sample_count": 0,
|
|
4090
|
+
"source": "estimate"
|
|
3915
4091
|
}
|
|
3916
4092
|
},
|
|
3917
4093
|
"x-displayname": "Debug",
|
|
@@ -4113,6 +4289,13 @@
|
|
|
4113
4289
|
"latency": "moderate",
|
|
4114
4290
|
"resource_usage": "moderate"
|
|
4115
4291
|
}
|
|
4292
|
+
},
|
|
4293
|
+
"x-f5xc-discovered-response-time": {
|
|
4294
|
+
"p50_ms": 200,
|
|
4295
|
+
"p95_ms": 800,
|
|
4296
|
+
"p99_ms": 2000,
|
|
4297
|
+
"sample_count": 0,
|
|
4298
|
+
"source": "estimate"
|
|
4116
4299
|
}
|
|
4117
4300
|
},
|
|
4118
4301
|
"x-displayname": "Debug",
|
|
@@ -4338,6 +4521,13 @@
|
|
|
4338
4521
|
"latency": "moderate",
|
|
4339
4522
|
"resource_usage": "moderate"
|
|
4340
4523
|
}
|
|
4524
|
+
},
|
|
4525
|
+
"x-f5xc-discovered-response-time": {
|
|
4526
|
+
"p50_ms": 200,
|
|
4527
|
+
"p95_ms": 800,
|
|
4528
|
+
"p99_ms": 2000,
|
|
4529
|
+
"sample_count": 0,
|
|
4530
|
+
"source": "estimate"
|
|
4341
4531
|
}
|
|
4342
4532
|
},
|
|
4343
4533
|
"x-displayname": "Debug",
|
|
@@ -4571,6 +4761,13 @@
|
|
|
4571
4761
|
"latency": "low",
|
|
4572
4762
|
"resource_usage": "low"
|
|
4573
4763
|
}
|
|
4764
|
+
},
|
|
4765
|
+
"x-f5xc-discovered-response-time": {
|
|
4766
|
+
"p50_ms": 1000,
|
|
4767
|
+
"p95_ms": 3000,
|
|
4768
|
+
"p99_ms": 8000,
|
|
4769
|
+
"sample_count": 0,
|
|
4770
|
+
"source": "estimate"
|
|
4574
4771
|
}
|
|
4575
4772
|
},
|
|
4576
4773
|
"x-displayname": "Debug",
|
|
@@ -4797,6 +4994,13 @@
|
|
|
4797
4994
|
"latency": "moderate",
|
|
4798
4995
|
"resource_usage": "moderate"
|
|
4799
4996
|
}
|
|
4997
|
+
},
|
|
4998
|
+
"x-f5xc-discovered-response-time": {
|
|
4999
|
+
"p50_ms": 200,
|
|
5000
|
+
"p95_ms": 800,
|
|
5001
|
+
"p99_ms": 2000,
|
|
5002
|
+
"sample_count": 0,
|
|
5003
|
+
"source": "estimate"
|
|
4800
5004
|
}
|
|
4801
5005
|
},
|
|
4802
5006
|
"x-displayname": "Debug",
|
|
@@ -5030,6 +5234,13 @@
|
|
|
5030
5234
|
"latency": "low",
|
|
5031
5235
|
"resource_usage": "low"
|
|
5032
5236
|
}
|
|
5237
|
+
},
|
|
5238
|
+
"x-f5xc-discovered-response-time": {
|
|
5239
|
+
"p50_ms": 1000,
|
|
5240
|
+
"p95_ms": 3000,
|
|
5241
|
+
"p99_ms": 8000,
|
|
5242
|
+
"sample_count": 0,
|
|
5243
|
+
"source": "estimate"
|
|
5033
5244
|
}
|
|
5034
5245
|
},
|
|
5035
5246
|
"x-displayname": "Debug",
|
|
@@ -5270,6 +5481,13 @@
|
|
|
5270
5481
|
"latency": "low",
|
|
5271
5482
|
"resource_usage": "low"
|
|
5272
5483
|
}
|
|
5484
|
+
},
|
|
5485
|
+
"x-f5xc-discovered-response-time": {
|
|
5486
|
+
"p50_ms": 1000,
|
|
5487
|
+
"p95_ms": 3000,
|
|
5488
|
+
"p99_ms": 8000,
|
|
5489
|
+
"sample_count": 0,
|
|
5490
|
+
"source": "estimate"
|
|
5273
5491
|
}
|
|
5274
5492
|
},
|
|
5275
5493
|
"x-displayname": "Debug",
|
|
@@ -5510,6 +5728,13 @@
|
|
|
5510
5728
|
"latency": "low",
|
|
5511
5729
|
"resource_usage": "low"
|
|
5512
5730
|
}
|
|
5731
|
+
},
|
|
5732
|
+
"x-f5xc-discovered-response-time": {
|
|
5733
|
+
"p50_ms": 1000,
|
|
5734
|
+
"p95_ms": 3000,
|
|
5735
|
+
"p99_ms": 8000,
|
|
5736
|
+
"sample_count": 0,
|
|
5737
|
+
"source": "estimate"
|
|
5513
5738
|
}
|
|
5514
5739
|
},
|
|
5515
5740
|
"x-displayname": "Debug",
|
|
@@ -5749,6 +5974,13 @@
|
|
|
5749
5974
|
"latency": "moderate",
|
|
5750
5975
|
"resource_usage": "moderate"
|
|
5751
5976
|
}
|
|
5977
|
+
},
|
|
5978
|
+
"x-f5xc-discovered-response-time": {
|
|
5979
|
+
"p50_ms": 200,
|
|
5980
|
+
"p95_ms": 800,
|
|
5981
|
+
"p99_ms": 2000,
|
|
5982
|
+
"sample_count": 0,
|
|
5983
|
+
"source": "estimate"
|
|
5752
5984
|
}
|
|
5753
5985
|
},
|
|
5754
5986
|
"x-displayname": "Debug",
|
|
@@ -6002,6 +6234,13 @@
|
|
|
6002
6234
|
"latency": "low",
|
|
6003
6235
|
"resource_usage": "low"
|
|
6004
6236
|
}
|
|
6237
|
+
},
|
|
6238
|
+
"x-f5xc-discovered-response-time": {
|
|
6239
|
+
"p50_ms": 1000,
|
|
6240
|
+
"p95_ms": 3000,
|
|
6241
|
+
"p99_ms": 8000,
|
|
6242
|
+
"sample_count": 0,
|
|
6243
|
+
"source": "estimate"
|
|
6005
6244
|
}
|
|
6006
6245
|
},
|
|
6007
6246
|
"x-displayname": "Debug",
|
|
@@ -6203,6 +6442,13 @@
|
|
|
6203
6442
|
"latency": "moderate",
|
|
6204
6443
|
"resource_usage": "moderate"
|
|
6205
6444
|
}
|
|
6445
|
+
},
|
|
6446
|
+
"x-f5xc-discovered-response-time": {
|
|
6447
|
+
"p50_ms": 200,
|
|
6448
|
+
"p95_ms": 800,
|
|
6449
|
+
"p99_ms": 2000,
|
|
6450
|
+
"sample_count": 0,
|
|
6451
|
+
"source": "estimate"
|
|
6206
6452
|
}
|
|
6207
6453
|
},
|
|
6208
6454
|
"x-displayname": "Dhcp Leases.",
|
|
@@ -6417,6 +6663,13 @@
|
|
|
6417
6663
|
"latency": "moderate",
|
|
6418
6664
|
"resource_usage": "moderate"
|
|
6419
6665
|
}
|
|
6666
|
+
},
|
|
6667
|
+
"x-f5xc-discovered-response-time": {
|
|
6668
|
+
"p50_ms": 200,
|
|
6669
|
+
"p95_ms": 800,
|
|
6670
|
+
"p99_ms": 2000,
|
|
6671
|
+
"sample_count": 0,
|
|
6672
|
+
"source": "estimate"
|
|
6420
6673
|
}
|
|
6421
6674
|
},
|
|
6422
6675
|
"post": {
|
|
@@ -6652,6 +6905,13 @@
|
|
|
6652
6905
|
"latency": "low",
|
|
6653
6906
|
"resource_usage": "low"
|
|
6654
6907
|
}
|
|
6908
|
+
},
|
|
6909
|
+
"x-f5xc-discovered-response-time": {
|
|
6910
|
+
"p50_ms": 1000,
|
|
6911
|
+
"p95_ms": 3000,
|
|
6912
|
+
"p99_ms": 8000,
|
|
6913
|
+
"sample_count": 0,
|
|
6914
|
+
"source": "estimate"
|
|
6655
6915
|
}
|
|
6656
6916
|
},
|
|
6657
6917
|
"x-displayname": "LTE configuration.",
|
|
@@ -6892,6 +7152,13 @@
|
|
|
6892
7152
|
"latency": "low",
|
|
6893
7153
|
"resource_usage": "low"
|
|
6894
7154
|
}
|
|
7155
|
+
},
|
|
7156
|
+
"x-f5xc-discovered-response-time": {
|
|
7157
|
+
"p50_ms": 1000,
|
|
7158
|
+
"p95_ms": 3000,
|
|
7159
|
+
"p99_ms": 8000,
|
|
7160
|
+
"sample_count": 0,
|
|
7161
|
+
"source": "estimate"
|
|
6895
7162
|
}
|
|
6896
7163
|
},
|
|
6897
7164
|
"x-displayname": "LTE configuration.",
|
|
@@ -7106,6 +7373,13 @@
|
|
|
7106
7373
|
"latency": "moderate",
|
|
7107
7374
|
"resource_usage": "moderate"
|
|
7108
7375
|
}
|
|
7376
|
+
},
|
|
7377
|
+
"x-f5xc-discovered-response-time": {
|
|
7378
|
+
"p50_ms": 200,
|
|
7379
|
+
"p95_ms": 800,
|
|
7380
|
+
"p99_ms": 2000,
|
|
7381
|
+
"sample_count": 0,
|
|
7382
|
+
"source": "estimate"
|
|
7109
7383
|
}
|
|
7110
7384
|
},
|
|
7111
7385
|
"x-displayname": "LTE configuration.",
|
|
@@ -7329,6 +7603,13 @@
|
|
|
7329
7603
|
"latency": "low",
|
|
7330
7604
|
"resource_usage": "low"
|
|
7331
7605
|
}
|
|
7606
|
+
},
|
|
7607
|
+
"x-f5xc-discovered-response-time": {
|
|
7608
|
+
"p50_ms": 1000,
|
|
7609
|
+
"p95_ms": 3000,
|
|
7610
|
+
"p99_ms": 8000,
|
|
7611
|
+
"sample_count": 0,
|
|
7612
|
+
"source": "estimate"
|
|
7332
7613
|
}
|
|
7333
7614
|
},
|
|
7334
7615
|
"x-displayname": "Ping",
|
|
@@ -7545,6 +7826,13 @@
|
|
|
7545
7826
|
"latency": "low",
|
|
7546
7827
|
"resource_usage": "low"
|
|
7547
7828
|
}
|
|
7829
|
+
},
|
|
7830
|
+
"x-f5xc-discovered-response-time": {
|
|
7831
|
+
"p50_ms": 1000,
|
|
7832
|
+
"p95_ms": 3000,
|
|
7833
|
+
"p99_ms": 8000,
|
|
7834
|
+
"sample_count": 0,
|
|
7835
|
+
"source": "estimate"
|
|
7548
7836
|
}
|
|
7549
7837
|
},
|
|
7550
7838
|
"x-displayname": "Tcpdump",
|
|
@@ -7768,6 +8056,13 @@
|
|
|
7768
8056
|
"latency": "low",
|
|
7769
8057
|
"resource_usage": "low"
|
|
7770
8058
|
}
|
|
8059
|
+
},
|
|
8060
|
+
"x-f5xc-discovered-response-time": {
|
|
8061
|
+
"p50_ms": 1000,
|
|
8062
|
+
"p95_ms": 3000,
|
|
8063
|
+
"p99_ms": 8000,
|
|
8064
|
+
"sample_count": 0,
|
|
8065
|
+
"source": "estimate"
|
|
7771
8066
|
}
|
|
7772
8067
|
},
|
|
7773
8068
|
"x-displayname": "Tcpdump",
|
|
@@ -7984,6 +8279,13 @@
|
|
|
7984
8279
|
"latency": "low",
|
|
7985
8280
|
"resource_usage": "low"
|
|
7986
8281
|
}
|
|
8282
|
+
},
|
|
8283
|
+
"x-f5xc-discovered-response-time": {
|
|
8284
|
+
"p50_ms": 1000,
|
|
8285
|
+
"p95_ms": 3000,
|
|
8286
|
+
"p99_ms": 8000,
|
|
8287
|
+
"sample_count": 0,
|
|
8288
|
+
"source": "estimate"
|
|
7987
8289
|
}
|
|
7988
8290
|
},
|
|
7989
8291
|
"x-displayname": "Tcpdump",
|
|
@@ -8207,6 +8509,13 @@
|
|
|
8207
8509
|
"latency": "low",
|
|
8208
8510
|
"resource_usage": "low"
|
|
8209
8511
|
}
|
|
8512
|
+
},
|
|
8513
|
+
"x-f5xc-discovered-response-time": {
|
|
8514
|
+
"p50_ms": 1000,
|
|
8515
|
+
"p95_ms": 3000,
|
|
8516
|
+
"p99_ms": 8000,
|
|
8517
|
+
"sample_count": 0,
|
|
8518
|
+
"source": "estimate"
|
|
8210
8519
|
}
|
|
8211
8520
|
},
|
|
8212
8521
|
"x-displayname": "Tcpdump",
|
|
@@ -8406,6 +8715,13 @@
|
|
|
8406
8715
|
"latency": "low",
|
|
8407
8716
|
"resource_usage": "low"
|
|
8408
8717
|
}
|
|
8718
|
+
},
|
|
8719
|
+
"x-f5xc-discovered-response-time": {
|
|
8720
|
+
"p50_ms": 1000,
|
|
8721
|
+
"p95_ms": 3000,
|
|
8722
|
+
"p99_ms": 8000,
|
|
8723
|
+
"sample_count": 0,
|
|
8724
|
+
"source": "estimate"
|
|
8409
8725
|
}
|
|
8410
8726
|
},
|
|
8411
8727
|
"x-displayname": "Ticket Tracking System.",
|
|
@@ -8605,6 +8921,13 @@
|
|
|
8605
8921
|
"latency": "low",
|
|
8606
8922
|
"resource_usage": "low"
|
|
8607
8923
|
}
|
|
8924
|
+
},
|
|
8925
|
+
"x-f5xc-discovered-response-time": {
|
|
8926
|
+
"p50_ms": 1000,
|
|
8927
|
+
"p95_ms": 3000,
|
|
8928
|
+
"p99_ms": 8000,
|
|
8929
|
+
"sample_count": 0,
|
|
8930
|
+
"source": "estimate"
|
|
8608
8931
|
}
|
|
8609
8932
|
},
|
|
8610
8933
|
"x-displayname": "Ticket Tracking System.",
|
|
@@ -8819,6 +9142,13 @@
|
|
|
8819
9142
|
"latency": "low",
|
|
8820
9143
|
"resource_usage": "low"
|
|
8821
9144
|
}
|
|
9145
|
+
},
|
|
9146
|
+
"x-f5xc-discovered-response-time": {
|
|
9147
|
+
"p50_ms": 1000,
|
|
9148
|
+
"p95_ms": 3000,
|
|
9149
|
+
"p99_ms": 8000,
|
|
9150
|
+
"sample_count": 0,
|
|
9151
|
+
"source": "estimate"
|
|
8822
9152
|
}
|
|
8823
9153
|
},
|
|
8824
9154
|
"x-displayname": "Ticket Tracking System.",
|
|
@@ -9041,6 +9371,13 @@
|
|
|
9041
9371
|
"latency": "low",
|
|
9042
9372
|
"resource_usage": "low"
|
|
9043
9373
|
}
|
|
9374
|
+
},
|
|
9375
|
+
"x-f5xc-discovered-response-time": {
|
|
9376
|
+
"p50_ms": 800,
|
|
9377
|
+
"p95_ms": 2500,
|
|
9378
|
+
"p99_ms": 6000,
|
|
9379
|
+
"sample_count": 0,
|
|
9380
|
+
"source": "estimate"
|
|
9044
9381
|
}
|
|
9045
9382
|
},
|
|
9046
9383
|
"x-displayname": "Ticket Tracking System.",
|
|
@@ -9268,6 +9605,13 @@
|
|
|
9268
9605
|
"latency": "moderate",
|
|
9269
9606
|
"resource_usage": "moderate"
|
|
9270
9607
|
}
|
|
9608
|
+
},
|
|
9609
|
+
"x-f5xc-discovered-response-time": {
|
|
9610
|
+
"p50_ms": 200,
|
|
9611
|
+
"p95_ms": 800,
|
|
9612
|
+
"p99_ms": 2000,
|
|
9613
|
+
"sample_count": 0,
|
|
9614
|
+
"source": "estimate"
|
|
9271
9615
|
}
|
|
9272
9616
|
},
|
|
9273
9617
|
"x-displayname": "Ticket Tracking System.",
|
|
@@ -9488,6 +9832,13 @@
|
|
|
9488
9832
|
"latency": "low",
|
|
9489
9833
|
"resource_usage": "low"
|
|
9490
9834
|
}
|
|
9835
|
+
},
|
|
9836
|
+
"x-f5xc-discovered-response-time": {
|
|
9837
|
+
"p50_ms": 200,
|
|
9838
|
+
"p95_ms": 800,
|
|
9839
|
+
"p99_ms": 2000,
|
|
9840
|
+
"sample_count": 0,
|
|
9841
|
+
"source": "estimate"
|
|
9491
9842
|
}
|
|
9492
9843
|
},
|
|
9493
9844
|
"delete": {
|
|
@@ -9707,6 +10058,13 @@
|
|
|
9707
10058
|
"latency": "high",
|
|
9708
10059
|
"resource_usage": "moderate"
|
|
9709
10060
|
}
|
|
10061
|
+
},
|
|
10062
|
+
"x-f5xc-discovered-response-time": {
|
|
10063
|
+
"p50_ms": 500,
|
|
10064
|
+
"p95_ms": 1500,
|
|
10065
|
+
"p99_ms": 4000,
|
|
10066
|
+
"sample_count": 0,
|
|
10067
|
+
"source": "estimate"
|
|
9710
10068
|
}
|
|
9711
10069
|
},
|
|
9712
10070
|
"x-displayname": "Ticket Tracking System.",
|
|
@@ -9921,6 +10279,13 @@
|
|
|
9921
10279
|
"latency": "moderate",
|
|
9922
10280
|
"resource_usage": "moderate"
|
|
9923
10281
|
}
|
|
10282
|
+
},
|
|
10283
|
+
"x-f5xc-discovered-response-time": {
|
|
10284
|
+
"p50_ms": 200,
|
|
10285
|
+
"p95_ms": 800,
|
|
10286
|
+
"p99_ms": 2000,
|
|
10287
|
+
"sample_count": 0,
|
|
10288
|
+
"source": "estimate"
|
|
9924
10289
|
}
|
|
9925
10290
|
},
|
|
9926
10291
|
"post": {
|
|
@@ -10156,6 +10521,13 @@
|
|
|
10156
10521
|
"latency": "low",
|
|
10157
10522
|
"resource_usage": "low"
|
|
10158
10523
|
}
|
|
10524
|
+
},
|
|
10525
|
+
"x-f5xc-discovered-response-time": {
|
|
10526
|
+
"p50_ms": 1000,
|
|
10527
|
+
"p95_ms": 3000,
|
|
10528
|
+
"p99_ms": 8000,
|
|
10529
|
+
"sample_count": 0,
|
|
10530
|
+
"source": "estimate"
|
|
10159
10531
|
}
|
|
10160
10532
|
},
|
|
10161
10533
|
"x-displayname": "USB info",
|
|
@@ -10370,6 +10742,13 @@
|
|
|
10370
10742
|
"latency": "moderate",
|
|
10371
10743
|
"resource_usage": "moderate"
|
|
10372
10744
|
}
|
|
10745
|
+
},
|
|
10746
|
+
"x-f5xc-discovered-response-time": {
|
|
10747
|
+
"p50_ms": 500,
|
|
10748
|
+
"p95_ms": 2000,
|
|
10749
|
+
"p99_ms": 5000,
|
|
10750
|
+
"sample_count": 0,
|
|
10751
|
+
"source": "estimate"
|
|
10373
10752
|
}
|
|
10374
10753
|
},
|
|
10375
10754
|
"x-displayname": "USB info",
|
|
@@ -10585,6 +10964,13 @@
|
|
|
10585
10964
|
"latency": "moderate",
|
|
10586
10965
|
"resource_usage": "moderate"
|
|
10587
10966
|
}
|
|
10967
|
+
},
|
|
10968
|
+
"x-f5xc-discovered-response-time": {
|
|
10969
|
+
"p50_ms": 200,
|
|
10970
|
+
"p95_ms": 800,
|
|
10971
|
+
"p99_ms": 2000,
|
|
10972
|
+
"sample_count": 0,
|
|
10973
|
+
"source": "estimate"
|
|
10588
10974
|
}
|
|
10589
10975
|
},
|
|
10590
10976
|
"x-displayname": "USB info",
|
|
@@ -10826,6 +11212,13 @@
|
|
|
10826
11212
|
"latency": "low",
|
|
10827
11213
|
"resource_usage": "low"
|
|
10828
11214
|
}
|
|
11215
|
+
},
|
|
11216
|
+
"x-f5xc-discovered-response-time": {
|
|
11217
|
+
"p50_ms": 1000,
|
|
11218
|
+
"p95_ms": 3000,
|
|
11219
|
+
"p99_ms": 8000,
|
|
11220
|
+
"sample_count": 0,
|
|
11221
|
+
"source": "estimate"
|
|
10829
11222
|
}
|
|
10830
11223
|
},
|
|
10831
11224
|
"x-displayname": "USB info",
|
|
@@ -11067,6 +11460,13 @@
|
|
|
11067
11460
|
"latency": "low",
|
|
11068
11461
|
"resource_usage": "low"
|
|
11069
11462
|
}
|
|
11463
|
+
},
|
|
11464
|
+
"x-f5xc-discovered-response-time": {
|
|
11465
|
+
"p50_ms": 1000,
|
|
11466
|
+
"p95_ms": 3000,
|
|
11467
|
+
"p99_ms": 8000,
|
|
11468
|
+
"sample_count": 0,
|
|
11469
|
+
"source": "estimate"
|
|
11070
11470
|
}
|
|
11071
11471
|
},
|
|
11072
11472
|
"x-displayname": "USB info",
|
|
@@ -11281,6 +11681,13 @@
|
|
|
11281
11681
|
"latency": "moderate",
|
|
11282
11682
|
"resource_usage": "moderate"
|
|
11283
11683
|
}
|
|
11684
|
+
},
|
|
11685
|
+
"x-f5xc-discovered-response-time": {
|
|
11686
|
+
"p50_ms": 200,
|
|
11687
|
+
"p95_ms": 800,
|
|
11688
|
+
"p99_ms": 2000,
|
|
11689
|
+
"sample_count": 0,
|
|
11690
|
+
"source": "estimate"
|
|
11284
11691
|
}
|
|
11285
11692
|
},
|
|
11286
11693
|
"post": {
|
|
@@ -11516,6 +11923,13 @@
|
|
|
11516
11923
|
"latency": "low",
|
|
11517
11924
|
"resource_usage": "low"
|
|
11518
11925
|
}
|
|
11926
|
+
},
|
|
11927
|
+
"x-f5xc-discovered-response-time": {
|
|
11928
|
+
"p50_ms": 1000,
|
|
11929
|
+
"p95_ms": 3000,
|
|
11930
|
+
"p99_ms": 8000,
|
|
11931
|
+
"sample_count": 0,
|
|
11932
|
+
"source": "estimate"
|
|
11519
11933
|
}
|
|
11520
11934
|
},
|
|
11521
11935
|
"x-displayname": "WIFI info",
|
|
@@ -11756,6 +12170,13 @@
|
|
|
11756
12170
|
"latency": "low",
|
|
11757
12171
|
"resource_usage": "low"
|
|
11758
12172
|
}
|
|
12173
|
+
},
|
|
12174
|
+
"x-f5xc-discovered-response-time": {
|
|
12175
|
+
"p50_ms": 1000,
|
|
12176
|
+
"p95_ms": 3000,
|
|
12177
|
+
"p99_ms": 8000,
|
|
12178
|
+
"sample_count": 0,
|
|
12179
|
+
"source": "estimate"
|
|
11759
12180
|
}
|
|
11760
12181
|
},
|
|
11761
12182
|
"x-displayname": "WIFI info",
|
|
@@ -11970,6 +12391,13 @@
|
|
|
11970
12391
|
"latency": "moderate",
|
|
11971
12392
|
"resource_usage": "moderate"
|
|
11972
12393
|
}
|
|
12394
|
+
},
|
|
12395
|
+
"x-f5xc-discovered-response-time": {
|
|
12396
|
+
"p50_ms": 200,
|
|
12397
|
+
"p95_ms": 800,
|
|
12398
|
+
"p99_ms": 2000,
|
|
12399
|
+
"sample_count": 0,
|
|
12400
|
+
"source": "estimate"
|
|
11973
12401
|
}
|
|
11974
12402
|
},
|
|
11975
12403
|
"x-displayname": "WIFI info",
|
|
@@ -12184,6 +12612,13 @@
|
|
|
12184
12612
|
"latency": "moderate",
|
|
12185
12613
|
"resource_usage": "moderate"
|
|
12186
12614
|
}
|
|
12615
|
+
},
|
|
12616
|
+
"x-f5xc-discovered-response-time": {
|
|
12617
|
+
"p50_ms": 500,
|
|
12618
|
+
"p95_ms": 2000,
|
|
12619
|
+
"p99_ms": 5000,
|
|
12620
|
+
"sample_count": 0,
|
|
12621
|
+
"source": "estimate"
|
|
12187
12622
|
}
|
|
12188
12623
|
},
|
|
12189
12624
|
"x-displayname": "WIFI info",
|
|
@@ -12225,7 +12660,7 @@
|
|
|
12225
12660
|
},
|
|
12226
12661
|
"x-original-maxLength": 1024,
|
|
12227
12662
|
"x-reconciled-from-discovery": true,
|
|
12228
|
-
"x-reconciled-at": "2026-01-
|
|
12663
|
+
"x-reconciled-at": "2026-01-05T18:28:53.452195+00:00"
|
|
12229
12664
|
},
|
|
12230
12665
|
"namespace": {
|
|
12231
12666
|
"type": "string",
|
|
@@ -12244,7 +12679,7 @@
|
|
|
12244
12679
|
},
|
|
12245
12680
|
"x-original-maxLength": 1024,
|
|
12246
12681
|
"x-reconciled-from-discovery": true,
|
|
12247
|
-
"x-reconciled-at": "2026-01-
|
|
12682
|
+
"x-reconciled-at": "2026-01-05T18:28:53.452203+00:00"
|
|
12248
12683
|
},
|
|
12249
12684
|
"site": {
|
|
12250
12685
|
"type": "string",
|
|
@@ -12279,7 +12714,7 @@
|
|
|
12279
12714
|
"x-original-maxLength": 1024,
|
|
12280
12715
|
"format": "uuid",
|
|
12281
12716
|
"x-reconciled-from-discovery": true,
|
|
12282
|
-
"x-reconciled-at": "2026-01-
|
|
12717
|
+
"x-reconciled-at": "2026-01-05T18:28:53.452212+00:00"
|
|
12283
12718
|
}
|
|
12284
12719
|
},
|
|
12285
12720
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12320,7 +12755,7 @@
|
|
|
12320
12755
|
},
|
|
12321
12756
|
"x-original-maxLength": 1024,
|
|
12322
12757
|
"x-reconciled-from-discovery": true,
|
|
12323
|
-
"x-reconciled-at": "2026-01-
|
|
12758
|
+
"x-reconciled-at": "2026-01-05T18:28:53.452219+00:00"
|
|
12324
12759
|
}
|
|
12325
12760
|
},
|
|
12326
12761
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12448,7 +12883,7 @@
|
|
|
12448
12883
|
},
|
|
12449
12884
|
"x-original-maxLength": 1024,
|
|
12450
12885
|
"x-reconciled-from-discovery": true,
|
|
12451
|
-
"x-reconciled-at": "2026-01-
|
|
12886
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542441+00:00"
|
|
12452
12887
|
},
|
|
12453
12888
|
"namespace": {
|
|
12454
12889
|
"type": "string",
|
|
@@ -12467,7 +12902,7 @@
|
|
|
12467
12902
|
},
|
|
12468
12903
|
"x-original-maxLength": 1024,
|
|
12469
12904
|
"x-reconciled-from-discovery": true,
|
|
12470
|
-
"x-reconciled-at": "2026-01-
|
|
12905
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542447+00:00"
|
|
12471
12906
|
}
|
|
12472
12907
|
},
|
|
12473
12908
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12561,7 +12996,7 @@
|
|
|
12561
12996
|
},
|
|
12562
12997
|
"x-original-maxLength": 1024,
|
|
12563
12998
|
"x-reconciled-from-discovery": true,
|
|
12564
|
-
"x-reconciled-at": "2026-01-
|
|
12999
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542458+00:00"
|
|
12565
13000
|
},
|
|
12566
13001
|
"namespace": {
|
|
12567
13002
|
"type": "string",
|
|
@@ -12580,7 +13015,7 @@
|
|
|
12580
13015
|
},
|
|
12581
13016
|
"x-original-maxLength": 1024,
|
|
12582
13017
|
"x-reconciled-from-discovery": true,
|
|
12583
|
-
"x-reconciled-at": "2026-01-
|
|
13018
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542463+00:00"
|
|
12584
13019
|
}
|
|
12585
13020
|
},
|
|
12586
13021
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12841,7 +13276,7 @@
|
|
|
12841
13276
|
},
|
|
12842
13277
|
"x-original-maxLength": 1024,
|
|
12843
13278
|
"x-reconciled-from-discovery": true,
|
|
12844
|
-
"x-reconciled-at": "2026-01-
|
|
13279
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542486+00:00"
|
|
12845
13280
|
},
|
|
12846
13281
|
"namespace": {
|
|
12847
13282
|
"type": "string",
|
|
@@ -12860,7 +13295,7 @@
|
|
|
12860
13295
|
},
|
|
12861
13296
|
"x-original-maxLength": 1024,
|
|
12862
13297
|
"x-reconciled-from-discovery": true,
|
|
12863
|
-
"x-reconciled-at": "2026-01-
|
|
13298
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542490+00:00"
|
|
12864
13299
|
}
|
|
12865
13300
|
},
|
|
12866
13301
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12977,7 +13412,7 @@
|
|
|
12977
13412
|
"maxLength": 17,
|
|
12978
13413
|
"minLength": 17,
|
|
12979
13414
|
"x-reconciled-from-discovery": true,
|
|
12980
|
-
"x-reconciled-at": "2026-01-
|
|
13415
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542505+00:00"
|
|
12981
13416
|
},
|
|
12982
13417
|
"system_metadata": {
|
|
12983
13418
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -13110,7 +13545,7 @@
|
|
|
13110
13545
|
},
|
|
13111
13546
|
"x-original-maxLength": 1024,
|
|
13112
13547
|
"x-reconciled-from-discovery": true,
|
|
13113
|
-
"x-reconciled-at": "2026-01-
|
|
13548
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542518+00:00"
|
|
13114
13549
|
},
|
|
13115
13550
|
"disabled": {
|
|
13116
13551
|
"type": "boolean",
|
|
@@ -13160,7 +13595,7 @@
|
|
|
13160
13595
|
},
|
|
13161
13596
|
"x-original-maxLength": 1024,
|
|
13162
13597
|
"x-reconciled-from-discovery": true,
|
|
13163
|
-
"x-reconciled-at": "2026-01-
|
|
13598
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542529+00:00"
|
|
13164
13599
|
},
|
|
13165
13600
|
"namespace": {
|
|
13166
13601
|
"type": "string",
|
|
@@ -13179,7 +13614,7 @@
|
|
|
13179
13614
|
},
|
|
13180
13615
|
"x-original-maxLength": 1024,
|
|
13181
13616
|
"x-reconciled-from-discovery": true,
|
|
13182
|
-
"x-reconciled-at": "2026-01-
|
|
13617
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542533+00:00"
|
|
13183
13618
|
},
|
|
13184
13619
|
"owner_view": {
|
|
13185
13620
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -13220,7 +13655,7 @@
|
|
|
13220
13655
|
"x-field-mutability": "read-only",
|
|
13221
13656
|
"x-original-maxLength": 1024,
|
|
13222
13657
|
"x-reconciled-from-discovery": true,
|
|
13223
|
-
"x-reconciled-at": "2026-01-
|
|
13658
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542541+00:00"
|
|
13224
13659
|
},
|
|
13225
13660
|
"uid": {
|
|
13226
13661
|
"type": "string",
|
|
@@ -13241,7 +13676,7 @@
|
|
|
13241
13676
|
"x-original-maxLength": 1024,
|
|
13242
13677
|
"format": "uuid",
|
|
13243
13678
|
"x-reconciled-from-discovery": true,
|
|
13244
|
-
"x-reconciled-at": "2026-01-
|
|
13679
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542547+00:00"
|
|
13245
13680
|
}
|
|
13246
13681
|
},
|
|
13247
13682
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13339,7 +13774,7 @@
|
|
|
13339
13774
|
"maxLength": 17,
|
|
13340
13775
|
"minLength": 17,
|
|
13341
13776
|
"x-reconciled-from-discovery": true,
|
|
13342
|
-
"x-reconciled-at": "2026-01-
|
|
13777
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542556+00:00"
|
|
13343
13778
|
}
|
|
13344
13779
|
},
|
|
13345
13780
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13430,7 +13865,7 @@
|
|
|
13430
13865
|
},
|
|
13431
13866
|
"x-original-maxLength": 1024,
|
|
13432
13867
|
"x-reconciled-from-discovery": true,
|
|
13433
|
-
"x-reconciled-at": "2026-01-
|
|
13868
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542564+00:00"
|
|
13434
13869
|
},
|
|
13435
13870
|
"namespace": {
|
|
13436
13871
|
"type": "string",
|
|
@@ -13449,7 +13884,7 @@
|
|
|
13449
13884
|
},
|
|
13450
13885
|
"x-original-maxLength": 1024,
|
|
13451
13886
|
"x-reconciled-from-discovery": true,
|
|
13452
|
-
"x-reconciled-at": "2026-01-
|
|
13887
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542568+00:00"
|
|
13453
13888
|
},
|
|
13454
13889
|
"priority": {
|
|
13455
13890
|
"$ref": "#/components/schemas/customer_supportSupportTicketPriority"
|
|
@@ -13569,7 +14004,7 @@
|
|
|
13569
14004
|
},
|
|
13570
14005
|
"x-original-maxLength": 1024,
|
|
13571
14006
|
"x-reconciled-from-discovery": true,
|
|
13572
|
-
"x-reconciled-at": "2026-01-
|
|
14007
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542581+00:00"
|
|
13573
14008
|
}
|
|
13574
14009
|
},
|
|
13575
14010
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13609,7 +14044,7 @@
|
|
|
13609
14044
|
},
|
|
13610
14045
|
"x-original-maxLength": 1024,
|
|
13611
14046
|
"x-reconciled-from-discovery": true,
|
|
13612
|
-
"x-reconciled-at": "2026-01-
|
|
14047
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542586+00:00"
|
|
13613
14048
|
},
|
|
13614
14049
|
"namespace": {
|
|
13615
14050
|
"type": "string",
|
|
@@ -13628,7 +14063,7 @@
|
|
|
13628
14063
|
},
|
|
13629
14064
|
"x-original-maxLength": 1024,
|
|
13630
14065
|
"x-reconciled-from-discovery": true,
|
|
13631
|
-
"x-reconciled-at": "2026-01-
|
|
14066
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542590+00:00"
|
|
13632
14067
|
}
|
|
13633
14068
|
},
|
|
13634
14069
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13948,7 +14383,7 @@
|
|
|
13948
14383
|
},
|
|
13949
14384
|
"x-original-maxLength": 1024,
|
|
13950
14385
|
"x-reconciled-from-discovery": true,
|
|
13951
|
-
"x-reconciled-at": "2026-01-
|
|
14386
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542604+00:00"
|
|
13952
14387
|
}
|
|
13953
14388
|
},
|
|
13954
14389
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14017,7 +14452,7 @@
|
|
|
14017
14452
|
},
|
|
14018
14453
|
"x-original-maxLength": 1024,
|
|
14019
14454
|
"x-reconciled-from-discovery": true,
|
|
14020
|
-
"x-reconciled-at": "2026-01-
|
|
14455
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542611+00:00"
|
|
14021
14456
|
},
|
|
14022
14457
|
"service_name": {
|
|
14023
14458
|
"type": "string",
|
|
@@ -14056,7 +14491,7 @@
|
|
|
14056
14491
|
},
|
|
14057
14492
|
"x-original-maxLength": 1024,
|
|
14058
14493
|
"x-reconciled-from-discovery": true,
|
|
14059
|
-
"x-reconciled-at": "2026-01-
|
|
14494
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542618+00:00"
|
|
14060
14495
|
},
|
|
14061
14496
|
"type": {
|
|
14062
14497
|
"type": "string",
|
|
@@ -14165,7 +14600,7 @@
|
|
|
14165
14600
|
},
|
|
14166
14601
|
"x-original-maxLength": 1024,
|
|
14167
14602
|
"x-reconciled-from-discovery": true,
|
|
14168
|
-
"x-reconciled-at": "2026-01-
|
|
14603
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542628+00:00"
|
|
14169
14604
|
}
|
|
14170
14605
|
},
|
|
14171
14606
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14274,7 +14709,7 @@
|
|
|
14274
14709
|
},
|
|
14275
14710
|
"x-original-maxLength": 1200,
|
|
14276
14711
|
"x-reconciled-from-discovery": true,
|
|
14277
|
-
"x-reconciled-at": "2026-01-
|
|
14712
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542637+00:00"
|
|
14278
14713
|
},
|
|
14279
14714
|
"disable": {
|
|
14280
14715
|
"type": "boolean",
|
|
@@ -14327,7 +14762,7 @@
|
|
|
14327
14762
|
},
|
|
14328
14763
|
"x-original-maxLength": 1024,
|
|
14329
14764
|
"x-reconciled-from-discovery": true,
|
|
14330
|
-
"x-reconciled-at": "2026-01-
|
|
14765
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542645+00:00"
|
|
14331
14766
|
},
|
|
14332
14767
|
"namespace": {
|
|
14333
14768
|
"type": "string",
|
|
@@ -14346,7 +14781,7 @@
|
|
|
14346
14781
|
},
|
|
14347
14782
|
"x-original-maxLength": 1024,
|
|
14348
14783
|
"x-reconciled-from-discovery": true,
|
|
14349
|
-
"x-reconciled-at": "2026-01-
|
|
14784
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542649+00:00"
|
|
14350
14785
|
}
|
|
14351
14786
|
},
|
|
14352
14787
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14422,7 +14857,7 @@
|
|
|
14422
14857
|
},
|
|
14423
14858
|
"x-original-maxLength": 1200,
|
|
14424
14859
|
"x-reconciled-from-discovery": true,
|
|
14425
|
-
"x-reconciled-at": "2026-01-
|
|
14860
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542655+00:00"
|
|
14426
14861
|
},
|
|
14427
14862
|
"disable": {
|
|
14428
14863
|
"type": "boolean",
|
|
@@ -14477,7 +14912,7 @@
|
|
|
14477
14912
|
},
|
|
14478
14913
|
"x-original-maxLength": 1024,
|
|
14479
14914
|
"x-reconciled-from-discovery": true,
|
|
14480
|
-
"x-reconciled-at": "2026-01-
|
|
14915
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542663+00:00"
|
|
14481
14916
|
},
|
|
14482
14917
|
"namespace": {
|
|
14483
14918
|
"type": "string",
|
|
@@ -14496,7 +14931,7 @@
|
|
|
14496
14931
|
},
|
|
14497
14932
|
"x-original-maxLength": 1024,
|
|
14498
14933
|
"x-reconciled-from-discovery": true,
|
|
14499
|
-
"x-reconciled-at": "2026-01-
|
|
14934
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542668+00:00"
|
|
14500
14935
|
}
|
|
14501
14936
|
},
|
|
14502
14937
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14541,7 +14976,7 @@
|
|
|
14541
14976
|
"readOnly": true,
|
|
14542
14977
|
"x-original-maxLength": 1024,
|
|
14543
14978
|
"x-reconciled-from-discovery": true,
|
|
14544
|
-
"x-reconciled-at": "2026-01-
|
|
14979
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542673+00:00"
|
|
14545
14980
|
},
|
|
14546
14981
|
"name": {
|
|
14547
14982
|
"type": "string",
|
|
@@ -14560,7 +14995,7 @@
|
|
|
14560
14995
|
},
|
|
14561
14996
|
"x-original-maxLength": 1024,
|
|
14562
14997
|
"x-reconciled-from-discovery": true,
|
|
14563
|
-
"x-reconciled-at": "2026-01-
|
|
14998
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542678+00:00"
|
|
14564
14999
|
},
|
|
14565
15000
|
"namespace": {
|
|
14566
15001
|
"type": "string",
|
|
@@ -14579,7 +15014,7 @@
|
|
|
14579
15014
|
},
|
|
14580
15015
|
"x-original-maxLength": 1024,
|
|
14581
15016
|
"x-reconciled-from-discovery": true,
|
|
14582
|
-
"x-reconciled-at": "2026-01-
|
|
15017
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542682+00:00"
|
|
14583
15018
|
},
|
|
14584
15019
|
"tenant": {
|
|
14585
15020
|
"type": "string",
|
|
@@ -14600,7 +15035,7 @@
|
|
|
14600
15035
|
"x-field-mutability": "read-only",
|
|
14601
15036
|
"x-original-maxLength": 1024,
|
|
14602
15037
|
"x-reconciled-from-discovery": true,
|
|
14603
|
-
"x-reconciled-at": "2026-01-
|
|
15038
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542686+00:00"
|
|
14604
15039
|
},
|
|
14605
15040
|
"uid": {
|
|
14606
15041
|
"type": "string",
|
|
@@ -14622,7 +15057,7 @@
|
|
|
14622
15057
|
"x-original-maxLength": 1024,
|
|
14623
15058
|
"format": "uuid",
|
|
14624
15059
|
"x-reconciled-from-discovery": true,
|
|
14625
|
-
"x-reconciled-at": "2026-01-
|
|
15060
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542692+00:00"
|
|
14626
15061
|
}
|
|
14627
15062
|
},
|
|
14628
15063
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14735,7 +15170,7 @@
|
|
|
14735
15170
|
"x-original-maxLength": 1024,
|
|
14736
15171
|
"format": "uuid",
|
|
14737
15172
|
"x-reconciled-from-discovery": true,
|
|
14738
|
-
"x-reconciled-at": "2026-01-
|
|
15173
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542705+00:00"
|
|
14739
15174
|
},
|
|
14740
15175
|
"vtrp_id": {
|
|
14741
15176
|
"type": "string",
|
|
@@ -14847,7 +15282,7 @@
|
|
|
14847
15282
|
},
|
|
14848
15283
|
"x-original-maxLength": 1024,
|
|
14849
15284
|
"x-reconciled-from-discovery": true,
|
|
14850
|
-
"x-reconciled-at": "2026-01-
|
|
15285
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542715+00:00"
|
|
14851
15286
|
},
|
|
14852
15287
|
"status": {
|
|
14853
15288
|
"type": "string",
|
|
@@ -14866,7 +15301,7 @@
|
|
|
14866
15301
|
},
|
|
14867
15302
|
"x-original-maxLength": 1024,
|
|
14868
15303
|
"x-reconciled-from-discovery": true,
|
|
14869
|
-
"x-reconciled-at": "2026-01-
|
|
15304
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542719+00:00"
|
|
14870
15305
|
}
|
|
14871
15306
|
},
|
|
14872
15307
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15044,7 +15479,7 @@
|
|
|
15044
15479
|
"x-field-mutability": "read-only",
|
|
15045
15480
|
"x-original-maxLength": 1024,
|
|
15046
15481
|
"x-reconciled-from-discovery": true,
|
|
15047
|
-
"x-reconciled-at": "2026-01-
|
|
15482
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542738+00:00"
|
|
15048
15483
|
},
|
|
15049
15484
|
"uid": {
|
|
15050
15485
|
"type": "string",
|
|
@@ -15065,7 +15500,7 @@
|
|
|
15065
15500
|
"x-original-maxLength": 1024,
|
|
15066
15501
|
"format": "uuid",
|
|
15067
15502
|
"x-reconciled-from-discovery": true,
|
|
15068
|
-
"x-reconciled-at": "2026-01-
|
|
15503
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542743+00:00"
|
|
15069
15504
|
}
|
|
15070
15505
|
},
|
|
15071
15506
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15115,7 +15550,7 @@
|
|
|
15115
15550
|
},
|
|
15116
15551
|
"x-original-maxLength": 1024,
|
|
15117
15552
|
"x-reconciled-from-discovery": true,
|
|
15118
|
-
"x-reconciled-at": "2026-01-
|
|
15553
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542748+00:00"
|
|
15119
15554
|
},
|
|
15120
15555
|
"name": {
|
|
15121
15556
|
"type": "string",
|
|
@@ -15134,7 +15569,7 @@
|
|
|
15134
15569
|
},
|
|
15135
15570
|
"x-original-maxLength": 1024,
|
|
15136
15571
|
"x-reconciled-from-discovery": true,
|
|
15137
|
-
"x-reconciled-at": "2026-01-
|
|
15572
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542752+00:00"
|
|
15138
15573
|
},
|
|
15139
15574
|
"namespace": {
|
|
15140
15575
|
"type": "string",
|
|
@@ -15153,7 +15588,7 @@
|
|
|
15153
15588
|
},
|
|
15154
15589
|
"x-original-maxLength": 1024,
|
|
15155
15590
|
"x-reconciled-from-discovery": true,
|
|
15156
|
-
"x-reconciled-at": "2026-01-
|
|
15591
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542756+00:00"
|
|
15157
15592
|
},
|
|
15158
15593
|
"uid": {
|
|
15159
15594
|
"type": "string",
|
|
@@ -15174,7 +15609,7 @@
|
|
|
15174
15609
|
"x-original-maxLength": 1024,
|
|
15175
15610
|
"format": "uuid",
|
|
15176
15611
|
"x-reconciled-from-discovery": true,
|
|
15177
|
-
"x-reconciled-at": "2026-01-
|
|
15612
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542761+00:00"
|
|
15178
15613
|
}
|
|
15179
15614
|
},
|
|
15180
15615
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15247,7 +15682,7 @@
|
|
|
15247
15682
|
},
|
|
15248
15683
|
"x-original-maxLength": 1024,
|
|
15249
15684
|
"x-reconciled-from-discovery": true,
|
|
15250
|
-
"x-reconciled-at": "2026-01-
|
|
15685
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542769+00:00"
|
|
15251
15686
|
},
|
|
15252
15687
|
"ongoing": {
|
|
15253
15688
|
"type": "boolean",
|
|
@@ -15505,7 +15940,7 @@
|
|
|
15505
15940
|
},
|
|
15506
15941
|
"x-original-maxLength": 1024,
|
|
15507
15942
|
"x-reconciled-from-discovery": true,
|
|
15508
|
-
"x-reconciled-at": "2026-01-
|
|
15943
|
+
"x-reconciled-at": "2026-01-05T18:29:10.542796+00:00"
|
|
15509
15944
|
},
|
|
15510
15945
|
"escalated": {
|
|
15511
15946
|
"type": "boolean",
|
|
@@ -15986,7 +16421,7 @@
|
|
|
15986
16421
|
"maxLength": 17,
|
|
15987
16422
|
"minLength": 17,
|
|
15988
16423
|
"x-reconciled-from-discovery": true,
|
|
15989
|
-
"x-reconciled-at": "2026-01-
|
|
16424
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395534+00:00"
|
|
15990
16425
|
}
|
|
15991
16426
|
},
|
|
15992
16427
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16351,7 +16786,7 @@
|
|
|
16351
16786
|
},
|
|
16352
16787
|
"x-original-maxLength": 1024,
|
|
16353
16788
|
"x-reconciled-from-discovery": true,
|
|
16354
|
-
"x-reconciled-at": "2026-01-
|
|
16789
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395572+00:00"
|
|
16355
16790
|
},
|
|
16356
16791
|
"node": {
|
|
16357
16792
|
"type": "string",
|
|
@@ -16595,7 +17030,7 @@
|
|
|
16595
17030
|
},
|
|
16596
17031
|
"x-original-maxLength": 1024,
|
|
16597
17032
|
"x-reconciled-from-discovery": true,
|
|
16598
|
-
"x-reconciled-at": "2026-01-
|
|
17033
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395598+00:00"
|
|
16599
17034
|
},
|
|
16600
17035
|
"wifi_support": {
|
|
16601
17036
|
"type": "boolean",
|
|
@@ -16725,7 +17160,7 @@
|
|
|
16725
17160
|
},
|
|
16726
17161
|
"x-original-maxLength": 1024,
|
|
16727
17162
|
"x-reconciled-from-discovery": true,
|
|
16728
|
-
"x-reconciled-at": "2026-01-
|
|
17163
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395612+00:00"
|
|
16729
17164
|
},
|
|
16730
17165
|
"node": {
|
|
16731
17166
|
"type": "string",
|
|
@@ -17029,7 +17464,7 @@
|
|
|
17029
17464
|
},
|
|
17030
17465
|
"x-original-maxLength": 1024,
|
|
17031
17466
|
"x-reconciled-from-discovery": true,
|
|
17032
|
-
"x-reconciled-at": "2026-01-
|
|
17467
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395635+00:00"
|
|
17033
17468
|
},
|
|
17034
17469
|
"node": {
|
|
17035
17470
|
"type": "string",
|
|
@@ -17118,7 +17553,7 @@
|
|
|
17118
17553
|
},
|
|
17119
17554
|
"x-original-maxLength": 1024,
|
|
17120
17555
|
"x-reconciled-from-discovery": true,
|
|
17121
|
-
"x-reconciled-at": "2026-01-
|
|
17556
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395644+00:00"
|
|
17122
17557
|
},
|
|
17123
17558
|
"node": {
|
|
17124
17559
|
"type": "string",
|
|
@@ -17153,7 +17588,7 @@
|
|
|
17153
17588
|
},
|
|
17154
17589
|
"x-original-maxLength": 1024,
|
|
17155
17590
|
"x-reconciled-from-discovery": true,
|
|
17156
|
-
"x-reconciled-at": "2026-01-
|
|
17591
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395650+00:00"
|
|
17157
17592
|
}
|
|
17158
17593
|
},
|
|
17159
17594
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17194,7 +17629,7 @@
|
|
|
17194
17629
|
},
|
|
17195
17630
|
"x-original-maxLength": 1024,
|
|
17196
17631
|
"x-reconciled-from-discovery": true,
|
|
17197
|
-
"x-reconciled-at": "2026-01-
|
|
17632
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395655+00:00"
|
|
17198
17633
|
},
|
|
17199
17634
|
"node": {
|
|
17200
17635
|
"type": "string",
|
|
@@ -17316,7 +17751,7 @@
|
|
|
17316
17751
|
},
|
|
17317
17752
|
"x-original-maxLength": 1024,
|
|
17318
17753
|
"x-reconciled-from-discovery": true,
|
|
17319
|
-
"x-reconciled-at": "2026-01-
|
|
17754
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395666+00:00"
|
|
17320
17755
|
},
|
|
17321
17756
|
"node": {
|
|
17322
17757
|
"type": "string",
|
|
@@ -17351,7 +17786,7 @@
|
|
|
17351
17786
|
},
|
|
17352
17787
|
"x-original-maxLength": 1024,
|
|
17353
17788
|
"x-reconciled-from-discovery": true,
|
|
17354
|
-
"x-reconciled-at": "2026-01-
|
|
17789
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395671+00:00"
|
|
17355
17790
|
}
|
|
17356
17791
|
},
|
|
17357
17792
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17393,7 +17828,7 @@
|
|
|
17393
17828
|
"maxLength": 17,
|
|
17394
17829
|
"minLength": 17,
|
|
17395
17830
|
"x-reconciled-from-discovery": true,
|
|
17396
|
-
"x-reconciled-at": "2026-01-
|
|
17831
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395677+00:00"
|
|
17397
17832
|
}
|
|
17398
17833
|
},
|
|
17399
17834
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17483,7 +17918,7 @@
|
|
|
17483
17918
|
},
|
|
17484
17919
|
"x-original-maxLength": 1024,
|
|
17485
17920
|
"x-reconciled-from-discovery": true,
|
|
17486
|
-
"x-reconciled-at": "2026-01-
|
|
17921
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395692+00:00"
|
|
17487
17922
|
},
|
|
17488
17923
|
"store_provider": {
|
|
17489
17924
|
"type": "string",
|
|
@@ -17541,7 +17976,7 @@
|
|
|
17541
17976
|
},
|
|
17542
17977
|
"x-original-maxLength": 1024,
|
|
17543
17978
|
"x-reconciled-from-discovery": true,
|
|
17544
|
-
"x-reconciled-at": "2026-01-
|
|
17979
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395698+00:00"
|
|
17545
17980
|
},
|
|
17546
17981
|
"url": {
|
|
17547
17982
|
"type": "string",
|
|
@@ -17652,7 +18087,7 @@
|
|
|
17652
18087
|
},
|
|
17653
18088
|
"x-original-maxLength": 1024,
|
|
17654
18089
|
"x-reconciled-from-discovery": true,
|
|
17655
|
-
"x-reconciled-at": "2026-01-
|
|
18090
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395710+00:00"
|
|
17656
18091
|
},
|
|
17657
18092
|
"location": {
|
|
17658
18093
|
"type": "string",
|
|
@@ -17669,7 +18104,7 @@
|
|
|
17669
18104
|
},
|
|
17670
18105
|
"x-original-maxLength": 1024,
|
|
17671
18106
|
"x-reconciled-from-discovery": true,
|
|
17672
|
-
"x-reconciled-at": "2026-01-
|
|
18107
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395715+00:00"
|
|
17673
18108
|
},
|
|
17674
18109
|
"provider": {
|
|
17675
18110
|
"type": "string",
|
|
@@ -17686,7 +18121,7 @@
|
|
|
17686
18121
|
},
|
|
17687
18122
|
"x-original-maxLength": 1024,
|
|
17688
18123
|
"x-reconciled-from-discovery": true,
|
|
17689
|
-
"x-reconciled-at": "2026-01-
|
|
18124
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395719+00:00"
|
|
17690
18125
|
},
|
|
17691
18126
|
"secret_encoding": {
|
|
17692
18127
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -17708,7 +18143,7 @@
|
|
|
17708
18143
|
"maxLength": 1,
|
|
17709
18144
|
"minLength": 1,
|
|
17710
18145
|
"x-reconciled-from-discovery": true,
|
|
17711
|
-
"x-reconciled-at": "2026-01-
|
|
18146
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395726+00:00"
|
|
17712
18147
|
}
|
|
17713
18148
|
},
|
|
17714
18149
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17747,7 +18182,7 @@
|
|
|
17747
18182
|
},
|
|
17748
18183
|
"x-original-maxLength": 1024,
|
|
17749
18184
|
"x-reconciled-from-discovery": true,
|
|
17750
|
-
"x-reconciled-at": "2026-01-
|
|
18185
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395731+00:00"
|
|
17751
18186
|
}
|
|
17752
18187
|
},
|
|
17753
18188
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17818,7 +18253,7 @@
|
|
|
17818
18253
|
},
|
|
17819
18254
|
"x-original-maxLength": 1024,
|
|
17820
18255
|
"x-reconciled-from-discovery": true,
|
|
17821
|
-
"x-reconciled-at": "2026-01-
|
|
18256
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395739+00:00"
|
|
17822
18257
|
}
|
|
17823
18258
|
},
|
|
17824
18259
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17875,7 +18310,7 @@
|
|
|
17875
18310
|
},
|
|
17876
18311
|
"x-original-maxLength": 1024,
|
|
17877
18312
|
"x-reconciled-from-discovery": true,
|
|
17878
|
-
"x-reconciled-at": "2026-01-
|
|
18313
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395746+00:00"
|
|
17879
18314
|
},
|
|
17880
18315
|
"serial": {
|
|
17881
18316
|
"type": "string",
|
|
@@ -17926,7 +18361,7 @@
|
|
|
17926
18361
|
},
|
|
17927
18362
|
"x-original-maxLength": 1024,
|
|
17928
18363
|
"x-reconciled-from-discovery": true,
|
|
17929
|
-
"x-reconciled-at": "2026-01-
|
|
18364
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395753+00:00"
|
|
17930
18365
|
}
|
|
17931
18366
|
},
|
|
17932
18367
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18034,7 +18469,7 @@
|
|
|
18034
18469
|
},
|
|
18035
18470
|
"x-original-maxLength": 1024,
|
|
18036
18471
|
"x-reconciled-from-discovery": true,
|
|
18037
|
-
"x-reconciled-at": "2026-01-
|
|
18472
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395764+00:00"
|
|
18038
18473
|
}
|
|
18039
18474
|
},
|
|
18040
18475
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18392,7 +18827,7 @@
|
|
|
18392
18827
|
},
|
|
18393
18828
|
"x-original-maxLength": 1024,
|
|
18394
18829
|
"x-reconciled-from-discovery": true,
|
|
18395
|
-
"x-reconciled-at": "2026-01-
|
|
18830
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395791+00:00"
|
|
18396
18831
|
}
|
|
18397
18832
|
},
|
|
18398
18833
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18609,7 +19044,7 @@
|
|
|
18609
19044
|
},
|
|
18610
19045
|
"x-original-maxLength": 1024,
|
|
18611
19046
|
"x-reconciled-from-discovery": true,
|
|
18612
|
-
"x-reconciled-at": "2026-01-
|
|
19047
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395808+00:00"
|
|
18613
19048
|
},
|
|
18614
19049
|
"port": {
|
|
18615
19050
|
"type": "string",
|
|
@@ -18706,7 +19141,7 @@
|
|
|
18706
19141
|
},
|
|
18707
19142
|
"x-original-maxLength": 1024,
|
|
18708
19143
|
"x-reconciled-from-discovery": true,
|
|
18709
|
-
"x-reconciled-at": "2026-01-
|
|
19144
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395818+00:00"
|
|
18710
19145
|
},
|
|
18711
19146
|
"release": {
|
|
18712
19147
|
"type": "string",
|
|
@@ -18757,7 +19192,7 @@
|
|
|
18757
19192
|
},
|
|
18758
19193
|
"x-original-maxLength": 1024,
|
|
18759
19194
|
"x-reconciled-from-discovery": true,
|
|
18760
|
-
"x-reconciled-at": "2026-01-
|
|
19195
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395825+00:00"
|
|
18761
19196
|
}
|
|
18762
19197
|
},
|
|
18763
19198
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18927,7 +19362,7 @@
|
|
|
18927
19362
|
},
|
|
18928
19363
|
"x-original-maxLength": 1024,
|
|
18929
19364
|
"x-reconciled-from-discovery": true,
|
|
18930
|
-
"x-reconciled-at": "2026-01-
|
|
19365
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395846+00:00"
|
|
18931
19366
|
},
|
|
18932
19367
|
"serial": {
|
|
18933
19368
|
"type": "string",
|
|
@@ -18978,7 +19413,7 @@
|
|
|
18978
19413
|
},
|
|
18979
19414
|
"x-original-maxLength": 1024,
|
|
18980
19415
|
"x-reconciled-from-discovery": true,
|
|
18981
|
-
"x-reconciled-at": "2026-01-
|
|
19416
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395853+00:00"
|
|
18982
19417
|
}
|
|
18983
19418
|
},
|
|
18984
19419
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19052,7 +19487,7 @@
|
|
|
19052
19487
|
},
|
|
19053
19488
|
"x-original-maxLength": 1024,
|
|
19054
19489
|
"x-reconciled-from-discovery": true,
|
|
19055
|
-
"x-reconciled-at": "2026-01-
|
|
19490
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395860+00:00"
|
|
19056
19491
|
},
|
|
19057
19492
|
"serial": {
|
|
19058
19493
|
"type": "string",
|
|
@@ -19276,7 +19711,7 @@
|
|
|
19276
19711
|
},
|
|
19277
19712
|
"x-original-maxLength": 1024,
|
|
19278
19713
|
"x-reconciled-from-discovery": true,
|
|
19279
|
-
"x-reconciled-at": "2026-01-
|
|
19714
|
+
"x-reconciled-at": "2026-01-05T18:29:15.395880+00:00"
|
|
19280
19715
|
},
|
|
19281
19716
|
"i_manufacturer": {
|
|
19282
19717
|
"type": "string",
|
|
@@ -19502,7 +19937,7 @@
|
|
|
19502
19937
|
},
|
|
19503
19938
|
"x-original-maxLength": 1024,
|
|
19504
19939
|
"x-reconciled-from-discovery": true,
|
|
19505
|
-
"x-reconciled-at": "2026-01-
|
|
19940
|
+
"x-reconciled-at": "2026-01-05T18:29:15.566727+00:00"
|
|
19506
19941
|
},
|
|
19507
19942
|
"value": {
|
|
19508
19943
|
"type": "string",
|
|
@@ -19519,7 +19954,7 @@
|
|
|
19519
19954
|
},
|
|
19520
19955
|
"x-original-maxLength": 1024,
|
|
19521
19956
|
"x-reconciled-from-discovery": true,
|
|
19522
|
-
"x-reconciled-at": "2026-01-
|
|
19957
|
+
"x-reconciled-at": "2026-01-05T18:29:15.566734+00:00"
|
|
19523
19958
|
}
|
|
19524
19959
|
},
|
|
19525
19960
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19574,7 +20009,7 @@
|
|
|
19574
20009
|
},
|
|
19575
20010
|
"x-original-maxLength": 1024,
|
|
19576
20011
|
"x-reconciled-from-discovery": true,
|
|
19577
|
-
"x-reconciled-at": "2026-01-
|
|
20012
|
+
"x-reconciled-at": "2026-01-05T18:29:15.566743+00:00"
|
|
19578
20013
|
},
|
|
19579
20014
|
"expiry": {
|
|
19580
20015
|
"type": "string",
|
|
@@ -20075,7 +20510,7 @@
|
|
|
20075
20510
|
},
|
|
20076
20511
|
"x-original-maxLength": 1024,
|
|
20077
20512
|
"x-reconciled-from-discovery": true,
|
|
20078
|
-
"x-reconciled-at": "2026-01-
|
|
20513
|
+
"x-reconciled-at": "2026-01-05T18:29:31.721347+00:00"
|
|
20079
20514
|
},
|
|
20080
20515
|
"node": {
|
|
20081
20516
|
"type": "string",
|
|
@@ -20213,7 +20648,7 @@
|
|
|
20213
20648
|
},
|
|
20214
20649
|
"x-original-maxLength": 1024,
|
|
20215
20650
|
"x-reconciled-from-discovery": true,
|
|
20216
|
-
"x-reconciled-at": "2026-01-
|
|
20651
|
+
"x-reconciled-at": "2026-01-05T18:29:31.721362+00:00"
|
|
20217
20652
|
},
|
|
20218
20653
|
"node": {
|
|
20219
20654
|
"type": "string",
|
|
@@ -20548,7 +20983,7 @@
|
|
|
20548
20983
|
},
|
|
20549
20984
|
"x-original-maxLength": 1024,
|
|
20550
20985
|
"x-reconciled-from-discovery": true,
|
|
20551
|
-
"x-reconciled-at": "2026-01-
|
|
20986
|
+
"x-reconciled-at": "2026-01-05T18:29:41.491028+00:00"
|
|
20552
20987
|
},
|
|
20553
20988
|
"node": {
|
|
20554
20989
|
"type": "string",
|
|
@@ -21117,7 +21552,7 @@
|
|
|
21117
21552
|
},
|
|
21118
21553
|
"x-original-maxLength": 1024,
|
|
21119
21554
|
"x-reconciled-from-discovery": true,
|
|
21120
|
-
"x-reconciled-at": "2026-01-
|
|
21555
|
+
"x-reconciled-at": "2026-01-05T18:30:02.285394+00:00"
|
|
21121
21556
|
},
|
|
21122
21557
|
"node": {
|
|
21123
21558
|
"type": "string",
|
|
@@ -21246,7 +21681,7 @@
|
|
|
21246
21681
|
},
|
|
21247
21682
|
"x-original-maxLength": 1024,
|
|
21248
21683
|
"x-reconciled-from-discovery": true,
|
|
21249
|
-
"x-reconciled-at": "2026-01-
|
|
21684
|
+
"x-reconciled-at": "2026-01-05T18:30:02.285407+00:00"
|
|
21250
21685
|
},
|
|
21251
21686
|
"node": {
|
|
21252
21687
|
"type": "string",
|
|
@@ -21432,7 +21867,7 @@
|
|
|
21432
21867
|
},
|
|
21433
21868
|
"x-original-maxLength": 1024,
|
|
21434
21869
|
"x-reconciled-from-discovery": true,
|
|
21435
|
-
"x-reconciled-at": "2026-01-
|
|
21870
|
+
"x-reconciled-at": "2026-01-05T18:30:02.285422+00:00"
|
|
21436
21871
|
},
|
|
21437
21872
|
"node": {
|
|
21438
21873
|
"type": "string",
|
|
@@ -21614,7 +22049,7 @@
|
|
|
21614
22049
|
},
|
|
21615
22050
|
"x-original-maxLength": 1024,
|
|
21616
22051
|
"x-reconciled-from-discovery": true,
|
|
21617
|
-
"x-reconciled-at": "2026-01-
|
|
22052
|
+
"x-reconciled-at": "2026-01-05T18:30:02.285438+00:00"
|
|
21618
22053
|
}
|
|
21619
22054
|
},
|
|
21620
22055
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21713,7 +22148,7 @@
|
|
|
21713
22148
|
},
|
|
21714
22149
|
"x-original-maxLength": 1200,
|
|
21715
22150
|
"x-reconciled-from-discovery": true,
|
|
21716
|
-
"x-reconciled-at": "2026-01-
|
|
22151
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235014+00:00"
|
|
21717
22152
|
},
|
|
21718
22153
|
"disable": {
|
|
21719
22154
|
"type": "boolean",
|
|
@@ -21766,7 +22201,7 @@
|
|
|
21766
22201
|
},
|
|
21767
22202
|
"x-original-maxLength": 1024,
|
|
21768
22203
|
"x-reconciled-from-discovery": true,
|
|
21769
|
-
"x-reconciled-at": "2026-01-
|
|
22204
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235022+00:00"
|
|
21770
22205
|
},
|
|
21771
22206
|
"namespace": {
|
|
21772
22207
|
"type": "string",
|
|
@@ -21785,7 +22220,7 @@
|
|
|
21785
22220
|
},
|
|
21786
22221
|
"x-original-maxLength": 1024,
|
|
21787
22222
|
"x-reconciled-from-discovery": true,
|
|
21788
|
-
"x-reconciled-at": "2026-01-
|
|
22223
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235026+00:00"
|
|
21789
22224
|
}
|
|
21790
22225
|
},
|
|
21791
22226
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21880,7 +22315,7 @@
|
|
|
21880
22315
|
},
|
|
21881
22316
|
"x-original-maxLength": 1024,
|
|
21882
22317
|
"x-reconciled-from-discovery": true,
|
|
21883
|
-
"x-reconciled-at": "2026-01-
|
|
22318
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235136+00:00"
|
|
21884
22319
|
}
|
|
21885
22320
|
},
|
|
21886
22321
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21955,7 +22390,7 @@
|
|
|
21955
22390
|
},
|
|
21956
22391
|
"x-original-maxLength": 1024,
|
|
21957
22392
|
"x-reconciled-from-discovery": true,
|
|
21958
|
-
"x-reconciled-at": "2026-01-
|
|
22393
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235144+00:00"
|
|
21959
22394
|
},
|
|
21960
22395
|
"name": {
|
|
21961
22396
|
"type": "string",
|
|
@@ -21974,7 +22409,7 @@
|
|
|
21974
22409
|
},
|
|
21975
22410
|
"x-original-maxLength": 1024,
|
|
21976
22411
|
"x-reconciled-from-discovery": true,
|
|
21977
|
-
"x-reconciled-at": "2026-01-
|
|
22412
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235148+00:00"
|
|
21978
22413
|
}
|
|
21979
22414
|
},
|
|
21980
22415
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22108,7 +22543,7 @@
|
|
|
22108
22543
|
},
|
|
22109
22544
|
"x-original-maxLength": 1024,
|
|
22110
22545
|
"x-reconciled-from-discovery": true,
|
|
22111
|
-
"x-reconciled-at": "2026-01-
|
|
22546
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235162+00:00"
|
|
22112
22547
|
},
|
|
22113
22548
|
"namespace": {
|
|
22114
22549
|
"type": "string",
|
|
@@ -22127,7 +22562,7 @@
|
|
|
22127
22562
|
},
|
|
22128
22563
|
"x-original-maxLength": 1024,
|
|
22129
22564
|
"x-reconciled-from-discovery": true,
|
|
22130
|
-
"x-reconciled-at": "2026-01-
|
|
22565
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235166+00:00"
|
|
22131
22566
|
}
|
|
22132
22567
|
},
|
|
22133
22568
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22566,7 +23001,7 @@
|
|
|
22566
23001
|
},
|
|
22567
23002
|
"x-original-maxLength": 1024,
|
|
22568
23003
|
"x-reconciled-from-discovery": true,
|
|
22569
|
-
"x-reconciled-at": "2026-01-
|
|
23004
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235199+00:00"
|
|
22570
23005
|
},
|
|
22571
23006
|
"disabled": {
|
|
22572
23007
|
"type": "boolean",
|
|
@@ -22616,7 +23051,7 @@
|
|
|
22616
23051
|
},
|
|
22617
23052
|
"x-original-maxLength": 1024,
|
|
22618
23053
|
"x-reconciled-from-discovery": true,
|
|
22619
|
-
"x-reconciled-at": "2026-01-
|
|
23054
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235209+00:00"
|
|
22620
23055
|
},
|
|
22621
23056
|
"namespace": {
|
|
22622
23057
|
"type": "string",
|
|
@@ -22635,7 +23070,7 @@
|
|
|
22635
23070
|
},
|
|
22636
23071
|
"x-original-maxLength": 1024,
|
|
22637
23072
|
"x-reconciled-from-discovery": true,
|
|
22638
|
-
"x-reconciled-at": "2026-01-
|
|
23073
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235213+00:00"
|
|
22639
23074
|
},
|
|
22640
23075
|
"owner_view": {
|
|
22641
23076
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -22661,7 +23096,7 @@
|
|
|
22661
23096
|
"x-field-mutability": "read-only",
|
|
22662
23097
|
"x-original-maxLength": 1024,
|
|
22663
23098
|
"x-reconciled-from-discovery": true,
|
|
22664
|
-
"x-reconciled-at": "2026-01-
|
|
23099
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235219+00:00"
|
|
22665
23100
|
},
|
|
22666
23101
|
"uid": {
|
|
22667
23102
|
"type": "string",
|
|
@@ -22682,7 +23117,7 @@
|
|
|
22682
23117
|
"x-original-maxLength": 1024,
|
|
22683
23118
|
"format": "uuid",
|
|
22684
23119
|
"x-reconciled-from-discovery": true,
|
|
22685
|
-
"x-reconciled-at": "2026-01-
|
|
23120
|
+
"x-reconciled-at": "2026-01-05T18:30:04.235224+00:00"
|
|
22686
23121
|
}
|
|
22687
23122
|
},
|
|
22688
23123
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22855,7 +23290,7 @@
|
|
|
22855
23290
|
},
|
|
22856
23291
|
"x-original-maxLength": 1024,
|
|
22857
23292
|
"x-reconciled-from-discovery": true,
|
|
22858
|
-
"x-reconciled-at": "2026-01-
|
|
23293
|
+
"x-reconciled-at": "2026-01-05T18:30:06.258780+00:00"
|
|
22859
23294
|
},
|
|
22860
23295
|
"node": {
|
|
22861
23296
|
"type": "string",
|
|
@@ -23013,7 +23448,7 @@
|
|
|
23013
23448
|
},
|
|
23014
23449
|
"x-original-maxLength": 1024,
|
|
23015
23450
|
"x-reconciled-from-discovery": true,
|
|
23016
|
-
"x-reconciled-at": "2026-01-
|
|
23451
|
+
"x-reconciled-at": "2026-01-05T18:30:06.258793+00:00"
|
|
23017
23452
|
},
|
|
23018
23453
|
"node": {
|
|
23019
23454
|
"type": "string",
|
|
@@ -23160,7 +23595,7 @@
|
|
|
23160
23595
|
},
|
|
23161
23596
|
"x-original-maxLength": 1024,
|
|
23162
23597
|
"x-reconciled-from-discovery": true,
|
|
23163
|
-
"x-reconciled-at": "2026-01-
|
|
23598
|
+
"x-reconciled-at": "2026-01-05T18:30:06.258806+00:00"
|
|
23164
23599
|
},
|
|
23165
23600
|
"node": {
|
|
23166
23601
|
"type": "string",
|
|
@@ -23287,7 +23722,7 @@
|
|
|
23287
23722
|
},
|
|
23288
23723
|
"x-original-maxLength": 1024,
|
|
23289
23724
|
"x-reconciled-from-discovery": true,
|
|
23290
|
-
"x-reconciled-at": "2026-01-
|
|
23725
|
+
"x-reconciled-at": "2026-01-05T18:30:06.258817+00:00"
|
|
23291
23726
|
},
|
|
23292
23727
|
"node": {
|
|
23293
23728
|
"type": "string",
|
|
@@ -23712,7 +24147,7 @@
|
|
|
23712
24147
|
},
|
|
23713
24148
|
"x-original-maxLength": 1024,
|
|
23714
24149
|
"x-reconciled-from-discovery": true,
|
|
23715
|
-
"x-reconciled-at": "2026-01-
|
|
24150
|
+
"x-reconciled-at": "2026-01-05T18:30:13.178126+00:00"
|
|
23716
24151
|
},
|
|
23717
24152
|
"node": {
|
|
23718
24153
|
"type": "string",
|
|
@@ -24000,7 +24435,7 @@
|
|
|
24000
24435
|
},
|
|
24001
24436
|
"x-original-maxLength": 1024,
|
|
24002
24437
|
"x-reconciled-from-discovery": true,
|
|
24003
|
-
"x-reconciled-at": "2026-01-
|
|
24438
|
+
"x-reconciled-at": "2026-01-05T18:30:13.178148+00:00"
|
|
24004
24439
|
},
|
|
24005
24440
|
"node": {
|
|
24006
24441
|
"type": "string",
|