@robinmordasiewicz/f5xc-api-mcp 2.0.5-2601050335 → 2.0.13-2601051957
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -14
- package/README.md +9 -5
- package/dist/generator/domain-metadata.d.ts +162 -3
- package/dist/generator/domain-metadata.d.ts.map +1 -1
- package/dist/generator/domain-metadata.js +263 -20
- package/dist/generator/domain-metadata.js.map +1 -1
- package/dist/generator/naming/acronyms.d.ts +9 -2
- package/dist/generator/naming/acronyms.d.ts.map +1 -1
- package/dist/generator/naming/acronyms.js +35 -129
- package/dist/generator/naming/acronyms.js.map +1 -1
- package/dist/generator/naming/index.d.ts +1 -1
- package/dist/generator/naming/index.d.ts.map +1 -1
- package/dist/generator/naming/index.js +1 -1
- package/dist/generator/naming/index.js.map +1 -1
- package/dist/prompts/error-resolution.d.ts +7 -24
- package/dist/prompts/error-resolution.d.ts.map +1 -1
- package/dist/prompts/error-resolution.js +94 -296
- package/dist/prompts/error-resolution.js.map +1 -1
- package/dist/prompts/index.d.ts +2 -2
- package/dist/prompts/index.d.ts.map +1 -1
- package/dist/prompts/index.js +3 -3
- package/dist/prompts/index.js.map +1 -1
- package/dist/prompts/workflows.d.ts +8 -16
- package/dist/prompts/workflows.d.ts.map +1 -1
- package/dist/prompts/workflows.js +100 -306
- package/dist/prompts/workflows.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +9 -7
- package/dist/server.js.map +1 -1
- package/dist/tools/discovery/best-practices.d.ts +1 -0
- package/dist/tools/discovery/best-practices.d.ts.map +1 -1
- package/dist/tools/discovery/best-practices.js +135 -226
- package/dist/tools/discovery/best-practices.js.map +1 -1
- package/dist/tools/discovery/cost-estimator.d.ts.map +1 -1
- package/dist/tools/discovery/cost-estimator.js +16 -4
- package/dist/tools/discovery/cost-estimator.js.map +1 -1
- package/dist/tools/generated/dependency-graph.json +1 -1
- package/dist/version.d.ts +2 -2
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +2 -2
- package/dist/version.js.map +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/specs/domains/admin_console_and_ui.json +90 -26
- package/specs/domains/ai_services.json +149 -22
- package/specs/domains/api.json +598 -179
- package/specs/domains/authentication.json +198 -46
- package/specs/domains/bigip.json +326 -98
- package/specs/domains/billing_and_usage.json +289 -64
- package/specs/domains/blindfold.json +384 -110
- package/specs/domains/bot_and_threat_defense.json +256 -66
- package/specs/domains/cdn.json +477 -181
- package/specs/domains/ce_management.json +398 -118
- package/specs/domains/certificates.json +253 -78
- package/specs/domains/cloud_infrastructure.json +412 -115
- package/specs/domains/container_services.json +260 -95
- package/specs/domains/data_and_privacy_security.json +210 -68
- package/specs/domains/data_intelligence.json +225 -63
- package/specs/domains/ddos.json +690 -156
- package/specs/domains/dns.json +614 -149
- package/specs/domains/managed_kubernetes.json +317 -89
- package/specs/domains/marketplace.json +427 -104
- package/specs/domains/network.json +950 -231
- package/specs/domains/network_security.json +749 -188
- package/specs/domains/nginx_one.json +211 -63
- package/specs/domains/object_storage.json +126 -13
- package/specs/domains/observability.json +622 -103
- package/specs/domains/rate_limiting.json +208 -53
- package/specs/domains/secops_and_incident_response.json +122 -37
- package/specs/domains/service_mesh.json +484 -123
- package/specs/domains/shape.json +2359 -314
- package/specs/domains/sites.json +1572 -390
- package/specs/domains/statistics.json +892 -226
- package/specs/domains/support.json +544 -109
- package/specs/domains/telemetry_and_insights.json +312 -73
- package/specs/domains/tenant_and_identity.json +1881 -273
- package/specs/domains/threat_campaign.json +124 -67
- package/specs/domains/users.json +225 -72
- package/specs/domains/virtual.json +1157 -245
- package/specs/domains/vpm_and_node_management.json +59 -2
- package/specs/domains/waf.json +565 -140
- package/specs/index.json +1758 -5
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Network Security",
|
|
5
5
|
"description": "Perimeter defense through firewall configurations, address translation, and ingress/egress policies. Traffic steering directs packets according to defined criteria including origin, target, and service type. Segment boundaries create workload isolation zones while HTTP intermediaries manage client requests to external destinations. Port mappings employ static and dynamic address pools for flexible translation scenarios across multi-tenant environments.",
|
|
6
|
-
"version": "2.0.
|
|
6
|
+
"version": "2.0.13",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "F5 Distributed Cloud",
|
|
9
9
|
"url": "https://docs.cloud.f5.com"
|
|
@@ -13,7 +13,57 @@
|
|
|
13
13
|
"url": "https://www.f5.com/company/policies/eula"
|
|
14
14
|
},
|
|
15
15
|
"summary": "Firewall rules with routing decisions based on source, destination, or protocol. Segmentation isolates workloads while outbound proxies govern access.",
|
|
16
|
-
"x-f5xc-cli-domain": "network_security"
|
|
16
|
+
"x-f5xc-cli-domain": "network_security",
|
|
17
|
+
"x-f5xc-best-practices": {
|
|
18
|
+
"common_errors": [
|
|
19
|
+
{
|
|
20
|
+
"code": 400,
|
|
21
|
+
"message": "Invalid request body",
|
|
22
|
+
"resolution": "Validate JSON structure and required fields before submission",
|
|
23
|
+
"prevention": "Use schema validation from OpenAPI spec"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"code": 401,
|
|
27
|
+
"message": "Authentication failed",
|
|
28
|
+
"resolution": "Verify API token is valid and not expired",
|
|
29
|
+
"prevention": "Use environment variables for token management"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"code": 403,
|
|
33
|
+
"message": "Permission denied",
|
|
34
|
+
"resolution": "Check user role and namespace permissions",
|
|
35
|
+
"prevention": "Verify RBAC policies before operations"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"code": 404,
|
|
39
|
+
"message": "Resource not found",
|
|
40
|
+
"resolution": "Verify resource name and namespace exist",
|
|
41
|
+
"prevention": "List resources before attempting operations"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"code": 409,
|
|
45
|
+
"message": "Resource already exists",
|
|
46
|
+
"resolution": "Use unique name or delete existing resource",
|
|
47
|
+
"prevention": "Check existence before creation"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"code": 429,
|
|
51
|
+
"message": "Rate limit exceeded",
|
|
52
|
+
"resolution": "Implement exponential backoff and retry logic",
|
|
53
|
+
"prevention": "Batch operations and add delays between requests"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"security_notes": [
|
|
57
|
+
"Always use HTTPS for all API communications",
|
|
58
|
+
"Store API tokens securely, never in source code",
|
|
59
|
+
"Rotate API tokens regularly following security policies"
|
|
60
|
+
],
|
|
61
|
+
"performance_tips": [
|
|
62
|
+
"Use pagination for large result sets",
|
|
63
|
+
"Batch related operations when possible",
|
|
64
|
+
"Cache read-only responses appropriately"
|
|
65
|
+
]
|
|
66
|
+
}
|
|
17
67
|
},
|
|
18
68
|
"servers": [
|
|
19
69
|
{
|
|
@@ -281,6 +331,13 @@
|
|
|
281
331
|
"latency": "low",
|
|
282
332
|
"resource_usage": "low"
|
|
283
333
|
}
|
|
334
|
+
},
|
|
335
|
+
"x-f5xc-discovered-response-time": {
|
|
336
|
+
"p50_ms": 1000,
|
|
337
|
+
"p95_ms": 3000,
|
|
338
|
+
"p99_ms": 8000,
|
|
339
|
+
"sample_count": 0,
|
|
340
|
+
"source": "estimate"
|
|
284
341
|
}
|
|
285
342
|
},
|
|
286
343
|
"x-displayname": "Configure Forward Proxy Policy.",
|
|
@@ -500,6 +557,13 @@
|
|
|
500
557
|
"latency": "low",
|
|
501
558
|
"resource_usage": "low"
|
|
502
559
|
}
|
|
560
|
+
},
|
|
561
|
+
"x-f5xc-discovered-response-time": {
|
|
562
|
+
"p50_ms": 800,
|
|
563
|
+
"p95_ms": 2500,
|
|
564
|
+
"p99_ms": 6000,
|
|
565
|
+
"sample_count": 0,
|
|
566
|
+
"source": "estimate"
|
|
503
567
|
}
|
|
504
568
|
},
|
|
505
569
|
"x-displayname": "Configure Forward Proxy Policy.",
|
|
@@ -715,6 +779,13 @@
|
|
|
715
779
|
"latency": "low",
|
|
716
780
|
"resource_usage": "low"
|
|
717
781
|
}
|
|
782
|
+
},
|
|
783
|
+
"x-f5xc-discovered-response-time": {
|
|
784
|
+
"p50_ms": 1000,
|
|
785
|
+
"p95_ms": 3000,
|
|
786
|
+
"p99_ms": 8000,
|
|
787
|
+
"sample_count": 0,
|
|
788
|
+
"source": "estimate"
|
|
718
789
|
}
|
|
719
790
|
},
|
|
720
791
|
"x-displayname": "Configure Forward Proxy Policy.",
|
|
@@ -939,6 +1010,13 @@
|
|
|
939
1010
|
"latency": "moderate",
|
|
940
1011
|
"resource_usage": "moderate"
|
|
941
1012
|
}
|
|
1013
|
+
},
|
|
1014
|
+
"x-f5xc-discovered-response-time": {
|
|
1015
|
+
"p50_ms": 200,
|
|
1016
|
+
"p95_ms": 800,
|
|
1017
|
+
"p99_ms": 2000,
|
|
1018
|
+
"sample_count": 0,
|
|
1019
|
+
"source": "estimate"
|
|
942
1020
|
}
|
|
943
1021
|
},
|
|
944
1022
|
"x-displayname": "Configure Forward Proxy Policy.",
|
|
@@ -1157,6 +1235,13 @@
|
|
|
1157
1235
|
"latency": "low",
|
|
1158
1236
|
"resource_usage": "low"
|
|
1159
1237
|
}
|
|
1238
|
+
},
|
|
1239
|
+
"x-f5xc-discovered-response-time": {
|
|
1240
|
+
"p50_ms": 200,
|
|
1241
|
+
"p95_ms": 800,
|
|
1242
|
+
"p99_ms": 2000,
|
|
1243
|
+
"sample_count": 0,
|
|
1244
|
+
"source": "estimate"
|
|
1160
1245
|
}
|
|
1161
1246
|
},
|
|
1162
1247
|
"delete": {
|
|
@@ -1373,6 +1458,13 @@
|
|
|
1373
1458
|
"latency": "high",
|
|
1374
1459
|
"resource_usage": "moderate"
|
|
1375
1460
|
}
|
|
1461
|
+
},
|
|
1462
|
+
"x-f5xc-discovered-response-time": {
|
|
1463
|
+
"p50_ms": 500,
|
|
1464
|
+
"p95_ms": 1500,
|
|
1465
|
+
"p99_ms": 4000,
|
|
1466
|
+
"sample_count": 0,
|
|
1467
|
+
"source": "estimate"
|
|
1376
1468
|
}
|
|
1377
1469
|
},
|
|
1378
1470
|
"x-displayname": "Configure Forward Proxy Policy.",
|
|
@@ -1584,6 +1676,13 @@
|
|
|
1584
1676
|
"latency": "low",
|
|
1585
1677
|
"resource_usage": "low"
|
|
1586
1678
|
}
|
|
1679
|
+
},
|
|
1680
|
+
"x-f5xc-discovered-response-time": {
|
|
1681
|
+
"p50_ms": 1000,
|
|
1682
|
+
"p95_ms": 3000,
|
|
1683
|
+
"p99_ms": 8000,
|
|
1684
|
+
"sample_count": 0,
|
|
1685
|
+
"source": "estimate"
|
|
1587
1686
|
}
|
|
1588
1687
|
},
|
|
1589
1688
|
"x-displayname": "Configure Network policy View.",
|
|
@@ -1803,6 +1902,13 @@
|
|
|
1803
1902
|
"latency": "low",
|
|
1804
1903
|
"resource_usage": "low"
|
|
1805
1904
|
}
|
|
1905
|
+
},
|
|
1906
|
+
"x-f5xc-discovered-response-time": {
|
|
1907
|
+
"p50_ms": 800,
|
|
1908
|
+
"p95_ms": 2500,
|
|
1909
|
+
"p99_ms": 6000,
|
|
1910
|
+
"sample_count": 0,
|
|
1911
|
+
"source": "estimate"
|
|
1806
1912
|
}
|
|
1807
1913
|
},
|
|
1808
1914
|
"x-displayname": "Configure Network policy View.",
|
|
@@ -2018,6 +2124,13 @@
|
|
|
2018
2124
|
"latency": "low",
|
|
2019
2125
|
"resource_usage": "low"
|
|
2020
2126
|
}
|
|
2127
|
+
},
|
|
2128
|
+
"x-f5xc-discovered-response-time": {
|
|
2129
|
+
"p50_ms": 1000,
|
|
2130
|
+
"p95_ms": 3000,
|
|
2131
|
+
"p99_ms": 8000,
|
|
2132
|
+
"sample_count": 0,
|
|
2133
|
+
"source": "estimate"
|
|
2021
2134
|
}
|
|
2022
2135
|
},
|
|
2023
2136
|
"x-displayname": "Configure Network policy View.",
|
|
@@ -2242,6 +2355,13 @@
|
|
|
2242
2355
|
"latency": "moderate",
|
|
2243
2356
|
"resource_usage": "moderate"
|
|
2244
2357
|
}
|
|
2358
|
+
},
|
|
2359
|
+
"x-f5xc-discovered-response-time": {
|
|
2360
|
+
"p50_ms": 200,
|
|
2361
|
+
"p95_ms": 800,
|
|
2362
|
+
"p99_ms": 2000,
|
|
2363
|
+
"sample_count": 0,
|
|
2364
|
+
"source": "estimate"
|
|
2245
2365
|
}
|
|
2246
2366
|
},
|
|
2247
2367
|
"x-displayname": "Configure Network policy View.",
|
|
@@ -2460,6 +2580,13 @@
|
|
|
2460
2580
|
"latency": "low",
|
|
2461
2581
|
"resource_usage": "low"
|
|
2462
2582
|
}
|
|
2583
|
+
},
|
|
2584
|
+
"x-f5xc-discovered-response-time": {
|
|
2585
|
+
"p50_ms": 200,
|
|
2586
|
+
"p95_ms": 800,
|
|
2587
|
+
"p99_ms": 2000,
|
|
2588
|
+
"sample_count": 0,
|
|
2589
|
+
"source": "estimate"
|
|
2463
2590
|
}
|
|
2464
2591
|
},
|
|
2465
2592
|
"delete": {
|
|
@@ -2676,6 +2803,13 @@
|
|
|
2676
2803
|
"latency": "high",
|
|
2677
2804
|
"resource_usage": "moderate"
|
|
2678
2805
|
}
|
|
2806
|
+
},
|
|
2807
|
+
"x-f5xc-discovered-response-time": {
|
|
2808
|
+
"p50_ms": 500,
|
|
2809
|
+
"p95_ms": 1500,
|
|
2810
|
+
"p99_ms": 4000,
|
|
2811
|
+
"sample_count": 0,
|
|
2812
|
+
"source": "estimate"
|
|
2679
2813
|
}
|
|
2680
2814
|
},
|
|
2681
2815
|
"x-displayname": "Configure Network policy View.",
|
|
@@ -2890,6 +3024,13 @@
|
|
|
2890
3024
|
"latency": "low",
|
|
2891
3025
|
"resource_usage": "low"
|
|
2892
3026
|
}
|
|
3027
|
+
},
|
|
3028
|
+
"x-f5xc-discovered-response-time": {
|
|
3029
|
+
"p50_ms": 1000,
|
|
3030
|
+
"p95_ms": 3000,
|
|
3031
|
+
"p99_ms": 8000,
|
|
3032
|
+
"sample_count": 0,
|
|
3033
|
+
"source": "estimate"
|
|
2893
3034
|
}
|
|
2894
3035
|
},
|
|
2895
3036
|
"x-displayname": "Fast ACL",
|
|
@@ -3112,6 +3253,13 @@
|
|
|
3112
3253
|
"latency": "low",
|
|
3113
3254
|
"resource_usage": "low"
|
|
3114
3255
|
}
|
|
3256
|
+
},
|
|
3257
|
+
"x-f5xc-discovered-response-time": {
|
|
3258
|
+
"p50_ms": 800,
|
|
3259
|
+
"p95_ms": 2500,
|
|
3260
|
+
"p99_ms": 6000,
|
|
3261
|
+
"sample_count": 0,
|
|
3262
|
+
"source": "estimate"
|
|
3115
3263
|
}
|
|
3116
3264
|
},
|
|
3117
3265
|
"x-displayname": "Fast ACL",
|
|
@@ -3326,6 +3474,13 @@
|
|
|
3326
3474
|
"latency": "low",
|
|
3327
3475
|
"resource_usage": "low"
|
|
3328
3476
|
}
|
|
3477
|
+
},
|
|
3478
|
+
"x-f5xc-discovered-response-time": {
|
|
3479
|
+
"p50_ms": 1000,
|
|
3480
|
+
"p95_ms": 3000,
|
|
3481
|
+
"p99_ms": 8000,
|
|
3482
|
+
"sample_count": 0,
|
|
3483
|
+
"source": "estimate"
|
|
3329
3484
|
}
|
|
3330
3485
|
},
|
|
3331
3486
|
"x-displayname": "Fast ACL",
|
|
@@ -3553,6 +3708,13 @@
|
|
|
3553
3708
|
"latency": "moderate",
|
|
3554
3709
|
"resource_usage": "moderate"
|
|
3555
3710
|
}
|
|
3711
|
+
},
|
|
3712
|
+
"x-f5xc-discovered-response-time": {
|
|
3713
|
+
"p50_ms": 200,
|
|
3714
|
+
"p95_ms": 800,
|
|
3715
|
+
"p99_ms": 2000,
|
|
3716
|
+
"sample_count": 0,
|
|
3717
|
+
"source": "estimate"
|
|
3556
3718
|
}
|
|
3557
3719
|
},
|
|
3558
3720
|
"x-displayname": "Fast ACL",
|
|
@@ -3774,6 +3936,13 @@
|
|
|
3774
3936
|
"latency": "low",
|
|
3775
3937
|
"resource_usage": "low"
|
|
3776
3938
|
}
|
|
3939
|
+
},
|
|
3940
|
+
"x-f5xc-discovered-response-time": {
|
|
3941
|
+
"p50_ms": 200,
|
|
3942
|
+
"p95_ms": 800,
|
|
3943
|
+
"p99_ms": 2000,
|
|
3944
|
+
"sample_count": 0,
|
|
3945
|
+
"source": "estimate"
|
|
3777
3946
|
}
|
|
3778
3947
|
},
|
|
3779
3948
|
"delete": {
|
|
@@ -3993,6 +4162,13 @@
|
|
|
3993
4162
|
"latency": "high",
|
|
3994
4163
|
"resource_usage": "moderate"
|
|
3995
4164
|
}
|
|
4165
|
+
},
|
|
4166
|
+
"x-f5xc-discovered-response-time": {
|
|
4167
|
+
"p50_ms": 500,
|
|
4168
|
+
"p95_ms": 1500,
|
|
4169
|
+
"p99_ms": 4000,
|
|
4170
|
+
"sample_count": 0,
|
|
4171
|
+
"source": "estimate"
|
|
3996
4172
|
}
|
|
3997
4173
|
},
|
|
3998
4174
|
"x-displayname": "Fast ACL",
|
|
@@ -4208,6 +4384,13 @@
|
|
|
4208
4384
|
"latency": "low",
|
|
4209
4385
|
"resource_usage": "low"
|
|
4210
4386
|
}
|
|
4387
|
+
},
|
|
4388
|
+
"x-f5xc-discovered-response-time": {
|
|
4389
|
+
"p50_ms": 1000,
|
|
4390
|
+
"p95_ms": 3000,
|
|
4391
|
+
"p99_ms": 8000,
|
|
4392
|
+
"sample_count": 0,
|
|
4393
|
+
"source": "estimate"
|
|
4211
4394
|
}
|
|
4212
4395
|
},
|
|
4213
4396
|
"x-displayname": "Fast ACL Rule.",
|
|
@@ -4431,6 +4614,13 @@
|
|
|
4431
4614
|
"latency": "low",
|
|
4432
4615
|
"resource_usage": "low"
|
|
4433
4616
|
}
|
|
4617
|
+
},
|
|
4618
|
+
"x-f5xc-discovered-response-time": {
|
|
4619
|
+
"p50_ms": 800,
|
|
4620
|
+
"p95_ms": 2500,
|
|
4621
|
+
"p99_ms": 6000,
|
|
4622
|
+
"sample_count": 0,
|
|
4623
|
+
"source": "estimate"
|
|
4434
4624
|
}
|
|
4435
4625
|
},
|
|
4436
4626
|
"x-displayname": "Fast ACL Rule.",
|
|
@@ -4659,6 +4849,13 @@
|
|
|
4659
4849
|
"latency": "moderate",
|
|
4660
4850
|
"resource_usage": "moderate"
|
|
4661
4851
|
}
|
|
4852
|
+
},
|
|
4853
|
+
"x-f5xc-discovered-response-time": {
|
|
4854
|
+
"p50_ms": 200,
|
|
4855
|
+
"p95_ms": 800,
|
|
4856
|
+
"p99_ms": 2000,
|
|
4857
|
+
"sample_count": 0,
|
|
4858
|
+
"source": "estimate"
|
|
4662
4859
|
}
|
|
4663
4860
|
},
|
|
4664
4861
|
"x-displayname": "Fast ACL Rule.",
|
|
@@ -4881,6 +5078,13 @@
|
|
|
4881
5078
|
"latency": "low",
|
|
4882
5079
|
"resource_usage": "low"
|
|
4883
5080
|
}
|
|
5081
|
+
},
|
|
5082
|
+
"x-f5xc-discovered-response-time": {
|
|
5083
|
+
"p50_ms": 200,
|
|
5084
|
+
"p95_ms": 800,
|
|
5085
|
+
"p99_ms": 2000,
|
|
5086
|
+
"sample_count": 0,
|
|
5087
|
+
"source": "estimate"
|
|
4884
5088
|
}
|
|
4885
5089
|
},
|
|
4886
5090
|
"delete": {
|
|
@@ -5101,6 +5305,13 @@
|
|
|
5101
5305
|
"latency": "high",
|
|
5102
5306
|
"resource_usage": "moderate"
|
|
5103
5307
|
}
|
|
5308
|
+
},
|
|
5309
|
+
"x-f5xc-discovered-response-time": {
|
|
5310
|
+
"p50_ms": 500,
|
|
5311
|
+
"p95_ms": 1500,
|
|
5312
|
+
"p99_ms": 4000,
|
|
5313
|
+
"sample_count": 0,
|
|
5314
|
+
"source": "estimate"
|
|
5104
5315
|
}
|
|
5105
5316
|
},
|
|
5106
5317
|
"x-displayname": "Fast ACL Rule.",
|
|
@@ -5315,6 +5526,13 @@
|
|
|
5315
5526
|
"latency": "low",
|
|
5316
5527
|
"resource_usage": "low"
|
|
5317
5528
|
}
|
|
5529
|
+
},
|
|
5530
|
+
"x-f5xc-discovered-response-time": {
|
|
5531
|
+
"p50_ms": 1000,
|
|
5532
|
+
"p95_ms": 3000,
|
|
5533
|
+
"p99_ms": 8000,
|
|
5534
|
+
"sample_count": 0,
|
|
5535
|
+
"source": "estimate"
|
|
5318
5536
|
}
|
|
5319
5537
|
},
|
|
5320
5538
|
"x-displayname": "Filter Set.",
|
|
@@ -5537,6 +5755,13 @@
|
|
|
5537
5755
|
"latency": "low",
|
|
5538
5756
|
"resource_usage": "low"
|
|
5539
5757
|
}
|
|
5758
|
+
},
|
|
5759
|
+
"x-f5xc-discovered-response-time": {
|
|
5760
|
+
"p50_ms": 800,
|
|
5761
|
+
"p95_ms": 2500,
|
|
5762
|
+
"p99_ms": 6000,
|
|
5763
|
+
"sample_count": 0,
|
|
5764
|
+
"source": "estimate"
|
|
5540
5765
|
}
|
|
5541
5766
|
},
|
|
5542
5767
|
"x-displayname": "Filter Set.",
|
|
@@ -5764,6 +5989,13 @@
|
|
|
5764
5989
|
"latency": "moderate",
|
|
5765
5990
|
"resource_usage": "moderate"
|
|
5766
5991
|
}
|
|
5992
|
+
},
|
|
5993
|
+
"x-f5xc-discovered-response-time": {
|
|
5994
|
+
"p50_ms": 200,
|
|
5995
|
+
"p95_ms": 800,
|
|
5996
|
+
"p99_ms": 2000,
|
|
5997
|
+
"sample_count": 0,
|
|
5998
|
+
"source": "estimate"
|
|
5767
5999
|
}
|
|
5768
6000
|
},
|
|
5769
6001
|
"x-displayname": "Filter Set.",
|
|
@@ -5978,6 +6210,13 @@
|
|
|
5978
6210
|
"latency": "low",
|
|
5979
6211
|
"resource_usage": "low"
|
|
5980
6212
|
}
|
|
6213
|
+
},
|
|
6214
|
+
"x-f5xc-discovered-response-time": {
|
|
6215
|
+
"p50_ms": 1000,
|
|
6216
|
+
"p95_ms": 3000,
|
|
6217
|
+
"p99_ms": 8000,
|
|
6218
|
+
"sample_count": 0,
|
|
6219
|
+
"source": "estimate"
|
|
5981
6220
|
}
|
|
5982
6221
|
},
|
|
5983
6222
|
"x-displayname": "Filter Set.",
|
|
@@ -6199,6 +6438,13 @@
|
|
|
6199
6438
|
"latency": "low",
|
|
6200
6439
|
"resource_usage": "low"
|
|
6201
6440
|
}
|
|
6441
|
+
},
|
|
6442
|
+
"x-f5xc-discovered-response-time": {
|
|
6443
|
+
"p50_ms": 200,
|
|
6444
|
+
"p95_ms": 800,
|
|
6445
|
+
"p99_ms": 2000,
|
|
6446
|
+
"sample_count": 0,
|
|
6447
|
+
"source": "estimate"
|
|
6202
6448
|
}
|
|
6203
6449
|
},
|
|
6204
6450
|
"delete": {
|
|
@@ -6418,6 +6664,13 @@
|
|
|
6418
6664
|
"latency": "high",
|
|
6419
6665
|
"resource_usage": "moderate"
|
|
6420
6666
|
}
|
|
6667
|
+
},
|
|
6668
|
+
"x-f5xc-discovered-response-time": {
|
|
6669
|
+
"p50_ms": 500,
|
|
6670
|
+
"p95_ms": 1500,
|
|
6671
|
+
"p99_ms": 4000,
|
|
6672
|
+
"sample_count": 0,
|
|
6673
|
+
"source": "estimate"
|
|
6421
6674
|
}
|
|
6422
6675
|
},
|
|
6423
6676
|
"x-displayname": "Filter Set.",
|
|
@@ -6633,6 +6886,13 @@
|
|
|
6633
6886
|
"latency": "low",
|
|
6634
6887
|
"resource_usage": "low"
|
|
6635
6888
|
}
|
|
6889
|
+
},
|
|
6890
|
+
"x-f5xc-discovered-response-time": {
|
|
6891
|
+
"p50_ms": 1000,
|
|
6892
|
+
"p95_ms": 3000,
|
|
6893
|
+
"p99_ms": 8000,
|
|
6894
|
+
"sample_count": 0,
|
|
6895
|
+
"source": "estimate"
|
|
6636
6896
|
}
|
|
6637
6897
|
},
|
|
6638
6898
|
"x-displayname": "NAT Policy.",
|
|
@@ -6856,6 +7116,13 @@
|
|
|
6856
7116
|
"latency": "low",
|
|
6857
7117
|
"resource_usage": "low"
|
|
6858
7118
|
}
|
|
7119
|
+
},
|
|
7120
|
+
"x-f5xc-discovered-response-time": {
|
|
7121
|
+
"p50_ms": 800,
|
|
7122
|
+
"p95_ms": 2500,
|
|
7123
|
+
"p99_ms": 6000,
|
|
7124
|
+
"sample_count": 0,
|
|
7125
|
+
"source": "estimate"
|
|
6859
7126
|
}
|
|
6860
7127
|
},
|
|
6861
7128
|
"x-displayname": "NAT Policy.",
|
|
@@ -7084,6 +7351,13 @@
|
|
|
7084
7351
|
"latency": "moderate",
|
|
7085
7352
|
"resource_usage": "moderate"
|
|
7086
7353
|
}
|
|
7354
|
+
},
|
|
7355
|
+
"x-f5xc-discovered-response-time": {
|
|
7356
|
+
"p50_ms": 200,
|
|
7357
|
+
"p95_ms": 800,
|
|
7358
|
+
"p99_ms": 2000,
|
|
7359
|
+
"sample_count": 0,
|
|
7360
|
+
"source": "estimate"
|
|
7087
7361
|
}
|
|
7088
7362
|
},
|
|
7089
7363
|
"x-displayname": "NAT Policy.",
|
|
@@ -7306,6 +7580,13 @@
|
|
|
7306
7580
|
"latency": "low",
|
|
7307
7581
|
"resource_usage": "low"
|
|
7308
7582
|
}
|
|
7583
|
+
},
|
|
7584
|
+
"x-f5xc-discovered-response-time": {
|
|
7585
|
+
"p50_ms": 200,
|
|
7586
|
+
"p95_ms": 800,
|
|
7587
|
+
"p99_ms": 2000,
|
|
7588
|
+
"sample_count": 0,
|
|
7589
|
+
"source": "estimate"
|
|
7309
7590
|
}
|
|
7310
7591
|
},
|
|
7311
7592
|
"delete": {
|
|
@@ -7526,6 +7807,13 @@
|
|
|
7526
7807
|
"latency": "high",
|
|
7527
7808
|
"resource_usage": "moderate"
|
|
7528
7809
|
}
|
|
7810
|
+
},
|
|
7811
|
+
"x-f5xc-discovered-response-time": {
|
|
7812
|
+
"p50_ms": 500,
|
|
7813
|
+
"p95_ms": 1500,
|
|
7814
|
+
"p99_ms": 4000,
|
|
7815
|
+
"sample_count": 0,
|
|
7816
|
+
"source": "estimate"
|
|
7529
7817
|
}
|
|
7530
7818
|
},
|
|
7531
7819
|
"x-displayname": "NAT Policy.",
|
|
@@ -7740,6 +8028,13 @@
|
|
|
7740
8028
|
"latency": "low",
|
|
7741
8029
|
"resource_usage": "low"
|
|
7742
8030
|
}
|
|
8031
|
+
},
|
|
8032
|
+
"x-f5xc-discovered-response-time": {
|
|
8033
|
+
"p50_ms": 1000,
|
|
8034
|
+
"p95_ms": 3000,
|
|
8035
|
+
"p99_ms": 8000,
|
|
8036
|
+
"sample_count": 0,
|
|
8037
|
+
"source": "estimate"
|
|
7743
8038
|
}
|
|
7744
8039
|
},
|
|
7745
8040
|
"x-displayname": "Network Firewall.",
|
|
@@ -7962,6 +8257,13 @@
|
|
|
7962
8257
|
"latency": "low",
|
|
7963
8258
|
"resource_usage": "low"
|
|
7964
8259
|
}
|
|
8260
|
+
},
|
|
8261
|
+
"x-f5xc-discovered-response-time": {
|
|
8262
|
+
"p50_ms": 800,
|
|
8263
|
+
"p95_ms": 2500,
|
|
8264
|
+
"p99_ms": 6000,
|
|
8265
|
+
"sample_count": 0,
|
|
8266
|
+
"source": "estimate"
|
|
7965
8267
|
}
|
|
7966
8268
|
},
|
|
7967
8269
|
"x-displayname": "Network Firewall.",
|
|
@@ -8189,6 +8491,13 @@
|
|
|
8189
8491
|
"latency": "moderate",
|
|
8190
8492
|
"resource_usage": "moderate"
|
|
8191
8493
|
}
|
|
8494
|
+
},
|
|
8495
|
+
"x-f5xc-discovered-response-time": {
|
|
8496
|
+
"p50_ms": 200,
|
|
8497
|
+
"p95_ms": 800,
|
|
8498
|
+
"p99_ms": 2000,
|
|
8499
|
+
"sample_count": 0,
|
|
8500
|
+
"source": "estimate"
|
|
8192
8501
|
}
|
|
8193
8502
|
},
|
|
8194
8503
|
"x-displayname": "Network Firewall.",
|
|
@@ -8410,6 +8719,13 @@
|
|
|
8410
8719
|
"latency": "low",
|
|
8411
8720
|
"resource_usage": "low"
|
|
8412
8721
|
}
|
|
8722
|
+
},
|
|
8723
|
+
"x-f5xc-discovered-response-time": {
|
|
8724
|
+
"p50_ms": 200,
|
|
8725
|
+
"p95_ms": 800,
|
|
8726
|
+
"p99_ms": 2000,
|
|
8727
|
+
"sample_count": 0,
|
|
8728
|
+
"source": "estimate"
|
|
8413
8729
|
}
|
|
8414
8730
|
},
|
|
8415
8731
|
"delete": {
|
|
@@ -8629,6 +8945,13 @@
|
|
|
8629
8945
|
"latency": "high",
|
|
8630
8946
|
"resource_usage": "moderate"
|
|
8631
8947
|
}
|
|
8948
|
+
},
|
|
8949
|
+
"x-f5xc-discovered-response-time": {
|
|
8950
|
+
"p50_ms": 500,
|
|
8951
|
+
"p95_ms": 1500,
|
|
8952
|
+
"p99_ms": 4000,
|
|
8953
|
+
"sample_count": 0,
|
|
8954
|
+
"source": "estimate"
|
|
8632
8955
|
}
|
|
8633
8956
|
},
|
|
8634
8957
|
"x-displayname": "Network Firewall.",
|
|
@@ -8844,6 +9167,13 @@
|
|
|
8844
9167
|
"latency": "low",
|
|
8845
9168
|
"resource_usage": "low"
|
|
8846
9169
|
}
|
|
9170
|
+
},
|
|
9171
|
+
"x-f5xc-discovered-response-time": {
|
|
9172
|
+
"p50_ms": 1000,
|
|
9173
|
+
"p95_ms": 3000,
|
|
9174
|
+
"p99_ms": 8000,
|
|
9175
|
+
"sample_count": 0,
|
|
9176
|
+
"source": "estimate"
|
|
8847
9177
|
}
|
|
8848
9178
|
},
|
|
8849
9179
|
"x-displayname": "Network Policy.",
|
|
@@ -9067,6 +9397,13 @@
|
|
|
9067
9397
|
"latency": "low",
|
|
9068
9398
|
"resource_usage": "low"
|
|
9069
9399
|
}
|
|
9400
|
+
},
|
|
9401
|
+
"x-f5xc-discovered-response-time": {
|
|
9402
|
+
"p50_ms": 800,
|
|
9403
|
+
"p95_ms": 2500,
|
|
9404
|
+
"p99_ms": 6000,
|
|
9405
|
+
"sample_count": 0,
|
|
9406
|
+
"source": "estimate"
|
|
9070
9407
|
}
|
|
9071
9408
|
},
|
|
9072
9409
|
"x-displayname": "Network Policy.",
|
|
@@ -9282,6 +9619,13 @@
|
|
|
9282
9619
|
"latency": "low",
|
|
9283
9620
|
"resource_usage": "low"
|
|
9284
9621
|
}
|
|
9622
|
+
},
|
|
9623
|
+
"x-f5xc-discovered-response-time": {
|
|
9624
|
+
"p50_ms": 1000,
|
|
9625
|
+
"p95_ms": 3000,
|
|
9626
|
+
"p99_ms": 8000,
|
|
9627
|
+
"sample_count": 0,
|
|
9628
|
+
"source": "estimate"
|
|
9285
9629
|
}
|
|
9286
9630
|
},
|
|
9287
9631
|
"x-displayname": "Network Policy.",
|
|
@@ -9510,6 +9854,13 @@
|
|
|
9510
9854
|
"latency": "moderate",
|
|
9511
9855
|
"resource_usage": "moderate"
|
|
9512
9856
|
}
|
|
9857
|
+
},
|
|
9858
|
+
"x-f5xc-discovered-response-time": {
|
|
9859
|
+
"p50_ms": 200,
|
|
9860
|
+
"p95_ms": 800,
|
|
9861
|
+
"p99_ms": 2000,
|
|
9862
|
+
"sample_count": 0,
|
|
9863
|
+
"source": "estimate"
|
|
9513
9864
|
}
|
|
9514
9865
|
},
|
|
9515
9866
|
"x-displayname": "Network Policy.",
|
|
@@ -9732,6 +10083,13 @@
|
|
|
9732
10083
|
"latency": "low",
|
|
9733
10084
|
"resource_usage": "low"
|
|
9734
10085
|
}
|
|
10086
|
+
},
|
|
10087
|
+
"x-f5xc-discovered-response-time": {
|
|
10088
|
+
"p50_ms": 200,
|
|
10089
|
+
"p95_ms": 800,
|
|
10090
|
+
"p99_ms": 2000,
|
|
10091
|
+
"sample_count": 0,
|
|
10092
|
+
"source": "estimate"
|
|
9735
10093
|
}
|
|
9736
10094
|
},
|
|
9737
10095
|
"delete": {
|
|
@@ -9952,6 +10310,13 @@
|
|
|
9952
10310
|
"latency": "high",
|
|
9953
10311
|
"resource_usage": "moderate"
|
|
9954
10312
|
}
|
|
10313
|
+
},
|
|
10314
|
+
"x-f5xc-discovered-response-time": {
|
|
10315
|
+
"p50_ms": 500,
|
|
10316
|
+
"p95_ms": 1500,
|
|
10317
|
+
"p99_ms": 4000,
|
|
10318
|
+
"sample_count": 0,
|
|
10319
|
+
"source": "estimate"
|
|
9955
10320
|
}
|
|
9956
10321
|
},
|
|
9957
10322
|
"x-displayname": "Network Policy.",
|
|
@@ -10167,6 +10532,13 @@
|
|
|
10167
10532
|
"latency": "low",
|
|
10168
10533
|
"resource_usage": "low"
|
|
10169
10534
|
}
|
|
10535
|
+
},
|
|
10536
|
+
"x-f5xc-discovered-response-time": {
|
|
10537
|
+
"p50_ms": 1000,
|
|
10538
|
+
"p95_ms": 3000,
|
|
10539
|
+
"p99_ms": 8000,
|
|
10540
|
+
"sample_count": 0,
|
|
10541
|
+
"source": "estimate"
|
|
10170
10542
|
}
|
|
10171
10543
|
},
|
|
10172
10544
|
"x-displayname": "Network Policy Rule.",
|
|
@@ -10390,6 +10762,13 @@
|
|
|
10390
10762
|
"latency": "low",
|
|
10391
10763
|
"resource_usage": "low"
|
|
10392
10764
|
}
|
|
10765
|
+
},
|
|
10766
|
+
"x-f5xc-discovered-response-time": {
|
|
10767
|
+
"p50_ms": 800,
|
|
10768
|
+
"p95_ms": 2500,
|
|
10769
|
+
"p99_ms": 6000,
|
|
10770
|
+
"sample_count": 0,
|
|
10771
|
+
"source": "estimate"
|
|
10393
10772
|
}
|
|
10394
10773
|
},
|
|
10395
10774
|
"x-displayname": "Network Policy Rule.",
|
|
@@ -10618,6 +10997,13 @@
|
|
|
10618
10997
|
"latency": "moderate",
|
|
10619
10998
|
"resource_usage": "moderate"
|
|
10620
10999
|
}
|
|
11000
|
+
},
|
|
11001
|
+
"x-f5xc-discovered-response-time": {
|
|
11002
|
+
"p50_ms": 200,
|
|
11003
|
+
"p95_ms": 800,
|
|
11004
|
+
"p99_ms": 2000,
|
|
11005
|
+
"sample_count": 0,
|
|
11006
|
+
"source": "estimate"
|
|
10621
11007
|
}
|
|
10622
11008
|
},
|
|
10623
11009
|
"x-displayname": "Network Policy Rule.",
|
|
@@ -10840,6 +11226,13 @@
|
|
|
10840
11226
|
"latency": "low",
|
|
10841
11227
|
"resource_usage": "low"
|
|
10842
11228
|
}
|
|
11229
|
+
},
|
|
11230
|
+
"x-f5xc-discovered-response-time": {
|
|
11231
|
+
"p50_ms": 200,
|
|
11232
|
+
"p95_ms": 800,
|
|
11233
|
+
"p99_ms": 2000,
|
|
11234
|
+
"sample_count": 0,
|
|
11235
|
+
"source": "estimate"
|
|
10843
11236
|
}
|
|
10844
11237
|
},
|
|
10845
11238
|
"delete": {
|
|
@@ -11060,6 +11453,13 @@
|
|
|
11060
11453
|
"latency": "high",
|
|
11061
11454
|
"resource_usage": "moderate"
|
|
11062
11455
|
}
|
|
11456
|
+
},
|
|
11457
|
+
"x-f5xc-discovered-response-time": {
|
|
11458
|
+
"p50_ms": 500,
|
|
11459
|
+
"p95_ms": 1500,
|
|
11460
|
+
"p99_ms": 4000,
|
|
11461
|
+
"sample_count": 0,
|
|
11462
|
+
"source": "estimate"
|
|
11063
11463
|
}
|
|
11064
11464
|
},
|
|
11065
11465
|
"x-displayname": "Network Policy Rule.",
|
|
@@ -11288,6 +11688,13 @@
|
|
|
11288
11688
|
"latency": "moderate",
|
|
11289
11689
|
"resource_usage": "moderate"
|
|
11290
11690
|
}
|
|
11691
|
+
},
|
|
11692
|
+
"x-f5xc-discovered-response-time": {
|
|
11693
|
+
"p50_ms": 200,
|
|
11694
|
+
"p95_ms": 800,
|
|
11695
|
+
"p99_ms": 2000,
|
|
11696
|
+
"sample_count": 0,
|
|
11697
|
+
"source": "estimate"
|
|
11291
11698
|
}
|
|
11292
11699
|
},
|
|
11293
11700
|
"x-displayname": "Network Policy Set.",
|
|
@@ -11508,6 +11915,13 @@
|
|
|
11508
11915
|
"latency": "low",
|
|
11509
11916
|
"resource_usage": "low"
|
|
11510
11917
|
}
|
|
11918
|
+
},
|
|
11919
|
+
"x-f5xc-discovered-response-time": {
|
|
11920
|
+
"p50_ms": 200,
|
|
11921
|
+
"p95_ms": 800,
|
|
11922
|
+
"p99_ms": 2000,
|
|
11923
|
+
"sample_count": 0,
|
|
11924
|
+
"source": "estimate"
|
|
11511
11925
|
}
|
|
11512
11926
|
},
|
|
11513
11927
|
"x-displayname": "Network Policy Set.",
|
|
@@ -11723,6 +12137,13 @@
|
|
|
11723
12137
|
"latency": "low",
|
|
11724
12138
|
"resource_usage": "low"
|
|
11725
12139
|
}
|
|
12140
|
+
},
|
|
12141
|
+
"x-f5xc-discovered-response-time": {
|
|
12142
|
+
"p50_ms": 1000,
|
|
12143
|
+
"p95_ms": 3000,
|
|
12144
|
+
"p99_ms": 8000,
|
|
12145
|
+
"sample_count": 0,
|
|
12146
|
+
"source": "estimate"
|
|
11726
12147
|
}
|
|
11727
12148
|
},
|
|
11728
12149
|
"x-displayname": "Policy based Routing.",
|
|
@@ -11946,6 +12367,13 @@
|
|
|
11946
12367
|
"latency": "low",
|
|
11947
12368
|
"resource_usage": "low"
|
|
11948
12369
|
}
|
|
12370
|
+
},
|
|
12371
|
+
"x-f5xc-discovered-response-time": {
|
|
12372
|
+
"p50_ms": 800,
|
|
12373
|
+
"p95_ms": 2500,
|
|
12374
|
+
"p99_ms": 6000,
|
|
12375
|
+
"sample_count": 0,
|
|
12376
|
+
"source": "estimate"
|
|
11949
12377
|
}
|
|
11950
12378
|
},
|
|
11951
12379
|
"x-displayname": "Policy based Routing.",
|
|
@@ -12174,6 +12602,13 @@
|
|
|
12174
12602
|
"latency": "moderate",
|
|
12175
12603
|
"resource_usage": "moderate"
|
|
12176
12604
|
}
|
|
12605
|
+
},
|
|
12606
|
+
"x-f5xc-discovered-response-time": {
|
|
12607
|
+
"p50_ms": 200,
|
|
12608
|
+
"p95_ms": 800,
|
|
12609
|
+
"p99_ms": 2000,
|
|
12610
|
+
"sample_count": 0,
|
|
12611
|
+
"source": "estimate"
|
|
12177
12612
|
}
|
|
12178
12613
|
},
|
|
12179
12614
|
"x-displayname": "Policy based Routing.",
|
|
@@ -12396,6 +12831,13 @@
|
|
|
12396
12831
|
"latency": "low",
|
|
12397
12832
|
"resource_usage": "low"
|
|
12398
12833
|
}
|
|
12834
|
+
},
|
|
12835
|
+
"x-f5xc-discovered-response-time": {
|
|
12836
|
+
"p50_ms": 200,
|
|
12837
|
+
"p95_ms": 800,
|
|
12838
|
+
"p99_ms": 2000,
|
|
12839
|
+
"sample_count": 0,
|
|
12840
|
+
"source": "estimate"
|
|
12399
12841
|
}
|
|
12400
12842
|
},
|
|
12401
12843
|
"delete": {
|
|
@@ -12616,6 +13058,13 @@
|
|
|
12616
13058
|
"latency": "high",
|
|
12617
13059
|
"resource_usage": "moderate"
|
|
12618
13060
|
}
|
|
13061
|
+
},
|
|
13062
|
+
"x-f5xc-discovered-response-time": {
|
|
13063
|
+
"p50_ms": 500,
|
|
13064
|
+
"p95_ms": 1500,
|
|
13065
|
+
"p99_ms": 4000,
|
|
13066
|
+
"sample_count": 0,
|
|
13067
|
+
"source": "estimate"
|
|
12619
13068
|
}
|
|
12620
13069
|
},
|
|
12621
13070
|
"x-displayname": "Policy based Routing.",
|
|
@@ -12830,6 +13279,13 @@
|
|
|
12830
13279
|
"latency": "low",
|
|
12831
13280
|
"resource_usage": "low"
|
|
12832
13281
|
}
|
|
13282
|
+
},
|
|
13283
|
+
"x-f5xc-discovered-response-time": {
|
|
13284
|
+
"p50_ms": 1000,
|
|
13285
|
+
"p95_ms": 3000,
|
|
13286
|
+
"p99_ms": 8000,
|
|
13287
|
+
"sample_count": 0,
|
|
13288
|
+
"source": "estimate"
|
|
12833
13289
|
}
|
|
12834
13290
|
},
|
|
12835
13291
|
"x-displayname": "Segment",
|
|
@@ -13052,6 +13508,13 @@
|
|
|
13052
13508
|
"latency": "low",
|
|
13053
13509
|
"resource_usage": "low"
|
|
13054
13510
|
}
|
|
13511
|
+
},
|
|
13512
|
+
"x-f5xc-discovered-response-time": {
|
|
13513
|
+
"p50_ms": 800,
|
|
13514
|
+
"p95_ms": 2500,
|
|
13515
|
+
"p99_ms": 6000,
|
|
13516
|
+
"sample_count": 0,
|
|
13517
|
+
"source": "estimate"
|
|
13055
13518
|
}
|
|
13056
13519
|
},
|
|
13057
13520
|
"x-displayname": "Segment",
|
|
@@ -13279,6 +13742,13 @@
|
|
|
13279
13742
|
"latency": "moderate",
|
|
13280
13743
|
"resource_usage": "moderate"
|
|
13281
13744
|
}
|
|
13745
|
+
},
|
|
13746
|
+
"x-f5xc-discovered-response-time": {
|
|
13747
|
+
"p50_ms": 200,
|
|
13748
|
+
"p95_ms": 800,
|
|
13749
|
+
"p99_ms": 2000,
|
|
13750
|
+
"sample_count": 0,
|
|
13751
|
+
"source": "estimate"
|
|
13282
13752
|
}
|
|
13283
13753
|
},
|
|
13284
13754
|
"x-displayname": "Segment",
|
|
@@ -13493,6 +13963,13 @@
|
|
|
13493
13963
|
"latency": "low",
|
|
13494
13964
|
"resource_usage": "low"
|
|
13495
13965
|
}
|
|
13966
|
+
},
|
|
13967
|
+
"x-f5xc-discovered-response-time": {
|
|
13968
|
+
"p50_ms": 1000,
|
|
13969
|
+
"p95_ms": 3000,
|
|
13970
|
+
"p99_ms": 8000,
|
|
13971
|
+
"sample_count": 0,
|
|
13972
|
+
"source": "estimate"
|
|
13496
13973
|
}
|
|
13497
13974
|
},
|
|
13498
13975
|
"x-displayname": "Segment",
|
|
@@ -13714,6 +14191,13 @@
|
|
|
13714
14191
|
"latency": "low",
|
|
13715
14192
|
"resource_usage": "low"
|
|
13716
14193
|
}
|
|
14194
|
+
},
|
|
14195
|
+
"x-f5xc-discovered-response-time": {
|
|
14196
|
+
"p50_ms": 200,
|
|
14197
|
+
"p95_ms": 800,
|
|
14198
|
+
"p99_ms": 2000,
|
|
14199
|
+
"sample_count": 0,
|
|
14200
|
+
"source": "estimate"
|
|
13717
14201
|
}
|
|
13718
14202
|
},
|
|
13719
14203
|
"delete": {
|
|
@@ -13933,6 +14417,13 @@
|
|
|
13933
14417
|
"latency": "high",
|
|
13934
14418
|
"resource_usage": "moderate"
|
|
13935
14419
|
}
|
|
14420
|
+
},
|
|
14421
|
+
"x-f5xc-discovered-response-time": {
|
|
14422
|
+
"p50_ms": 500,
|
|
14423
|
+
"p95_ms": 1500,
|
|
14424
|
+
"p99_ms": 4000,
|
|
14425
|
+
"sample_count": 0,
|
|
14426
|
+
"source": "estimate"
|
|
13936
14427
|
}
|
|
13937
14428
|
},
|
|
13938
14429
|
"x-displayname": "Segment",
|
|
@@ -14155,6 +14646,13 @@
|
|
|
14155
14646
|
"latency": "low",
|
|
14156
14647
|
"resource_usage": "low"
|
|
14157
14648
|
}
|
|
14649
|
+
},
|
|
14650
|
+
"x-f5xc-discovered-response-time": {
|
|
14651
|
+
"p50_ms": 800,
|
|
14652
|
+
"p95_ms": 2500,
|
|
14653
|
+
"p99_ms": 6000,
|
|
14654
|
+
"sample_count": 0,
|
|
14655
|
+
"source": "estimate"
|
|
14158
14656
|
}
|
|
14159
14657
|
},
|
|
14160
14658
|
"x-displayname": "Segment Connector.",
|
|
@@ -14382,6 +14880,13 @@
|
|
|
14382
14880
|
"latency": "moderate",
|
|
14383
14881
|
"resource_usage": "moderate"
|
|
14384
14882
|
}
|
|
14883
|
+
},
|
|
14884
|
+
"x-f5xc-discovered-response-time": {
|
|
14885
|
+
"p50_ms": 200,
|
|
14886
|
+
"p95_ms": 800,
|
|
14887
|
+
"p99_ms": 2000,
|
|
14888
|
+
"sample_count": 0,
|
|
14889
|
+
"source": "estimate"
|
|
14385
14890
|
}
|
|
14386
14891
|
},
|
|
14387
14892
|
"x-displayname": "Segment Connector.",
|
|
@@ -14602,6 +15107,13 @@
|
|
|
14602
15107
|
"latency": "low",
|
|
14603
15108
|
"resource_usage": "low"
|
|
14604
15109
|
}
|
|
15110
|
+
},
|
|
15111
|
+
"x-f5xc-discovered-response-time": {
|
|
15112
|
+
"p50_ms": 200,
|
|
15113
|
+
"p95_ms": 800,
|
|
15114
|
+
"p99_ms": 2000,
|
|
15115
|
+
"sample_count": 0,
|
|
15116
|
+
"source": "estimate"
|
|
14605
15117
|
}
|
|
14606
15118
|
},
|
|
14607
15119
|
"x-displayname": "Segment Connector.",
|
|
@@ -14817,6 +15329,13 @@
|
|
|
14817
15329
|
"latency": "low",
|
|
14818
15330
|
"resource_usage": "low"
|
|
14819
15331
|
}
|
|
15332
|
+
},
|
|
15333
|
+
"x-f5xc-discovered-response-time": {
|
|
15334
|
+
"p50_ms": 1000,
|
|
15335
|
+
"p95_ms": 3000,
|
|
15336
|
+
"p99_ms": 8000,
|
|
15337
|
+
"sample_count": 0,
|
|
15338
|
+
"source": "estimate"
|
|
14820
15339
|
}
|
|
14821
15340
|
},
|
|
14822
15341
|
"x-displayname": "Service Policy.",
|
|
@@ -15040,6 +15559,13 @@
|
|
|
15040
15559
|
"latency": "low",
|
|
15041
15560
|
"resource_usage": "low"
|
|
15042
15561
|
}
|
|
15562
|
+
},
|
|
15563
|
+
"x-f5xc-discovered-response-time": {
|
|
15564
|
+
"p50_ms": 800,
|
|
15565
|
+
"p95_ms": 2500,
|
|
15566
|
+
"p99_ms": 6000,
|
|
15567
|
+
"sample_count": 0,
|
|
15568
|
+
"source": "estimate"
|
|
15043
15569
|
}
|
|
15044
15570
|
},
|
|
15045
15571
|
"x-displayname": "Service Policy.",
|
|
@@ -15248,6 +15774,13 @@
|
|
|
15248
15774
|
"latency": "low",
|
|
15249
15775
|
"resource_usage": "low"
|
|
15250
15776
|
}
|
|
15777
|
+
},
|
|
15778
|
+
"x-f5xc-discovered-response-time": {
|
|
15779
|
+
"p50_ms": 1000,
|
|
15780
|
+
"p95_ms": 3000,
|
|
15781
|
+
"p99_ms": 8000,
|
|
15782
|
+
"sample_count": 0,
|
|
15783
|
+
"source": "estimate"
|
|
15251
15784
|
}
|
|
15252
15785
|
},
|
|
15253
15786
|
"x-displayname": "Service Policy.",
|
|
@@ -15456,6 +15989,13 @@
|
|
|
15456
15989
|
"latency": "low",
|
|
15457
15990
|
"resource_usage": "low"
|
|
15458
15991
|
}
|
|
15992
|
+
},
|
|
15993
|
+
"x-f5xc-discovered-response-time": {
|
|
15994
|
+
"p50_ms": 1000,
|
|
15995
|
+
"p95_ms": 3000,
|
|
15996
|
+
"p99_ms": 8000,
|
|
15997
|
+
"sample_count": 0,
|
|
15998
|
+
"source": "estimate"
|
|
15459
15999
|
}
|
|
15460
16000
|
},
|
|
15461
16001
|
"x-displayname": "Service Policy.",
|
|
@@ -15684,6 +16224,13 @@
|
|
|
15684
16224
|
"latency": "moderate",
|
|
15685
16225
|
"resource_usage": "moderate"
|
|
15686
16226
|
}
|
|
16227
|
+
},
|
|
16228
|
+
"x-f5xc-discovered-response-time": {
|
|
16229
|
+
"p50_ms": 200,
|
|
16230
|
+
"p95_ms": 800,
|
|
16231
|
+
"p99_ms": 2000,
|
|
16232
|
+
"sample_count": 0,
|
|
16233
|
+
"source": "estimate"
|
|
15687
16234
|
}
|
|
15688
16235
|
},
|
|
15689
16236
|
"x-displayname": "Service Policy.",
|
|
@@ -15906,6 +16453,13 @@
|
|
|
15906
16453
|
"latency": "low",
|
|
15907
16454
|
"resource_usage": "low"
|
|
15908
16455
|
}
|
|
16456
|
+
},
|
|
16457
|
+
"x-f5xc-discovered-response-time": {
|
|
16458
|
+
"p50_ms": 200,
|
|
16459
|
+
"p95_ms": 800,
|
|
16460
|
+
"p99_ms": 2000,
|
|
16461
|
+
"sample_count": 0,
|
|
16462
|
+
"source": "estimate"
|
|
15909
16463
|
}
|
|
15910
16464
|
},
|
|
15911
16465
|
"delete": {
|
|
@@ -16126,6 +16680,13 @@
|
|
|
16126
16680
|
"latency": "high",
|
|
16127
16681
|
"resource_usage": "moderate"
|
|
16128
16682
|
}
|
|
16683
|
+
},
|
|
16684
|
+
"x-f5xc-discovered-response-time": {
|
|
16685
|
+
"p50_ms": 500,
|
|
16686
|
+
"p95_ms": 1500,
|
|
16687
|
+
"p99_ms": 4000,
|
|
16688
|
+
"sample_count": 0,
|
|
16689
|
+
"source": "estimate"
|
|
16129
16690
|
}
|
|
16130
16691
|
},
|
|
16131
16692
|
"x-displayname": "Service Policy.",
|
|
@@ -16235,7 +16796,7 @@
|
|
|
16235
16796
|
},
|
|
16236
16797
|
"x-original-maxLength": 1024,
|
|
16237
16798
|
"x-reconciled-from-discovery": true,
|
|
16238
|
-
"x-reconciled-at": "2026-01-
|
|
16799
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886709+00:00"
|
|
16239
16800
|
},
|
|
16240
16801
|
"namespace": {
|
|
16241
16802
|
"type": "string",
|
|
@@ -16254,7 +16815,7 @@
|
|
|
16254
16815
|
},
|
|
16255
16816
|
"x-original-maxLength": 1024,
|
|
16256
16817
|
"x-reconciled-from-discovery": true,
|
|
16257
|
-
"x-reconciled-at": "2026-01-
|
|
16818
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886715+00:00"
|
|
16258
16819
|
}
|
|
16259
16820
|
},
|
|
16260
16821
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16483,7 +17044,7 @@
|
|
|
16483
17044
|
},
|
|
16484
17045
|
"x-original-maxLength": 1024,
|
|
16485
17046
|
"x-reconciled-from-discovery": true,
|
|
16486
|
-
"x-reconciled-at": "2026-01-
|
|
17047
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886747+00:00"
|
|
16487
17048
|
},
|
|
16488
17049
|
"policy": {
|
|
16489
17050
|
"type": "string",
|
|
@@ -16643,7 +17204,7 @@
|
|
|
16643
17204
|
},
|
|
16644
17205
|
"x-original-maxLength": 1024,
|
|
16645
17206
|
"x-reconciled-from-discovery": true,
|
|
16646
|
-
"x-reconciled-at": "2026-01-
|
|
17207
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886762+00:00"
|
|
16647
17208
|
},
|
|
16648
17209
|
"start_time": {
|
|
16649
17210
|
"type": "string",
|
|
@@ -16820,7 +17381,7 @@
|
|
|
16820
17381
|
},
|
|
16821
17382
|
"x-original-maxLength": 1024,
|
|
16822
17383
|
"x-reconciled-from-discovery": true,
|
|
16823
|
-
"x-reconciled-at": "2026-01-
|
|
17384
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886776+00:00"
|
|
16824
17385
|
}
|
|
16825
17386
|
},
|
|
16826
17387
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17076,7 +17637,7 @@
|
|
|
17076
17637
|
"maxLength": 17,
|
|
17077
17638
|
"minLength": 17,
|
|
17078
17639
|
"x-reconciled-from-discovery": true,
|
|
17079
|
-
"x-reconciled-at": "2026-01-
|
|
17640
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886802+00:00"
|
|
17080
17641
|
},
|
|
17081
17642
|
"system_metadata": {
|
|
17082
17643
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -17211,7 +17772,7 @@
|
|
|
17211
17772
|
},
|
|
17212
17773
|
"x-original-maxLength": 1024,
|
|
17213
17774
|
"x-reconciled-from-discovery": true,
|
|
17214
|
-
"x-reconciled-at": "2026-01-
|
|
17775
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886814+00:00"
|
|
17215
17776
|
},
|
|
17216
17777
|
"disabled": {
|
|
17217
17778
|
"type": "boolean",
|
|
@@ -17261,7 +17822,7 @@
|
|
|
17261
17822
|
},
|
|
17262
17823
|
"x-original-maxLength": 1024,
|
|
17263
17824
|
"x-reconciled-from-discovery": true,
|
|
17264
|
-
"x-reconciled-at": "2026-01-
|
|
17825
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886824+00:00"
|
|
17265
17826
|
},
|
|
17266
17827
|
"namespace": {
|
|
17267
17828
|
"type": "string",
|
|
@@ -17280,7 +17841,7 @@
|
|
|
17280
17841
|
},
|
|
17281
17842
|
"x-original-maxLength": 1024,
|
|
17282
17843
|
"x-reconciled-from-discovery": true,
|
|
17283
|
-
"x-reconciled-at": "2026-01-
|
|
17844
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886828+00:00"
|
|
17284
17845
|
},
|
|
17285
17846
|
"owner_view": {
|
|
17286
17847
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -17321,7 +17882,7 @@
|
|
|
17321
17882
|
"x-field-mutability": "read-only",
|
|
17322
17883
|
"x-original-maxLength": 1024,
|
|
17323
17884
|
"x-reconciled-from-discovery": true,
|
|
17324
|
-
"x-reconciled-at": "2026-01-
|
|
17885
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886836+00:00"
|
|
17325
17886
|
},
|
|
17326
17887
|
"uid": {
|
|
17327
17888
|
"type": "string",
|
|
@@ -17342,7 +17903,7 @@
|
|
|
17342
17903
|
"x-original-maxLength": 1024,
|
|
17343
17904
|
"format": "uuid",
|
|
17344
17905
|
"x-reconciled-from-discovery": true,
|
|
17345
|
-
"x-reconciled-at": "2026-01-
|
|
17906
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886841+00:00"
|
|
17346
17907
|
}
|
|
17347
17908
|
},
|
|
17348
17909
|
"x-f5xc-minimum-configuration": {
|
|
@@ -17782,7 +18343,7 @@
|
|
|
17782
18343
|
"readOnly": true,
|
|
17783
18344
|
"x-original-maxLength": 1024,
|
|
17784
18345
|
"x-reconciled-from-discovery": true,
|
|
17785
|
-
"x-reconciled-at": "2026-01-
|
|
18346
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886867+00:00"
|
|
17786
18347
|
},
|
|
17787
18348
|
"name": {
|
|
17788
18349
|
"type": "string",
|
|
@@ -17801,7 +18362,7 @@
|
|
|
17801
18362
|
},
|
|
17802
18363
|
"x-original-maxLength": 1024,
|
|
17803
18364
|
"x-reconciled-from-discovery": true,
|
|
17804
|
-
"x-reconciled-at": "2026-01-
|
|
18365
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886871+00:00"
|
|
17805
18366
|
},
|
|
17806
18367
|
"namespace": {
|
|
17807
18368
|
"type": "string",
|
|
@@ -17820,7 +18381,7 @@
|
|
|
17820
18381
|
},
|
|
17821
18382
|
"x-original-maxLength": 1024,
|
|
17822
18383
|
"x-reconciled-from-discovery": true,
|
|
17823
|
-
"x-reconciled-at": "2026-01-
|
|
18384
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886876+00:00"
|
|
17824
18385
|
},
|
|
17825
18386
|
"tenant": {
|
|
17826
18387
|
"type": "string",
|
|
@@ -17841,7 +18402,7 @@
|
|
|
17841
18402
|
"x-field-mutability": "read-only",
|
|
17842
18403
|
"x-original-maxLength": 1024,
|
|
17843
18404
|
"x-reconciled-from-discovery": true,
|
|
17844
|
-
"x-reconciled-at": "2026-01-
|
|
18405
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886880+00:00"
|
|
17845
18406
|
},
|
|
17846
18407
|
"uid": {
|
|
17847
18408
|
"type": "string",
|
|
@@ -17863,7 +18424,7 @@
|
|
|
17863
18424
|
"x-original-maxLength": 1024,
|
|
17864
18425
|
"format": "uuid",
|
|
17865
18426
|
"x-reconciled-from-discovery": true,
|
|
17866
|
-
"x-reconciled-at": "2026-01-
|
|
18427
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886885+00:00"
|
|
17867
18428
|
}
|
|
17868
18429
|
},
|
|
17869
18430
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18126,7 +18687,7 @@
|
|
|
18126
18687
|
},
|
|
18127
18688
|
"x-original-maxLength": 1024,
|
|
18128
18689
|
"x-reconciled-from-discovery": true,
|
|
18129
|
-
"x-reconciled-at": "2026-01-
|
|
18690
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886900+00:00"
|
|
18130
18691
|
}
|
|
18131
18692
|
},
|
|
18132
18693
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18195,7 +18756,7 @@
|
|
|
18195
18756
|
},
|
|
18196
18757
|
"x-original-maxLength": 1024,
|
|
18197
18758
|
"x-reconciled-from-discovery": true,
|
|
18198
|
-
"x-reconciled-at": "2026-01-
|
|
18759
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886908+00:00"
|
|
18199
18760
|
},
|
|
18200
18761
|
"service_name": {
|
|
18201
18762
|
"type": "string",
|
|
@@ -18234,7 +18795,7 @@
|
|
|
18234
18795
|
},
|
|
18235
18796
|
"x-original-maxLength": 1024,
|
|
18236
18797
|
"x-reconciled-from-discovery": true,
|
|
18237
|
-
"x-reconciled-at": "2026-01-
|
|
18798
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886914+00:00"
|
|
18238
18799
|
},
|
|
18239
18800
|
"type": {
|
|
18240
18801
|
"type": "string",
|
|
@@ -18472,7 +19033,7 @@
|
|
|
18472
19033
|
},
|
|
18473
19034
|
"x-original-maxLength": 1024,
|
|
18474
19035
|
"x-reconciled-from-discovery": true,
|
|
18475
|
-
"x-reconciled-at": "2026-01-
|
|
19036
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886929+00:00"
|
|
18476
19037
|
}
|
|
18477
19038
|
},
|
|
18478
19039
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18722,7 +19283,7 @@
|
|
|
18722
19283
|
},
|
|
18723
19284
|
"x-original-maxLength": 256,
|
|
18724
19285
|
"x-reconciled-from-discovery": true,
|
|
18725
|
-
"x-reconciled-at": "2026-01-
|
|
19286
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886943+00:00"
|
|
18726
19287
|
},
|
|
18727
19288
|
"name": {
|
|
18728
19289
|
"type": "string",
|
|
@@ -18752,7 +19313,7 @@
|
|
|
18752
19313
|
},
|
|
18753
19314
|
"x-original-maxLength": 1024,
|
|
18754
19315
|
"x-reconciled-from-discovery": true,
|
|
18755
|
-
"x-reconciled-at": "2026-01-
|
|
19316
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886948+00:00"
|
|
18756
19317
|
}
|
|
18757
19318
|
},
|
|
18758
19319
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18831,7 +19392,7 @@
|
|
|
18831
19392
|
},
|
|
18832
19393
|
"x-original-maxLength": 1024,
|
|
18833
19394
|
"x-reconciled-from-discovery": true,
|
|
18834
|
-
"x-reconciled-at": "2026-01-
|
|
19395
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886955+00:00"
|
|
18835
19396
|
}
|
|
18836
19397
|
},
|
|
18837
19398
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18903,7 +19464,7 @@
|
|
|
18903
19464
|
},
|
|
18904
19465
|
"x-original-maxLength": 1200,
|
|
18905
19466
|
"x-reconciled-from-discovery": true,
|
|
18906
|
-
"x-reconciled-at": "2026-01-
|
|
19467
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886961+00:00"
|
|
18907
19468
|
},
|
|
18908
19469
|
"disable": {
|
|
18909
19470
|
"type": "boolean",
|
|
@@ -18956,7 +19517,7 @@
|
|
|
18956
19517
|
},
|
|
18957
19518
|
"x-original-maxLength": 1024,
|
|
18958
19519
|
"x-reconciled-from-discovery": true,
|
|
18959
|
-
"x-reconciled-at": "2026-01-
|
|
19520
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886969+00:00"
|
|
18960
19521
|
},
|
|
18961
19522
|
"namespace": {
|
|
18962
19523
|
"type": "string",
|
|
@@ -18975,7 +19536,7 @@
|
|
|
18975
19536
|
},
|
|
18976
19537
|
"x-original-maxLength": 1024,
|
|
18977
19538
|
"x-reconciled-from-discovery": true,
|
|
18978
|
-
"x-reconciled-at": "2026-01-
|
|
19539
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886973+00:00"
|
|
18979
19540
|
}
|
|
18980
19541
|
},
|
|
18981
19542
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19051,7 +19612,7 @@
|
|
|
19051
19612
|
},
|
|
19052
19613
|
"x-original-maxLength": 1200,
|
|
19053
19614
|
"x-reconciled-from-discovery": true,
|
|
19054
|
-
"x-reconciled-at": "2026-01-
|
|
19615
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886980+00:00"
|
|
19055
19616
|
},
|
|
19056
19617
|
"disable": {
|
|
19057
19618
|
"type": "boolean",
|
|
@@ -19106,7 +19667,7 @@
|
|
|
19106
19667
|
},
|
|
19107
19668
|
"x-original-maxLength": 1024,
|
|
19108
19669
|
"x-reconciled-from-discovery": true,
|
|
19109
|
-
"x-reconciled-at": "2026-01-
|
|
19670
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886987+00:00"
|
|
19110
19671
|
},
|
|
19111
19672
|
"namespace": {
|
|
19112
19673
|
"type": "string",
|
|
@@ -19125,7 +19686,7 @@
|
|
|
19125
19686
|
},
|
|
19126
19687
|
"x-original-maxLength": 1024,
|
|
19127
19688
|
"x-reconciled-from-discovery": true,
|
|
19128
|
-
"x-reconciled-at": "2026-01-
|
|
19689
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886992+00:00"
|
|
19129
19690
|
}
|
|
19130
19691
|
},
|
|
19131
19692
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19201,7 +19762,7 @@
|
|
|
19201
19762
|
},
|
|
19202
19763
|
"x-original-maxLength": 1200,
|
|
19203
19764
|
"x-reconciled-from-discovery": true,
|
|
19204
|
-
"x-reconciled-at": "2026-01-
|
|
19765
|
+
"x-reconciled-at": "2026-01-05T18:29:03.886998+00:00"
|
|
19205
19766
|
},
|
|
19206
19767
|
"disable": {
|
|
19207
19768
|
"type": "boolean",
|
|
@@ -19254,7 +19815,7 @@
|
|
|
19254
19815
|
},
|
|
19255
19816
|
"x-original-maxLength": 1024,
|
|
19256
19817
|
"x-reconciled-from-discovery": true,
|
|
19257
|
-
"x-reconciled-at": "2026-01-
|
|
19818
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887005+00:00"
|
|
19258
19819
|
},
|
|
19259
19820
|
"namespace": {
|
|
19260
19821
|
"type": "string",
|
|
@@ -19273,7 +19834,7 @@
|
|
|
19273
19834
|
},
|
|
19274
19835
|
"x-original-maxLength": 1024,
|
|
19275
19836
|
"x-reconciled-from-discovery": true,
|
|
19276
|
-
"x-reconciled-at": "2026-01-
|
|
19837
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887010+00:00"
|
|
19277
19838
|
}
|
|
19278
19839
|
},
|
|
19279
19840
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19387,7 +19948,7 @@
|
|
|
19387
19948
|
"x-original-maxLength": 1024,
|
|
19388
19949
|
"format": "uuid",
|
|
19389
19950
|
"x-reconciled-from-discovery": true,
|
|
19390
|
-
"x-reconciled-at": "2026-01-
|
|
19951
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887023+00:00"
|
|
19391
19952
|
},
|
|
19392
19953
|
"vtrp_id": {
|
|
19393
19954
|
"type": "string",
|
|
@@ -19499,7 +20060,7 @@
|
|
|
19499
20060
|
},
|
|
19500
20061
|
"x-original-maxLength": 1024,
|
|
19501
20062
|
"x-reconciled-from-discovery": true,
|
|
19502
|
-
"x-reconciled-at": "2026-01-
|
|
20063
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887045+00:00"
|
|
19503
20064
|
},
|
|
19504
20065
|
"status": {
|
|
19505
20066
|
"type": "string",
|
|
@@ -19518,7 +20079,7 @@
|
|
|
19518
20079
|
},
|
|
19519
20080
|
"x-original-maxLength": 1024,
|
|
19520
20081
|
"x-reconciled-from-discovery": true,
|
|
19521
|
-
"x-reconciled-at": "2026-01-
|
|
20082
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887050+00:00"
|
|
19522
20083
|
}
|
|
19523
20084
|
},
|
|
19524
20085
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19696,7 +20257,7 @@
|
|
|
19696
20257
|
"x-field-mutability": "read-only",
|
|
19697
20258
|
"x-original-maxLength": 1024,
|
|
19698
20259
|
"x-reconciled-from-discovery": true,
|
|
19699
|
-
"x-reconciled-at": "2026-01-
|
|
20260
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887069+00:00"
|
|
19700
20261
|
},
|
|
19701
20262
|
"uid": {
|
|
19702
20263
|
"type": "string",
|
|
@@ -19717,7 +20278,7 @@
|
|
|
19717
20278
|
"x-original-maxLength": 1024,
|
|
19718
20279
|
"format": "uuid",
|
|
19719
20280
|
"x-reconciled-from-discovery": true,
|
|
19720
|
-
"x-reconciled-at": "2026-01-
|
|
20281
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887074+00:00"
|
|
19721
20282
|
}
|
|
19722
20283
|
},
|
|
19723
20284
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19789,7 +20350,7 @@
|
|
|
19789
20350
|
},
|
|
19790
20351
|
"x-original-maxLength": 1024,
|
|
19791
20352
|
"x-reconciled-from-discovery": true,
|
|
19792
|
-
"x-reconciled-at": "2026-01-
|
|
20353
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887079+00:00"
|
|
19793
20354
|
},
|
|
19794
20355
|
"previous_value": {
|
|
19795
20356
|
"type": "string",
|
|
@@ -19827,7 +20388,7 @@
|
|
|
19827
20388
|
},
|
|
19828
20389
|
"x-original-maxLength": 1024,
|
|
19829
20390
|
"x-reconciled-from-discovery": true,
|
|
19830
|
-
"x-reconciled-at": "2026-01-
|
|
20391
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887086+00:00"
|
|
19831
20392
|
}
|
|
19832
20393
|
},
|
|
19833
20394
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19869,7 +20430,7 @@
|
|
|
19869
20430
|
},
|
|
19870
20431
|
"x-original-maxLength": 1024,
|
|
19871
20432
|
"x-reconciled-from-discovery": true,
|
|
19872
|
-
"x-reconciled-at": "2026-01-
|
|
20433
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887090+00:00"
|
|
19873
20434
|
},
|
|
19874
20435
|
"name": {
|
|
19875
20436
|
"type": "string",
|
|
@@ -19888,7 +20449,7 @@
|
|
|
19888
20449
|
},
|
|
19889
20450
|
"x-original-maxLength": 1024,
|
|
19890
20451
|
"x-reconciled-from-discovery": true,
|
|
19891
|
-
"x-reconciled-at": "2026-01-
|
|
20452
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887094+00:00"
|
|
19892
20453
|
},
|
|
19893
20454
|
"namespace": {
|
|
19894
20455
|
"type": "string",
|
|
@@ -19907,7 +20468,7 @@
|
|
|
19907
20468
|
},
|
|
19908
20469
|
"x-original-maxLength": 1024,
|
|
19909
20470
|
"x-reconciled-from-discovery": true,
|
|
19910
|
-
"x-reconciled-at": "2026-01-
|
|
20471
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887099+00:00"
|
|
19911
20472
|
},
|
|
19912
20473
|
"uid": {
|
|
19913
20474
|
"type": "string",
|
|
@@ -19928,7 +20489,7 @@
|
|
|
19928
20489
|
"x-original-maxLength": 1024,
|
|
19929
20490
|
"format": "uuid",
|
|
19930
20491
|
"x-reconciled-from-discovery": true,
|
|
19931
|
-
"x-reconciled-at": "2026-01-
|
|
20492
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887103+00:00"
|
|
19932
20493
|
}
|
|
19933
20494
|
},
|
|
19934
20495
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20046,7 +20607,7 @@
|
|
|
20046
20607
|
},
|
|
20047
20608
|
"x-original-maxLength": 128,
|
|
20048
20609
|
"x-reconciled-from-discovery": true,
|
|
20049
|
-
"x-reconciled-at": "2026-01-
|
|
20610
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887111+00:00"
|
|
20050
20611
|
},
|
|
20051
20612
|
"namespace": {
|
|
20052
20613
|
"type": "string",
|
|
@@ -20071,7 +20632,7 @@
|
|
|
20071
20632
|
},
|
|
20072
20633
|
"x-original-maxLength": 64,
|
|
20073
20634
|
"x-reconciled-from-discovery": true,
|
|
20074
|
-
"x-reconciled-at": "2026-01-
|
|
20635
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887115+00:00"
|
|
20075
20636
|
},
|
|
20076
20637
|
"tenant": {
|
|
20077
20638
|
"type": "string",
|
|
@@ -20098,7 +20659,7 @@
|
|
|
20098
20659
|
"x-field-mutability": "read-only",
|
|
20099
20660
|
"x-original-maxLength": 64,
|
|
20100
20661
|
"x-reconciled-from-discovery": true,
|
|
20101
|
-
"x-reconciled-at": "2026-01-
|
|
20662
|
+
"x-reconciled-at": "2026-01-05T18:29:03.887119+00:00"
|
|
20102
20663
|
}
|
|
20103
20664
|
},
|
|
20104
20665
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20763,7 +21324,7 @@
|
|
|
20763
21324
|
},
|
|
20764
21325
|
"x-original-maxLength": 1024,
|
|
20765
21326
|
"x-reconciled-from-discovery": true,
|
|
20766
|
-
"x-reconciled-at": "2026-01-
|
|
21327
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437886+00:00"
|
|
20767
21328
|
},
|
|
20768
21329
|
"namespace": {
|
|
20769
21330
|
"type": "string",
|
|
@@ -20782,7 +21343,7 @@
|
|
|
20782
21343
|
},
|
|
20783
21344
|
"x-original-maxLength": 1024,
|
|
20784
21345
|
"x-reconciled-from-discovery": true,
|
|
20785
|
-
"x-reconciled-at": "2026-01-
|
|
21346
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437891+00:00"
|
|
20786
21347
|
}
|
|
20787
21348
|
},
|
|
20788
21349
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20880,7 +21441,7 @@
|
|
|
20880
21441
|
"maxLength": 17,
|
|
20881
21442
|
"minLength": 17,
|
|
20882
21443
|
"x-reconciled-from-discovery": true,
|
|
20883
|
-
"x-reconciled-at": "2026-01-
|
|
21444
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437907+00:00"
|
|
20884
21445
|
},
|
|
20885
21446
|
"system_metadata": {
|
|
20886
21447
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -21015,7 +21576,7 @@
|
|
|
21015
21576
|
},
|
|
21016
21577
|
"x-original-maxLength": 1024,
|
|
21017
21578
|
"x-reconciled-from-discovery": true,
|
|
21018
|
-
"x-reconciled-at": "2026-01-
|
|
21579
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437920+00:00"
|
|
21019
21580
|
},
|
|
21020
21581
|
"disabled": {
|
|
21021
21582
|
"type": "boolean",
|
|
@@ -21065,7 +21626,7 @@
|
|
|
21065
21626
|
},
|
|
21066
21627
|
"x-original-maxLength": 1024,
|
|
21067
21628
|
"x-reconciled-from-discovery": true,
|
|
21068
|
-
"x-reconciled-at": "2026-01-
|
|
21629
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437932+00:00"
|
|
21069
21630
|
},
|
|
21070
21631
|
"namespace": {
|
|
21071
21632
|
"type": "string",
|
|
@@ -21084,7 +21645,7 @@
|
|
|
21084
21645
|
},
|
|
21085
21646
|
"x-original-maxLength": 1024,
|
|
21086
21647
|
"x-reconciled-from-discovery": true,
|
|
21087
|
-
"x-reconciled-at": "2026-01-
|
|
21648
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437936+00:00"
|
|
21088
21649
|
},
|
|
21089
21650
|
"owner_view": {
|
|
21090
21651
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -21125,7 +21686,7 @@
|
|
|
21125
21686
|
"x-field-mutability": "read-only",
|
|
21126
21687
|
"x-original-maxLength": 1024,
|
|
21127
21688
|
"x-reconciled-from-discovery": true,
|
|
21128
|
-
"x-reconciled-at": "2026-01-
|
|
21689
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437944+00:00"
|
|
21129
21690
|
},
|
|
21130
21691
|
"uid": {
|
|
21131
21692
|
"type": "string",
|
|
@@ -21146,7 +21707,7 @@
|
|
|
21146
21707
|
"x-original-maxLength": 1024,
|
|
21147
21708
|
"format": "uuid",
|
|
21148
21709
|
"x-reconciled-from-discovery": true,
|
|
21149
|
-
"x-reconciled-at": "2026-01-
|
|
21710
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437950+00:00"
|
|
21150
21711
|
}
|
|
21151
21712
|
},
|
|
21152
21713
|
"x-f5xc-minimum-configuration": {
|
|
@@ -21252,7 +21813,7 @@
|
|
|
21252
21813
|
},
|
|
21253
21814
|
"x-original-maxLength": 1024,
|
|
21254
21815
|
"x-reconciled-from-discovery": true,
|
|
21255
|
-
"x-reconciled-at": "2026-01-
|
|
21816
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437960+00:00"
|
|
21256
21817
|
},
|
|
21257
21818
|
"policy": {
|
|
21258
21819
|
"type": "string",
|
|
@@ -21395,7 +21956,7 @@
|
|
|
21395
21956
|
},
|
|
21396
21957
|
"x-original-maxLength": 1024,
|
|
21397
21958
|
"x-reconciled-from-discovery": true,
|
|
21398
|
-
"x-reconciled-at": "2026-01-
|
|
21959
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437974+00:00"
|
|
21399
21960
|
},
|
|
21400
21961
|
"start_time": {
|
|
21401
21962
|
"type": "string",
|
|
@@ -21571,7 +22132,7 @@
|
|
|
21571
22132
|
},
|
|
21572
22133
|
"x-original-maxLength": 1024,
|
|
21573
22134
|
"x-reconciled-from-discovery": true,
|
|
21574
|
-
"x-reconciled-at": "2026-01-
|
|
22135
|
+
"x-reconciled-at": "2026-01-05T18:29:06.437988+00:00"
|
|
21575
22136
|
}
|
|
21576
22137
|
},
|
|
21577
22138
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22082,7 +22643,7 @@
|
|
|
22082
22643
|
},
|
|
22083
22644
|
"x-original-maxLength": 1024,
|
|
22084
22645
|
"x-reconciled-from-discovery": true,
|
|
22085
|
-
"x-reconciled-at": "2026-01-
|
|
22646
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481690+00:00"
|
|
22086
22647
|
},
|
|
22087
22648
|
"namespace": {
|
|
22088
22649
|
"type": "string",
|
|
@@ -22101,7 +22662,7 @@
|
|
|
22101
22662
|
},
|
|
22102
22663
|
"x-original-maxLength": 1024,
|
|
22103
22664
|
"x-reconciled-from-discovery": true,
|
|
22104
|
-
"x-reconciled-at": "2026-01-
|
|
22665
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481697+00:00"
|
|
22105
22666
|
}
|
|
22106
22667
|
},
|
|
22107
22668
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22320,7 +22881,7 @@
|
|
|
22320
22881
|
},
|
|
22321
22882
|
"x-original-maxLength": 1024,
|
|
22322
22883
|
"x-reconciled-from-discovery": true,
|
|
22323
|
-
"x-reconciled-at": "2026-01-
|
|
22884
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481722+00:00"
|
|
22324
22885
|
},
|
|
22325
22886
|
"site": {
|
|
22326
22887
|
"type": "string",
|
|
@@ -22430,7 +22991,7 @@
|
|
|
22430
22991
|
},
|
|
22431
22992
|
"x-original-maxLength": 1024,
|
|
22432
22993
|
"x-reconciled-from-discovery": true,
|
|
22433
|
-
"x-reconciled-at": "2026-01-
|
|
22994
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481733+00:00"
|
|
22434
22995
|
},
|
|
22435
22996
|
"start_time": {
|
|
22436
22997
|
"type": "string",
|
|
@@ -22605,7 +23166,7 @@
|
|
|
22605
23166
|
},
|
|
22606
23167
|
"x-original-maxLength": 1024,
|
|
22607
23168
|
"x-reconciled-from-discovery": true,
|
|
22608
|
-
"x-reconciled-at": "2026-01-
|
|
23169
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481748+00:00"
|
|
22609
23170
|
}
|
|
22610
23171
|
},
|
|
22611
23172
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22765,7 +23326,7 @@
|
|
|
22765
23326
|
"maxLength": 17,
|
|
22766
23327
|
"minLength": 17,
|
|
22767
23328
|
"x-reconciled-from-discovery": true,
|
|
22768
|
-
"x-reconciled-at": "2026-01-
|
|
23329
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481770+00:00"
|
|
22769
23330
|
},
|
|
22770
23331
|
"system_metadata": {
|
|
22771
23332
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -22940,7 +23501,7 @@
|
|
|
22940
23501
|
},
|
|
22941
23502
|
"x-original-maxLength": 1024,
|
|
22942
23503
|
"x-reconciled-from-discovery": true,
|
|
22943
|
-
"x-reconciled-at": "2026-01-
|
|
23504
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481787+00:00"
|
|
22944
23505
|
},
|
|
22945
23506
|
"disabled": {
|
|
22946
23507
|
"type": "boolean",
|
|
@@ -22990,7 +23551,7 @@
|
|
|
22990
23551
|
},
|
|
22991
23552
|
"x-original-maxLength": 1024,
|
|
22992
23553
|
"x-reconciled-from-discovery": true,
|
|
22993
|
-
"x-reconciled-at": "2026-01-
|
|
23554
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481797+00:00"
|
|
22994
23555
|
},
|
|
22995
23556
|
"namespace": {
|
|
22996
23557
|
"type": "string",
|
|
@@ -23009,7 +23570,7 @@
|
|
|
23009
23570
|
},
|
|
23010
23571
|
"x-original-maxLength": 1024,
|
|
23011
23572
|
"x-reconciled-from-discovery": true,
|
|
23012
|
-
"x-reconciled-at": "2026-01-
|
|
23573
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481802+00:00"
|
|
23013
23574
|
},
|
|
23014
23575
|
"owner_view": {
|
|
23015
23576
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -23050,7 +23611,7 @@
|
|
|
23050
23611
|
"x-field-mutability": "read-only",
|
|
23051
23612
|
"x-original-maxLength": 1024,
|
|
23052
23613
|
"x-reconciled-from-discovery": true,
|
|
23053
|
-
"x-reconciled-at": "2026-01-
|
|
23614
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481810+00:00"
|
|
23054
23615
|
},
|
|
23055
23616
|
"uid": {
|
|
23056
23617
|
"type": "string",
|
|
@@ -23071,7 +23632,7 @@
|
|
|
23071
23632
|
"x-original-maxLength": 1024,
|
|
23072
23633
|
"format": "uuid",
|
|
23073
23634
|
"x-reconciled-from-discovery": true,
|
|
23074
|
-
"x-reconciled-at": "2026-01-
|
|
23635
|
+
"x-reconciled-at": "2026-01-05T18:29:19.481816+00:00"
|
|
23075
23636
|
}
|
|
23076
23637
|
},
|
|
23077
23638
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24012,7 +24573,7 @@
|
|
|
24012
24573
|
},
|
|
24013
24574
|
"x-original-maxLength": 1024,
|
|
24014
24575
|
"x-reconciled-from-discovery": true,
|
|
24015
|
-
"x-reconciled-at": "2026-01-
|
|
24576
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817298+00:00"
|
|
24016
24577
|
},
|
|
24017
24578
|
"namespace": {
|
|
24018
24579
|
"type": "string",
|
|
@@ -24031,7 +24592,7 @@
|
|
|
24031
24592
|
},
|
|
24032
24593
|
"x-original-maxLength": 1024,
|
|
24033
24594
|
"x-reconciled-from-discovery": true,
|
|
24034
|
-
"x-reconciled-at": "2026-01-
|
|
24595
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817304+00:00"
|
|
24035
24596
|
}
|
|
24036
24597
|
},
|
|
24037
24598
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24129,7 +24690,7 @@
|
|
|
24129
24690
|
"maxLength": 17,
|
|
24130
24691
|
"minLength": 17,
|
|
24131
24692
|
"x-reconciled-from-discovery": true,
|
|
24132
|
-
"x-reconciled-at": "2026-01-
|
|
24693
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817324+00:00"
|
|
24133
24694
|
},
|
|
24134
24695
|
"system_metadata": {
|
|
24135
24696
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -24324,7 +24885,7 @@
|
|
|
24324
24885
|
},
|
|
24325
24886
|
"x-original-maxLength": 1024,
|
|
24326
24887
|
"x-reconciled-from-discovery": true,
|
|
24327
|
-
"x-reconciled-at": "2026-01-
|
|
24888
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817342+00:00"
|
|
24328
24889
|
},
|
|
24329
24890
|
"disabled": {
|
|
24330
24891
|
"type": "boolean",
|
|
@@ -24374,7 +24935,7 @@
|
|
|
24374
24935
|
},
|
|
24375
24936
|
"x-original-maxLength": 1024,
|
|
24376
24937
|
"x-reconciled-from-discovery": true,
|
|
24377
|
-
"x-reconciled-at": "2026-01-
|
|
24938
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817353+00:00"
|
|
24378
24939
|
},
|
|
24379
24940
|
"namespace": {
|
|
24380
24941
|
"type": "string",
|
|
@@ -24393,7 +24954,7 @@
|
|
|
24393
24954
|
},
|
|
24394
24955
|
"x-original-maxLength": 1024,
|
|
24395
24956
|
"x-reconciled-from-discovery": true,
|
|
24396
|
-
"x-reconciled-at": "2026-01-
|
|
24957
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817357+00:00"
|
|
24397
24958
|
},
|
|
24398
24959
|
"owner_view": {
|
|
24399
24960
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -24434,7 +24995,7 @@
|
|
|
24434
24995
|
"x-field-mutability": "read-only",
|
|
24435
24996
|
"x-original-maxLength": 1024,
|
|
24436
24997
|
"x-reconciled-from-discovery": true,
|
|
24437
|
-
"x-reconciled-at": "2026-01-
|
|
24998
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817365+00:00"
|
|
24438
24999
|
},
|
|
24439
25000
|
"uid": {
|
|
24440
25001
|
"type": "string",
|
|
@@ -24455,7 +25016,7 @@
|
|
|
24455
25016
|
"x-original-maxLength": 1024,
|
|
24456
25017
|
"format": "uuid",
|
|
24457
25018
|
"x-reconciled-from-discovery": true,
|
|
24458
|
-
"x-reconciled-at": "2026-01-
|
|
25019
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817371+00:00"
|
|
24459
25020
|
}
|
|
24460
25021
|
},
|
|
24461
25022
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24663,7 +25224,7 @@
|
|
|
24663
25224
|
"readOnly": true,
|
|
24664
25225
|
"x-original-maxLength": 1024,
|
|
24665
25226
|
"x-reconciled-from-discovery": true,
|
|
24666
|
-
"x-reconciled-at": "2026-01-
|
|
25227
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817465+00:00"
|
|
24667
25228
|
},
|
|
24668
25229
|
"name": {
|
|
24669
25230
|
"type": "string",
|
|
@@ -24682,7 +25243,7 @@
|
|
|
24682
25243
|
},
|
|
24683
25244
|
"x-original-maxLength": 1024,
|
|
24684
25245
|
"x-reconciled-from-discovery": true,
|
|
24685
|
-
"x-reconciled-at": "2026-01-
|
|
25246
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817469+00:00"
|
|
24686
25247
|
},
|
|
24687
25248
|
"namespace": {
|
|
24688
25249
|
"type": "string",
|
|
@@ -24701,7 +25262,7 @@
|
|
|
24701
25262
|
},
|
|
24702
25263
|
"x-original-maxLength": 1024,
|
|
24703
25264
|
"x-reconciled-from-discovery": true,
|
|
24704
|
-
"x-reconciled-at": "2026-01-
|
|
25265
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817473+00:00"
|
|
24705
25266
|
},
|
|
24706
25267
|
"tenant": {
|
|
24707
25268
|
"type": "string",
|
|
@@ -24722,7 +25283,7 @@
|
|
|
24722
25283
|
"x-field-mutability": "read-only",
|
|
24723
25284
|
"x-original-maxLength": 1024,
|
|
24724
25285
|
"x-reconciled-from-discovery": true,
|
|
24725
|
-
"x-reconciled-at": "2026-01-
|
|
25286
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817477+00:00"
|
|
24726
25287
|
},
|
|
24727
25288
|
"uid": {
|
|
24728
25289
|
"type": "string",
|
|
@@ -24744,7 +25305,7 @@
|
|
|
24744
25305
|
"x-original-maxLength": 1024,
|
|
24745
25306
|
"format": "uuid",
|
|
24746
25307
|
"x-reconciled-from-discovery": true,
|
|
24747
|
-
"x-reconciled-at": "2026-01-
|
|
25308
|
+
"x-reconciled-at": "2026-01-05T18:29:19.817482+00:00"
|
|
24748
25309
|
}
|
|
24749
25310
|
},
|
|
24750
25311
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24922,7 +25483,7 @@
|
|
|
24922
25483
|
},
|
|
24923
25484
|
"x-original-maxLength": 1024,
|
|
24924
25485
|
"x-reconciled-from-discovery": true,
|
|
24925
|
-
"x-reconciled-at": "2026-01-
|
|
25486
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219291+00:00"
|
|
24926
25487
|
},
|
|
24927
25488
|
"namespace": {
|
|
24928
25489
|
"type": "string",
|
|
@@ -24941,7 +25502,7 @@
|
|
|
24941
25502
|
},
|
|
24942
25503
|
"x-original-maxLength": 1024,
|
|
24943
25504
|
"x-reconciled-from-discovery": true,
|
|
24944
|
-
"x-reconciled-at": "2026-01-
|
|
25505
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219298+00:00"
|
|
24945
25506
|
}
|
|
24946
25507
|
},
|
|
24947
25508
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25193,7 +25754,7 @@
|
|
|
25193
25754
|
},
|
|
25194
25755
|
"x-original-maxLength": 1024,
|
|
25195
25756
|
"x-reconciled-from-discovery": true,
|
|
25196
|
-
"x-reconciled-at": "2026-01-
|
|
25757
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219319+00:00"
|
|
25197
25758
|
}
|
|
25198
25759
|
},
|
|
25199
25760
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25325,7 +25886,7 @@
|
|
|
25325
25886
|
"maxLength": 17,
|
|
25326
25887
|
"minLength": 17,
|
|
25327
25888
|
"x-reconciled-from-discovery": true,
|
|
25328
|
-
"x-reconciled-at": "2026-01-
|
|
25889
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219336+00:00"
|
|
25329
25890
|
},
|
|
25330
25891
|
"system_metadata": {
|
|
25331
25892
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -25596,7 +26157,7 @@
|
|
|
25596
26157
|
},
|
|
25597
26158
|
"x-original-maxLength": 1024,
|
|
25598
26159
|
"x-reconciled-from-discovery": true,
|
|
25599
|
-
"x-reconciled-at": "2026-01-
|
|
26160
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219357+00:00"
|
|
25600
26161
|
},
|
|
25601
26162
|
"disabled": {
|
|
25602
26163
|
"type": "boolean",
|
|
@@ -25646,7 +26207,7 @@
|
|
|
25646
26207
|
},
|
|
25647
26208
|
"x-original-maxLength": 1024,
|
|
25648
26209
|
"x-reconciled-from-discovery": true,
|
|
25649
|
-
"x-reconciled-at": "2026-01-
|
|
26210
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219367+00:00"
|
|
25650
26211
|
},
|
|
25651
26212
|
"namespace": {
|
|
25652
26213
|
"type": "string",
|
|
@@ -25665,7 +26226,7 @@
|
|
|
25665
26226
|
},
|
|
25666
26227
|
"x-original-maxLength": 1024,
|
|
25667
26228
|
"x-reconciled-from-discovery": true,
|
|
25668
|
-
"x-reconciled-at": "2026-01-
|
|
26229
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219371+00:00"
|
|
25669
26230
|
},
|
|
25670
26231
|
"owner_view": {
|
|
25671
26232
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -25706,7 +26267,7 @@
|
|
|
25706
26267
|
"x-field-mutability": "read-only",
|
|
25707
26268
|
"x-original-maxLength": 1024,
|
|
25708
26269
|
"x-reconciled-from-discovery": true,
|
|
25709
|
-
"x-reconciled-at": "2026-01-
|
|
26270
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219379+00:00"
|
|
25710
26271
|
},
|
|
25711
26272
|
"uid": {
|
|
25712
26273
|
"type": "string",
|
|
@@ -25727,7 +26288,7 @@
|
|
|
25727
26288
|
"x-original-maxLength": 1024,
|
|
25728
26289
|
"format": "uuid",
|
|
25729
26290
|
"x-reconciled-from-discovery": true,
|
|
25730
|
-
"x-reconciled-at": "2026-01-
|
|
26291
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219385+00:00"
|
|
25731
26292
|
}
|
|
25732
26293
|
},
|
|
25733
26294
|
"x-f5xc-minimum-configuration": {
|
|
@@ -26091,7 +26652,7 @@
|
|
|
26091
26652
|
},
|
|
26092
26653
|
"x-original-maxLength": 1200,
|
|
26093
26654
|
"x-reconciled-from-discovery": true,
|
|
26094
|
-
"x-reconciled-at": "2026-01-
|
|
26655
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219485+00:00"
|
|
26095
26656
|
},
|
|
26096
26657
|
"disable": {
|
|
26097
26658
|
"type": "boolean",
|
|
@@ -26146,7 +26707,7 @@
|
|
|
26146
26707
|
},
|
|
26147
26708
|
"x-original-maxLength": 1024,
|
|
26148
26709
|
"x-reconciled-from-discovery": true,
|
|
26149
|
-
"x-reconciled-at": "2026-01-
|
|
26710
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219493+00:00"
|
|
26150
26711
|
},
|
|
26151
26712
|
"namespace": {
|
|
26152
26713
|
"type": "string",
|
|
@@ -26165,7 +26726,7 @@
|
|
|
26165
26726
|
},
|
|
26166
26727
|
"x-original-maxLength": 1024,
|
|
26167
26728
|
"x-reconciled-from-discovery": true,
|
|
26168
|
-
"x-reconciled-at": "2026-01-
|
|
26729
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219497+00:00"
|
|
26169
26730
|
},
|
|
26170
26731
|
"uid": {
|
|
26171
26732
|
"type": "string",
|
|
@@ -26187,7 +26748,7 @@
|
|
|
26187
26748
|
"x-original-maxLength": 1024,
|
|
26188
26749
|
"format": "uuid",
|
|
26189
26750
|
"x-reconciled-from-discovery": true,
|
|
26190
|
-
"x-reconciled-at": "2026-01-
|
|
26751
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219503+00:00"
|
|
26191
26752
|
}
|
|
26192
26753
|
},
|
|
26193
26754
|
"x-f5xc-minimum-configuration": {
|
|
@@ -26389,7 +26950,7 @@
|
|
|
26389
26950
|
"maxLength": 6,
|
|
26390
26951
|
"minLength": 6,
|
|
26391
26952
|
"x-reconciled-from-discovery": true,
|
|
26392
|
-
"x-reconciled-at": "2026-01-
|
|
26953
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219616+00:00"
|
|
26393
26954
|
},
|
|
26394
26955
|
"object_index": {
|
|
26395
26956
|
"type": "integer",
|
|
@@ -26462,7 +27023,7 @@
|
|
|
26462
27023
|
"x-field-mutability": "read-only",
|
|
26463
27024
|
"x-original-maxLength": 1024,
|
|
26464
27025
|
"x-reconciled-from-discovery": true,
|
|
26465
|
-
"x-reconciled-at": "2026-01-
|
|
27026
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219626+00:00"
|
|
26466
27027
|
},
|
|
26467
27028
|
"trace_info": {
|
|
26468
27029
|
"type": "string",
|
|
@@ -26500,7 +27061,7 @@
|
|
|
26500
27061
|
"x-original-maxLength": 1024,
|
|
26501
27062
|
"format": "uuid",
|
|
26502
27063
|
"x-reconciled-from-discovery": true,
|
|
26503
|
-
"x-reconciled-at": "2026-01-
|
|
27064
|
+
"x-reconciled-at": "2026-01-05T18:29:20.219633+00:00"
|
|
26504
27065
|
},
|
|
26505
27066
|
"vtrp_id": {
|
|
26506
27067
|
"type": "string",
|
|
@@ -26748,7 +27309,7 @@
|
|
|
26748
27309
|
},
|
|
26749
27310
|
"x-original-maxLength": 1024,
|
|
26750
27311
|
"x-reconciled-from-discovery": true,
|
|
26751
|
-
"x-reconciled-at": "2026-01-
|
|
27312
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086281+00:00"
|
|
26752
27313
|
},
|
|
26753
27314
|
"namespace": {
|
|
26754
27315
|
"type": "string",
|
|
@@ -26767,7 +27328,7 @@
|
|
|
26767
27328
|
},
|
|
26768
27329
|
"x-original-maxLength": 1024,
|
|
26769
27330
|
"x-reconciled-from-discovery": true,
|
|
26770
|
-
"x-reconciled-at": "2026-01-
|
|
27331
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086285+00:00"
|
|
26771
27332
|
}
|
|
26772
27333
|
},
|
|
26773
27334
|
"x-f5xc-minimum-configuration": {
|
|
@@ -26893,7 +27454,7 @@
|
|
|
26893
27454
|
"maxLength": 17,
|
|
26894
27455
|
"minLength": 17,
|
|
26895
27456
|
"x-reconciled-from-discovery": true,
|
|
26896
|
-
"x-reconciled-at": "2026-01-
|
|
27457
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086302+00:00"
|
|
26897
27458
|
},
|
|
26898
27459
|
"system_metadata": {
|
|
26899
27460
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -27077,7 +27638,7 @@
|
|
|
27077
27638
|
},
|
|
27078
27639
|
"x-original-maxLength": 1024,
|
|
27079
27640
|
"x-reconciled-from-discovery": true,
|
|
27080
|
-
"x-reconciled-at": "2026-01-
|
|
27641
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086317+00:00"
|
|
27081
27642
|
},
|
|
27082
27643
|
"disabled": {
|
|
27083
27644
|
"type": "boolean",
|
|
@@ -27127,7 +27688,7 @@
|
|
|
27127
27688
|
},
|
|
27128
27689
|
"x-original-maxLength": 1024,
|
|
27129
27690
|
"x-reconciled-from-discovery": true,
|
|
27130
|
-
"x-reconciled-at": "2026-01-
|
|
27691
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086327+00:00"
|
|
27131
27692
|
},
|
|
27132
27693
|
"namespace": {
|
|
27133
27694
|
"type": "string",
|
|
@@ -27146,7 +27707,7 @@
|
|
|
27146
27707
|
},
|
|
27147
27708
|
"x-original-maxLength": 1024,
|
|
27148
27709
|
"x-reconciled-from-discovery": true,
|
|
27149
|
-
"x-reconciled-at": "2026-01-
|
|
27710
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086331+00:00"
|
|
27150
27711
|
},
|
|
27151
27712
|
"owner_view": {
|
|
27152
27713
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -27187,7 +27748,7 @@
|
|
|
27187
27748
|
"x-field-mutability": "read-only",
|
|
27188
27749
|
"x-original-maxLength": 1024,
|
|
27189
27750
|
"x-reconciled-from-discovery": true,
|
|
27190
|
-
"x-reconciled-at": "2026-01-
|
|
27751
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086339+00:00"
|
|
27191
27752
|
},
|
|
27192
27753
|
"uid": {
|
|
27193
27754
|
"type": "string",
|
|
@@ -27208,7 +27769,7 @@
|
|
|
27208
27769
|
"x-original-maxLength": 1024,
|
|
27209
27770
|
"format": "uuid",
|
|
27210
27771
|
"x-reconciled-from-discovery": true,
|
|
27211
|
-
"x-reconciled-at": "2026-01-
|
|
27772
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086344+00:00"
|
|
27212
27773
|
}
|
|
27213
27774
|
},
|
|
27214
27775
|
"x-f5xc-minimum-configuration": {
|
|
@@ -27504,7 +28065,7 @@
|
|
|
27504
28065
|
},
|
|
27505
28066
|
"x-original-maxLength": 1024,
|
|
27506
28067
|
"x-reconciled-from-discovery": true,
|
|
27507
|
-
"x-reconciled-at": "2026-01-
|
|
28068
|
+
"x-reconciled-at": "2026-01-05T18:29:35.086376+00:00"
|
|
27508
28069
|
},
|
|
27509
28070
|
"network_interface": {
|
|
27510
28071
|
"$ref": "#/components/schemas/schemaNetworkInterfaceRefType"
|
|
@@ -28367,7 +28928,7 @@
|
|
|
28367
28928
|
},
|
|
28368
28929
|
"x-original-maxLength": 1024,
|
|
28369
28930
|
"x-reconciled-from-discovery": true,
|
|
28370
|
-
"x-reconciled-at": "2026-01-
|
|
28931
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827156+00:00"
|
|
28371
28932
|
},
|
|
28372
28933
|
"namespace": {
|
|
28373
28934
|
"type": "string",
|
|
@@ -28386,7 +28947,7 @@
|
|
|
28386
28947
|
},
|
|
28387
28948
|
"x-original-maxLength": 1024,
|
|
28388
28949
|
"x-reconciled-from-discovery": true,
|
|
28389
|
-
"x-reconciled-at": "2026-01-
|
|
28950
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827161+00:00"
|
|
28390
28951
|
}
|
|
28391
28952
|
},
|
|
28392
28953
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28484,7 +29045,7 @@
|
|
|
28484
29045
|
"maxLength": 17,
|
|
28485
29046
|
"minLength": 17,
|
|
28486
29047
|
"x-reconciled-from-discovery": true,
|
|
28487
|
-
"x-reconciled-at": "2026-01-
|
|
29048
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827176+00:00"
|
|
28488
29049
|
},
|
|
28489
29050
|
"system_metadata": {
|
|
28490
29051
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -28669,7 +29230,7 @@
|
|
|
28669
29230
|
},
|
|
28670
29231
|
"x-original-maxLength": 1024,
|
|
28671
29232
|
"x-reconciled-from-discovery": true,
|
|
28672
|
-
"x-reconciled-at": "2026-01-
|
|
29233
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827197+00:00"
|
|
28673
29234
|
},
|
|
28674
29235
|
"disabled": {
|
|
28675
29236
|
"type": "boolean",
|
|
@@ -28719,7 +29280,7 @@
|
|
|
28719
29280
|
},
|
|
28720
29281
|
"x-original-maxLength": 1024,
|
|
28721
29282
|
"x-reconciled-from-discovery": true,
|
|
28722
|
-
"x-reconciled-at": "2026-01-
|
|
29283
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827208+00:00"
|
|
28723
29284
|
},
|
|
28724
29285
|
"namespace": {
|
|
28725
29286
|
"type": "string",
|
|
@@ -28738,7 +29299,7 @@
|
|
|
28738
29299
|
},
|
|
28739
29300
|
"x-original-maxLength": 1024,
|
|
28740
29301
|
"x-reconciled-from-discovery": true,
|
|
28741
|
-
"x-reconciled-at": "2026-01-
|
|
29302
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827212+00:00"
|
|
28742
29303
|
},
|
|
28743
29304
|
"owner_view": {
|
|
28744
29305
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -28779,7 +29340,7 @@
|
|
|
28779
29340
|
"x-field-mutability": "read-only",
|
|
28780
29341
|
"x-original-maxLength": 1024,
|
|
28781
29342
|
"x-reconciled-from-discovery": true,
|
|
28782
|
-
"x-reconciled-at": "2026-01-
|
|
29343
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827220+00:00"
|
|
28783
29344
|
},
|
|
28784
29345
|
"uid": {
|
|
28785
29346
|
"type": "string",
|
|
@@ -28800,7 +29361,7 @@
|
|
|
28800
29361
|
"x-original-maxLength": 1024,
|
|
28801
29362
|
"format": "uuid",
|
|
28802
29363
|
"x-reconciled-from-discovery": true,
|
|
28803
|
-
"x-reconciled-at": "2026-01-
|
|
29364
|
+
"x-reconciled-at": "2026-01-05T18:29:38.827225+00:00"
|
|
28804
29365
|
}
|
|
28805
29366
|
},
|
|
28806
29367
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29101,7 +29662,7 @@
|
|
|
29101
29662
|
},
|
|
29102
29663
|
"x-original-maxLength": 1024,
|
|
29103
29664
|
"x-reconciled-from-discovery": true,
|
|
29104
|
-
"x-reconciled-at": "2026-01-
|
|
29665
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687587+00:00"
|
|
29105
29666
|
},
|
|
29106
29667
|
"namespace": {
|
|
29107
29668
|
"type": "string",
|
|
@@ -29120,7 +29681,7 @@
|
|
|
29120
29681
|
},
|
|
29121
29682
|
"x-original-maxLength": 1024,
|
|
29122
29683
|
"x-reconciled-from-discovery": true,
|
|
29123
|
-
"x-reconciled-at": "2026-01-
|
|
29684
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687591+00:00"
|
|
29124
29685
|
}
|
|
29125
29686
|
},
|
|
29126
29687
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29218,7 +29779,7 @@
|
|
|
29218
29779
|
"maxLength": 17,
|
|
29219
29780
|
"minLength": 17,
|
|
29220
29781
|
"x-reconciled-from-discovery": true,
|
|
29221
|
-
"x-reconciled-at": "2026-01-
|
|
29782
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687612+00:00"
|
|
29222
29783
|
},
|
|
29223
29784
|
"system_metadata": {
|
|
29224
29785
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -29422,7 +29983,7 @@
|
|
|
29422
29983
|
},
|
|
29423
29984
|
"x-original-maxLength": 1024,
|
|
29424
29985
|
"x-reconciled-from-discovery": true,
|
|
29425
|
-
"x-reconciled-at": "2026-01-
|
|
29986
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687628+00:00"
|
|
29426
29987
|
},
|
|
29427
29988
|
"disabled": {
|
|
29428
29989
|
"type": "boolean",
|
|
@@ -29472,7 +30033,7 @@
|
|
|
29472
30033
|
},
|
|
29473
30034
|
"x-original-maxLength": 1024,
|
|
29474
30035
|
"x-reconciled-from-discovery": true,
|
|
29475
|
-
"x-reconciled-at": "2026-01-
|
|
30036
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687639+00:00"
|
|
29476
30037
|
},
|
|
29477
30038
|
"namespace": {
|
|
29478
30039
|
"type": "string",
|
|
@@ -29491,7 +30052,7 @@
|
|
|
29491
30052
|
},
|
|
29492
30053
|
"x-original-maxLength": 1024,
|
|
29493
30054
|
"x-reconciled-from-discovery": true,
|
|
29494
|
-
"x-reconciled-at": "2026-01-
|
|
30055
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687643+00:00"
|
|
29495
30056
|
},
|
|
29496
30057
|
"owner_view": {
|
|
29497
30058
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -29532,7 +30093,7 @@
|
|
|
29532
30093
|
"x-field-mutability": "read-only",
|
|
29533
30094
|
"x-original-maxLength": 1024,
|
|
29534
30095
|
"x-reconciled-from-discovery": true,
|
|
29535
|
-
"x-reconciled-at": "2026-01-
|
|
30096
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687651+00:00"
|
|
29536
30097
|
},
|
|
29537
30098
|
"uid": {
|
|
29538
30099
|
"type": "string",
|
|
@@ -29553,7 +30114,7 @@
|
|
|
29553
30114
|
"x-original-maxLength": 1024,
|
|
29554
30115
|
"format": "uuid",
|
|
29555
30116
|
"x-reconciled-from-discovery": true,
|
|
29556
|
-
"x-reconciled-at": "2026-01-
|
|
30117
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687656+00:00"
|
|
29557
30118
|
}
|
|
29558
30119
|
},
|
|
29559
30120
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29659,7 +30220,7 @@
|
|
|
29659
30220
|
},
|
|
29660
30221
|
"x-original-maxLength": 1024,
|
|
29661
30222
|
"x-reconciled-from-discovery": true,
|
|
29662
|
-
"x-reconciled-at": "2026-01-
|
|
30223
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687666+00:00"
|
|
29663
30224
|
},
|
|
29664
30225
|
"policy": {
|
|
29665
30226
|
"type": "string",
|
|
@@ -29819,7 +30380,7 @@
|
|
|
29819
30380
|
},
|
|
29820
30381
|
"x-original-maxLength": 1024,
|
|
29821
30382
|
"x-reconciled-from-discovery": true,
|
|
29822
|
-
"x-reconciled-at": "2026-01-
|
|
30383
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687683+00:00"
|
|
29823
30384
|
},
|
|
29824
30385
|
"start_time": {
|
|
29825
30386
|
"type": "string",
|
|
@@ -29996,7 +30557,7 @@
|
|
|
29996
30557
|
},
|
|
29997
30558
|
"x-original-maxLength": 1024,
|
|
29998
30559
|
"x-reconciled-from-discovery": true,
|
|
29999
|
-
"x-reconciled-at": "2026-01-
|
|
30560
|
+
"x-reconciled-at": "2026-01-05T18:29:39.687699+00:00"
|
|
30000
30561
|
}
|
|
30001
30562
|
},
|
|
30002
30563
|
"x-f5xc-minimum-configuration": {
|
|
@@ -30453,7 +31014,7 @@
|
|
|
30453
31014
|
},
|
|
30454
31015
|
"x-original-maxLength": 1024,
|
|
30455
31016
|
"x-reconciled-from-discovery": true,
|
|
30456
|
-
"x-reconciled-at": "2026-01-
|
|
31017
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043236+00:00"
|
|
30457
31018
|
},
|
|
30458
31019
|
"namespace": {
|
|
30459
31020
|
"type": "string",
|
|
@@ -30472,7 +31033,7 @@
|
|
|
30472
31033
|
},
|
|
30473
31034
|
"x-original-maxLength": 1024,
|
|
30474
31035
|
"x-reconciled-from-discovery": true,
|
|
30475
|
-
"x-reconciled-at": "2026-01-
|
|
31036
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043240+00:00"
|
|
30476
31037
|
}
|
|
30477
31038
|
},
|
|
30478
31039
|
"x-f5xc-minimum-configuration": {
|
|
@@ -30570,7 +31131,7 @@
|
|
|
30570
31131
|
"maxLength": 17,
|
|
30571
31132
|
"minLength": 17,
|
|
30572
31133
|
"x-reconciled-from-discovery": true,
|
|
30573
|
-
"x-reconciled-at": "2026-01-
|
|
31134
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043256+00:00"
|
|
30574
31135
|
},
|
|
30575
31136
|
"system_metadata": {
|
|
30576
31137
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -30798,7 +31359,7 @@
|
|
|
30798
31359
|
},
|
|
30799
31360
|
"x-original-maxLength": 1024,
|
|
30800
31361
|
"x-reconciled-from-discovery": true,
|
|
30801
|
-
"x-reconciled-at": "2026-01-
|
|
31362
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043279+00:00"
|
|
30802
31363
|
},
|
|
30803
31364
|
"disabled": {
|
|
30804
31365
|
"type": "boolean",
|
|
@@ -30848,7 +31409,7 @@
|
|
|
30848
31409
|
},
|
|
30849
31410
|
"x-original-maxLength": 1024,
|
|
30850
31411
|
"x-reconciled-from-discovery": true,
|
|
30851
|
-
"x-reconciled-at": "2026-01-
|
|
31412
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043290+00:00"
|
|
30852
31413
|
},
|
|
30853
31414
|
"namespace": {
|
|
30854
31415
|
"type": "string",
|
|
@@ -30867,7 +31428,7 @@
|
|
|
30867
31428
|
},
|
|
30868
31429
|
"x-original-maxLength": 1024,
|
|
30869
31430
|
"x-reconciled-from-discovery": true,
|
|
30870
|
-
"x-reconciled-at": "2026-01-
|
|
31431
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043294+00:00"
|
|
30871
31432
|
},
|
|
30872
31433
|
"owner_view": {
|
|
30873
31434
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -30908,7 +31469,7 @@
|
|
|
30908
31469
|
"x-field-mutability": "read-only",
|
|
30909
31470
|
"x-original-maxLength": 1024,
|
|
30910
31471
|
"x-reconciled-from-discovery": true,
|
|
30911
|
-
"x-reconciled-at": "2026-01-
|
|
31472
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043302+00:00"
|
|
30912
31473
|
},
|
|
30913
31474
|
"uid": {
|
|
30914
31475
|
"type": "string",
|
|
@@ -30929,7 +31490,7 @@
|
|
|
30929
31490
|
"x-original-maxLength": 1024,
|
|
30930
31491
|
"format": "uuid",
|
|
30931
31492
|
"x-reconciled-from-discovery": true,
|
|
30932
|
-
"x-reconciled-at": "2026-01-
|
|
31493
|
+
"x-reconciled-at": "2026-01-05T18:29:40.043308+00:00"
|
|
30933
31494
|
}
|
|
30934
31495
|
},
|
|
30935
31496
|
"x-f5xc-minimum-configuration": {
|
|
@@ -31219,7 +31780,7 @@
|
|
|
31219
31780
|
"maxLength": 17,
|
|
31220
31781
|
"minLength": 17,
|
|
31221
31782
|
"x-reconciled-from-discovery": true,
|
|
31222
|
-
"x-reconciled-at": "2026-01-
|
|
31783
|
+
"x-reconciled-at": "2026-01-05T18:29:40.321658+00:00"
|
|
31223
31784
|
},
|
|
31224
31785
|
"system_metadata": {
|
|
31225
31786
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -31391,7 +31952,7 @@
|
|
|
31391
31952
|
},
|
|
31392
31953
|
"x-original-maxLength": 1024,
|
|
31393
31954
|
"x-reconciled-from-discovery": true,
|
|
31394
|
-
"x-reconciled-at": "2026-01-
|
|
31955
|
+
"x-reconciled-at": "2026-01-05T18:29:40.321675+00:00"
|
|
31395
31956
|
},
|
|
31396
31957
|
"disabled": {
|
|
31397
31958
|
"type": "boolean",
|
|
@@ -31441,7 +32002,7 @@
|
|
|
31441
32002
|
},
|
|
31442
32003
|
"x-original-maxLength": 1024,
|
|
31443
32004
|
"x-reconciled-from-discovery": true,
|
|
31444
|
-
"x-reconciled-at": "2026-01-
|
|
32005
|
+
"x-reconciled-at": "2026-01-05T18:29:40.321687+00:00"
|
|
31445
32006
|
},
|
|
31446
32007
|
"namespace": {
|
|
31447
32008
|
"type": "string",
|
|
@@ -31460,7 +32021,7 @@
|
|
|
31460
32021
|
},
|
|
31461
32022
|
"x-original-maxLength": 1024,
|
|
31462
32023
|
"x-reconciled-from-discovery": true,
|
|
31463
|
-
"x-reconciled-at": "2026-01-
|
|
32024
|
+
"x-reconciled-at": "2026-01-05T18:29:40.321691+00:00"
|
|
31464
32025
|
},
|
|
31465
32026
|
"owner_view": {
|
|
31466
32027
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -31501,7 +32062,7 @@
|
|
|
31501
32062
|
"x-field-mutability": "read-only",
|
|
31502
32063
|
"x-original-maxLength": 1024,
|
|
31503
32064
|
"x-reconciled-from-discovery": true,
|
|
31504
|
-
"x-reconciled-at": "2026-01-
|
|
32065
|
+
"x-reconciled-at": "2026-01-05T18:29:40.321699+00:00"
|
|
31505
32066
|
},
|
|
31506
32067
|
"uid": {
|
|
31507
32068
|
"type": "string",
|
|
@@ -31522,7 +32083,7 @@
|
|
|
31522
32083
|
"x-original-maxLength": 1024,
|
|
31523
32084
|
"format": "uuid",
|
|
31524
32085
|
"x-reconciled-from-discovery": true,
|
|
31525
|
-
"x-reconciled-at": "2026-01-
|
|
32086
|
+
"x-reconciled-at": "2026-01-05T18:29:40.321705+00:00"
|
|
31526
32087
|
}
|
|
31527
32088
|
},
|
|
31528
32089
|
"x-f5xc-minimum-configuration": {
|
|
@@ -31696,7 +32257,7 @@
|
|
|
31696
32257
|
},
|
|
31697
32258
|
"x-original-maxLength": 1024,
|
|
31698
32259
|
"x-reconciled-from-discovery": true,
|
|
31699
|
-
"x-reconciled-at": "2026-01-
|
|
32260
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671488+00:00"
|
|
31700
32261
|
},
|
|
31701
32262
|
"namespace": {
|
|
31702
32263
|
"type": "string",
|
|
@@ -31715,7 +32276,7 @@
|
|
|
31715
32276
|
},
|
|
31716
32277
|
"x-original-maxLength": 1024,
|
|
31717
32278
|
"x-reconciled-from-discovery": true,
|
|
31718
|
-
"x-reconciled-at": "2026-01-
|
|
32279
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671492+00:00"
|
|
31719
32280
|
}
|
|
31720
32281
|
},
|
|
31721
32282
|
"x-f5xc-minimum-configuration": {
|
|
@@ -31939,7 +32500,7 @@
|
|
|
31939
32500
|
"maxLength": 17,
|
|
31940
32501
|
"minLength": 17,
|
|
31941
32502
|
"x-reconciled-from-discovery": true,
|
|
31942
|
-
"x-reconciled-at": "2026-01-
|
|
32503
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671519+00:00"
|
|
31943
32504
|
},
|
|
31944
32505
|
"system_metadata": {
|
|
31945
32506
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -32074,7 +32635,7 @@
|
|
|
32074
32635
|
},
|
|
32075
32636
|
"x-original-maxLength": 1024,
|
|
32076
32637
|
"x-reconciled-from-discovery": true,
|
|
32077
|
-
"x-reconciled-at": "2026-01-
|
|
32638
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671532+00:00"
|
|
32078
32639
|
},
|
|
32079
32640
|
"disabled": {
|
|
32080
32641
|
"type": "boolean",
|
|
@@ -32124,7 +32685,7 @@
|
|
|
32124
32685
|
},
|
|
32125
32686
|
"x-original-maxLength": 1024,
|
|
32126
32687
|
"x-reconciled-from-discovery": true,
|
|
32127
|
-
"x-reconciled-at": "2026-01-
|
|
32688
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671542+00:00"
|
|
32128
32689
|
},
|
|
32129
32690
|
"namespace": {
|
|
32130
32691
|
"type": "string",
|
|
@@ -32143,7 +32704,7 @@
|
|
|
32143
32704
|
},
|
|
32144
32705
|
"x-original-maxLength": 1024,
|
|
32145
32706
|
"x-reconciled-from-discovery": true,
|
|
32146
|
-
"x-reconciled-at": "2026-01-
|
|
32707
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671547+00:00"
|
|
32147
32708
|
},
|
|
32148
32709
|
"owner_view": {
|
|
32149
32710
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -32184,7 +32745,7 @@
|
|
|
32184
32745
|
"x-field-mutability": "read-only",
|
|
32185
32746
|
"x-original-maxLength": 1024,
|
|
32186
32747
|
"x-reconciled-from-discovery": true,
|
|
32187
|
-
"x-reconciled-at": "2026-01-
|
|
32748
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671555+00:00"
|
|
32188
32749
|
},
|
|
32189
32750
|
"uid": {
|
|
32190
32751
|
"type": "string",
|
|
@@ -32205,7 +32766,7 @@
|
|
|
32205
32766
|
"x-original-maxLength": 1024,
|
|
32206
32767
|
"format": "uuid",
|
|
32207
32768
|
"x-reconciled-from-discovery": true,
|
|
32208
|
-
"x-reconciled-at": "2026-01-
|
|
32769
|
+
"x-reconciled-at": "2026-01-05T18:29:42.671560+00:00"
|
|
32209
32770
|
}
|
|
32210
32771
|
},
|
|
32211
32772
|
"x-f5xc-minimum-configuration": {
|
|
@@ -32948,7 +33509,7 @@
|
|
|
32948
33509
|
},
|
|
32949
33510
|
"x-original-maxLength": 1024,
|
|
32950
33511
|
"x-reconciled-from-discovery": true,
|
|
32951
|
-
"x-reconciled-at": "2026-01-
|
|
33512
|
+
"x-reconciled-at": "2026-01-05T18:29:50.849987+00:00"
|
|
32952
33513
|
}
|
|
32953
33514
|
},
|
|
32954
33515
|
"x-f5xc-minimum-configuration": {
|
|
@@ -32994,7 +33555,7 @@
|
|
|
32994
33555
|
"maxLength": 15,
|
|
32995
33556
|
"minLength": 3,
|
|
32996
33557
|
"x-reconciled-from-discovery": true,
|
|
32997
|
-
"x-reconciled-at": "2026-01-
|
|
33558
|
+
"x-reconciled-at": "2026-01-05T18:29:50.849995+00:00"
|
|
32998
33559
|
}
|
|
32999
33560
|
},
|
|
33000
33561
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33090,7 +33651,7 @@
|
|
|
33090
33651
|
},
|
|
33091
33652
|
"x-original-maxLength": 1024,
|
|
33092
33653
|
"x-reconciled-from-discovery": true,
|
|
33093
|
-
"x-reconciled-at": "2026-01-
|
|
33654
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850005+00:00"
|
|
33094
33655
|
},
|
|
33095
33656
|
"site": {
|
|
33096
33657
|
"type": "string",
|
|
@@ -33229,7 +33790,7 @@
|
|
|
33229
33790
|
},
|
|
33230
33791
|
"x-original-maxLength": 1024,
|
|
33231
33792
|
"x-reconciled-from-discovery": true,
|
|
33232
|
-
"x-reconciled-at": "2026-01-
|
|
33793
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850021+00:00"
|
|
33233
33794
|
},
|
|
33234
33795
|
"namespace": {
|
|
33235
33796
|
"type": "string",
|
|
@@ -33248,7 +33809,7 @@
|
|
|
33248
33809
|
},
|
|
33249
33810
|
"x-original-maxLength": 1024,
|
|
33250
33811
|
"x-reconciled-from-discovery": true,
|
|
33251
|
-
"x-reconciled-at": "2026-01-
|
|
33812
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850025+00:00"
|
|
33252
33813
|
}
|
|
33253
33814
|
},
|
|
33254
33815
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33346,7 +33907,7 @@
|
|
|
33346
33907
|
"maxLength": 17,
|
|
33347
33908
|
"minLength": 17,
|
|
33348
33909
|
"x-reconciled-from-discovery": true,
|
|
33349
|
-
"x-reconciled-at": "2026-01-
|
|
33910
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850051+00:00"
|
|
33350
33911
|
},
|
|
33351
33912
|
"system_metadata": {
|
|
33352
33913
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -33481,7 +34042,7 @@
|
|
|
33481
34042
|
},
|
|
33482
34043
|
"x-original-maxLength": 1024,
|
|
33483
34044
|
"x-reconciled-from-discovery": true,
|
|
33484
|
-
"x-reconciled-at": "2026-01-
|
|
34045
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850062+00:00"
|
|
33485
34046
|
},
|
|
33486
34047
|
"disabled": {
|
|
33487
34048
|
"type": "boolean",
|
|
@@ -33531,7 +34092,7 @@
|
|
|
33531
34092
|
},
|
|
33532
34093
|
"x-original-maxLength": 1024,
|
|
33533
34094
|
"x-reconciled-from-discovery": true,
|
|
33534
|
-
"x-reconciled-at": "2026-01-
|
|
34095
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850072+00:00"
|
|
33535
34096
|
},
|
|
33536
34097
|
"namespace": {
|
|
33537
34098
|
"type": "string",
|
|
@@ -33550,7 +34111,7 @@
|
|
|
33550
34111
|
},
|
|
33551
34112
|
"x-original-maxLength": 1024,
|
|
33552
34113
|
"x-reconciled-from-discovery": true,
|
|
33553
|
-
"x-reconciled-at": "2026-01-
|
|
34114
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850076+00:00"
|
|
33554
34115
|
},
|
|
33555
34116
|
"owner_view": {
|
|
33556
34117
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -33591,7 +34152,7 @@
|
|
|
33591
34152
|
"x-field-mutability": "read-only",
|
|
33592
34153
|
"x-original-maxLength": 1024,
|
|
33593
34154
|
"x-reconciled-from-discovery": true,
|
|
33594
|
-
"x-reconciled-at": "2026-01-
|
|
34155
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850084+00:00"
|
|
33595
34156
|
},
|
|
33596
34157
|
"uid": {
|
|
33597
34158
|
"type": "string",
|
|
@@ -33612,7 +34173,7 @@
|
|
|
33612
34173
|
"x-original-maxLength": 1024,
|
|
33613
34174
|
"format": "uuid",
|
|
33614
34175
|
"x-reconciled-from-discovery": true,
|
|
33615
|
-
"x-reconciled-at": "2026-01-
|
|
34176
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850088+00:00"
|
|
33616
34177
|
}
|
|
33617
34178
|
},
|
|
33618
34179
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33840,7 +34401,7 @@
|
|
|
33840
34401
|
},
|
|
33841
34402
|
"x-original-maxLength": 1024,
|
|
33842
34403
|
"x-reconciled-from-discovery": true,
|
|
33843
|
-
"x-reconciled-at": "2026-01-
|
|
34404
|
+
"x-reconciled-at": "2026-01-05T18:29:50.850106+00:00"
|
|
33844
34405
|
},
|
|
33845
34406
|
"start_time": {
|
|
33846
34407
|
"type": "string",
|
|
@@ -34112,7 +34673,7 @@
|
|
|
34112
34673
|
"maxLength": 17,
|
|
34113
34674
|
"minLength": 17,
|
|
34114
34675
|
"x-reconciled-from-discovery": true,
|
|
34115
|
-
"x-reconciled-at": "2026-01-
|
|
34676
|
+
"x-reconciled-at": "2026-01-05T18:29:51.144581+00:00"
|
|
34116
34677
|
},
|
|
34117
34678
|
"system_metadata": {
|
|
34118
34679
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -34286,7 +34847,7 @@
|
|
|
34286
34847
|
},
|
|
34287
34848
|
"x-original-maxLength": 1024,
|
|
34288
34849
|
"x-reconciled-from-discovery": true,
|
|
34289
|
-
"x-reconciled-at": "2026-01-
|
|
34850
|
+
"x-reconciled-at": "2026-01-05T18:29:51.144595+00:00"
|
|
34290
34851
|
},
|
|
34291
34852
|
"disabled": {
|
|
34292
34853
|
"type": "boolean",
|
|
@@ -34336,7 +34897,7 @@
|
|
|
34336
34897
|
},
|
|
34337
34898
|
"x-original-maxLength": 1024,
|
|
34338
34899
|
"x-reconciled-from-discovery": true,
|
|
34339
|
-
"x-reconciled-at": "2026-01-
|
|
34900
|
+
"x-reconciled-at": "2026-01-05T18:29:51.144605+00:00"
|
|
34340
34901
|
},
|
|
34341
34902
|
"namespace": {
|
|
34342
34903
|
"type": "string",
|
|
@@ -34355,7 +34916,7 @@
|
|
|
34355
34916
|
},
|
|
34356
34917
|
"x-original-maxLength": 1024,
|
|
34357
34918
|
"x-reconciled-from-discovery": true,
|
|
34358
|
-
"x-reconciled-at": "2026-01-
|
|
34919
|
+
"x-reconciled-at": "2026-01-05T18:29:51.144610+00:00"
|
|
34359
34920
|
},
|
|
34360
34921
|
"owner_view": {
|
|
34361
34922
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -34396,7 +34957,7 @@
|
|
|
34396
34957
|
"x-field-mutability": "read-only",
|
|
34397
34958
|
"x-original-maxLength": 1024,
|
|
34398
34959
|
"x-reconciled-from-discovery": true,
|
|
34399
|
-
"x-reconciled-at": "2026-01-
|
|
34960
|
+
"x-reconciled-at": "2026-01-05T18:29:51.144618+00:00"
|
|
34400
34961
|
},
|
|
34401
34962
|
"uid": {
|
|
34402
34963
|
"type": "string",
|
|
@@ -34417,7 +34978,7 @@
|
|
|
34417
34978
|
"x-original-maxLength": 1024,
|
|
34418
34979
|
"format": "uuid",
|
|
34419
34980
|
"x-reconciled-from-discovery": true,
|
|
34420
|
-
"x-reconciled-at": "2026-01-
|
|
34981
|
+
"x-reconciled-at": "2026-01-05T18:29:51.144623+00:00"
|
|
34421
34982
|
}
|
|
34422
34983
|
},
|
|
34423
34984
|
"x-f5xc-minimum-configuration": {
|
|
@@ -35152,7 +35713,7 @@
|
|
|
35152
35713
|
},
|
|
35153
35714
|
"x-original-maxLength": 256,
|
|
35154
35715
|
"x-reconciled-from-discovery": true,
|
|
35155
|
-
"x-reconciled-at": "2026-01-
|
|
35716
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676124+00:00"
|
|
35156
35717
|
}
|
|
35157
35718
|
},
|
|
35158
35719
|
"x-f5xc-minimum-configuration": {
|
|
@@ -35282,7 +35843,7 @@
|
|
|
35282
35843
|
},
|
|
35283
35844
|
"x-original-maxLength": 1024,
|
|
35284
35845
|
"x-reconciled-from-discovery": true,
|
|
35285
|
-
"x-reconciled-at": "2026-01-
|
|
35846
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676138+00:00"
|
|
35286
35847
|
}
|
|
35287
35848
|
},
|
|
35288
35849
|
"x-f5xc-minimum-configuration": {
|
|
@@ -35450,7 +36011,7 @@
|
|
|
35450
36011
|
},
|
|
35451
36012
|
"x-original-maxLength": 1024,
|
|
35452
36013
|
"x-reconciled-from-discovery": true,
|
|
35453
|
-
"x-reconciled-at": "2026-01-
|
|
36014
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676157+00:00"
|
|
35454
36015
|
}
|
|
35455
36016
|
},
|
|
35456
36017
|
"x-f5xc-minimum-configuration": {
|
|
@@ -35707,7 +36268,7 @@
|
|
|
35707
36268
|
},
|
|
35708
36269
|
"x-original-maxLength": 256,
|
|
35709
36270
|
"x-reconciled-from-discovery": true,
|
|
35710
|
-
"x-reconciled-at": "2026-01-
|
|
36271
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676181+00:00"
|
|
35711
36272
|
}
|
|
35712
36273
|
},
|
|
35713
36274
|
"x-f5xc-minimum-configuration": {
|
|
@@ -36439,7 +37000,7 @@
|
|
|
36439
37000
|
},
|
|
36440
37001
|
"x-original-maxLength": 256,
|
|
36441
37002
|
"x-reconciled-from-discovery": true,
|
|
36442
|
-
"x-reconciled-at": "2026-01-
|
|
37003
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676211+00:00"
|
|
36443
37004
|
}
|
|
36444
37005
|
},
|
|
36445
37006
|
"x-f5xc-minimum-configuration": {
|
|
@@ -38395,7 +38956,7 @@
|
|
|
38395
38956
|
},
|
|
38396
38957
|
"x-original-maxLength": 1024,
|
|
38397
38958
|
"x-reconciled-from-discovery": true,
|
|
38398
|
-
"x-reconciled-at": "2026-01-
|
|
38959
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676362+00:00"
|
|
38399
38960
|
},
|
|
38400
38961
|
"regex_values": {
|
|
38401
38962
|
"type": "array",
|
|
@@ -38693,7 +39254,7 @@
|
|
|
38693
39254
|
},
|
|
38694
39255
|
"x-original-maxLength": 256,
|
|
38695
39256
|
"x-reconciled-from-discovery": true,
|
|
38696
|
-
"x-reconciled-at": "2026-01-
|
|
39257
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676563+00:00"
|
|
38697
39258
|
}
|
|
38698
39259
|
},
|
|
38699
39260
|
"x-f5xc-minimum-configuration": {
|
|
@@ -38962,7 +39523,7 @@
|
|
|
38962
39523
|
},
|
|
38963
39524
|
"x-original-maxLength": 256,
|
|
38964
39525
|
"x-reconciled-from-discovery": true,
|
|
38965
|
-
"x-reconciled-at": "2026-01-
|
|
39526
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676585+00:00"
|
|
38966
39527
|
}
|
|
38967
39528
|
},
|
|
38968
39529
|
"x-f5xc-minimum-configuration": {
|
|
@@ -39690,7 +40251,7 @@
|
|
|
39690
40251
|
},
|
|
39691
40252
|
"x-original-maxLength": 1024,
|
|
39692
40253
|
"x-reconciled-from-discovery": true,
|
|
39693
|
-
"x-reconciled-at": "2026-01-
|
|
40254
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676689+00:00"
|
|
39694
40255
|
},
|
|
39695
40256
|
"namespace": {
|
|
39696
40257
|
"type": "string",
|
|
@@ -39709,7 +40270,7 @@
|
|
|
39709
40270
|
},
|
|
39710
40271
|
"x-original-maxLength": 1024,
|
|
39711
40272
|
"x-reconciled-from-discovery": true,
|
|
39712
|
-
"x-reconciled-at": "2026-01-
|
|
40273
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676693+00:00"
|
|
39713
40274
|
}
|
|
39714
40275
|
},
|
|
39715
40276
|
"x-f5xc-minimum-configuration": {
|
|
@@ -39807,7 +40368,7 @@
|
|
|
39807
40368
|
"maxLength": 17,
|
|
39808
40369
|
"minLength": 17,
|
|
39809
40370
|
"x-reconciled-from-discovery": true,
|
|
39810
|
-
"x-reconciled-at": "2026-01-
|
|
40371
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676707+00:00"
|
|
39811
40372
|
},
|
|
39812
40373
|
"system_metadata": {
|
|
39813
40374
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -39984,7 +40545,7 @@
|
|
|
39984
40545
|
},
|
|
39985
40546
|
"x-original-maxLength": 1024,
|
|
39986
40547
|
"x-reconciled-from-discovery": true,
|
|
39987
|
-
"x-reconciled-at": "2026-01-
|
|
40548
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676721+00:00"
|
|
39988
40549
|
},
|
|
39989
40550
|
"disabled": {
|
|
39990
40551
|
"type": "boolean",
|
|
@@ -40034,7 +40595,7 @@
|
|
|
40034
40595
|
},
|
|
40035
40596
|
"x-original-maxLength": 1024,
|
|
40036
40597
|
"x-reconciled-from-discovery": true,
|
|
40037
|
-
"x-reconciled-at": "2026-01-
|
|
40598
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676730+00:00"
|
|
40038
40599
|
},
|
|
40039
40600
|
"namespace": {
|
|
40040
40601
|
"type": "string",
|
|
@@ -40053,7 +40614,7 @@
|
|
|
40053
40614
|
},
|
|
40054
40615
|
"x-original-maxLength": 1024,
|
|
40055
40616
|
"x-reconciled-from-discovery": true,
|
|
40056
|
-
"x-reconciled-at": "2026-01-
|
|
40617
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676734+00:00"
|
|
40057
40618
|
},
|
|
40058
40619
|
"owner_view": {
|
|
40059
40620
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -40094,7 +40655,7 @@
|
|
|
40094
40655
|
"x-field-mutability": "read-only",
|
|
40095
40656
|
"x-original-maxLength": 1024,
|
|
40096
40657
|
"x-reconciled-from-discovery": true,
|
|
40097
|
-
"x-reconciled-at": "2026-01-
|
|
40658
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676742+00:00"
|
|
40098
40659
|
},
|
|
40099
40660
|
"uid": {
|
|
40100
40661
|
"type": "string",
|
|
@@ -40115,7 +40676,7 @@
|
|
|
40115
40676
|
"x-original-maxLength": 1024,
|
|
40116
40677
|
"format": "uuid",
|
|
40117
40678
|
"x-reconciled-from-discovery": true,
|
|
40118
|
-
"x-reconciled-at": "2026-01-
|
|
40679
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676747+00:00"
|
|
40119
40680
|
}
|
|
40120
40681
|
},
|
|
40121
40682
|
"x-f5xc-minimum-configuration": {
|
|
@@ -40332,7 +40893,7 @@
|
|
|
40332
40893
|
},
|
|
40333
40894
|
"x-original-maxLength": 1024,
|
|
40334
40895
|
"x-reconciled-from-discovery": true,
|
|
40335
|
-
"x-reconciled-at": "2026-01-
|
|
40896
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676764+00:00"
|
|
40336
40897
|
},
|
|
40337
40898
|
"policy": {
|
|
40338
40899
|
"type": "string",
|
|
@@ -40509,7 +41070,7 @@
|
|
|
40509
41070
|
},
|
|
40510
41071
|
"x-original-maxLength": 1024,
|
|
40511
41072
|
"x-reconciled-from-discovery": true,
|
|
40512
|
-
"x-reconciled-at": "2026-01-
|
|
41073
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676780+00:00"
|
|
40513
41074
|
},
|
|
40514
41075
|
"start_time": {
|
|
40515
41076
|
"type": "string",
|
|
@@ -40687,7 +41248,7 @@
|
|
|
40687
41248
|
},
|
|
40688
41249
|
"x-original-maxLength": 1024,
|
|
40689
41250
|
"x-reconciled-from-discovery": true,
|
|
40690
|
-
"x-reconciled-at": "2026-01-
|
|
41251
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676793+00:00"
|
|
40691
41252
|
}
|
|
40692
41253
|
},
|
|
40693
41254
|
"x-f5xc-minimum-configuration": {
|
|
@@ -40816,7 +41377,7 @@
|
|
|
40816
41377
|
},
|
|
40817
41378
|
"x-original-maxLength": 1024,
|
|
40818
41379
|
"x-reconciled-from-discovery": true,
|
|
40819
|
-
"x-reconciled-at": "2026-01-
|
|
41380
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676815+00:00"
|
|
40820
41381
|
},
|
|
40821
41382
|
"domain_matcher": {
|
|
40822
41383
|
"$ref": "#/components/schemas/policyMatcherType"
|
|
@@ -40951,7 +41512,7 @@
|
|
|
40951
41512
|
},
|
|
40952
41513
|
"x-original-maxLength": 1024,
|
|
40953
41514
|
"x-reconciled-from-discovery": true,
|
|
40954
|
-
"x-reconciled-at": "2026-01-
|
|
41515
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676843+00:00"
|
|
40955
41516
|
},
|
|
40956
41517
|
"openapi_validation_action": {
|
|
40957
41518
|
"$ref": "#/components/schemas/policyOpenApiValidationAction"
|