@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": "Network",
|
|
5
5
|
"description": "Routing table manipulation via peer state machines and path selection algorithms. Secure conduits between locations using IKE handshakes, cipher suites, and key exchanges. Segment attachments bridge hybrid topologies spanning cloud providers and on-premises infrastructure. SRv6 addressing, CIDR block matching, and advertisement controls direct traffic flows across distributed deployments with granular policy enforcement.",
|
|
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,33 @@
|
|
|
13
13
|
"url": "https://www.f5.com/company/policies/eula"
|
|
14
14
|
},
|
|
15
15
|
"summary": "Border gateway protocol with ASN management and autonomous system relationships. Site-to-site VPN linking datacenters through encrypted channels.",
|
|
16
|
-
"x-f5xc-cli-domain": "network"
|
|
16
|
+
"x-f5xc-cli-domain": "network",
|
|
17
|
+
"x-f5xc-best-practices": {
|
|
18
|
+
"common_errors": [
|
|
19
|
+
{
|
|
20
|
+
"code": 400,
|
|
21
|
+
"message": "Overlapping IP ranges",
|
|
22
|
+
"resolution": "Review CIDR blocks for conflicts",
|
|
23
|
+
"prevention": "Plan IP addressing before network creation"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"code": 409,
|
|
27
|
+
"message": "Network already attached to site",
|
|
28
|
+
"resolution": "Detach network before deletion or reassignment",
|
|
29
|
+
"prevention": "Check network attachments before operations"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"security_notes": [
|
|
33
|
+
"Use network segmentation for security isolation",
|
|
34
|
+
"Configure network policies for east-west traffic",
|
|
35
|
+
"Enable encryption for inter-site traffic"
|
|
36
|
+
],
|
|
37
|
+
"performance_tips": [
|
|
38
|
+
"Plan network topology to minimize latency",
|
|
39
|
+
"Use direct connect for high-bandwidth workloads",
|
|
40
|
+
"Configure appropriate MTU values"
|
|
41
|
+
]
|
|
42
|
+
}
|
|
17
43
|
},
|
|
18
44
|
"servers": [
|
|
19
45
|
{
|
|
@@ -280,6 +306,13 @@
|
|
|
280
306
|
"latency": "low",
|
|
281
307
|
"resource_usage": "low"
|
|
282
308
|
}
|
|
309
|
+
},
|
|
310
|
+
"x-f5xc-discovered-response-time": {
|
|
311
|
+
"p50_ms": 1000,
|
|
312
|
+
"p95_ms": 3000,
|
|
313
|
+
"p99_ms": 8000,
|
|
314
|
+
"sample_count": 0,
|
|
315
|
+
"source": "estimate"
|
|
283
316
|
}
|
|
284
317
|
},
|
|
285
318
|
"x-displayname": "Address Allocator.",
|
|
@@ -503,6 +536,13 @@
|
|
|
503
536
|
"latency": "moderate",
|
|
504
537
|
"resource_usage": "moderate"
|
|
505
538
|
}
|
|
539
|
+
},
|
|
540
|
+
"x-f5xc-discovered-response-time": {
|
|
541
|
+
"p50_ms": 200,
|
|
542
|
+
"p95_ms": 800,
|
|
543
|
+
"p99_ms": 2000,
|
|
544
|
+
"sample_count": 0,
|
|
545
|
+
"source": "estimate"
|
|
506
546
|
}
|
|
507
547
|
},
|
|
508
548
|
"x-displayname": "Address Allocator.",
|
|
@@ -719,6 +759,13 @@
|
|
|
719
759
|
"latency": "low",
|
|
720
760
|
"resource_usage": "low"
|
|
721
761
|
}
|
|
762
|
+
},
|
|
763
|
+
"x-f5xc-discovered-response-time": {
|
|
764
|
+
"p50_ms": 200,
|
|
765
|
+
"p95_ms": 800,
|
|
766
|
+
"p99_ms": 2000,
|
|
767
|
+
"sample_count": 0,
|
|
768
|
+
"source": "estimate"
|
|
722
769
|
}
|
|
723
770
|
},
|
|
724
771
|
"delete": {
|
|
@@ -934,6 +981,13 @@
|
|
|
934
981
|
"latency": "high",
|
|
935
982
|
"resource_usage": "moderate"
|
|
936
983
|
}
|
|
984
|
+
},
|
|
985
|
+
"x-f5xc-discovered-response-time": {
|
|
986
|
+
"p50_ms": 500,
|
|
987
|
+
"p95_ms": 1500,
|
|
988
|
+
"p99_ms": 4000,
|
|
989
|
+
"sample_count": 0,
|
|
990
|
+
"source": "estimate"
|
|
937
991
|
}
|
|
938
992
|
},
|
|
939
993
|
"x-displayname": "Address Allocator.",
|
|
@@ -1149,6 +1203,13 @@
|
|
|
1149
1203
|
"latency": "low",
|
|
1150
1204
|
"resource_usage": "low"
|
|
1151
1205
|
}
|
|
1206
|
+
},
|
|
1207
|
+
"x-f5xc-discovered-response-time": {
|
|
1208
|
+
"p50_ms": 1000,
|
|
1209
|
+
"p95_ms": 3000,
|
|
1210
|
+
"p99_ms": 8000,
|
|
1211
|
+
"sample_count": 0,
|
|
1212
|
+
"source": "estimate"
|
|
1152
1213
|
}
|
|
1153
1214
|
},
|
|
1154
1215
|
"x-displayname": "Advertise Policy.",
|
|
@@ -1372,6 +1433,13 @@
|
|
|
1372
1433
|
"latency": "low",
|
|
1373
1434
|
"resource_usage": "low"
|
|
1374
1435
|
}
|
|
1436
|
+
},
|
|
1437
|
+
"x-f5xc-discovered-response-time": {
|
|
1438
|
+
"p50_ms": 800,
|
|
1439
|
+
"p95_ms": 2500,
|
|
1440
|
+
"p99_ms": 6000,
|
|
1441
|
+
"sample_count": 0,
|
|
1442
|
+
"source": "estimate"
|
|
1375
1443
|
}
|
|
1376
1444
|
},
|
|
1377
1445
|
"x-displayname": "Advertise Policy.",
|
|
@@ -1600,6 +1668,13 @@
|
|
|
1600
1668
|
"latency": "moderate",
|
|
1601
1669
|
"resource_usage": "moderate"
|
|
1602
1670
|
}
|
|
1671
|
+
},
|
|
1672
|
+
"x-f5xc-discovered-response-time": {
|
|
1673
|
+
"p50_ms": 200,
|
|
1674
|
+
"p95_ms": 800,
|
|
1675
|
+
"p99_ms": 2000,
|
|
1676
|
+
"sample_count": 0,
|
|
1677
|
+
"source": "estimate"
|
|
1603
1678
|
}
|
|
1604
1679
|
},
|
|
1605
1680
|
"x-displayname": "Advertise Policy.",
|
|
@@ -1822,6 +1897,13 @@
|
|
|
1822
1897
|
"latency": "low",
|
|
1823
1898
|
"resource_usage": "low"
|
|
1824
1899
|
}
|
|
1900
|
+
},
|
|
1901
|
+
"x-f5xc-discovered-response-time": {
|
|
1902
|
+
"p50_ms": 200,
|
|
1903
|
+
"p95_ms": 800,
|
|
1904
|
+
"p99_ms": 2000,
|
|
1905
|
+
"sample_count": 0,
|
|
1906
|
+
"source": "estimate"
|
|
1825
1907
|
}
|
|
1826
1908
|
},
|
|
1827
1909
|
"delete": {
|
|
@@ -2042,6 +2124,13 @@
|
|
|
2042
2124
|
"latency": "high",
|
|
2043
2125
|
"resource_usage": "moderate"
|
|
2044
2126
|
}
|
|
2127
|
+
},
|
|
2128
|
+
"x-f5xc-discovered-response-time": {
|
|
2129
|
+
"p50_ms": 500,
|
|
2130
|
+
"p95_ms": 1500,
|
|
2131
|
+
"p99_ms": 4000,
|
|
2132
|
+
"sample_count": 0,
|
|
2133
|
+
"source": "estimate"
|
|
2045
2134
|
}
|
|
2046
2135
|
},
|
|
2047
2136
|
"x-displayname": "Advertise Policy.",
|
|
@@ -2256,6 +2345,13 @@
|
|
|
2256
2345
|
"latency": "low",
|
|
2257
2346
|
"resource_usage": "low"
|
|
2258
2347
|
}
|
|
2348
|
+
},
|
|
2349
|
+
"x-f5xc-discovered-response-time": {
|
|
2350
|
+
"p50_ms": 1000,
|
|
2351
|
+
"p95_ms": 3000,
|
|
2352
|
+
"p99_ms": 8000,
|
|
2353
|
+
"sample_count": 0,
|
|
2354
|
+
"source": "estimate"
|
|
2259
2355
|
}
|
|
2260
2356
|
},
|
|
2261
2357
|
"x-displayname": "BGP",
|
|
@@ -2478,6 +2574,13 @@
|
|
|
2478
2574
|
"latency": "low",
|
|
2479
2575
|
"resource_usage": "low"
|
|
2480
2576
|
}
|
|
2577
|
+
},
|
|
2578
|
+
"x-f5xc-discovered-response-time": {
|
|
2579
|
+
"p50_ms": 800,
|
|
2580
|
+
"p95_ms": 2500,
|
|
2581
|
+
"p99_ms": 6000,
|
|
2582
|
+
"sample_count": 0,
|
|
2583
|
+
"source": "estimate"
|
|
2481
2584
|
}
|
|
2482
2585
|
},
|
|
2483
2586
|
"x-displayname": "BGP",
|
|
@@ -2705,6 +2808,13 @@
|
|
|
2705
2808
|
"latency": "moderate",
|
|
2706
2809
|
"resource_usage": "moderate"
|
|
2707
2810
|
}
|
|
2811
|
+
},
|
|
2812
|
+
"x-f5xc-discovered-response-time": {
|
|
2813
|
+
"p50_ms": 200,
|
|
2814
|
+
"p95_ms": 800,
|
|
2815
|
+
"p99_ms": 2000,
|
|
2816
|
+
"sample_count": 0,
|
|
2817
|
+
"source": "estimate"
|
|
2708
2818
|
}
|
|
2709
2819
|
},
|
|
2710
2820
|
"x-displayname": "BGP",
|
|
@@ -2926,6 +3036,13 @@
|
|
|
2926
3036
|
"latency": "low",
|
|
2927
3037
|
"resource_usage": "low"
|
|
2928
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"
|
|
2929
3046
|
}
|
|
2930
3047
|
},
|
|
2931
3048
|
"delete": {
|
|
@@ -3145,6 +3262,13 @@
|
|
|
3145
3262
|
"latency": "high",
|
|
3146
3263
|
"resource_usage": "moderate"
|
|
3147
3264
|
}
|
|
3265
|
+
},
|
|
3266
|
+
"x-f5xc-discovered-response-time": {
|
|
3267
|
+
"p50_ms": 500,
|
|
3268
|
+
"p95_ms": 1500,
|
|
3269
|
+
"p99_ms": 4000,
|
|
3270
|
+
"sample_count": 0,
|
|
3271
|
+
"source": "estimate"
|
|
3148
3272
|
}
|
|
3149
3273
|
},
|
|
3150
3274
|
"x-displayname": "BGP",
|
|
@@ -3357,6 +3481,13 @@
|
|
|
3357
3481
|
"latency": "low",
|
|
3358
3482
|
"resource_usage": "low"
|
|
3359
3483
|
}
|
|
3484
|
+
},
|
|
3485
|
+
"x-f5xc-discovered-response-time": {
|
|
3486
|
+
"p50_ms": 200,
|
|
3487
|
+
"p95_ms": 800,
|
|
3488
|
+
"p99_ms": 2000,
|
|
3489
|
+
"sample_count": 0,
|
|
3490
|
+
"source": "estimate"
|
|
3360
3491
|
}
|
|
3361
3492
|
},
|
|
3362
3493
|
"x-displayname": "BGP",
|
|
@@ -3571,6 +3702,13 @@
|
|
|
3571
3702
|
"latency": "low",
|
|
3572
3703
|
"resource_usage": "low"
|
|
3573
3704
|
}
|
|
3705
|
+
},
|
|
3706
|
+
"x-f5xc-discovered-response-time": {
|
|
3707
|
+
"p50_ms": 1000,
|
|
3708
|
+
"p95_ms": 3000,
|
|
3709
|
+
"p99_ms": 8000,
|
|
3710
|
+
"sample_count": 0,
|
|
3711
|
+
"source": "estimate"
|
|
3574
3712
|
}
|
|
3575
3713
|
},
|
|
3576
3714
|
"x-displayname": "BGP ASN Set.",
|
|
@@ -3793,6 +3931,13 @@
|
|
|
3793
3931
|
"latency": "low",
|
|
3794
3932
|
"resource_usage": "low"
|
|
3795
3933
|
}
|
|
3934
|
+
},
|
|
3935
|
+
"x-f5xc-discovered-response-time": {
|
|
3936
|
+
"p50_ms": 800,
|
|
3937
|
+
"p95_ms": 2500,
|
|
3938
|
+
"p99_ms": 6000,
|
|
3939
|
+
"sample_count": 0,
|
|
3940
|
+
"source": "estimate"
|
|
3796
3941
|
}
|
|
3797
3942
|
},
|
|
3798
3943
|
"x-displayname": "BGP ASN Set.",
|
|
@@ -4020,6 +4165,13 @@
|
|
|
4020
4165
|
"latency": "moderate",
|
|
4021
4166
|
"resource_usage": "moderate"
|
|
4022
4167
|
}
|
|
4168
|
+
},
|
|
4169
|
+
"x-f5xc-discovered-response-time": {
|
|
4170
|
+
"p50_ms": 200,
|
|
4171
|
+
"p95_ms": 800,
|
|
4172
|
+
"p99_ms": 2000,
|
|
4173
|
+
"sample_count": 0,
|
|
4174
|
+
"source": "estimate"
|
|
4023
4175
|
}
|
|
4024
4176
|
},
|
|
4025
4177
|
"x-displayname": "BGP ASN Set.",
|
|
@@ -4241,6 +4393,13 @@
|
|
|
4241
4393
|
"latency": "low",
|
|
4242
4394
|
"resource_usage": "low"
|
|
4243
4395
|
}
|
|
4396
|
+
},
|
|
4397
|
+
"x-f5xc-discovered-response-time": {
|
|
4398
|
+
"p50_ms": 200,
|
|
4399
|
+
"p95_ms": 800,
|
|
4400
|
+
"p99_ms": 2000,
|
|
4401
|
+
"sample_count": 0,
|
|
4402
|
+
"source": "estimate"
|
|
4244
4403
|
}
|
|
4245
4404
|
},
|
|
4246
4405
|
"delete": {
|
|
@@ -4460,6 +4619,13 @@
|
|
|
4460
4619
|
"latency": "high",
|
|
4461
4620
|
"resource_usage": "moderate"
|
|
4462
4621
|
}
|
|
4622
|
+
},
|
|
4623
|
+
"x-f5xc-discovered-response-time": {
|
|
4624
|
+
"p50_ms": 500,
|
|
4625
|
+
"p95_ms": 1500,
|
|
4626
|
+
"p99_ms": 4000,
|
|
4627
|
+
"sample_count": 0,
|
|
4628
|
+
"source": "estimate"
|
|
4463
4629
|
}
|
|
4464
4630
|
},
|
|
4465
4631
|
"x-displayname": "BGP ASN Set.",
|
|
@@ -4661,6 +4827,13 @@
|
|
|
4661
4827
|
"latency": "moderate",
|
|
4662
4828
|
"resource_usage": "moderate"
|
|
4663
4829
|
}
|
|
4830
|
+
},
|
|
4831
|
+
"x-f5xc-discovered-response-time": {
|
|
4832
|
+
"p50_ms": 200,
|
|
4833
|
+
"p95_ms": 800,
|
|
4834
|
+
"p99_ms": 2000,
|
|
4835
|
+
"sample_count": 0,
|
|
4836
|
+
"source": "estimate"
|
|
4664
4837
|
}
|
|
4665
4838
|
},
|
|
4666
4839
|
"x-displayname": "BGP Peers",
|
|
@@ -4862,6 +5035,13 @@
|
|
|
4862
5035
|
"latency": "moderate",
|
|
4863
5036
|
"resource_usage": "moderate"
|
|
4864
5037
|
}
|
|
5038
|
+
},
|
|
5039
|
+
"x-f5xc-discovered-response-time": {
|
|
5040
|
+
"p50_ms": 200,
|
|
5041
|
+
"p95_ms": 800,
|
|
5042
|
+
"p99_ms": 2000,
|
|
5043
|
+
"sample_count": 0,
|
|
5044
|
+
"source": "estimate"
|
|
4865
5045
|
}
|
|
4866
5046
|
},
|
|
4867
5047
|
"x-displayname": "BGP Peers",
|
|
@@ -5077,6 +5257,13 @@
|
|
|
5077
5257
|
"latency": "low",
|
|
5078
5258
|
"resource_usage": "low"
|
|
5079
5259
|
}
|
|
5260
|
+
},
|
|
5261
|
+
"x-f5xc-discovered-response-time": {
|
|
5262
|
+
"p50_ms": 1000,
|
|
5263
|
+
"p95_ms": 3000,
|
|
5264
|
+
"p99_ms": 8000,
|
|
5265
|
+
"sample_count": 0,
|
|
5266
|
+
"source": "estimate"
|
|
5080
5267
|
}
|
|
5081
5268
|
},
|
|
5082
5269
|
"x-displayname": "BGP Routing Policy.",
|
|
@@ -5300,6 +5487,13 @@
|
|
|
5300
5487
|
"latency": "low",
|
|
5301
5488
|
"resource_usage": "low"
|
|
5302
5489
|
}
|
|
5490
|
+
},
|
|
5491
|
+
"x-f5xc-discovered-response-time": {
|
|
5492
|
+
"p50_ms": 800,
|
|
5493
|
+
"p95_ms": 2500,
|
|
5494
|
+
"p99_ms": 6000,
|
|
5495
|
+
"sample_count": 0,
|
|
5496
|
+
"source": "estimate"
|
|
5303
5497
|
}
|
|
5304
5498
|
},
|
|
5305
5499
|
"x-displayname": "BGP Routing Policy.",
|
|
@@ -5528,6 +5722,13 @@
|
|
|
5528
5722
|
"latency": "moderate",
|
|
5529
5723
|
"resource_usage": "moderate"
|
|
5530
5724
|
}
|
|
5725
|
+
},
|
|
5726
|
+
"x-f5xc-discovered-response-time": {
|
|
5727
|
+
"p50_ms": 200,
|
|
5728
|
+
"p95_ms": 800,
|
|
5729
|
+
"p99_ms": 2000,
|
|
5730
|
+
"sample_count": 0,
|
|
5731
|
+
"source": "estimate"
|
|
5531
5732
|
}
|
|
5532
5733
|
},
|
|
5533
5734
|
"x-displayname": "BGP Routing Policy.",
|
|
@@ -5749,6 +5950,13 @@
|
|
|
5749
5950
|
"latency": "low",
|
|
5750
5951
|
"resource_usage": "low"
|
|
5751
5952
|
}
|
|
5953
|
+
},
|
|
5954
|
+
"x-f5xc-discovered-response-time": {
|
|
5955
|
+
"p50_ms": 200,
|
|
5956
|
+
"p95_ms": 800,
|
|
5957
|
+
"p99_ms": 2000,
|
|
5958
|
+
"sample_count": 0,
|
|
5959
|
+
"source": "estimate"
|
|
5752
5960
|
}
|
|
5753
5961
|
},
|
|
5754
5962
|
"delete": {
|
|
@@ -5969,6 +6177,13 @@
|
|
|
5969
6177
|
"latency": "high",
|
|
5970
6178
|
"resource_usage": "moderate"
|
|
5971
6179
|
}
|
|
6180
|
+
},
|
|
6181
|
+
"x-f5xc-discovered-response-time": {
|
|
6182
|
+
"p50_ms": 500,
|
|
6183
|
+
"p95_ms": 1500,
|
|
6184
|
+
"p99_ms": 4000,
|
|
6185
|
+
"sample_count": 0,
|
|
6186
|
+
"source": "estimate"
|
|
5972
6187
|
}
|
|
5973
6188
|
},
|
|
5974
6189
|
"x-displayname": "BGP Routing Policy.",
|
|
@@ -6183,6 +6398,13 @@
|
|
|
6183
6398
|
"latency": "low",
|
|
6184
6399
|
"resource_usage": "low"
|
|
6185
6400
|
}
|
|
6401
|
+
},
|
|
6402
|
+
"x-f5xc-discovered-response-time": {
|
|
6403
|
+
"p50_ms": 1000,
|
|
6404
|
+
"p95_ms": 3000,
|
|
6405
|
+
"p99_ms": 8000,
|
|
6406
|
+
"sample_count": 0,
|
|
6407
|
+
"source": "estimate"
|
|
6186
6408
|
}
|
|
6187
6409
|
},
|
|
6188
6410
|
"x-displayname": "DC Cluster Group.",
|
|
@@ -6405,6 +6627,13 @@
|
|
|
6405
6627
|
"latency": "low",
|
|
6406
6628
|
"resource_usage": "low"
|
|
6407
6629
|
}
|
|
6630
|
+
},
|
|
6631
|
+
"x-f5xc-discovered-response-time": {
|
|
6632
|
+
"p50_ms": 800,
|
|
6633
|
+
"p95_ms": 2500,
|
|
6634
|
+
"p99_ms": 6000,
|
|
6635
|
+
"sample_count": 0,
|
|
6636
|
+
"source": "estimate"
|
|
6408
6637
|
}
|
|
6409
6638
|
},
|
|
6410
6639
|
"x-displayname": "DC Cluster Group.",
|
|
@@ -6632,6 +6861,13 @@
|
|
|
6632
6861
|
"latency": "moderate",
|
|
6633
6862
|
"resource_usage": "moderate"
|
|
6634
6863
|
}
|
|
6864
|
+
},
|
|
6865
|
+
"x-f5xc-discovered-response-time": {
|
|
6866
|
+
"p50_ms": 200,
|
|
6867
|
+
"p95_ms": 800,
|
|
6868
|
+
"p99_ms": 2000,
|
|
6869
|
+
"sample_count": 0,
|
|
6870
|
+
"source": "estimate"
|
|
6635
6871
|
}
|
|
6636
6872
|
},
|
|
6637
6873
|
"x-displayname": "DC Cluster Group.",
|
|
@@ -6846,6 +7082,13 @@
|
|
|
6846
7082
|
"latency": "low",
|
|
6847
7083
|
"resource_usage": "low"
|
|
6848
7084
|
}
|
|
7085
|
+
},
|
|
7086
|
+
"x-f5xc-discovered-response-time": {
|
|
7087
|
+
"p50_ms": 1000,
|
|
7088
|
+
"p95_ms": 3000,
|
|
7089
|
+
"p99_ms": 8000,
|
|
7090
|
+
"sample_count": 0,
|
|
7091
|
+
"source": "estimate"
|
|
6849
7092
|
}
|
|
6850
7093
|
},
|
|
6851
7094
|
"x-displayname": "DC Cluster Group.",
|
|
@@ -7067,6 +7310,13 @@
|
|
|
7067
7310
|
"latency": "low",
|
|
7068
7311
|
"resource_usage": "low"
|
|
7069
7312
|
}
|
|
7313
|
+
},
|
|
7314
|
+
"x-f5xc-discovered-response-time": {
|
|
7315
|
+
"p50_ms": 200,
|
|
7316
|
+
"p95_ms": 800,
|
|
7317
|
+
"p99_ms": 2000,
|
|
7318
|
+
"sample_count": 0,
|
|
7319
|
+
"source": "estimate"
|
|
7070
7320
|
}
|
|
7071
7321
|
},
|
|
7072
7322
|
"delete": {
|
|
@@ -7286,6 +7536,13 @@
|
|
|
7286
7536
|
"latency": "high",
|
|
7287
7537
|
"resource_usage": "moderate"
|
|
7288
7538
|
}
|
|
7539
|
+
},
|
|
7540
|
+
"x-f5xc-discovered-response-time": {
|
|
7541
|
+
"p50_ms": 500,
|
|
7542
|
+
"p95_ms": 1500,
|
|
7543
|
+
"p99_ms": 4000,
|
|
7544
|
+
"sample_count": 0,
|
|
7545
|
+
"source": "estimate"
|
|
7289
7546
|
}
|
|
7290
7547
|
},
|
|
7291
7548
|
"x-displayname": "DC Cluster Group.",
|
|
@@ -7500,6 +7757,13 @@
|
|
|
7500
7757
|
"latency": "low",
|
|
7501
7758
|
"resource_usage": "low"
|
|
7502
7759
|
}
|
|
7760
|
+
},
|
|
7761
|
+
"x-f5xc-discovered-response-time": {
|
|
7762
|
+
"p50_ms": 1000,
|
|
7763
|
+
"p95_ms": 3000,
|
|
7764
|
+
"p99_ms": 8000,
|
|
7765
|
+
"sample_count": 0,
|
|
7766
|
+
"source": "estimate"
|
|
7503
7767
|
}
|
|
7504
7768
|
},
|
|
7505
7769
|
"x-displayname": "Forwarding Class.",
|
|
@@ -7722,6 +7986,13 @@
|
|
|
7722
7986
|
"latency": "low",
|
|
7723
7987
|
"resource_usage": "low"
|
|
7724
7988
|
}
|
|
7989
|
+
},
|
|
7990
|
+
"x-f5xc-discovered-response-time": {
|
|
7991
|
+
"p50_ms": 800,
|
|
7992
|
+
"p95_ms": 2500,
|
|
7993
|
+
"p99_ms": 6000,
|
|
7994
|
+
"sample_count": 0,
|
|
7995
|
+
"source": "estimate"
|
|
7725
7996
|
}
|
|
7726
7997
|
},
|
|
7727
7998
|
"x-displayname": "Forwarding Class.",
|
|
@@ -7949,6 +8220,13 @@
|
|
|
7949
8220
|
"latency": "moderate",
|
|
7950
8221
|
"resource_usage": "moderate"
|
|
7951
8222
|
}
|
|
8223
|
+
},
|
|
8224
|
+
"x-f5xc-discovered-response-time": {
|
|
8225
|
+
"p50_ms": 200,
|
|
8226
|
+
"p95_ms": 800,
|
|
8227
|
+
"p99_ms": 2000,
|
|
8228
|
+
"sample_count": 0,
|
|
8229
|
+
"source": "estimate"
|
|
7952
8230
|
}
|
|
7953
8231
|
},
|
|
7954
8232
|
"x-displayname": "Forwarding Class.",
|
|
@@ -8170,6 +8448,13 @@
|
|
|
8170
8448
|
"latency": "low",
|
|
8171
8449
|
"resource_usage": "low"
|
|
8172
8450
|
}
|
|
8451
|
+
},
|
|
8452
|
+
"x-f5xc-discovered-response-time": {
|
|
8453
|
+
"p50_ms": 200,
|
|
8454
|
+
"p95_ms": 800,
|
|
8455
|
+
"p99_ms": 2000,
|
|
8456
|
+
"sample_count": 0,
|
|
8457
|
+
"source": "estimate"
|
|
8173
8458
|
}
|
|
8174
8459
|
},
|
|
8175
8460
|
"delete": {
|
|
@@ -8389,6 +8674,13 @@
|
|
|
8389
8674
|
"latency": "high",
|
|
8390
8675
|
"resource_usage": "moderate"
|
|
8391
8676
|
}
|
|
8677
|
+
},
|
|
8678
|
+
"x-f5xc-discovered-response-time": {
|
|
8679
|
+
"p50_ms": 500,
|
|
8680
|
+
"p95_ms": 1500,
|
|
8681
|
+
"p99_ms": 4000,
|
|
8682
|
+
"sample_count": 0,
|
|
8683
|
+
"source": "estimate"
|
|
8392
8684
|
}
|
|
8393
8685
|
},
|
|
8394
8686
|
"x-displayname": "Forwarding Class.",
|
|
@@ -8603,6 +8895,13 @@
|
|
|
8603
8895
|
"latency": "low",
|
|
8604
8896
|
"resource_usage": "low"
|
|
8605
8897
|
}
|
|
8898
|
+
},
|
|
8899
|
+
"x-f5xc-discovered-response-time": {
|
|
8900
|
+
"p50_ms": 1000,
|
|
8901
|
+
"p95_ms": 3000,
|
|
8902
|
+
"p99_ms": 8000,
|
|
8903
|
+
"sample_count": 0,
|
|
8904
|
+
"source": "estimate"
|
|
8606
8905
|
}
|
|
8607
8906
|
},
|
|
8608
8907
|
"x-displayname": "IKE Phase 1 Profile.",
|
|
@@ -8825,6 +9124,13 @@
|
|
|
8825
9124
|
"latency": "low",
|
|
8826
9125
|
"resource_usage": "low"
|
|
8827
9126
|
}
|
|
9127
|
+
},
|
|
9128
|
+
"x-f5xc-discovered-response-time": {
|
|
9129
|
+
"p50_ms": 800,
|
|
9130
|
+
"p95_ms": 2500,
|
|
9131
|
+
"p99_ms": 6000,
|
|
9132
|
+
"sample_count": 0,
|
|
9133
|
+
"source": "estimate"
|
|
8828
9134
|
}
|
|
8829
9135
|
},
|
|
8830
9136
|
"x-displayname": "IKE Phase 1 Profile.",
|
|
@@ -9052,6 +9358,13 @@
|
|
|
9052
9358
|
"latency": "moderate",
|
|
9053
9359
|
"resource_usage": "moderate"
|
|
9054
9360
|
}
|
|
9361
|
+
},
|
|
9362
|
+
"x-f5xc-discovered-response-time": {
|
|
9363
|
+
"p50_ms": 200,
|
|
9364
|
+
"p95_ms": 800,
|
|
9365
|
+
"p99_ms": 2000,
|
|
9366
|
+
"sample_count": 0,
|
|
9367
|
+
"source": "estimate"
|
|
9055
9368
|
}
|
|
9056
9369
|
},
|
|
9057
9370
|
"x-displayname": "IKE Phase 1 Profile.",
|
|
@@ -9273,6 +9586,13 @@
|
|
|
9273
9586
|
"latency": "low",
|
|
9274
9587
|
"resource_usage": "low"
|
|
9275
9588
|
}
|
|
9589
|
+
},
|
|
9590
|
+
"x-f5xc-discovered-response-time": {
|
|
9591
|
+
"p50_ms": 200,
|
|
9592
|
+
"p95_ms": 800,
|
|
9593
|
+
"p99_ms": 2000,
|
|
9594
|
+
"sample_count": 0,
|
|
9595
|
+
"source": "estimate"
|
|
9276
9596
|
}
|
|
9277
9597
|
},
|
|
9278
9598
|
"delete": {
|
|
@@ -9492,6 +9812,13 @@
|
|
|
9492
9812
|
"latency": "high",
|
|
9493
9813
|
"resource_usage": "moderate"
|
|
9494
9814
|
}
|
|
9815
|
+
},
|
|
9816
|
+
"x-f5xc-discovered-response-time": {
|
|
9817
|
+
"p50_ms": 500,
|
|
9818
|
+
"p95_ms": 1500,
|
|
9819
|
+
"p99_ms": 4000,
|
|
9820
|
+
"sample_count": 0,
|
|
9821
|
+
"source": "estimate"
|
|
9495
9822
|
}
|
|
9496
9823
|
},
|
|
9497
9824
|
"x-displayname": "IKE Phase 1 Profile.",
|
|
@@ -9706,6 +10033,13 @@
|
|
|
9706
10033
|
"latency": "low",
|
|
9707
10034
|
"resource_usage": "low"
|
|
9708
10035
|
}
|
|
10036
|
+
},
|
|
10037
|
+
"x-f5xc-discovered-response-time": {
|
|
10038
|
+
"p50_ms": 1000,
|
|
10039
|
+
"p95_ms": 3000,
|
|
10040
|
+
"p99_ms": 8000,
|
|
10041
|
+
"sample_count": 0,
|
|
10042
|
+
"source": "estimate"
|
|
9709
10043
|
}
|
|
9710
10044
|
},
|
|
9711
10045
|
"x-displayname": "IKE Phase 1 Profile.",
|
|
@@ -9928,6 +10262,13 @@
|
|
|
9928
10262
|
"latency": "low",
|
|
9929
10263
|
"resource_usage": "low"
|
|
9930
10264
|
}
|
|
10265
|
+
},
|
|
10266
|
+
"x-f5xc-discovered-response-time": {
|
|
10267
|
+
"p50_ms": 800,
|
|
10268
|
+
"p95_ms": 2500,
|
|
10269
|
+
"p99_ms": 6000,
|
|
10270
|
+
"sample_count": 0,
|
|
10271
|
+
"source": "estimate"
|
|
9931
10272
|
}
|
|
9932
10273
|
},
|
|
9933
10274
|
"x-displayname": "IKE Phase 1 Profile.",
|
|
@@ -10155,6 +10496,13 @@
|
|
|
10155
10496
|
"latency": "moderate",
|
|
10156
10497
|
"resource_usage": "moderate"
|
|
10157
10498
|
}
|
|
10499
|
+
},
|
|
10500
|
+
"x-f5xc-discovered-response-time": {
|
|
10501
|
+
"p50_ms": 200,
|
|
10502
|
+
"p95_ms": 800,
|
|
10503
|
+
"p99_ms": 2000,
|
|
10504
|
+
"sample_count": 0,
|
|
10505
|
+
"source": "estimate"
|
|
10158
10506
|
}
|
|
10159
10507
|
},
|
|
10160
10508
|
"x-displayname": "IKE Phase 1 Profile.",
|
|
@@ -10376,6 +10724,13 @@
|
|
|
10376
10724
|
"latency": "low",
|
|
10377
10725
|
"resource_usage": "low"
|
|
10378
10726
|
}
|
|
10727
|
+
},
|
|
10728
|
+
"x-f5xc-discovered-response-time": {
|
|
10729
|
+
"p50_ms": 200,
|
|
10730
|
+
"p95_ms": 800,
|
|
10731
|
+
"p99_ms": 2000,
|
|
10732
|
+
"sample_count": 0,
|
|
10733
|
+
"source": "estimate"
|
|
10379
10734
|
}
|
|
10380
10735
|
},
|
|
10381
10736
|
"delete": {
|
|
@@ -10595,6 +10950,13 @@
|
|
|
10595
10950
|
"latency": "high",
|
|
10596
10951
|
"resource_usage": "moderate"
|
|
10597
10952
|
}
|
|
10953
|
+
},
|
|
10954
|
+
"x-f5xc-discovered-response-time": {
|
|
10955
|
+
"p50_ms": 500,
|
|
10956
|
+
"p95_ms": 1500,
|
|
10957
|
+
"p99_ms": 4000,
|
|
10958
|
+
"sample_count": 0,
|
|
10959
|
+
"source": "estimate"
|
|
10598
10960
|
}
|
|
10599
10961
|
},
|
|
10600
10962
|
"x-displayname": "IKE Phase 1 Profile.",
|
|
@@ -10809,6 +11171,13 @@
|
|
|
10809
11171
|
"latency": "low",
|
|
10810
11172
|
"resource_usage": "low"
|
|
10811
11173
|
}
|
|
11174
|
+
},
|
|
11175
|
+
"x-f5xc-discovered-response-time": {
|
|
11176
|
+
"p50_ms": 1000,
|
|
11177
|
+
"p95_ms": 3000,
|
|
11178
|
+
"p99_ms": 8000,
|
|
11179
|
+
"sample_count": 0,
|
|
11180
|
+
"source": "estimate"
|
|
10812
11181
|
}
|
|
10813
11182
|
},
|
|
10814
11183
|
"x-displayname": "IKE Phase 2 Profile.",
|
|
@@ -11031,6 +11400,13 @@
|
|
|
11031
11400
|
"latency": "low",
|
|
11032
11401
|
"resource_usage": "low"
|
|
11033
11402
|
}
|
|
11403
|
+
},
|
|
11404
|
+
"x-f5xc-discovered-response-time": {
|
|
11405
|
+
"p50_ms": 800,
|
|
11406
|
+
"p95_ms": 2500,
|
|
11407
|
+
"p99_ms": 6000,
|
|
11408
|
+
"sample_count": 0,
|
|
11409
|
+
"source": "estimate"
|
|
11034
11410
|
}
|
|
11035
11411
|
},
|
|
11036
11412
|
"x-displayname": "IKE Phase 2 Profile.",
|
|
@@ -11258,6 +11634,13 @@
|
|
|
11258
11634
|
"latency": "moderate",
|
|
11259
11635
|
"resource_usage": "moderate"
|
|
11260
11636
|
}
|
|
11637
|
+
},
|
|
11638
|
+
"x-f5xc-discovered-response-time": {
|
|
11639
|
+
"p50_ms": 200,
|
|
11640
|
+
"p95_ms": 800,
|
|
11641
|
+
"p99_ms": 2000,
|
|
11642
|
+
"sample_count": 0,
|
|
11643
|
+
"source": "estimate"
|
|
11261
11644
|
}
|
|
11262
11645
|
},
|
|
11263
11646
|
"x-displayname": "IKE Phase 2 Profile.",
|
|
@@ -11479,6 +11862,13 @@
|
|
|
11479
11862
|
"latency": "low",
|
|
11480
11863
|
"resource_usage": "low"
|
|
11481
11864
|
}
|
|
11865
|
+
},
|
|
11866
|
+
"x-f5xc-discovered-response-time": {
|
|
11867
|
+
"p50_ms": 200,
|
|
11868
|
+
"p95_ms": 800,
|
|
11869
|
+
"p99_ms": 2000,
|
|
11870
|
+
"sample_count": 0,
|
|
11871
|
+
"source": "estimate"
|
|
11482
11872
|
}
|
|
11483
11873
|
},
|
|
11484
11874
|
"delete": {
|
|
@@ -11698,6 +12088,13 @@
|
|
|
11698
12088
|
"latency": "high",
|
|
11699
12089
|
"resource_usage": "moderate"
|
|
11700
12090
|
}
|
|
12091
|
+
},
|
|
12092
|
+
"x-f5xc-discovered-response-time": {
|
|
12093
|
+
"p50_ms": 500,
|
|
12094
|
+
"p95_ms": 1500,
|
|
12095
|
+
"p99_ms": 4000,
|
|
12096
|
+
"sample_count": 0,
|
|
12097
|
+
"source": "estimate"
|
|
11701
12098
|
}
|
|
11702
12099
|
},
|
|
11703
12100
|
"x-displayname": "IKE Phase 2 Profile.",
|
|
@@ -11912,6 +12309,13 @@
|
|
|
11912
12309
|
"latency": "low",
|
|
11913
12310
|
"resource_usage": "low"
|
|
11914
12311
|
}
|
|
12312
|
+
},
|
|
12313
|
+
"x-f5xc-discovered-response-time": {
|
|
12314
|
+
"p50_ms": 1000,
|
|
12315
|
+
"p95_ms": 3000,
|
|
12316
|
+
"p99_ms": 8000,
|
|
12317
|
+
"sample_count": 0,
|
|
12318
|
+
"source": "estimate"
|
|
11915
12319
|
}
|
|
11916
12320
|
},
|
|
11917
12321
|
"x-displayname": "IKE Phase 2 Profile.",
|
|
@@ -12134,6 +12538,13 @@
|
|
|
12134
12538
|
"latency": "low",
|
|
12135
12539
|
"resource_usage": "low"
|
|
12136
12540
|
}
|
|
12541
|
+
},
|
|
12542
|
+
"x-f5xc-discovered-response-time": {
|
|
12543
|
+
"p50_ms": 800,
|
|
12544
|
+
"p95_ms": 2500,
|
|
12545
|
+
"p99_ms": 6000,
|
|
12546
|
+
"sample_count": 0,
|
|
12547
|
+
"source": "estimate"
|
|
12137
12548
|
}
|
|
12138
12549
|
},
|
|
12139
12550
|
"x-displayname": "IKE Phase 2 Profile.",
|
|
@@ -12361,6 +12772,13 @@
|
|
|
12361
12772
|
"latency": "moderate",
|
|
12362
12773
|
"resource_usage": "moderate"
|
|
12363
12774
|
}
|
|
12775
|
+
},
|
|
12776
|
+
"x-f5xc-discovered-response-time": {
|
|
12777
|
+
"p50_ms": 200,
|
|
12778
|
+
"p95_ms": 800,
|
|
12779
|
+
"p99_ms": 2000,
|
|
12780
|
+
"sample_count": 0,
|
|
12781
|
+
"source": "estimate"
|
|
12364
12782
|
}
|
|
12365
12783
|
},
|
|
12366
12784
|
"x-displayname": "IKE Phase 2 Profile.",
|
|
@@ -12582,6 +13000,13 @@
|
|
|
12582
13000
|
"latency": "low",
|
|
12583
13001
|
"resource_usage": "low"
|
|
12584
13002
|
}
|
|
13003
|
+
},
|
|
13004
|
+
"x-f5xc-discovered-response-time": {
|
|
13005
|
+
"p50_ms": 200,
|
|
13006
|
+
"p95_ms": 800,
|
|
13007
|
+
"p99_ms": 2000,
|
|
13008
|
+
"sample_count": 0,
|
|
13009
|
+
"source": "estimate"
|
|
12585
13010
|
}
|
|
12586
13011
|
},
|
|
12587
13012
|
"delete": {
|
|
@@ -12801,6 +13226,13 @@
|
|
|
12801
13226
|
"latency": "high",
|
|
12802
13227
|
"resource_usage": "moderate"
|
|
12803
13228
|
}
|
|
13229
|
+
},
|
|
13230
|
+
"x-f5xc-discovered-response-time": {
|
|
13231
|
+
"p50_ms": 500,
|
|
13232
|
+
"p95_ms": 1500,
|
|
13233
|
+
"p99_ms": 4000,
|
|
13234
|
+
"sample_count": 0,
|
|
13235
|
+
"source": "estimate"
|
|
12804
13236
|
}
|
|
12805
13237
|
},
|
|
12806
13238
|
"x-displayname": "IKE Phase 2 Profile.",
|
|
@@ -13015,6 +13447,13 @@
|
|
|
13015
13447
|
"latency": "low",
|
|
13016
13448
|
"resource_usage": "low"
|
|
13017
13449
|
}
|
|
13450
|
+
},
|
|
13451
|
+
"x-f5xc-discovered-response-time": {
|
|
13452
|
+
"p50_ms": 1000,
|
|
13453
|
+
"p95_ms": 3000,
|
|
13454
|
+
"p99_ms": 8000,
|
|
13455
|
+
"sample_count": 0,
|
|
13456
|
+
"source": "estimate"
|
|
13018
13457
|
}
|
|
13019
13458
|
},
|
|
13020
13459
|
"x-displayname": "IP Prefix Set.",
|
|
@@ -13237,6 +13676,13 @@
|
|
|
13237
13676
|
"latency": "low",
|
|
13238
13677
|
"resource_usage": "low"
|
|
13239
13678
|
}
|
|
13679
|
+
},
|
|
13680
|
+
"x-f5xc-discovered-response-time": {
|
|
13681
|
+
"p50_ms": 800,
|
|
13682
|
+
"p95_ms": 2500,
|
|
13683
|
+
"p99_ms": 6000,
|
|
13684
|
+
"sample_count": 0,
|
|
13685
|
+
"source": "estimate"
|
|
13240
13686
|
}
|
|
13241
13687
|
},
|
|
13242
13688
|
"x-displayname": "IP Prefix Set.",
|
|
@@ -13464,6 +13910,13 @@
|
|
|
13464
13910
|
"latency": "moderate",
|
|
13465
13911
|
"resource_usage": "moderate"
|
|
13466
13912
|
}
|
|
13913
|
+
},
|
|
13914
|
+
"x-f5xc-discovered-response-time": {
|
|
13915
|
+
"p50_ms": 200,
|
|
13916
|
+
"p95_ms": 800,
|
|
13917
|
+
"p99_ms": 2000,
|
|
13918
|
+
"sample_count": 0,
|
|
13919
|
+
"source": "estimate"
|
|
13467
13920
|
}
|
|
13468
13921
|
},
|
|
13469
13922
|
"x-displayname": "IP Prefix Set.",
|
|
@@ -13685,6 +14138,13 @@
|
|
|
13685
14138
|
"latency": "low",
|
|
13686
14139
|
"resource_usage": "low"
|
|
13687
14140
|
}
|
|
14141
|
+
},
|
|
14142
|
+
"x-f5xc-discovered-response-time": {
|
|
14143
|
+
"p50_ms": 200,
|
|
14144
|
+
"p95_ms": 800,
|
|
14145
|
+
"p99_ms": 2000,
|
|
14146
|
+
"sample_count": 0,
|
|
14147
|
+
"source": "estimate"
|
|
13688
14148
|
}
|
|
13689
14149
|
},
|
|
13690
14150
|
"delete": {
|
|
@@ -13904,6 +14364,13 @@
|
|
|
13904
14364
|
"latency": "high",
|
|
13905
14365
|
"resource_usage": "moderate"
|
|
13906
14366
|
}
|
|
14367
|
+
},
|
|
14368
|
+
"x-f5xc-discovered-response-time": {
|
|
14369
|
+
"p50_ms": 500,
|
|
14370
|
+
"p95_ms": 1500,
|
|
14371
|
+
"p99_ms": 4000,
|
|
14372
|
+
"sample_count": 0,
|
|
14373
|
+
"source": "estimate"
|
|
13907
14374
|
}
|
|
13908
14375
|
},
|
|
13909
14376
|
"x-displayname": "IP Prefix Set.",
|
|
@@ -14118,6 +14585,13 @@
|
|
|
14118
14585
|
"latency": "low",
|
|
14119
14586
|
"resource_usage": "low"
|
|
14120
14587
|
}
|
|
14588
|
+
},
|
|
14589
|
+
"x-f5xc-discovered-response-time": {
|
|
14590
|
+
"p50_ms": 1000,
|
|
14591
|
+
"p95_ms": 3000,
|
|
14592
|
+
"p99_ms": 8000,
|
|
14593
|
+
"sample_count": 0,
|
|
14594
|
+
"source": "estimate"
|
|
14121
14595
|
}
|
|
14122
14596
|
},
|
|
14123
14597
|
"x-displayname": "Network Connector.",
|
|
@@ -14340,6 +14814,13 @@
|
|
|
14340
14814
|
"latency": "low",
|
|
14341
14815
|
"resource_usage": "low"
|
|
14342
14816
|
}
|
|
14817
|
+
},
|
|
14818
|
+
"x-f5xc-discovered-response-time": {
|
|
14819
|
+
"p50_ms": 800,
|
|
14820
|
+
"p95_ms": 2500,
|
|
14821
|
+
"p99_ms": 6000,
|
|
14822
|
+
"sample_count": 0,
|
|
14823
|
+
"source": "estimate"
|
|
14343
14824
|
}
|
|
14344
14825
|
},
|
|
14345
14826
|
"x-displayname": "Network Connector.",
|
|
@@ -14567,6 +15048,13 @@
|
|
|
14567
15048
|
"latency": "moderate",
|
|
14568
15049
|
"resource_usage": "moderate"
|
|
14569
15050
|
}
|
|
15051
|
+
},
|
|
15052
|
+
"x-f5xc-discovered-response-time": {
|
|
15053
|
+
"p50_ms": 200,
|
|
15054
|
+
"p95_ms": 800,
|
|
15055
|
+
"p99_ms": 2000,
|
|
15056
|
+
"sample_count": 0,
|
|
15057
|
+
"source": "estimate"
|
|
14570
15058
|
}
|
|
14571
15059
|
},
|
|
14572
15060
|
"x-displayname": "Network Connector.",
|
|
@@ -14788,6 +15276,13 @@
|
|
|
14788
15276
|
"latency": "low",
|
|
14789
15277
|
"resource_usage": "low"
|
|
14790
15278
|
}
|
|
15279
|
+
},
|
|
15280
|
+
"x-f5xc-discovered-response-time": {
|
|
15281
|
+
"p50_ms": 200,
|
|
15282
|
+
"p95_ms": 800,
|
|
15283
|
+
"p99_ms": 2000,
|
|
15284
|
+
"sample_count": 0,
|
|
15285
|
+
"source": "estimate"
|
|
14791
15286
|
}
|
|
14792
15287
|
},
|
|
14793
15288
|
"delete": {
|
|
@@ -15007,6 +15502,13 @@
|
|
|
15007
15502
|
"latency": "high",
|
|
15008
15503
|
"resource_usage": "moderate"
|
|
15009
15504
|
}
|
|
15505
|
+
},
|
|
15506
|
+
"x-f5xc-discovered-response-time": {
|
|
15507
|
+
"p50_ms": 500,
|
|
15508
|
+
"p95_ms": 1500,
|
|
15509
|
+
"p99_ms": 4000,
|
|
15510
|
+
"sample_count": 0,
|
|
15511
|
+
"source": "estimate"
|
|
15010
15512
|
}
|
|
15011
15513
|
},
|
|
15012
15514
|
"x-displayname": "Network Connector.",
|
|
@@ -15225,6 +15727,13 @@
|
|
|
15225
15727
|
"latency": "low",
|
|
15226
15728
|
"resource_usage": "low"
|
|
15227
15729
|
}
|
|
15730
|
+
},
|
|
15731
|
+
"x-f5xc-discovered-response-time": {
|
|
15732
|
+
"p50_ms": 800,
|
|
15733
|
+
"p95_ms": 2500,
|
|
15734
|
+
"p99_ms": 6000,
|
|
15735
|
+
"sample_count": 0,
|
|
15736
|
+
"source": "estimate"
|
|
15228
15737
|
}
|
|
15229
15738
|
},
|
|
15230
15739
|
"x-displayname": "Public IP",
|
|
@@ -15448,6 +15957,13 @@
|
|
|
15448
15957
|
"latency": "moderate",
|
|
15449
15958
|
"resource_usage": "moderate"
|
|
15450
15959
|
}
|
|
15960
|
+
},
|
|
15961
|
+
"x-f5xc-discovered-response-time": {
|
|
15962
|
+
"p50_ms": 200,
|
|
15963
|
+
"p95_ms": 800,
|
|
15964
|
+
"p99_ms": 2000,
|
|
15965
|
+
"sample_count": 0,
|
|
15966
|
+
"source": "estimate"
|
|
15451
15967
|
}
|
|
15452
15968
|
},
|
|
15453
15969
|
"x-displayname": "Public IP",
|
|
@@ -15664,6 +16180,13 @@
|
|
|
15664
16180
|
"latency": "low",
|
|
15665
16181
|
"resource_usage": "low"
|
|
15666
16182
|
}
|
|
16183
|
+
},
|
|
16184
|
+
"x-f5xc-discovered-response-time": {
|
|
16185
|
+
"p50_ms": 200,
|
|
16186
|
+
"p95_ms": 800,
|
|
16187
|
+
"p99_ms": 2000,
|
|
16188
|
+
"sample_count": 0,
|
|
16189
|
+
"source": "estimate"
|
|
15667
16190
|
}
|
|
15668
16191
|
},
|
|
15669
16192
|
"x-displayname": "Public IP",
|
|
@@ -15878,6 +16401,13 @@
|
|
|
15878
16401
|
"latency": "low",
|
|
15879
16402
|
"resource_usage": "low"
|
|
15880
16403
|
}
|
|
16404
|
+
},
|
|
16405
|
+
"x-f5xc-discovered-response-time": {
|
|
16406
|
+
"p50_ms": 1000,
|
|
16407
|
+
"p95_ms": 3000,
|
|
16408
|
+
"p99_ms": 8000,
|
|
16409
|
+
"sample_count": 0,
|
|
16410
|
+
"source": "estimate"
|
|
15881
16411
|
}
|
|
15882
16412
|
},
|
|
15883
16413
|
"x-displayname": "Route",
|
|
@@ -16100,6 +16630,13 @@
|
|
|
16100
16630
|
"latency": "low",
|
|
16101
16631
|
"resource_usage": "low"
|
|
16102
16632
|
}
|
|
16633
|
+
},
|
|
16634
|
+
"x-f5xc-discovered-response-time": {
|
|
16635
|
+
"p50_ms": 800,
|
|
16636
|
+
"p95_ms": 2500,
|
|
16637
|
+
"p99_ms": 6000,
|
|
16638
|
+
"sample_count": 0,
|
|
16639
|
+
"source": "estimate"
|
|
16103
16640
|
}
|
|
16104
16641
|
},
|
|
16105
16642
|
"x-displayname": "Route",
|
|
@@ -16327,6 +16864,13 @@
|
|
|
16327
16864
|
"latency": "moderate",
|
|
16328
16865
|
"resource_usage": "moderate"
|
|
16329
16866
|
}
|
|
16867
|
+
},
|
|
16868
|
+
"x-f5xc-discovered-response-time": {
|
|
16869
|
+
"p50_ms": 200,
|
|
16870
|
+
"p95_ms": 800,
|
|
16871
|
+
"p99_ms": 2000,
|
|
16872
|
+
"sample_count": 0,
|
|
16873
|
+
"source": "estimate"
|
|
16330
16874
|
}
|
|
16331
16875
|
},
|
|
16332
16876
|
"x-displayname": "Route",
|
|
@@ -16548,6 +17092,13 @@
|
|
|
16548
17092
|
"latency": "low",
|
|
16549
17093
|
"resource_usage": "low"
|
|
16550
17094
|
}
|
|
17095
|
+
},
|
|
17096
|
+
"x-f5xc-discovered-response-time": {
|
|
17097
|
+
"p50_ms": 200,
|
|
17098
|
+
"p95_ms": 800,
|
|
17099
|
+
"p99_ms": 2000,
|
|
17100
|
+
"sample_count": 0,
|
|
17101
|
+
"source": "estimate"
|
|
16551
17102
|
}
|
|
16552
17103
|
},
|
|
16553
17104
|
"delete": {
|
|
@@ -16767,6 +17318,13 @@
|
|
|
16767
17318
|
"latency": "high",
|
|
16768
17319
|
"resource_usage": "moderate"
|
|
16769
17320
|
}
|
|
17321
|
+
},
|
|
17322
|
+
"x-f5xc-discovered-response-time": {
|
|
17323
|
+
"p50_ms": 500,
|
|
17324
|
+
"p95_ms": 1500,
|
|
17325
|
+
"p99_ms": 4000,
|
|
17326
|
+
"sample_count": 0,
|
|
17327
|
+
"source": "estimate"
|
|
16770
17328
|
}
|
|
16771
17329
|
},
|
|
16772
17330
|
"x-displayname": "Route",
|
|
@@ -16994,6 +17552,13 @@
|
|
|
16994
17552
|
"latency": "low",
|
|
16995
17553
|
"resource_usage": "low"
|
|
16996
17554
|
}
|
|
17555
|
+
},
|
|
17556
|
+
"x-f5xc-discovered-response-time": {
|
|
17557
|
+
"p50_ms": 1000,
|
|
17558
|
+
"p95_ms": 3000,
|
|
17559
|
+
"p99_ms": 8000,
|
|
17560
|
+
"sample_count": 0,
|
|
17561
|
+
"source": "estimate"
|
|
16997
17562
|
}
|
|
16998
17563
|
},
|
|
16999
17564
|
"x-displayname": "Route Info.",
|
|
@@ -17221,6 +17786,13 @@
|
|
|
17221
17786
|
"latency": "low",
|
|
17222
17787
|
"resource_usage": "low"
|
|
17223
17788
|
}
|
|
17789
|
+
},
|
|
17790
|
+
"x-f5xc-discovered-response-time": {
|
|
17791
|
+
"p50_ms": 1000,
|
|
17792
|
+
"p95_ms": 3000,
|
|
17793
|
+
"p99_ms": 8000,
|
|
17794
|
+
"sample_count": 0,
|
|
17795
|
+
"source": "estimate"
|
|
17224
17796
|
}
|
|
17225
17797
|
},
|
|
17226
17798
|
"x-displayname": "Route Info.",
|
|
@@ -17435,6 +18007,13 @@
|
|
|
17435
18007
|
"latency": "low",
|
|
17436
18008
|
"resource_usage": "low"
|
|
17437
18009
|
}
|
|
18010
|
+
},
|
|
18011
|
+
"x-f5xc-discovered-response-time": {
|
|
18012
|
+
"p50_ms": 1000,
|
|
18013
|
+
"p95_ms": 3000,
|
|
18014
|
+
"p99_ms": 8000,
|
|
18015
|
+
"sample_count": 0,
|
|
18016
|
+
"source": "estimate"
|
|
17438
18017
|
}
|
|
17439
18018
|
},
|
|
17440
18019
|
"x-displayname": "SRv6 Network Slice.",
|
|
@@ -17657,6 +18236,13 @@
|
|
|
17657
18236
|
"latency": "low",
|
|
17658
18237
|
"resource_usage": "low"
|
|
17659
18238
|
}
|
|
18239
|
+
},
|
|
18240
|
+
"x-f5xc-discovered-response-time": {
|
|
18241
|
+
"p50_ms": 800,
|
|
18242
|
+
"p95_ms": 2500,
|
|
18243
|
+
"p99_ms": 6000,
|
|
18244
|
+
"sample_count": 0,
|
|
18245
|
+
"source": "estimate"
|
|
17660
18246
|
}
|
|
17661
18247
|
},
|
|
17662
18248
|
"x-displayname": "SRv6 Network Slice.",
|
|
@@ -17884,6 +18470,13 @@
|
|
|
17884
18470
|
"latency": "moderate",
|
|
17885
18471
|
"resource_usage": "moderate"
|
|
17886
18472
|
}
|
|
18473
|
+
},
|
|
18474
|
+
"x-f5xc-discovered-response-time": {
|
|
18475
|
+
"p50_ms": 200,
|
|
18476
|
+
"p95_ms": 800,
|
|
18477
|
+
"p99_ms": 2000,
|
|
18478
|
+
"sample_count": 0,
|
|
18479
|
+
"source": "estimate"
|
|
17887
18480
|
}
|
|
17888
18481
|
},
|
|
17889
18482
|
"x-displayname": "SRv6 Network Slice.",
|
|
@@ -18105,6 +18698,13 @@
|
|
|
18105
18698
|
"latency": "low",
|
|
18106
18699
|
"resource_usage": "low"
|
|
18107
18700
|
}
|
|
18701
|
+
},
|
|
18702
|
+
"x-f5xc-discovered-response-time": {
|
|
18703
|
+
"p50_ms": 200,
|
|
18704
|
+
"p95_ms": 800,
|
|
18705
|
+
"p99_ms": 2000,
|
|
18706
|
+
"sample_count": 0,
|
|
18707
|
+
"source": "estimate"
|
|
18108
18708
|
}
|
|
18109
18709
|
},
|
|
18110
18710
|
"delete": {
|
|
@@ -18324,6 +18924,13 @@
|
|
|
18324
18924
|
"latency": "high",
|
|
18325
18925
|
"resource_usage": "moderate"
|
|
18326
18926
|
}
|
|
18927
|
+
},
|
|
18928
|
+
"x-f5xc-discovered-response-time": {
|
|
18929
|
+
"p50_ms": 500,
|
|
18930
|
+
"p95_ms": 1500,
|
|
18931
|
+
"p99_ms": 4000,
|
|
18932
|
+
"sample_count": 0,
|
|
18933
|
+
"source": "estimate"
|
|
18327
18934
|
}
|
|
18328
18935
|
},
|
|
18329
18936
|
"x-displayname": "SRv6 Network Slice.",
|
|
@@ -18538,6 +19145,13 @@
|
|
|
18538
19145
|
"latency": "low",
|
|
18539
19146
|
"resource_usage": "low"
|
|
18540
19147
|
}
|
|
19148
|
+
},
|
|
19149
|
+
"x-f5xc-discovered-response-time": {
|
|
19150
|
+
"p50_ms": 1000,
|
|
19151
|
+
"p95_ms": 3000,
|
|
19152
|
+
"p99_ms": 8000,
|
|
19153
|
+
"sample_count": 0,
|
|
19154
|
+
"source": "estimate"
|
|
18541
19155
|
}
|
|
18542
19156
|
},
|
|
18543
19157
|
"x-displayname": "Subnet",
|
|
@@ -18760,6 +19374,13 @@
|
|
|
18760
19374
|
"latency": "low",
|
|
18761
19375
|
"resource_usage": "low"
|
|
18762
19376
|
}
|
|
19377
|
+
},
|
|
19378
|
+
"x-f5xc-discovered-response-time": {
|
|
19379
|
+
"p50_ms": 800,
|
|
19380
|
+
"p95_ms": 2500,
|
|
19381
|
+
"p99_ms": 6000,
|
|
19382
|
+
"sample_count": 0,
|
|
19383
|
+
"source": "estimate"
|
|
18763
19384
|
}
|
|
18764
19385
|
},
|
|
18765
19386
|
"x-displayname": "Subnet",
|
|
@@ -18987,6 +19608,13 @@
|
|
|
18987
19608
|
"latency": "moderate",
|
|
18988
19609
|
"resource_usage": "moderate"
|
|
18989
19610
|
}
|
|
19611
|
+
},
|
|
19612
|
+
"x-f5xc-discovered-response-time": {
|
|
19613
|
+
"p50_ms": 200,
|
|
19614
|
+
"p95_ms": 800,
|
|
19615
|
+
"p99_ms": 2000,
|
|
19616
|
+
"sample_count": 0,
|
|
19617
|
+
"source": "estimate"
|
|
18990
19618
|
}
|
|
18991
19619
|
},
|
|
18992
19620
|
"x-displayname": "Subnet",
|
|
@@ -19208,6 +19836,13 @@
|
|
|
19208
19836
|
"latency": "low",
|
|
19209
19837
|
"resource_usage": "low"
|
|
19210
19838
|
}
|
|
19839
|
+
},
|
|
19840
|
+
"x-f5xc-discovered-response-time": {
|
|
19841
|
+
"p50_ms": 200,
|
|
19842
|
+
"p95_ms": 800,
|
|
19843
|
+
"p99_ms": 2000,
|
|
19844
|
+
"sample_count": 0,
|
|
19845
|
+
"source": "estimate"
|
|
19211
19846
|
}
|
|
19212
19847
|
},
|
|
19213
19848
|
"delete": {
|
|
@@ -19427,6 +20062,13 @@
|
|
|
19427
20062
|
"latency": "high",
|
|
19428
20063
|
"resource_usage": "moderate"
|
|
19429
20064
|
}
|
|
20065
|
+
},
|
|
20066
|
+
"x-f5xc-discovered-response-time": {
|
|
20067
|
+
"p50_ms": 500,
|
|
20068
|
+
"p95_ms": 1500,
|
|
20069
|
+
"p99_ms": 4000,
|
|
20070
|
+
"sample_count": 0,
|
|
20071
|
+
"source": "estimate"
|
|
19430
20072
|
}
|
|
19431
20073
|
},
|
|
19432
20074
|
"x-displayname": "Subnet",
|
|
@@ -19650,6 +20292,13 @@
|
|
|
19650
20292
|
"latency": "low",
|
|
19651
20293
|
"resource_usage": "low"
|
|
19652
20294
|
}
|
|
20295
|
+
},
|
|
20296
|
+
"x-f5xc-discovered-response-time": {
|
|
20297
|
+
"p50_ms": 1000,
|
|
20298
|
+
"p95_ms": 3000,
|
|
20299
|
+
"p99_ms": 8000,
|
|
20300
|
+
"sample_count": 0,
|
|
20301
|
+
"source": "estimate"
|
|
19653
20302
|
}
|
|
19654
20303
|
},
|
|
19655
20304
|
"x-displayname": "Traceroute.",
|
|
@@ -19864,6 +20513,13 @@
|
|
|
19864
20513
|
"latency": "low",
|
|
19865
20514
|
"resource_usage": "low"
|
|
19866
20515
|
}
|
|
20516
|
+
},
|
|
20517
|
+
"x-f5xc-discovered-response-time": {
|
|
20518
|
+
"p50_ms": 1000,
|
|
20519
|
+
"p95_ms": 3000,
|
|
20520
|
+
"p99_ms": 8000,
|
|
20521
|
+
"sample_count": 0,
|
|
20522
|
+
"source": "estimate"
|
|
19867
20523
|
}
|
|
19868
20524
|
},
|
|
19869
20525
|
"x-displayname": "Tunnel",
|
|
@@ -20086,6 +20742,13 @@
|
|
|
20086
20742
|
"latency": "low",
|
|
20087
20743
|
"resource_usage": "low"
|
|
20088
20744
|
}
|
|
20745
|
+
},
|
|
20746
|
+
"x-f5xc-discovered-response-time": {
|
|
20747
|
+
"p50_ms": 800,
|
|
20748
|
+
"p95_ms": 2500,
|
|
20749
|
+
"p99_ms": 6000,
|
|
20750
|
+
"sample_count": 0,
|
|
20751
|
+
"source": "estimate"
|
|
20089
20752
|
}
|
|
20090
20753
|
},
|
|
20091
20754
|
"x-displayname": "Tunnel",
|
|
@@ -20313,6 +20976,13 @@
|
|
|
20313
20976
|
"latency": "moderate",
|
|
20314
20977
|
"resource_usage": "moderate"
|
|
20315
20978
|
}
|
|
20979
|
+
},
|
|
20980
|
+
"x-f5xc-discovered-response-time": {
|
|
20981
|
+
"p50_ms": 200,
|
|
20982
|
+
"p95_ms": 800,
|
|
20983
|
+
"p99_ms": 2000,
|
|
20984
|
+
"sample_count": 0,
|
|
20985
|
+
"source": "estimate"
|
|
20316
20986
|
}
|
|
20317
20987
|
},
|
|
20318
20988
|
"x-displayname": "Tunnel",
|
|
@@ -20534,6 +21204,13 @@
|
|
|
20534
21204
|
"latency": "low",
|
|
20535
21205
|
"resource_usage": "low"
|
|
20536
21206
|
}
|
|
21207
|
+
},
|
|
21208
|
+
"x-f5xc-discovered-response-time": {
|
|
21209
|
+
"p50_ms": 200,
|
|
21210
|
+
"p95_ms": 800,
|
|
21211
|
+
"p99_ms": 2000,
|
|
21212
|
+
"sample_count": 0,
|
|
21213
|
+
"source": "estimate"
|
|
20537
21214
|
}
|
|
20538
21215
|
},
|
|
20539
21216
|
"delete": {
|
|
@@ -20753,6 +21430,13 @@
|
|
|
20753
21430
|
"latency": "high",
|
|
20754
21431
|
"resource_usage": "moderate"
|
|
20755
21432
|
}
|
|
21433
|
+
},
|
|
21434
|
+
"x-f5xc-discovered-response-time": {
|
|
21435
|
+
"p50_ms": 500,
|
|
21436
|
+
"p95_ms": 1500,
|
|
21437
|
+
"p99_ms": 4000,
|
|
21438
|
+
"sample_count": 0,
|
|
21439
|
+
"source": "estimate"
|
|
20756
21440
|
}
|
|
20757
21441
|
},
|
|
20758
21442
|
"x-displayname": "Tunnel",
|
|
@@ -20967,6 +21651,13 @@
|
|
|
20967
21651
|
"latency": "low",
|
|
20968
21652
|
"resource_usage": "low"
|
|
20969
21653
|
}
|
|
21654
|
+
},
|
|
21655
|
+
"x-f5xc-discovered-response-time": {
|
|
21656
|
+
"p50_ms": 1000,
|
|
21657
|
+
"p95_ms": 3000,
|
|
21658
|
+
"p99_ms": 8000,
|
|
21659
|
+
"sample_count": 0,
|
|
21660
|
+
"source": "estimate"
|
|
20970
21661
|
}
|
|
20971
21662
|
},
|
|
20972
21663
|
"x-displayname": "Virtual Network.",
|
|
@@ -21189,6 +21880,13 @@
|
|
|
21189
21880
|
"latency": "low",
|
|
21190
21881
|
"resource_usage": "low"
|
|
21191
21882
|
}
|
|
21883
|
+
},
|
|
21884
|
+
"x-f5xc-discovered-response-time": {
|
|
21885
|
+
"p50_ms": 800,
|
|
21886
|
+
"p95_ms": 2500,
|
|
21887
|
+
"p99_ms": 6000,
|
|
21888
|
+
"sample_count": 0,
|
|
21889
|
+
"source": "estimate"
|
|
21192
21890
|
}
|
|
21193
21891
|
},
|
|
21194
21892
|
"x-displayname": "Virtual Network.",
|
|
@@ -21416,6 +22114,13 @@
|
|
|
21416
22114
|
"latency": "moderate",
|
|
21417
22115
|
"resource_usage": "moderate"
|
|
21418
22116
|
}
|
|
22117
|
+
},
|
|
22118
|
+
"x-f5xc-discovered-response-time": {
|
|
22119
|
+
"p50_ms": 200,
|
|
22120
|
+
"p95_ms": 800,
|
|
22121
|
+
"p99_ms": 2000,
|
|
22122
|
+
"sample_count": 0,
|
|
22123
|
+
"source": "estimate"
|
|
21419
22124
|
}
|
|
21420
22125
|
},
|
|
21421
22126
|
"x-displayname": "Virtual Network.",
|
|
@@ -21637,6 +22342,13 @@
|
|
|
21637
22342
|
"latency": "low",
|
|
21638
22343
|
"resource_usage": "low"
|
|
21639
22344
|
}
|
|
22345
|
+
},
|
|
22346
|
+
"x-f5xc-discovered-response-time": {
|
|
22347
|
+
"p50_ms": 200,
|
|
22348
|
+
"p95_ms": 800,
|
|
22349
|
+
"p99_ms": 2000,
|
|
22350
|
+
"sample_count": 0,
|
|
22351
|
+
"source": "estimate"
|
|
21640
22352
|
}
|
|
21641
22353
|
},
|
|
21642
22354
|
"delete": {
|
|
@@ -21856,6 +22568,13 @@
|
|
|
21856
22568
|
"latency": "high",
|
|
21857
22569
|
"resource_usage": "moderate"
|
|
21858
22570
|
}
|
|
22571
|
+
},
|
|
22572
|
+
"x-f5xc-discovered-response-time": {
|
|
22573
|
+
"p50_ms": 500,
|
|
22574
|
+
"p95_ms": 1500,
|
|
22575
|
+
"p99_ms": 4000,
|
|
22576
|
+
"sample_count": 0,
|
|
22577
|
+
"source": "estimate"
|
|
21859
22578
|
}
|
|
21860
22579
|
},
|
|
21861
22580
|
"x-displayname": "Virtual Network.",
|
|
@@ -22123,7 +22842,7 @@
|
|
|
22123
22842
|
},
|
|
22124
22843
|
"x-original-maxLength": 1024,
|
|
22125
22844
|
"x-reconciled-from-discovery": true,
|
|
22126
|
-
"x-reconciled-at": "2026-01-
|
|
22845
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829623+00:00"
|
|
22127
22846
|
},
|
|
22128
22847
|
"namespace": {
|
|
22129
22848
|
"type": "string",
|
|
@@ -22142,7 +22861,7 @@
|
|
|
22142
22861
|
},
|
|
22143
22862
|
"x-original-maxLength": 1024,
|
|
22144
22863
|
"x-reconciled-from-discovery": true,
|
|
22145
|
-
"x-reconciled-at": "2026-01-
|
|
22864
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829630+00:00"
|
|
22146
22865
|
}
|
|
22147
22866
|
},
|
|
22148
22867
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22237,7 +22956,7 @@
|
|
|
22237
22956
|
"maxLength": 17,
|
|
22238
22957
|
"minLength": 17,
|
|
22239
22958
|
"x-reconciled-from-discovery": true,
|
|
22240
|
-
"x-reconciled-at": "2026-01-
|
|
22959
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829644+00:00"
|
|
22241
22960
|
},
|
|
22242
22961
|
"system_metadata": {
|
|
22243
22962
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -22429,7 +23148,7 @@
|
|
|
22429
23148
|
},
|
|
22430
23149
|
"x-original-maxLength": 1024,
|
|
22431
23150
|
"x-reconciled-from-discovery": true,
|
|
22432
|
-
"x-reconciled-at": "2026-01-
|
|
23151
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829661+00:00"
|
|
22433
23152
|
},
|
|
22434
23153
|
"disabled": {
|
|
22435
23154
|
"type": "boolean",
|
|
@@ -22479,7 +23198,7 @@
|
|
|
22479
23198
|
},
|
|
22480
23199
|
"x-original-maxLength": 1024,
|
|
22481
23200
|
"x-reconciled-from-discovery": true,
|
|
22482
|
-
"x-reconciled-at": "2026-01-
|
|
23201
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829671+00:00"
|
|
22483
23202
|
},
|
|
22484
23203
|
"namespace": {
|
|
22485
23204
|
"type": "string",
|
|
@@ -22498,7 +23217,7 @@
|
|
|
22498
23217
|
},
|
|
22499
23218
|
"x-original-maxLength": 1024,
|
|
22500
23219
|
"x-reconciled-from-discovery": true,
|
|
22501
|
-
"x-reconciled-at": "2026-01-
|
|
23220
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829675+00:00"
|
|
22502
23221
|
},
|
|
22503
23222
|
"owner_view": {
|
|
22504
23223
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -22539,7 +23258,7 @@
|
|
|
22539
23258
|
"x-field-mutability": "read-only",
|
|
22540
23259
|
"x-original-maxLength": 1024,
|
|
22541
23260
|
"x-reconciled-from-discovery": true,
|
|
22542
|
-
"x-reconciled-at": "2026-01-
|
|
23261
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829683+00:00"
|
|
22543
23262
|
},
|
|
22544
23263
|
"uid": {
|
|
22545
23264
|
"type": "string",
|
|
@@ -22560,7 +23279,7 @@
|
|
|
22560
23279
|
"x-original-maxLength": 1024,
|
|
22561
23280
|
"format": "uuid",
|
|
22562
23281
|
"x-reconciled-from-discovery": true,
|
|
22563
|
-
"x-reconciled-at": "2026-01-
|
|
23282
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829689+00:00"
|
|
22564
23283
|
}
|
|
22565
23284
|
},
|
|
22566
23285
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22694,7 +23413,7 @@
|
|
|
22694
23413
|
},
|
|
22695
23414
|
"x-original-maxLength": 1024,
|
|
22696
23415
|
"x-reconciled-from-discovery": true,
|
|
22697
|
-
"x-reconciled-at": "2026-01-
|
|
23416
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829702+00:00"
|
|
22698
23417
|
}
|
|
22699
23418
|
},
|
|
22700
23419
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22763,7 +23482,7 @@
|
|
|
22763
23482
|
},
|
|
22764
23483
|
"x-original-maxLength": 1024,
|
|
22765
23484
|
"x-reconciled-from-discovery": true,
|
|
22766
|
-
"x-reconciled-at": "2026-01-
|
|
23485
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829710+00:00"
|
|
22767
23486
|
},
|
|
22768
23487
|
"service_name": {
|
|
22769
23488
|
"type": "string",
|
|
@@ -22802,7 +23521,7 @@
|
|
|
22802
23521
|
},
|
|
22803
23522
|
"x-original-maxLength": 1024,
|
|
22804
23523
|
"x-reconciled-from-discovery": true,
|
|
22805
|
-
"x-reconciled-at": "2026-01-
|
|
23524
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829716+00:00"
|
|
22806
23525
|
},
|
|
22807
23526
|
"type": {
|
|
22808
23527
|
"type": "string",
|
|
@@ -22939,7 +23658,7 @@
|
|
|
22939
23658
|
},
|
|
22940
23659
|
"x-original-maxLength": 1024,
|
|
22941
23660
|
"x-reconciled-from-discovery": true,
|
|
22942
|
-
"x-reconciled-at": "2026-01-
|
|
23661
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829727+00:00"
|
|
22943
23662
|
}
|
|
22944
23663
|
},
|
|
22945
23664
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23048,7 +23767,7 @@
|
|
|
23048
23767
|
},
|
|
23049
23768
|
"x-original-maxLength": 1200,
|
|
23050
23769
|
"x-reconciled-from-discovery": true,
|
|
23051
|
-
"x-reconciled-at": "2026-01-
|
|
23770
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829738+00:00"
|
|
23052
23771
|
},
|
|
23053
23772
|
"disable": {
|
|
23054
23773
|
"type": "boolean",
|
|
@@ -23101,7 +23820,7 @@
|
|
|
23101
23820
|
},
|
|
23102
23821
|
"x-original-maxLength": 1024,
|
|
23103
23822
|
"x-reconciled-from-discovery": true,
|
|
23104
|
-
"x-reconciled-at": "2026-01-
|
|
23823
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829746+00:00"
|
|
23105
23824
|
},
|
|
23106
23825
|
"namespace": {
|
|
23107
23826
|
"type": "string",
|
|
@@ -23120,7 +23839,7 @@
|
|
|
23120
23839
|
},
|
|
23121
23840
|
"x-original-maxLength": 1024,
|
|
23122
23841
|
"x-reconciled-from-discovery": true,
|
|
23123
|
-
"x-reconciled-at": "2026-01-
|
|
23842
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829750+00:00"
|
|
23124
23843
|
}
|
|
23125
23844
|
},
|
|
23126
23845
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23196,7 +23915,7 @@
|
|
|
23196
23915
|
},
|
|
23197
23916
|
"x-original-maxLength": 1200,
|
|
23198
23917
|
"x-reconciled-from-discovery": true,
|
|
23199
|
-
"x-reconciled-at": "2026-01-
|
|
23918
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829762+00:00"
|
|
23200
23919
|
},
|
|
23201
23920
|
"disable": {
|
|
23202
23921
|
"type": "boolean",
|
|
@@ -23251,7 +23970,7 @@
|
|
|
23251
23970
|
},
|
|
23252
23971
|
"x-original-maxLength": 1024,
|
|
23253
23972
|
"x-reconciled-from-discovery": true,
|
|
23254
|
-
"x-reconciled-at": "2026-01-
|
|
23973
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829769+00:00"
|
|
23255
23974
|
},
|
|
23256
23975
|
"namespace": {
|
|
23257
23976
|
"type": "string",
|
|
@@ -23270,7 +23989,7 @@
|
|
|
23270
23989
|
},
|
|
23271
23990
|
"x-original-maxLength": 1024,
|
|
23272
23991
|
"x-reconciled-from-discovery": true,
|
|
23273
|
-
"x-reconciled-at": "2026-01-
|
|
23992
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829773+00:00"
|
|
23274
23993
|
}
|
|
23275
23994
|
},
|
|
23276
23995
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23315,7 +24034,7 @@
|
|
|
23315
24034
|
"readOnly": true,
|
|
23316
24035
|
"x-original-maxLength": 1024,
|
|
23317
24036
|
"x-reconciled-from-discovery": true,
|
|
23318
|
-
"x-reconciled-at": "2026-01-
|
|
24037
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829778+00:00"
|
|
23319
24038
|
},
|
|
23320
24039
|
"name": {
|
|
23321
24040
|
"type": "string",
|
|
@@ -23334,7 +24053,7 @@
|
|
|
23334
24053
|
},
|
|
23335
24054
|
"x-original-maxLength": 1024,
|
|
23336
24055
|
"x-reconciled-from-discovery": true,
|
|
23337
|
-
"x-reconciled-at": "2026-01-
|
|
24056
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829782+00:00"
|
|
23338
24057
|
},
|
|
23339
24058
|
"namespace": {
|
|
23340
24059
|
"type": "string",
|
|
@@ -23353,7 +24072,7 @@
|
|
|
23353
24072
|
},
|
|
23354
24073
|
"x-original-maxLength": 1024,
|
|
23355
24074
|
"x-reconciled-from-discovery": true,
|
|
23356
|
-
"x-reconciled-at": "2026-01-
|
|
24075
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829786+00:00"
|
|
23357
24076
|
},
|
|
23358
24077
|
"tenant": {
|
|
23359
24078
|
"type": "string",
|
|
@@ -23374,7 +24093,7 @@
|
|
|
23374
24093
|
"x-field-mutability": "read-only",
|
|
23375
24094
|
"x-original-maxLength": 1024,
|
|
23376
24095
|
"x-reconciled-from-discovery": true,
|
|
23377
|
-
"x-reconciled-at": "2026-01-
|
|
24096
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829790+00:00"
|
|
23378
24097
|
},
|
|
23379
24098
|
"uid": {
|
|
23380
24099
|
"type": "string",
|
|
@@ -23396,7 +24115,7 @@
|
|
|
23396
24115
|
"x-original-maxLength": 1024,
|
|
23397
24116
|
"format": "uuid",
|
|
23398
24117
|
"x-reconciled-from-discovery": true,
|
|
23399
|
-
"x-reconciled-at": "2026-01-
|
|
24118
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829795+00:00"
|
|
23400
24119
|
}
|
|
23401
24120
|
},
|
|
23402
24121
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23509,7 +24228,7 @@
|
|
|
23509
24228
|
"x-original-maxLength": 1024,
|
|
23510
24229
|
"format": "uuid",
|
|
23511
24230
|
"x-reconciled-from-discovery": true,
|
|
23512
|
-
"x-reconciled-at": "2026-01-
|
|
24231
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829808+00:00"
|
|
23513
24232
|
},
|
|
23514
24233
|
"vtrp_id": {
|
|
23515
24234
|
"type": "string",
|
|
@@ -23621,7 +24340,7 @@
|
|
|
23621
24340
|
},
|
|
23622
24341
|
"x-original-maxLength": 1024,
|
|
23623
24342
|
"x-reconciled-from-discovery": true,
|
|
23624
|
-
"x-reconciled-at": "2026-01-
|
|
24343
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829818+00:00"
|
|
23625
24344
|
},
|
|
23626
24345
|
"status": {
|
|
23627
24346
|
"type": "string",
|
|
@@ -23640,7 +24359,7 @@
|
|
|
23640
24359
|
},
|
|
23641
24360
|
"x-original-maxLength": 1024,
|
|
23642
24361
|
"x-reconciled-from-discovery": true,
|
|
23643
|
-
"x-reconciled-at": "2026-01-
|
|
24362
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829822+00:00"
|
|
23644
24363
|
}
|
|
23645
24364
|
},
|
|
23646
24365
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23818,7 +24537,7 @@
|
|
|
23818
24537
|
"x-field-mutability": "read-only",
|
|
23819
24538
|
"x-original-maxLength": 1024,
|
|
23820
24539
|
"x-reconciled-from-discovery": true,
|
|
23821
|
-
"x-reconciled-at": "2026-01-
|
|
24540
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829842+00:00"
|
|
23822
24541
|
},
|
|
23823
24542
|
"uid": {
|
|
23824
24543
|
"type": "string",
|
|
@@ -23839,7 +24558,7 @@
|
|
|
23839
24558
|
"x-original-maxLength": 1024,
|
|
23840
24559
|
"format": "uuid",
|
|
23841
24560
|
"x-reconciled-from-discovery": true,
|
|
23842
|
-
"x-reconciled-at": "2026-01-
|
|
24561
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829847+00:00"
|
|
23843
24562
|
}
|
|
23844
24563
|
},
|
|
23845
24564
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23889,7 +24608,7 @@
|
|
|
23889
24608
|
},
|
|
23890
24609
|
"x-original-maxLength": 1024,
|
|
23891
24610
|
"x-reconciled-from-discovery": true,
|
|
23892
|
-
"x-reconciled-at": "2026-01-
|
|
24611
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829852+00:00"
|
|
23893
24612
|
},
|
|
23894
24613
|
"name": {
|
|
23895
24614
|
"type": "string",
|
|
@@ -23908,7 +24627,7 @@
|
|
|
23908
24627
|
},
|
|
23909
24628
|
"x-original-maxLength": 1024,
|
|
23910
24629
|
"x-reconciled-from-discovery": true,
|
|
23911
|
-
"x-reconciled-at": "2026-01-
|
|
24630
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829857+00:00"
|
|
23912
24631
|
},
|
|
23913
24632
|
"namespace": {
|
|
23914
24633
|
"type": "string",
|
|
@@ -23927,7 +24646,7 @@
|
|
|
23927
24646
|
},
|
|
23928
24647
|
"x-original-maxLength": 1024,
|
|
23929
24648
|
"x-reconciled-from-discovery": true,
|
|
23930
|
-
"x-reconciled-at": "2026-01-
|
|
24649
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829861+00:00"
|
|
23931
24650
|
},
|
|
23932
24651
|
"uid": {
|
|
23933
24652
|
"type": "string",
|
|
@@ -23948,7 +24667,7 @@
|
|
|
23948
24667
|
"x-original-maxLength": 1024,
|
|
23949
24668
|
"format": "uuid",
|
|
23950
24669
|
"x-reconciled-from-discovery": true,
|
|
23951
|
-
"x-reconciled-at": "2026-01-
|
|
24670
|
+
"x-reconciled-at": "2026-01-05T18:28:39.829865+00:00"
|
|
23952
24671
|
}
|
|
23953
24672
|
},
|
|
23954
24673
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24211,7 +24930,7 @@
|
|
|
24211
24930
|
},
|
|
24212
24931
|
"x-original-maxLength": 1024,
|
|
24213
24932
|
"x-reconciled-from-discovery": true,
|
|
24214
|
-
"x-reconciled-at": "2026-01-
|
|
24933
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250463+00:00"
|
|
24215
24934
|
},
|
|
24216
24935
|
"namespace": {
|
|
24217
24936
|
"type": "string",
|
|
@@ -24230,7 +24949,7 @@
|
|
|
24230
24949
|
},
|
|
24231
24950
|
"x-original-maxLength": 1024,
|
|
24232
24951
|
"x-reconciled-from-discovery": true,
|
|
24233
|
-
"x-reconciled-at": "2026-01-
|
|
24952
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250469+00:00"
|
|
24234
24953
|
}
|
|
24235
24954
|
},
|
|
24236
24955
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24328,7 +25047,7 @@
|
|
|
24328
25047
|
"maxLength": 17,
|
|
24329
25048
|
"minLength": 17,
|
|
24330
25049
|
"x-reconciled-from-discovery": true,
|
|
24331
|
-
"x-reconciled-at": "2026-01-
|
|
25050
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250485+00:00"
|
|
24332
25051
|
},
|
|
24333
25052
|
"system_metadata": {
|
|
24334
25053
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -24616,7 +25335,7 @@
|
|
|
24616
25335
|
},
|
|
24617
25336
|
"x-original-maxLength": 1024,
|
|
24618
25337
|
"x-reconciled-from-discovery": true,
|
|
24619
|
-
"x-reconciled-at": "2026-01-
|
|
25338
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250508+00:00"
|
|
24620
25339
|
},
|
|
24621
25340
|
"disabled": {
|
|
24622
25341
|
"type": "boolean",
|
|
@@ -24666,7 +25385,7 @@
|
|
|
24666
25385
|
},
|
|
24667
25386
|
"x-original-maxLength": 1024,
|
|
24668
25387
|
"x-reconciled-from-discovery": true,
|
|
24669
|
-
"x-reconciled-at": "2026-01-
|
|
25388
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250519+00:00"
|
|
24670
25389
|
},
|
|
24671
25390
|
"namespace": {
|
|
24672
25391
|
"type": "string",
|
|
@@ -24685,7 +25404,7 @@
|
|
|
24685
25404
|
},
|
|
24686
25405
|
"x-original-maxLength": 1024,
|
|
24687
25406
|
"x-reconciled-from-discovery": true,
|
|
24688
|
-
"x-reconciled-at": "2026-01-
|
|
25407
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250524+00:00"
|
|
24689
25408
|
},
|
|
24690
25409
|
"owner_view": {
|
|
24691
25410
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -24726,7 +25445,7 @@
|
|
|
24726
25445
|
"x-field-mutability": "read-only",
|
|
24727
25446
|
"x-original-maxLength": 1024,
|
|
24728
25447
|
"x-reconciled-from-discovery": true,
|
|
24729
|
-
"x-reconciled-at": "2026-01-
|
|
25448
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250532+00:00"
|
|
24730
25449
|
},
|
|
24731
25450
|
"uid": {
|
|
24732
25451
|
"type": "string",
|
|
@@ -24747,7 +25466,7 @@
|
|
|
24747
25466
|
"x-original-maxLength": 1024,
|
|
24748
25467
|
"format": "uuid",
|
|
24749
25468
|
"x-reconciled-from-discovery": true,
|
|
24750
|
-
"x-reconciled-at": "2026-01-
|
|
25469
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250538+00:00"
|
|
24751
25470
|
}
|
|
24752
25471
|
},
|
|
24753
25472
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24794,7 +25513,7 @@
|
|
|
24794
25513
|
},
|
|
24795
25514
|
"x-original-maxLength": 1024,
|
|
24796
25515
|
"x-reconciled-from-discovery": true,
|
|
24797
|
-
"x-reconciled-at": "2026-01-
|
|
25516
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250543+00:00"
|
|
24798
25517
|
},
|
|
24799
25518
|
"port": {
|
|
24800
25519
|
"type": "integer",
|
|
@@ -24827,7 +25546,7 @@
|
|
|
24827
25546
|
},
|
|
24828
25547
|
"x-original-maxLength": 1024,
|
|
24829
25548
|
"x-reconciled-from-discovery": true,
|
|
24830
|
-
"x-reconciled-at": "2026-01-
|
|
25549
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250549+00:00"
|
|
24831
25550
|
}
|
|
24832
25551
|
},
|
|
24833
25552
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25175,7 +25894,7 @@
|
|
|
25175
25894
|
},
|
|
25176
25895
|
"x-original-maxLength": 1024,
|
|
25177
25896
|
"x-reconciled-from-discovery": true,
|
|
25178
|
-
"x-reconciled-at": "2026-01-
|
|
25897
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250583+00:00"
|
|
25179
25898
|
},
|
|
25180
25899
|
"store_provider": {
|
|
25181
25900
|
"type": "string",
|
|
@@ -25233,7 +25952,7 @@
|
|
|
25233
25952
|
},
|
|
25234
25953
|
"x-original-maxLength": 1024,
|
|
25235
25954
|
"x-reconciled-from-discovery": true,
|
|
25236
|
-
"x-reconciled-at": "2026-01-
|
|
25955
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250589+00:00"
|
|
25237
25956
|
},
|
|
25238
25957
|
"url": {
|
|
25239
25958
|
"type": "string",
|
|
@@ -25544,7 +26263,7 @@
|
|
|
25544
26263
|
},
|
|
25545
26264
|
"x-original-maxLength": 1200,
|
|
25546
26265
|
"x-reconciled-from-discovery": true,
|
|
25547
|
-
"x-reconciled-at": "2026-01-
|
|
26266
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250698+00:00"
|
|
25548
26267
|
},
|
|
25549
26268
|
"disable": {
|
|
25550
26269
|
"type": "boolean",
|
|
@@ -25597,7 +26316,7 @@
|
|
|
25597
26316
|
},
|
|
25598
26317
|
"x-original-maxLength": 1024,
|
|
25599
26318
|
"x-reconciled-from-discovery": true,
|
|
25600
|
-
"x-reconciled-at": "2026-01-
|
|
26319
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250706+00:00"
|
|
25601
26320
|
},
|
|
25602
26321
|
"namespace": {
|
|
25603
26322
|
"type": "string",
|
|
@@ -25616,7 +26335,7 @@
|
|
|
25616
26335
|
},
|
|
25617
26336
|
"x-original-maxLength": 1024,
|
|
25618
26337
|
"x-reconciled-from-discovery": true,
|
|
25619
|
-
"x-reconciled-at": "2026-01-
|
|
26338
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250711+00:00"
|
|
25620
26339
|
}
|
|
25621
26340
|
},
|
|
25622
26341
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25798,7 +26517,7 @@
|
|
|
25798
26517
|
},
|
|
25799
26518
|
"x-original-maxLength": 1024,
|
|
25800
26519
|
"x-reconciled-from-discovery": true,
|
|
25801
|
-
"x-reconciled-at": "2026-01-
|
|
26520
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250778+00:00"
|
|
25802
26521
|
},
|
|
25803
26522
|
"disable_ocsp_stapling": {
|
|
25804
26523
|
"$ref": "#/components/schemas/ioschemaEmpty"
|
|
@@ -26124,7 +26843,7 @@
|
|
|
26124
26843
|
},
|
|
26125
26844
|
"x-original-maxLength": 1024,
|
|
26126
26845
|
"x-reconciled-from-discovery": true,
|
|
26127
|
-
"x-reconciled-at": "2026-01-
|
|
26846
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250807+00:00"
|
|
26128
26847
|
},
|
|
26129
26848
|
"location": {
|
|
26130
26849
|
"type": "string",
|
|
@@ -26141,7 +26860,7 @@
|
|
|
26141
26860
|
},
|
|
26142
26861
|
"x-original-maxLength": 1024,
|
|
26143
26862
|
"x-reconciled-from-discovery": true,
|
|
26144
|
-
"x-reconciled-at": "2026-01-
|
|
26863
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250811+00:00"
|
|
26145
26864
|
},
|
|
26146
26865
|
"provider": {
|
|
26147
26866
|
"type": "string",
|
|
@@ -26158,7 +26877,7 @@
|
|
|
26158
26877
|
},
|
|
26159
26878
|
"x-original-maxLength": 1024,
|
|
26160
26879
|
"x-reconciled-from-discovery": true,
|
|
26161
|
-
"x-reconciled-at": "2026-01-
|
|
26880
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250815+00:00"
|
|
26162
26881
|
},
|
|
26163
26882
|
"secret_encoding": {
|
|
26164
26883
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -26180,7 +26899,7 @@
|
|
|
26180
26899
|
"maxLength": 1,
|
|
26181
26900
|
"minLength": 1,
|
|
26182
26901
|
"x-reconciled-from-discovery": true,
|
|
26183
|
-
"x-reconciled-at": "2026-01-
|
|
26902
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250822+00:00"
|
|
26184
26903
|
}
|
|
26185
26904
|
},
|
|
26186
26905
|
"x-f5xc-minimum-configuration": {
|
|
@@ -26251,7 +26970,7 @@
|
|
|
26251
26970
|
},
|
|
26252
26971
|
"x-original-maxLength": 1024,
|
|
26253
26972
|
"x-reconciled-from-discovery": true,
|
|
26254
|
-
"x-reconciled-at": "2026-01-
|
|
26973
|
+
"x-reconciled-at": "2026-01-05T18:28:40.250846+00:00"
|
|
26255
26974
|
}
|
|
26256
26975
|
},
|
|
26257
26976
|
"x-f5xc-minimum-configuration": {
|
|
@@ -27063,7 +27782,7 @@
|
|
|
27063
27782
|
},
|
|
27064
27783
|
"x-original-maxLength": 1024,
|
|
27065
27784
|
"x-reconciled-from-discovery": true,
|
|
27066
|
-
"x-reconciled-at": "2026-01-
|
|
27785
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080122+00:00"
|
|
27067
27786
|
},
|
|
27068
27787
|
"namespace": {
|
|
27069
27788
|
"type": "string",
|
|
@@ -27082,7 +27801,7 @@
|
|
|
27082
27801
|
},
|
|
27083
27802
|
"x-original-maxLength": 1024,
|
|
27084
27803
|
"x-reconciled-from-discovery": true,
|
|
27085
|
-
"x-reconciled-at": "2026-01-
|
|
27804
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080129+00:00"
|
|
27086
27805
|
}
|
|
27087
27806
|
},
|
|
27088
27807
|
"x-f5xc-minimum-configuration": {
|
|
@@ -27358,7 +28077,7 @@
|
|
|
27358
28077
|
"maxLength": 17,
|
|
27359
28078
|
"minLength": 17,
|
|
27360
28079
|
"x-reconciled-from-discovery": true,
|
|
27361
|
-
"x-reconciled-at": "2026-01-
|
|
28080
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080163+00:00"
|
|
27362
28081
|
},
|
|
27363
28082
|
"system_metadata": {
|
|
27364
28083
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -27486,7 +28205,7 @@
|
|
|
27486
28205
|
"maxLength": 17,
|
|
27487
28206
|
"minLength": 17,
|
|
27488
28207
|
"x-reconciled-from-discovery": true,
|
|
27489
|
-
"x-reconciled-at": "2026-01-
|
|
28208
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080175+00:00"
|
|
27490
28209
|
}
|
|
27491
28210
|
},
|
|
27492
28211
|
"x-f5xc-minimum-configuration": {
|
|
@@ -27636,7 +28355,7 @@
|
|
|
27636
28355
|
},
|
|
27637
28356
|
"x-original-maxLength": 1024,
|
|
27638
28357
|
"x-reconciled-from-discovery": true,
|
|
27639
|
-
"x-reconciled-at": "2026-01-
|
|
28358
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080187+00:00"
|
|
27640
28359
|
},
|
|
27641
28360
|
"disabled": {
|
|
27642
28361
|
"type": "boolean",
|
|
@@ -27686,7 +28405,7 @@
|
|
|
27686
28405
|
},
|
|
27687
28406
|
"x-original-maxLength": 1024,
|
|
27688
28407
|
"x-reconciled-from-discovery": true,
|
|
27689
|
-
"x-reconciled-at": "2026-01-
|
|
28408
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080198+00:00"
|
|
27690
28409
|
},
|
|
27691
28410
|
"namespace": {
|
|
27692
28411
|
"type": "string",
|
|
@@ -27705,7 +28424,7 @@
|
|
|
27705
28424
|
},
|
|
27706
28425
|
"x-original-maxLength": 1024,
|
|
27707
28426
|
"x-reconciled-from-discovery": true,
|
|
27708
|
-
"x-reconciled-at": "2026-01-
|
|
28427
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080203+00:00"
|
|
27709
28428
|
},
|
|
27710
28429
|
"owner_view": {
|
|
27711
28430
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -27746,7 +28465,7 @@
|
|
|
27746
28465
|
"x-field-mutability": "read-only",
|
|
27747
28466
|
"x-original-maxLength": 1024,
|
|
27748
28467
|
"x-reconciled-from-discovery": true,
|
|
27749
|
-
"x-reconciled-at": "2026-01-
|
|
28468
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080210+00:00"
|
|
27750
28469
|
},
|
|
27751
28470
|
"uid": {
|
|
27752
28471
|
"type": "string",
|
|
@@ -27767,7 +28486,7 @@
|
|
|
27767
28486
|
"x-original-maxLength": 1024,
|
|
27768
28487
|
"format": "uuid",
|
|
27769
28488
|
"x-reconciled-from-discovery": true,
|
|
27770
|
-
"x-reconciled-at": "2026-01-
|
|
28489
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080216+00:00"
|
|
27771
28490
|
}
|
|
27772
28491
|
},
|
|
27773
28492
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28441,7 +29160,7 @@
|
|
|
28441
29160
|
"readOnly": true,
|
|
28442
29161
|
"x-original-maxLength": 1024,
|
|
28443
29162
|
"x-reconciled-from-discovery": true,
|
|
28444
|
-
"x-reconciled-at": "2026-01-
|
|
29163
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080285+00:00"
|
|
28445
29164
|
},
|
|
28446
29165
|
"name": {
|
|
28447
29166
|
"type": "string",
|
|
@@ -28460,7 +29179,7 @@
|
|
|
28460
29179
|
},
|
|
28461
29180
|
"x-original-maxLength": 1024,
|
|
28462
29181
|
"x-reconciled-from-discovery": true,
|
|
28463
|
-
"x-reconciled-at": "2026-01-
|
|
29182
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080289+00:00"
|
|
28464
29183
|
},
|
|
28465
29184
|
"namespace": {
|
|
28466
29185
|
"type": "string",
|
|
@@ -28479,7 +29198,7 @@
|
|
|
28479
29198
|
},
|
|
28480
29199
|
"x-original-maxLength": 1024,
|
|
28481
29200
|
"x-reconciled-from-discovery": true,
|
|
28482
|
-
"x-reconciled-at": "2026-01-
|
|
29201
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080293+00:00"
|
|
28483
29202
|
},
|
|
28484
29203
|
"tenant": {
|
|
28485
29204
|
"type": "string",
|
|
@@ -28500,7 +29219,7 @@
|
|
|
28500
29219
|
"x-field-mutability": "read-only",
|
|
28501
29220
|
"x-original-maxLength": 1024,
|
|
28502
29221
|
"x-reconciled-from-discovery": true,
|
|
28503
|
-
"x-reconciled-at": "2026-01-
|
|
29222
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080298+00:00"
|
|
28504
29223
|
},
|
|
28505
29224
|
"uid": {
|
|
28506
29225
|
"type": "string",
|
|
@@ -28522,7 +29241,7 @@
|
|
|
28522
29241
|
"x-original-maxLength": 1024,
|
|
28523
29242
|
"format": "uuid",
|
|
28524
29243
|
"x-reconciled-from-discovery": true,
|
|
28525
|
-
"x-reconciled-at": "2026-01-
|
|
29244
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080303+00:00"
|
|
28526
29245
|
}
|
|
28527
29246
|
},
|
|
28528
29247
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28684,7 +29403,7 @@
|
|
|
28684
29403
|
},
|
|
28685
29404
|
"x-original-maxLength": 256,
|
|
28686
29405
|
"x-reconciled-from-discovery": true,
|
|
28687
|
-
"x-reconciled-at": "2026-01-
|
|
29406
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080348+00:00"
|
|
28688
29407
|
},
|
|
28689
29408
|
"name": {
|
|
28690
29409
|
"type": "string",
|
|
@@ -28714,7 +29433,7 @@
|
|
|
28714
29433
|
},
|
|
28715
29434
|
"x-original-maxLength": 1024,
|
|
28716
29435
|
"x-reconciled-from-discovery": true,
|
|
28717
|
-
"x-reconciled-at": "2026-01-
|
|
29436
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080352+00:00"
|
|
28718
29437
|
}
|
|
28719
29438
|
},
|
|
28720
29439
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28793,7 +29512,7 @@
|
|
|
28793
29512
|
},
|
|
28794
29513
|
"x-original-maxLength": 128,
|
|
28795
29514
|
"x-reconciled-from-discovery": true,
|
|
28796
|
-
"x-reconciled-at": "2026-01-
|
|
29515
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080497+00:00"
|
|
28797
29516
|
},
|
|
28798
29517
|
"namespace": {
|
|
28799
29518
|
"type": "string",
|
|
@@ -28818,7 +29537,7 @@
|
|
|
28818
29537
|
},
|
|
28819
29538
|
"x-original-maxLength": 64,
|
|
28820
29539
|
"x-reconciled-from-discovery": true,
|
|
28821
|
-
"x-reconciled-at": "2026-01-
|
|
29540
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080501+00:00"
|
|
28822
29541
|
},
|
|
28823
29542
|
"tenant": {
|
|
28824
29543
|
"type": "string",
|
|
@@ -28845,7 +29564,7 @@
|
|
|
28845
29564
|
"x-field-mutability": "read-only",
|
|
28846
29565
|
"x-original-maxLength": 64,
|
|
28847
29566
|
"x-reconciled-from-discovery": true,
|
|
28848
|
-
"x-reconciled-at": "2026-01-
|
|
29567
|
+
"x-reconciled-at": "2026-01-05T18:28:46.080505+00:00"
|
|
28849
29568
|
}
|
|
28850
29569
|
},
|
|
28851
29570
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29006,7 +29725,7 @@
|
|
|
29006
29725
|
},
|
|
29007
29726
|
"x-original-maxLength": 1024,
|
|
29008
29727
|
"x-reconciled-from-discovery": true,
|
|
29009
|
-
"x-reconciled-at": "2026-01-
|
|
29728
|
+
"x-reconciled-at": "2026-01-05T18:28:46.437659+00:00"
|
|
29010
29729
|
},
|
|
29011
29730
|
"namespace": {
|
|
29012
29731
|
"type": "string",
|
|
@@ -29025,7 +29744,7 @@
|
|
|
29025
29744
|
},
|
|
29026
29745
|
"x-original-maxLength": 1024,
|
|
29027
29746
|
"x-reconciled-from-discovery": true,
|
|
29028
|
-
"x-reconciled-at": "2026-01-
|
|
29747
|
+
"x-reconciled-at": "2026-01-05T18:28:46.437666+00:00"
|
|
29029
29748
|
}
|
|
29030
29749
|
},
|
|
29031
29750
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29123,7 +29842,7 @@
|
|
|
29123
29842
|
"maxLength": 17,
|
|
29124
29843
|
"minLength": 17,
|
|
29125
29844
|
"x-reconciled-from-discovery": true,
|
|
29126
|
-
"x-reconciled-at": "2026-01-
|
|
29845
|
+
"x-reconciled-at": "2026-01-05T18:28:46.437683+00:00"
|
|
29127
29846
|
},
|
|
29128
29847
|
"system_metadata": {
|
|
29129
29848
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -29310,7 +30029,7 @@
|
|
|
29310
30029
|
},
|
|
29311
30030
|
"x-original-maxLength": 1024,
|
|
29312
30031
|
"x-reconciled-from-discovery": true,
|
|
29313
|
-
"x-reconciled-at": "2026-01-
|
|
30032
|
+
"x-reconciled-at": "2026-01-05T18:28:46.437697+00:00"
|
|
29314
30033
|
},
|
|
29315
30034
|
"disabled": {
|
|
29316
30035
|
"type": "boolean",
|
|
@@ -29360,7 +30079,7 @@
|
|
|
29360
30079
|
},
|
|
29361
30080
|
"x-original-maxLength": 1024,
|
|
29362
30081
|
"x-reconciled-from-discovery": true,
|
|
29363
|
-
"x-reconciled-at": "2026-01-
|
|
30082
|
+
"x-reconciled-at": "2026-01-05T18:28:46.437708+00:00"
|
|
29364
30083
|
},
|
|
29365
30084
|
"namespace": {
|
|
29366
30085
|
"type": "string",
|
|
@@ -29379,7 +30098,7 @@
|
|
|
29379
30098
|
},
|
|
29380
30099
|
"x-original-maxLength": 1024,
|
|
29381
30100
|
"x-reconciled-from-discovery": true,
|
|
29382
|
-
"x-reconciled-at": "2026-01-
|
|
30101
|
+
"x-reconciled-at": "2026-01-05T18:28:46.437712+00:00"
|
|
29383
30102
|
},
|
|
29384
30103
|
"owner_view": {
|
|
29385
30104
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -29420,7 +30139,7 @@
|
|
|
29420
30139
|
"x-field-mutability": "read-only",
|
|
29421
30140
|
"x-original-maxLength": 1024,
|
|
29422
30141
|
"x-reconciled-from-discovery": true,
|
|
29423
|
-
"x-reconciled-at": "2026-01-
|
|
30142
|
+
"x-reconciled-at": "2026-01-05T18:28:46.437721+00:00"
|
|
29424
30143
|
},
|
|
29425
30144
|
"uid": {
|
|
29426
30145
|
"type": "string",
|
|
@@ -29441,7 +30160,7 @@
|
|
|
29441
30160
|
"x-original-maxLength": 1024,
|
|
29442
30161
|
"format": "uuid",
|
|
29443
30162
|
"x-reconciled-from-discovery": true,
|
|
29444
|
-
"x-reconciled-at": "2026-01-
|
|
30163
|
+
"x-reconciled-at": "2026-01-05T18:28:46.437728+00:00"
|
|
29445
30164
|
}
|
|
29446
30165
|
},
|
|
29447
30166
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29849,7 +30568,7 @@
|
|
|
29849
30568
|
},
|
|
29850
30569
|
"x-original-maxLength": 1024,
|
|
29851
30570
|
"x-reconciled-from-discovery": true,
|
|
29852
|
-
"x-reconciled-at": "2026-01-
|
|
30571
|
+
"x-reconciled-at": "2026-01-05T18:28:46.635953+00:00"
|
|
29853
30572
|
}
|
|
29854
30573
|
},
|
|
29855
30574
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29975,7 +30694,7 @@
|
|
|
29975
30694
|
},
|
|
29976
30695
|
"x-original-maxLength": 1024,
|
|
29977
30696
|
"x-reconciled-from-discovery": true,
|
|
29978
|
-
"x-reconciled-at": "2026-01-
|
|
30697
|
+
"x-reconciled-at": "2026-01-05T18:28:46.635983+00:00"
|
|
29979
30698
|
},
|
|
29980
30699
|
"peer": {
|
|
29981
30700
|
"type": "array",
|
|
@@ -30030,7 +30749,7 @@
|
|
|
30030
30749
|
},
|
|
30031
30750
|
"x-original-maxLength": 1024,
|
|
30032
30751
|
"x-reconciled-from-discovery": true,
|
|
30033
|
-
"x-reconciled-at": "2026-01-
|
|
30752
|
+
"x-reconciled-at": "2026-01-05T18:28:46.635990+00:00"
|
|
30034
30753
|
},
|
|
30035
30754
|
"ri_table": {
|
|
30036
30755
|
"type": "array",
|
|
@@ -30466,7 +31185,7 @@
|
|
|
30466
31185
|
},
|
|
30467
31186
|
"x-original-maxLength": 1024,
|
|
30468
31187
|
"x-reconciled-from-discovery": true,
|
|
30469
|
-
"x-reconciled-at": "2026-01-
|
|
31188
|
+
"x-reconciled-at": "2026-01-05T18:28:46.956538+00:00"
|
|
30470
31189
|
},
|
|
30471
31190
|
"namespace": {
|
|
30472
31191
|
"type": "string",
|
|
@@ -30485,7 +31204,7 @@
|
|
|
30485
31204
|
},
|
|
30486
31205
|
"x-original-maxLength": 1024,
|
|
30487
31206
|
"x-reconciled-from-discovery": true,
|
|
30488
|
-
"x-reconciled-at": "2026-01-
|
|
31207
|
+
"x-reconciled-at": "2026-01-05T18:28:46.956546+00:00"
|
|
30489
31208
|
}
|
|
30490
31209
|
},
|
|
30491
31210
|
"x-f5xc-minimum-configuration": {
|
|
@@ -30697,7 +31416,7 @@
|
|
|
30697
31416
|
},
|
|
30698
31417
|
"x-original-maxLength": 1024,
|
|
30699
31418
|
"x-reconciled-from-discovery": true,
|
|
30700
|
-
"x-reconciled-at": "2026-01-
|
|
31419
|
+
"x-reconciled-at": "2026-01-05T18:28:46.956569+00:00"
|
|
30701
31420
|
},
|
|
30702
31421
|
"disabled": {
|
|
30703
31422
|
"type": "boolean",
|
|
@@ -30747,7 +31466,7 @@
|
|
|
30747
31466
|
},
|
|
30748
31467
|
"x-original-maxLength": 1024,
|
|
30749
31468
|
"x-reconciled-from-discovery": true,
|
|
30750
|
-
"x-reconciled-at": "2026-01-
|
|
31469
|
+
"x-reconciled-at": "2026-01-05T18:28:46.956580+00:00"
|
|
30751
31470
|
},
|
|
30752
31471
|
"namespace": {
|
|
30753
31472
|
"type": "string",
|
|
@@ -30766,7 +31485,7 @@
|
|
|
30766
31485
|
},
|
|
30767
31486
|
"x-original-maxLength": 1024,
|
|
30768
31487
|
"x-reconciled-from-discovery": true,
|
|
30769
|
-
"x-reconciled-at": "2026-01-
|
|
31488
|
+
"x-reconciled-at": "2026-01-05T18:28:46.956584+00:00"
|
|
30770
31489
|
},
|
|
30771
31490
|
"owner_view": {
|
|
30772
31491
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -30792,7 +31511,7 @@
|
|
|
30792
31511
|
"x-field-mutability": "read-only",
|
|
30793
31512
|
"x-original-maxLength": 1024,
|
|
30794
31513
|
"x-reconciled-from-discovery": true,
|
|
30795
|
-
"x-reconciled-at": "2026-01-
|
|
31514
|
+
"x-reconciled-at": "2026-01-05T18:28:46.956591+00:00"
|
|
30796
31515
|
},
|
|
30797
31516
|
"uid": {
|
|
30798
31517
|
"type": "string",
|
|
@@ -30813,7 +31532,7 @@
|
|
|
30813
31532
|
"x-original-maxLength": 1024,
|
|
30814
31533
|
"format": "uuid",
|
|
30815
31534
|
"x-reconciled-from-discovery": true,
|
|
30816
|
-
"x-reconciled-at": "2026-01-
|
|
31535
|
+
"x-reconciled-at": "2026-01-05T18:28:46.956598+00:00"
|
|
30817
31536
|
}
|
|
30818
31537
|
},
|
|
30819
31538
|
"x-f5xc-minimum-configuration": {
|
|
@@ -31164,7 +31883,7 @@
|
|
|
31164
31883
|
},
|
|
31165
31884
|
"x-original-maxLength": 1024,
|
|
31166
31885
|
"x-reconciled-from-discovery": true,
|
|
31167
|
-
"x-reconciled-at": "2026-01-
|
|
31886
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906308+00:00"
|
|
31168
31887
|
},
|
|
31169
31888
|
"namespace": {
|
|
31170
31889
|
"type": "string",
|
|
@@ -31183,7 +31902,7 @@
|
|
|
31183
31902
|
},
|
|
31184
31903
|
"x-original-maxLength": 1024,
|
|
31185
31904
|
"x-reconciled-from-discovery": true,
|
|
31186
|
-
"x-reconciled-at": "2026-01-
|
|
31905
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906315+00:00"
|
|
31187
31906
|
}
|
|
31188
31907
|
},
|
|
31189
31908
|
"x-f5xc-minimum-configuration": {
|
|
@@ -31281,7 +32000,7 @@
|
|
|
31281
32000
|
"maxLength": 17,
|
|
31282
32001
|
"minLength": 17,
|
|
31283
32002
|
"x-reconciled-from-discovery": true,
|
|
31284
|
-
"x-reconciled-at": "2026-01-
|
|
32003
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906332+00:00"
|
|
31285
32004
|
},
|
|
31286
32005
|
"system_metadata": {
|
|
31287
32006
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -31440,7 +32159,7 @@
|
|
|
31440
32159
|
},
|
|
31441
32160
|
"x-original-maxLength": 1024,
|
|
31442
32161
|
"x-reconciled-from-discovery": true,
|
|
31443
|
-
"x-reconciled-at": "2026-01-
|
|
32162
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906347+00:00"
|
|
31444
32163
|
},
|
|
31445
32164
|
"disabled": {
|
|
31446
32165
|
"type": "boolean",
|
|
@@ -31490,7 +32209,7 @@
|
|
|
31490
32209
|
},
|
|
31491
32210
|
"x-original-maxLength": 1024,
|
|
31492
32211
|
"x-reconciled-from-discovery": true,
|
|
31493
|
-
"x-reconciled-at": "2026-01-
|
|
32212
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906358+00:00"
|
|
31494
32213
|
},
|
|
31495
32214
|
"namespace": {
|
|
31496
32215
|
"type": "string",
|
|
@@ -31509,7 +32228,7 @@
|
|
|
31509
32228
|
},
|
|
31510
32229
|
"x-original-maxLength": 1024,
|
|
31511
32230
|
"x-reconciled-from-discovery": true,
|
|
31512
|
-
"x-reconciled-at": "2026-01-
|
|
32231
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906363+00:00"
|
|
31513
32232
|
},
|
|
31514
32233
|
"owner_view": {
|
|
31515
32234
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -31550,7 +32269,7 @@
|
|
|
31550
32269
|
"x-field-mutability": "read-only",
|
|
31551
32270
|
"x-original-maxLength": 1024,
|
|
31552
32271
|
"x-reconciled-from-discovery": true,
|
|
31553
|
-
"x-reconciled-at": "2026-01-
|
|
32272
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906371+00:00"
|
|
31554
32273
|
},
|
|
31555
32274
|
"uid": {
|
|
31556
32275
|
"type": "string",
|
|
@@ -31571,7 +32290,7 @@
|
|
|
31571
32290
|
"x-original-maxLength": 1024,
|
|
31572
32291
|
"format": "uuid",
|
|
31573
32292
|
"x-reconciled-from-discovery": true,
|
|
31574
|
-
"x-reconciled-at": "2026-01-
|
|
32293
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906377+00:00"
|
|
31575
32294
|
}
|
|
31576
32295
|
},
|
|
31577
32296
|
"x-f5xc-minimum-configuration": {
|
|
@@ -31770,7 +32489,7 @@
|
|
|
31770
32489
|
},
|
|
31771
32490
|
"x-original-maxLength": 1024,
|
|
31772
32491
|
"x-reconciled-from-discovery": true,
|
|
31773
|
-
"x-reconciled-at": "2026-01-
|
|
32492
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906393+00:00"
|
|
31774
32493
|
},
|
|
31775
32494
|
"range": {
|
|
31776
32495
|
"type": "string",
|
|
@@ -32123,7 +32842,7 @@
|
|
|
32123
32842
|
},
|
|
32124
32843
|
"x-original-maxLength": 1024,
|
|
32125
32844
|
"x-reconciled-from-discovery": true,
|
|
32126
|
-
"x-reconciled-at": "2026-01-
|
|
32845
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906455+00:00"
|
|
32127
32846
|
}
|
|
32128
32847
|
},
|
|
32129
32848
|
"x-f5xc-minimum-configuration": {
|
|
@@ -32254,7 +32973,7 @@
|
|
|
32254
32973
|
},
|
|
32255
32974
|
"x-original-maxLength": 1024,
|
|
32256
32975
|
"x-reconciled-from-discovery": true,
|
|
32257
|
-
"x-reconciled-at": "2026-01-
|
|
32976
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906589+00:00"
|
|
32258
32977
|
},
|
|
32259
32978
|
"previous_value": {
|
|
32260
32979
|
"type": "string",
|
|
@@ -32292,7 +33011,7 @@
|
|
|
32292
33011
|
},
|
|
32293
33012
|
"x-original-maxLength": 1024,
|
|
32294
33013
|
"x-reconciled-from-discovery": true,
|
|
32295
|
-
"x-reconciled-at": "2026-01-
|
|
33014
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906596+00:00"
|
|
32296
33015
|
}
|
|
32297
33016
|
},
|
|
32298
33017
|
"x-f5xc-minimum-configuration": {
|
|
@@ -32398,7 +33117,7 @@
|
|
|
32398
33117
|
"maxLength": 16,
|
|
32399
33118
|
"minLength": 7,
|
|
32400
33119
|
"x-reconciled-from-discovery": true,
|
|
32401
|
-
"x-reconciled-at": "2026-01-
|
|
33120
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906620+00:00"
|
|
32402
33121
|
},
|
|
32403
33122
|
"value": {
|
|
32404
33123
|
"type": "array",
|
|
@@ -32417,7 +33136,7 @@
|
|
|
32417
33136
|
"maxLength": 15,
|
|
32418
33137
|
"minLength": 3,
|
|
32419
33138
|
"x-reconciled-from-discovery": true,
|
|
32420
|
-
"x-reconciled-at": "2026-01-
|
|
33139
|
+
"x-reconciled-at": "2026-01-05T18:29:10.906625+00:00"
|
|
32421
33140
|
}
|
|
32422
33141
|
},
|
|
32423
33142
|
"x-f5xc-minimum-configuration": {
|
|
@@ -32675,7 +33394,7 @@
|
|
|
32675
33394
|
},
|
|
32676
33395
|
"x-original-maxLength": 1024,
|
|
32677
33396
|
"x-reconciled-from-discovery": true,
|
|
32678
|
-
"x-reconciled-at": "2026-01-
|
|
33397
|
+
"x-reconciled-at": "2026-01-05T18:29:21.922260+00:00"
|
|
32679
33398
|
},
|
|
32680
33399
|
"namespace": {
|
|
32681
33400
|
"type": "string",
|
|
@@ -32694,7 +33413,7 @@
|
|
|
32694
33413
|
},
|
|
32695
33414
|
"x-original-maxLength": 1024,
|
|
32696
33415
|
"x-reconciled-from-discovery": true,
|
|
32697
|
-
"x-reconciled-at": "2026-01-
|
|
33416
|
+
"x-reconciled-at": "2026-01-05T18:29:21.922267+00:00"
|
|
32698
33417
|
}
|
|
32699
33418
|
},
|
|
32700
33419
|
"x-f5xc-minimum-configuration": {
|
|
@@ -32792,7 +33511,7 @@
|
|
|
32792
33511
|
"maxLength": 17,
|
|
32793
33512
|
"minLength": 17,
|
|
32794
33513
|
"x-reconciled-from-discovery": true,
|
|
32795
|
-
"x-reconciled-at": "2026-01-
|
|
33514
|
+
"x-reconciled-at": "2026-01-05T18:29:21.922283+00:00"
|
|
32796
33515
|
},
|
|
32797
33516
|
"system_metadata": {
|
|
32798
33517
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -33023,7 +33742,7 @@
|
|
|
33023
33742
|
},
|
|
33024
33743
|
"x-original-maxLength": 1024,
|
|
33025
33744
|
"x-reconciled-from-discovery": true,
|
|
33026
|
-
"x-reconciled-at": "2026-01-
|
|
33745
|
+
"x-reconciled-at": "2026-01-05T18:29:21.922305+00:00"
|
|
33027
33746
|
},
|
|
33028
33747
|
"disabled": {
|
|
33029
33748
|
"type": "boolean",
|
|
@@ -33073,7 +33792,7 @@
|
|
|
33073
33792
|
},
|
|
33074
33793
|
"x-original-maxLength": 1024,
|
|
33075
33794
|
"x-reconciled-from-discovery": true,
|
|
33076
|
-
"x-reconciled-at": "2026-01-
|
|
33795
|
+
"x-reconciled-at": "2026-01-05T18:29:21.922315+00:00"
|
|
33077
33796
|
},
|
|
33078
33797
|
"namespace": {
|
|
33079
33798
|
"type": "string",
|
|
@@ -33092,7 +33811,7 @@
|
|
|
33092
33811
|
},
|
|
33093
33812
|
"x-original-maxLength": 1024,
|
|
33094
33813
|
"x-reconciled-from-discovery": true,
|
|
33095
|
-
"x-reconciled-at": "2026-01-
|
|
33814
|
+
"x-reconciled-at": "2026-01-05T18:29:21.922320+00:00"
|
|
33096
33815
|
},
|
|
33097
33816
|
"owner_view": {
|
|
33098
33817
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -33133,7 +33852,7 @@
|
|
|
33133
33852
|
"x-field-mutability": "read-only",
|
|
33134
33853
|
"x-original-maxLength": 1024,
|
|
33135
33854
|
"x-reconciled-from-discovery": true,
|
|
33136
|
-
"x-reconciled-at": "2026-01-
|
|
33855
|
+
"x-reconciled-at": "2026-01-05T18:29:21.922328+00:00"
|
|
33137
33856
|
},
|
|
33138
33857
|
"uid": {
|
|
33139
33858
|
"type": "string",
|
|
@@ -33154,7 +33873,7 @@
|
|
|
33154
33873
|
"x-original-maxLength": 1024,
|
|
33155
33874
|
"format": "uuid",
|
|
33156
33875
|
"x-reconciled-from-discovery": true,
|
|
33157
|
-
"x-reconciled-at": "2026-01-
|
|
33876
|
+
"x-reconciled-at": "2026-01-05T18:29:21.922334+00:00"
|
|
33158
33877
|
}
|
|
33159
33878
|
},
|
|
33160
33879
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33441,7 +34160,7 @@
|
|
|
33441
34160
|
},
|
|
33442
34161
|
"x-original-maxLength": 1024,
|
|
33443
34162
|
"x-reconciled-from-discovery": true,
|
|
33444
|
-
"x-reconciled-at": "2026-01-
|
|
34163
|
+
"x-reconciled-at": "2026-01-05T18:29:24.277791+00:00"
|
|
33445
34164
|
},
|
|
33446
34165
|
"namespace": {
|
|
33447
34166
|
"type": "string",
|
|
@@ -33460,7 +34179,7 @@
|
|
|
33460
34179
|
},
|
|
33461
34180
|
"x-original-maxLength": 1024,
|
|
33462
34181
|
"x-reconciled-from-discovery": true,
|
|
33463
|
-
"x-reconciled-at": "2026-01-
|
|
34182
|
+
"x-reconciled-at": "2026-01-05T18:29:24.277798+00:00"
|
|
33464
34183
|
}
|
|
33465
34184
|
},
|
|
33466
34185
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33558,7 +34277,7 @@
|
|
|
33558
34277
|
"maxLength": 17,
|
|
33559
34278
|
"minLength": 17,
|
|
33560
34279
|
"x-reconciled-from-discovery": true,
|
|
33561
|
-
"x-reconciled-at": "2026-01-
|
|
34280
|
+
"x-reconciled-at": "2026-01-05T18:29:24.277815+00:00"
|
|
33562
34281
|
},
|
|
33563
34282
|
"system_metadata": {
|
|
33564
34283
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -33693,7 +34412,7 @@
|
|
|
33693
34412
|
},
|
|
33694
34413
|
"x-original-maxLength": 1024,
|
|
33695
34414
|
"x-reconciled-from-discovery": true,
|
|
33696
|
-
"x-reconciled-at": "2026-01-
|
|
34415
|
+
"x-reconciled-at": "2026-01-05T18:29:24.277829+00:00"
|
|
33697
34416
|
},
|
|
33698
34417
|
"disabled": {
|
|
33699
34418
|
"type": "boolean",
|
|
@@ -33743,7 +34462,7 @@
|
|
|
33743
34462
|
},
|
|
33744
34463
|
"x-original-maxLength": 1024,
|
|
33745
34464
|
"x-reconciled-from-discovery": true,
|
|
33746
|
-
"x-reconciled-at": "2026-01-
|
|
34465
|
+
"x-reconciled-at": "2026-01-05T18:29:24.277839+00:00"
|
|
33747
34466
|
},
|
|
33748
34467
|
"namespace": {
|
|
33749
34468
|
"type": "string",
|
|
@@ -33762,7 +34481,7 @@
|
|
|
33762
34481
|
},
|
|
33763
34482
|
"x-original-maxLength": 1024,
|
|
33764
34483
|
"x-reconciled-from-discovery": true,
|
|
33765
|
-
"x-reconciled-at": "2026-01-
|
|
34484
|
+
"x-reconciled-at": "2026-01-05T18:29:24.277844+00:00"
|
|
33766
34485
|
},
|
|
33767
34486
|
"owner_view": {
|
|
33768
34487
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -33803,7 +34522,7 @@
|
|
|
33803
34522
|
"x-field-mutability": "read-only",
|
|
33804
34523
|
"x-original-maxLength": 1024,
|
|
33805
34524
|
"x-reconciled-from-discovery": true,
|
|
33806
|
-
"x-reconciled-at": "2026-01-
|
|
34525
|
+
"x-reconciled-at": "2026-01-05T18:29:24.277852+00:00"
|
|
33807
34526
|
},
|
|
33808
34527
|
"uid": {
|
|
33809
34528
|
"type": "string",
|
|
@@ -33824,7 +34543,7 @@
|
|
|
33824
34543
|
"x-original-maxLength": 1024,
|
|
33825
34544
|
"format": "uuid",
|
|
33826
34545
|
"x-reconciled-from-discovery": true,
|
|
33827
|
-
"x-reconciled-at": "2026-01-
|
|
34546
|
+
"x-reconciled-at": "2026-01-05T18:29:24.277858+00:00"
|
|
33828
34547
|
}
|
|
33829
34548
|
},
|
|
33830
34549
|
"x-f5xc-minimum-configuration": {
|
|
@@ -34530,7 +35249,7 @@
|
|
|
34530
35249
|
},
|
|
34531
35250
|
"x-original-maxLength": 1024,
|
|
34532
35251
|
"x-reconciled-from-discovery": true,
|
|
34533
|
-
"x-reconciled-at": "2026-01-
|
|
35252
|
+
"x-reconciled-at": "2026-01-05T18:29:24.639298+00:00"
|
|
34534
35253
|
},
|
|
34535
35254
|
"namespace": {
|
|
34536
35255
|
"type": "string",
|
|
@@ -34549,7 +35268,7 @@
|
|
|
34549
35268
|
},
|
|
34550
35269
|
"x-original-maxLength": 1024,
|
|
34551
35270
|
"x-reconciled-from-discovery": true,
|
|
34552
|
-
"x-reconciled-at": "2026-01-
|
|
35271
|
+
"x-reconciled-at": "2026-01-05T18:29:24.639305+00:00"
|
|
34553
35272
|
}
|
|
34554
35273
|
},
|
|
34555
35274
|
"x-f5xc-minimum-configuration": {
|
|
@@ -34647,7 +35366,7 @@
|
|
|
34647
35366
|
"maxLength": 17,
|
|
34648
35367
|
"minLength": 17,
|
|
34649
35368
|
"x-reconciled-from-discovery": true,
|
|
34650
|
-
"x-reconciled-at": "2026-01-
|
|
35369
|
+
"x-reconciled-at": "2026-01-05T18:29:24.639321+00:00"
|
|
34651
35370
|
},
|
|
34652
35371
|
"system_metadata": {
|
|
34653
35372
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -34915,7 +35634,7 @@
|
|
|
34915
35634
|
},
|
|
34916
35635
|
"x-original-maxLength": 1024,
|
|
34917
35636
|
"x-reconciled-from-discovery": true,
|
|
34918
|
-
"x-reconciled-at": "2026-01-
|
|
35637
|
+
"x-reconciled-at": "2026-01-05T18:29:24.639353+00:00"
|
|
34919
35638
|
},
|
|
34920
35639
|
"disabled": {
|
|
34921
35640
|
"type": "boolean",
|
|
@@ -34965,7 +35684,7 @@
|
|
|
34965
35684
|
},
|
|
34966
35685
|
"x-original-maxLength": 1024,
|
|
34967
35686
|
"x-reconciled-from-discovery": true,
|
|
34968
|
-
"x-reconciled-at": "2026-01-
|
|
35687
|
+
"x-reconciled-at": "2026-01-05T18:29:24.639364+00:00"
|
|
34969
35688
|
},
|
|
34970
35689
|
"namespace": {
|
|
34971
35690
|
"type": "string",
|
|
@@ -34984,7 +35703,7 @@
|
|
|
34984
35703
|
},
|
|
34985
35704
|
"x-original-maxLength": 1024,
|
|
34986
35705
|
"x-reconciled-from-discovery": true,
|
|
34987
|
-
"x-reconciled-at": "2026-01-
|
|
35706
|
+
"x-reconciled-at": "2026-01-05T18:29:24.639369+00:00"
|
|
34988
35707
|
},
|
|
34989
35708
|
"owner_view": {
|
|
34990
35709
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -35025,7 +35744,7 @@
|
|
|
35025
35744
|
"x-field-mutability": "read-only",
|
|
35026
35745
|
"x-original-maxLength": 1024,
|
|
35027
35746
|
"x-reconciled-from-discovery": true,
|
|
35028
|
-
"x-reconciled-at": "2026-01-
|
|
35747
|
+
"x-reconciled-at": "2026-01-05T18:29:24.639377+00:00"
|
|
35029
35748
|
},
|
|
35030
35749
|
"uid": {
|
|
35031
35750
|
"type": "string",
|
|
@@ -35046,7 +35765,7 @@
|
|
|
35046
35765
|
"x-original-maxLength": 1024,
|
|
35047
35766
|
"format": "uuid",
|
|
35048
35767
|
"x-reconciled-from-discovery": true,
|
|
35049
|
-
"x-reconciled-at": "2026-01-
|
|
35768
|
+
"x-reconciled-at": "2026-01-05T18:29:24.639382+00:00"
|
|
35050
35769
|
}
|
|
35051
35770
|
},
|
|
35052
35771
|
"x-f5xc-minimum-configuration": {
|
|
@@ -35427,7 +36146,7 @@
|
|
|
35427
36146
|
},
|
|
35428
36147
|
"x-original-maxLength": 1024,
|
|
35429
36148
|
"x-reconciled-from-discovery": true,
|
|
35430
|
-
"x-reconciled-at": "2026-01-
|
|
36149
|
+
"x-reconciled-at": "2026-01-05T18:29:24.982619+00:00"
|
|
35431
36150
|
},
|
|
35432
36151
|
"namespace": {
|
|
35433
36152
|
"type": "string",
|
|
@@ -35446,7 +36165,7 @@
|
|
|
35446
36165
|
},
|
|
35447
36166
|
"x-original-maxLength": 1024,
|
|
35448
36167
|
"x-reconciled-from-discovery": true,
|
|
35449
|
-
"x-reconciled-at": "2026-01-
|
|
36168
|
+
"x-reconciled-at": "2026-01-05T18:29:24.982626+00:00"
|
|
35450
36169
|
}
|
|
35451
36170
|
},
|
|
35452
36171
|
"x-f5xc-minimum-configuration": {
|
|
@@ -35544,7 +36263,7 @@
|
|
|
35544
36263
|
"maxLength": 17,
|
|
35545
36264
|
"minLength": 17,
|
|
35546
36265
|
"x-reconciled-from-discovery": true,
|
|
35547
|
-
"x-reconciled-at": "2026-01-
|
|
36266
|
+
"x-reconciled-at": "2026-01-05T18:29:24.982642+00:00"
|
|
35548
36267
|
},
|
|
35549
36268
|
"system_metadata": {
|
|
35550
36269
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -35679,7 +36398,7 @@
|
|
|
35679
36398
|
},
|
|
35680
36399
|
"x-original-maxLength": 1024,
|
|
35681
36400
|
"x-reconciled-from-discovery": true,
|
|
35682
|
-
"x-reconciled-at": "2026-01-
|
|
36401
|
+
"x-reconciled-at": "2026-01-05T18:29:24.982655+00:00"
|
|
35683
36402
|
},
|
|
35684
36403
|
"disabled": {
|
|
35685
36404
|
"type": "boolean",
|
|
@@ -35729,7 +36448,7 @@
|
|
|
35729
36448
|
},
|
|
35730
36449
|
"x-original-maxLength": 1024,
|
|
35731
36450
|
"x-reconciled-from-discovery": true,
|
|
35732
|
-
"x-reconciled-at": "2026-01-
|
|
36451
|
+
"x-reconciled-at": "2026-01-05T18:29:24.982666+00:00"
|
|
35733
36452
|
},
|
|
35734
36453
|
"namespace": {
|
|
35735
36454
|
"type": "string",
|
|
@@ -35748,7 +36467,7 @@
|
|
|
35748
36467
|
},
|
|
35749
36468
|
"x-original-maxLength": 1024,
|
|
35750
36469
|
"x-reconciled-from-discovery": true,
|
|
35751
|
-
"x-reconciled-at": "2026-01-
|
|
36470
|
+
"x-reconciled-at": "2026-01-05T18:29:24.982670+00:00"
|
|
35752
36471
|
},
|
|
35753
36472
|
"owner_view": {
|
|
35754
36473
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -35789,7 +36508,7 @@
|
|
|
35789
36508
|
"x-field-mutability": "read-only",
|
|
35790
36509
|
"x-original-maxLength": 1024,
|
|
35791
36510
|
"x-reconciled-from-discovery": true,
|
|
35792
|
-
"x-reconciled-at": "2026-01-
|
|
36511
|
+
"x-reconciled-at": "2026-01-05T18:29:24.982677+00:00"
|
|
35793
36512
|
},
|
|
35794
36513
|
"uid": {
|
|
35795
36514
|
"type": "string",
|
|
@@ -35810,7 +36529,7 @@
|
|
|
35810
36529
|
"x-original-maxLength": 1024,
|
|
35811
36530
|
"format": "uuid",
|
|
35812
36531
|
"x-reconciled-from-discovery": true,
|
|
35813
|
-
"x-reconciled-at": "2026-01-
|
|
36532
|
+
"x-reconciled-at": "2026-01-05T18:29:24.982683+00:00"
|
|
35814
36533
|
}
|
|
35815
36534
|
},
|
|
35816
36535
|
"x-f5xc-minimum-configuration": {
|
|
@@ -36189,7 +36908,7 @@
|
|
|
36189
36908
|
},
|
|
36190
36909
|
"x-original-maxLength": 1024,
|
|
36191
36910
|
"x-reconciled-from-discovery": true,
|
|
36192
|
-
"x-reconciled-at": "2026-01-
|
|
36911
|
+
"x-reconciled-at": "2026-01-05T18:29:25.328277+00:00"
|
|
36193
36912
|
},
|
|
36194
36913
|
"namespace": {
|
|
36195
36914
|
"type": "string",
|
|
@@ -36208,7 +36927,7 @@
|
|
|
36208
36927
|
},
|
|
36209
36928
|
"x-original-maxLength": 1024,
|
|
36210
36929
|
"x-reconciled-from-discovery": true,
|
|
36211
|
-
"x-reconciled-at": "2026-01-
|
|
36930
|
+
"x-reconciled-at": "2026-01-05T18:29:25.328284+00:00"
|
|
36212
36931
|
}
|
|
36213
36932
|
},
|
|
36214
36933
|
"x-f5xc-minimum-configuration": {
|
|
@@ -36306,7 +37025,7 @@
|
|
|
36306
37025
|
"maxLength": 17,
|
|
36307
37026
|
"minLength": 17,
|
|
36308
37027
|
"x-reconciled-from-discovery": true,
|
|
36309
|
-
"x-reconciled-at": "2026-01-
|
|
37028
|
+
"x-reconciled-at": "2026-01-05T18:29:25.328300+00:00"
|
|
36310
37029
|
},
|
|
36311
37030
|
"system_metadata": {
|
|
36312
37031
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -36441,7 +37160,7 @@
|
|
|
36441
37160
|
},
|
|
36442
37161
|
"x-original-maxLength": 1024,
|
|
36443
37162
|
"x-reconciled-from-discovery": true,
|
|
36444
|
-
"x-reconciled-at": "2026-01-
|
|
37163
|
+
"x-reconciled-at": "2026-01-05T18:29:25.328313+00:00"
|
|
36445
37164
|
},
|
|
36446
37165
|
"disabled": {
|
|
36447
37166
|
"type": "boolean",
|
|
@@ -36491,7 +37210,7 @@
|
|
|
36491
37210
|
},
|
|
36492
37211
|
"x-original-maxLength": 1024,
|
|
36493
37212
|
"x-reconciled-from-discovery": true,
|
|
36494
|
-
"x-reconciled-at": "2026-01-
|
|
37213
|
+
"x-reconciled-at": "2026-01-05T18:29:25.328324+00:00"
|
|
36495
37214
|
},
|
|
36496
37215
|
"namespace": {
|
|
36497
37216
|
"type": "string",
|
|
@@ -36510,7 +37229,7 @@
|
|
|
36510
37229
|
},
|
|
36511
37230
|
"x-original-maxLength": 1024,
|
|
36512
37231
|
"x-reconciled-from-discovery": true,
|
|
36513
|
-
"x-reconciled-at": "2026-01-
|
|
37232
|
+
"x-reconciled-at": "2026-01-05T18:29:25.328329+00:00"
|
|
36514
37233
|
},
|
|
36515
37234
|
"owner_view": {
|
|
36516
37235
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -36551,7 +37270,7 @@
|
|
|
36551
37270
|
"x-field-mutability": "read-only",
|
|
36552
37271
|
"x-original-maxLength": 1024,
|
|
36553
37272
|
"x-reconciled-from-discovery": true,
|
|
36554
|
-
"x-reconciled-at": "2026-01-
|
|
37273
|
+
"x-reconciled-at": "2026-01-05T18:29:25.328337+00:00"
|
|
36555
37274
|
},
|
|
36556
37275
|
"uid": {
|
|
36557
37276
|
"type": "string",
|
|
@@ -36572,7 +37291,7 @@
|
|
|
36572
37291
|
"x-original-maxLength": 1024,
|
|
36573
37292
|
"format": "uuid",
|
|
36574
37293
|
"x-reconciled-from-discovery": true,
|
|
36575
|
-
"x-reconciled-at": "2026-01-
|
|
37294
|
+
"x-reconciled-at": "2026-01-05T18:29:25.328343+00:00"
|
|
36576
37295
|
}
|
|
36577
37296
|
},
|
|
36578
37297
|
"x-f5xc-minimum-configuration": {
|
|
@@ -37084,7 +37803,7 @@
|
|
|
37084
37803
|
},
|
|
37085
37804
|
"x-original-maxLength": 1024,
|
|
37086
37805
|
"x-reconciled-from-discovery": true,
|
|
37087
|
-
"x-reconciled-at": "2026-01-
|
|
37806
|
+
"x-reconciled-at": "2026-01-05T18:29:25.662877+00:00"
|
|
37088
37807
|
},
|
|
37089
37808
|
"namespace": {
|
|
37090
37809
|
"type": "string",
|
|
@@ -37103,7 +37822,7 @@
|
|
|
37103
37822
|
},
|
|
37104
37823
|
"x-original-maxLength": 1024,
|
|
37105
37824
|
"x-reconciled-from-discovery": true,
|
|
37106
|
-
"x-reconciled-at": "2026-01-
|
|
37825
|
+
"x-reconciled-at": "2026-01-05T18:29:25.662885+00:00"
|
|
37107
37826
|
}
|
|
37108
37827
|
},
|
|
37109
37828
|
"x-f5xc-minimum-configuration": {
|
|
@@ -37201,7 +37920,7 @@
|
|
|
37201
37920
|
"maxLength": 17,
|
|
37202
37921
|
"minLength": 17,
|
|
37203
37922
|
"x-reconciled-from-discovery": true,
|
|
37204
|
-
"x-reconciled-at": "2026-01-
|
|
37923
|
+
"x-reconciled-at": "2026-01-05T18:29:25.662902+00:00"
|
|
37205
37924
|
},
|
|
37206
37925
|
"system_metadata": {
|
|
37207
37926
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -37324,7 +38043,7 @@
|
|
|
37324
38043
|
},
|
|
37325
38044
|
"x-original-maxLength": 64,
|
|
37326
38045
|
"x-reconciled-from-discovery": true,
|
|
37327
|
-
"x-reconciled-at": "2026-01-
|
|
38046
|
+
"x-reconciled-at": "2026-01-05T18:29:25.662913+00:00"
|
|
37328
38047
|
},
|
|
37329
38048
|
"ipv4_prefix": {
|
|
37330
38049
|
"type": "string",
|
|
@@ -37387,7 +38106,7 @@
|
|
|
37387
38106
|
},
|
|
37388
38107
|
"x-original-maxLength": 1024,
|
|
37389
38108
|
"x-reconciled-from-discovery": true,
|
|
37390
|
-
"x-reconciled-at": "2026-01-
|
|
38109
|
+
"x-reconciled-at": "2026-01-05T18:29:25.662921+00:00"
|
|
37391
38110
|
},
|
|
37392
38111
|
"ipv6_prefix": {
|
|
37393
38112
|
"type": "string",
|
|
@@ -37502,7 +38221,7 @@
|
|
|
37502
38221
|
},
|
|
37503
38222
|
"x-original-maxLength": 1024,
|
|
37504
38223
|
"x-reconciled-from-discovery": true,
|
|
37505
|
-
"x-reconciled-at": "2026-01-
|
|
38224
|
+
"x-reconciled-at": "2026-01-05T18:29:25.662933+00:00"
|
|
37506
38225
|
},
|
|
37507
38226
|
"disabled": {
|
|
37508
38227
|
"type": "boolean",
|
|
@@ -37552,7 +38271,7 @@
|
|
|
37552
38271
|
},
|
|
37553
38272
|
"x-original-maxLength": 1024,
|
|
37554
38273
|
"x-reconciled-from-discovery": true,
|
|
37555
|
-
"x-reconciled-at": "2026-01-
|
|
38274
|
+
"x-reconciled-at": "2026-01-05T18:29:25.662943+00:00"
|
|
37556
38275
|
},
|
|
37557
38276
|
"namespace": {
|
|
37558
38277
|
"type": "string",
|
|
@@ -37571,7 +38290,7 @@
|
|
|
37571
38290
|
},
|
|
37572
38291
|
"x-original-maxLength": 1024,
|
|
37573
38292
|
"x-reconciled-from-discovery": true,
|
|
37574
|
-
"x-reconciled-at": "2026-01-
|
|
38293
|
+
"x-reconciled-at": "2026-01-05T18:29:25.662948+00:00"
|
|
37575
38294
|
},
|
|
37576
38295
|
"owner_view": {
|
|
37577
38296
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -37612,7 +38331,7 @@
|
|
|
37612
38331
|
"x-field-mutability": "read-only",
|
|
37613
38332
|
"x-original-maxLength": 1024,
|
|
37614
38333
|
"x-reconciled-from-discovery": true,
|
|
37615
|
-
"x-reconciled-at": "2026-01-
|
|
38334
|
+
"x-reconciled-at": "2026-01-05T18:29:25.662956+00:00"
|
|
37616
38335
|
},
|
|
37617
38336
|
"uid": {
|
|
37618
38337
|
"type": "string",
|
|
@@ -37633,7 +38352,7 @@
|
|
|
37633
38352
|
"x-original-maxLength": 1024,
|
|
37634
38353
|
"format": "uuid",
|
|
37635
38354
|
"x-reconciled-from-discovery": true,
|
|
37636
|
-
"x-reconciled-at": "2026-01-
|
|
38355
|
+
"x-reconciled-at": "2026-01-05T18:29:25.662961+00:00"
|
|
37637
38356
|
}
|
|
37638
38357
|
},
|
|
37639
38358
|
"x-f5xc-minimum-configuration": {
|
|
@@ -37931,7 +38650,7 @@
|
|
|
37931
38650
|
},
|
|
37932
38651
|
"x-original-maxLength": 1024,
|
|
37933
38652
|
"x-reconciled-from-discovery": true,
|
|
37934
|
-
"x-reconciled-at": "2026-01-
|
|
38653
|
+
"x-reconciled-at": "2026-01-05T18:29:38.493381+00:00"
|
|
37935
38654
|
},
|
|
37936
38655
|
"namespace": {
|
|
37937
38656
|
"type": "string",
|
|
@@ -37950,7 +38669,7 @@
|
|
|
37950
38669
|
},
|
|
37951
38670
|
"x-original-maxLength": 1024,
|
|
37952
38671
|
"x-reconciled-from-discovery": true,
|
|
37953
|
-
"x-reconciled-at": "2026-01-
|
|
38672
|
+
"x-reconciled-at": "2026-01-05T18:29:38.493385+00:00"
|
|
37954
38673
|
}
|
|
37955
38674
|
},
|
|
37956
38675
|
"x-f5xc-minimum-configuration": {
|
|
@@ -38048,7 +38767,7 @@
|
|
|
38048
38767
|
"maxLength": 17,
|
|
38049
38768
|
"minLength": 17,
|
|
38050
38769
|
"x-reconciled-from-discovery": true,
|
|
38051
|
-
"x-reconciled-at": "2026-01-
|
|
38770
|
+
"x-reconciled-at": "2026-01-05T18:29:38.493400+00:00"
|
|
38052
38771
|
},
|
|
38053
38772
|
"system_metadata": {
|
|
38054
38773
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -38249,7 +38968,7 @@
|
|
|
38249
38968
|
},
|
|
38250
38969
|
"x-original-maxLength": 1024,
|
|
38251
38970
|
"x-reconciled-from-discovery": true,
|
|
38252
|
-
"x-reconciled-at": "2026-01-
|
|
38971
|
+
"x-reconciled-at": "2026-01-05T18:29:38.493420+00:00"
|
|
38253
38972
|
},
|
|
38254
38973
|
"disabled": {
|
|
38255
38974
|
"type": "boolean",
|
|
@@ -38299,7 +39018,7 @@
|
|
|
38299
39018
|
},
|
|
38300
39019
|
"x-original-maxLength": 1024,
|
|
38301
39020
|
"x-reconciled-from-discovery": true,
|
|
38302
|
-
"x-reconciled-at": "2026-01-
|
|
39021
|
+
"x-reconciled-at": "2026-01-05T18:29:38.493430+00:00"
|
|
38303
39022
|
},
|
|
38304
39023
|
"namespace": {
|
|
38305
39024
|
"type": "string",
|
|
@@ -38318,7 +39037,7 @@
|
|
|
38318
39037
|
},
|
|
38319
39038
|
"x-original-maxLength": 1024,
|
|
38320
39039
|
"x-reconciled-from-discovery": true,
|
|
38321
|
-
"x-reconciled-at": "2026-01-
|
|
39040
|
+
"x-reconciled-at": "2026-01-05T18:29:38.493434+00:00"
|
|
38322
39041
|
},
|
|
38323
39042
|
"owner_view": {
|
|
38324
39043
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -38359,7 +39078,7 @@
|
|
|
38359
39078
|
"x-field-mutability": "read-only",
|
|
38360
39079
|
"x-original-maxLength": 1024,
|
|
38361
39080
|
"x-reconciled-from-discovery": true,
|
|
38362
|
-
"x-reconciled-at": "2026-01-
|
|
39081
|
+
"x-reconciled-at": "2026-01-05T18:29:38.493442+00:00"
|
|
38363
39082
|
},
|
|
38364
39083
|
"uid": {
|
|
38365
39084
|
"type": "string",
|
|
@@ -38380,7 +39099,7 @@
|
|
|
38380
39099
|
"x-original-maxLength": 1024,
|
|
38381
39100
|
"format": "uuid",
|
|
38382
39101
|
"x-reconciled-from-discovery": true,
|
|
38383
|
-
"x-reconciled-at": "2026-01-
|
|
39102
|
+
"x-reconciled-at": "2026-01-05T18:29:38.493448+00:00"
|
|
38384
39103
|
}
|
|
38385
39104
|
},
|
|
38386
39105
|
"x-f5xc-minimum-configuration": {
|
|
@@ -39093,7 +39812,7 @@
|
|
|
39093
39812
|
"maxLength": 17,
|
|
39094
39813
|
"minLength": 17,
|
|
39095
39814
|
"x-reconciled-from-discovery": true,
|
|
39096
|
-
"x-reconciled-at": "2026-01-
|
|
39815
|
+
"x-reconciled-at": "2026-01-05T18:29:44.302642+00:00"
|
|
39097
39816
|
},
|
|
39098
39817
|
"system_metadata": {
|
|
39099
39818
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -39293,7 +40012,7 @@
|
|
|
39293
40012
|
},
|
|
39294
40013
|
"x-original-maxLength": 1024,
|
|
39295
40014
|
"x-reconciled-from-discovery": true,
|
|
39296
|
-
"x-reconciled-at": "2026-01-
|
|
40015
|
+
"x-reconciled-at": "2026-01-05T18:29:44.302660+00:00"
|
|
39297
40016
|
},
|
|
39298
40017
|
"disabled": {
|
|
39299
40018
|
"type": "boolean",
|
|
@@ -39343,7 +40062,7 @@
|
|
|
39343
40062
|
},
|
|
39344
40063
|
"x-original-maxLength": 1024,
|
|
39345
40064
|
"x-reconciled-from-discovery": true,
|
|
39346
|
-
"x-reconciled-at": "2026-01-
|
|
40065
|
+
"x-reconciled-at": "2026-01-05T18:29:44.302671+00:00"
|
|
39347
40066
|
},
|
|
39348
40067
|
"namespace": {
|
|
39349
40068
|
"type": "string",
|
|
@@ -39362,7 +40081,7 @@
|
|
|
39362
40081
|
},
|
|
39363
40082
|
"x-original-maxLength": 1024,
|
|
39364
40083
|
"x-reconciled-from-discovery": true,
|
|
39365
|
-
"x-reconciled-at": "2026-01-
|
|
40084
|
+
"x-reconciled-at": "2026-01-05T18:29:44.302677+00:00"
|
|
39366
40085
|
},
|
|
39367
40086
|
"owner_view": {
|
|
39368
40087
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -39403,7 +40122,7 @@
|
|
|
39403
40122
|
"x-field-mutability": "read-only",
|
|
39404
40123
|
"x-original-maxLength": 1024,
|
|
39405
40124
|
"x-reconciled-from-discovery": true,
|
|
39406
|
-
"x-reconciled-at": "2026-01-
|
|
40125
|
+
"x-reconciled-at": "2026-01-05T18:29:44.302688+00:00"
|
|
39407
40126
|
},
|
|
39408
40127
|
"uid": {
|
|
39409
40128
|
"type": "string",
|
|
@@ -39424,7 +40143,7 @@
|
|
|
39424
40143
|
"x-original-maxLength": 1024,
|
|
39425
40144
|
"format": "uuid",
|
|
39426
40145
|
"x-reconciled-from-discovery": true,
|
|
39427
|
-
"x-reconciled-at": "2026-01-
|
|
40146
|
+
"x-reconciled-at": "2026-01-05T18:29:44.302694+00:00"
|
|
39428
40147
|
}
|
|
39429
40148
|
},
|
|
39430
40149
|
"x-f5xc-minimum-configuration": {
|
|
@@ -39662,7 +40381,7 @@
|
|
|
39662
40381
|
},
|
|
39663
40382
|
"x-original-maxLength": 256,
|
|
39664
40383
|
"x-reconciled-from-discovery": true,
|
|
39665
|
-
"x-reconciled-at": "2026-01-
|
|
40384
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265204+00:00"
|
|
39666
40385
|
},
|
|
39667
40386
|
"presence": {
|
|
39668
40387
|
"type": "boolean",
|
|
@@ -39940,7 +40659,7 @@
|
|
|
39940
40659
|
},
|
|
39941
40660
|
"x-original-maxLength": 256,
|
|
39942
40661
|
"x-reconciled-from-discovery": true,
|
|
39943
|
-
"x-reconciled-at": "2026-01-
|
|
40662
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265253+00:00"
|
|
39944
40663
|
},
|
|
39945
40664
|
"regex": {
|
|
39946
40665
|
"type": "string",
|
|
@@ -40190,7 +40909,7 @@
|
|
|
40190
40909
|
},
|
|
40191
40910
|
"x-original-maxLength": 256,
|
|
40192
40911
|
"x-reconciled-from-discovery": true,
|
|
40193
|
-
"x-reconciled-at": "2026-01-
|
|
40912
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265284+00:00"
|
|
40194
40913
|
},
|
|
40195
40914
|
"path": {
|
|
40196
40915
|
"type": "string",
|
|
@@ -40349,7 +41068,7 @@
|
|
|
40349
41068
|
},
|
|
40350
41069
|
"x-original-maxLength": 1024,
|
|
40351
41070
|
"x-reconciled-from-discovery": true,
|
|
40352
|
-
"x-reconciled-at": "2026-01-
|
|
41071
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265303+00:00"
|
|
40353
41072
|
},
|
|
40354
41073
|
"namespace": {
|
|
40355
41074
|
"type": "string",
|
|
@@ -40368,7 +41087,7 @@
|
|
|
40368
41087
|
},
|
|
40369
41088
|
"x-original-maxLength": 1024,
|
|
40370
41089
|
"x-reconciled-from-discovery": true,
|
|
40371
|
-
"x-reconciled-at": "2026-01-
|
|
41090
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265307+00:00"
|
|
40372
41091
|
}
|
|
40373
41092
|
},
|
|
40374
41093
|
"x-f5xc-minimum-configuration": {
|
|
@@ -40466,7 +41185,7 @@
|
|
|
40466
41185
|
"maxLength": 17,
|
|
40467
41186
|
"minLength": 17,
|
|
40468
41187
|
"x-reconciled-from-discovery": true,
|
|
40469
|
-
"x-reconciled-at": "2026-01-
|
|
41188
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265322+00:00"
|
|
40470
41189
|
},
|
|
40471
41190
|
"system_metadata": {
|
|
40472
41191
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -40774,7 +41493,7 @@
|
|
|
40774
41493
|
},
|
|
40775
41494
|
"x-original-maxLength": 1024,
|
|
40776
41495
|
"x-reconciled-from-discovery": true,
|
|
40777
|
-
"x-reconciled-at": "2026-01-
|
|
41496
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265343+00:00"
|
|
40778
41497
|
},
|
|
40779
41498
|
"disabled": {
|
|
40780
41499
|
"type": "boolean",
|
|
@@ -40824,7 +41543,7 @@
|
|
|
40824
41543
|
},
|
|
40825
41544
|
"x-original-maxLength": 1024,
|
|
40826
41545
|
"x-reconciled-from-discovery": true,
|
|
40827
|
-
"x-reconciled-at": "2026-01-
|
|
41546
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265353+00:00"
|
|
40828
41547
|
},
|
|
40829
41548
|
"namespace": {
|
|
40830
41549
|
"type": "string",
|
|
@@ -40843,7 +41562,7 @@
|
|
|
40843
41562
|
},
|
|
40844
41563
|
"x-original-maxLength": 1024,
|
|
40845
41564
|
"x-reconciled-from-discovery": true,
|
|
40846
|
-
"x-reconciled-at": "2026-01-
|
|
41565
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265357+00:00"
|
|
40847
41566
|
},
|
|
40848
41567
|
"owner_view": {
|
|
40849
41568
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -40884,7 +41603,7 @@
|
|
|
40884
41603
|
"x-field-mutability": "read-only",
|
|
40885
41604
|
"x-original-maxLength": 1024,
|
|
40886
41605
|
"x-reconciled-from-discovery": true,
|
|
40887
|
-
"x-reconciled-at": "2026-01-
|
|
41606
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265365+00:00"
|
|
40888
41607
|
},
|
|
40889
41608
|
"uid": {
|
|
40890
41609
|
"type": "string",
|
|
@@ -40905,7 +41624,7 @@
|
|
|
40905
41624
|
"x-original-maxLength": 1024,
|
|
40906
41625
|
"format": "uuid",
|
|
40907
41626
|
"x-reconciled-from-discovery": true,
|
|
40908
|
-
"x-reconciled-at": "2026-01-
|
|
41627
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265371+00:00"
|
|
40909
41628
|
}
|
|
40910
41629
|
},
|
|
40911
41630
|
"x-f5xc-minimum-configuration": {
|
|
@@ -42240,7 +42959,7 @@
|
|
|
42240
42959
|
},
|
|
42241
42960
|
"x-original-maxLength": 1024,
|
|
42242
42961
|
"x-reconciled-from-discovery": true,
|
|
42243
|
-
"x-reconciled-at": "2026-01-
|
|
42962
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265469+00:00"
|
|
42244
42963
|
},
|
|
42245
42964
|
"status": {
|
|
42246
42965
|
"type": "string",
|
|
@@ -42265,7 +42984,7 @@
|
|
|
42265
42984
|
},
|
|
42266
42985
|
"x-original-maxLength": 1024,
|
|
42267
42986
|
"x-reconciled-from-discovery": true,
|
|
42268
|
-
"x-reconciled-at": "2026-01-
|
|
42987
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265473+00:00"
|
|
42269
42988
|
}
|
|
42270
42989
|
},
|
|
42271
42990
|
"x-f5xc-minimum-configuration": {
|
|
@@ -42453,7 +43172,7 @@
|
|
|
42453
43172
|
},
|
|
42454
43173
|
"x-original-maxLength": 256,
|
|
42455
43174
|
"x-reconciled-from-discovery": true,
|
|
42456
|
-
"x-reconciled-at": "2026-01-
|
|
43175
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265516+00:00"
|
|
42457
43176
|
},
|
|
42458
43177
|
"overwrite": {
|
|
42459
43178
|
"type": "boolean",
|
|
@@ -42492,7 +43211,7 @@
|
|
|
42492
43211
|
},
|
|
42493
43212
|
"x-original-maxLength": 8096,
|
|
42494
43213
|
"x-reconciled-from-discovery": true,
|
|
42495
|
-
"x-reconciled-at": "2026-01-
|
|
43214
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265523+00:00"
|
|
42496
43215
|
}
|
|
42497
43216
|
},
|
|
42498
43217
|
"x-f5xc-minimum-configuration": {
|
|
@@ -42919,7 +43638,7 @@
|
|
|
42919
43638
|
},
|
|
42920
43639
|
"x-original-maxLength": 256,
|
|
42921
43640
|
"x-reconciled-from-discovery": true,
|
|
42922
|
-
"x-reconciled-at": "2026-01-
|
|
43641
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265555+00:00"
|
|
42923
43642
|
},
|
|
42924
43643
|
"secret_value": {
|
|
42925
43644
|
"$ref": "#/components/schemas/schemaSecretType"
|
|
@@ -42945,7 +43664,7 @@
|
|
|
42945
43664
|
},
|
|
42946
43665
|
"x-original-maxLength": 8096,
|
|
42947
43666
|
"x-reconciled-from-discovery": true,
|
|
42948
|
-
"x-reconciled-at": "2026-01-
|
|
43667
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265561+00:00"
|
|
42949
43668
|
}
|
|
42950
43669
|
},
|
|
42951
43670
|
"x-f5xc-minimum-configuration": {
|
|
@@ -43529,7 +44248,7 @@
|
|
|
43529
44248
|
},
|
|
43530
44249
|
"x-original-maxLength": 256,
|
|
43531
44250
|
"x-reconciled-from-discovery": true,
|
|
43532
|
-
"x-reconciled-at": "2026-01-
|
|
44251
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265671+00:00"
|
|
43533
44252
|
},
|
|
43534
44253
|
"overwrite": {
|
|
43535
44254
|
"type": "boolean",
|
|
@@ -43577,7 +44296,7 @@
|
|
|
43577
44296
|
},
|
|
43578
44297
|
"x-original-maxLength": 8096,
|
|
43579
44298
|
"x-reconciled-from-discovery": true,
|
|
43580
|
-
"x-reconciled-at": "2026-01-
|
|
44299
|
+
"x-reconciled-at": "2026-01-05T18:29:48.265681+00:00"
|
|
43581
44300
|
}
|
|
43582
44301
|
},
|
|
43583
44302
|
"x-f5xc-minimum-configuration": {
|
|
@@ -44319,7 +45038,7 @@
|
|
|
44319
45038
|
},
|
|
44320
45039
|
"x-original-maxLength": 1024,
|
|
44321
45040
|
"x-reconciled-from-discovery": true,
|
|
44322
|
-
"x-reconciled-at": "2026-01-
|
|
45041
|
+
"x-reconciled-at": "2026-01-05T18:29:48.501236+00:00"
|
|
44323
45042
|
},
|
|
44324
45043
|
"node": {
|
|
44325
45044
|
"type": "string",
|
|
@@ -44729,7 +45448,7 @@
|
|
|
44729
45448
|
},
|
|
44730
45449
|
"x-original-maxLength": 1024,
|
|
44731
45450
|
"x-reconciled-from-discovery": true,
|
|
44732
|
-
"x-reconciled-at": "2026-01-
|
|
45451
|
+
"x-reconciled-at": "2026-01-05T18:29:48.501278+00:00"
|
|
44733
45452
|
},
|
|
44734
45453
|
"node": {
|
|
44735
45454
|
"type": "string",
|
|
@@ -45484,7 +46203,7 @@
|
|
|
45484
46203
|
},
|
|
45485
46204
|
"x-original-maxLength": 1024,
|
|
45486
46205
|
"x-reconciled-from-discovery": true,
|
|
45487
|
-
"x-reconciled-at": "2026-01-
|
|
46206
|
+
"x-reconciled-at": "2026-01-05T18:29:48.833769+00:00"
|
|
45488
46207
|
},
|
|
45489
46208
|
"namespace": {
|
|
45490
46209
|
"type": "string",
|
|
@@ -45503,7 +46222,7 @@
|
|
|
45503
46222
|
},
|
|
45504
46223
|
"x-original-maxLength": 1024,
|
|
45505
46224
|
"x-reconciled-from-discovery": true,
|
|
45506
|
-
"x-reconciled-at": "2026-01-
|
|
46225
|
+
"x-reconciled-at": "2026-01-05T18:29:48.833773+00:00"
|
|
45507
46226
|
}
|
|
45508
46227
|
},
|
|
45509
46228
|
"x-f5xc-minimum-configuration": {
|
|
@@ -45601,7 +46320,7 @@
|
|
|
45601
46320
|
"maxLength": 17,
|
|
45602
46321
|
"minLength": 17,
|
|
45603
46322
|
"x-reconciled-from-discovery": true,
|
|
45604
|
-
"x-reconciled-at": "2026-01-
|
|
46323
|
+
"x-reconciled-at": "2026-01-05T18:29:48.833787+00:00"
|
|
45605
46324
|
},
|
|
45606
46325
|
"system_metadata": {
|
|
45607
46326
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -45736,7 +46455,7 @@
|
|
|
45736
46455
|
},
|
|
45737
46456
|
"x-original-maxLength": 1024,
|
|
45738
46457
|
"x-reconciled-from-discovery": true,
|
|
45739
|
-
"x-reconciled-at": "2026-01-
|
|
46458
|
+
"x-reconciled-at": "2026-01-05T18:29:48.833799+00:00"
|
|
45740
46459
|
},
|
|
45741
46460
|
"disabled": {
|
|
45742
46461
|
"type": "boolean",
|
|
@@ -45786,7 +46505,7 @@
|
|
|
45786
46505
|
},
|
|
45787
46506
|
"x-original-maxLength": 1024,
|
|
45788
46507
|
"x-reconciled-from-discovery": true,
|
|
45789
|
-
"x-reconciled-at": "2026-01-
|
|
46508
|
+
"x-reconciled-at": "2026-01-05T18:29:48.833809+00:00"
|
|
45790
46509
|
},
|
|
45791
46510
|
"namespace": {
|
|
45792
46511
|
"type": "string",
|
|
@@ -45805,7 +46524,7 @@
|
|
|
45805
46524
|
},
|
|
45806
46525
|
"x-original-maxLength": 1024,
|
|
45807
46526
|
"x-reconciled-from-discovery": true,
|
|
45808
|
-
"x-reconciled-at": "2026-01-
|
|
46527
|
+
"x-reconciled-at": "2026-01-05T18:29:48.833813+00:00"
|
|
45809
46528
|
},
|
|
45810
46529
|
"owner_view": {
|
|
45811
46530
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -45846,7 +46565,7 @@
|
|
|
45846
46565
|
"x-field-mutability": "read-only",
|
|
45847
46566
|
"x-original-maxLength": 1024,
|
|
45848
46567
|
"x-reconciled-from-discovery": true,
|
|
45849
|
-
"x-reconciled-at": "2026-01-
|
|
46568
|
+
"x-reconciled-at": "2026-01-05T18:29:48.833821+00:00"
|
|
45850
46569
|
},
|
|
45851
46570
|
"uid": {
|
|
45852
46571
|
"type": "string",
|
|
@@ -45867,7 +46586,7 @@
|
|
|
45867
46586
|
"x-original-maxLength": 1024,
|
|
45868
46587
|
"format": "uuid",
|
|
45869
46588
|
"x-reconciled-from-discovery": true,
|
|
45870
|
-
"x-reconciled-at": "2026-01-
|
|
46589
|
+
"x-reconciled-at": "2026-01-05T18:29:48.833825+00:00"
|
|
45871
46590
|
}
|
|
45872
46591
|
},
|
|
45873
46592
|
"x-f5xc-minimum-configuration": {
|
|
@@ -46345,7 +47064,7 @@
|
|
|
46345
47064
|
},
|
|
46346
47065
|
"x-original-maxLength": 1024,
|
|
46347
47066
|
"x-reconciled-from-discovery": true,
|
|
46348
|
-
"x-reconciled-at": "2026-01-
|
|
47067
|
+
"x-reconciled-at": "2026-01-05T18:29:59.724659+00:00"
|
|
46349
47068
|
},
|
|
46350
47069
|
"namespace": {
|
|
46351
47070
|
"type": "string",
|
|
@@ -46364,7 +47083,7 @@
|
|
|
46364
47083
|
},
|
|
46365
47084
|
"x-original-maxLength": 1024,
|
|
46366
47085
|
"x-reconciled-from-discovery": true,
|
|
46367
|
-
"x-reconciled-at": "2026-01-
|
|
47086
|
+
"x-reconciled-at": "2026-01-05T18:29:59.724664+00:00"
|
|
46368
47087
|
}
|
|
46369
47088
|
},
|
|
46370
47089
|
"x-f5xc-minimum-configuration": {
|
|
@@ -46462,7 +47181,7 @@
|
|
|
46462
47181
|
"maxLength": 17,
|
|
46463
47182
|
"minLength": 17,
|
|
46464
47183
|
"x-reconciled-from-discovery": true,
|
|
46465
|
-
"x-reconciled-at": "2026-01-
|
|
47184
|
+
"x-reconciled-at": "2026-01-05T18:29:59.724678+00:00"
|
|
46466
47185
|
},
|
|
46467
47186
|
"system_metadata": {
|
|
46468
47187
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -46597,7 +47316,7 @@
|
|
|
46597
47316
|
},
|
|
46598
47317
|
"x-original-maxLength": 1024,
|
|
46599
47318
|
"x-reconciled-from-discovery": true,
|
|
46600
|
-
"x-reconciled-at": "2026-01-
|
|
47319
|
+
"x-reconciled-at": "2026-01-05T18:29:59.724690+00:00"
|
|
46601
47320
|
},
|
|
46602
47321
|
"disabled": {
|
|
46603
47322
|
"type": "boolean",
|
|
@@ -46647,7 +47366,7 @@
|
|
|
46647
47366
|
},
|
|
46648
47367
|
"x-original-maxLength": 1024,
|
|
46649
47368
|
"x-reconciled-from-discovery": true,
|
|
46650
|
-
"x-reconciled-at": "2026-01-
|
|
47369
|
+
"x-reconciled-at": "2026-01-05T18:29:59.724700+00:00"
|
|
46651
47370
|
},
|
|
46652
47371
|
"namespace": {
|
|
46653
47372
|
"type": "string",
|
|
@@ -46666,7 +47385,7 @@
|
|
|
46666
47385
|
},
|
|
46667
47386
|
"x-original-maxLength": 1024,
|
|
46668
47387
|
"x-reconciled-from-discovery": true,
|
|
46669
|
-
"x-reconciled-at": "2026-01-
|
|
47388
|
+
"x-reconciled-at": "2026-01-05T18:29:59.724705+00:00"
|
|
46670
47389
|
},
|
|
46671
47390
|
"owner_view": {
|
|
46672
47391
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -46707,7 +47426,7 @@
|
|
|
46707
47426
|
"x-field-mutability": "read-only",
|
|
46708
47427
|
"x-original-maxLength": 1024,
|
|
46709
47428
|
"x-reconciled-from-discovery": true,
|
|
46710
|
-
"x-reconciled-at": "2026-01-
|
|
47429
|
+
"x-reconciled-at": "2026-01-05T18:29:59.724712+00:00"
|
|
46711
47430
|
},
|
|
46712
47431
|
"uid": {
|
|
46713
47432
|
"type": "string",
|
|
@@ -46728,7 +47447,7 @@
|
|
|
46728
47447
|
"x-original-maxLength": 1024,
|
|
46729
47448
|
"format": "uuid",
|
|
46730
47449
|
"x-reconciled-from-discovery": true,
|
|
46731
|
-
"x-reconciled-at": "2026-01-
|
|
47450
|
+
"x-reconciled-at": "2026-01-05T18:29:59.724718+00:00"
|
|
46732
47451
|
}
|
|
46733
47452
|
},
|
|
46734
47453
|
"x-f5xc-minimum-configuration": {
|
|
@@ -47142,7 +47861,7 @@
|
|
|
47142
47861
|
},
|
|
47143
47862
|
"x-original-maxLength": 1024,
|
|
47144
47863
|
"x-reconciled-from-discovery": true,
|
|
47145
|
-
"x-reconciled-at": "2026-01-
|
|
47864
|
+
"x-reconciled-at": "2026-01-05T18:30:05.243846+00:00"
|
|
47146
47865
|
},
|
|
47147
47866
|
"node": {
|
|
47148
47867
|
"type": "string",
|
|
@@ -47872,7 +48591,7 @@
|
|
|
47872
48591
|
},
|
|
47873
48592
|
"x-original-maxLength": 1024,
|
|
47874
48593
|
"x-reconciled-from-discovery": true,
|
|
47875
|
-
"x-reconciled-at": "2026-01-
|
|
48594
|
+
"x-reconciled-at": "2026-01-05T18:30:05.643189+00:00"
|
|
47876
48595
|
},
|
|
47877
48596
|
"namespace": {
|
|
47878
48597
|
"type": "string",
|
|
@@ -47891,7 +48610,7 @@
|
|
|
47891
48610
|
},
|
|
47892
48611
|
"x-original-maxLength": 1024,
|
|
47893
48612
|
"x-reconciled-from-discovery": true,
|
|
47894
|
-
"x-reconciled-at": "2026-01-
|
|
48613
|
+
"x-reconciled-at": "2026-01-05T18:30:05.643193+00:00"
|
|
47895
48614
|
}
|
|
47896
48615
|
},
|
|
47897
48616
|
"x-f5xc-minimum-configuration": {
|
|
@@ -48051,7 +48770,7 @@
|
|
|
48051
48770
|
"maxLength": 17,
|
|
48052
48771
|
"minLength": 17,
|
|
48053
48772
|
"x-reconciled-from-discovery": true,
|
|
48054
|
-
"x-reconciled-at": "2026-01-
|
|
48773
|
+
"x-reconciled-at": "2026-01-05T18:30:05.643212+00:00"
|
|
48055
48774
|
},
|
|
48056
48775
|
"system_metadata": {
|
|
48057
48776
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -48328,7 +49047,7 @@
|
|
|
48328
49047
|
},
|
|
48329
49048
|
"x-original-maxLength": 1024,
|
|
48330
49049
|
"x-reconciled-from-discovery": true,
|
|
48331
|
-
"x-reconciled-at": "2026-01-
|
|
49050
|
+
"x-reconciled-at": "2026-01-05T18:30:05.643232+00:00"
|
|
48332
49051
|
},
|
|
48333
49052
|
"disabled": {
|
|
48334
49053
|
"type": "boolean",
|
|
@@ -48378,7 +49097,7 @@
|
|
|
48378
49097
|
},
|
|
48379
49098
|
"x-original-maxLength": 1024,
|
|
48380
49099
|
"x-reconciled-from-discovery": true,
|
|
48381
|
-
"x-reconciled-at": "2026-01-
|
|
49100
|
+
"x-reconciled-at": "2026-01-05T18:30:05.643243+00:00"
|
|
48382
49101
|
},
|
|
48383
49102
|
"namespace": {
|
|
48384
49103
|
"type": "string",
|
|
@@ -48397,7 +49116,7 @@
|
|
|
48397
49116
|
},
|
|
48398
49117
|
"x-original-maxLength": 1024,
|
|
48399
49118
|
"x-reconciled-from-discovery": true,
|
|
48400
|
-
"x-reconciled-at": "2026-01-
|
|
49119
|
+
"x-reconciled-at": "2026-01-05T18:30:05.643247+00:00"
|
|
48401
49120
|
},
|
|
48402
49121
|
"owner_view": {
|
|
48403
49122
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -48438,7 +49157,7 @@
|
|
|
48438
49157
|
"x-field-mutability": "read-only",
|
|
48439
49158
|
"x-original-maxLength": 1024,
|
|
48440
49159
|
"x-reconciled-from-discovery": true,
|
|
48441
|
-
"x-reconciled-at": "2026-01-
|
|
49160
|
+
"x-reconciled-at": "2026-01-05T18:30:05.643255+00:00"
|
|
48442
49161
|
},
|
|
48443
49162
|
"uid": {
|
|
48444
49163
|
"type": "string",
|
|
@@ -48459,7 +49178,7 @@
|
|
|
48459
49178
|
"x-original-maxLength": 1024,
|
|
48460
49179
|
"format": "uuid",
|
|
48461
49180
|
"x-reconciled-from-discovery": true,
|
|
48462
|
-
"x-reconciled-at": "2026-01-
|
|
49181
|
+
"x-reconciled-at": "2026-01-05T18:30:05.643259+00:00"
|
|
48463
49182
|
}
|
|
48464
49183
|
},
|
|
48465
49184
|
"x-f5xc-minimum-configuration": {
|
|
@@ -48883,7 +49602,7 @@
|
|
|
48883
49602
|
"maxLength": 15,
|
|
48884
49603
|
"minLength": 3,
|
|
48885
49604
|
"x-reconciled-from-discovery": true,
|
|
48886
|
-
"x-reconciled-at": "2026-01-
|
|
49605
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487229+00:00"
|
|
48887
49606
|
}
|
|
48888
49607
|
},
|
|
48889
49608
|
"x-f5xc-minimum-configuration": {
|
|
@@ -48936,7 +49655,7 @@
|
|
|
48936
49655
|
"maxLength": 15,
|
|
48937
49656
|
"minLength": 3,
|
|
48938
49657
|
"x-reconciled-from-discovery": true,
|
|
48939
|
-
"x-reconciled-at": "2026-01-
|
|
49658
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487236+00:00"
|
|
48940
49659
|
}
|
|
48941
49660
|
},
|
|
48942
49661
|
"x-f5xc-minimum-configuration": {
|
|
@@ -48988,7 +49707,7 @@
|
|
|
48988
49707
|
"maxLength": 15,
|
|
48989
49708
|
"minLength": 3,
|
|
48990
49709
|
"x-reconciled-from-discovery": true,
|
|
48991
|
-
"x-reconciled-at": "2026-01-
|
|
49710
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487242+00:00"
|
|
48992
49711
|
}
|
|
48993
49712
|
},
|
|
48994
49713
|
"x-f5xc-minimum-configuration": {
|
|
@@ -49178,7 +49897,7 @@
|
|
|
49178
49897
|
},
|
|
49179
49898
|
"x-original-maxLength": 1024,
|
|
49180
49899
|
"x-reconciled-from-discovery": true,
|
|
49181
|
-
"x-reconciled-at": "2026-01-
|
|
49900
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487355+00:00"
|
|
49182
49901
|
},
|
|
49183
49902
|
"namespace": {
|
|
49184
49903
|
"type": "string",
|
|
@@ -49197,7 +49916,7 @@
|
|
|
49197
49916
|
},
|
|
49198
49917
|
"x-original-maxLength": 1024,
|
|
49199
49918
|
"x-reconciled-from-discovery": true,
|
|
49200
|
-
"x-reconciled-at": "2026-01-
|
|
49919
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487360+00:00"
|
|
49201
49920
|
}
|
|
49202
49921
|
},
|
|
49203
49922
|
"x-f5xc-minimum-configuration": {
|
|
@@ -49295,7 +50014,7 @@
|
|
|
49295
50014
|
"maxLength": 17,
|
|
49296
50015
|
"minLength": 17,
|
|
49297
50016
|
"x-reconciled-from-discovery": true,
|
|
49298
|
-
"x-reconciled-at": "2026-01-
|
|
50017
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487373+00:00"
|
|
49299
50018
|
},
|
|
49300
50019
|
"system_metadata": {
|
|
49301
50020
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -49516,7 +50235,7 @@
|
|
|
49516
50235
|
},
|
|
49517
50236
|
"x-original-maxLength": 1024,
|
|
49518
50237
|
"x-reconciled-from-discovery": true,
|
|
49519
|
-
"x-reconciled-at": "2026-01-
|
|
50238
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487391+00:00"
|
|
49520
50239
|
},
|
|
49521
50240
|
"disabled": {
|
|
49522
50241
|
"type": "boolean",
|
|
@@ -49566,7 +50285,7 @@
|
|
|
49566
50285
|
},
|
|
49567
50286
|
"x-original-maxLength": 1024,
|
|
49568
50287
|
"x-reconciled-from-discovery": true,
|
|
49569
|
-
"x-reconciled-at": "2026-01-
|
|
50288
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487401+00:00"
|
|
49570
50289
|
},
|
|
49571
50290
|
"namespace": {
|
|
49572
50291
|
"type": "string",
|
|
@@ -49585,7 +50304,7 @@
|
|
|
49585
50304
|
},
|
|
49586
50305
|
"x-original-maxLength": 1024,
|
|
49587
50306
|
"x-reconciled-from-discovery": true,
|
|
49588
|
-
"x-reconciled-at": "2026-01-
|
|
50307
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487405+00:00"
|
|
49589
50308
|
},
|
|
49590
50309
|
"owner_view": {
|
|
49591
50310
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -49626,7 +50345,7 @@
|
|
|
49626
50345
|
"x-field-mutability": "read-only",
|
|
49627
50346
|
"x-original-maxLength": 1024,
|
|
49628
50347
|
"x-reconciled-from-discovery": true,
|
|
49629
|
-
"x-reconciled-at": "2026-01-
|
|
50348
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487412+00:00"
|
|
49630
50349
|
},
|
|
49631
50350
|
"uid": {
|
|
49632
50351
|
"type": "string",
|
|
@@ -49647,7 +50366,7 @@
|
|
|
49647
50366
|
"x-original-maxLength": 1024,
|
|
49648
50367
|
"format": "uuid",
|
|
49649
50368
|
"x-reconciled-from-discovery": true,
|
|
49650
|
-
"x-reconciled-at": "2026-01-
|
|
50369
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487417+00:00"
|
|
49651
50370
|
}
|
|
49652
50371
|
},
|
|
49653
50372
|
"x-f5xc-minimum-configuration": {
|
|
@@ -50101,7 +50820,7 @@
|
|
|
50101
50820
|
},
|
|
50102
50821
|
"x-original-maxLength": 1024,
|
|
50103
50822
|
"x-reconciled-from-discovery": true,
|
|
50104
|
-
"x-reconciled-at": "2026-01-
|
|
50823
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487458+00:00"
|
|
50105
50824
|
},
|
|
50106
50825
|
"range": {
|
|
50107
50826
|
"type": "string",
|
|
@@ -50290,7 +51009,7 @@
|
|
|
50290
51009
|
"maxLength": 16,
|
|
50291
51010
|
"minLength": 7,
|
|
50292
51011
|
"x-reconciled-from-discovery": true,
|
|
50293
|
-
"x-reconciled-at": "2026-01-
|
|
51012
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487471+00:00"
|
|
50294
51013
|
},
|
|
50295
51014
|
"value": {
|
|
50296
51015
|
"type": "array",
|
|
@@ -50309,7 +51028,7 @@
|
|
|
50309
51028
|
"maxLength": 15,
|
|
50310
51029
|
"minLength": 3,
|
|
50311
51030
|
"x-reconciled-from-discovery": true,
|
|
50312
|
-
"x-reconciled-at": "2026-01-
|
|
51031
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487477+00:00"
|
|
50313
51032
|
}
|
|
50314
51033
|
},
|
|
50315
51034
|
"x-f5xc-minimum-configuration": {
|
|
@@ -50474,7 +51193,7 @@
|
|
|
50474
51193
|
},
|
|
50475
51194
|
"x-original-maxLength": 1024,
|
|
50476
51195
|
"x-reconciled-from-discovery": true,
|
|
50477
|
-
"x-reconciled-at": "2026-01-
|
|
51196
|
+
"x-reconciled-at": "2026-01-05T18:30:11.487492+00:00"
|
|
50478
51197
|
}
|
|
50479
51198
|
},
|
|
50480
51199
|
"x-f5xc-minimum-configuration": {
|