@robinmordasiewicz/f5xc-api-mcp 2.0.5-2601050335 → 2.0.13-2601051957
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -14
- package/README.md +9 -5
- package/dist/generator/domain-metadata.d.ts +162 -3
- package/dist/generator/domain-metadata.d.ts.map +1 -1
- package/dist/generator/domain-metadata.js +263 -20
- package/dist/generator/domain-metadata.js.map +1 -1
- package/dist/generator/naming/acronyms.d.ts +9 -2
- package/dist/generator/naming/acronyms.d.ts.map +1 -1
- package/dist/generator/naming/acronyms.js +35 -129
- package/dist/generator/naming/acronyms.js.map +1 -1
- package/dist/generator/naming/index.d.ts +1 -1
- package/dist/generator/naming/index.d.ts.map +1 -1
- package/dist/generator/naming/index.js +1 -1
- package/dist/generator/naming/index.js.map +1 -1
- package/dist/prompts/error-resolution.d.ts +7 -24
- package/dist/prompts/error-resolution.d.ts.map +1 -1
- package/dist/prompts/error-resolution.js +94 -296
- package/dist/prompts/error-resolution.js.map +1 -1
- package/dist/prompts/index.d.ts +2 -2
- package/dist/prompts/index.d.ts.map +1 -1
- package/dist/prompts/index.js +3 -3
- package/dist/prompts/index.js.map +1 -1
- package/dist/prompts/workflows.d.ts +8 -16
- package/dist/prompts/workflows.d.ts.map +1 -1
- package/dist/prompts/workflows.js +100 -306
- package/dist/prompts/workflows.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +9 -7
- package/dist/server.js.map +1 -1
- package/dist/tools/discovery/best-practices.d.ts +1 -0
- package/dist/tools/discovery/best-practices.d.ts.map +1 -1
- package/dist/tools/discovery/best-practices.js +135 -226
- package/dist/tools/discovery/best-practices.js.map +1 -1
- package/dist/tools/discovery/cost-estimator.d.ts.map +1 -1
- package/dist/tools/discovery/cost-estimator.js +16 -4
- package/dist/tools/discovery/cost-estimator.js.map +1 -1
- package/dist/tools/generated/dependency-graph.json +1 -1
- package/dist/version.d.ts +2 -2
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +2 -2
- package/dist/version.js.map +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/specs/domains/admin_console_and_ui.json +90 -26
- package/specs/domains/ai_services.json +149 -22
- package/specs/domains/api.json +598 -179
- package/specs/domains/authentication.json +198 -46
- package/specs/domains/bigip.json +326 -98
- package/specs/domains/billing_and_usage.json +289 -64
- package/specs/domains/blindfold.json +384 -110
- package/specs/domains/bot_and_threat_defense.json +256 -66
- package/specs/domains/cdn.json +477 -181
- package/specs/domains/ce_management.json +398 -118
- package/specs/domains/certificates.json +253 -78
- package/specs/domains/cloud_infrastructure.json +412 -115
- package/specs/domains/container_services.json +260 -95
- package/specs/domains/data_and_privacy_security.json +210 -68
- package/specs/domains/data_intelligence.json +225 -63
- package/specs/domains/ddos.json +690 -156
- package/specs/domains/dns.json +614 -149
- package/specs/domains/managed_kubernetes.json +317 -89
- package/specs/domains/marketplace.json +427 -104
- package/specs/domains/network.json +950 -231
- package/specs/domains/network_security.json +749 -188
- package/specs/domains/nginx_one.json +211 -63
- package/specs/domains/object_storage.json +126 -13
- package/specs/domains/observability.json +622 -103
- package/specs/domains/rate_limiting.json +208 -53
- package/specs/domains/secops_and_incident_response.json +122 -37
- package/specs/domains/service_mesh.json +484 -123
- package/specs/domains/shape.json +2359 -314
- package/specs/domains/sites.json +1572 -390
- package/specs/domains/statistics.json +892 -226
- package/specs/domains/support.json +544 -109
- package/specs/domains/telemetry_and_insights.json +312 -73
- package/specs/domains/tenant_and_identity.json +1881 -273
- package/specs/domains/threat_campaign.json +124 -67
- package/specs/domains/users.json +225 -72
- package/specs/domains/virtual.json +1157 -245
- package/specs/domains/vpm_and_node_management.json +59 -2
- package/specs/domains/waf.json +565 -140
- package/specs/index.json +1758 -5
package/specs/domains/cdn.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Cdn",
|
|
5
5
|
"description": "Content distribution through global edge networks with rule-based eligibility. Path matchers, cookie patterns, and query parameter filters control caching behavior. Expression-based rules enable fine-grained targeting by request attributes. Load balancer integration provides throughput aggregation, request log queries, and on-demand cache clearing across worldwide distribution points.",
|
|
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,104 @@
|
|
|
13
13
|
"url": "https://www.f5.com/company/policies/eula"
|
|
14
14
|
},
|
|
15
15
|
"summary": "Path-based policies with TTL controls and header conditions. Purge operations, access logs, and cache eligibility for multi-region deployments.",
|
|
16
|
-
"x-f5xc-cli-domain": "cdn"
|
|
16
|
+
"x-f5xc-cli-domain": "cdn",
|
|
17
|
+
"x-f5xc-best-practices": {
|
|
18
|
+
"common_errors": [
|
|
19
|
+
{
|
|
20
|
+
"code": 400,
|
|
21
|
+
"message": "Invalid cache key configuration",
|
|
22
|
+
"resolution": "Review cache key parameters and syntax",
|
|
23
|
+
"prevention": "Use cache key templates for consistency"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"code": 409,
|
|
27
|
+
"message": "CDN distribution already exists for origin",
|
|
28
|
+
"resolution": "Update existing distribution or delete first",
|
|
29
|
+
"prevention": "Check existing distributions before creation"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"code": 504,
|
|
33
|
+
"message": "Origin server timeout",
|
|
34
|
+
"resolution": "Increase timeout values or fix origin performance",
|
|
35
|
+
"prevention": "Configure realistic timeout thresholds"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"security_notes": [
|
|
39
|
+
"Use signed URLs/cookies for private content",
|
|
40
|
+
"Configure origin access identity for S3 origins",
|
|
41
|
+
"Enable field-level encryption for sensitive data",
|
|
42
|
+
"Set appropriate CORS policies for cross-origin requests"
|
|
43
|
+
],
|
|
44
|
+
"performance_tips": [
|
|
45
|
+
"Configure optimal cache TTLs for content types",
|
|
46
|
+
"Enable compression for text-based content",
|
|
47
|
+
"Use edge computing for dynamic content personalization",
|
|
48
|
+
"Configure cache warming for popular content"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"x-f5xc-guided-workflows": [
|
|
52
|
+
{
|
|
53
|
+
"id": "enable_cdn_distribution",
|
|
54
|
+
"name": "Enable CDN Distribution",
|
|
55
|
+
"description": "Configure CDN for content delivery",
|
|
56
|
+
"complexity": "medium",
|
|
57
|
+
"estimated_steps": 5,
|
|
58
|
+
"prerequisites": [
|
|
59
|
+
"Existing origin server or load balancer",
|
|
60
|
+
"Content cacheable via HTTP headers"
|
|
61
|
+
],
|
|
62
|
+
"steps": [
|
|
63
|
+
{
|
|
64
|
+
"order": 1,
|
|
65
|
+
"action": "create_origin",
|
|
66
|
+
"name": "Define Origin",
|
|
67
|
+
"description": "Configure origin server for CDN",
|
|
68
|
+
"resource": "cdn_origin",
|
|
69
|
+
"required_fields": [
|
|
70
|
+
"name",
|
|
71
|
+
"origin_address"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"order": 2,
|
|
76
|
+
"action": "configure_cache_rules",
|
|
77
|
+
"name": "Configure Cache Rules",
|
|
78
|
+
"description": "Define caching behavior per content type",
|
|
79
|
+
"tips": [
|
|
80
|
+
"Set longer TTL for static assets",
|
|
81
|
+
"Use vary headers appropriately"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"order": 3,
|
|
86
|
+
"action": "create_distribution",
|
|
87
|
+
"name": "Create Distribution",
|
|
88
|
+
"description": "Configure CDN distribution",
|
|
89
|
+
"resource": "cdn_distribution",
|
|
90
|
+
"depends_on": [
|
|
91
|
+
1
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"order": 4,
|
|
96
|
+
"action": "configure_ssl",
|
|
97
|
+
"name": "Configure SSL",
|
|
98
|
+
"description": "Set up HTTPS for CDN endpoints",
|
|
99
|
+
"optional": true
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"order": 5,
|
|
103
|
+
"action": "verify_caching",
|
|
104
|
+
"name": "Verify Caching",
|
|
105
|
+
"description": "Test CDN cache behavior",
|
|
106
|
+
"verification": [
|
|
107
|
+
"Check X-Cache headers",
|
|
108
|
+
"Verify content delivery from edge"
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
]
|
|
17
114
|
},
|
|
18
115
|
"servers": [
|
|
19
116
|
{
|
|
@@ -294,6 +391,13 @@
|
|
|
294
391
|
"latency": "low",
|
|
295
392
|
"resource_usage": "low"
|
|
296
393
|
}
|
|
394
|
+
},
|
|
395
|
+
"x-f5xc-discovered-response-time": {
|
|
396
|
+
"p50_ms": 1000,
|
|
397
|
+
"p95_ms": 3000,
|
|
398
|
+
"p99_ms": 8000,
|
|
399
|
+
"sample_count": 0,
|
|
400
|
+
"source": "estimate"
|
|
297
401
|
}
|
|
298
402
|
},
|
|
299
403
|
"x-displayname": "Application Security Monitoring APIs.",
|
|
@@ -514,6 +618,13 @@
|
|
|
514
618
|
"latency": "low",
|
|
515
619
|
"resource_usage": "low"
|
|
516
620
|
}
|
|
621
|
+
},
|
|
622
|
+
"x-f5xc-discovered-response-time": {
|
|
623
|
+
"p50_ms": 1000,
|
|
624
|
+
"p95_ms": 3000,
|
|
625
|
+
"p99_ms": 8000,
|
|
626
|
+
"sample_count": 0,
|
|
627
|
+
"source": "estimate"
|
|
517
628
|
}
|
|
518
629
|
},
|
|
519
630
|
"x-displayname": "Application Security Monitoring APIs.",
|
|
@@ -734,6 +845,13 @@
|
|
|
734
845
|
"latency": "low",
|
|
735
846
|
"resource_usage": "low"
|
|
736
847
|
}
|
|
848
|
+
},
|
|
849
|
+
"x-f5xc-discovered-response-time": {
|
|
850
|
+
"p50_ms": 1000,
|
|
851
|
+
"p95_ms": 3000,
|
|
852
|
+
"p99_ms": 8000,
|
|
853
|
+
"sample_count": 0,
|
|
854
|
+
"source": "estimate"
|
|
737
855
|
}
|
|
738
856
|
},
|
|
739
857
|
"x-displayname": "Application Security Monitoring APIs.",
|
|
@@ -954,6 +1072,13 @@
|
|
|
954
1072
|
"latency": "low",
|
|
955
1073
|
"resource_usage": "low"
|
|
956
1074
|
}
|
|
1075
|
+
},
|
|
1076
|
+
"x-f5xc-discovered-response-time": {
|
|
1077
|
+
"p50_ms": 1000,
|
|
1078
|
+
"p95_ms": 3000,
|
|
1079
|
+
"p99_ms": 8000,
|
|
1080
|
+
"sample_count": 0,
|
|
1081
|
+
"source": "estimate"
|
|
957
1082
|
}
|
|
958
1083
|
},
|
|
959
1084
|
"x-displayname": "Application Security Monitoring APIs.",
|
|
@@ -1153,6 +1278,13 @@
|
|
|
1153
1278
|
"latency": "low",
|
|
1154
1279
|
"resource_usage": "low"
|
|
1155
1280
|
}
|
|
1281
|
+
},
|
|
1282
|
+
"x-f5xc-discovered-response-time": {
|
|
1283
|
+
"p50_ms": 1000,
|
|
1284
|
+
"p95_ms": 3000,
|
|
1285
|
+
"p99_ms": 8000,
|
|
1286
|
+
"sample_count": 0,
|
|
1287
|
+
"source": "estimate"
|
|
1156
1288
|
}
|
|
1157
1289
|
},
|
|
1158
1290
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -1352,6 +1484,13 @@
|
|
|
1352
1484
|
"latency": "low",
|
|
1353
1485
|
"resource_usage": "low"
|
|
1354
1486
|
}
|
|
1487
|
+
},
|
|
1488
|
+
"x-f5xc-discovered-response-time": {
|
|
1489
|
+
"p50_ms": 1000,
|
|
1490
|
+
"p95_ms": 3000,
|
|
1491
|
+
"p99_ms": 8000,
|
|
1492
|
+
"sample_count": 0,
|
|
1493
|
+
"source": "estimate"
|
|
1355
1494
|
}
|
|
1356
1495
|
},
|
|
1357
1496
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -1566,6 +1705,13 @@
|
|
|
1566
1705
|
"latency": "low",
|
|
1567
1706
|
"resource_usage": "low"
|
|
1568
1707
|
}
|
|
1708
|
+
},
|
|
1709
|
+
"x-f5xc-discovered-response-time": {
|
|
1710
|
+
"p50_ms": 1000,
|
|
1711
|
+
"p95_ms": 3000,
|
|
1712
|
+
"p99_ms": 8000,
|
|
1713
|
+
"sample_count": 0,
|
|
1714
|
+
"source": "estimate"
|
|
1569
1715
|
}
|
|
1570
1716
|
},
|
|
1571
1717
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -1788,6 +1934,13 @@
|
|
|
1788
1934
|
"latency": "low",
|
|
1789
1935
|
"resource_usage": "low"
|
|
1790
1936
|
}
|
|
1937
|
+
},
|
|
1938
|
+
"x-f5xc-discovered-response-time": {
|
|
1939
|
+
"p50_ms": 800,
|
|
1940
|
+
"p95_ms": 2500,
|
|
1941
|
+
"p99_ms": 6000,
|
|
1942
|
+
"sample_count": 0,
|
|
1943
|
+
"source": "estimate"
|
|
1791
1944
|
}
|
|
1792
1945
|
},
|
|
1793
1946
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -2002,6 +2155,13 @@
|
|
|
2002
2155
|
"latency": "low",
|
|
2003
2156
|
"resource_usage": "low"
|
|
2004
2157
|
}
|
|
2158
|
+
},
|
|
2159
|
+
"x-f5xc-discovered-response-time": {
|
|
2160
|
+
"p50_ms": 1000,
|
|
2161
|
+
"p95_ms": 3000,
|
|
2162
|
+
"p99_ms": 8000,
|
|
2163
|
+
"sample_count": 0,
|
|
2164
|
+
"source": "estimate"
|
|
2005
2165
|
}
|
|
2006
2166
|
},
|
|
2007
2167
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -2216,6 +2376,13 @@
|
|
|
2216
2376
|
"latency": "low",
|
|
2217
2377
|
"resource_usage": "low"
|
|
2218
2378
|
}
|
|
2379
|
+
},
|
|
2380
|
+
"x-f5xc-discovered-response-time": {
|
|
2381
|
+
"p50_ms": 1000,
|
|
2382
|
+
"p95_ms": 3000,
|
|
2383
|
+
"p99_ms": 8000,
|
|
2384
|
+
"sample_count": 0,
|
|
2385
|
+
"source": "estimate"
|
|
2219
2386
|
}
|
|
2220
2387
|
},
|
|
2221
2388
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -2430,6 +2597,13 @@
|
|
|
2430
2597
|
"latency": "low",
|
|
2431
2598
|
"resource_usage": "low"
|
|
2432
2599
|
}
|
|
2600
|
+
},
|
|
2601
|
+
"x-f5xc-discovered-response-time": {
|
|
2602
|
+
"p50_ms": 1000,
|
|
2603
|
+
"p95_ms": 3000,
|
|
2604
|
+
"p99_ms": 8000,
|
|
2605
|
+
"sample_count": 0,
|
|
2606
|
+
"source": "estimate"
|
|
2433
2607
|
}
|
|
2434
2608
|
},
|
|
2435
2609
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -2644,6 +2818,13 @@
|
|
|
2644
2818
|
"latency": "low",
|
|
2645
2819
|
"resource_usage": "low"
|
|
2646
2820
|
}
|
|
2821
|
+
},
|
|
2822
|
+
"x-f5xc-discovered-response-time": {
|
|
2823
|
+
"p50_ms": 1000,
|
|
2824
|
+
"p95_ms": 3000,
|
|
2825
|
+
"p99_ms": 8000,
|
|
2826
|
+
"sample_count": 0,
|
|
2827
|
+
"source": "estimate"
|
|
2647
2828
|
}
|
|
2648
2829
|
},
|
|
2649
2830
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -2858,6 +3039,13 @@
|
|
|
2858
3039
|
"latency": "low",
|
|
2859
3040
|
"resource_usage": "low"
|
|
2860
3041
|
}
|
|
3042
|
+
},
|
|
3043
|
+
"x-f5xc-discovered-response-time": {
|
|
3044
|
+
"p50_ms": 1000,
|
|
3045
|
+
"p95_ms": 3000,
|
|
3046
|
+
"p99_ms": 8000,
|
|
3047
|
+
"sample_count": 0,
|
|
3048
|
+
"source": "estimate"
|
|
2861
3049
|
}
|
|
2862
3050
|
},
|
|
2863
3051
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -3085,6 +3273,13 @@
|
|
|
3085
3273
|
"latency": "low",
|
|
3086
3274
|
"resource_usage": "low"
|
|
3087
3275
|
}
|
|
3276
|
+
},
|
|
3277
|
+
"x-f5xc-discovered-response-time": {
|
|
3278
|
+
"p50_ms": 1000,
|
|
3279
|
+
"p95_ms": 3000,
|
|
3280
|
+
"p99_ms": 8000,
|
|
3281
|
+
"sample_count": 0,
|
|
3282
|
+
"source": "estimate"
|
|
3088
3283
|
}
|
|
3089
3284
|
},
|
|
3090
3285
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -3314,7 +3509,15 @@
|
|
|
3314
3509
|
}
|
|
3315
3510
|
},
|
|
3316
3511
|
"x-discovered-response-time-ms": 155.34,
|
|
3317
|
-
"x-discovered-sample-size": 1
|
|
3512
|
+
"x-discovered-sample-size": 1,
|
|
3513
|
+
"x-f5xc-discovered-response-time": {
|
|
3514
|
+
"p50_ms": 155.34,
|
|
3515
|
+
"p95_ms": 310.68,
|
|
3516
|
+
"p99_ms": 466.02,
|
|
3517
|
+
"sample_count": 1,
|
|
3518
|
+
"source": "discovery",
|
|
3519
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
3520
|
+
}
|
|
3318
3521
|
},
|
|
3319
3522
|
"x-displayname": "CDN Loadbalancer.",
|
|
3320
3523
|
"x-ves-proto-service": "ves.io.schema.views.cdn_loadbalancer.API",
|
|
@@ -3528,6 +3731,13 @@
|
|
|
3528
3731
|
"latency": "low",
|
|
3529
3732
|
"resource_usage": "low"
|
|
3530
3733
|
}
|
|
3734
|
+
},
|
|
3735
|
+
"x-f5xc-discovered-response-time": {
|
|
3736
|
+
"p50_ms": 1000,
|
|
3737
|
+
"p95_ms": 3000,
|
|
3738
|
+
"p99_ms": 8000,
|
|
3739
|
+
"sample_count": 0,
|
|
3740
|
+
"source": "estimate"
|
|
3531
3741
|
}
|
|
3532
3742
|
},
|
|
3533
3743
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -3749,6 +3959,13 @@
|
|
|
3749
3959
|
"latency": "low",
|
|
3750
3960
|
"resource_usage": "low"
|
|
3751
3961
|
}
|
|
3962
|
+
},
|
|
3963
|
+
"x-f5xc-discovered-response-time": {
|
|
3964
|
+
"p50_ms": 200,
|
|
3965
|
+
"p95_ms": 800,
|
|
3966
|
+
"p99_ms": 2000,
|
|
3967
|
+
"sample_count": 0,
|
|
3968
|
+
"source": "estimate"
|
|
3752
3969
|
}
|
|
3753
3970
|
},
|
|
3754
3971
|
"delete": {
|
|
@@ -3968,6 +4185,13 @@
|
|
|
3968
4185
|
"latency": "high",
|
|
3969
4186
|
"resource_usage": "moderate"
|
|
3970
4187
|
}
|
|
4188
|
+
},
|
|
4189
|
+
"x-f5xc-discovered-response-time": {
|
|
4190
|
+
"p50_ms": 500,
|
|
4191
|
+
"p95_ms": 1500,
|
|
4192
|
+
"p99_ms": 4000,
|
|
4193
|
+
"sample_count": 0,
|
|
4194
|
+
"source": "estimate"
|
|
3971
4195
|
}
|
|
3972
4196
|
},
|
|
3973
4197
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -4172,7 +4396,15 @@
|
|
|
4172
4396
|
}
|
|
4173
4397
|
},
|
|
4174
4398
|
"x-discovered-response-time-ms": 164.48,
|
|
4175
|
-
"x-discovered-sample-size": 1
|
|
4399
|
+
"x-discovered-sample-size": 1,
|
|
4400
|
+
"x-f5xc-discovered-response-time": {
|
|
4401
|
+
"p50_ms": 164.48,
|
|
4402
|
+
"p95_ms": 328.96,
|
|
4403
|
+
"p99_ms": 493.44,
|
|
4404
|
+
"sample_count": 1,
|
|
4405
|
+
"source": "discovery",
|
|
4406
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
4407
|
+
}
|
|
4176
4408
|
},
|
|
4177
4409
|
"x-displayname": "CDN Loadbalancer.",
|
|
4178
4410
|
"x-ves-proto-service": "ves.io.schema.views.cdn_loadbalancer.CustomCDNWAAPAPI",
|
|
@@ -4402,6 +4634,13 @@
|
|
|
4402
4634
|
"latency": "high",
|
|
4403
4635
|
"resource_usage": "moderate"
|
|
4404
4636
|
}
|
|
4637
|
+
},
|
|
4638
|
+
"x-f5xc-discovered-response-time": {
|
|
4639
|
+
"p50_ms": 500,
|
|
4640
|
+
"p95_ms": 1500,
|
|
4641
|
+
"p99_ms": 4000,
|
|
4642
|
+
"sample_count": 0,
|
|
4643
|
+
"source": "estimate"
|
|
4405
4644
|
}
|
|
4406
4645
|
},
|
|
4407
4646
|
"x-displayname": "CDN Loadbalancer.",
|
|
@@ -4617,6 +4856,13 @@
|
|
|
4617
4856
|
"latency": "low",
|
|
4618
4857
|
"resource_usage": "low"
|
|
4619
4858
|
}
|
|
4859
|
+
},
|
|
4860
|
+
"x-f5xc-discovered-response-time": {
|
|
4861
|
+
"p50_ms": 1000,
|
|
4862
|
+
"p95_ms": 3000,
|
|
4863
|
+
"p99_ms": 8000,
|
|
4864
|
+
"sample_count": 0,
|
|
4865
|
+
"source": "estimate"
|
|
4620
4866
|
}
|
|
4621
4867
|
},
|
|
4622
4868
|
"x-displayname": "CDN cache rule.",
|
|
@@ -4840,6 +5086,13 @@
|
|
|
4840
5086
|
"latency": "low",
|
|
4841
5087
|
"resource_usage": "low"
|
|
4842
5088
|
}
|
|
5089
|
+
},
|
|
5090
|
+
"x-f5xc-discovered-response-time": {
|
|
5091
|
+
"p50_ms": 800,
|
|
5092
|
+
"p95_ms": 2500,
|
|
5093
|
+
"p99_ms": 6000,
|
|
5094
|
+
"sample_count": 0,
|
|
5095
|
+
"source": "estimate"
|
|
4843
5096
|
}
|
|
4844
5097
|
},
|
|
4845
5098
|
"x-displayname": "CDN cache rule.",
|
|
@@ -5070,7 +5323,15 @@
|
|
|
5070
5323
|
}
|
|
5071
5324
|
},
|
|
5072
5325
|
"x-discovered-response-time-ms": 148.74,
|
|
5073
|
-
"x-discovered-sample-size": 1
|
|
5326
|
+
"x-discovered-sample-size": 1,
|
|
5327
|
+
"x-f5xc-discovered-response-time": {
|
|
5328
|
+
"p50_ms": 148.74,
|
|
5329
|
+
"p95_ms": 297.48,
|
|
5330
|
+
"p99_ms": 446.22,
|
|
5331
|
+
"sample_count": 1,
|
|
5332
|
+
"source": "discovery",
|
|
5333
|
+
"last_measured": "2025-12-20T19:39:20.211392+00:00"
|
|
5334
|
+
}
|
|
5074
5335
|
},
|
|
5075
5336
|
"x-displayname": "CDN cache rule.",
|
|
5076
5337
|
"x-ves-proto-service": "ves.io.schema.cdn_cache_rule.API",
|
|
@@ -5291,6 +5552,13 @@
|
|
|
5291
5552
|
"latency": "low",
|
|
5292
5553
|
"resource_usage": "low"
|
|
5293
5554
|
}
|
|
5555
|
+
},
|
|
5556
|
+
"x-f5xc-discovered-response-time": {
|
|
5557
|
+
"p50_ms": 200,
|
|
5558
|
+
"p95_ms": 800,
|
|
5559
|
+
"p99_ms": 2000,
|
|
5560
|
+
"sample_count": 0,
|
|
5561
|
+
"source": "estimate"
|
|
5294
5562
|
}
|
|
5295
5563
|
},
|
|
5296
5564
|
"delete": {
|
|
@@ -5511,6 +5779,13 @@
|
|
|
5511
5779
|
"latency": "high",
|
|
5512
5780
|
"resource_usage": "moderate"
|
|
5513
5781
|
}
|
|
5782
|
+
},
|
|
5783
|
+
"x-f5xc-discovered-response-time": {
|
|
5784
|
+
"p50_ms": 500,
|
|
5785
|
+
"p95_ms": 1500,
|
|
5786
|
+
"p99_ms": 4000,
|
|
5787
|
+
"sample_count": 0,
|
|
5788
|
+
"source": "estimate"
|
|
5514
5789
|
}
|
|
5515
5790
|
},
|
|
5516
5791
|
"x-displayname": "CDN cache rule.",
|
|
@@ -5725,6 +6000,13 @@
|
|
|
5725
6000
|
"latency": "low",
|
|
5726
6001
|
"resource_usage": "low"
|
|
5727
6002
|
}
|
|
6003
|
+
},
|
|
6004
|
+
"x-f5xc-discovered-response-time": {
|
|
6005
|
+
"p50_ms": 1000,
|
|
6006
|
+
"p95_ms": 3000,
|
|
6007
|
+
"p99_ms": 8000,
|
|
6008
|
+
"sample_count": 0,
|
|
6009
|
+
"source": "estimate"
|
|
5728
6010
|
}
|
|
5729
6011
|
},
|
|
5730
6012
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -5939,6 +6221,13 @@
|
|
|
5939
6221
|
"latency": "low",
|
|
5940
6222
|
"resource_usage": "low"
|
|
5941
6223
|
}
|
|
6224
|
+
},
|
|
6225
|
+
"x-f5xc-discovered-response-time": {
|
|
6226
|
+
"p50_ms": 1000,
|
|
6227
|
+
"p95_ms": 3000,
|
|
6228
|
+
"p99_ms": 8000,
|
|
6229
|
+
"sample_count": 0,
|
|
6230
|
+
"source": "estimate"
|
|
5942
6231
|
}
|
|
5943
6232
|
},
|
|
5944
6233
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -6166,6 +6455,13 @@
|
|
|
6166
6455
|
"latency": "low",
|
|
6167
6456
|
"resource_usage": "low"
|
|
6168
6457
|
}
|
|
6458
|
+
},
|
|
6459
|
+
"x-f5xc-discovered-response-time": {
|
|
6460
|
+
"p50_ms": 1000,
|
|
6461
|
+
"p95_ms": 3000,
|
|
6462
|
+
"p99_ms": 8000,
|
|
6463
|
+
"sample_count": 0,
|
|
6464
|
+
"source": "estimate"
|
|
6169
6465
|
}
|
|
6170
6466
|
},
|
|
6171
6467
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -6381,7 +6677,7 @@
|
|
|
6381
6677
|
},
|
|
6382
6678
|
"x-original-maxLength": 1024,
|
|
6383
6679
|
"x-reconciled-from-discovery": true,
|
|
6384
|
-
"x-reconciled-at": "2026-01-
|
|
6680
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310309+00:00"
|
|
6385
6681
|
},
|
|
6386
6682
|
"namespace": {
|
|
6387
6683
|
"type": "string",
|
|
@@ -6400,7 +6696,7 @@
|
|
|
6400
6696
|
},
|
|
6401
6697
|
"x-original-maxLength": 1024,
|
|
6402
6698
|
"x-reconciled-from-discovery": true,
|
|
6403
|
-
"x-reconciled-at": "2026-01-
|
|
6699
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310316+00:00"
|
|
6404
6700
|
},
|
|
6405
6701
|
"path": {
|
|
6406
6702
|
"type": "string",
|
|
@@ -6571,7 +6867,7 @@
|
|
|
6571
6867
|
},
|
|
6572
6868
|
"x-original-maxLength": 1024,
|
|
6573
6869
|
"x-reconciled-from-discovery": true,
|
|
6574
|
-
"x-reconciled-at": "2026-01-
|
|
6870
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310332+00:00"
|
|
6575
6871
|
},
|
|
6576
6872
|
"namespace": {
|
|
6577
6873
|
"type": "string",
|
|
@@ -6590,7 +6886,7 @@
|
|
|
6590
6886
|
},
|
|
6591
6887
|
"x-original-maxLength": 1024,
|
|
6592
6888
|
"x-reconciled-from-discovery": true,
|
|
6593
|
-
"x-reconciled-at": "2026-01-
|
|
6889
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310337+00:00"
|
|
6594
6890
|
},
|
|
6595
6891
|
"user_id": {
|
|
6596
6892
|
"type": "string",
|
|
@@ -6660,7 +6956,7 @@
|
|
|
6660
6956
|
},
|
|
6661
6957
|
"x-original-maxLength": 1024,
|
|
6662
6958
|
"x-reconciled-from-discovery": true,
|
|
6663
|
-
"x-reconciled-at": "2026-01-
|
|
6959
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310345+00:00"
|
|
6664
6960
|
},
|
|
6665
6961
|
"rule": {
|
|
6666
6962
|
"$ref": "#/components/schemas/common_wafSimpleClientSrcRule"
|
|
@@ -6737,7 +7033,7 @@
|
|
|
6737
7033
|
},
|
|
6738
7034
|
"x-original-maxLength": 1024,
|
|
6739
7035
|
"x-reconciled-from-discovery": true,
|
|
6740
|
-
"x-reconciled-at": "2026-01-
|
|
7036
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310357+00:00"
|
|
6741
7037
|
},
|
|
6742
7038
|
"namespace": {
|
|
6743
7039
|
"type": "string",
|
|
@@ -6756,7 +7052,7 @@
|
|
|
6756
7052
|
},
|
|
6757
7053
|
"x-original-maxLength": 1024,
|
|
6758
7054
|
"x-reconciled-from-discovery": true,
|
|
6759
|
-
"x-reconciled-at": "2026-01-
|
|
7055
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310361+00:00"
|
|
6760
7056
|
},
|
|
6761
7057
|
"tls_fingerprint_matcher": {
|
|
6762
7058
|
"$ref": "#/components/schemas/policyTlsFingerprintMatcherType"
|
|
@@ -6867,7 +7163,7 @@
|
|
|
6867
7163
|
},
|
|
6868
7164
|
"x-original-maxLength": 1024,
|
|
6869
7165
|
"x-reconciled-from-discovery": true,
|
|
6870
|
-
"x-reconciled-at": "2026-01-
|
|
7166
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310374+00:00"
|
|
6871
7167
|
},
|
|
6872
7168
|
"namespace": {
|
|
6873
7169
|
"type": "string",
|
|
@@ -6886,7 +7182,7 @@
|
|
|
6886
7182
|
},
|
|
6887
7183
|
"x-original-maxLength": 1024,
|
|
6888
7184
|
"x-reconciled-from-discovery": true,
|
|
6889
|
-
"x-reconciled-at": "2026-01-
|
|
7185
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310378+00:00"
|
|
6890
7186
|
},
|
|
6891
7187
|
"path": {
|
|
6892
7188
|
"type": "string",
|
|
@@ -6991,7 +7287,7 @@
|
|
|
6991
7287
|
},
|
|
6992
7288
|
"x-original-maxLength": 1024,
|
|
6993
7289
|
"x-reconciled-from-discovery": true,
|
|
6994
|
-
"x-reconciled-at": "2026-01-
|
|
7290
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310389+00:00"
|
|
6995
7291
|
},
|
|
6996
7292
|
"namespace": {
|
|
6997
7293
|
"type": "string",
|
|
@@ -7010,7 +7306,7 @@
|
|
|
7010
7306
|
},
|
|
7011
7307
|
"x-original-maxLength": 1024,
|
|
7012
7308
|
"x-reconciled-from-discovery": true,
|
|
7013
|
-
"x-reconciled-at": "2026-01-
|
|
7309
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310393+00:00"
|
|
7014
7310
|
},
|
|
7015
7311
|
"path": {
|
|
7016
7312
|
"type": "string",
|
|
@@ -7109,7 +7405,7 @@
|
|
|
7109
7405
|
},
|
|
7110
7406
|
"x-original-maxLength": 1024,
|
|
7111
7407
|
"x-reconciled-from-discovery": true,
|
|
7112
|
-
"x-reconciled-at": "2026-01-
|
|
7408
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310404+00:00"
|
|
7113
7409
|
},
|
|
7114
7410
|
"namespace": {
|
|
7115
7411
|
"type": "string",
|
|
@@ -7128,7 +7424,7 @@
|
|
|
7128
7424
|
},
|
|
7129
7425
|
"x-original-maxLength": 1024,
|
|
7130
7426
|
"x-reconciled-from-discovery": true,
|
|
7131
|
-
"x-reconciled-at": "2026-01-
|
|
7427
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310408+00:00"
|
|
7132
7428
|
},
|
|
7133
7429
|
"path": {
|
|
7134
7430
|
"type": "string",
|
|
@@ -7314,7 +7610,7 @@
|
|
|
7314
7610
|
},
|
|
7315
7611
|
"x-original-maxLength": 1024,
|
|
7316
7612
|
"x-reconciled-from-discovery": true,
|
|
7317
|
-
"x-reconciled-at": "2026-01-
|
|
7613
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310422+00:00"
|
|
7318
7614
|
},
|
|
7319
7615
|
"namespace": {
|
|
7320
7616
|
"type": "string",
|
|
@@ -7333,7 +7629,7 @@
|
|
|
7333
7629
|
},
|
|
7334
7630
|
"x-original-maxLength": 1024,
|
|
7335
7631
|
"x-reconciled-from-discovery": true,
|
|
7336
|
-
"x-reconciled-at": "2026-01-
|
|
7632
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310427+00:00"
|
|
7337
7633
|
},
|
|
7338
7634
|
"sec_event_name": {
|
|
7339
7635
|
"type": "string",
|
|
@@ -7464,7 +7760,7 @@
|
|
|
7464
7760
|
},
|
|
7465
7761
|
"x-original-maxLength": 1024,
|
|
7466
7762
|
"x-reconciled-from-discovery": true,
|
|
7467
|
-
"x-reconciled-at": "2026-01-
|
|
7763
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310439+00:00"
|
|
7468
7764
|
},
|
|
7469
7765
|
"rule": {
|
|
7470
7766
|
"$ref": "#/components/schemas/common_wafSimpleClientSrcRule"
|
|
@@ -7520,7 +7816,7 @@
|
|
|
7520
7816
|
"x-original-maxLength": 256,
|
|
7521
7817
|
"format": "hostname",
|
|
7522
7818
|
"x-reconciled-from-discovery": true,
|
|
7523
|
-
"x-reconciled-at": "2026-01-
|
|
7819
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310448+00:00"
|
|
7524
7820
|
},
|
|
7525
7821
|
"exclude_bot_names": {
|
|
7526
7822
|
"type": "array",
|
|
@@ -7617,7 +7913,7 @@
|
|
|
7617
7913
|
},
|
|
7618
7914
|
"x-original-maxLength": 1024,
|
|
7619
7915
|
"x-reconciled-from-discovery": true,
|
|
7620
|
-
"x-reconciled-at": "2026-01-
|
|
7916
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310458+00:00"
|
|
7621
7917
|
},
|
|
7622
7918
|
"namespace": {
|
|
7623
7919
|
"type": "string",
|
|
@@ -7636,7 +7932,7 @@
|
|
|
7636
7932
|
},
|
|
7637
7933
|
"x-original-maxLength": 1024,
|
|
7638
7934
|
"x-reconciled-from-discovery": true,
|
|
7639
|
-
"x-reconciled-at": "2026-01-
|
|
7935
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310463+00:00"
|
|
7640
7936
|
},
|
|
7641
7937
|
"req_path": {
|
|
7642
7938
|
"type": "string",
|
|
@@ -7730,7 +8026,7 @@
|
|
|
7730
8026
|
},
|
|
7731
8027
|
"x-original-maxLength": 1024,
|
|
7732
8028
|
"x-reconciled-from-discovery": true,
|
|
7733
|
-
"x-reconciled-at": "2026-01-
|
|
8029
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310472+00:00"
|
|
7734
8030
|
},
|
|
7735
8031
|
"waf_exclusion_policy": {
|
|
7736
8032
|
"$ref": "#/components/schemas/schemaviewsObjectRefType"
|
|
@@ -7778,7 +8074,7 @@
|
|
|
7778
8074
|
},
|
|
7779
8075
|
"x-original-maxLength": 1024,
|
|
7780
8076
|
"x-reconciled-from-discovery": true,
|
|
7781
|
-
"x-reconciled-at": "2026-01-
|
|
8077
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310479+00:00"
|
|
7782
8078
|
},
|
|
7783
8079
|
"namespace": {
|
|
7784
8080
|
"type": "string",
|
|
@@ -7797,7 +8093,7 @@
|
|
|
7797
8093
|
},
|
|
7798
8094
|
"x-original-maxLength": 1024,
|
|
7799
8095
|
"x-reconciled-from-discovery": true,
|
|
7800
|
-
"x-reconciled-at": "2026-01-
|
|
8096
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310484+00:00"
|
|
7801
8097
|
},
|
|
7802
8098
|
"request_data": {
|
|
7803
8099
|
"$ref": "#/components/schemas/app_securityRequestData"
|
|
@@ -7931,7 +8227,7 @@
|
|
|
7931
8227
|
"maxLength": 15,
|
|
7932
8228
|
"minLength": 3,
|
|
7933
8229
|
"x-reconciled-from-discovery": true,
|
|
7934
|
-
"x-reconciled-at": "2026-01-
|
|
8230
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310500+00:00"
|
|
7935
8231
|
}
|
|
7936
8232
|
},
|
|
7937
8233
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8037,7 +8333,7 @@
|
|
|
8037
8333
|
},
|
|
8038
8334
|
"x-original-maxLength": 1024,
|
|
8039
8335
|
"x-reconciled-from-discovery": true,
|
|
8040
|
-
"x-reconciled-at": "2026-01-
|
|
8336
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310507+00:00"
|
|
8041
8337
|
}
|
|
8042
8338
|
},
|
|
8043
8339
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8177,7 +8473,7 @@
|
|
|
8177
8473
|
},
|
|
8178
8474
|
"x-original-maxLength": 1024,
|
|
8179
8475
|
"x-reconciled-from-discovery": true,
|
|
8180
|
-
"x-reconciled-at": "2026-01-
|
|
8476
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310518+00:00"
|
|
8181
8477
|
},
|
|
8182
8478
|
"query": {
|
|
8183
8479
|
"type": "string",
|
|
@@ -8360,7 +8656,7 @@
|
|
|
8360
8656
|
},
|
|
8361
8657
|
"x-original-maxLength": 1024,
|
|
8362
8658
|
"x-reconciled-from-discovery": true,
|
|
8363
|
-
"x-reconciled-at": "2026-01-
|
|
8659
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310533+00:00"
|
|
8364
8660
|
},
|
|
8365
8661
|
"start_time": {
|
|
8366
8662
|
"type": "string",
|
|
@@ -8628,7 +8924,7 @@
|
|
|
8628
8924
|
},
|
|
8629
8925
|
"x-original-maxLength": 1024,
|
|
8630
8926
|
"x-reconciled-from-discovery": true,
|
|
8631
|
-
"x-reconciled-at": "2026-01-
|
|
8927
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310553+00:00"
|
|
8632
8928
|
},
|
|
8633
8929
|
"query": {
|
|
8634
8930
|
"type": "string",
|
|
@@ -8831,7 +9127,7 @@
|
|
|
8831
9127
|
},
|
|
8832
9128
|
"x-original-maxLength": 1024,
|
|
8833
9129
|
"x-reconciled-from-discovery": true,
|
|
8834
|
-
"x-reconciled-at": "2026-01-
|
|
9130
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310571+00:00"
|
|
8835
9131
|
},
|
|
8836
9132
|
"scroll_id": {
|
|
8837
9133
|
"type": "string",
|
|
@@ -8922,7 +9218,7 @@
|
|
|
8922
9218
|
},
|
|
8923
9219
|
"x-original-maxLength": 1024,
|
|
8924
9220
|
"x-reconciled-from-discovery": true,
|
|
8925
|
-
"x-reconciled-at": "2026-01-
|
|
9221
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310580+00:00"
|
|
8926
9222
|
},
|
|
8927
9223
|
"query": {
|
|
8928
9224
|
"type": "string",
|
|
@@ -9104,7 +9400,7 @@
|
|
|
9104
9400
|
},
|
|
9105
9401
|
"x-original-maxLength": 1024,
|
|
9106
9402
|
"x-reconciled-from-discovery": true,
|
|
9107
|
-
"x-reconciled-at": "2026-01-
|
|
9403
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310595+00:00"
|
|
9108
9404
|
},
|
|
9109
9405
|
"query": {
|
|
9110
9406
|
"type": "string",
|
|
@@ -9307,7 +9603,7 @@
|
|
|
9307
9603
|
},
|
|
9308
9604
|
"x-original-maxLength": 1024,
|
|
9309
9605
|
"x-reconciled-from-discovery": true,
|
|
9310
|
-
"x-reconciled-at": "2026-01-
|
|
9606
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310613+00:00"
|
|
9311
9607
|
},
|
|
9312
9608
|
"scroll_id": {
|
|
9313
9609
|
"type": "string",
|
|
@@ -9398,7 +9694,7 @@
|
|
|
9398
9694
|
},
|
|
9399
9695
|
"x-original-maxLength": 1024,
|
|
9400
9696
|
"x-reconciled-from-discovery": true,
|
|
9401
|
-
"x-reconciled-at": "2026-01-
|
|
9697
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310622+00:00"
|
|
9402
9698
|
},
|
|
9403
9699
|
"query": {
|
|
9404
9700
|
"type": "string",
|
|
@@ -9580,7 +9876,7 @@
|
|
|
9580
9876
|
},
|
|
9581
9877
|
"x-original-maxLength": 1024,
|
|
9582
9878
|
"x-reconciled-from-discovery": true,
|
|
9583
|
-
"x-reconciled-at": "2026-01-
|
|
9879
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310638+00:00"
|
|
9584
9880
|
},
|
|
9585
9881
|
"query": {
|
|
9586
9882
|
"type": "string",
|
|
@@ -9783,7 +10079,7 @@
|
|
|
9783
10079
|
},
|
|
9784
10080
|
"x-original-maxLength": 1024,
|
|
9785
10081
|
"x-reconciled-from-discovery": true,
|
|
9786
|
-
"x-reconciled-at": "2026-01-
|
|
10082
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310655+00:00"
|
|
9787
10083
|
},
|
|
9788
10084
|
"scroll_id": {
|
|
9789
10085
|
"type": "string",
|
|
@@ -9856,7 +10152,7 @@
|
|
|
9856
10152
|
},
|
|
9857
10153
|
"x-original-maxLength": 1024,
|
|
9858
10154
|
"x-reconciled-from-discovery": true,
|
|
9859
|
-
"x-reconciled-at": "2026-01-
|
|
10155
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310662+00:00"
|
|
9860
10156
|
},
|
|
9861
10157
|
"id": {
|
|
9862
10158
|
"type": "string",
|
|
@@ -9970,7 +10266,7 @@
|
|
|
9970
10266
|
},
|
|
9971
10267
|
"x-original-maxLength": 1024,
|
|
9972
10268
|
"x-reconciled-from-discovery": true,
|
|
9973
|
-
"x-reconciled-at": "2026-01-
|
|
10269
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310673+00:00"
|
|
9974
10270
|
},
|
|
9975
10271
|
"references": {
|
|
9976
10272
|
"type": "array",
|
|
@@ -12230,7 +12526,7 @@
|
|
|
12230
12526
|
},
|
|
12231
12527
|
"x-original-maxLength": 256,
|
|
12232
12528
|
"x-reconciled-from-discovery": true,
|
|
12233
|
-
"x-reconciled-at": "2026-01-
|
|
12529
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310858+00:00"
|
|
12234
12530
|
},
|
|
12235
12531
|
"presence": {
|
|
12236
12532
|
"type": "boolean",
|
|
@@ -12311,7 +12607,7 @@
|
|
|
12311
12607
|
"readOnly": true,
|
|
12312
12608
|
"x-original-maxLength": 1024,
|
|
12313
12609
|
"x-reconciled-from-discovery": true,
|
|
12314
|
-
"x-reconciled-at": "2026-01-
|
|
12610
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310865+00:00"
|
|
12315
12611
|
},
|
|
12316
12612
|
"name": {
|
|
12317
12613
|
"type": "string",
|
|
@@ -12330,7 +12626,7 @@
|
|
|
12330
12626
|
},
|
|
12331
12627
|
"x-original-maxLength": 1024,
|
|
12332
12628
|
"x-reconciled-from-discovery": true,
|
|
12333
|
-
"x-reconciled-at": "2026-01-
|
|
12629
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310870+00:00"
|
|
12334
12630
|
},
|
|
12335
12631
|
"namespace": {
|
|
12336
12632
|
"type": "string",
|
|
@@ -12349,7 +12645,7 @@
|
|
|
12349
12645
|
},
|
|
12350
12646
|
"x-original-maxLength": 1024,
|
|
12351
12647
|
"x-reconciled-from-discovery": true,
|
|
12352
|
-
"x-reconciled-at": "2026-01-
|
|
12648
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310874+00:00"
|
|
12353
12649
|
},
|
|
12354
12650
|
"tenant": {
|
|
12355
12651
|
"type": "string",
|
|
@@ -12370,7 +12666,7 @@
|
|
|
12370
12666
|
"x-field-mutability": "read-only",
|
|
12371
12667
|
"x-original-maxLength": 1024,
|
|
12372
12668
|
"x-reconciled-from-discovery": true,
|
|
12373
|
-
"x-reconciled-at": "2026-01-
|
|
12669
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310879+00:00"
|
|
12374
12670
|
},
|
|
12375
12671
|
"uid": {
|
|
12376
12672
|
"type": "string",
|
|
@@ -12392,7 +12688,7 @@
|
|
|
12392
12688
|
"x-original-maxLength": 1024,
|
|
12393
12689
|
"format": "uuid",
|
|
12394
12690
|
"x-reconciled-from-discovery": true,
|
|
12395
|
-
"x-reconciled-at": "2026-01-
|
|
12691
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310884+00:00"
|
|
12396
12692
|
}
|
|
12397
12693
|
},
|
|
12398
12694
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12430,7 +12726,7 @@
|
|
|
12430
12726
|
"maxLength": 15,
|
|
12431
12727
|
"minLength": 3,
|
|
12432
12728
|
"x-reconciled-from-discovery": true,
|
|
12433
|
-
"x-reconciled-at": "2026-01-
|
|
12729
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310890+00:00"
|
|
12434
12730
|
}
|
|
12435
12731
|
},
|
|
12436
12732
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12650,7 +12946,7 @@
|
|
|
12650
12946
|
},
|
|
12651
12947
|
"x-original-maxLength": 1024,
|
|
12652
12948
|
"x-reconciled-from-discovery": true,
|
|
12653
|
-
"x-reconciled-at": "2026-01-
|
|
12949
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310911+00:00"
|
|
12654
12950
|
},
|
|
12655
12951
|
"order_by": {
|
|
12656
12952
|
"$ref": "#/components/schemas/logOrderByData"
|
|
@@ -12752,7 +13048,7 @@
|
|
|
12752
13048
|
},
|
|
12753
13049
|
"x-original-maxLength": 1024,
|
|
12754
13050
|
"x-reconciled-from-discovery": true,
|
|
12755
|
-
"x-reconciled-at": "2026-01-
|
|
13051
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310923+00:00"
|
|
12756
13052
|
},
|
|
12757
13053
|
"order_by": {
|
|
12758
13054
|
"$ref": "#/components/schemas/logOrderByData"
|
|
@@ -12862,7 +13158,7 @@
|
|
|
12862
13158
|
},
|
|
12863
13159
|
"x-original-maxLength": 1024,
|
|
12864
13160
|
"x-reconciled-from-discovery": true,
|
|
12865
|
-
"x-reconciled-at": "2026-01-
|
|
13161
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310938+00:00"
|
|
12866
13162
|
}
|
|
12867
13163
|
},
|
|
12868
13164
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13020,7 +13316,7 @@
|
|
|
13020
13316
|
},
|
|
13021
13317
|
"x-original-maxLength": 1024,
|
|
13022
13318
|
"x-reconciled-from-discovery": true,
|
|
13023
|
-
"x-reconciled-at": "2026-01-
|
|
13319
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310951+00:00"
|
|
13024
13320
|
},
|
|
13025
13321
|
"sub_aggs": {
|
|
13026
13322
|
"type": "object",
|
|
@@ -13124,7 +13420,7 @@
|
|
|
13124
13420
|
"maxLength": 15,
|
|
13125
13421
|
"minLength": 3,
|
|
13126
13422
|
"x-reconciled-from-discovery": true,
|
|
13127
|
-
"x-reconciled-at": "2026-01-
|
|
13423
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310969+00:00"
|
|
13128
13424
|
}
|
|
13129
13425
|
},
|
|
13130
13426
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13179,7 +13475,7 @@
|
|
|
13179
13475
|
"maxLength": 15,
|
|
13180
13476
|
"minLength": 3,
|
|
13181
13477
|
"x-reconciled-from-discovery": true,
|
|
13182
|
-
"x-reconciled-at": "2026-01-
|
|
13478
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310975+00:00"
|
|
13183
13479
|
}
|
|
13184
13480
|
},
|
|
13185
13481
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13396,7 +13692,7 @@
|
|
|
13396
13692
|
"maxLength": 16,
|
|
13397
13693
|
"minLength": 7,
|
|
13398
13694
|
"x-reconciled-from-discovery": true,
|
|
13399
|
-
"x-reconciled-at": "2026-01-
|
|
13695
|
+
"x-reconciled-at": "2026-01-05T18:28:44.310998+00:00"
|
|
13400
13696
|
},
|
|
13401
13697
|
"value": {
|
|
13402
13698
|
"type": "number",
|
|
@@ -13412,7 +13708,7 @@
|
|
|
13412
13708
|
"maxLength": 15,
|
|
13413
13709
|
"minLength": 3,
|
|
13414
13710
|
"x-reconciled-from-discovery": true,
|
|
13415
|
-
"x-reconciled-at": "2026-01-
|
|
13711
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311002+00:00"
|
|
13416
13712
|
}
|
|
13417
13713
|
},
|
|
13418
13714
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13538,7 +13834,7 @@
|
|
|
13538
13834
|
},
|
|
13539
13835
|
"x-original-maxLength": 1024,
|
|
13540
13836
|
"x-reconciled-from-discovery": true,
|
|
13541
|
-
"x-reconciled-at": "2026-01-
|
|
13837
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311014+00:00"
|
|
13542
13838
|
},
|
|
13543
13839
|
"sec_event_type": {
|
|
13544
13840
|
"type": "string",
|
|
@@ -13673,7 +13969,7 @@
|
|
|
13673
13969
|
},
|
|
13674
13970
|
"x-original-maxLength": 1024,
|
|
13675
13971
|
"x-reconciled-from-discovery": true,
|
|
13676
|
-
"x-reconciled-at": "2026-01-
|
|
13972
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311027+00:00"
|
|
13677
13973
|
}
|
|
13678
13974
|
},
|
|
13679
13975
|
"x-f5xc-minimum-configuration": {
|
|
@@ -13750,7 +14046,7 @@
|
|
|
13750
14046
|
},
|
|
13751
14047
|
"x-original-maxLength": 1024,
|
|
13752
14048
|
"x-reconciled-from-discovery": true,
|
|
13753
|
-
"x-reconciled-at": "2026-01-
|
|
14049
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311055+00:00"
|
|
13754
14050
|
}
|
|
13755
14051
|
},
|
|
13756
14052
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14316,7 +14612,7 @@
|
|
|
14316
14612
|
},
|
|
14317
14613
|
"x-original-maxLength": 256,
|
|
14318
14614
|
"x-reconciled-from-discovery": true,
|
|
14319
|
-
"x-reconciled-at": "2026-01-
|
|
14615
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311109+00:00"
|
|
14320
14616
|
}
|
|
14321
14617
|
},
|
|
14322
14618
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14891,7 +15187,7 @@
|
|
|
14891
15187
|
},
|
|
14892
15188
|
"x-original-maxLength": 256,
|
|
14893
15189
|
"x-reconciled-from-discovery": true,
|
|
14894
|
-
"x-reconciled-at": "2026-01-
|
|
15190
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311128+00:00"
|
|
14895
15191
|
}
|
|
14896
15192
|
},
|
|
14897
15193
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15707,7 +16003,7 @@
|
|
|
15707
16003
|
},
|
|
15708
16004
|
"x-original-maxLength": 256,
|
|
15709
16005
|
"x-reconciled-from-discovery": true,
|
|
15710
|
-
"x-reconciled-at": "2026-01-
|
|
16006
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311170+00:00"
|
|
15711
16007
|
},
|
|
15712
16008
|
"name": {
|
|
15713
16009
|
"type": "string",
|
|
@@ -15737,7 +16033,7 @@
|
|
|
15737
16033
|
},
|
|
15738
16034
|
"x-original-maxLength": 1024,
|
|
15739
16035
|
"x-reconciled-from-discovery": true,
|
|
15740
|
-
"x-reconciled-at": "2026-01-
|
|
16036
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311174+00:00"
|
|
15741
16037
|
}
|
|
15742
16038
|
},
|
|
15743
16039
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15841,7 +16137,7 @@
|
|
|
15841
16137
|
},
|
|
15842
16138
|
"x-original-maxLength": 1024,
|
|
15843
16139
|
"x-reconciled-from-discovery": true,
|
|
15844
|
-
"x-reconciled-at": "2026-01-
|
|
16140
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311180+00:00"
|
|
15845
16141
|
},
|
|
15846
16142
|
"previous_value": {
|
|
15847
16143
|
"type": "string",
|
|
@@ -15875,7 +16171,7 @@
|
|
|
15875
16171
|
},
|
|
15876
16172
|
"x-original-maxLength": 1024,
|
|
15877
16173
|
"x-reconciled-from-discovery": true,
|
|
15878
|
-
"x-reconciled-at": "2026-01-
|
|
16174
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311187+00:00"
|
|
15879
16175
|
}
|
|
15880
16176
|
},
|
|
15881
16177
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16423,7 +16719,7 @@
|
|
|
16423
16719
|
},
|
|
16424
16720
|
"x-original-maxLength": 256,
|
|
16425
16721
|
"x-reconciled-from-discovery": true,
|
|
16426
|
-
"x-reconciled-at": "2026-01-
|
|
16722
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311231+00:00"
|
|
16427
16723
|
}
|
|
16428
16724
|
},
|
|
16429
16725
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16546,7 +16842,7 @@
|
|
|
16546
16842
|
},
|
|
16547
16843
|
"x-original-maxLength": 256,
|
|
16548
16844
|
"x-reconciled-from-discovery": true,
|
|
16549
|
-
"x-reconciled-at": "2026-01-
|
|
16845
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311242+00:00"
|
|
16550
16846
|
}
|
|
16551
16847
|
},
|
|
16552
16848
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16600,7 +16896,7 @@
|
|
|
16600
16896
|
},
|
|
16601
16897
|
"x-original-maxLength": 128,
|
|
16602
16898
|
"x-reconciled-from-discovery": true,
|
|
16603
|
-
"x-reconciled-at": "2026-01-
|
|
16899
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311247+00:00"
|
|
16604
16900
|
},
|
|
16605
16901
|
"namespace": {
|
|
16606
16902
|
"type": "string",
|
|
@@ -16625,7 +16921,7 @@
|
|
|
16625
16921
|
},
|
|
16626
16922
|
"x-original-maxLength": 64,
|
|
16627
16923
|
"x-reconciled-from-discovery": true,
|
|
16628
|
-
"x-reconciled-at": "2026-01-
|
|
16924
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311251+00:00"
|
|
16629
16925
|
},
|
|
16630
16926
|
"tenant": {
|
|
16631
16927
|
"type": "string",
|
|
@@ -16652,7 +16948,7 @@
|
|
|
16652
16948
|
"x-field-mutability": "read-only",
|
|
16653
16949
|
"x-original-maxLength": 64,
|
|
16654
16950
|
"x-reconciled-from-discovery": true,
|
|
16655
|
-
"x-reconciled-at": "2026-01-
|
|
16951
|
+
"x-reconciled-at": "2026-01-05T18:28:44.311255+00:00"
|
|
16656
16952
|
}
|
|
16657
16953
|
},
|
|
16658
16954
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16874,7 +17170,7 @@
|
|
|
16874
17170
|
},
|
|
16875
17171
|
"x-original-maxLength": 1024,
|
|
16876
17172
|
"x-reconciled-from-discovery": true,
|
|
16877
|
-
"x-reconciled-at": "2026-01-
|
|
17173
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605329+00:00"
|
|
16878
17174
|
}
|
|
16879
17175
|
},
|
|
16880
17176
|
"x-f5xc-example": "[EMAIL, CC]",
|
|
@@ -17447,7 +17743,7 @@
|
|
|
17447
17743
|
},
|
|
17448
17744
|
"x-original-maxLength": 1024,
|
|
17449
17745
|
"x-reconciled-from-discovery": true,
|
|
17450
|
-
"x-reconciled-at": "2026-01-
|
|
17746
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605395+00:00"
|
|
17451
17747
|
},
|
|
17452
17748
|
"query": {
|
|
17453
17749
|
"type": "array",
|
|
@@ -17665,7 +17961,7 @@
|
|
|
17665
17961
|
},
|
|
17666
17962
|
"x-original-maxLength": 1024,
|
|
17667
17963
|
"x-reconciled-from-discovery": true,
|
|
17668
|
-
"x-reconciled-at": "2026-01-
|
|
17964
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605414+00:00"
|
|
17669
17965
|
},
|
|
17670
17966
|
"query": {
|
|
17671
17967
|
"type": "array",
|
|
@@ -18690,7 +18986,7 @@
|
|
|
18690
18986
|
},
|
|
18691
18987
|
"x-original-maxLength": 1024,
|
|
18692
18988
|
"x-reconciled-from-discovery": true,
|
|
18693
|
-
"x-reconciled-at": "2026-01-
|
|
18989
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605517+00:00"
|
|
18694
18990
|
},
|
|
18695
18991
|
"namespace": {
|
|
18696
18992
|
"type": "string",
|
|
@@ -18709,7 +19005,7 @@
|
|
|
18709
19005
|
},
|
|
18710
19006
|
"x-original-maxLength": 1024,
|
|
18711
19007
|
"x-reconciled-from-discovery": true,
|
|
18712
|
-
"x-reconciled-at": "2026-01-
|
|
19008
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605522+00:00"
|
|
18713
19009
|
}
|
|
18714
19010
|
},
|
|
18715
19011
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18782,7 +19078,7 @@
|
|
|
18782
19078
|
},
|
|
18783
19079
|
"x-original-maxLength": 1024,
|
|
18784
19080
|
"x-reconciled-from-discovery": true,
|
|
18785
|
-
"x-reconciled-at": "2026-01-
|
|
19081
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605532+00:00"
|
|
18786
19082
|
}
|
|
18787
19083
|
},
|
|
18788
19084
|
"x-f5xc-minimum-configuration": {
|
|
@@ -18880,7 +19176,7 @@
|
|
|
18880
19176
|
"maxLength": 17,
|
|
18881
19177
|
"minLength": 17,
|
|
18882
19178
|
"x-reconciled-from-discovery": true,
|
|
18883
|
-
"x-reconciled-at": "2026-01-
|
|
19179
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605547+00:00"
|
|
18884
19180
|
},
|
|
18885
19181
|
"system_metadata": {
|
|
18886
19182
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -19756,7 +20052,7 @@
|
|
|
19756
20052
|
},
|
|
19757
20053
|
"x-original-maxLength": 1024,
|
|
19758
20054
|
"x-reconciled-from-discovery": true,
|
|
19759
|
-
"x-reconciled-at": "2026-01-
|
|
20055
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605615+00:00"
|
|
19760
20056
|
},
|
|
19761
20057
|
"start_time": {
|
|
19762
20058
|
"type": "string",
|
|
@@ -19936,7 +20232,7 @@
|
|
|
19936
20232
|
},
|
|
19937
20233
|
"x-original-maxLength": 1024,
|
|
19938
20234
|
"x-reconciled-from-discovery": true,
|
|
19939
|
-
"x-reconciled-at": "2026-01-
|
|
20235
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605632+00:00"
|
|
19940
20236
|
}
|
|
19941
20237
|
},
|
|
19942
20238
|
"x-f5xc-minimum-configuration": {
|
|
@@ -19991,7 +20287,7 @@
|
|
|
19991
20287
|
"maxLength": 15,
|
|
19992
20288
|
"minLength": 3,
|
|
19993
20289
|
"x-reconciled-from-discovery": true,
|
|
19994
|
-
"x-reconciled-at": "2026-01-
|
|
20290
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605640+00:00"
|
|
19995
20291
|
}
|
|
19996
20292
|
},
|
|
19997
20293
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20045,7 +20341,7 @@
|
|
|
20045
20341
|
},
|
|
20046
20342
|
"x-original-maxLength": 1024,
|
|
20047
20343
|
"x-reconciled-from-discovery": true,
|
|
20048
|
-
"x-reconciled-at": "2026-01-
|
|
20344
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605646+00:00"
|
|
20049
20345
|
}
|
|
20050
20346
|
},
|
|
20051
20347
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20172,7 +20468,7 @@
|
|
|
20172
20468
|
},
|
|
20173
20469
|
"x-original-maxLength": 1024,
|
|
20174
20470
|
"x-reconciled-from-discovery": true,
|
|
20175
|
-
"x-reconciled-at": "2026-01-
|
|
20471
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605656+00:00"
|
|
20176
20472
|
},
|
|
20177
20473
|
"disabled": {
|
|
20178
20474
|
"type": "boolean",
|
|
@@ -20222,7 +20518,7 @@
|
|
|
20222
20518
|
},
|
|
20223
20519
|
"x-original-maxLength": 1024,
|
|
20224
20520
|
"x-reconciled-from-discovery": true,
|
|
20225
|
-
"x-reconciled-at": "2026-01-
|
|
20521
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605666+00:00"
|
|
20226
20522
|
},
|
|
20227
20523
|
"namespace": {
|
|
20228
20524
|
"type": "string",
|
|
@@ -20241,7 +20537,7 @@
|
|
|
20241
20537
|
},
|
|
20242
20538
|
"x-original-maxLength": 1024,
|
|
20243
20539
|
"x-reconciled-from-discovery": true,
|
|
20244
|
-
"x-reconciled-at": "2026-01-
|
|
20540
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605671+00:00"
|
|
20245
20541
|
},
|
|
20246
20542
|
"owner_view": {
|
|
20247
20543
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -20282,7 +20578,7 @@
|
|
|
20282
20578
|
"x-field-mutability": "read-only",
|
|
20283
20579
|
"x-original-maxLength": 1024,
|
|
20284
20580
|
"x-reconciled-from-discovery": true,
|
|
20285
|
-
"x-reconciled-at": "2026-01-
|
|
20581
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605679+00:00"
|
|
20286
20582
|
},
|
|
20287
20583
|
"uid": {
|
|
20288
20584
|
"type": "string",
|
|
@@ -20303,7 +20599,7 @@
|
|
|
20303
20599
|
"x-original-maxLength": 1024,
|
|
20304
20600
|
"format": "uuid",
|
|
20305
20601
|
"x-reconciled-from-discovery": true,
|
|
20306
|
-
"x-reconciled-at": "2026-01-
|
|
20602
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605684+00:00"
|
|
20307
20603
|
}
|
|
20308
20604
|
},
|
|
20309
20605
|
"x-f5xc-minimum-configuration": {
|
|
@@ -20884,7 +21180,7 @@
|
|
|
20884
21180
|
},
|
|
20885
21181
|
"x-original-maxLength": 1024,
|
|
20886
21182
|
"x-reconciled-from-discovery": true,
|
|
20887
|
-
"x-reconciled-at": "2026-01-
|
|
21183
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605735+00:00"
|
|
20888
21184
|
},
|
|
20889
21185
|
"namespace": {
|
|
20890
21186
|
"type": "string",
|
|
@@ -20910,7 +21206,7 @@
|
|
|
20910
21206
|
},
|
|
20911
21207
|
"x-original-maxLength": 1024,
|
|
20912
21208
|
"x-reconciled-from-discovery": true,
|
|
20913
|
-
"x-reconciled-at": "2026-01-
|
|
21209
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605739+00:00"
|
|
20914
21210
|
},
|
|
20915
21211
|
"service_op_id": {
|
|
20916
21212
|
"type": "integer",
|
|
@@ -21170,7 +21466,7 @@
|
|
|
21170
21466
|
},
|
|
21171
21467
|
"x-original-maxLength": 1024,
|
|
21172
21468
|
"x-reconciled-from-discovery": true,
|
|
21173
|
-
"x-reconciled-at": "2026-01-
|
|
21469
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605761+00:00"
|
|
21174
21470
|
},
|
|
21175
21471
|
"namespace": {
|
|
21176
21472
|
"type": "string",
|
|
@@ -21196,7 +21492,7 @@
|
|
|
21196
21492
|
},
|
|
21197
21493
|
"x-original-maxLength": 1024,
|
|
21198
21494
|
"x-reconciled-from-discovery": true,
|
|
21199
|
-
"x-reconciled-at": "2026-01-
|
|
21495
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605765+00:00"
|
|
21200
21496
|
},
|
|
21201
21497
|
"time_range": {
|
|
21202
21498
|
"$ref": "#/components/schemas/common_cdnServiceOperationsTimeRange"
|
|
@@ -21470,7 +21766,7 @@
|
|
|
21470
21766
|
},
|
|
21471
21767
|
"x-original-maxLength": 1024,
|
|
21472
21768
|
"x-reconciled-from-discovery": true,
|
|
21473
|
-
"x-reconciled-at": "2026-01-
|
|
21769
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605790+00:00"
|
|
21474
21770
|
}
|
|
21475
21771
|
},
|
|
21476
21772
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22119,7 +22415,7 @@
|
|
|
22119
22415
|
},
|
|
22120
22416
|
"x-original-maxLength": 1024,
|
|
22121
22417
|
"x-reconciled-from-discovery": true,
|
|
22122
|
-
"x-reconciled-at": "2026-01-
|
|
22418
|
+
"x-reconciled-at": "2026-01-05T18:28:52.605863+00:00"
|
|
22123
22419
|
}
|
|
22124
22420
|
},
|
|
22125
22421
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24514,7 +24810,7 @@
|
|
|
24514
24810
|
},
|
|
24515
24811
|
"x-original-maxLength": 1024,
|
|
24516
24812
|
"x-reconciled-from-discovery": true,
|
|
24517
|
-
"x-reconciled-at": "2026-01-
|
|
24813
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606170+00:00"
|
|
24518
24814
|
},
|
|
24519
24815
|
"uid": {
|
|
24520
24816
|
"type": "string",
|
|
@@ -24535,7 +24831,7 @@
|
|
|
24535
24831
|
"x-original-maxLength": 1024,
|
|
24536
24832
|
"format": "uuid",
|
|
24537
24833
|
"x-reconciled-from-discovery": true,
|
|
24538
|
-
"x-reconciled-at": "2026-01-
|
|
24834
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606176+00:00"
|
|
24539
24835
|
}
|
|
24540
24836
|
},
|
|
24541
24837
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25157,7 +25453,7 @@
|
|
|
25157
25453
|
},
|
|
25158
25454
|
"x-original-maxLength": 256,
|
|
25159
25455
|
"x-reconciled-from-discovery": true,
|
|
25160
|
-
"x-reconciled-at": "2026-01-
|
|
25456
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606399+00:00"
|
|
25161
25457
|
}
|
|
25162
25458
|
},
|
|
25163
25459
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25507,7 +25803,7 @@
|
|
|
25507
25803
|
},
|
|
25508
25804
|
"x-original-maxLength": 256,
|
|
25509
25805
|
"x-reconciled-from-discovery": true,
|
|
25510
|
-
"x-reconciled-at": "2026-01-
|
|
25806
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606456+00:00"
|
|
25511
25807
|
}
|
|
25512
25808
|
},
|
|
25513
25809
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25545,7 +25841,7 @@
|
|
|
25545
25841
|
},
|
|
25546
25842
|
"x-original-maxLength": 1024,
|
|
25547
25843
|
"x-reconciled-from-discovery": true,
|
|
25548
|
-
"x-reconciled-at": "2026-01-
|
|
25844
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606461+00:00"
|
|
25549
25845
|
}
|
|
25550
25846
|
},
|
|
25551
25847
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25580,7 +25876,7 @@
|
|
|
25580
25876
|
},
|
|
25581
25877
|
"x-original-maxLength": 1024,
|
|
25582
25878
|
"x-reconciled-from-discovery": true,
|
|
25583
|
-
"x-reconciled-at": "2026-01-
|
|
25879
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606466+00:00"
|
|
25584
25880
|
}
|
|
25585
25881
|
},
|
|
25586
25882
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25615,7 +25911,7 @@
|
|
|
25615
25911
|
},
|
|
25616
25912
|
"x-original-maxLength": 1024,
|
|
25617
25913
|
"x-reconciled-from-discovery": true,
|
|
25618
|
-
"x-reconciled-at": "2026-01-
|
|
25914
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606474+00:00"
|
|
25619
25915
|
}
|
|
25620
25916
|
},
|
|
25621
25917
|
"x-f5xc-minimum-configuration": {
|
|
@@ -26110,7 +26406,7 @@
|
|
|
26110
26406
|
},
|
|
26111
26407
|
"x-original-maxLength": 1024,
|
|
26112
26408
|
"x-reconciled-from-discovery": true,
|
|
26113
|
-
"x-reconciled-at": "2026-01-
|
|
26409
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606563+00:00"
|
|
26114
26410
|
}
|
|
26115
26411
|
},
|
|
26116
26412
|
"x-f5xc-minimum-configuration": {
|
|
@@ -26561,7 +26857,7 @@
|
|
|
26561
26857
|
},
|
|
26562
26858
|
"x-original-maxLength": 1024,
|
|
26563
26859
|
"x-reconciled-from-discovery": true,
|
|
26564
|
-
"x-reconciled-at": "2026-01-
|
|
26860
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606595+00:00"
|
|
26565
26861
|
},
|
|
26566
26862
|
"store_provider": {
|
|
26567
26863
|
"type": "string",
|
|
@@ -26959,7 +27255,7 @@
|
|
|
26959
27255
|
},
|
|
26960
27256
|
"x-original-maxLength": 256,
|
|
26961
27257
|
"x-reconciled-from-discovery": true,
|
|
26962
|
-
"x-reconciled-at": "2026-01-
|
|
27258
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606646+00:00"
|
|
26963
27259
|
},
|
|
26964
27260
|
"regex_values": {
|
|
26965
27261
|
"type": "array",
|
|
@@ -27133,7 +27429,7 @@
|
|
|
27133
27429
|
},
|
|
27134
27430
|
"x-original-maxLength": 1024,
|
|
27135
27431
|
"x-reconciled-from-discovery": true,
|
|
27136
|
-
"x-reconciled-at": "2026-01-
|
|
27432
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606657+00:00"
|
|
27137
27433
|
},
|
|
27138
27434
|
"url": {
|
|
27139
27435
|
"type": "string",
|
|
@@ -27230,7 +27526,7 @@
|
|
|
27230
27526
|
},
|
|
27231
27527
|
"x-original-maxLength": 1024,
|
|
27232
27528
|
"x-reconciled-from-discovery": true,
|
|
27233
|
-
"x-reconciled-at": "2026-01-
|
|
27529
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606667+00:00"
|
|
27234
27530
|
},
|
|
27235
27531
|
"service_name": {
|
|
27236
27532
|
"type": "string",
|
|
@@ -27269,7 +27565,7 @@
|
|
|
27269
27565
|
},
|
|
27270
27566
|
"x-original-maxLength": 1024,
|
|
27271
27567
|
"x-reconciled-from-discovery": true,
|
|
27272
|
-
"x-reconciled-at": "2026-01-
|
|
27568
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606672+00:00"
|
|
27273
27569
|
},
|
|
27274
27570
|
"type": {
|
|
27275
27571
|
"type": "string",
|
|
@@ -27396,7 +27692,7 @@
|
|
|
27396
27692
|
},
|
|
27397
27693
|
"x-original-maxLength": 256,
|
|
27398
27694
|
"x-reconciled-from-discovery": true,
|
|
27399
|
-
"x-reconciled-at": "2026-01-
|
|
27695
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606689+00:00"
|
|
27400
27696
|
},
|
|
27401
27697
|
"samesite_lax": {
|
|
27402
27698
|
"$ref": "#/components/schemas/ioschemaEmpty"
|
|
@@ -28015,7 +28311,7 @@
|
|
|
28015
28311
|
},
|
|
28016
28312
|
"x-original-maxLength": 256,
|
|
28017
28313
|
"x-reconciled-from-discovery": true,
|
|
28018
|
-
"x-reconciled-at": "2026-01-
|
|
28314
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606727+00:00"
|
|
28019
28315
|
},
|
|
28020
28316
|
"secret_value": {
|
|
28021
28317
|
"$ref": "#/components/schemas/schemaSecretType"
|
|
@@ -28041,7 +28337,7 @@
|
|
|
28041
28337
|
},
|
|
28042
28338
|
"x-original-maxLength": 8096,
|
|
28043
28339
|
"x-reconciled-from-discovery": true,
|
|
28044
|
-
"x-reconciled-at": "2026-01-
|
|
28340
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606732+00:00"
|
|
28045
28341
|
}
|
|
28046
28342
|
},
|
|
28047
28343
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28181,7 +28477,7 @@
|
|
|
28181
28477
|
},
|
|
28182
28478
|
"x-original-maxLength": 1024,
|
|
28183
28479
|
"x-reconciled-from-discovery": true,
|
|
28184
|
-
"x-reconciled-at": "2026-01-
|
|
28480
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606738+00:00"
|
|
28185
28481
|
}
|
|
28186
28482
|
},
|
|
28187
28483
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28313,7 +28609,7 @@
|
|
|
28313
28609
|
},
|
|
28314
28610
|
"x-original-maxLength": 1200,
|
|
28315
28611
|
"x-reconciled-from-discovery": true,
|
|
28316
|
-
"x-reconciled-at": "2026-01-
|
|
28612
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606759+00:00"
|
|
28317
28613
|
},
|
|
28318
28614
|
"disable": {
|
|
28319
28615
|
"type": "boolean",
|
|
@@ -28366,7 +28662,7 @@
|
|
|
28366
28662
|
},
|
|
28367
28663
|
"x-original-maxLength": 1024,
|
|
28368
28664
|
"x-reconciled-from-discovery": true,
|
|
28369
|
-
"x-reconciled-at": "2026-01-
|
|
28665
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606767+00:00"
|
|
28370
28666
|
},
|
|
28371
28667
|
"namespace": {
|
|
28372
28668
|
"type": "string",
|
|
@@ -28385,7 +28681,7 @@
|
|
|
28385
28681
|
},
|
|
28386
28682
|
"x-original-maxLength": 1024,
|
|
28387
28683
|
"x-reconciled-from-discovery": true,
|
|
28388
|
-
"x-reconciled-at": "2026-01-
|
|
28684
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606771+00:00"
|
|
28389
28685
|
}
|
|
28390
28686
|
},
|
|
28391
28687
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28461,7 +28757,7 @@
|
|
|
28461
28757
|
},
|
|
28462
28758
|
"x-original-maxLength": 1200,
|
|
28463
28759
|
"x-reconciled-from-discovery": true,
|
|
28464
|
-
"x-reconciled-at": "2026-01-
|
|
28760
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606778+00:00"
|
|
28465
28761
|
},
|
|
28466
28762
|
"disable": {
|
|
28467
28763
|
"type": "boolean",
|
|
@@ -28516,7 +28812,7 @@
|
|
|
28516
28812
|
},
|
|
28517
28813
|
"x-original-maxLength": 1024,
|
|
28518
28814
|
"x-reconciled-from-discovery": true,
|
|
28519
|
-
"x-reconciled-at": "2026-01-
|
|
28815
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606786+00:00"
|
|
28520
28816
|
},
|
|
28521
28817
|
"namespace": {
|
|
28522
28818
|
"type": "string",
|
|
@@ -28535,7 +28831,7 @@
|
|
|
28535
28831
|
},
|
|
28536
28832
|
"x-original-maxLength": 1024,
|
|
28537
28833
|
"x-reconciled-from-discovery": true,
|
|
28538
|
-
"x-reconciled-at": "2026-01-
|
|
28834
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606790+00:00"
|
|
28539
28835
|
}
|
|
28540
28836
|
},
|
|
28541
28837
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28611,7 +28907,7 @@
|
|
|
28611
28907
|
},
|
|
28612
28908
|
"x-original-maxLength": 1200,
|
|
28613
28909
|
"x-reconciled-from-discovery": true,
|
|
28614
|
-
"x-reconciled-at": "2026-01-
|
|
28910
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606797+00:00"
|
|
28615
28911
|
},
|
|
28616
28912
|
"disable": {
|
|
28617
28913
|
"type": "boolean",
|
|
@@ -28664,7 +28960,7 @@
|
|
|
28664
28960
|
},
|
|
28665
28961
|
"x-original-maxLength": 1024,
|
|
28666
28962
|
"x-reconciled-from-discovery": true,
|
|
28667
|
-
"x-reconciled-at": "2026-01-
|
|
28963
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606804+00:00"
|
|
28668
28964
|
},
|
|
28669
28965
|
"namespace": {
|
|
28670
28966
|
"type": "string",
|
|
@@ -28683,7 +28979,7 @@
|
|
|
28683
28979
|
},
|
|
28684
28980
|
"x-original-maxLength": 1024,
|
|
28685
28981
|
"x-reconciled-from-discovery": true,
|
|
28686
|
-
"x-reconciled-at": "2026-01-
|
|
28982
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606808+00:00"
|
|
28687
28983
|
}
|
|
28688
28984
|
},
|
|
28689
28985
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28844,7 +29140,7 @@
|
|
|
28844
29140
|
"x-original-maxLength": 1024,
|
|
28845
29141
|
"format": "uuid",
|
|
28846
29142
|
"x-reconciled-from-discovery": true,
|
|
28847
|
-
"x-reconciled-at": "2026-01-
|
|
29143
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606826+00:00"
|
|
28848
29144
|
},
|
|
28849
29145
|
"vtrp_id": {
|
|
28850
29146
|
"type": "string",
|
|
@@ -28956,7 +29252,7 @@
|
|
|
28956
29252
|
},
|
|
28957
29253
|
"x-original-maxLength": 1024,
|
|
28958
29254
|
"x-reconciled-from-discovery": true,
|
|
28959
|
-
"x-reconciled-at": "2026-01-
|
|
29255
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606836+00:00"
|
|
28960
29256
|
},
|
|
28961
29257
|
"status": {
|
|
28962
29258
|
"type": "string",
|
|
@@ -28975,7 +29271,7 @@
|
|
|
28975
29271
|
},
|
|
28976
29272
|
"x-original-maxLength": 1024,
|
|
28977
29273
|
"x-reconciled-from-discovery": true,
|
|
28978
|
-
"x-reconciled-at": "2026-01-
|
|
29274
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606841+00:00"
|
|
28979
29275
|
}
|
|
28980
29276
|
},
|
|
28981
29277
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29153,7 +29449,7 @@
|
|
|
29153
29449
|
"x-field-mutability": "read-only",
|
|
29154
29450
|
"x-original-maxLength": 1024,
|
|
29155
29451
|
"x-reconciled-from-discovery": true,
|
|
29156
|
-
"x-reconciled-at": "2026-01-
|
|
29452
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606861+00:00"
|
|
29157
29453
|
},
|
|
29158
29454
|
"uid": {
|
|
29159
29455
|
"type": "string",
|
|
@@ -29174,7 +29470,7 @@
|
|
|
29174
29470
|
"x-original-maxLength": 1024,
|
|
29175
29471
|
"format": "uuid",
|
|
29176
29472
|
"x-reconciled-from-discovery": true,
|
|
29177
|
-
"x-reconciled-at": "2026-01-
|
|
29473
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606866+00:00"
|
|
29178
29474
|
}
|
|
29179
29475
|
},
|
|
29180
29476
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29257,7 +29553,7 @@
|
|
|
29257
29553
|
},
|
|
29258
29554
|
"x-original-maxLength": 1024,
|
|
29259
29555
|
"x-reconciled-from-discovery": true,
|
|
29260
|
-
"x-reconciled-at": "2026-01-
|
|
29556
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606873+00:00"
|
|
29261
29557
|
},
|
|
29262
29558
|
"disable_ocsp_stapling": {
|
|
29263
29559
|
"$ref": "#/components/schemas/ioschemaEmpty"
|
|
@@ -29330,7 +29626,7 @@
|
|
|
29330
29626
|
},
|
|
29331
29627
|
"x-original-maxLength": 1024,
|
|
29332
29628
|
"x-reconciled-from-discovery": true,
|
|
29333
|
-
"x-reconciled-at": "2026-01-
|
|
29629
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606894+00:00"
|
|
29334
29630
|
},
|
|
29335
29631
|
"location": {
|
|
29336
29632
|
"type": "string",
|
|
@@ -29347,7 +29643,7 @@
|
|
|
29347
29643
|
},
|
|
29348
29644
|
"x-original-maxLength": 1024,
|
|
29349
29645
|
"x-reconciled-from-discovery": true,
|
|
29350
|
-
"x-reconciled-at": "2026-01-
|
|
29646
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606898+00:00"
|
|
29351
29647
|
},
|
|
29352
29648
|
"provider": {
|
|
29353
29649
|
"type": "string",
|
|
@@ -29364,7 +29660,7 @@
|
|
|
29364
29660
|
},
|
|
29365
29661
|
"x-original-maxLength": 1024,
|
|
29366
29662
|
"x-reconciled-from-discovery": true,
|
|
29367
|
-
"x-reconciled-at": "2026-01-
|
|
29663
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606902+00:00"
|
|
29368
29664
|
},
|
|
29369
29665
|
"secret_encoding": {
|
|
29370
29666
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -29386,7 +29682,7 @@
|
|
|
29386
29682
|
"maxLength": 1,
|
|
29387
29683
|
"minLength": 1,
|
|
29388
29684
|
"x-reconciled-from-discovery": true,
|
|
29389
|
-
"x-reconciled-at": "2026-01-
|
|
29685
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606909+00:00"
|
|
29390
29686
|
}
|
|
29391
29687
|
},
|
|
29392
29688
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29429,7 +29725,7 @@
|
|
|
29429
29725
|
},
|
|
29430
29726
|
"x-original-maxLength": 1024,
|
|
29431
29727
|
"x-reconciled-from-discovery": true,
|
|
29432
|
-
"x-reconciled-at": "2026-01-
|
|
29728
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606914+00:00"
|
|
29433
29729
|
},
|
|
29434
29730
|
"name": {
|
|
29435
29731
|
"type": "string",
|
|
@@ -29448,7 +29744,7 @@
|
|
|
29448
29744
|
},
|
|
29449
29745
|
"x-original-maxLength": 1024,
|
|
29450
29746
|
"x-reconciled-from-discovery": true,
|
|
29451
|
-
"x-reconciled-at": "2026-01-
|
|
29747
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606918+00:00"
|
|
29452
29748
|
},
|
|
29453
29749
|
"namespace": {
|
|
29454
29750
|
"type": "string",
|
|
@@ -29467,7 +29763,7 @@
|
|
|
29467
29763
|
},
|
|
29468
29764
|
"x-original-maxLength": 1024,
|
|
29469
29765
|
"x-reconciled-from-discovery": true,
|
|
29470
|
-
"x-reconciled-at": "2026-01-
|
|
29766
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606922+00:00"
|
|
29471
29767
|
},
|
|
29472
29768
|
"uid": {
|
|
29473
29769
|
"type": "string",
|
|
@@ -29488,7 +29784,7 @@
|
|
|
29488
29784
|
"x-original-maxLength": 1024,
|
|
29489
29785
|
"format": "uuid",
|
|
29490
29786
|
"x-reconciled-from-discovery": true,
|
|
29491
|
-
"x-reconciled-at": "2026-01-
|
|
29787
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606928+00:00"
|
|
29492
29788
|
}
|
|
29493
29789
|
},
|
|
29494
29790
|
"x-f5xc-minimum-configuration": {
|
|
@@ -29526,7 +29822,7 @@
|
|
|
29526
29822
|
},
|
|
29527
29823
|
"x-original-maxLength": 1024,
|
|
29528
29824
|
"x-reconciled-from-discovery": true,
|
|
29529
|
-
"x-reconciled-at": "2026-01-
|
|
29825
|
+
"x-reconciled-at": "2026-01-05T18:28:52.606933+00:00"
|
|
29530
29826
|
}
|
|
29531
29827
|
},
|
|
29532
29828
|
"x-f5xc-minimum-configuration": {
|
|
@@ -30914,7 +31210,7 @@
|
|
|
30914
31210
|
},
|
|
30915
31211
|
"x-original-maxLength": 1024,
|
|
30916
31212
|
"x-reconciled-from-discovery": true,
|
|
30917
|
-
"x-reconciled-at": "2026-01-
|
|
31213
|
+
"x-reconciled-at": "2026-01-05T18:28:52.607091+00:00"
|
|
30918
31214
|
},
|
|
30919
31215
|
"operator": {
|
|
30920
31216
|
"$ref": "#/components/schemas/viewscdn_loadbalancerCacheOperator"
|
|
@@ -31162,7 +31458,7 @@
|
|
|
31162
31458
|
},
|
|
31163
31459
|
"x-original-maxLength": 1024,
|
|
31164
31460
|
"x-reconciled-from-discovery": true,
|
|
31165
|
-
"x-reconciled-at": "2026-01-
|
|
31461
|
+
"x-reconciled-at": "2026-01-05T18:28:52.607120+00:00"
|
|
31166
31462
|
},
|
|
31167
31463
|
"operator": {
|
|
31168
31464
|
"$ref": "#/components/schemas/viewscdn_loadbalancerCacheOperator"
|
|
@@ -33130,7 +33426,7 @@
|
|
|
33130
33426
|
"x-original-maxLength": 256,
|
|
33131
33427
|
"format": "hostname",
|
|
33132
33428
|
"x-reconciled-from-discovery": true,
|
|
33133
|
-
"x-reconciled-at": "2026-01-
|
|
33429
|
+
"x-reconciled-at": "2026-01-05T18:28:52.607352+00:00"
|
|
33134
33430
|
},
|
|
33135
33431
|
"simple_login": {
|
|
33136
33432
|
"$ref": "#/components/schemas/common_wafSimpleLogin"
|
|
@@ -33483,7 +33779,7 @@
|
|
|
33483
33779
|
},
|
|
33484
33780
|
"x-original-maxLength": 1024,
|
|
33485
33781
|
"x-reconciled-from-discovery": true,
|
|
33486
|
-
"x-reconciled-at": "2026-01-
|
|
33782
|
+
"x-reconciled-at": "2026-01-05T18:28:52.607384+00:00"
|
|
33487
33783
|
},
|
|
33488
33784
|
"type": {
|
|
33489
33785
|
"type": "string",
|
|
@@ -33516,7 +33812,7 @@
|
|
|
33516
33812
|
},
|
|
33517
33813
|
"x-original-maxLength": 1024,
|
|
33518
33814
|
"x-reconciled-from-discovery": true,
|
|
33519
|
-
"x-reconciled-at": "2026-01-
|
|
33815
|
+
"x-reconciled-at": "2026-01-05T18:28:52.607391+00:00"
|
|
33520
33816
|
}
|
|
33521
33817
|
},
|
|
33522
33818
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33729,7 +34025,7 @@
|
|
|
33729
34025
|
"x-original-maxLength": 1024,
|
|
33730
34026
|
"format": "hostname",
|
|
33731
34027
|
"x-reconciled-from-discovery": true,
|
|
33732
|
-
"x-reconciled-at": "2026-01-
|
|
34028
|
+
"x-reconciled-at": "2026-01-05T18:28:52.607409+00:00"
|
|
33733
34029
|
},
|
|
33734
34030
|
"service_domain": {
|
|
33735
34031
|
"type": "string",
|
|
@@ -34266,7 +34562,7 @@
|
|
|
34266
34562
|
},
|
|
34267
34563
|
"x-original-maxLength": 256,
|
|
34268
34564
|
"x-reconciled-from-discovery": true,
|
|
34269
|
-
"x-reconciled-at": "2026-01-
|
|
34565
|
+
"x-reconciled-at": "2026-01-05T18:28:52.946916+00:00"
|
|
34270
34566
|
},
|
|
34271
34567
|
"operator": {
|
|
34272
34568
|
"$ref": "#/components/schemas/cdn_cache_ruleCacheOperator"
|
|
@@ -34539,7 +34835,7 @@
|
|
|
34539
34835
|
},
|
|
34540
34836
|
"x-original-maxLength": 256,
|
|
34541
34837
|
"x-reconciled-from-discovery": true,
|
|
34542
|
-
"x-reconciled-at": "2026-01-
|
|
34838
|
+
"x-reconciled-at": "2026-01-05T18:28:52.946943+00:00"
|
|
34543
34839
|
},
|
|
34544
34840
|
"operator": {
|
|
34545
34841
|
"$ref": "#/components/schemas/cdn_cache_ruleCacheOperator"
|
|
@@ -34723,7 +35019,7 @@
|
|
|
34723
35019
|
},
|
|
34724
35020
|
"x-original-maxLength": 1024,
|
|
34725
35021
|
"x-reconciled-from-discovery": true,
|
|
34726
|
-
"x-reconciled-at": "2026-01-
|
|
35022
|
+
"x-reconciled-at": "2026-01-05T18:28:52.946963+00:00"
|
|
34727
35023
|
},
|
|
34728
35024
|
"namespace": {
|
|
34729
35025
|
"type": "string",
|
|
@@ -34742,7 +35038,7 @@
|
|
|
34742
35038
|
},
|
|
34743
35039
|
"x-original-maxLength": 1024,
|
|
34744
35040
|
"x-reconciled-from-discovery": true,
|
|
34745
|
-
"x-reconciled-at": "2026-01-
|
|
35041
|
+
"x-reconciled-at": "2026-01-05T18:28:52.946968+00:00"
|
|
34746
35042
|
}
|
|
34747
35043
|
},
|
|
34748
35044
|
"x-f5xc-minimum-configuration": {
|
|
@@ -34977,7 +35273,7 @@
|
|
|
34977
35273
|
},
|
|
34978
35274
|
"x-original-maxLength": 1024,
|
|
34979
35275
|
"x-reconciled-from-discovery": true,
|
|
34980
|
-
"x-reconciled-at": "2026-01-
|
|
35276
|
+
"x-reconciled-at": "2026-01-05T18:28:52.946988+00:00"
|
|
34981
35277
|
},
|
|
34982
35278
|
"disabled": {
|
|
34983
35279
|
"type": "boolean",
|
|
@@ -35027,7 +35323,7 @@
|
|
|
35027
35323
|
},
|
|
35028
35324
|
"x-original-maxLength": 1024,
|
|
35029
35325
|
"x-reconciled-from-discovery": true,
|
|
35030
|
-
"x-reconciled-at": "2026-01-
|
|
35326
|
+
"x-reconciled-at": "2026-01-05T18:28:52.946999+00:00"
|
|
35031
35327
|
},
|
|
35032
35328
|
"namespace": {
|
|
35033
35329
|
"type": "string",
|
|
@@ -35046,7 +35342,7 @@
|
|
|
35046
35342
|
},
|
|
35047
35343
|
"x-original-maxLength": 1024,
|
|
35048
35344
|
"x-reconciled-from-discovery": true,
|
|
35049
|
-
"x-reconciled-at": "2026-01-
|
|
35345
|
+
"x-reconciled-at": "2026-01-05T18:28:52.947003+00:00"
|
|
35050
35346
|
},
|
|
35051
35347
|
"owner_view": {
|
|
35052
35348
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -35072,7 +35368,7 @@
|
|
|
35072
35368
|
"x-field-mutability": "read-only",
|
|
35073
35369
|
"x-original-maxLength": 1024,
|
|
35074
35370
|
"x-reconciled-from-discovery": true,
|
|
35075
|
-
"x-reconciled-at": "2026-01-
|
|
35371
|
+
"x-reconciled-at": "2026-01-05T18:28:52.947009+00:00"
|
|
35076
35372
|
},
|
|
35077
35373
|
"uid": {
|
|
35078
35374
|
"type": "string",
|
|
@@ -35093,7 +35389,7 @@
|
|
|
35093
35389
|
"x-original-maxLength": 1024,
|
|
35094
35390
|
"format": "uuid",
|
|
35095
35391
|
"x-reconciled-from-discovery": true,
|
|
35096
|
-
"x-reconciled-at": "2026-01-
|
|
35392
|
+
"x-reconciled-at": "2026-01-05T18:28:52.947015+00:00"
|
|
35097
35393
|
}
|
|
35098
35394
|
},
|
|
35099
35395
|
"x-f5xc-minimum-configuration": {
|
|
@@ -36579,7 +36875,7 @@
|
|
|
36579
36875
|
},
|
|
36580
36876
|
"x-original-maxLength": 128,
|
|
36581
36877
|
"x-reconciled-from-discovery": true,
|
|
36582
|
-
"x-reconciled-at": "2026-01-
|
|
36878
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039031+00:00"
|
|
36583
36879
|
},
|
|
36584
36880
|
"value": {
|
|
36585
36881
|
"$ref": "#/components/schemas/schemaSecretType"
|
|
@@ -36749,7 +37045,7 @@
|
|
|
36749
37045
|
},
|
|
36750
37046
|
"x-original-maxLength": 1024,
|
|
36751
37047
|
"x-reconciled-from-discovery": true,
|
|
36752
|
-
"x-reconciled-at": "2026-01-
|
|
37048
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039058+00:00"
|
|
36753
37049
|
},
|
|
36754
37050
|
"namespace": {
|
|
36755
37051
|
"type": "string",
|
|
@@ -36768,7 +37064,7 @@
|
|
|
36768
37064
|
},
|
|
36769
37065
|
"x-original-maxLength": 1024,
|
|
36770
37066
|
"x-reconciled-from-discovery": true,
|
|
36771
|
-
"x-reconciled-at": "2026-01-
|
|
37067
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039062+00:00"
|
|
36772
37068
|
}
|
|
36773
37069
|
},
|
|
36774
37070
|
"x-f5xc-minimum-configuration": {
|
|
@@ -37199,7 +37495,7 @@
|
|
|
37199
37495
|
},
|
|
37200
37496
|
"x-original-maxLength": 1024,
|
|
37201
37497
|
"x-reconciled-from-discovery": true,
|
|
37202
|
-
"x-reconciled-at": "2026-01-
|
|
37498
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039095+00:00"
|
|
37203
37499
|
},
|
|
37204
37500
|
"namespace": {
|
|
37205
37501
|
"type": "string",
|
|
@@ -37218,7 +37514,7 @@
|
|
|
37218
37514
|
},
|
|
37219
37515
|
"x-original-maxLength": 1024,
|
|
37220
37516
|
"x-reconciled-from-discovery": true,
|
|
37221
|
-
"x-reconciled-at": "2026-01-
|
|
37517
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039100+00:00"
|
|
37222
37518
|
}
|
|
37223
37519
|
},
|
|
37224
37520
|
"x-f5xc-minimum-configuration": {
|
|
@@ -37276,7 +37572,7 @@
|
|
|
37276
37572
|
},
|
|
37277
37573
|
"x-original-maxLength": 1024,
|
|
37278
37574
|
"x-reconciled-from-discovery": true,
|
|
37279
|
-
"x-reconciled-at": "2026-01-
|
|
37575
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039104+00:00"
|
|
37280
37576
|
},
|
|
37281
37577
|
"namespace": {
|
|
37282
37578
|
"type": "string",
|
|
@@ -37295,7 +37591,7 @@
|
|
|
37295
37591
|
},
|
|
37296
37592
|
"x-original-maxLength": 1024,
|
|
37297
37593
|
"x-reconciled-from-discovery": true,
|
|
37298
|
-
"x-reconciled-at": "2026-01-
|
|
37594
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039109+00:00"
|
|
37299
37595
|
}
|
|
37300
37596
|
},
|
|
37301
37597
|
"x-f5xc-minimum-configuration": {
|
|
@@ -37444,7 +37740,7 @@
|
|
|
37444
37740
|
},
|
|
37445
37741
|
"x-original-maxLength": 1024,
|
|
37446
37742
|
"x-reconciled-from-discovery": true,
|
|
37447
|
-
"x-reconciled-at": "2026-01-
|
|
37743
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039118+00:00"
|
|
37448
37744
|
},
|
|
37449
37745
|
"namespace": {
|
|
37450
37746
|
"type": "string",
|
|
@@ -37463,7 +37759,7 @@
|
|
|
37463
37759
|
},
|
|
37464
37760
|
"x-original-maxLength": 1024,
|
|
37465
37761
|
"x-reconciled-from-discovery": true,
|
|
37466
|
-
"x-reconciled-at": "2026-01-
|
|
37762
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039123+00:00"
|
|
37467
37763
|
},
|
|
37468
37764
|
"query_type": {
|
|
37469
37765
|
"$ref": "#/components/schemas/http_loadbalancerApiInventorySchemaQueryType"
|
|
@@ -37692,7 +37988,7 @@
|
|
|
37692
37988
|
"maxLength": 17,
|
|
37693
37989
|
"minLength": 17,
|
|
37694
37990
|
"x-reconciled-from-discovery": true,
|
|
37695
|
-
"x-reconciled-at": "2026-01-
|
|
37991
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039143+00:00"
|
|
37696
37992
|
},
|
|
37697
37993
|
"system_metadata": {
|
|
37698
37994
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -37805,7 +38101,7 @@
|
|
|
37805
38101
|
},
|
|
37806
38102
|
"x-original-maxLength": 1024,
|
|
37807
38103
|
"x-reconciled-from-discovery": true,
|
|
37808
|
-
"x-reconciled-at": "2026-01-
|
|
38104
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039151+00:00"
|
|
37809
38105
|
}
|
|
37810
38106
|
},
|
|
37811
38107
|
"x-f5xc-minimum-configuration": {
|
|
@@ -38226,7 +38522,7 @@
|
|
|
38226
38522
|
},
|
|
38227
38523
|
"x-original-maxLength": 1024,
|
|
38228
38524
|
"x-reconciled-from-discovery": true,
|
|
38229
|
-
"x-reconciled-at": "2026-01-
|
|
38525
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039179+00:00"
|
|
38230
38526
|
},
|
|
38231
38527
|
"disabled": {
|
|
38232
38528
|
"type": "boolean",
|
|
@@ -38276,7 +38572,7 @@
|
|
|
38276
38572
|
},
|
|
38277
38573
|
"x-original-maxLength": 1024,
|
|
38278
38574
|
"x-reconciled-from-discovery": true,
|
|
38279
|
-
"x-reconciled-at": "2026-01-
|
|
38575
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039190+00:00"
|
|
38280
38576
|
},
|
|
38281
38577
|
"namespace": {
|
|
38282
38578
|
"type": "string",
|
|
@@ -38295,7 +38591,7 @@
|
|
|
38295
38591
|
},
|
|
38296
38592
|
"x-original-maxLength": 1024,
|
|
38297
38593
|
"x-reconciled-from-discovery": true,
|
|
38298
|
-
"x-reconciled-at": "2026-01-
|
|
38594
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039194+00:00"
|
|
38299
38595
|
},
|
|
38300
38596
|
"owner_view": {
|
|
38301
38597
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -38336,7 +38632,7 @@
|
|
|
38336
38632
|
"x-field-mutability": "read-only",
|
|
38337
38633
|
"x-original-maxLength": 1024,
|
|
38338
38634
|
"x-reconciled-from-discovery": true,
|
|
38339
|
-
"x-reconciled-at": "2026-01-
|
|
38635
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039202+00:00"
|
|
38340
38636
|
},
|
|
38341
38637
|
"uid": {
|
|
38342
38638
|
"type": "string",
|
|
@@ -38357,7 +38653,7 @@
|
|
|
38357
38653
|
"x-original-maxLength": 1024,
|
|
38358
38654
|
"format": "uuid",
|
|
38359
38655
|
"x-reconciled-from-discovery": true,
|
|
38360
|
-
"x-reconciled-at": "2026-01-
|
|
38656
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039207+00:00"
|
|
38361
38657
|
}
|
|
38362
38658
|
},
|
|
38363
38659
|
"x-f5xc-minimum-configuration": {
|
|
@@ -39915,7 +40211,7 @@
|
|
|
39915
40211
|
},
|
|
39916
40212
|
"x-original-maxLength": 1024,
|
|
39917
40213
|
"x-reconciled-from-discovery": true,
|
|
39918
|
-
"x-reconciled-at": "2026-01-
|
|
40214
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039353+00:00"
|
|
39919
40215
|
},
|
|
39920
40216
|
"namespace": {
|
|
39921
40217
|
"type": "string",
|
|
@@ -39941,7 +40237,7 @@
|
|
|
39941
40237
|
},
|
|
39942
40238
|
"x-original-maxLength": 1024,
|
|
39943
40239
|
"x-reconciled-from-discovery": true,
|
|
39944
|
-
"x-reconciled-at": "2026-01-
|
|
40240
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039357+00:00"
|
|
39945
40241
|
},
|
|
39946
40242
|
"rps_threshold": {
|
|
39947
40243
|
"type": "integer",
|
|
@@ -40224,7 +40520,7 @@
|
|
|
40224
40520
|
},
|
|
40225
40521
|
"x-original-maxLength": 1024,
|
|
40226
40522
|
"x-reconciled-from-discovery": true,
|
|
40227
|
-
"x-reconciled-at": "2026-01-
|
|
40523
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039377+00:00"
|
|
40228
40524
|
},
|
|
40229
40525
|
"namespace": {
|
|
40230
40526
|
"type": "string",
|
|
@@ -40243,7 +40539,7 @@
|
|
|
40243
40539
|
},
|
|
40244
40540
|
"x-original-maxLength": 1024,
|
|
40245
40541
|
"x-reconciled-from-discovery": true,
|
|
40246
|
-
"x-reconciled-at": "2026-01-
|
|
40542
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039382+00:00"
|
|
40247
40543
|
}
|
|
40248
40544
|
},
|
|
40249
40545
|
"x-f5xc-minimum-configuration": {
|
|
@@ -41457,7 +41753,7 @@
|
|
|
41457
41753
|
},
|
|
41458
41754
|
"x-original-maxLength": 256,
|
|
41459
41755
|
"x-reconciled-from-discovery": true,
|
|
41460
|
-
"x-reconciled-at": "2026-01-
|
|
41756
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039752+00:00"
|
|
41461
41757
|
},
|
|
41462
41758
|
"path": {
|
|
41463
41759
|
"type": "string",
|
|
@@ -42197,7 +42493,7 @@
|
|
|
42197
42493
|
},
|
|
42198
42494
|
"x-original-maxLength": 256,
|
|
42199
42495
|
"x-reconciled-from-discovery": true,
|
|
42200
|
-
"x-reconciled-at": "2026-01-
|
|
42496
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039908+00:00"
|
|
42201
42497
|
},
|
|
42202
42498
|
"overwrite": {
|
|
42203
42499
|
"type": "boolean",
|
|
@@ -42236,7 +42532,7 @@
|
|
|
42236
42532
|
},
|
|
42237
42533
|
"x-original-maxLength": 8096,
|
|
42238
42534
|
"x-reconciled-from-discovery": true,
|
|
42239
|
-
"x-reconciled-at": "2026-01-
|
|
42535
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039915+00:00"
|
|
42240
42536
|
}
|
|
42241
42537
|
},
|
|
42242
42538
|
"x-f5xc-minimum-configuration": {
|
|
@@ -42844,7 +43140,7 @@
|
|
|
42844
43140
|
},
|
|
42845
43141
|
"x-original-maxLength": 256,
|
|
42846
43142
|
"x-reconciled-from-discovery": true,
|
|
42847
|
-
"x-reconciled-at": "2026-01-
|
|
43143
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040095+00:00"
|
|
42848
43144
|
},
|
|
42849
43145
|
"overwrite": {
|
|
42850
43146
|
"type": "boolean",
|
|
@@ -42892,7 +43188,7 @@
|
|
|
42892
43188
|
},
|
|
42893
43189
|
"x-original-maxLength": 8096,
|
|
42894
43190
|
"x-reconciled-from-discovery": true,
|
|
42895
|
-
"x-reconciled-at": "2026-01-
|
|
43191
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040105+00:00"
|
|
42896
43192
|
}
|
|
42897
43193
|
},
|
|
42898
43194
|
"x-f5xc-minimum-configuration": {
|
|
@@ -43420,7 +43716,7 @@
|
|
|
43420
43716
|
},
|
|
43421
43717
|
"x-original-maxLength": 1024,
|
|
43422
43718
|
"x-reconciled-from-discovery": true,
|
|
43423
|
-
"x-reconciled-at": "2026-01-
|
|
43719
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040349+00:00"
|
|
43424
43720
|
},
|
|
43425
43721
|
"status": {
|
|
43426
43722
|
"type": "string",
|
|
@@ -43437,7 +43733,7 @@
|
|
|
43437
43733
|
},
|
|
43438
43734
|
"x-original-maxLength": 1024,
|
|
43439
43735
|
"x-reconciled-from-discovery": true,
|
|
43440
|
-
"x-reconciled-at": "2026-01-
|
|
43736
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040354+00:00"
|
|
43441
43737
|
}
|
|
43442
43738
|
},
|
|
43443
43739
|
"x-f5xc-minimum-configuration": {
|
|
@@ -43493,7 +43789,7 @@
|
|
|
43493
43789
|
},
|
|
43494
43790
|
"x-original-maxLength": 1024,
|
|
43495
43791
|
"x-reconciled-from-discovery": true,
|
|
43496
|
-
"x-reconciled-at": "2026-01-
|
|
43792
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040360+00:00"
|
|
43497
43793
|
},
|
|
43498
43794
|
"nlb_cname": {
|
|
43499
43795
|
"type": "string",
|
|
@@ -43538,7 +43834,7 @@
|
|
|
43538
43834
|
},
|
|
43539
43835
|
"x-original-maxLength": 1024,
|
|
43540
43836
|
"x-reconciled-from-discovery": true,
|
|
43541
|
-
"x-reconciled-at": "2026-01-
|
|
43837
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040367+00:00"
|
|
43542
43838
|
},
|
|
43543
43839
|
"target_group_status": {
|
|
43544
43840
|
"type": "array",
|
|
@@ -43622,7 +43918,7 @@
|
|
|
43622
43918
|
},
|
|
43623
43919
|
"x-original-maxLength": 1024,
|
|
43624
43920
|
"x-reconciled-from-discovery": true,
|
|
43625
|
-
"x-reconciled-at": "2026-01-
|
|
43921
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040376+00:00"
|
|
43626
43922
|
},
|
|
43627
43923
|
"protocol": {
|
|
43628
43924
|
"type": "string",
|
|
@@ -43653,7 +43949,7 @@
|
|
|
43653
43949
|
},
|
|
43654
43950
|
"x-original-maxLength": 1024,
|
|
43655
43951
|
"x-reconciled-from-discovery": true,
|
|
43656
|
-
"x-reconciled-at": "2026-01-
|
|
43952
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040381+00:00"
|
|
43657
43953
|
},
|
|
43658
43954
|
"status": {
|
|
43659
43955
|
"type": "string",
|
|
@@ -43670,7 +43966,7 @@
|
|
|
43670
43966
|
},
|
|
43671
43967
|
"x-original-maxLength": 1024,
|
|
43672
43968
|
"x-reconciled-from-discovery": true,
|
|
43673
|
-
"x-reconciled-at": "2026-01-
|
|
43969
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040385+00:00"
|
|
43674
43970
|
}
|
|
43675
43971
|
},
|
|
43676
43972
|
"x-f5xc-minimum-configuration": {
|
|
@@ -45062,7 +45358,7 @@
|
|
|
45062
45358
|
"x-original-maxLength": 256,
|
|
45063
45359
|
"format": "hostname",
|
|
45064
45360
|
"x-reconciled-from-discovery": true,
|
|
45065
|
-
"x-reconciled-at": "2026-01-
|
|
45361
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040584+00:00"
|
|
45066
45362
|
}
|
|
45067
45363
|
},
|
|
45068
45364
|
"x-f5xc-minimum-configuration": {
|