@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": "Virtual",
|
|
5
5
|
"description": "Traffic distribution across origin pools with weighted routing and session persistence. Malware protection integration, threat campaign blocking, and request inspection. Proxy forwarding policies, server monitoring, and latency-based routing decisions. Service policy sets for fine-grained access control and rate limiter policies for traffic shaping.",
|
|
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,240 @@
|
|
|
13
13
|
"url": "https://www.f5.com/company/policies/eula"
|
|
14
14
|
},
|
|
15
15
|
"summary": "Layer 7 routing rules with health checks and failover. Rate limiting, geo-routing, and service policy enforcement.",
|
|
16
|
-
"x-f5xc-cli-domain": "virtual"
|
|
16
|
+
"x-f5xc-cli-domain": "virtual",
|
|
17
|
+
"x-f5xc-best-practices": {
|
|
18
|
+
"common_errors": [
|
|
19
|
+
{
|
|
20
|
+
"code": 409,
|
|
21
|
+
"message": "Load balancer name already exists",
|
|
22
|
+
"resolution": "Use unique name or delete existing load balancer",
|
|
23
|
+
"prevention": "Check existence with GET before POST"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"code": 400,
|
|
27
|
+
"message": "Origin pool not found",
|
|
28
|
+
"resolution": "Create origin pool before referencing in load balancer",
|
|
29
|
+
"prevention": "Ensure dependent resources exist first"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"code": 400,
|
|
33
|
+
"message": "Invalid SSL certificate reference",
|
|
34
|
+
"resolution": "Verify certificate exists and is valid",
|
|
35
|
+
"prevention": "Use certificate management API to validate first"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"code": 503,
|
|
39
|
+
"message": "All backend servers unhealthy",
|
|
40
|
+
"resolution": "Check origin server health and connectivity",
|
|
41
|
+
"prevention": "Configure proper health checks with appropriate thresholds"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"security_notes": [
|
|
45
|
+
"Always use HTTPS for production load balancers",
|
|
46
|
+
"Configure TLS 1.2 or higher for client connections",
|
|
47
|
+
"Enable WAF policies for internet-facing applications",
|
|
48
|
+
"Use certificate pinning for high-security applications",
|
|
49
|
+
"Configure HSTS headers for browser security"
|
|
50
|
+
],
|
|
51
|
+
"performance_tips": [
|
|
52
|
+
"Enable connection pooling for backend efficiency",
|
|
53
|
+
"Use geographic load balancing for global deployments",
|
|
54
|
+
"Configure appropriate timeout values based on application needs",
|
|
55
|
+
"Enable HTTP/2 for improved client performance",
|
|
56
|
+
"Use caching policies for static content"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
"x-f5xc-guided-workflows": [
|
|
60
|
+
{
|
|
61
|
+
"id": "deploy_http_loadbalancer",
|
|
62
|
+
"name": "Deploy HTTP Load Balancer",
|
|
63
|
+
"description": "Create a fully configured HTTP load balancer with backend origin pool",
|
|
64
|
+
"complexity": "medium",
|
|
65
|
+
"estimated_steps": 5,
|
|
66
|
+
"prerequisites": [
|
|
67
|
+
"Valid namespace in target tenant",
|
|
68
|
+
"Backend application reachable via IP or DNS",
|
|
69
|
+
"SSL certificate (optional for HTTPS)"
|
|
70
|
+
],
|
|
71
|
+
"steps": [
|
|
72
|
+
{
|
|
73
|
+
"order": 1,
|
|
74
|
+
"action": "create_origin_pool",
|
|
75
|
+
"name": "Create Origin Pool",
|
|
76
|
+
"description": "Define backend servers for the load balancer",
|
|
77
|
+
"resource": "origin_pool",
|
|
78
|
+
"required_fields": [
|
|
79
|
+
"name",
|
|
80
|
+
"origin_servers",
|
|
81
|
+
"port"
|
|
82
|
+
],
|
|
83
|
+
"tips": [
|
|
84
|
+
"Use private IPs for internal applications",
|
|
85
|
+
"Configure health checks for high availability"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"order": 2,
|
|
90
|
+
"action": "create_healthcheck",
|
|
91
|
+
"name": "Configure Health Check",
|
|
92
|
+
"description": "Set up health monitoring for origin pool",
|
|
93
|
+
"resource": "healthcheck",
|
|
94
|
+
"optional": true,
|
|
95
|
+
"required_fields": [
|
|
96
|
+
"name",
|
|
97
|
+
"http_health_check"
|
|
98
|
+
],
|
|
99
|
+
"tips": [
|
|
100
|
+
"Use application-specific health endpoints",
|
|
101
|
+
"Set appropriate timeout values"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"order": 3,
|
|
106
|
+
"action": "attach_healthcheck",
|
|
107
|
+
"name": "Attach Health Check",
|
|
108
|
+
"description": "Link health check to origin pool",
|
|
109
|
+
"optional": true,
|
|
110
|
+
"depends_on": [
|
|
111
|
+
1,
|
|
112
|
+
2
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"order": 4,
|
|
117
|
+
"action": "create_http_loadbalancer",
|
|
118
|
+
"name": "Create HTTP Load Balancer",
|
|
119
|
+
"description": "Configure the load balancer with origin pool",
|
|
120
|
+
"resource": "http_loadbalancer",
|
|
121
|
+
"depends_on": [
|
|
122
|
+
1
|
|
123
|
+
],
|
|
124
|
+
"required_fields": [
|
|
125
|
+
"name",
|
|
126
|
+
"domains",
|
|
127
|
+
"http.port"
|
|
128
|
+
],
|
|
129
|
+
"tips": [
|
|
130
|
+
"Use wildcard domains for multi-host routing",
|
|
131
|
+
"Configure advertise policy for internet exposure"
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"order": 5,
|
|
136
|
+
"action": "verify_deployment",
|
|
137
|
+
"name": "Verify Deployment",
|
|
138
|
+
"description": "Test load balancer endpoint accessibility",
|
|
139
|
+
"depends_on": [
|
|
140
|
+
4
|
|
141
|
+
],
|
|
142
|
+
"verification": [
|
|
143
|
+
"DNS resolution for configured domains",
|
|
144
|
+
"HTTP response from load balancer VIP",
|
|
145
|
+
"Backend origin health status"
|
|
146
|
+
]
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": "deploy_https_loadbalancer",
|
|
152
|
+
"name": "Deploy HTTPS Load Balancer with TLS",
|
|
153
|
+
"description": "Create HTTPS load balancer with SSL/TLS termination",
|
|
154
|
+
"complexity": "high",
|
|
155
|
+
"estimated_steps": 7,
|
|
156
|
+
"prerequisites": [
|
|
157
|
+
"Valid namespace in target tenant",
|
|
158
|
+
"SSL certificate and private key",
|
|
159
|
+
"Backend application reachable"
|
|
160
|
+
],
|
|
161
|
+
"steps": [
|
|
162
|
+
{
|
|
163
|
+
"order": 1,
|
|
164
|
+
"action": "upload_certificate",
|
|
165
|
+
"name": "Upload SSL Certificate",
|
|
166
|
+
"description": "Upload certificate and private key",
|
|
167
|
+
"resource": "certificate",
|
|
168
|
+
"required_fields": [
|
|
169
|
+
"name",
|
|
170
|
+
"certificate_chain",
|
|
171
|
+
"private_key"
|
|
172
|
+
],
|
|
173
|
+
"tips": [
|
|
174
|
+
"Include intermediate certificates in chain",
|
|
175
|
+
"Use PEM format for certificate data"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"order": 2,
|
|
180
|
+
"action": "create_origin_pool",
|
|
181
|
+
"name": "Create Origin Pool",
|
|
182
|
+
"description": "Define backend servers",
|
|
183
|
+
"resource": "origin_pool",
|
|
184
|
+
"required_fields": [
|
|
185
|
+
"name",
|
|
186
|
+
"origin_servers"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"order": 3,
|
|
191
|
+
"action": "create_healthcheck",
|
|
192
|
+
"name": "Configure Health Check",
|
|
193
|
+
"description": "Set up health monitoring",
|
|
194
|
+
"resource": "healthcheck",
|
|
195
|
+
"optional": true
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"order": 4,
|
|
199
|
+
"action": "create_waf_policy",
|
|
200
|
+
"name": "Configure WAF Policy",
|
|
201
|
+
"description": "Enable web application firewall",
|
|
202
|
+
"resource": "app_firewall",
|
|
203
|
+
"optional": true,
|
|
204
|
+
"tips": [
|
|
205
|
+
"Start in monitoring mode",
|
|
206
|
+
"Use appropriate rule sets"
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"order": 5,
|
|
211
|
+
"action": "create_https_loadbalancer",
|
|
212
|
+
"name": "Create HTTPS Load Balancer",
|
|
213
|
+
"description": "Configure load balancer with TLS",
|
|
214
|
+
"resource": "http_loadbalancer",
|
|
215
|
+
"depends_on": [
|
|
216
|
+
1,
|
|
217
|
+
2
|
|
218
|
+
],
|
|
219
|
+
"required_fields": [
|
|
220
|
+
"name",
|
|
221
|
+
"domains",
|
|
222
|
+
"https.tls_parameters"
|
|
223
|
+
]
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"order": 6,
|
|
227
|
+
"action": "attach_waf",
|
|
228
|
+
"name": "Attach WAF Policy",
|
|
229
|
+
"description": "Link WAF to load balancer",
|
|
230
|
+
"optional": true,
|
|
231
|
+
"depends_on": [
|
|
232
|
+
4,
|
|
233
|
+
5
|
|
234
|
+
]
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"order": 7,
|
|
238
|
+
"action": "verify_https",
|
|
239
|
+
"name": "Verify HTTPS Deployment",
|
|
240
|
+
"description": "Test secure endpoint",
|
|
241
|
+
"verification": [
|
|
242
|
+
"TLS certificate validation",
|
|
243
|
+
"HTTPS response codes",
|
|
244
|
+
"WAF policy application"
|
|
245
|
+
]
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
}
|
|
249
|
+
]
|
|
17
250
|
},
|
|
18
251
|
"servers": [
|
|
19
252
|
{
|
|
@@ -284,6 +517,13 @@
|
|
|
284
517
|
"latency": "low",
|
|
285
518
|
"resource_usage": "low"
|
|
286
519
|
}
|
|
520
|
+
},
|
|
521
|
+
"x-f5xc-discovered-response-time": {
|
|
522
|
+
"p50_ms": 1000,
|
|
523
|
+
"p95_ms": 3000,
|
|
524
|
+
"p99_ms": 8000,
|
|
525
|
+
"sample_count": 0,
|
|
526
|
+
"source": "estimate"
|
|
287
527
|
}
|
|
288
528
|
},
|
|
289
529
|
"x-displayname": "Cluster",
|
|
@@ -506,6 +746,13 @@
|
|
|
506
746
|
"latency": "low",
|
|
507
747
|
"resource_usage": "low"
|
|
508
748
|
}
|
|
749
|
+
},
|
|
750
|
+
"x-f5xc-discovered-response-time": {
|
|
751
|
+
"p50_ms": 800,
|
|
752
|
+
"p95_ms": 2500,
|
|
753
|
+
"p99_ms": 6000,
|
|
754
|
+
"sample_count": 0,
|
|
755
|
+
"source": "estimate"
|
|
509
756
|
}
|
|
510
757
|
},
|
|
511
758
|
"x-displayname": "Cluster",
|
|
@@ -733,6 +980,13 @@
|
|
|
733
980
|
"latency": "moderate",
|
|
734
981
|
"resource_usage": "moderate"
|
|
735
982
|
}
|
|
983
|
+
},
|
|
984
|
+
"x-f5xc-discovered-response-time": {
|
|
985
|
+
"p50_ms": 200,
|
|
986
|
+
"p95_ms": 800,
|
|
987
|
+
"p99_ms": 2000,
|
|
988
|
+
"sample_count": 0,
|
|
989
|
+
"source": "estimate"
|
|
736
990
|
}
|
|
737
991
|
},
|
|
738
992
|
"x-displayname": "Cluster",
|
|
@@ -954,6 +1208,13 @@
|
|
|
954
1208
|
"latency": "low",
|
|
955
1209
|
"resource_usage": "low"
|
|
956
1210
|
}
|
|
1211
|
+
},
|
|
1212
|
+
"x-f5xc-discovered-response-time": {
|
|
1213
|
+
"p50_ms": 200,
|
|
1214
|
+
"p95_ms": 800,
|
|
1215
|
+
"p99_ms": 2000,
|
|
1216
|
+
"sample_count": 0,
|
|
1217
|
+
"source": "estimate"
|
|
957
1218
|
}
|
|
958
1219
|
},
|
|
959
1220
|
"delete": {
|
|
@@ -1173,6 +1434,13 @@
|
|
|
1173
1434
|
"latency": "high",
|
|
1174
1435
|
"resource_usage": "moderate"
|
|
1175
1436
|
}
|
|
1437
|
+
},
|
|
1438
|
+
"x-f5xc-discovered-response-time": {
|
|
1439
|
+
"p50_ms": 500,
|
|
1440
|
+
"p95_ms": 1500,
|
|
1441
|
+
"p99_ms": 4000,
|
|
1442
|
+
"sample_count": 0,
|
|
1443
|
+
"source": "estimate"
|
|
1176
1444
|
}
|
|
1177
1445
|
},
|
|
1178
1446
|
"x-displayname": "Cluster",
|
|
@@ -1387,6 +1655,13 @@
|
|
|
1387
1655
|
"latency": "low",
|
|
1388
1656
|
"resource_usage": "low"
|
|
1389
1657
|
}
|
|
1658
|
+
},
|
|
1659
|
+
"x-f5xc-discovered-response-time": {
|
|
1660
|
+
"p50_ms": 1000,
|
|
1661
|
+
"p95_ms": 3000,
|
|
1662
|
+
"p99_ms": 8000,
|
|
1663
|
+
"sample_count": 0,
|
|
1664
|
+
"source": "estimate"
|
|
1390
1665
|
}
|
|
1391
1666
|
},
|
|
1392
1667
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -1609,6 +1884,13 @@
|
|
|
1609
1884
|
"latency": "low",
|
|
1610
1885
|
"resource_usage": "low"
|
|
1611
1886
|
}
|
|
1887
|
+
},
|
|
1888
|
+
"x-f5xc-discovered-response-time": {
|
|
1889
|
+
"p50_ms": 800,
|
|
1890
|
+
"p95_ms": 2500,
|
|
1891
|
+
"p99_ms": 6000,
|
|
1892
|
+
"sample_count": 0,
|
|
1893
|
+
"source": "estimate"
|
|
1612
1894
|
}
|
|
1613
1895
|
},
|
|
1614
1896
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -1836,6 +2118,13 @@
|
|
|
1836
2118
|
"latency": "moderate",
|
|
1837
2119
|
"resource_usage": "moderate"
|
|
1838
2120
|
}
|
|
2121
|
+
},
|
|
2122
|
+
"x-f5xc-discovered-response-time": {
|
|
2123
|
+
"p50_ms": 200,
|
|
2124
|
+
"p95_ms": 800,
|
|
2125
|
+
"p99_ms": 2000,
|
|
2126
|
+
"sample_count": 0,
|
|
2127
|
+
"source": "estimate"
|
|
1839
2128
|
}
|
|
1840
2129
|
},
|
|
1841
2130
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -2050,6 +2339,13 @@
|
|
|
2050
2339
|
"latency": "low",
|
|
2051
2340
|
"resource_usage": "low"
|
|
2052
2341
|
}
|
|
2342
|
+
},
|
|
2343
|
+
"x-f5xc-discovered-response-time": {
|
|
2344
|
+
"p50_ms": 1000,
|
|
2345
|
+
"p95_ms": 3000,
|
|
2346
|
+
"p99_ms": 8000,
|
|
2347
|
+
"sample_count": 0,
|
|
2348
|
+
"source": "estimate"
|
|
2053
2349
|
}
|
|
2054
2350
|
},
|
|
2055
2351
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -2271,6 +2567,13 @@
|
|
|
2271
2567
|
"latency": "low",
|
|
2272
2568
|
"resource_usage": "low"
|
|
2273
2569
|
}
|
|
2570
|
+
},
|
|
2571
|
+
"x-f5xc-discovered-response-time": {
|
|
2572
|
+
"p50_ms": 200,
|
|
2573
|
+
"p95_ms": 800,
|
|
2574
|
+
"p99_ms": 2000,
|
|
2575
|
+
"sample_count": 0,
|
|
2576
|
+
"source": "estimate"
|
|
2274
2577
|
}
|
|
2275
2578
|
},
|
|
2276
2579
|
"delete": {
|
|
@@ -2490,6 +2793,13 @@
|
|
|
2490
2793
|
"latency": "high",
|
|
2491
2794
|
"resource_usage": "moderate"
|
|
2492
2795
|
}
|
|
2796
|
+
},
|
|
2797
|
+
"x-f5xc-discovered-response-time": {
|
|
2798
|
+
"p50_ms": 500,
|
|
2799
|
+
"p95_ms": 1500,
|
|
2800
|
+
"p99_ms": 4000,
|
|
2801
|
+
"sample_count": 0,
|
|
2802
|
+
"source": "estimate"
|
|
2493
2803
|
}
|
|
2494
2804
|
},
|
|
2495
2805
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -2718,6 +3028,13 @@
|
|
|
2718
3028
|
"latency": "low",
|
|
2719
3029
|
"resource_usage": "low"
|
|
2720
3030
|
}
|
|
3031
|
+
},
|
|
3032
|
+
"x-f5xc-discovered-response-time": {
|
|
3033
|
+
"p50_ms": 1000,
|
|
3034
|
+
"p95_ms": 3000,
|
|
3035
|
+
"p99_ms": 8000,
|
|
3036
|
+
"sample_count": 0,
|
|
3037
|
+
"source": "estimate"
|
|
2721
3038
|
}
|
|
2722
3039
|
},
|
|
2723
3040
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -2920,6 +3237,13 @@
|
|
|
2920
3237
|
"latency": "moderate",
|
|
2921
3238
|
"resource_usage": "moderate"
|
|
2922
3239
|
}
|
|
3240
|
+
},
|
|
3241
|
+
"x-f5xc-discovered-response-time": {
|
|
3242
|
+
"p50_ms": 200,
|
|
3243
|
+
"p95_ms": 800,
|
|
3244
|
+
"p99_ms": 2000,
|
|
3245
|
+
"sample_count": 0,
|
|
3246
|
+
"source": "estimate"
|
|
2923
3247
|
}
|
|
2924
3248
|
},
|
|
2925
3249
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -3148,6 +3472,13 @@
|
|
|
3148
3472
|
"latency": "low",
|
|
3149
3473
|
"resource_usage": "low"
|
|
3150
3474
|
}
|
|
3475
|
+
},
|
|
3476
|
+
"x-f5xc-discovered-response-time": {
|
|
3477
|
+
"p50_ms": 1000,
|
|
3478
|
+
"p95_ms": 3000,
|
|
3479
|
+
"p99_ms": 8000,
|
|
3480
|
+
"sample_count": 0,
|
|
3481
|
+
"source": "estimate"
|
|
3151
3482
|
}
|
|
3152
3483
|
},
|
|
3153
3484
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -3349,6 +3680,13 @@
|
|
|
3349
3680
|
"latency": "moderate",
|
|
3350
3681
|
"resource_usage": "moderate"
|
|
3351
3682
|
}
|
|
3683
|
+
},
|
|
3684
|
+
"x-f5xc-discovered-response-time": {
|
|
3685
|
+
"p50_ms": 200,
|
|
3686
|
+
"p95_ms": 800,
|
|
3687
|
+
"p99_ms": 2000,
|
|
3688
|
+
"sample_count": 0,
|
|
3689
|
+
"source": "estimate"
|
|
3352
3690
|
}
|
|
3353
3691
|
},
|
|
3354
3692
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -3577,6 +3915,13 @@
|
|
|
3577
3915
|
"latency": "low",
|
|
3578
3916
|
"resource_usage": "low"
|
|
3579
3917
|
}
|
|
3918
|
+
},
|
|
3919
|
+
"x-f5xc-discovered-response-time": {
|
|
3920
|
+
"p50_ms": 1000,
|
|
3921
|
+
"p95_ms": 3000,
|
|
3922
|
+
"p99_ms": 8000,
|
|
3923
|
+
"sample_count": 0,
|
|
3924
|
+
"source": "estimate"
|
|
3580
3925
|
}
|
|
3581
3926
|
},
|
|
3582
3927
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -3805,6 +4150,13 @@
|
|
|
3805
4150
|
"latency": "low",
|
|
3806
4151
|
"resource_usage": "low"
|
|
3807
4152
|
}
|
|
4153
|
+
},
|
|
4154
|
+
"x-f5xc-discovered-response-time": {
|
|
4155
|
+
"p50_ms": 1000,
|
|
4156
|
+
"p95_ms": 3000,
|
|
4157
|
+
"p99_ms": 8000,
|
|
4158
|
+
"sample_count": 0,
|
|
4159
|
+
"source": "estimate"
|
|
3808
4160
|
}
|
|
3809
4161
|
},
|
|
3810
4162
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -4007,6 +4359,13 @@
|
|
|
4007
4359
|
"latency": "moderate",
|
|
4008
4360
|
"resource_usage": "moderate"
|
|
4009
4361
|
}
|
|
4362
|
+
},
|
|
4363
|
+
"x-f5xc-discovered-response-time": {
|
|
4364
|
+
"p50_ms": 200,
|
|
4365
|
+
"p95_ms": 800,
|
|
4366
|
+
"p99_ms": 2000,
|
|
4367
|
+
"sample_count": 0,
|
|
4368
|
+
"source": "estimate"
|
|
4010
4369
|
}
|
|
4011
4370
|
},
|
|
4012
4371
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -4237,6 +4596,13 @@
|
|
|
4237
4596
|
"latency": "high",
|
|
4238
4597
|
"resource_usage": "moderate"
|
|
4239
4598
|
}
|
|
4599
|
+
},
|
|
4600
|
+
"x-f5xc-discovered-response-time": {
|
|
4601
|
+
"p50_ms": 500,
|
|
4602
|
+
"p95_ms": 1500,
|
|
4603
|
+
"p99_ms": 4000,
|
|
4604
|
+
"sample_count": 0,
|
|
4605
|
+
"source": "estimate"
|
|
4240
4606
|
}
|
|
4241
4607
|
},
|
|
4242
4608
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -4438,6 +4804,13 @@
|
|
|
4438
4804
|
"latency": "moderate",
|
|
4439
4805
|
"resource_usage": "moderate"
|
|
4440
4806
|
}
|
|
4807
|
+
},
|
|
4808
|
+
"x-f5xc-discovered-response-time": {
|
|
4809
|
+
"p50_ms": 200,
|
|
4810
|
+
"p95_ms": 800,
|
|
4811
|
+
"p99_ms": 2000,
|
|
4812
|
+
"sample_count": 0,
|
|
4813
|
+
"source": "estimate"
|
|
4441
4814
|
}
|
|
4442
4815
|
},
|
|
4443
4816
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -4665,6 +5038,13 @@
|
|
|
4665
5038
|
"latency": "low",
|
|
4666
5039
|
"resource_usage": "low"
|
|
4667
5040
|
}
|
|
5041
|
+
},
|
|
5042
|
+
"x-f5xc-discovered-response-time": {
|
|
5043
|
+
"p50_ms": 1000,
|
|
5044
|
+
"p95_ms": 3000,
|
|
5045
|
+
"p99_ms": 8000,
|
|
5046
|
+
"sample_count": 0,
|
|
5047
|
+
"source": "estimate"
|
|
4668
5048
|
}
|
|
4669
5049
|
},
|
|
4670
5050
|
"x-displayname": "Configure HTTP Load Balancer.",
|
|
@@ -4879,6 +5259,13 @@
|
|
|
4879
5259
|
"latency": "low",
|
|
4880
5260
|
"resource_usage": "low"
|
|
4881
5261
|
}
|
|
5262
|
+
},
|
|
5263
|
+
"x-f5xc-discovered-response-time": {
|
|
5264
|
+
"p50_ms": 1000,
|
|
5265
|
+
"p95_ms": 3000,
|
|
5266
|
+
"p99_ms": 8000,
|
|
5267
|
+
"sample_count": 0,
|
|
5268
|
+
"source": "estimate"
|
|
4882
5269
|
}
|
|
4883
5270
|
},
|
|
4884
5271
|
"x-displayname": "Configure TCP Load Balancer.",
|
|
@@ -5101,6 +5488,13 @@
|
|
|
5101
5488
|
"latency": "low",
|
|
5102
5489
|
"resource_usage": "low"
|
|
5103
5490
|
}
|
|
5491
|
+
},
|
|
5492
|
+
"x-f5xc-discovered-response-time": {
|
|
5493
|
+
"p50_ms": 800,
|
|
5494
|
+
"p95_ms": 2500,
|
|
5495
|
+
"p99_ms": 6000,
|
|
5496
|
+
"sample_count": 0,
|
|
5497
|
+
"source": "estimate"
|
|
5104
5498
|
}
|
|
5105
5499
|
},
|
|
5106
5500
|
"x-displayname": "Configure TCP Load Balancer.",
|
|
@@ -5328,6 +5722,13 @@
|
|
|
5328
5722
|
"latency": "moderate",
|
|
5329
5723
|
"resource_usage": "moderate"
|
|
5330
5724
|
}
|
|
5725
|
+
},
|
|
5726
|
+
"x-f5xc-discovered-response-time": {
|
|
5727
|
+
"p50_ms": 200,
|
|
5728
|
+
"p95_ms": 800,
|
|
5729
|
+
"p99_ms": 2000,
|
|
5730
|
+
"sample_count": 0,
|
|
5731
|
+
"source": "estimate"
|
|
5331
5732
|
}
|
|
5332
5733
|
},
|
|
5333
5734
|
"x-displayname": "Configure TCP Load Balancer.",
|
|
@@ -5549,6 +5950,13 @@
|
|
|
5549
5950
|
"latency": "low",
|
|
5550
5951
|
"resource_usage": "low"
|
|
5551
5952
|
}
|
|
5953
|
+
},
|
|
5954
|
+
"x-f5xc-discovered-response-time": {
|
|
5955
|
+
"p50_ms": 200,
|
|
5956
|
+
"p95_ms": 800,
|
|
5957
|
+
"p99_ms": 2000,
|
|
5958
|
+
"sample_count": 0,
|
|
5959
|
+
"source": "estimate"
|
|
5552
5960
|
}
|
|
5553
5961
|
},
|
|
5554
5962
|
"delete": {
|
|
@@ -5768,6 +6176,13 @@
|
|
|
5768
6176
|
"latency": "high",
|
|
5769
6177
|
"resource_usage": "moderate"
|
|
5770
6178
|
}
|
|
6179
|
+
},
|
|
6180
|
+
"x-f5xc-discovered-response-time": {
|
|
6181
|
+
"p50_ms": 500,
|
|
6182
|
+
"p95_ms": 1500,
|
|
6183
|
+
"p99_ms": 4000,
|
|
6184
|
+
"sample_count": 0,
|
|
6185
|
+
"source": "estimate"
|
|
5771
6186
|
}
|
|
5772
6187
|
},
|
|
5773
6188
|
"x-displayname": "Configure TCP Load Balancer.",
|
|
@@ -5969,6 +6384,13 @@
|
|
|
5969
6384
|
"latency": "moderate",
|
|
5970
6385
|
"resource_usage": "moderate"
|
|
5971
6386
|
}
|
|
6387
|
+
},
|
|
6388
|
+
"x-f5xc-discovered-response-time": {
|
|
6389
|
+
"p50_ms": 200,
|
|
6390
|
+
"p95_ms": 800,
|
|
6391
|
+
"p99_ms": 2000,
|
|
6392
|
+
"sample_count": 0,
|
|
6393
|
+
"source": "estimate"
|
|
5972
6394
|
}
|
|
5973
6395
|
},
|
|
5974
6396
|
"x-displayname": "Configure TCP Load Balancer.",
|
|
@@ -6183,6 +6605,13 @@
|
|
|
6183
6605
|
"latency": "low",
|
|
6184
6606
|
"resource_usage": "low"
|
|
6185
6607
|
}
|
|
6608
|
+
},
|
|
6609
|
+
"x-f5xc-discovered-response-time": {
|
|
6610
|
+
"p50_ms": 1000,
|
|
6611
|
+
"p95_ms": 3000,
|
|
6612
|
+
"p99_ms": 8000,
|
|
6613
|
+
"sample_count": 0,
|
|
6614
|
+
"source": "estimate"
|
|
6186
6615
|
}
|
|
6187
6616
|
},
|
|
6188
6617
|
"x-displayname": "Configure UDP Load Balancer.",
|
|
@@ -6405,6 +6834,13 @@
|
|
|
6405
6834
|
"latency": "low",
|
|
6406
6835
|
"resource_usage": "low"
|
|
6407
6836
|
}
|
|
6837
|
+
},
|
|
6838
|
+
"x-f5xc-discovered-response-time": {
|
|
6839
|
+
"p50_ms": 800,
|
|
6840
|
+
"p95_ms": 2500,
|
|
6841
|
+
"p99_ms": 6000,
|
|
6842
|
+
"sample_count": 0,
|
|
6843
|
+
"source": "estimate"
|
|
6408
6844
|
}
|
|
6409
6845
|
},
|
|
6410
6846
|
"x-displayname": "Configure UDP Load Balancer.",
|
|
@@ -6632,6 +7068,13 @@
|
|
|
6632
7068
|
"latency": "moderate",
|
|
6633
7069
|
"resource_usage": "moderate"
|
|
6634
7070
|
}
|
|
7071
|
+
},
|
|
7072
|
+
"x-f5xc-discovered-response-time": {
|
|
7073
|
+
"p50_ms": 200,
|
|
7074
|
+
"p95_ms": 800,
|
|
7075
|
+
"p99_ms": 2000,
|
|
7076
|
+
"sample_count": 0,
|
|
7077
|
+
"source": "estimate"
|
|
6635
7078
|
}
|
|
6636
7079
|
},
|
|
6637
7080
|
"x-displayname": "Configure UDP Load Balancer.",
|
|
@@ -6853,6 +7296,13 @@
|
|
|
6853
7296
|
"latency": "low",
|
|
6854
7297
|
"resource_usage": "low"
|
|
6855
7298
|
}
|
|
7299
|
+
},
|
|
7300
|
+
"x-f5xc-discovered-response-time": {
|
|
7301
|
+
"p50_ms": 200,
|
|
7302
|
+
"p95_ms": 800,
|
|
7303
|
+
"p99_ms": 2000,
|
|
7304
|
+
"sample_count": 0,
|
|
7305
|
+
"source": "estimate"
|
|
6856
7306
|
}
|
|
6857
7307
|
},
|
|
6858
7308
|
"delete": {
|
|
@@ -7072,6 +7522,13 @@
|
|
|
7072
7522
|
"latency": "high",
|
|
7073
7523
|
"resource_usage": "moderate"
|
|
7074
7524
|
}
|
|
7525
|
+
},
|
|
7526
|
+
"x-f5xc-discovered-response-time": {
|
|
7527
|
+
"p50_ms": 500,
|
|
7528
|
+
"p95_ms": 1500,
|
|
7529
|
+
"p99_ms": 4000,
|
|
7530
|
+
"sample_count": 0,
|
|
7531
|
+
"source": "estimate"
|
|
7075
7532
|
}
|
|
7076
7533
|
},
|
|
7077
7534
|
"x-displayname": "Configure UDP Load Balancer.",
|
|
@@ -7273,6 +7730,13 @@
|
|
|
7273
7730
|
"latency": "moderate",
|
|
7274
7731
|
"resource_usage": "moderate"
|
|
7275
7732
|
}
|
|
7733
|
+
},
|
|
7734
|
+
"x-f5xc-discovered-response-time": {
|
|
7735
|
+
"p50_ms": 200,
|
|
7736
|
+
"p95_ms": 800,
|
|
7737
|
+
"p99_ms": 2000,
|
|
7738
|
+
"sample_count": 0,
|
|
7739
|
+
"source": "estimate"
|
|
7276
7740
|
}
|
|
7277
7741
|
},
|
|
7278
7742
|
"x-displayname": "Configure UDP Load Balancer.",
|
|
@@ -7472,6 +7936,13 @@
|
|
|
7472
7936
|
"latency": "low",
|
|
7473
7937
|
"resource_usage": "low"
|
|
7474
7938
|
}
|
|
7939
|
+
},
|
|
7940
|
+
"x-f5xc-discovered-response-time": {
|
|
7941
|
+
"p50_ms": 1000,
|
|
7942
|
+
"p95_ms": 3000,
|
|
7943
|
+
"p99_ms": 8000,
|
|
7944
|
+
"sample_count": 0,
|
|
7945
|
+
"source": "estimate"
|
|
7475
7946
|
}
|
|
7476
7947
|
},
|
|
7477
7948
|
"x-displayname": "F5XC Malware Protection Subscription API.",
|
|
@@ -7671,6 +8142,13 @@
|
|
|
7671
8142
|
"latency": "low",
|
|
7672
8143
|
"resource_usage": "low"
|
|
7673
8144
|
}
|
|
8145
|
+
},
|
|
8146
|
+
"x-f5xc-discovered-response-time": {
|
|
8147
|
+
"p50_ms": 1000,
|
|
8148
|
+
"p95_ms": 3000,
|
|
8149
|
+
"p99_ms": 8000,
|
|
8150
|
+
"sample_count": 0,
|
|
8151
|
+
"source": "estimate"
|
|
7674
8152
|
}
|
|
7675
8153
|
},
|
|
7676
8154
|
"x-displayname": "F5XC Malware Protection Subscription API.",
|
|
@@ -7885,6 +8363,13 @@
|
|
|
7885
8363
|
"latency": "low",
|
|
7886
8364
|
"resource_usage": "low"
|
|
7887
8365
|
}
|
|
8366
|
+
},
|
|
8367
|
+
"x-f5xc-discovered-response-time": {
|
|
8368
|
+
"p50_ms": 1000,
|
|
8369
|
+
"p95_ms": 3000,
|
|
8370
|
+
"p99_ms": 8000,
|
|
8371
|
+
"sample_count": 0,
|
|
8372
|
+
"source": "estimate"
|
|
7888
8373
|
}
|
|
7889
8374
|
},
|
|
7890
8375
|
"x-displayname": "Geolocation Set.",
|
|
@@ -8107,6 +8592,13 @@
|
|
|
8107
8592
|
"latency": "low",
|
|
8108
8593
|
"resource_usage": "low"
|
|
8109
8594
|
}
|
|
8595
|
+
},
|
|
8596
|
+
"x-f5xc-discovered-response-time": {
|
|
8597
|
+
"p50_ms": 800,
|
|
8598
|
+
"p95_ms": 2500,
|
|
8599
|
+
"p99_ms": 6000,
|
|
8600
|
+
"sample_count": 0,
|
|
8601
|
+
"source": "estimate"
|
|
8110
8602
|
}
|
|
8111
8603
|
},
|
|
8112
8604
|
"x-displayname": "Geolocation Set.",
|
|
@@ -8334,6 +8826,13 @@
|
|
|
8334
8826
|
"latency": "moderate",
|
|
8335
8827
|
"resource_usage": "moderate"
|
|
8336
8828
|
}
|
|
8829
|
+
},
|
|
8830
|
+
"x-f5xc-discovered-response-time": {
|
|
8831
|
+
"p50_ms": 200,
|
|
8832
|
+
"p95_ms": 800,
|
|
8833
|
+
"p99_ms": 2000,
|
|
8834
|
+
"sample_count": 0,
|
|
8835
|
+
"source": "estimate"
|
|
8337
8836
|
}
|
|
8338
8837
|
},
|
|
8339
8838
|
"x-displayname": "Geolocation Set.",
|
|
@@ -8555,6 +9054,13 @@
|
|
|
8555
9054
|
"latency": "low",
|
|
8556
9055
|
"resource_usage": "low"
|
|
8557
9056
|
}
|
|
9057
|
+
},
|
|
9058
|
+
"x-f5xc-discovered-response-time": {
|
|
9059
|
+
"p50_ms": 200,
|
|
9060
|
+
"p95_ms": 800,
|
|
9061
|
+
"p99_ms": 2000,
|
|
9062
|
+
"sample_count": 0,
|
|
9063
|
+
"source": "estimate"
|
|
8558
9064
|
}
|
|
8559
9065
|
},
|
|
8560
9066
|
"delete": {
|
|
@@ -8774,6 +9280,13 @@
|
|
|
8774
9280
|
"latency": "high",
|
|
8775
9281
|
"resource_usage": "moderate"
|
|
8776
9282
|
}
|
|
9283
|
+
},
|
|
9284
|
+
"x-f5xc-discovered-response-time": {
|
|
9285
|
+
"p50_ms": 500,
|
|
9286
|
+
"p95_ms": 1500,
|
|
9287
|
+
"p99_ms": 4000,
|
|
9288
|
+
"sample_count": 0,
|
|
9289
|
+
"source": "estimate"
|
|
8777
9290
|
}
|
|
8778
9291
|
},
|
|
8779
9292
|
"x-displayname": "Geolocation Set.",
|
|
@@ -8988,6 +9501,13 @@
|
|
|
8988
9501
|
"latency": "low",
|
|
8989
9502
|
"resource_usage": "low"
|
|
8990
9503
|
}
|
|
9504
|
+
},
|
|
9505
|
+
"x-f5xc-discovered-response-time": {
|
|
9506
|
+
"p50_ms": 1000,
|
|
9507
|
+
"p95_ms": 3000,
|
|
9508
|
+
"p99_ms": 8000,
|
|
9509
|
+
"sample_count": 0,
|
|
9510
|
+
"source": "estimate"
|
|
8991
9511
|
}
|
|
8992
9512
|
},
|
|
8993
9513
|
"x-displayname": "Health Check.",
|
|
@@ -9210,6 +9730,13 @@
|
|
|
9210
9730
|
"latency": "low",
|
|
9211
9731
|
"resource_usage": "low"
|
|
9212
9732
|
}
|
|
9733
|
+
},
|
|
9734
|
+
"x-f5xc-discovered-response-time": {
|
|
9735
|
+
"p50_ms": 800,
|
|
9736
|
+
"p95_ms": 2500,
|
|
9737
|
+
"p99_ms": 6000,
|
|
9738
|
+
"sample_count": 0,
|
|
9739
|
+
"source": "estimate"
|
|
9213
9740
|
}
|
|
9214
9741
|
},
|
|
9215
9742
|
"x-displayname": "Health Check.",
|
|
@@ -9437,6 +9964,13 @@
|
|
|
9437
9964
|
"latency": "moderate",
|
|
9438
9965
|
"resource_usage": "moderate"
|
|
9439
9966
|
}
|
|
9967
|
+
},
|
|
9968
|
+
"x-f5xc-discovered-response-time": {
|
|
9969
|
+
"p50_ms": 200,
|
|
9970
|
+
"p95_ms": 800,
|
|
9971
|
+
"p99_ms": 2000,
|
|
9972
|
+
"sample_count": 0,
|
|
9973
|
+
"source": "estimate"
|
|
9440
9974
|
}
|
|
9441
9975
|
},
|
|
9442
9976
|
"x-displayname": "Health Check.",
|
|
@@ -9658,6 +10192,13 @@
|
|
|
9658
10192
|
"latency": "low",
|
|
9659
10193
|
"resource_usage": "low"
|
|
9660
10194
|
}
|
|
10195
|
+
},
|
|
10196
|
+
"x-f5xc-discovered-response-time": {
|
|
10197
|
+
"p50_ms": 200,
|
|
10198
|
+
"p95_ms": 800,
|
|
10199
|
+
"p99_ms": 2000,
|
|
10200
|
+
"sample_count": 0,
|
|
10201
|
+
"source": "estimate"
|
|
9661
10202
|
}
|
|
9662
10203
|
},
|
|
9663
10204
|
"delete": {
|
|
@@ -9877,6 +10418,13 @@
|
|
|
9877
10418
|
"latency": "high",
|
|
9878
10419
|
"resource_usage": "moderate"
|
|
9879
10420
|
}
|
|
10421
|
+
},
|
|
10422
|
+
"x-f5xc-discovered-response-time": {
|
|
10423
|
+
"p50_ms": 500,
|
|
10424
|
+
"p95_ms": 1500,
|
|
10425
|
+
"p99_ms": 4000,
|
|
10426
|
+
"sample_count": 0,
|
|
10427
|
+
"source": "estimate"
|
|
9880
10428
|
}
|
|
9881
10429
|
},
|
|
9882
10430
|
"x-displayname": "Health Check.",
|
|
@@ -10092,6 +10640,13 @@
|
|
|
10092
10640
|
"latency": "low",
|
|
10093
10641
|
"resource_usage": "low"
|
|
10094
10642
|
}
|
|
10643
|
+
},
|
|
10644
|
+
"x-f5xc-discovered-response-time": {
|
|
10645
|
+
"p50_ms": 1000,
|
|
10646
|
+
"p95_ms": 3000,
|
|
10647
|
+
"p99_ms": 8000,
|
|
10648
|
+
"sample_count": 0,
|
|
10649
|
+
"source": "estimate"
|
|
10095
10650
|
}
|
|
10096
10651
|
},
|
|
10097
10652
|
"x-displayname": "Origin Pool.",
|
|
@@ -10315,6 +10870,13 @@
|
|
|
10315
10870
|
"latency": "low",
|
|
10316
10871
|
"resource_usage": "low"
|
|
10317
10872
|
}
|
|
10873
|
+
},
|
|
10874
|
+
"x-f5xc-discovered-response-time": {
|
|
10875
|
+
"p50_ms": 800,
|
|
10876
|
+
"p95_ms": 2500,
|
|
10877
|
+
"p99_ms": 6000,
|
|
10878
|
+
"sample_count": 0,
|
|
10879
|
+
"source": "estimate"
|
|
10318
10880
|
}
|
|
10319
10881
|
},
|
|
10320
10882
|
"x-displayname": "Origin Pool.",
|
|
@@ -10543,6 +11105,13 @@
|
|
|
10543
11105
|
"latency": "moderate",
|
|
10544
11106
|
"resource_usage": "moderate"
|
|
10545
11107
|
}
|
|
11108
|
+
},
|
|
11109
|
+
"x-f5xc-discovered-response-time": {
|
|
11110
|
+
"p50_ms": 200,
|
|
11111
|
+
"p95_ms": 800,
|
|
11112
|
+
"p99_ms": 2000,
|
|
11113
|
+
"sample_count": 0,
|
|
11114
|
+
"source": "estimate"
|
|
10546
11115
|
}
|
|
10547
11116
|
},
|
|
10548
11117
|
"x-displayname": "Origin Pool.",
|
|
@@ -10764,6 +11333,13 @@
|
|
|
10764
11333
|
"latency": "low",
|
|
10765
11334
|
"resource_usage": "low"
|
|
10766
11335
|
}
|
|
11336
|
+
},
|
|
11337
|
+
"x-f5xc-discovered-response-time": {
|
|
11338
|
+
"p50_ms": 200,
|
|
11339
|
+
"p95_ms": 800,
|
|
11340
|
+
"p99_ms": 2000,
|
|
11341
|
+
"sample_count": 0,
|
|
11342
|
+
"source": "estimate"
|
|
10767
11343
|
}
|
|
10768
11344
|
},
|
|
10769
11345
|
"delete": {
|
|
@@ -10984,6 +11560,13 @@
|
|
|
10984
11560
|
"latency": "high",
|
|
10985
11561
|
"resource_usage": "moderate"
|
|
10986
11562
|
}
|
|
11563
|
+
},
|
|
11564
|
+
"x-f5xc-discovered-response-time": {
|
|
11565
|
+
"p50_ms": 500,
|
|
11566
|
+
"p95_ms": 1500,
|
|
11567
|
+
"p99_ms": 4000,
|
|
11568
|
+
"sample_count": 0,
|
|
11569
|
+
"source": "estimate"
|
|
10987
11570
|
}
|
|
10988
11571
|
},
|
|
10989
11572
|
"x-displayname": "Origin Pool.",
|
|
@@ -11198,6 +11781,13 @@
|
|
|
11198
11781
|
"latency": "low",
|
|
11199
11782
|
"resource_usage": "low"
|
|
11200
11783
|
}
|
|
11784
|
+
},
|
|
11785
|
+
"x-f5xc-discovered-response-time": {
|
|
11786
|
+
"p50_ms": 1000,
|
|
11787
|
+
"p95_ms": 3000,
|
|
11788
|
+
"p99_ms": 8000,
|
|
11789
|
+
"sample_count": 0,
|
|
11790
|
+
"source": "estimate"
|
|
11201
11791
|
}
|
|
11202
11792
|
},
|
|
11203
11793
|
"x-displayname": "Proxy",
|
|
@@ -11420,6 +12010,13 @@
|
|
|
11420
12010
|
"latency": "low",
|
|
11421
12011
|
"resource_usage": "low"
|
|
11422
12012
|
}
|
|
12013
|
+
},
|
|
12014
|
+
"x-f5xc-discovered-response-time": {
|
|
12015
|
+
"p50_ms": 800,
|
|
12016
|
+
"p95_ms": 2500,
|
|
12017
|
+
"p99_ms": 6000,
|
|
12018
|
+
"sample_count": 0,
|
|
12019
|
+
"source": "estimate"
|
|
11423
12020
|
}
|
|
11424
12021
|
},
|
|
11425
12022
|
"x-displayname": "Proxy",
|
|
@@ -11647,6 +12244,13 @@
|
|
|
11647
12244
|
"latency": "moderate",
|
|
11648
12245
|
"resource_usage": "moderate"
|
|
11649
12246
|
}
|
|
12247
|
+
},
|
|
12248
|
+
"x-f5xc-discovered-response-time": {
|
|
12249
|
+
"p50_ms": 200,
|
|
12250
|
+
"p95_ms": 800,
|
|
12251
|
+
"p99_ms": 2000,
|
|
12252
|
+
"sample_count": 0,
|
|
12253
|
+
"source": "estimate"
|
|
11650
12254
|
}
|
|
11651
12255
|
},
|
|
11652
12256
|
"x-displayname": "Proxy",
|
|
@@ -11868,6 +12472,13 @@
|
|
|
11868
12472
|
"latency": "low",
|
|
11869
12473
|
"resource_usage": "low"
|
|
11870
12474
|
}
|
|
12475
|
+
},
|
|
12476
|
+
"x-f5xc-discovered-response-time": {
|
|
12477
|
+
"p50_ms": 200,
|
|
12478
|
+
"p95_ms": 800,
|
|
12479
|
+
"p99_ms": 2000,
|
|
12480
|
+
"sample_count": 0,
|
|
12481
|
+
"source": "estimate"
|
|
11871
12482
|
}
|
|
11872
12483
|
},
|
|
11873
12484
|
"delete": {
|
|
@@ -12087,6 +12698,13 @@
|
|
|
12087
12698
|
"latency": "high",
|
|
12088
12699
|
"resource_usage": "moderate"
|
|
12089
12700
|
}
|
|
12701
|
+
},
|
|
12702
|
+
"x-f5xc-discovered-response-time": {
|
|
12703
|
+
"p50_ms": 500,
|
|
12704
|
+
"p95_ms": 1500,
|
|
12705
|
+
"p99_ms": 4000,
|
|
12706
|
+
"sample_count": 0,
|
|
12707
|
+
"source": "estimate"
|
|
12090
12708
|
}
|
|
12091
12709
|
},
|
|
12092
12710
|
"x-displayname": "Proxy",
|
|
@@ -12289,6 +12907,13 @@
|
|
|
12289
12907
|
"latency": "moderate",
|
|
12290
12908
|
"resource_usage": "moderate"
|
|
12291
12909
|
}
|
|
12910
|
+
},
|
|
12911
|
+
"x-f5xc-discovered-response-time": {
|
|
12912
|
+
"p50_ms": 200,
|
|
12913
|
+
"p95_ms": 800,
|
|
12914
|
+
"p99_ms": 2000,
|
|
12915
|
+
"sample_count": 0,
|
|
12916
|
+
"source": "estimate"
|
|
12292
12917
|
}
|
|
12293
12918
|
},
|
|
12294
12919
|
"x-displayname": "Proxy",
|
|
@@ -12504,6 +13129,13 @@
|
|
|
12504
13129
|
"latency": "low",
|
|
12505
13130
|
"resource_usage": "low"
|
|
12506
13131
|
}
|
|
13132
|
+
},
|
|
13133
|
+
"x-f5xc-discovered-response-time": {
|
|
13134
|
+
"p50_ms": 1000,
|
|
13135
|
+
"p95_ms": 3000,
|
|
13136
|
+
"p99_ms": 8000,
|
|
13137
|
+
"sample_count": 0,
|
|
13138
|
+
"source": "estimate"
|
|
12507
13139
|
}
|
|
12508
13140
|
},
|
|
12509
13141
|
"x-displayname": "Rate Limiter Policy.",
|
|
@@ -12727,6 +13359,13 @@
|
|
|
12727
13359
|
"latency": "low",
|
|
12728
13360
|
"resource_usage": "low"
|
|
12729
13361
|
}
|
|
13362
|
+
},
|
|
13363
|
+
"x-f5xc-discovered-response-time": {
|
|
13364
|
+
"p50_ms": 800,
|
|
13365
|
+
"p95_ms": 2500,
|
|
13366
|
+
"p99_ms": 6000,
|
|
13367
|
+
"sample_count": 0,
|
|
13368
|
+
"source": "estimate"
|
|
12730
13369
|
}
|
|
12731
13370
|
},
|
|
12732
13371
|
"x-displayname": "Rate Limiter Policy.",
|
|
@@ -12955,6 +13594,13 @@
|
|
|
12955
13594
|
"latency": "moderate",
|
|
12956
13595
|
"resource_usage": "moderate"
|
|
12957
13596
|
}
|
|
13597
|
+
},
|
|
13598
|
+
"x-f5xc-discovered-response-time": {
|
|
13599
|
+
"p50_ms": 200,
|
|
13600
|
+
"p95_ms": 800,
|
|
13601
|
+
"p99_ms": 2000,
|
|
13602
|
+
"sample_count": 0,
|
|
13603
|
+
"source": "estimate"
|
|
12958
13604
|
}
|
|
12959
13605
|
},
|
|
12960
13606
|
"x-displayname": "Rate Limiter Policy.",
|
|
@@ -13177,6 +13823,13 @@
|
|
|
13177
13823
|
"latency": "low",
|
|
13178
13824
|
"resource_usage": "low"
|
|
13179
13825
|
}
|
|
13826
|
+
},
|
|
13827
|
+
"x-f5xc-discovered-response-time": {
|
|
13828
|
+
"p50_ms": 200,
|
|
13829
|
+
"p95_ms": 800,
|
|
13830
|
+
"p99_ms": 2000,
|
|
13831
|
+
"sample_count": 0,
|
|
13832
|
+
"source": "estimate"
|
|
13180
13833
|
}
|
|
13181
13834
|
},
|
|
13182
13835
|
"delete": {
|
|
@@ -13397,6 +14050,13 @@
|
|
|
13397
14050
|
"latency": "high",
|
|
13398
14051
|
"resource_usage": "moderate"
|
|
13399
14052
|
}
|
|
14053
|
+
},
|
|
14054
|
+
"x-f5xc-discovered-response-time": {
|
|
14055
|
+
"p50_ms": 500,
|
|
14056
|
+
"p95_ms": 1500,
|
|
14057
|
+
"p99_ms": 4000,
|
|
14058
|
+
"sample_count": 0,
|
|
14059
|
+
"source": "estimate"
|
|
13400
14060
|
}
|
|
13401
14061
|
},
|
|
13402
14062
|
"x-displayname": "Rate Limiter Policy.",
|
|
@@ -13612,6 +14272,13 @@
|
|
|
13612
14272
|
"latency": "low",
|
|
13613
14273
|
"resource_usage": "low"
|
|
13614
14274
|
}
|
|
14275
|
+
},
|
|
14276
|
+
"x-f5xc-discovered-response-time": {
|
|
14277
|
+
"p50_ms": 1000,
|
|
14278
|
+
"p95_ms": 3000,
|
|
14279
|
+
"p99_ms": 8000,
|
|
14280
|
+
"sample_count": 0,
|
|
14281
|
+
"source": "estimate"
|
|
13615
14282
|
}
|
|
13616
14283
|
},
|
|
13617
14284
|
"x-displayname": "Service Policy.",
|
|
@@ -13835,6 +14502,13 @@
|
|
|
13835
14502
|
"latency": "low",
|
|
13836
14503
|
"resource_usage": "low"
|
|
13837
14504
|
}
|
|
14505
|
+
},
|
|
14506
|
+
"x-f5xc-discovered-response-time": {
|
|
14507
|
+
"p50_ms": 800,
|
|
14508
|
+
"p95_ms": 2500,
|
|
14509
|
+
"p99_ms": 6000,
|
|
14510
|
+
"sample_count": 0,
|
|
14511
|
+
"source": "estimate"
|
|
13838
14512
|
}
|
|
13839
14513
|
},
|
|
13840
14514
|
"x-displayname": "Service Policy.",
|
|
@@ -14063,6 +14737,13 @@
|
|
|
14063
14737
|
"latency": "moderate",
|
|
14064
14738
|
"resource_usage": "moderate"
|
|
14065
14739
|
}
|
|
14740
|
+
},
|
|
14741
|
+
"x-f5xc-discovered-response-time": {
|
|
14742
|
+
"p50_ms": 200,
|
|
14743
|
+
"p95_ms": 800,
|
|
14744
|
+
"p99_ms": 2000,
|
|
14745
|
+
"sample_count": 0,
|
|
14746
|
+
"source": "estimate"
|
|
14066
14747
|
}
|
|
14067
14748
|
},
|
|
14068
14749
|
"x-displayname": "Service Policy.",
|
|
@@ -14285,6 +14966,13 @@
|
|
|
14285
14966
|
"latency": "low",
|
|
14286
14967
|
"resource_usage": "low"
|
|
14287
14968
|
}
|
|
14969
|
+
},
|
|
14970
|
+
"x-f5xc-discovered-response-time": {
|
|
14971
|
+
"p50_ms": 200,
|
|
14972
|
+
"p95_ms": 800,
|
|
14973
|
+
"p99_ms": 2000,
|
|
14974
|
+
"sample_count": 0,
|
|
14975
|
+
"source": "estimate"
|
|
14288
14976
|
}
|
|
14289
14977
|
},
|
|
14290
14978
|
"delete": {
|
|
@@ -14505,6 +15193,13 @@
|
|
|
14505
15193
|
"latency": "high",
|
|
14506
15194
|
"resource_usage": "moderate"
|
|
14507
15195
|
}
|
|
15196
|
+
},
|
|
15197
|
+
"x-f5xc-discovered-response-time": {
|
|
15198
|
+
"p50_ms": 500,
|
|
15199
|
+
"p95_ms": 1500,
|
|
15200
|
+
"p99_ms": 4000,
|
|
15201
|
+
"sample_count": 0,
|
|
15202
|
+
"source": "estimate"
|
|
14508
15203
|
}
|
|
14509
15204
|
},
|
|
14510
15205
|
"x-displayname": "Service Policy.",
|
|
@@ -14720,6 +15415,13 @@
|
|
|
14720
15415
|
"latency": "low",
|
|
14721
15416
|
"resource_usage": "low"
|
|
14722
15417
|
}
|
|
15418
|
+
},
|
|
15419
|
+
"x-f5xc-discovered-response-time": {
|
|
15420
|
+
"p50_ms": 1000,
|
|
15421
|
+
"p95_ms": 3000,
|
|
15422
|
+
"p99_ms": 8000,
|
|
15423
|
+
"sample_count": 0,
|
|
15424
|
+
"source": "estimate"
|
|
14723
15425
|
}
|
|
14724
15426
|
},
|
|
14725
15427
|
"x-displayname": "Service Policy Rule.",
|
|
@@ -14943,6 +15645,13 @@
|
|
|
14943
15645
|
"latency": "low",
|
|
14944
15646
|
"resource_usage": "low"
|
|
14945
15647
|
}
|
|
15648
|
+
},
|
|
15649
|
+
"x-f5xc-discovered-response-time": {
|
|
15650
|
+
"p50_ms": 800,
|
|
15651
|
+
"p95_ms": 2500,
|
|
15652
|
+
"p99_ms": 6000,
|
|
15653
|
+
"sample_count": 0,
|
|
15654
|
+
"source": "estimate"
|
|
14946
15655
|
}
|
|
14947
15656
|
},
|
|
14948
15657
|
"x-displayname": "Service Policy Rule.",
|
|
@@ -15171,6 +15880,13 @@
|
|
|
15171
15880
|
"latency": "moderate",
|
|
15172
15881
|
"resource_usage": "moderate"
|
|
15173
15882
|
}
|
|
15883
|
+
},
|
|
15884
|
+
"x-f5xc-discovered-response-time": {
|
|
15885
|
+
"p50_ms": 200,
|
|
15886
|
+
"p95_ms": 800,
|
|
15887
|
+
"p99_ms": 2000,
|
|
15888
|
+
"sample_count": 0,
|
|
15889
|
+
"source": "estimate"
|
|
15174
15890
|
}
|
|
15175
15891
|
},
|
|
15176
15892
|
"x-displayname": "Service Policy Rule.",
|
|
@@ -15393,6 +16109,13 @@
|
|
|
15393
16109
|
"latency": "low",
|
|
15394
16110
|
"resource_usage": "low"
|
|
15395
16111
|
}
|
|
16112
|
+
},
|
|
16113
|
+
"x-f5xc-discovered-response-time": {
|
|
16114
|
+
"p50_ms": 200,
|
|
16115
|
+
"p95_ms": 800,
|
|
16116
|
+
"p99_ms": 2000,
|
|
16117
|
+
"sample_count": 0,
|
|
16118
|
+
"source": "estimate"
|
|
15396
16119
|
}
|
|
15397
16120
|
},
|
|
15398
16121
|
"delete": {
|
|
@@ -15613,6 +16336,13 @@
|
|
|
15613
16336
|
"latency": "high",
|
|
15614
16337
|
"resource_usage": "moderate"
|
|
15615
16338
|
}
|
|
16339
|
+
},
|
|
16340
|
+
"x-f5xc-discovered-response-time": {
|
|
16341
|
+
"p50_ms": 500,
|
|
16342
|
+
"p95_ms": 1500,
|
|
16343
|
+
"p99_ms": 4000,
|
|
16344
|
+
"sample_count": 0,
|
|
16345
|
+
"source": "estimate"
|
|
15616
16346
|
}
|
|
15617
16347
|
},
|
|
15618
16348
|
"x-displayname": "Service Policy Rule.",
|
|
@@ -15841,6 +16571,13 @@
|
|
|
15841
16571
|
"latency": "moderate",
|
|
15842
16572
|
"resource_usage": "moderate"
|
|
15843
16573
|
}
|
|
16574
|
+
},
|
|
16575
|
+
"x-f5xc-discovered-response-time": {
|
|
16576
|
+
"p50_ms": 200,
|
|
16577
|
+
"p95_ms": 800,
|
|
16578
|
+
"p99_ms": 2000,
|
|
16579
|
+
"sample_count": 0,
|
|
16580
|
+
"source": "estimate"
|
|
15844
16581
|
}
|
|
15845
16582
|
},
|
|
15846
16583
|
"x-displayname": "Service Policy Set.",
|
|
@@ -16061,6 +16798,13 @@
|
|
|
16061
16798
|
"latency": "low",
|
|
16062
16799
|
"resource_usage": "low"
|
|
16063
16800
|
}
|
|
16801
|
+
},
|
|
16802
|
+
"x-f5xc-discovered-response-time": {
|
|
16803
|
+
"p50_ms": 200,
|
|
16804
|
+
"p95_ms": 800,
|
|
16805
|
+
"p99_ms": 2000,
|
|
16806
|
+
"sample_count": 0,
|
|
16807
|
+
"source": "estimate"
|
|
16064
16808
|
}
|
|
16065
16809
|
},
|
|
16066
16810
|
"x-displayname": "Service Policy Set.",
|
|
@@ -16275,6 +17019,13 @@
|
|
|
16275
17019
|
"latency": "low",
|
|
16276
17020
|
"resource_usage": "low"
|
|
16277
17021
|
}
|
|
17022
|
+
},
|
|
17023
|
+
"x-f5xc-discovered-response-time": {
|
|
17024
|
+
"p50_ms": 1000,
|
|
17025
|
+
"p95_ms": 3000,
|
|
17026
|
+
"p99_ms": 8000,
|
|
17027
|
+
"sample_count": 0,
|
|
17028
|
+
"source": "estimate"
|
|
16278
17029
|
}
|
|
16279
17030
|
},
|
|
16280
17031
|
"x-displayname": "Virtual Host.",
|
|
@@ -16497,6 +17248,13 @@
|
|
|
16497
17248
|
"latency": "low",
|
|
16498
17249
|
"resource_usage": "low"
|
|
16499
17250
|
}
|
|
17251
|
+
},
|
|
17252
|
+
"x-f5xc-discovered-response-time": {
|
|
17253
|
+
"p50_ms": 800,
|
|
17254
|
+
"p95_ms": 2500,
|
|
17255
|
+
"p99_ms": 6000,
|
|
17256
|
+
"sample_count": 0,
|
|
17257
|
+
"source": "estimate"
|
|
16500
17258
|
}
|
|
16501
17259
|
},
|
|
16502
17260
|
"x-displayname": "Virtual Host.",
|
|
@@ -16724,6 +17482,13 @@
|
|
|
16724
17482
|
"latency": "moderate",
|
|
16725
17483
|
"resource_usage": "moderate"
|
|
16726
17484
|
}
|
|
17485
|
+
},
|
|
17486
|
+
"x-f5xc-discovered-response-time": {
|
|
17487
|
+
"p50_ms": 200,
|
|
17488
|
+
"p95_ms": 800,
|
|
17489
|
+
"p99_ms": 2000,
|
|
17490
|
+
"sample_count": 0,
|
|
17491
|
+
"source": "estimate"
|
|
16727
17492
|
}
|
|
16728
17493
|
},
|
|
16729
17494
|
"x-displayname": "Virtual Host.",
|
|
@@ -16945,6 +17710,13 @@
|
|
|
16945
17710
|
"latency": "low",
|
|
16946
17711
|
"resource_usage": "low"
|
|
16947
17712
|
}
|
|
17713
|
+
},
|
|
17714
|
+
"x-f5xc-discovered-response-time": {
|
|
17715
|
+
"p50_ms": 200,
|
|
17716
|
+
"p95_ms": 800,
|
|
17717
|
+
"p99_ms": 2000,
|
|
17718
|
+
"sample_count": 0,
|
|
17719
|
+
"source": "estimate"
|
|
16948
17720
|
}
|
|
16949
17721
|
},
|
|
16950
17722
|
"delete": {
|
|
@@ -17164,6 +17936,13 @@
|
|
|
17164
17936
|
"latency": "high",
|
|
17165
17937
|
"resource_usage": "moderate"
|
|
17166
17938
|
}
|
|
17939
|
+
},
|
|
17940
|
+
"x-f5xc-discovered-response-time": {
|
|
17941
|
+
"p50_ms": 500,
|
|
17942
|
+
"p95_ms": 1500,
|
|
17943
|
+
"p99_ms": 4000,
|
|
17944
|
+
"sample_count": 0,
|
|
17945
|
+
"source": "estimate"
|
|
17167
17946
|
}
|
|
17168
17947
|
},
|
|
17169
17948
|
"x-displayname": "Virtual Host.",
|
|
@@ -17391,6 +18170,13 @@
|
|
|
17391
18170
|
"latency": "low",
|
|
17392
18171
|
"resource_usage": "low"
|
|
17393
18172
|
}
|
|
18173
|
+
},
|
|
18174
|
+
"x-f5xc-discovered-response-time": {
|
|
18175
|
+
"p50_ms": 1000,
|
|
18176
|
+
"p95_ms": 3000,
|
|
18177
|
+
"p99_ms": 8000,
|
|
18178
|
+
"sample_count": 0,
|
|
18179
|
+
"source": "estimate"
|
|
17394
18180
|
}
|
|
17395
18181
|
},
|
|
17396
18182
|
"x-displayname": "Virtual Host.",
|
|
@@ -17618,6 +18404,13 @@
|
|
|
17618
18404
|
"latency": "low",
|
|
17619
18405
|
"resource_usage": "low"
|
|
17620
18406
|
}
|
|
18407
|
+
},
|
|
18408
|
+
"x-f5xc-discovered-response-time": {
|
|
18409
|
+
"p50_ms": 1000,
|
|
18410
|
+
"p95_ms": 3000,
|
|
18411
|
+
"p99_ms": 8000,
|
|
18412
|
+
"sample_count": 0,
|
|
18413
|
+
"source": "estimate"
|
|
17621
18414
|
}
|
|
17622
18415
|
},
|
|
17623
18416
|
"x-displayname": "Virtual Host.",
|
|
@@ -17874,6 +18667,13 @@
|
|
|
17874
18667
|
"latency": "moderate",
|
|
17875
18668
|
"resource_usage": "moderate"
|
|
17876
18669
|
}
|
|
18670
|
+
},
|
|
18671
|
+
"x-f5xc-discovered-response-time": {
|
|
18672
|
+
"p50_ms": 200,
|
|
18673
|
+
"p95_ms": 800,
|
|
18674
|
+
"p99_ms": 2000,
|
|
18675
|
+
"sample_count": 0,
|
|
18676
|
+
"source": "estimate"
|
|
17877
18677
|
}
|
|
17878
18678
|
},
|
|
17879
18679
|
"x-displayname": "Virtual Host.",
|
|
@@ -18097,6 +18897,13 @@
|
|
|
18097
18897
|
"latency": "moderate",
|
|
18098
18898
|
"resource_usage": "moderate"
|
|
18099
18899
|
}
|
|
18900
|
+
},
|
|
18901
|
+
"x-f5xc-discovered-response-time": {
|
|
18902
|
+
"p50_ms": 200,
|
|
18903
|
+
"p95_ms": 800,
|
|
18904
|
+
"p99_ms": 2000,
|
|
18905
|
+
"sample_count": 0,
|
|
18906
|
+
"source": "estimate"
|
|
18100
18907
|
}
|
|
18101
18908
|
},
|
|
18102
18909
|
"x-displayname": "Virtual Host.",
|
|
@@ -18328,6 +19135,13 @@
|
|
|
18328
19135
|
"latency": "moderate",
|
|
18329
19136
|
"resource_usage": "moderate"
|
|
18330
19137
|
}
|
|
19138
|
+
},
|
|
19139
|
+
"x-f5xc-discovered-response-time": {
|
|
19140
|
+
"p50_ms": 200,
|
|
19141
|
+
"p95_ms": 800,
|
|
19142
|
+
"p99_ms": 2000,
|
|
19143
|
+
"sample_count": 0,
|
|
19144
|
+
"source": "estimate"
|
|
18331
19145
|
}
|
|
18332
19146
|
},
|
|
18333
19147
|
"x-displayname": "Virtual Host.",
|
|
@@ -18553,6 +19367,13 @@
|
|
|
18553
19367
|
"latency": "low",
|
|
18554
19368
|
"resource_usage": "low"
|
|
18555
19369
|
}
|
|
19370
|
+
},
|
|
19371
|
+
"x-f5xc-discovered-response-time": {
|
|
19372
|
+
"p50_ms": 1000,
|
|
19373
|
+
"p95_ms": 3000,
|
|
19374
|
+
"p99_ms": 8000,
|
|
19375
|
+
"sample_count": 0,
|
|
19376
|
+
"source": "estimate"
|
|
18556
19377
|
}
|
|
18557
19378
|
},
|
|
18558
19379
|
"x-displayname": "Virtual Host.",
|
|
@@ -18828,6 +19649,13 @@
|
|
|
18828
19649
|
"latency": "moderate",
|
|
18829
19650
|
"resource_usage": "moderate"
|
|
18830
19651
|
}
|
|
19652
|
+
},
|
|
19653
|
+
"x-f5xc-discovered-response-time": {
|
|
19654
|
+
"p50_ms": 200,
|
|
19655
|
+
"p95_ms": 800,
|
|
19656
|
+
"p99_ms": 2000,
|
|
19657
|
+
"sample_count": 0,
|
|
19658
|
+
"source": "estimate"
|
|
18831
19659
|
}
|
|
18832
19660
|
},
|
|
18833
19661
|
"x-displayname": "Virtual Host.",
|
|
@@ -19029,6 +19857,13 @@
|
|
|
19029
19857
|
"latency": "moderate",
|
|
19030
19858
|
"resource_usage": "moderate"
|
|
19031
19859
|
}
|
|
19860
|
+
},
|
|
19861
|
+
"x-f5xc-discovered-response-time": {
|
|
19862
|
+
"p50_ms": 200,
|
|
19863
|
+
"p95_ms": 800,
|
|
19864
|
+
"p99_ms": 2000,
|
|
19865
|
+
"sample_count": 0,
|
|
19866
|
+
"source": "estimate"
|
|
19032
19867
|
}
|
|
19033
19868
|
},
|
|
19034
19869
|
"x-displayname": "Virtual Host.",
|
|
@@ -19256,6 +20091,13 @@
|
|
|
19256
20091
|
"latency": "low",
|
|
19257
20092
|
"resource_usage": "low"
|
|
19258
20093
|
}
|
|
20094
|
+
},
|
|
20095
|
+
"x-f5xc-discovered-response-time": {
|
|
20096
|
+
"p50_ms": 1000,
|
|
20097
|
+
"p95_ms": 3000,
|
|
20098
|
+
"p99_ms": 8000,
|
|
20099
|
+
"sample_count": 0,
|
|
20100
|
+
"source": "estimate"
|
|
19259
20101
|
}
|
|
19260
20102
|
},
|
|
19261
20103
|
"x-displayname": "Virtual Host.",
|
|
@@ -19483,6 +20325,13 @@
|
|
|
19483
20325
|
"latency": "low",
|
|
19484
20326
|
"resource_usage": "low"
|
|
19485
20327
|
}
|
|
20328
|
+
},
|
|
20329
|
+
"x-f5xc-discovered-response-time": {
|
|
20330
|
+
"p50_ms": 1000,
|
|
20331
|
+
"p95_ms": 3000,
|
|
20332
|
+
"p99_ms": 8000,
|
|
20333
|
+
"sample_count": 0,
|
|
20334
|
+
"source": "estimate"
|
|
19486
20335
|
}
|
|
19487
20336
|
},
|
|
19488
20337
|
"x-displayname": "Virtual Host.",
|
|
@@ -19710,6 +20559,13 @@
|
|
|
19710
20559
|
"latency": "low",
|
|
19711
20560
|
"resource_usage": "low"
|
|
19712
20561
|
}
|
|
20562
|
+
},
|
|
20563
|
+
"x-f5xc-discovered-response-time": {
|
|
20564
|
+
"p50_ms": 1000,
|
|
20565
|
+
"p95_ms": 3000,
|
|
20566
|
+
"p99_ms": 8000,
|
|
20567
|
+
"sample_count": 0,
|
|
20568
|
+
"source": "estimate"
|
|
19713
20569
|
}
|
|
19714
20570
|
},
|
|
19715
20571
|
"x-displayname": "Virtual Host.",
|
|
@@ -19926,6 +20782,13 @@
|
|
|
19926
20782
|
"latency": "moderate",
|
|
19927
20783
|
"resource_usage": "moderate"
|
|
19928
20784
|
}
|
|
20785
|
+
},
|
|
20786
|
+
"x-f5xc-discovered-response-time": {
|
|
20787
|
+
"p50_ms": 200,
|
|
20788
|
+
"p95_ms": 800,
|
|
20789
|
+
"p99_ms": 2000,
|
|
20790
|
+
"sample_count": 0,
|
|
20791
|
+
"source": "estimate"
|
|
19929
20792
|
}
|
|
19930
20793
|
},
|
|
19931
20794
|
"x-displayname": "Virtual Host.",
|
|
@@ -20153,6 +21016,13 @@
|
|
|
20153
21016
|
"latency": "low",
|
|
20154
21017
|
"resource_usage": "low"
|
|
20155
21018
|
}
|
|
21019
|
+
},
|
|
21020
|
+
"x-f5xc-discovered-response-time": {
|
|
21021
|
+
"p50_ms": 1000,
|
|
21022
|
+
"p95_ms": 3000,
|
|
21023
|
+
"p99_ms": 8000,
|
|
21024
|
+
"sample_count": 0,
|
|
21025
|
+
"source": "estimate"
|
|
20156
21026
|
}
|
|
20157
21027
|
},
|
|
20158
21028
|
"x-displayname": "Virtual Host.",
|
|
@@ -20380,6 +21250,13 @@
|
|
|
20380
21250
|
"latency": "low",
|
|
20381
21251
|
"resource_usage": "low"
|
|
20382
21252
|
}
|
|
21253
|
+
},
|
|
21254
|
+
"x-f5xc-discovered-response-time": {
|
|
21255
|
+
"p50_ms": 1000,
|
|
21256
|
+
"p95_ms": 3000,
|
|
21257
|
+
"p99_ms": 8000,
|
|
21258
|
+
"sample_count": 0,
|
|
21259
|
+
"source": "estimate"
|
|
20383
21260
|
}
|
|
20384
21261
|
},
|
|
20385
21262
|
"x-displayname": "Virtual Host.",
|
|
@@ -20606,6 +21483,13 @@
|
|
|
20606
21483
|
"latency": "low",
|
|
20607
21484
|
"resource_usage": "low"
|
|
20608
21485
|
}
|
|
21486
|
+
},
|
|
21487
|
+
"x-f5xc-discovered-response-time": {
|
|
21488
|
+
"p50_ms": 1000,
|
|
21489
|
+
"p95_ms": 3000,
|
|
21490
|
+
"p99_ms": 8000,
|
|
21491
|
+
"sample_count": 0,
|
|
21492
|
+
"source": "estimate"
|
|
20609
21493
|
}
|
|
20610
21494
|
},
|
|
20611
21495
|
"x-displayname": "Virtual Host.",
|
|
@@ -20807,6 +21691,13 @@
|
|
|
20807
21691
|
"latency": "moderate",
|
|
20808
21692
|
"resource_usage": "moderate"
|
|
20809
21693
|
}
|
|
21694
|
+
},
|
|
21695
|
+
"x-f5xc-discovered-response-time": {
|
|
21696
|
+
"p50_ms": 200,
|
|
21697
|
+
"p95_ms": 800,
|
|
21698
|
+
"p99_ms": 2000,
|
|
21699
|
+
"sample_count": 0,
|
|
21700
|
+
"source": "estimate"
|
|
20810
21701
|
}
|
|
20811
21702
|
},
|
|
20812
21703
|
"x-displayname": "Virtual Host.",
|
|
@@ -21033,6 +21924,13 @@
|
|
|
21033
21924
|
"latency": "low",
|
|
21034
21925
|
"resource_usage": "low"
|
|
21035
21926
|
}
|
|
21927
|
+
},
|
|
21928
|
+
"x-f5xc-discovered-response-time": {
|
|
21929
|
+
"p50_ms": 1000,
|
|
21930
|
+
"p95_ms": 3000,
|
|
21931
|
+
"p99_ms": 8000,
|
|
21932
|
+
"sample_count": 0,
|
|
21933
|
+
"source": "estimate"
|
|
21036
21934
|
}
|
|
21037
21935
|
},
|
|
21038
21936
|
"x-displayname": "Virtual Host.",
|
|
@@ -21260,6 +22158,13 @@
|
|
|
21260
22158
|
"latency": "low",
|
|
21261
22159
|
"resource_usage": "low"
|
|
21262
22160
|
}
|
|
22161
|
+
},
|
|
22162
|
+
"x-f5xc-discovered-response-time": {
|
|
22163
|
+
"p50_ms": 1000,
|
|
22164
|
+
"p95_ms": 3000,
|
|
22165
|
+
"p99_ms": 8000,
|
|
22166
|
+
"sample_count": 0,
|
|
22167
|
+
"source": "estimate"
|
|
21263
22168
|
}
|
|
21264
22169
|
},
|
|
21265
22170
|
"x-displayname": "Virtual Host.",
|
|
@@ -21487,6 +22392,13 @@
|
|
|
21487
22392
|
"latency": "low",
|
|
21488
22393
|
"resource_usage": "low"
|
|
21489
22394
|
}
|
|
22395
|
+
},
|
|
22396
|
+
"x-f5xc-discovered-response-time": {
|
|
22397
|
+
"p50_ms": 1000,
|
|
22398
|
+
"p95_ms": 3000,
|
|
22399
|
+
"p99_ms": 8000,
|
|
22400
|
+
"sample_count": 0,
|
|
22401
|
+
"source": "estimate"
|
|
21490
22402
|
}
|
|
21491
22403
|
},
|
|
21492
22404
|
"x-displayname": "Virtual Host.",
|
|
@@ -21948,7 +22860,7 @@
|
|
|
21948
22860
|
},
|
|
21949
22861
|
"x-original-maxLength": 1024,
|
|
21950
22862
|
"x-reconciled-from-discovery": true,
|
|
21951
|
-
"x-reconciled-at": "2026-01-
|
|
22863
|
+
"x-reconciled-at": "2026-01-05T18:28:59.976869+00:00"
|
|
21952
22864
|
},
|
|
21953
22865
|
"namespace": {
|
|
21954
22866
|
"type": "string",
|
|
@@ -21967,7 +22879,7 @@
|
|
|
21967
22879
|
},
|
|
21968
22880
|
"x-original-maxLength": 1024,
|
|
21969
22881
|
"x-reconciled-from-discovery": true,
|
|
21970
|
-
"x-reconciled-at": "2026-01-
|
|
22882
|
+
"x-reconciled-at": "2026-01-05T18:28:59.976876+00:00"
|
|
21971
22883
|
}
|
|
21972
22884
|
},
|
|
21973
22885
|
"x-f5xc-minimum-configuration": {
|
|
@@ -22136,7 +23048,7 @@
|
|
|
22136
23048
|
"maxLength": 17,
|
|
22137
23049
|
"minLength": 17,
|
|
22138
23050
|
"x-reconciled-from-discovery": true,
|
|
22139
|
-
"x-reconciled-at": "2026-01-
|
|
23051
|
+
"x-reconciled-at": "2026-01-05T18:28:59.976895+00:00"
|
|
22140
23052
|
},
|
|
22141
23053
|
"system_metadata": {
|
|
22142
23054
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -22568,7 +23480,7 @@
|
|
|
22568
23480
|
},
|
|
22569
23481
|
"x-original-maxLength": 1024,
|
|
22570
23482
|
"x-reconciled-from-discovery": true,
|
|
22571
|
-
"x-reconciled-at": "2026-01-
|
|
23483
|
+
"x-reconciled-at": "2026-01-05T18:28:59.976942+00:00"
|
|
22572
23484
|
},
|
|
22573
23485
|
"disabled": {
|
|
22574
23486
|
"type": "boolean",
|
|
@@ -22618,7 +23530,7 @@
|
|
|
22618
23530
|
},
|
|
22619
23531
|
"x-original-maxLength": 1024,
|
|
22620
23532
|
"x-reconciled-from-discovery": true,
|
|
22621
|
-
"x-reconciled-at": "2026-01-
|
|
23533
|
+
"x-reconciled-at": "2026-01-05T18:28:59.976952+00:00"
|
|
22622
23534
|
},
|
|
22623
23535
|
"namespace": {
|
|
22624
23536
|
"type": "string",
|
|
@@ -22637,7 +23549,7 @@
|
|
|
22637
23549
|
},
|
|
22638
23550
|
"x-original-maxLength": 1024,
|
|
22639
23551
|
"x-reconciled-from-discovery": true,
|
|
22640
|
-
"x-reconciled-at": "2026-01-
|
|
23552
|
+
"x-reconciled-at": "2026-01-05T18:28:59.976956+00:00"
|
|
22641
23553
|
},
|
|
22642
23554
|
"owner_view": {
|
|
22643
23555
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -22678,7 +23590,7 @@
|
|
|
22678
23590
|
"x-field-mutability": "read-only",
|
|
22679
23591
|
"x-original-maxLength": 1024,
|
|
22680
23592
|
"x-reconciled-from-discovery": true,
|
|
22681
|
-
"x-reconciled-at": "2026-01-
|
|
23593
|
+
"x-reconciled-at": "2026-01-05T18:28:59.976964+00:00"
|
|
22682
23594
|
},
|
|
22683
23595
|
"uid": {
|
|
22684
23596
|
"type": "string",
|
|
@@ -22699,7 +23611,7 @@
|
|
|
22699
23611
|
"x-original-maxLength": 1024,
|
|
22700
23612
|
"format": "uuid",
|
|
22701
23613
|
"x-reconciled-from-discovery": true,
|
|
22702
|
-
"x-reconciled-at": "2026-01-
|
|
23614
|
+
"x-reconciled-at": "2026-01-05T18:28:59.976969+00:00"
|
|
22703
23615
|
}
|
|
22704
23616
|
},
|
|
22705
23617
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23285,7 +24197,7 @@
|
|
|
23285
24197
|
},
|
|
23286
24198
|
"x-original-maxLength": 1024,
|
|
23287
24199
|
"x-reconciled-from-discovery": true,
|
|
23288
|
-
"x-reconciled-at": "2026-01-
|
|
24200
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977019+00:00"
|
|
23289
24201
|
}
|
|
23290
24202
|
},
|
|
23291
24203
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23351,7 +24263,7 @@
|
|
|
23351
24263
|
},
|
|
23352
24264
|
"x-original-maxLength": 1024,
|
|
23353
24265
|
"x-reconciled-from-discovery": true,
|
|
23354
|
-
"x-reconciled-at": "2026-01-
|
|
24266
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977026+00:00"
|
|
23355
24267
|
},
|
|
23356
24268
|
"store_provider": {
|
|
23357
24269
|
"type": "string",
|
|
@@ -23409,7 +24321,7 @@
|
|
|
23409
24321
|
},
|
|
23410
24322
|
"x-original-maxLength": 1024,
|
|
23411
24323
|
"x-reconciled-from-discovery": true,
|
|
23412
|
-
"x-reconciled-at": "2026-01-
|
|
24324
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977045+00:00"
|
|
23413
24325
|
},
|
|
23414
24326
|
"url": {
|
|
23415
24327
|
"type": "string",
|
|
@@ -23506,7 +24418,7 @@
|
|
|
23506
24418
|
},
|
|
23507
24419
|
"x-original-maxLength": 1024,
|
|
23508
24420
|
"x-reconciled-from-discovery": true,
|
|
23509
|
-
"x-reconciled-at": "2026-01-
|
|
24421
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977055+00:00"
|
|
23510
24422
|
},
|
|
23511
24423
|
"service_name": {
|
|
23512
24424
|
"type": "string",
|
|
@@ -23545,7 +24457,7 @@
|
|
|
23545
24457
|
},
|
|
23546
24458
|
"x-original-maxLength": 1024,
|
|
23547
24459
|
"x-reconciled-from-discovery": true,
|
|
23548
|
-
"x-reconciled-at": "2026-01-
|
|
24460
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977061+00:00"
|
|
23549
24461
|
},
|
|
23550
24462
|
"type": {
|
|
23551
24463
|
"type": "string",
|
|
@@ -23791,7 +24703,7 @@
|
|
|
23791
24703
|
},
|
|
23792
24704
|
"x-original-maxLength": 1024,
|
|
23793
24705
|
"x-reconciled-from-discovery": true,
|
|
23794
|
-
"x-reconciled-at": "2026-01-
|
|
24706
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977079+00:00"
|
|
23795
24707
|
}
|
|
23796
24708
|
},
|
|
23797
24709
|
"x-f5xc-minimum-configuration": {
|
|
@@ -23900,7 +24812,7 @@
|
|
|
23900
24812
|
},
|
|
23901
24813
|
"x-original-maxLength": 1200,
|
|
23902
24814
|
"x-reconciled-from-discovery": true,
|
|
23903
|
-
"x-reconciled-at": "2026-01-
|
|
24815
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977089+00:00"
|
|
23904
24816
|
},
|
|
23905
24817
|
"disable": {
|
|
23906
24818
|
"type": "boolean",
|
|
@@ -23953,7 +24865,7 @@
|
|
|
23953
24865
|
},
|
|
23954
24866
|
"x-original-maxLength": 1024,
|
|
23955
24867
|
"x-reconciled-from-discovery": true,
|
|
23956
|
-
"x-reconciled-at": "2026-01-
|
|
24868
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977096+00:00"
|
|
23957
24869
|
},
|
|
23958
24870
|
"namespace": {
|
|
23959
24871
|
"type": "string",
|
|
@@ -23972,7 +24884,7 @@
|
|
|
23972
24884
|
},
|
|
23973
24885
|
"x-original-maxLength": 1024,
|
|
23974
24886
|
"x-reconciled-from-discovery": true,
|
|
23975
|
-
"x-reconciled-at": "2026-01-
|
|
24887
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977100+00:00"
|
|
23976
24888
|
}
|
|
23977
24889
|
},
|
|
23978
24890
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24048,7 +24960,7 @@
|
|
|
24048
24960
|
},
|
|
24049
24961
|
"x-original-maxLength": 1200,
|
|
24050
24962
|
"x-reconciled-from-discovery": true,
|
|
24051
|
-
"x-reconciled-at": "2026-01-
|
|
24963
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977106+00:00"
|
|
24052
24964
|
},
|
|
24053
24965
|
"disable": {
|
|
24054
24966
|
"type": "boolean",
|
|
@@ -24103,7 +25015,7 @@
|
|
|
24103
25015
|
},
|
|
24104
25016
|
"x-original-maxLength": 1024,
|
|
24105
25017
|
"x-reconciled-from-discovery": true,
|
|
24106
|
-
"x-reconciled-at": "2026-01-
|
|
25018
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977114+00:00"
|
|
24107
25019
|
},
|
|
24108
25020
|
"namespace": {
|
|
24109
25021
|
"type": "string",
|
|
@@ -24122,7 +25034,7 @@
|
|
|
24122
25034
|
},
|
|
24123
25035
|
"x-original-maxLength": 1024,
|
|
24124
25036
|
"x-reconciled-from-discovery": true,
|
|
24125
|
-
"x-reconciled-at": "2026-01-
|
|
25037
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977118+00:00"
|
|
24126
25038
|
}
|
|
24127
25039
|
},
|
|
24128
25040
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24167,7 +25079,7 @@
|
|
|
24167
25079
|
"readOnly": true,
|
|
24168
25080
|
"x-original-maxLength": 1024,
|
|
24169
25081
|
"x-reconciled-from-discovery": true,
|
|
24170
|
-
"x-reconciled-at": "2026-01-
|
|
25082
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977122+00:00"
|
|
24171
25083
|
},
|
|
24172
25084
|
"name": {
|
|
24173
25085
|
"type": "string",
|
|
@@ -24186,7 +25098,7 @@
|
|
|
24186
25098
|
},
|
|
24187
25099
|
"x-original-maxLength": 1024,
|
|
24188
25100
|
"x-reconciled-from-discovery": true,
|
|
24189
|
-
"x-reconciled-at": "2026-01-
|
|
25101
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977126+00:00"
|
|
24190
25102
|
},
|
|
24191
25103
|
"namespace": {
|
|
24192
25104
|
"type": "string",
|
|
@@ -24205,7 +25117,7 @@
|
|
|
24205
25117
|
},
|
|
24206
25118
|
"x-original-maxLength": 1024,
|
|
24207
25119
|
"x-reconciled-from-discovery": true,
|
|
24208
|
-
"x-reconciled-at": "2026-01-
|
|
25120
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977130+00:00"
|
|
24209
25121
|
},
|
|
24210
25122
|
"tenant": {
|
|
24211
25123
|
"type": "string",
|
|
@@ -24226,7 +25138,7 @@
|
|
|
24226
25138
|
"x-field-mutability": "read-only",
|
|
24227
25139
|
"x-original-maxLength": 1024,
|
|
24228
25140
|
"x-reconciled-from-discovery": true,
|
|
24229
|
-
"x-reconciled-at": "2026-01-
|
|
25141
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977134+00:00"
|
|
24230
25142
|
},
|
|
24231
25143
|
"uid": {
|
|
24232
25144
|
"type": "string",
|
|
@@ -24248,7 +25160,7 @@
|
|
|
24248
25160
|
"x-original-maxLength": 1024,
|
|
24249
25161
|
"format": "uuid",
|
|
24250
25162
|
"x-reconciled-from-discovery": true,
|
|
24251
|
-
"x-reconciled-at": "2026-01-
|
|
25163
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977140+00:00"
|
|
24252
25164
|
}
|
|
24253
25165
|
},
|
|
24254
25166
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24323,7 +25235,7 @@
|
|
|
24323
25235
|
},
|
|
24324
25236
|
"x-original-maxLength": 1200,
|
|
24325
25237
|
"x-reconciled-from-discovery": true,
|
|
24326
|
-
"x-reconciled-at": "2026-01-
|
|
25238
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977146+00:00"
|
|
24327
25239
|
},
|
|
24328
25240
|
"disable": {
|
|
24329
25241
|
"type": "boolean",
|
|
@@ -24376,7 +25288,7 @@
|
|
|
24376
25288
|
},
|
|
24377
25289
|
"x-original-maxLength": 1024,
|
|
24378
25290
|
"x-reconciled-from-discovery": true,
|
|
24379
|
-
"x-reconciled-at": "2026-01-
|
|
25291
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977153+00:00"
|
|
24380
25292
|
},
|
|
24381
25293
|
"namespace": {
|
|
24382
25294
|
"type": "string",
|
|
@@ -24395,7 +25307,7 @@
|
|
|
24395
25307
|
},
|
|
24396
25308
|
"x-original-maxLength": 1024,
|
|
24397
25309
|
"x-reconciled-from-discovery": true,
|
|
24398
|
-
"x-reconciled-at": "2026-01-
|
|
25310
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977157+00:00"
|
|
24399
25311
|
}
|
|
24400
25312
|
},
|
|
24401
25313
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24577,7 +25489,7 @@
|
|
|
24577
25489
|
"x-original-maxLength": 1024,
|
|
24578
25490
|
"format": "uuid",
|
|
24579
25491
|
"x-reconciled-from-discovery": true,
|
|
24580
|
-
"x-reconciled-at": "2026-01-
|
|
25492
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977173+00:00"
|
|
24581
25493
|
},
|
|
24582
25494
|
"vtrp_id": {
|
|
24583
25495
|
"type": "string",
|
|
@@ -24689,7 +25601,7 @@
|
|
|
24689
25601
|
},
|
|
24690
25602
|
"x-original-maxLength": 1024,
|
|
24691
25603
|
"x-reconciled-from-discovery": true,
|
|
24692
|
-
"x-reconciled-at": "2026-01-
|
|
25604
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977182+00:00"
|
|
24693
25605
|
},
|
|
24694
25606
|
"status": {
|
|
24695
25607
|
"type": "string",
|
|
@@ -24708,7 +25620,7 @@
|
|
|
24708
25620
|
},
|
|
24709
25621
|
"x-original-maxLength": 1024,
|
|
24710
25622
|
"x-reconciled-from-discovery": true,
|
|
24711
|
-
"x-reconciled-at": "2026-01-
|
|
25623
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977186+00:00"
|
|
24712
25624
|
}
|
|
24713
25625
|
},
|
|
24714
25626
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24886,7 +25798,7 @@
|
|
|
24886
25798
|
"x-field-mutability": "read-only",
|
|
24887
25799
|
"x-original-maxLength": 1024,
|
|
24888
25800
|
"x-reconciled-from-discovery": true,
|
|
24889
|
-
"x-reconciled-at": "2026-01-
|
|
25801
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977205+00:00"
|
|
24890
25802
|
},
|
|
24891
25803
|
"uid": {
|
|
24892
25804
|
"type": "string",
|
|
@@ -24907,7 +25819,7 @@
|
|
|
24907
25819
|
"x-original-maxLength": 1024,
|
|
24908
25820
|
"format": "uuid",
|
|
24909
25821
|
"x-reconciled-from-discovery": true,
|
|
24910
|
-
"x-reconciled-at": "2026-01-
|
|
25822
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977210+00:00"
|
|
24911
25823
|
}
|
|
24912
25824
|
},
|
|
24913
25825
|
"x-f5xc-minimum-configuration": {
|
|
@@ -24990,7 +25902,7 @@
|
|
|
24990
25902
|
},
|
|
24991
25903
|
"x-original-maxLength": 1024,
|
|
24992
25904
|
"x-reconciled-from-discovery": true,
|
|
24993
|
-
"x-reconciled-at": "2026-01-
|
|
25905
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977218+00:00"
|
|
24994
25906
|
},
|
|
24995
25907
|
"disable_ocsp_stapling": {
|
|
24996
25908
|
"$ref": "#/components/schemas/ioschemaEmpty"
|
|
@@ -25466,7 +26378,7 @@
|
|
|
25466
26378
|
},
|
|
25467
26379
|
"x-original-maxLength": 1024,
|
|
25468
26380
|
"x-reconciled-from-discovery": true,
|
|
25469
|
-
"x-reconciled-at": "2026-01-
|
|
26381
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977260+00:00"
|
|
25470
26382
|
},
|
|
25471
26383
|
"location": {
|
|
25472
26384
|
"type": "string",
|
|
@@ -25483,7 +26395,7 @@
|
|
|
25483
26395
|
},
|
|
25484
26396
|
"x-original-maxLength": 1024,
|
|
25485
26397
|
"x-reconciled-from-discovery": true,
|
|
25486
|
-
"x-reconciled-at": "2026-01-
|
|
26398
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977264+00:00"
|
|
25487
26399
|
},
|
|
25488
26400
|
"provider": {
|
|
25489
26401
|
"type": "string",
|
|
@@ -25500,7 +26412,7 @@
|
|
|
25500
26412
|
},
|
|
25501
26413
|
"x-original-maxLength": 1024,
|
|
25502
26414
|
"x-reconciled-from-discovery": true,
|
|
25503
|
-
"x-reconciled-at": "2026-01-
|
|
26415
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977268+00:00"
|
|
25504
26416
|
},
|
|
25505
26417
|
"secret_encoding": {
|
|
25506
26418
|
"$ref": "#/components/schemas/schemaSecretEncodingType"
|
|
@@ -25522,7 +26434,7 @@
|
|
|
25522
26434
|
"maxLength": 1,
|
|
25523
26435
|
"minLength": 1,
|
|
25524
26436
|
"x-reconciled-from-discovery": true,
|
|
25525
|
-
"x-reconciled-at": "2026-01-
|
|
26437
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977275+00:00"
|
|
25526
26438
|
}
|
|
25527
26439
|
},
|
|
25528
26440
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25565,7 +26477,7 @@
|
|
|
25565
26477
|
},
|
|
25566
26478
|
"x-original-maxLength": 1024,
|
|
25567
26479
|
"x-reconciled-from-discovery": true,
|
|
25568
|
-
"x-reconciled-at": "2026-01-
|
|
26480
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977280+00:00"
|
|
25569
26481
|
},
|
|
25570
26482
|
"name": {
|
|
25571
26483
|
"type": "string",
|
|
@@ -25584,7 +26496,7 @@
|
|
|
25584
26496
|
},
|
|
25585
26497
|
"x-original-maxLength": 1024,
|
|
25586
26498
|
"x-reconciled-from-discovery": true,
|
|
25587
|
-
"x-reconciled-at": "2026-01-
|
|
26499
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977284+00:00"
|
|
25588
26500
|
},
|
|
25589
26501
|
"namespace": {
|
|
25590
26502
|
"type": "string",
|
|
@@ -25603,7 +26515,7 @@
|
|
|
25603
26515
|
},
|
|
25604
26516
|
"x-original-maxLength": 1024,
|
|
25605
26517
|
"x-reconciled-from-discovery": true,
|
|
25606
|
-
"x-reconciled-at": "2026-01-
|
|
26518
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977288+00:00"
|
|
25607
26519
|
},
|
|
25608
26520
|
"uid": {
|
|
25609
26521
|
"type": "string",
|
|
@@ -25624,7 +26536,7 @@
|
|
|
25624
26536
|
"x-original-maxLength": 1024,
|
|
25625
26537
|
"format": "uuid",
|
|
25626
26538
|
"x-reconciled-from-discovery": true,
|
|
25627
|
-
"x-reconciled-at": "2026-01-
|
|
26539
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977293+00:00"
|
|
25628
26540
|
}
|
|
25629
26541
|
},
|
|
25630
26542
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25662,7 +26574,7 @@
|
|
|
25662
26574
|
},
|
|
25663
26575
|
"x-original-maxLength": 1024,
|
|
25664
26576
|
"x-reconciled-from-discovery": true,
|
|
25665
|
-
"x-reconciled-at": "2026-01-
|
|
26577
|
+
"x-reconciled-at": "2026-01-05T18:28:59.977297+00:00"
|
|
25666
26578
|
}
|
|
25667
26579
|
},
|
|
25668
26580
|
"x-f5xc-minimum-configuration": {
|
|
@@ -25966,7 +26878,7 @@
|
|
|
25966
26878
|
},
|
|
25967
26879
|
"x-original-maxLength": 1024,
|
|
25968
26880
|
"x-reconciled-from-discovery": true,
|
|
25969
|
-
"x-reconciled-at": "2026-01-
|
|
26881
|
+
"x-reconciled-at": "2026-01-05T18:29:06.038471+00:00"
|
|
25970
26882
|
}
|
|
25971
26883
|
},
|
|
25972
26884
|
"x-f5xc-example": "[EMAIL, CC]",
|
|
@@ -26723,7 +27635,7 @@
|
|
|
26723
27635
|
},
|
|
26724
27636
|
"x-original-maxLength": 1024,
|
|
26725
27637
|
"x-reconciled-from-discovery": true,
|
|
26726
|
-
"x-reconciled-at": "2026-01-
|
|
27638
|
+
"x-reconciled-at": "2026-01-05T18:29:06.038553+00:00"
|
|
26727
27639
|
},
|
|
26728
27640
|
"namespace": {
|
|
26729
27641
|
"type": "string",
|
|
@@ -26749,7 +27661,7 @@
|
|
|
26749
27661
|
},
|
|
26750
27662
|
"x-original-maxLength": 1024,
|
|
26751
27663
|
"x-reconciled-from-discovery": true,
|
|
26752
|
-
"x-reconciled-at": "2026-01-
|
|
27664
|
+
"x-reconciled-at": "2026-01-05T18:29:06.038558+00:00"
|
|
26753
27665
|
},
|
|
26754
27666
|
"service_op_id": {
|
|
26755
27667
|
"type": "integer",
|
|
@@ -27009,7 +27921,7 @@
|
|
|
27009
27921
|
},
|
|
27010
27922
|
"x-original-maxLength": 1024,
|
|
27011
27923
|
"x-reconciled-from-discovery": true,
|
|
27012
|
-
"x-reconciled-at": "2026-01-
|
|
27924
|
+
"x-reconciled-at": "2026-01-05T18:29:06.038580+00:00"
|
|
27013
27925
|
},
|
|
27014
27926
|
"namespace": {
|
|
27015
27927
|
"type": "string",
|
|
@@ -27035,7 +27947,7 @@
|
|
|
27035
27947
|
},
|
|
27036
27948
|
"x-original-maxLength": 1024,
|
|
27037
27949
|
"x-reconciled-from-discovery": true,
|
|
27038
|
-
"x-reconciled-at": "2026-01-
|
|
27950
|
+
"x-reconciled-at": "2026-01-05T18:29:06.038584+00:00"
|
|
27039
27951
|
},
|
|
27040
27952
|
"time_range": {
|
|
27041
27953
|
"$ref": "#/components/schemas/common_cdnServiceOperationsTimeRange"
|
|
@@ -27309,7 +28221,7 @@
|
|
|
27309
28221
|
},
|
|
27310
28222
|
"x-original-maxLength": 1024,
|
|
27311
28223
|
"x-reconciled-from-discovery": true,
|
|
27312
|
-
"x-reconciled-at": "2026-01-
|
|
28224
|
+
"x-reconciled-at": "2026-01-05T18:29:06.038608+00:00"
|
|
27313
28225
|
}
|
|
27314
28226
|
},
|
|
27315
28227
|
"x-f5xc-minimum-configuration": {
|
|
@@ -28087,7 +28999,7 @@
|
|
|
28087
28999
|
},
|
|
28088
29000
|
"x-original-maxLength": 1024,
|
|
28089
29001
|
"x-reconciled-from-discovery": true,
|
|
28090
|
-
"x-reconciled-at": "2026-01-
|
|
29002
|
+
"x-reconciled-at": "2026-01-05T18:29:06.038687+00:00"
|
|
28091
29003
|
}
|
|
28092
29004
|
},
|
|
28093
29005
|
"x-f5xc-minimum-configuration": {
|
|
@@ -31928,7 +32840,7 @@
|
|
|
31928
32840
|
},
|
|
31929
32841
|
"x-original-maxLength": 1024,
|
|
31930
32842
|
"x-reconciled-from-discovery": true,
|
|
31931
|
-
"x-reconciled-at": "2026-01-
|
|
32843
|
+
"x-reconciled-at": "2026-01-05T18:29:06.038988+00:00"
|
|
31932
32844
|
},
|
|
31933
32845
|
"uid": {
|
|
31934
32846
|
"type": "string",
|
|
@@ -31949,7 +32861,7 @@
|
|
|
31949
32861
|
"x-original-maxLength": 1024,
|
|
31950
32862
|
"format": "uuid",
|
|
31951
32863
|
"x-reconciled-from-discovery": true,
|
|
31952
|
-
"x-reconciled-at": "2026-01-
|
|
32864
|
+
"x-reconciled-at": "2026-01-05T18:29:06.038995+00:00"
|
|
31953
32865
|
}
|
|
31954
32866
|
},
|
|
31955
32867
|
"x-f5xc-minimum-configuration": {
|
|
@@ -32510,7 +33422,7 @@
|
|
|
32510
33422
|
},
|
|
32511
33423
|
"x-original-maxLength": 128,
|
|
32512
33424
|
"x-reconciled-from-discovery": true,
|
|
32513
|
-
"x-reconciled-at": "2026-01-
|
|
33425
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039031+00:00"
|
|
32514
33426
|
},
|
|
32515
33427
|
"value": {
|
|
32516
33428
|
"$ref": "#/components/schemas/schemaSecretType"
|
|
@@ -32680,7 +33592,7 @@
|
|
|
32680
33592
|
},
|
|
32681
33593
|
"x-original-maxLength": 1024,
|
|
32682
33594
|
"x-reconciled-from-discovery": true,
|
|
32683
|
-
"x-reconciled-at": "2026-01-
|
|
33595
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039058+00:00"
|
|
32684
33596
|
},
|
|
32685
33597
|
"namespace": {
|
|
32686
33598
|
"type": "string",
|
|
@@ -32699,7 +33611,7 @@
|
|
|
32699
33611
|
},
|
|
32700
33612
|
"x-original-maxLength": 1024,
|
|
32701
33613
|
"x-reconciled-from-discovery": true,
|
|
32702
|
-
"x-reconciled-at": "2026-01-
|
|
33614
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039062+00:00"
|
|
32703
33615
|
}
|
|
32704
33616
|
},
|
|
32705
33617
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33211,7 +34123,7 @@
|
|
|
33211
34123
|
},
|
|
33212
34124
|
"x-original-maxLength": 1024,
|
|
33213
34125
|
"x-reconciled-from-discovery": true,
|
|
33214
|
-
"x-reconciled-at": "2026-01-
|
|
34126
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039095+00:00"
|
|
33215
34127
|
},
|
|
33216
34128
|
"namespace": {
|
|
33217
34129
|
"type": "string",
|
|
@@ -33230,7 +34142,7 @@
|
|
|
33230
34142
|
},
|
|
33231
34143
|
"x-original-maxLength": 1024,
|
|
33232
34144
|
"x-reconciled-from-discovery": true,
|
|
33233
|
-
"x-reconciled-at": "2026-01-
|
|
34145
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039100+00:00"
|
|
33234
34146
|
}
|
|
33235
34147
|
},
|
|
33236
34148
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33288,7 +34200,7 @@
|
|
|
33288
34200
|
},
|
|
33289
34201
|
"x-original-maxLength": 1024,
|
|
33290
34202
|
"x-reconciled-from-discovery": true,
|
|
33291
|
-
"x-reconciled-at": "2026-01-
|
|
34203
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039104+00:00"
|
|
33292
34204
|
},
|
|
33293
34205
|
"namespace": {
|
|
33294
34206
|
"type": "string",
|
|
@@ -33307,7 +34219,7 @@
|
|
|
33307
34219
|
},
|
|
33308
34220
|
"x-original-maxLength": 1024,
|
|
33309
34221
|
"x-reconciled-from-discovery": true,
|
|
33310
|
-
"x-reconciled-at": "2026-01-
|
|
34222
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039109+00:00"
|
|
33311
34223
|
}
|
|
33312
34224
|
},
|
|
33313
34225
|
"x-f5xc-minimum-configuration": {
|
|
@@ -33456,7 +34368,7 @@
|
|
|
33456
34368
|
},
|
|
33457
34369
|
"x-original-maxLength": 1024,
|
|
33458
34370
|
"x-reconciled-from-discovery": true,
|
|
33459
|
-
"x-reconciled-at": "2026-01-
|
|
34371
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039118+00:00"
|
|
33460
34372
|
},
|
|
33461
34373
|
"namespace": {
|
|
33462
34374
|
"type": "string",
|
|
@@ -33475,7 +34387,7 @@
|
|
|
33475
34387
|
},
|
|
33476
34388
|
"x-original-maxLength": 1024,
|
|
33477
34389
|
"x-reconciled-from-discovery": true,
|
|
33478
|
-
"x-reconciled-at": "2026-01-
|
|
34390
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039123+00:00"
|
|
33479
34391
|
},
|
|
33480
34392
|
"query_type": {
|
|
33481
34393
|
"$ref": "#/components/schemas/http_loadbalancerApiInventorySchemaQueryType"
|
|
@@ -33704,7 +34616,7 @@
|
|
|
33704
34616
|
"maxLength": 17,
|
|
33705
34617
|
"minLength": 17,
|
|
33706
34618
|
"x-reconciled-from-discovery": true,
|
|
33707
|
-
"x-reconciled-at": "2026-01-
|
|
34619
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039143+00:00"
|
|
33708
34620
|
},
|
|
33709
34621
|
"system_metadata": {
|
|
33710
34622
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -33817,7 +34729,7 @@
|
|
|
33817
34729
|
},
|
|
33818
34730
|
"x-original-maxLength": 1024,
|
|
33819
34731
|
"x-reconciled-from-discovery": true,
|
|
33820
|
-
"x-reconciled-at": "2026-01-
|
|
34732
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039151+00:00"
|
|
33821
34733
|
}
|
|
33822
34734
|
},
|
|
33823
34735
|
"x-f5xc-minimum-configuration": {
|
|
@@ -34238,7 +35150,7 @@
|
|
|
34238
35150
|
},
|
|
34239
35151
|
"x-original-maxLength": 1024,
|
|
34240
35152
|
"x-reconciled-from-discovery": true,
|
|
34241
|
-
"x-reconciled-at": "2026-01-
|
|
35153
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039179+00:00"
|
|
34242
35154
|
},
|
|
34243
35155
|
"disabled": {
|
|
34244
35156
|
"type": "boolean",
|
|
@@ -34288,7 +35200,7 @@
|
|
|
34288
35200
|
},
|
|
34289
35201
|
"x-original-maxLength": 1024,
|
|
34290
35202
|
"x-reconciled-from-discovery": true,
|
|
34291
|
-
"x-reconciled-at": "2026-01-
|
|
35203
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039190+00:00"
|
|
34292
35204
|
},
|
|
34293
35205
|
"namespace": {
|
|
34294
35206
|
"type": "string",
|
|
@@ -34307,7 +35219,7 @@
|
|
|
34307
35219
|
},
|
|
34308
35220
|
"x-original-maxLength": 1024,
|
|
34309
35221
|
"x-reconciled-from-discovery": true,
|
|
34310
|
-
"x-reconciled-at": "2026-01-
|
|
35222
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039194+00:00"
|
|
34311
35223
|
},
|
|
34312
35224
|
"owner_view": {
|
|
34313
35225
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -34348,7 +35260,7 @@
|
|
|
34348
35260
|
"x-field-mutability": "read-only",
|
|
34349
35261
|
"x-original-maxLength": 1024,
|
|
34350
35262
|
"x-reconciled-from-discovery": true,
|
|
34351
|
-
"x-reconciled-at": "2026-01-
|
|
35263
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039202+00:00"
|
|
34352
35264
|
},
|
|
34353
35265
|
"uid": {
|
|
34354
35266
|
"type": "string",
|
|
@@ -34369,7 +35281,7 @@
|
|
|
34369
35281
|
"x-original-maxLength": 1024,
|
|
34370
35282
|
"format": "uuid",
|
|
34371
35283
|
"x-reconciled-from-discovery": true,
|
|
34372
|
-
"x-reconciled-at": "2026-01-
|
|
35284
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039207+00:00"
|
|
34373
35285
|
}
|
|
34374
35286
|
},
|
|
34375
35287
|
"x-f5xc-minimum-configuration": {
|
|
@@ -36085,7 +36997,7 @@
|
|
|
36085
36997
|
},
|
|
36086
36998
|
"x-original-maxLength": 1024,
|
|
36087
36999
|
"x-reconciled-from-discovery": true,
|
|
36088
|
-
"x-reconciled-at": "2026-01-
|
|
37000
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039353+00:00"
|
|
36089
37001
|
},
|
|
36090
37002
|
"namespace": {
|
|
36091
37003
|
"type": "string",
|
|
@@ -36111,7 +37023,7 @@
|
|
|
36111
37023
|
},
|
|
36112
37024
|
"x-original-maxLength": 1024,
|
|
36113
37025
|
"x-reconciled-from-discovery": true,
|
|
36114
|
-
"x-reconciled-at": "2026-01-
|
|
37026
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039357+00:00"
|
|
36115
37027
|
},
|
|
36116
37028
|
"rps_threshold": {
|
|
36117
37029
|
"type": "integer",
|
|
@@ -36394,7 +37306,7 @@
|
|
|
36394
37306
|
},
|
|
36395
37307
|
"x-original-maxLength": 1024,
|
|
36396
37308
|
"x-reconciled-from-discovery": true,
|
|
36397
|
-
"x-reconciled-at": "2026-01-
|
|
37309
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039377+00:00"
|
|
36398
37310
|
},
|
|
36399
37311
|
"namespace": {
|
|
36400
37312
|
"type": "string",
|
|
@@ -36413,7 +37325,7 @@
|
|
|
36413
37325
|
},
|
|
36414
37326
|
"x-original-maxLength": 1024,
|
|
36415
37327
|
"x-reconciled-from-discovery": true,
|
|
36416
|
-
"x-reconciled-at": "2026-01-
|
|
37328
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039382+00:00"
|
|
36417
37329
|
}
|
|
36418
37330
|
},
|
|
36419
37331
|
"x-f5xc-minimum-configuration": {
|
|
@@ -36576,7 +37488,7 @@
|
|
|
36576
37488
|
},
|
|
36577
37489
|
"x-original-maxLength": 256,
|
|
36578
37490
|
"x-reconciled-from-discovery": true,
|
|
36579
|
-
"x-reconciled-at": "2026-01-
|
|
37491
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039391+00:00"
|
|
36580
37492
|
},
|
|
36581
37493
|
"presence": {
|
|
36582
37494
|
"type": "boolean",
|
|
@@ -36657,7 +37569,7 @@
|
|
|
36657
37569
|
"readOnly": true,
|
|
36658
37570
|
"x-original-maxLength": 1024,
|
|
36659
37571
|
"x-reconciled-from-discovery": true,
|
|
36660
|
-
"x-reconciled-at": "2026-01-
|
|
37572
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039399+00:00"
|
|
36661
37573
|
},
|
|
36662
37574
|
"name": {
|
|
36663
37575
|
"type": "string",
|
|
@@ -36676,7 +37588,7 @@
|
|
|
36676
37588
|
},
|
|
36677
37589
|
"x-original-maxLength": 1024,
|
|
36678
37590
|
"x-reconciled-from-discovery": true,
|
|
36679
|
-
"x-reconciled-at": "2026-01-
|
|
37591
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039403+00:00"
|
|
36680
37592
|
},
|
|
36681
37593
|
"namespace": {
|
|
36682
37594
|
"type": "string",
|
|
@@ -36695,7 +37607,7 @@
|
|
|
36695
37607
|
},
|
|
36696
37608
|
"x-original-maxLength": 1024,
|
|
36697
37609
|
"x-reconciled-from-discovery": true,
|
|
36698
|
-
"x-reconciled-at": "2026-01-
|
|
37610
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039407+00:00"
|
|
36699
37611
|
},
|
|
36700
37612
|
"tenant": {
|
|
36701
37613
|
"type": "string",
|
|
@@ -36716,7 +37628,7 @@
|
|
|
36716
37628
|
"x-field-mutability": "read-only",
|
|
36717
37629
|
"x-original-maxLength": 1024,
|
|
36718
37630
|
"x-reconciled-from-discovery": true,
|
|
36719
|
-
"x-reconciled-at": "2026-01-
|
|
37631
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039411+00:00"
|
|
36720
37632
|
},
|
|
36721
37633
|
"uid": {
|
|
36722
37634
|
"type": "string",
|
|
@@ -36738,7 +37650,7 @@
|
|
|
36738
37650
|
"x-original-maxLength": 1024,
|
|
36739
37651
|
"format": "uuid",
|
|
36740
37652
|
"x-reconciled-from-discovery": true,
|
|
36741
|
-
"x-reconciled-at": "2026-01-
|
|
37653
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039416+00:00"
|
|
36742
37654
|
}
|
|
36743
37655
|
},
|
|
36744
37656
|
"x-f5xc-minimum-configuration": {
|
|
@@ -38389,7 +39301,7 @@
|
|
|
38389
39301
|
},
|
|
38390
39302
|
"x-original-maxLength": 256,
|
|
38391
39303
|
"x-reconciled-from-discovery": true,
|
|
38392
|
-
"x-reconciled-at": "2026-01-
|
|
39304
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039562+00:00"
|
|
38393
39305
|
}
|
|
38394
39306
|
},
|
|
38395
39307
|
"x-f5xc-minimum-configuration": {
|
|
@@ -38663,7 +39575,7 @@
|
|
|
38663
39575
|
},
|
|
38664
39576
|
"x-original-maxLength": 256,
|
|
38665
39577
|
"x-reconciled-from-discovery": true,
|
|
38666
|
-
"x-reconciled-at": "2026-01-
|
|
39578
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039588+00:00"
|
|
38667
39579
|
}
|
|
38668
39580
|
},
|
|
38669
39581
|
"x-f5xc-minimum-configuration": {
|
|
@@ -39268,7 +40180,7 @@
|
|
|
39268
40180
|
},
|
|
39269
40181
|
"x-original-maxLength": 256,
|
|
39270
40182
|
"x-reconciled-from-discovery": true,
|
|
39271
|
-
"x-reconciled-at": "2026-01-
|
|
40183
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039618+00:00"
|
|
39272
40184
|
}
|
|
39273
40185
|
},
|
|
39274
40186
|
"x-f5xc-minimum-configuration": {
|
|
@@ -39541,7 +40453,7 @@
|
|
|
39541
40453
|
},
|
|
39542
40454
|
"x-original-maxLength": 256,
|
|
39543
40455
|
"x-reconciled-from-discovery": true,
|
|
39544
|
-
"x-reconciled-at": "2026-01-
|
|
40456
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039635+00:00"
|
|
39545
40457
|
}
|
|
39546
40458
|
},
|
|
39547
40459
|
"x-f5xc-minimum-configuration": {
|
|
@@ -41265,7 +42177,7 @@
|
|
|
41265
42177
|
},
|
|
41266
42178
|
"x-original-maxLength": 256,
|
|
41267
42179
|
"x-reconciled-from-discovery": true,
|
|
41268
|
-
"x-reconciled-at": "2026-01-
|
|
42180
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039752+00:00"
|
|
41269
42181
|
},
|
|
41270
42182
|
"path": {
|
|
41271
42183
|
"type": "string",
|
|
@@ -42303,7 +43215,7 @@
|
|
|
42303
43215
|
},
|
|
42304
43216
|
"x-original-maxLength": 256,
|
|
42305
43217
|
"x-reconciled-from-discovery": true,
|
|
42306
|
-
"x-reconciled-at": "2026-01-
|
|
43218
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039853+00:00"
|
|
42307
43219
|
},
|
|
42308
43220
|
"regex_values": {
|
|
42309
43221
|
"type": "array",
|
|
@@ -42595,7 +43507,7 @@
|
|
|
42595
43507
|
},
|
|
42596
43508
|
"x-original-maxLength": 256,
|
|
42597
43509
|
"x-reconciled-from-discovery": true,
|
|
42598
|
-
"x-reconciled-at": "2026-01-
|
|
43510
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039900+00:00"
|
|
42599
43511
|
},
|
|
42600
43512
|
"samesite_lax": {
|
|
42601
43513
|
"$ref": "#/components/schemas/ioschemaEmpty"
|
|
@@ -42667,7 +43579,7 @@
|
|
|
42667
43579
|
},
|
|
42668
43580
|
"x-original-maxLength": 256,
|
|
42669
43581
|
"x-reconciled-from-discovery": true,
|
|
42670
|
-
"x-reconciled-at": "2026-01-
|
|
43582
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039908+00:00"
|
|
42671
43583
|
},
|
|
42672
43584
|
"overwrite": {
|
|
42673
43585
|
"type": "boolean",
|
|
@@ -42706,7 +43618,7 @@
|
|
|
42706
43618
|
},
|
|
42707
43619
|
"x-original-maxLength": 8096,
|
|
42708
43620
|
"x-reconciled-from-discovery": true,
|
|
42709
|
-
"x-reconciled-at": "2026-01-
|
|
43621
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039915+00:00"
|
|
42710
43622
|
}
|
|
42711
43623
|
},
|
|
42712
43624
|
"x-f5xc-minimum-configuration": {
|
|
@@ -43262,7 +44174,7 @@
|
|
|
43262
44174
|
},
|
|
43263
44175
|
"x-original-maxLength": 256,
|
|
43264
44176
|
"x-reconciled-from-discovery": true,
|
|
43265
|
-
"x-reconciled-at": "2026-01-
|
|
44177
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039956+00:00"
|
|
43266
44178
|
},
|
|
43267
44179
|
"secret_value": {
|
|
43268
44180
|
"$ref": "#/components/schemas/schemaSecretType"
|
|
@@ -43288,7 +44200,7 @@
|
|
|
43288
44200
|
},
|
|
43289
44201
|
"x-original-maxLength": 8096,
|
|
43290
44202
|
"x-reconciled-from-discovery": true,
|
|
43291
|
-
"x-reconciled-at": "2026-01-
|
|
44203
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039961+00:00"
|
|
43292
44204
|
}
|
|
43293
44205
|
},
|
|
43294
44206
|
"x-f5xc-minimum-configuration": {
|
|
@@ -43543,7 +44455,7 @@
|
|
|
43543
44455
|
},
|
|
43544
44456
|
"x-original-maxLength": 256,
|
|
43545
44457
|
"x-reconciled-from-discovery": true,
|
|
43546
|
-
"x-reconciled-at": "2026-01-
|
|
44458
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039983+00:00"
|
|
43547
44459
|
},
|
|
43548
44460
|
"name": {
|
|
43549
44461
|
"type": "string",
|
|
@@ -43573,7 +44485,7 @@
|
|
|
43573
44485
|
},
|
|
43574
44486
|
"x-original-maxLength": 1024,
|
|
43575
44487
|
"x-reconciled-from-discovery": true,
|
|
43576
|
-
"x-reconciled-at": "2026-01-
|
|
44488
|
+
"x-reconciled-at": "2026-01-05T18:29:06.039987+00:00"
|
|
43577
44489
|
}
|
|
43578
44490
|
},
|
|
43579
44491
|
"x-f5xc-minimum-configuration": {
|
|
@@ -44049,7 +44961,7 @@
|
|
|
44049
44961
|
},
|
|
44050
44962
|
"x-original-maxLength": 256,
|
|
44051
44963
|
"x-reconciled-from-discovery": true,
|
|
44052
|
-
"x-reconciled-at": "2026-01-
|
|
44964
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040095+00:00"
|
|
44053
44965
|
},
|
|
44054
44966
|
"overwrite": {
|
|
44055
44967
|
"type": "boolean",
|
|
@@ -44097,7 +45009,7 @@
|
|
|
44097
45009
|
},
|
|
44098
45010
|
"x-original-maxLength": 8096,
|
|
44099
45011
|
"x-reconciled-from-discovery": true,
|
|
44100
|
-
"x-reconciled-at": "2026-01-
|
|
45012
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040105+00:00"
|
|
44101
45013
|
}
|
|
44102
45014
|
},
|
|
44103
45015
|
"x-f5xc-minimum-configuration": {
|
|
@@ -44522,7 +45434,7 @@
|
|
|
44522
45434
|
},
|
|
44523
45435
|
"x-original-maxLength": 256,
|
|
44524
45436
|
"x-reconciled-from-discovery": true,
|
|
44525
|
-
"x-reconciled-at": "2026-01-
|
|
45437
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040240+00:00"
|
|
44526
45438
|
}
|
|
44527
45439
|
},
|
|
44528
45440
|
"x-f5xc-minimum-configuration": {
|
|
@@ -44838,7 +45750,7 @@
|
|
|
44838
45750
|
},
|
|
44839
45751
|
"x-original-maxLength": 256,
|
|
44840
45752
|
"x-reconciled-from-discovery": true,
|
|
44841
|
-
"x-reconciled-at": "2026-01-
|
|
45753
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040260+00:00"
|
|
44842
45754
|
}
|
|
44843
45755
|
},
|
|
44844
45756
|
"x-f5xc-minimum-configuration": {
|
|
@@ -44975,7 +45887,7 @@
|
|
|
44975
45887
|
},
|
|
44976
45888
|
"x-original-maxLength": 128,
|
|
44977
45889
|
"x-reconciled-from-discovery": true,
|
|
44978
|
-
"x-reconciled-at": "2026-01-
|
|
45890
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040270+00:00"
|
|
44979
45891
|
},
|
|
44980
45892
|
"namespace": {
|
|
44981
45893
|
"type": "string",
|
|
@@ -45000,7 +45912,7 @@
|
|
|
45000
45912
|
},
|
|
45001
45913
|
"x-original-maxLength": 64,
|
|
45002
45914
|
"x-reconciled-from-discovery": true,
|
|
45003
|
-
"x-reconciled-at": "2026-01-
|
|
45915
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040274+00:00"
|
|
45004
45916
|
},
|
|
45005
45917
|
"tenant": {
|
|
45006
45918
|
"type": "string",
|
|
@@ -45027,7 +45939,7 @@
|
|
|
45027
45939
|
"x-field-mutability": "read-only",
|
|
45028
45940
|
"x-original-maxLength": 64,
|
|
45029
45941
|
"x-reconciled-from-discovery": true,
|
|
45030
|
-
"x-reconciled-at": "2026-01-
|
|
45942
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040278+00:00"
|
|
45031
45943
|
}
|
|
45032
45944
|
},
|
|
45033
45945
|
"x-f5xc-minimum-configuration": {
|
|
@@ -45800,7 +46712,7 @@
|
|
|
45800
46712
|
},
|
|
45801
46713
|
"x-original-maxLength": 1024,
|
|
45802
46714
|
"x-reconciled-from-discovery": true,
|
|
45803
|
-
"x-reconciled-at": "2026-01-
|
|
46715
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040349+00:00"
|
|
45804
46716
|
},
|
|
45805
46717
|
"status": {
|
|
45806
46718
|
"type": "string",
|
|
@@ -45817,7 +46729,7 @@
|
|
|
45817
46729
|
},
|
|
45818
46730
|
"x-original-maxLength": 1024,
|
|
45819
46731
|
"x-reconciled-from-discovery": true,
|
|
45820
|
-
"x-reconciled-at": "2026-01-
|
|
46732
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040354+00:00"
|
|
45821
46733
|
}
|
|
45822
46734
|
},
|
|
45823
46735
|
"x-f5xc-minimum-configuration": {
|
|
@@ -45873,7 +46785,7 @@
|
|
|
45873
46785
|
},
|
|
45874
46786
|
"x-original-maxLength": 1024,
|
|
45875
46787
|
"x-reconciled-from-discovery": true,
|
|
45876
|
-
"x-reconciled-at": "2026-01-
|
|
46788
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040360+00:00"
|
|
45877
46789
|
},
|
|
45878
46790
|
"nlb_cname": {
|
|
45879
46791
|
"type": "string",
|
|
@@ -45918,7 +46830,7 @@
|
|
|
45918
46830
|
},
|
|
45919
46831
|
"x-original-maxLength": 1024,
|
|
45920
46832
|
"x-reconciled-from-discovery": true,
|
|
45921
|
-
"x-reconciled-at": "2026-01-
|
|
46833
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040367+00:00"
|
|
45922
46834
|
},
|
|
45923
46835
|
"target_group_status": {
|
|
45924
46836
|
"type": "array",
|
|
@@ -46002,7 +46914,7 @@
|
|
|
46002
46914
|
},
|
|
46003
46915
|
"x-original-maxLength": 1024,
|
|
46004
46916
|
"x-reconciled-from-discovery": true,
|
|
46005
|
-
"x-reconciled-at": "2026-01-
|
|
46917
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040376+00:00"
|
|
46006
46918
|
},
|
|
46007
46919
|
"protocol": {
|
|
46008
46920
|
"type": "string",
|
|
@@ -46033,7 +46945,7 @@
|
|
|
46033
46945
|
},
|
|
46034
46946
|
"x-original-maxLength": 1024,
|
|
46035
46947
|
"x-reconciled-from-discovery": true,
|
|
46036
|
-
"x-reconciled-at": "2026-01-
|
|
46948
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040381+00:00"
|
|
46037
46949
|
},
|
|
46038
46950
|
"status": {
|
|
46039
46951
|
"type": "string",
|
|
@@ -46050,7 +46962,7 @@
|
|
|
46050
46962
|
},
|
|
46051
46963
|
"x-original-maxLength": 1024,
|
|
46052
46964
|
"x-reconciled-from-discovery": true,
|
|
46053
|
-
"x-reconciled-at": "2026-01-
|
|
46965
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040385+00:00"
|
|
46054
46966
|
}
|
|
46055
46967
|
},
|
|
46056
46968
|
"x-f5xc-minimum-configuration": {
|
|
@@ -47114,7 +48026,7 @@
|
|
|
47114
48026
|
"x-original-maxLength": 256,
|
|
47115
48027
|
"format": "hostname",
|
|
47116
48028
|
"x-reconciled-from-discovery": true,
|
|
47117
|
-
"x-reconciled-at": "2026-01-
|
|
48029
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040471+00:00"
|
|
47118
48030
|
},
|
|
47119
48031
|
"simple_login": {
|
|
47120
48032
|
"$ref": "#/components/schemas/common_wafSimpleLogin"
|
|
@@ -47834,7 +48746,7 @@
|
|
|
47834
48746
|
"x-original-maxLength": 256,
|
|
47835
48747
|
"format": "hostname",
|
|
47836
48748
|
"x-reconciled-from-discovery": true,
|
|
47837
|
-
"x-reconciled-at": "2026-01-
|
|
48749
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040584+00:00"
|
|
47838
48750
|
}
|
|
47839
48751
|
},
|
|
47840
48752
|
"x-f5xc-minimum-configuration": {
|
|
@@ -49577,7 +50489,7 @@
|
|
|
49577
50489
|
},
|
|
49578
50490
|
"x-original-maxLength": 1024,
|
|
49579
50491
|
"x-reconciled-from-discovery": true,
|
|
49580
|
-
"x-reconciled-at": "2026-01-
|
|
50492
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040816+00:00"
|
|
49581
50493
|
},
|
|
49582
50494
|
"type": {
|
|
49583
50495
|
"type": "string",
|
|
@@ -49610,7 +50522,7 @@
|
|
|
49610
50522
|
},
|
|
49611
50523
|
"x-original-maxLength": 1024,
|
|
49612
50524
|
"x-reconciled-from-discovery": true,
|
|
49613
|
-
"x-reconciled-at": "2026-01-
|
|
50525
|
+
"x-reconciled-at": "2026-01-05T18:29:06.040822+00:00"
|
|
49614
50526
|
}
|
|
49615
50527
|
},
|
|
49616
50528
|
"x-f5xc-minimum-configuration": {
|
|
@@ -50192,7 +51104,7 @@
|
|
|
50192
51104
|
},
|
|
50193
51105
|
"x-original-maxLength": 1024,
|
|
50194
51106
|
"x-reconciled-from-discovery": true,
|
|
50195
|
-
"x-reconciled-at": "2026-01-
|
|
51107
|
+
"x-reconciled-at": "2026-01-05T18:29:08.418767+00:00"
|
|
50196
51108
|
},
|
|
50197
51109
|
"namespace": {
|
|
50198
51110
|
"type": "string",
|
|
@@ -50211,7 +51123,7 @@
|
|
|
50211
51123
|
},
|
|
50212
51124
|
"x-original-maxLength": 1024,
|
|
50213
51125
|
"x-reconciled-from-discovery": true,
|
|
50214
|
-
"x-reconciled-at": "2026-01-
|
|
51126
|
+
"x-reconciled-at": "2026-01-05T18:29:08.418771+00:00"
|
|
50215
51127
|
}
|
|
50216
51128
|
},
|
|
50217
51129
|
"x-f5xc-minimum-configuration": {
|
|
@@ -50352,7 +51264,7 @@
|
|
|
50352
51264
|
"maxLength": 17,
|
|
50353
51265
|
"minLength": 17,
|
|
50354
51266
|
"x-reconciled-from-discovery": true,
|
|
50355
|
-
"x-reconciled-at": "2026-01-
|
|
51267
|
+
"x-reconciled-at": "2026-01-05T18:29:08.418786+00:00"
|
|
50356
51268
|
},
|
|
50357
51269
|
"system_metadata": {
|
|
50358
51270
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -50513,7 +51425,7 @@
|
|
|
50513
51425
|
},
|
|
50514
51426
|
"x-original-maxLength": 1024,
|
|
50515
51427
|
"x-reconciled-from-discovery": true,
|
|
50516
|
-
"x-reconciled-at": "2026-01-
|
|
51428
|
+
"x-reconciled-at": "2026-01-05T18:29:08.418797+00:00"
|
|
50517
51429
|
},
|
|
50518
51430
|
"disabled": {
|
|
50519
51431
|
"type": "boolean",
|
|
@@ -50563,7 +51475,7 @@
|
|
|
50563
51475
|
},
|
|
50564
51476
|
"x-original-maxLength": 1024,
|
|
50565
51477
|
"x-reconciled-from-discovery": true,
|
|
50566
|
-
"x-reconciled-at": "2026-01-
|
|
51478
|
+
"x-reconciled-at": "2026-01-05T18:29:08.418807+00:00"
|
|
50567
51479
|
},
|
|
50568
51480
|
"namespace": {
|
|
50569
51481
|
"type": "string",
|
|
@@ -50582,7 +51494,7 @@
|
|
|
50582
51494
|
},
|
|
50583
51495
|
"x-original-maxLength": 1024,
|
|
50584
51496
|
"x-reconciled-from-discovery": true,
|
|
50585
|
-
"x-reconciled-at": "2026-01-
|
|
51497
|
+
"x-reconciled-at": "2026-01-05T18:29:08.418811+00:00"
|
|
50586
51498
|
},
|
|
50587
51499
|
"owner_view": {
|
|
50588
51500
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -50623,7 +51535,7 @@
|
|
|
50623
51535
|
"x-field-mutability": "read-only",
|
|
50624
51536
|
"x-original-maxLength": 1024,
|
|
50625
51537
|
"x-reconciled-from-discovery": true,
|
|
50626
|
-
"x-reconciled-at": "2026-01-
|
|
51538
|
+
"x-reconciled-at": "2026-01-05T18:29:08.418818+00:00"
|
|
50627
51539
|
},
|
|
50628
51540
|
"uid": {
|
|
50629
51541
|
"type": "string",
|
|
@@ -50644,7 +51556,7 @@
|
|
|
50644
51556
|
"x-original-maxLength": 1024,
|
|
50645
51557
|
"format": "uuid",
|
|
50646
51558
|
"x-reconciled-from-discovery": true,
|
|
50647
|
-
"x-reconciled-at": "2026-01-
|
|
51559
|
+
"x-reconciled-at": "2026-01-05T18:29:08.418823+00:00"
|
|
50648
51560
|
}
|
|
50649
51561
|
},
|
|
50650
51562
|
"x-f5xc-minimum-configuration": {
|
|
@@ -51766,7 +52678,7 @@
|
|
|
51766
52678
|
},
|
|
51767
52679
|
"x-original-maxLength": 1024,
|
|
51768
52680
|
"x-reconciled-from-discovery": true,
|
|
51769
|
-
"x-reconciled-at": "2026-01-
|
|
52681
|
+
"x-reconciled-at": "2026-01-05T18:29:08.849985+00:00"
|
|
51770
52682
|
},
|
|
51771
52683
|
"namespace": {
|
|
51772
52684
|
"type": "string",
|
|
@@ -51785,7 +52697,7 @@
|
|
|
51785
52697
|
},
|
|
51786
52698
|
"x-original-maxLength": 1024,
|
|
51787
52699
|
"x-reconciled-from-discovery": true,
|
|
51788
|
-
"x-reconciled-at": "2026-01-
|
|
52700
|
+
"x-reconciled-at": "2026-01-05T18:29:08.849989+00:00"
|
|
51789
52701
|
}
|
|
51790
52702
|
},
|
|
51791
52703
|
"x-f5xc-minimum-configuration": {
|
|
@@ -51906,7 +52818,7 @@
|
|
|
51906
52818
|
"maxLength": 17,
|
|
51907
52819
|
"minLength": 17,
|
|
51908
52820
|
"x-reconciled-from-discovery": true,
|
|
51909
|
-
"x-reconciled-at": "2026-01-
|
|
52821
|
+
"x-reconciled-at": "2026-01-05T18:29:08.850006+00:00"
|
|
51910
52822
|
},
|
|
51911
52823
|
"system_metadata": {
|
|
51912
52824
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -52041,7 +52953,7 @@
|
|
|
52041
52953
|
},
|
|
52042
52954
|
"x-original-maxLength": 1024,
|
|
52043
52955
|
"x-reconciled-from-discovery": true,
|
|
52044
|
-
"x-reconciled-at": "2026-01-
|
|
52956
|
+
"x-reconciled-at": "2026-01-05T18:29:08.850018+00:00"
|
|
52045
52957
|
},
|
|
52046
52958
|
"disabled": {
|
|
52047
52959
|
"type": "boolean",
|
|
@@ -52091,7 +53003,7 @@
|
|
|
52091
53003
|
},
|
|
52092
53004
|
"x-original-maxLength": 1024,
|
|
52093
53005
|
"x-reconciled-from-discovery": true,
|
|
52094
|
-
"x-reconciled-at": "2026-01-
|
|
53006
|
+
"x-reconciled-at": "2026-01-05T18:29:08.850028+00:00"
|
|
52095
53007
|
},
|
|
52096
53008
|
"namespace": {
|
|
52097
53009
|
"type": "string",
|
|
@@ -52110,7 +53022,7 @@
|
|
|
52110
53022
|
},
|
|
52111
53023
|
"x-original-maxLength": 1024,
|
|
52112
53024
|
"x-reconciled-from-discovery": true,
|
|
52113
|
-
"x-reconciled-at": "2026-01-
|
|
53025
|
+
"x-reconciled-at": "2026-01-05T18:29:08.850044+00:00"
|
|
52114
53026
|
},
|
|
52115
53027
|
"owner_view": {
|
|
52116
53028
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -52151,7 +53063,7 @@
|
|
|
52151
53063
|
"x-field-mutability": "read-only",
|
|
52152
53064
|
"x-original-maxLength": 1024,
|
|
52153
53065
|
"x-reconciled-from-discovery": true,
|
|
52154
|
-
"x-reconciled-at": "2026-01-
|
|
53066
|
+
"x-reconciled-at": "2026-01-05T18:29:08.850053+00:00"
|
|
52155
53067
|
},
|
|
52156
53068
|
"uid": {
|
|
52157
53069
|
"type": "string",
|
|
@@ -52172,7 +53084,7 @@
|
|
|
52172
53084
|
"x-original-maxLength": 1024,
|
|
52173
53085
|
"format": "uuid",
|
|
52174
53086
|
"x-reconciled-from-discovery": true,
|
|
52175
|
-
"x-reconciled-at": "2026-01-
|
|
53087
|
+
"x-reconciled-at": "2026-01-05T18:29:08.850058+00:00"
|
|
52176
53088
|
}
|
|
52177
53089
|
},
|
|
52178
53090
|
"x-f5xc-minimum-configuration": {
|
|
@@ -53152,7 +54064,7 @@
|
|
|
53152
54064
|
},
|
|
53153
54065
|
"x-original-maxLength": 1024,
|
|
53154
54066
|
"x-reconciled-from-discovery": true,
|
|
53155
|
-
"x-reconciled-at": "2026-01-
|
|
54067
|
+
"x-reconciled-at": "2026-01-05T18:29:22.496884+00:00"
|
|
53156
54068
|
},
|
|
53157
54069
|
"namespace": {
|
|
53158
54070
|
"type": "string",
|
|
@@ -53171,7 +54083,7 @@
|
|
|
53171
54083
|
},
|
|
53172
54084
|
"x-original-maxLength": 1024,
|
|
53173
54085
|
"x-reconciled-from-discovery": true,
|
|
53174
|
-
"x-reconciled-at": "2026-01-
|
|
54086
|
+
"x-reconciled-at": "2026-01-05T18:29:22.496891+00:00"
|
|
53175
54087
|
}
|
|
53176
54088
|
},
|
|
53177
54089
|
"x-f5xc-minimum-configuration": {
|
|
@@ -53269,7 +54181,7 @@
|
|
|
53269
54181
|
"maxLength": 17,
|
|
53270
54182
|
"minLength": 17,
|
|
53271
54183
|
"x-reconciled-from-discovery": true,
|
|
53272
|
-
"x-reconciled-at": "2026-01-
|
|
54184
|
+
"x-reconciled-at": "2026-01-05T18:29:22.496908+00:00"
|
|
53273
54185
|
},
|
|
53274
54186
|
"system_metadata": {
|
|
53275
54187
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -53447,7 +54359,7 @@
|
|
|
53447
54359
|
},
|
|
53448
54360
|
"x-original-maxLength": 1024,
|
|
53449
54361
|
"x-reconciled-from-discovery": true,
|
|
53450
|
-
"x-reconciled-at": "2026-01-
|
|
54362
|
+
"x-reconciled-at": "2026-01-05T18:29:22.496925+00:00"
|
|
53451
54363
|
},
|
|
53452
54364
|
"disabled": {
|
|
53453
54365
|
"type": "boolean",
|
|
@@ -53497,7 +54409,7 @@
|
|
|
53497
54409
|
},
|
|
53498
54410
|
"x-original-maxLength": 1024,
|
|
53499
54411
|
"x-reconciled-from-discovery": true,
|
|
53500
|
-
"x-reconciled-at": "2026-01-
|
|
54412
|
+
"x-reconciled-at": "2026-01-05T18:29:22.496935+00:00"
|
|
53501
54413
|
},
|
|
53502
54414
|
"namespace": {
|
|
53503
54415
|
"type": "string",
|
|
@@ -53516,7 +54428,7 @@
|
|
|
53516
54428
|
},
|
|
53517
54429
|
"x-original-maxLength": 1024,
|
|
53518
54430
|
"x-reconciled-from-discovery": true,
|
|
53519
|
-
"x-reconciled-at": "2026-01-
|
|
54431
|
+
"x-reconciled-at": "2026-01-05T18:29:22.496939+00:00"
|
|
53520
54432
|
},
|
|
53521
54433
|
"owner_view": {
|
|
53522
54434
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -53557,7 +54469,7 @@
|
|
|
53557
54469
|
"x-field-mutability": "read-only",
|
|
53558
54470
|
"x-original-maxLength": 1024,
|
|
53559
54471
|
"x-reconciled-from-discovery": true,
|
|
53560
|
-
"x-reconciled-at": "2026-01-
|
|
54472
|
+
"x-reconciled-at": "2026-01-05T18:29:22.496947+00:00"
|
|
53561
54473
|
},
|
|
53562
54474
|
"uid": {
|
|
53563
54475
|
"type": "string",
|
|
@@ -53578,7 +54490,7 @@
|
|
|
53578
54490
|
"x-original-maxLength": 1024,
|
|
53579
54491
|
"format": "uuid",
|
|
53580
54492
|
"x-reconciled-from-discovery": true,
|
|
53581
|
-
"x-reconciled-at": "2026-01-
|
|
54493
|
+
"x-reconciled-at": "2026-01-05T18:29:22.496953+00:00"
|
|
53582
54494
|
}
|
|
53583
54495
|
},
|
|
53584
54496
|
"x-f5xc-minimum-configuration": {
|
|
@@ -54106,7 +55018,7 @@
|
|
|
54106
55018
|
},
|
|
54107
55019
|
"x-original-maxLength": 1024,
|
|
54108
55020
|
"x-reconciled-from-discovery": true,
|
|
54109
|
-
"x-reconciled-at": "2026-01-
|
|
55021
|
+
"x-reconciled-at": "2026-01-05T18:29:23.939305+00:00"
|
|
54110
55022
|
},
|
|
54111
55023
|
"namespace": {
|
|
54112
55024
|
"type": "string",
|
|
@@ -54125,7 +55037,7 @@
|
|
|
54125
55037
|
},
|
|
54126
55038
|
"x-original-maxLength": 1024,
|
|
54127
55039
|
"x-reconciled-from-discovery": true,
|
|
54128
|
-
"x-reconciled-at": "2026-01-
|
|
55040
|
+
"x-reconciled-at": "2026-01-05T18:29:23.939311+00:00"
|
|
54129
55041
|
}
|
|
54130
55042
|
},
|
|
54131
55043
|
"x-f5xc-minimum-configuration": {
|
|
@@ -54422,7 +55334,7 @@
|
|
|
54422
55334
|
"maxLength": 17,
|
|
54423
55335
|
"minLength": 17,
|
|
54424
55336
|
"x-reconciled-from-discovery": true,
|
|
54425
|
-
"x-reconciled-at": "2026-01-
|
|
55337
|
+
"x-reconciled-at": "2026-01-05T18:29:23.939341+00:00"
|
|
54426
55338
|
},
|
|
54427
55339
|
"system_metadata": {
|
|
54428
55340
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -54944,7 +55856,7 @@
|
|
|
54944
55856
|
},
|
|
54945
55857
|
"x-original-maxLength": 1024,
|
|
54946
55858
|
"x-reconciled-from-discovery": true,
|
|
54947
|
-
"x-reconciled-at": "2026-01-
|
|
55859
|
+
"x-reconciled-at": "2026-01-05T18:29:23.939376+00:00"
|
|
54948
55860
|
},
|
|
54949
55861
|
"disabled": {
|
|
54950
55862
|
"type": "boolean",
|
|
@@ -54994,7 +55906,7 @@
|
|
|
54994
55906
|
},
|
|
54995
55907
|
"x-original-maxLength": 1024,
|
|
54996
55908
|
"x-reconciled-from-discovery": true,
|
|
54997
|
-
"x-reconciled-at": "2026-01-
|
|
55909
|
+
"x-reconciled-at": "2026-01-05T18:29:23.939386+00:00"
|
|
54998
55910
|
},
|
|
54999
55911
|
"namespace": {
|
|
55000
55912
|
"type": "string",
|
|
@@ -55013,7 +55925,7 @@
|
|
|
55013
55925
|
},
|
|
55014
55926
|
"x-original-maxLength": 1024,
|
|
55015
55927
|
"x-reconciled-from-discovery": true,
|
|
55016
|
-
"x-reconciled-at": "2026-01-
|
|
55928
|
+
"x-reconciled-at": "2026-01-05T18:29:23.939390+00:00"
|
|
55017
55929
|
},
|
|
55018
55930
|
"owner_view": {
|
|
55019
55931
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -55054,7 +55966,7 @@
|
|
|
55054
55966
|
"x-field-mutability": "read-only",
|
|
55055
55967
|
"x-original-maxLength": 1024,
|
|
55056
55968
|
"x-reconciled-from-discovery": true,
|
|
55057
|
-
"x-reconciled-at": "2026-01-
|
|
55969
|
+
"x-reconciled-at": "2026-01-05T18:29:23.939398+00:00"
|
|
55058
55970
|
},
|
|
55059
55971
|
"uid": {
|
|
55060
55972
|
"type": "string",
|
|
@@ -55075,7 +55987,7 @@
|
|
|
55075
55987
|
"x-original-maxLength": 1024,
|
|
55076
55988
|
"format": "uuid",
|
|
55077
55989
|
"x-reconciled-from-discovery": true,
|
|
55078
|
-
"x-reconciled-at": "2026-01-
|
|
55990
|
+
"x-reconciled-at": "2026-01-05T18:29:23.939404+00:00"
|
|
55079
55991
|
}
|
|
55080
55992
|
},
|
|
55081
55993
|
"x-f5xc-minimum-configuration": {
|
|
@@ -55571,7 +56483,7 @@
|
|
|
55571
56483
|
},
|
|
55572
56484
|
"x-original-maxLength": 1024,
|
|
55573
56485
|
"x-reconciled-from-discovery": true,
|
|
55574
|
-
"x-reconciled-at": "2026-01-
|
|
56486
|
+
"x-reconciled-at": "2026-01-05T18:29:41.113241+00:00"
|
|
55575
56487
|
},
|
|
55576
56488
|
"namespace": {
|
|
55577
56489
|
"type": "string",
|
|
@@ -55590,7 +56502,7 @@
|
|
|
55590
56502
|
},
|
|
55591
56503
|
"x-original-maxLength": 1024,
|
|
55592
56504
|
"x-reconciled-from-discovery": true,
|
|
55593
|
-
"x-reconciled-at": "2026-01-
|
|
56505
|
+
"x-reconciled-at": "2026-01-05T18:29:41.113245+00:00"
|
|
55594
56506
|
}
|
|
55595
56507
|
},
|
|
55596
56508
|
"x-f5xc-minimum-configuration": {
|
|
@@ -55802,7 +56714,7 @@
|
|
|
55802
56714
|
},
|
|
55803
56715
|
"x-original-maxLength": 1024,
|
|
55804
56716
|
"x-reconciled-from-discovery": true,
|
|
55805
|
-
"x-reconciled-at": "2026-01-
|
|
56717
|
+
"x-reconciled-at": "2026-01-05T18:29:41.113265+00:00"
|
|
55806
56718
|
},
|
|
55807
56719
|
"disabled": {
|
|
55808
56720
|
"type": "boolean",
|
|
@@ -55852,7 +56764,7 @@
|
|
|
55852
56764
|
},
|
|
55853
56765
|
"x-original-maxLength": 1024,
|
|
55854
56766
|
"x-reconciled-from-discovery": true,
|
|
55855
|
-
"x-reconciled-at": "2026-01-
|
|
56767
|
+
"x-reconciled-at": "2026-01-05T18:29:41.113275+00:00"
|
|
55856
56768
|
},
|
|
55857
56769
|
"namespace": {
|
|
55858
56770
|
"type": "string",
|
|
@@ -55871,7 +56783,7 @@
|
|
|
55871
56783
|
},
|
|
55872
56784
|
"x-original-maxLength": 1024,
|
|
55873
56785
|
"x-reconciled-from-discovery": true,
|
|
55874
|
-
"x-reconciled-at": "2026-01-
|
|
56786
|
+
"x-reconciled-at": "2026-01-05T18:29:41.113279+00:00"
|
|
55875
56787
|
},
|
|
55876
56788
|
"owner_view": {
|
|
55877
56789
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -55897,7 +56809,7 @@
|
|
|
55897
56809
|
"x-field-mutability": "read-only",
|
|
55898
56810
|
"x-original-maxLength": 1024,
|
|
55899
56811
|
"x-reconciled-from-discovery": true,
|
|
55900
|
-
"x-reconciled-at": "2026-01-
|
|
56812
|
+
"x-reconciled-at": "2026-01-05T18:29:41.113285+00:00"
|
|
55901
56813
|
},
|
|
55902
56814
|
"uid": {
|
|
55903
56815
|
"type": "string",
|
|
@@ -55918,7 +56830,7 @@
|
|
|
55918
56830
|
"x-original-maxLength": 1024,
|
|
55919
56831
|
"format": "uuid",
|
|
55920
56832
|
"x-reconciled-from-discovery": true,
|
|
55921
|
-
"x-reconciled-at": "2026-01-
|
|
56833
|
+
"x-reconciled-at": "2026-01-05T18:29:41.113290+00:00"
|
|
55922
56834
|
}
|
|
55923
56835
|
},
|
|
55924
56836
|
"x-f5xc-minimum-configuration": {
|
|
@@ -56510,7 +57422,7 @@
|
|
|
56510
57422
|
},
|
|
56511
57423
|
"x-original-maxLength": 1024,
|
|
56512
57424
|
"x-reconciled-from-discovery": true,
|
|
56513
|
-
"x-reconciled-at": "2026-01-
|
|
57425
|
+
"x-reconciled-at": "2026-01-05T18:29:44.010645+00:00"
|
|
56514
57426
|
},
|
|
56515
57427
|
"namespace": {
|
|
56516
57428
|
"type": "string",
|
|
@@ -56529,7 +57441,7 @@
|
|
|
56529
57441
|
},
|
|
56530
57442
|
"x-original-maxLength": 1024,
|
|
56531
57443
|
"x-reconciled-from-discovery": true,
|
|
56532
|
-
"x-reconciled-at": "2026-01-
|
|
57444
|
+
"x-reconciled-at": "2026-01-05T18:29:44.010650+00:00"
|
|
56533
57445
|
}
|
|
56534
57446
|
},
|
|
56535
57447
|
"x-f5xc-minimum-configuration": {
|
|
@@ -56801,7 +57713,7 @@
|
|
|
56801
57713
|
"maxLength": 17,
|
|
56802
57714
|
"minLength": 17,
|
|
56803
57715
|
"x-reconciled-from-discovery": true,
|
|
56804
|
-
"x-reconciled-at": "2026-01-
|
|
57716
|
+
"x-reconciled-at": "2026-01-05T18:29:44.010677+00:00"
|
|
56805
57717
|
},
|
|
56806
57718
|
"system_metadata": {
|
|
56807
57719
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -57000,7 +57912,7 @@
|
|
|
57000
57912
|
},
|
|
57001
57913
|
"x-original-maxLength": 1024,
|
|
57002
57914
|
"x-reconciled-from-discovery": true,
|
|
57003
|
-
"x-reconciled-at": "2026-01-
|
|
57915
|
+
"x-reconciled-at": "2026-01-05T18:29:44.010695+00:00"
|
|
57004
57916
|
},
|
|
57005
57917
|
"disabled": {
|
|
57006
57918
|
"type": "boolean",
|
|
@@ -57050,7 +57962,7 @@
|
|
|
57050
57962
|
},
|
|
57051
57963
|
"x-original-maxLength": 1024,
|
|
57052
57964
|
"x-reconciled-from-discovery": true,
|
|
57053
|
-
"x-reconciled-at": "2026-01-
|
|
57965
|
+
"x-reconciled-at": "2026-01-05T18:29:44.010705+00:00"
|
|
57054
57966
|
},
|
|
57055
57967
|
"namespace": {
|
|
57056
57968
|
"type": "string",
|
|
@@ -57069,7 +57981,7 @@
|
|
|
57069
57981
|
},
|
|
57070
57982
|
"x-original-maxLength": 1024,
|
|
57071
57983
|
"x-reconciled-from-discovery": true,
|
|
57072
|
-
"x-reconciled-at": "2026-01-
|
|
57984
|
+
"x-reconciled-at": "2026-01-05T18:29:44.010710+00:00"
|
|
57073
57985
|
},
|
|
57074
57986
|
"owner_view": {
|
|
57075
57987
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -57110,7 +58022,7 @@
|
|
|
57110
58022
|
"x-field-mutability": "read-only",
|
|
57111
58023
|
"x-original-maxLength": 1024,
|
|
57112
58024
|
"x-reconciled-from-discovery": true,
|
|
57113
|
-
"x-reconciled-at": "2026-01-
|
|
58025
|
+
"x-reconciled-at": "2026-01-05T18:29:44.010718+00:00"
|
|
57114
58026
|
},
|
|
57115
58027
|
"uid": {
|
|
57116
58028
|
"type": "string",
|
|
@@ -57131,7 +58043,7 @@
|
|
|
57131
58043
|
"x-original-maxLength": 1024,
|
|
57132
58044
|
"format": "uuid",
|
|
57133
58045
|
"x-reconciled-from-discovery": true,
|
|
57134
|
-
"x-reconciled-at": "2026-01-
|
|
58046
|
+
"x-reconciled-at": "2026-01-05T18:29:44.010723+00:00"
|
|
57135
58047
|
}
|
|
57136
58048
|
},
|
|
57137
58049
|
"x-f5xc-minimum-configuration": {
|
|
@@ -57977,7 +58889,7 @@
|
|
|
57977
58889
|
},
|
|
57978
58890
|
"x-original-maxLength": 1024,
|
|
57979
58891
|
"x-reconciled-from-discovery": true,
|
|
57980
|
-
"x-reconciled-at": "2026-01-
|
|
58892
|
+
"x-reconciled-at": "2026-01-05T18:29:45.685336+00:00"
|
|
57981
58893
|
},
|
|
57982
58894
|
"namespace": {
|
|
57983
58895
|
"type": "string",
|
|
@@ -57996,7 +58908,7 @@
|
|
|
57996
58908
|
},
|
|
57997
58909
|
"x-original-maxLength": 1024,
|
|
57998
58910
|
"x-reconciled-from-discovery": true,
|
|
57999
|
-
"x-reconciled-at": "2026-01-
|
|
58911
|
+
"x-reconciled-at": "2026-01-05T18:29:45.685341+00:00"
|
|
58000
58912
|
}
|
|
58001
58913
|
},
|
|
58002
58914
|
"x-f5xc-minimum-configuration": {
|
|
@@ -58094,7 +59006,7 @@
|
|
|
58094
59006
|
"maxLength": 17,
|
|
58095
59007
|
"minLength": 17,
|
|
58096
59008
|
"x-reconciled-from-discovery": true,
|
|
58097
|
-
"x-reconciled-at": "2026-01-
|
|
59009
|
+
"x-reconciled-at": "2026-01-05T18:29:45.685355+00:00"
|
|
58098
59010
|
},
|
|
58099
59011
|
"system_metadata": {
|
|
58100
59012
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -58229,7 +59141,7 @@
|
|
|
58229
59141
|
},
|
|
58230
59142
|
"x-original-maxLength": 1024,
|
|
58231
59143
|
"x-reconciled-from-discovery": true,
|
|
58232
|
-
"x-reconciled-at": "2026-01-
|
|
59144
|
+
"x-reconciled-at": "2026-01-05T18:29:45.685367+00:00"
|
|
58233
59145
|
},
|
|
58234
59146
|
"disabled": {
|
|
58235
59147
|
"type": "boolean",
|
|
@@ -58279,7 +59191,7 @@
|
|
|
58279
59191
|
},
|
|
58280
59192
|
"x-original-maxLength": 1024,
|
|
58281
59193
|
"x-reconciled-from-discovery": true,
|
|
58282
|
-
"x-reconciled-at": "2026-01-
|
|
59194
|
+
"x-reconciled-at": "2026-01-05T18:29:45.685377+00:00"
|
|
58283
59195
|
},
|
|
58284
59196
|
"namespace": {
|
|
58285
59197
|
"type": "string",
|
|
@@ -58298,7 +59210,7 @@
|
|
|
58298
59210
|
},
|
|
58299
59211
|
"x-original-maxLength": 1024,
|
|
58300
59212
|
"x-reconciled-from-discovery": true,
|
|
58301
|
-
"x-reconciled-at": "2026-01-
|
|
59213
|
+
"x-reconciled-at": "2026-01-05T18:29:45.685381+00:00"
|
|
58302
59214
|
},
|
|
58303
59215
|
"owner_view": {
|
|
58304
59216
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -58339,7 +59251,7 @@
|
|
|
58339
59251
|
"x-field-mutability": "read-only",
|
|
58340
59252
|
"x-original-maxLength": 1024,
|
|
58341
59253
|
"x-reconciled-from-discovery": true,
|
|
58342
|
-
"x-reconciled-at": "2026-01-
|
|
59254
|
+
"x-reconciled-at": "2026-01-05T18:29:45.685389+00:00"
|
|
58343
59255
|
},
|
|
58344
59256
|
"uid": {
|
|
58345
59257
|
"type": "string",
|
|
@@ -58360,7 +59272,7 @@
|
|
|
58360
59272
|
"x-original-maxLength": 1024,
|
|
58361
59273
|
"format": "uuid",
|
|
58362
59274
|
"x-reconciled-from-discovery": true,
|
|
58363
|
-
"x-reconciled-at": "2026-01-
|
|
59275
|
+
"x-reconciled-at": "2026-01-05T18:29:45.685395+00:00"
|
|
58364
59276
|
}
|
|
58365
59277
|
},
|
|
58366
59278
|
"x-f5xc-minimum-configuration": {
|
|
@@ -58928,7 +59840,7 @@
|
|
|
58928
59840
|
},
|
|
58929
59841
|
"x-original-maxLength": 1024,
|
|
58930
59842
|
"x-reconciled-from-discovery": true,
|
|
58931
|
-
"x-reconciled-at": "2026-01-
|
|
59843
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676138+00:00"
|
|
58932
59844
|
}
|
|
58933
59845
|
},
|
|
58934
59846
|
"x-f5xc-minimum-configuration": {
|
|
@@ -59096,7 +60008,7 @@
|
|
|
59096
60008
|
},
|
|
59097
60009
|
"x-original-maxLength": 1024,
|
|
59098
60010
|
"x-reconciled-from-discovery": true,
|
|
59099
|
-
"x-reconciled-at": "2026-01-
|
|
60011
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676157+00:00"
|
|
59100
60012
|
}
|
|
59101
60013
|
},
|
|
59102
60014
|
"x-f5xc-minimum-configuration": {
|
|
@@ -60505,7 +61417,7 @@
|
|
|
60505
61417
|
},
|
|
60506
61418
|
"x-original-maxLength": 1024,
|
|
60507
61419
|
"x-reconciled-from-discovery": true,
|
|
60508
|
-
"x-reconciled-at": "2026-01-
|
|
61420
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676417+00:00"
|
|
60509
61421
|
}
|
|
60510
61422
|
},
|
|
60511
61423
|
"x-f5xc-minimum-configuration": {
|
|
@@ -60568,7 +61480,7 @@
|
|
|
60568
61480
|
},
|
|
60569
61481
|
"x-original-maxLength": 1024,
|
|
60570
61482
|
"x-reconciled-from-discovery": true,
|
|
60571
|
-
"x-reconciled-at": "2026-01-
|
|
61483
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676527+00:00"
|
|
60572
61484
|
},
|
|
60573
61485
|
"previous_value": {
|
|
60574
61486
|
"type": "string",
|
|
@@ -60606,7 +61518,7 @@
|
|
|
60606
61518
|
},
|
|
60607
61519
|
"x-original-maxLength": 1024,
|
|
60608
61520
|
"x-reconciled-from-discovery": true,
|
|
60609
|
-
"x-reconciled-at": "2026-01-
|
|
61521
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676534+00:00"
|
|
60610
61522
|
}
|
|
60611
61523
|
},
|
|
60612
61524
|
"x-f5xc-minimum-configuration": {
|
|
@@ -61426,7 +62338,7 @@
|
|
|
61426
62338
|
},
|
|
61427
62339
|
"x-original-maxLength": 1024,
|
|
61428
62340
|
"x-reconciled-from-discovery": true,
|
|
61429
|
-
"x-reconciled-at": "2026-01-
|
|
62341
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676689+00:00"
|
|
61430
62342
|
},
|
|
61431
62343
|
"namespace": {
|
|
61432
62344
|
"type": "string",
|
|
@@ -61445,7 +62357,7 @@
|
|
|
61445
62357
|
},
|
|
61446
62358
|
"x-original-maxLength": 1024,
|
|
61447
62359
|
"x-reconciled-from-discovery": true,
|
|
61448
|
-
"x-reconciled-at": "2026-01-
|
|
62360
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676693+00:00"
|
|
61449
62361
|
}
|
|
61450
62362
|
},
|
|
61451
62363
|
"x-f5xc-minimum-configuration": {
|
|
@@ -61543,7 +62455,7 @@
|
|
|
61543
62455
|
"maxLength": 17,
|
|
61544
62456
|
"minLength": 17,
|
|
61545
62457
|
"x-reconciled-from-discovery": true,
|
|
61546
|
-
"x-reconciled-at": "2026-01-
|
|
62458
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676707+00:00"
|
|
61547
62459
|
},
|
|
61548
62460
|
"system_metadata": {
|
|
61549
62461
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -61720,7 +62632,7 @@
|
|
|
61720
62632
|
},
|
|
61721
62633
|
"x-original-maxLength": 1024,
|
|
61722
62634
|
"x-reconciled-from-discovery": true,
|
|
61723
|
-
"x-reconciled-at": "2026-01-
|
|
62635
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676721+00:00"
|
|
61724
62636
|
},
|
|
61725
62637
|
"disabled": {
|
|
61726
62638
|
"type": "boolean",
|
|
@@ -61770,7 +62682,7 @@
|
|
|
61770
62682
|
},
|
|
61771
62683
|
"x-original-maxLength": 1024,
|
|
61772
62684
|
"x-reconciled-from-discovery": true,
|
|
61773
|
-
"x-reconciled-at": "2026-01-
|
|
62685
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676730+00:00"
|
|
61774
62686
|
},
|
|
61775
62687
|
"namespace": {
|
|
61776
62688
|
"type": "string",
|
|
@@ -61789,7 +62701,7 @@
|
|
|
61789
62701
|
},
|
|
61790
62702
|
"x-original-maxLength": 1024,
|
|
61791
62703
|
"x-reconciled-from-discovery": true,
|
|
61792
|
-
"x-reconciled-at": "2026-01-
|
|
62704
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676734+00:00"
|
|
61793
62705
|
},
|
|
61794
62706
|
"owner_view": {
|
|
61795
62707
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -61830,7 +62742,7 @@
|
|
|
61830
62742
|
"x-field-mutability": "read-only",
|
|
61831
62743
|
"x-original-maxLength": 1024,
|
|
61832
62744
|
"x-reconciled-from-discovery": true,
|
|
61833
|
-
"x-reconciled-at": "2026-01-
|
|
62745
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676742+00:00"
|
|
61834
62746
|
},
|
|
61835
62747
|
"uid": {
|
|
61836
62748
|
"type": "string",
|
|
@@ -61851,7 +62763,7 @@
|
|
|
61851
62763
|
"x-original-maxLength": 1024,
|
|
61852
62764
|
"format": "uuid",
|
|
61853
62765
|
"x-reconciled-from-discovery": true,
|
|
61854
|
-
"x-reconciled-at": "2026-01-
|
|
62766
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676747+00:00"
|
|
61855
62767
|
}
|
|
61856
62768
|
},
|
|
61857
62769
|
"x-f5xc-minimum-configuration": {
|
|
@@ -62068,7 +62980,7 @@
|
|
|
62068
62980
|
},
|
|
62069
62981
|
"x-original-maxLength": 1024,
|
|
62070
62982
|
"x-reconciled-from-discovery": true,
|
|
62071
|
-
"x-reconciled-at": "2026-01-
|
|
62983
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676764+00:00"
|
|
62072
62984
|
},
|
|
62073
62985
|
"policy": {
|
|
62074
62986
|
"type": "string",
|
|
@@ -62245,7 +63157,7 @@
|
|
|
62245
63157
|
},
|
|
62246
63158
|
"x-original-maxLength": 1024,
|
|
62247
63159
|
"x-reconciled-from-discovery": true,
|
|
62248
|
-
"x-reconciled-at": "2026-01-
|
|
63160
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676780+00:00"
|
|
62249
63161
|
},
|
|
62250
63162
|
"start_time": {
|
|
62251
63163
|
"type": "string",
|
|
@@ -62423,7 +63335,7 @@
|
|
|
62423
63335
|
},
|
|
62424
63336
|
"x-original-maxLength": 1024,
|
|
62425
63337
|
"x-reconciled-from-discovery": true,
|
|
62426
|
-
"x-reconciled-at": "2026-01-
|
|
63338
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676793+00:00"
|
|
62427
63339
|
}
|
|
62428
63340
|
},
|
|
62429
63341
|
"x-f5xc-minimum-configuration": {
|
|
@@ -62552,7 +63464,7 @@
|
|
|
62552
63464
|
},
|
|
62553
63465
|
"x-original-maxLength": 1024,
|
|
62554
63466
|
"x-reconciled-from-discovery": true,
|
|
62555
|
-
"x-reconciled-at": "2026-01-
|
|
63467
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676815+00:00"
|
|
62556
63468
|
},
|
|
62557
63469
|
"domain_matcher": {
|
|
62558
63470
|
"$ref": "#/components/schemas/policyMatcherType"
|
|
@@ -62687,7 +63599,7 @@
|
|
|
62687
63599
|
},
|
|
62688
63600
|
"x-original-maxLength": 1024,
|
|
62689
63601
|
"x-reconciled-from-discovery": true,
|
|
62690
|
-
"x-reconciled-at": "2026-01-
|
|
63602
|
+
"x-reconciled-at": "2026-01-05T18:29:52.676843+00:00"
|
|
62691
63603
|
},
|
|
62692
63604
|
"openapi_validation_action": {
|
|
62693
63605
|
"$ref": "#/components/schemas/policyOpenApiValidationAction"
|
|
@@ -64051,7 +64963,7 @@
|
|
|
64051
64963
|
},
|
|
64052
64964
|
"x-original-maxLength": 1024,
|
|
64053
64965
|
"x-reconciled-from-discovery": true,
|
|
64054
|
-
"x-reconciled-at": "2026-01-
|
|
64966
|
+
"x-reconciled-at": "2026-01-05T18:29:53.276411+00:00"
|
|
64055
64967
|
},
|
|
64056
64968
|
"namespace": {
|
|
64057
64969
|
"type": "string",
|
|
@@ -64070,7 +64982,7 @@
|
|
|
64070
64982
|
},
|
|
64071
64983
|
"x-original-maxLength": 1024,
|
|
64072
64984
|
"x-reconciled-from-discovery": true,
|
|
64073
|
-
"x-reconciled-at": "2026-01-
|
|
64985
|
+
"x-reconciled-at": "2026-01-05T18:29:53.276415+00:00"
|
|
64074
64986
|
}
|
|
64075
64987
|
},
|
|
64076
64988
|
"x-f5xc-minimum-configuration": {
|
|
@@ -64168,7 +65080,7 @@
|
|
|
64168
65080
|
"maxLength": 17,
|
|
64169
65081
|
"minLength": 17,
|
|
64170
65082
|
"x-reconciled-from-discovery": true,
|
|
64171
|
-
"x-reconciled-at": "2026-01-
|
|
65083
|
+
"x-reconciled-at": "2026-01-05T18:29:53.276430+00:00"
|
|
64172
65084
|
},
|
|
64173
65085
|
"system_metadata": {
|
|
64174
65086
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -64303,7 +65215,7 @@
|
|
|
64303
65215
|
},
|
|
64304
65216
|
"x-original-maxLength": 1024,
|
|
64305
65217
|
"x-reconciled-from-discovery": true,
|
|
64306
|
-
"x-reconciled-at": "2026-01-
|
|
65218
|
+
"x-reconciled-at": "2026-01-05T18:29:53.276442+00:00"
|
|
64307
65219
|
},
|
|
64308
65220
|
"disabled": {
|
|
64309
65221
|
"type": "boolean",
|
|
@@ -64353,7 +65265,7 @@
|
|
|
64353
65265
|
},
|
|
64354
65266
|
"x-original-maxLength": 1024,
|
|
64355
65267
|
"x-reconciled-from-discovery": true,
|
|
64356
|
-
"x-reconciled-at": "2026-01-
|
|
65268
|
+
"x-reconciled-at": "2026-01-05T18:29:53.276451+00:00"
|
|
64357
65269
|
},
|
|
64358
65270
|
"namespace": {
|
|
64359
65271
|
"type": "string",
|
|
@@ -64372,7 +65284,7 @@
|
|
|
64372
65284
|
},
|
|
64373
65285
|
"x-original-maxLength": 1024,
|
|
64374
65286
|
"x-reconciled-from-discovery": true,
|
|
64375
|
-
"x-reconciled-at": "2026-01-
|
|
65287
|
+
"x-reconciled-at": "2026-01-05T18:29:53.276455+00:00"
|
|
64376
65288
|
},
|
|
64377
65289
|
"owner_view": {
|
|
64378
65290
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -64413,7 +65325,7 @@
|
|
|
64413
65325
|
"x-field-mutability": "read-only",
|
|
64414
65326
|
"x-original-maxLength": 1024,
|
|
64415
65327
|
"x-reconciled-from-discovery": true,
|
|
64416
|
-
"x-reconciled-at": "2026-01-
|
|
65328
|
+
"x-reconciled-at": "2026-01-05T18:29:53.276463+00:00"
|
|
64417
65329
|
},
|
|
64418
65330
|
"uid": {
|
|
64419
65331
|
"type": "string",
|
|
@@ -64434,7 +65346,7 @@
|
|
|
64434
65346
|
"x-original-maxLength": 1024,
|
|
64435
65347
|
"format": "uuid",
|
|
64436
65348
|
"x-reconciled-from-discovery": true,
|
|
64437
|
-
"x-reconciled-at": "2026-01-
|
|
65349
|
+
"x-reconciled-at": "2026-01-05T18:29:53.276468+00:00"
|
|
64438
65350
|
}
|
|
64439
65351
|
},
|
|
64440
65352
|
"x-f5xc-minimum-configuration": {
|
|
@@ -64768,7 +65680,7 @@
|
|
|
64768
65680
|
"maxLength": 17,
|
|
64769
65681
|
"minLength": 17,
|
|
64770
65682
|
"x-reconciled-from-discovery": true,
|
|
64771
|
-
"x-reconciled-at": "2026-01-
|
|
65683
|
+
"x-reconciled-at": "2026-01-05T18:29:53.570541+00:00"
|
|
64772
65684
|
},
|
|
64773
65685
|
"system_metadata": {
|
|
64774
65686
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -64899,7 +65811,7 @@
|
|
|
64899
65811
|
},
|
|
64900
65812
|
"x-original-maxLength": 1024,
|
|
64901
65813
|
"x-reconciled-from-discovery": true,
|
|
64902
|
-
"x-reconciled-at": "2026-01-
|
|
65814
|
+
"x-reconciled-at": "2026-01-05T18:29:53.570552+00:00"
|
|
64903
65815
|
},
|
|
64904
65816
|
"disabled": {
|
|
64905
65817
|
"type": "boolean",
|
|
@@ -64949,7 +65861,7 @@
|
|
|
64949
65861
|
},
|
|
64950
65862
|
"x-original-maxLength": 1024,
|
|
64951
65863
|
"x-reconciled-from-discovery": true,
|
|
64952
|
-
"x-reconciled-at": "2026-01-
|
|
65864
|
+
"x-reconciled-at": "2026-01-05T18:29:53.570562+00:00"
|
|
64953
65865
|
},
|
|
64954
65866
|
"namespace": {
|
|
64955
65867
|
"type": "string",
|
|
@@ -64968,7 +65880,7 @@
|
|
|
64968
65880
|
},
|
|
64969
65881
|
"x-original-maxLength": 1024,
|
|
64970
65882
|
"x-reconciled-from-discovery": true,
|
|
64971
|
-
"x-reconciled-at": "2026-01-
|
|
65883
|
+
"x-reconciled-at": "2026-01-05T18:29:53.570566+00:00"
|
|
64972
65884
|
},
|
|
64973
65885
|
"owner_view": {
|
|
64974
65886
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -65009,7 +65921,7 @@
|
|
|
65009
65921
|
"x-field-mutability": "read-only",
|
|
65010
65922
|
"x-original-maxLength": 1024,
|
|
65011
65923
|
"x-reconciled-from-discovery": true,
|
|
65012
|
-
"x-reconciled-at": "2026-01-
|
|
65924
|
+
"x-reconciled-at": "2026-01-05T18:29:53.570574+00:00"
|
|
65013
65925
|
},
|
|
65014
65926
|
"uid": {
|
|
65015
65927
|
"type": "string",
|
|
@@ -65030,7 +65942,7 @@
|
|
|
65030
65942
|
"x-original-maxLength": 1024,
|
|
65031
65943
|
"format": "uuid",
|
|
65032
65944
|
"x-reconciled-from-discovery": true,
|
|
65033
|
-
"x-reconciled-at": "2026-01-
|
|
65945
|
+
"x-reconciled-at": "2026-01-05T18:29:53.570579+00:00"
|
|
65034
65946
|
}
|
|
65035
65947
|
},
|
|
65036
65948
|
"x-f5xc-minimum-configuration": {
|
|
@@ -69086,7 +69998,7 @@
|
|
|
69086
69998
|
},
|
|
69087
69999
|
"x-original-maxLength": 1024,
|
|
69088
70000
|
"x-reconciled-from-discovery": true,
|
|
69089
|
-
"x-reconciled-at": "2026-01-
|
|
70001
|
+
"x-reconciled-at": "2026-01-05T18:30:10.681833+00:00"
|
|
69090
70002
|
}
|
|
69091
70003
|
},
|
|
69092
70004
|
"x-f5xc-minimum-configuration": {
|
|
@@ -69125,7 +70037,7 @@
|
|
|
69125
70037
|
"maxLength": 0,
|
|
69126
70038
|
"minLength": 21,
|
|
69127
70039
|
"x-reconciled-from-discovery": true,
|
|
69128
|
-
"x-reconciled-at": "2026-01-
|
|
70040
|
+
"x-reconciled-at": "2026-01-05T18:30:10.681839+00:00"
|
|
69129
70041
|
},
|
|
69130
70042
|
"issuetype": {
|
|
69131
70043
|
"$ref": "#/components/schemas/ticket_managementJiraIssueType"
|
|
@@ -69225,7 +70137,7 @@
|
|
|
69225
70137
|
},
|
|
69226
70138
|
"x-original-maxLength": 1024,
|
|
69227
70139
|
"x-reconciled-from-discovery": true,
|
|
69228
|
-
"x-reconciled-at": "2026-01-
|
|
70140
|
+
"x-reconciled-at": "2026-01-05T18:30:10.681853+00:00"
|
|
69229
70141
|
},
|
|
69230
70142
|
"status_category": {
|
|
69231
70143
|
"$ref": "#/components/schemas/ticket_managementJiraIssueStatusCategory"
|
|
@@ -69376,7 +70288,7 @@
|
|
|
69376
70288
|
},
|
|
69377
70289
|
"x-original-maxLength": 1024,
|
|
69378
70290
|
"x-reconciled-from-discovery": true,
|
|
69379
|
-
"x-reconciled-at": "2026-01-
|
|
70291
|
+
"x-reconciled-at": "2026-01-05T18:30:10.681867+00:00"
|
|
69380
70292
|
}
|
|
69381
70293
|
},
|
|
69382
70294
|
"x-f5xc-minimum-configuration": {
|
|
@@ -69451,7 +70363,7 @@
|
|
|
69451
70363
|
},
|
|
69452
70364
|
"x-original-maxLength": 1024,
|
|
69453
70365
|
"x-reconciled-from-discovery": true,
|
|
69454
|
-
"x-reconciled-at": "2026-01-
|
|
70366
|
+
"x-reconciled-at": "2026-01-05T18:30:10.681875+00:00"
|
|
69455
70367
|
},
|
|
69456
70368
|
"name": {
|
|
69457
70369
|
"type": "string",
|
|
@@ -69470,7 +70382,7 @@
|
|
|
69470
70382
|
},
|
|
69471
70383
|
"x-original-maxLength": 1024,
|
|
69472
70384
|
"x-reconciled-from-discovery": true,
|
|
69473
|
-
"x-reconciled-at": "2026-01-
|
|
70385
|
+
"x-reconciled-at": "2026-01-05T18:30:10.681879+00:00"
|
|
69474
70386
|
}
|
|
69475
70387
|
},
|
|
69476
70388
|
"x-f5xc-minimum-configuration": {
|
|
@@ -69982,7 +70894,7 @@
|
|
|
69982
70894
|
},
|
|
69983
70895
|
"x-original-maxLength": 1024,
|
|
69984
70896
|
"x-reconciled-from-discovery": true,
|
|
69985
|
-
"x-reconciled-at": "2026-01-
|
|
70897
|
+
"x-reconciled-at": "2026-01-05T18:30:10.681921+00:00"
|
|
69986
70898
|
},
|
|
69987
70899
|
"namespace": {
|
|
69988
70900
|
"type": "string",
|
|
@@ -70001,7 +70913,7 @@
|
|
|
70001
70913
|
},
|
|
70002
70914
|
"x-original-maxLength": 1024,
|
|
70003
70915
|
"x-reconciled-from-discovery": true,
|
|
70004
|
-
"x-reconciled-at": "2026-01-
|
|
70916
|
+
"x-reconciled-at": "2026-01-05T18:30:10.681925+00:00"
|
|
70005
70917
|
}
|
|
70006
70918
|
},
|
|
70007
70919
|
"x-f5xc-minimum-configuration": {
|
|
@@ -70285,7 +71197,7 @@
|
|
|
70285
71197
|
},
|
|
70286
71198
|
"x-original-maxLength": 1024,
|
|
70287
71199
|
"x-reconciled-from-discovery": true,
|
|
70288
|
-
"x-reconciled-at": "2026-01-
|
|
71200
|
+
"x-reconciled-at": "2026-01-05T18:30:10.681949+00:00"
|
|
70289
71201
|
},
|
|
70290
71202
|
"namespace": {
|
|
70291
71203
|
"type": "string",
|
|
@@ -70304,7 +71216,7 @@
|
|
|
70304
71216
|
},
|
|
70305
71217
|
"x-original-maxLength": 1024,
|
|
70306
71218
|
"x-reconciled-from-discovery": true,
|
|
70307
|
-
"x-reconciled-at": "2026-01-
|
|
71219
|
+
"x-reconciled-at": "2026-01-05T18:30:10.681953+00:00"
|
|
70308
71220
|
}
|
|
70309
71221
|
},
|
|
70310
71222
|
"x-f5xc-minimum-configuration": {
|
|
@@ -70686,7 +71598,7 @@
|
|
|
70686
71598
|
},
|
|
70687
71599
|
"x-original-maxLength": 8096,
|
|
70688
71600
|
"x-reconciled-from-discovery": true,
|
|
70689
|
-
"x-reconciled-at": "2026-01-
|
|
71601
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682006+00:00"
|
|
70690
71602
|
},
|
|
70691
71603
|
"issue_type": {
|
|
70692
71604
|
"type": "string",
|
|
@@ -70885,7 +71797,7 @@
|
|
|
70885
71797
|
},
|
|
70886
71798
|
"x-original-maxLength": 256,
|
|
70887
71799
|
"x-reconciled-from-discovery": true,
|
|
70888
|
-
"x-reconciled-at": "2026-01-
|
|
71800
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682024+00:00"
|
|
70889
71801
|
},
|
|
70890
71802
|
"namespace": {
|
|
70891
71803
|
"type": "string",
|
|
@@ -70911,7 +71823,7 @@
|
|
|
70911
71823
|
},
|
|
70912
71824
|
"x-original-maxLength": 256,
|
|
70913
71825
|
"x-reconciled-from-discovery": true,
|
|
70914
|
-
"x-reconciled-at": "2026-01-
|
|
71826
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682029+00:00"
|
|
70915
71827
|
},
|
|
70916
71828
|
"ticket_tracking_system": {
|
|
70917
71829
|
"type": "string",
|
|
@@ -71181,7 +72093,7 @@
|
|
|
71181
72093
|
},
|
|
71182
72094
|
"x-original-maxLength": 1024,
|
|
71183
72095
|
"x-reconciled-from-discovery": true,
|
|
71184
|
-
"x-reconciled-at": "2026-01-
|
|
72096
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682078+00:00"
|
|
71185
72097
|
},
|
|
71186
72098
|
"namespace": {
|
|
71187
72099
|
"type": "string",
|
|
@@ -71200,7 +72112,7 @@
|
|
|
71200
72112
|
},
|
|
71201
72113
|
"x-original-maxLength": 1024,
|
|
71202
72114
|
"x-reconciled-from-discovery": true,
|
|
71203
|
-
"x-reconciled-at": "2026-01-
|
|
72115
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682082+00:00"
|
|
71204
72116
|
}
|
|
71205
72117
|
},
|
|
71206
72118
|
"x-f5xc-minimum-configuration": {
|
|
@@ -71368,7 +72280,7 @@
|
|
|
71368
72280
|
},
|
|
71369
72281
|
"x-original-maxLength": 1024,
|
|
71370
72282
|
"x-reconciled-from-discovery": true,
|
|
71371
|
-
"x-reconciled-at": "2026-01-
|
|
72283
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682097+00:00"
|
|
71372
72284
|
},
|
|
71373
72285
|
"namespace": {
|
|
71374
72286
|
"type": "string",
|
|
@@ -71387,7 +72299,7 @@
|
|
|
71387
72299
|
},
|
|
71388
72300
|
"x-original-maxLength": 1024,
|
|
71389
72301
|
"x-reconciled-from-discovery": true,
|
|
71390
|
-
"x-reconciled-at": "2026-01-
|
|
72302
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682101+00:00"
|
|
71391
72303
|
}
|
|
71392
72304
|
},
|
|
71393
72305
|
"x-f5xc-minimum-configuration": {
|
|
@@ -71501,7 +72413,7 @@
|
|
|
71501
72413
|
},
|
|
71502
72414
|
"x-original-maxLength": 1024,
|
|
71503
72415
|
"x-reconciled-from-discovery": true,
|
|
71504
|
-
"x-reconciled-at": "2026-01-
|
|
72416
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682111+00:00"
|
|
71505
72417
|
},
|
|
71506
72418
|
"namespace": {
|
|
71507
72419
|
"type": "string",
|
|
@@ -71520,7 +72432,7 @@
|
|
|
71520
72432
|
},
|
|
71521
72433
|
"x-original-maxLength": 1024,
|
|
71522
72434
|
"x-reconciled-from-discovery": true,
|
|
71523
|
-
"x-reconciled-at": "2026-01-
|
|
72435
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682115+00:00"
|
|
71524
72436
|
},
|
|
71525
72437
|
"query_type": {
|
|
71526
72438
|
"$ref": "#/components/schemas/virtual_hostApiInventorySchemaQueryType"
|
|
@@ -71696,7 +72608,7 @@
|
|
|
71696
72608
|
"maxLength": 17,
|
|
71697
72609
|
"minLength": 17,
|
|
71698
72610
|
"x-reconciled-from-discovery": true,
|
|
71699
|
-
"x-reconciled-at": "2026-01-
|
|
72611
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682134+00:00"
|
|
71700
72612
|
},
|
|
71701
72613
|
"system_metadata": {
|
|
71702
72614
|
"$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
|
|
@@ -71773,7 +72685,7 @@
|
|
|
71773
72685
|
},
|
|
71774
72686
|
"x-original-maxLength": 1024,
|
|
71775
72687
|
"x-reconciled-from-discovery": true,
|
|
71776
|
-
"x-reconciled-at": "2026-01-
|
|
72688
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682142+00:00"
|
|
71777
72689
|
},
|
|
71778
72690
|
"namespace": {
|
|
71779
72691
|
"type": "string",
|
|
@@ -71792,7 +72704,7 @@
|
|
|
71792
72704
|
},
|
|
71793
72705
|
"x-original-maxLength": 1024,
|
|
71794
72706
|
"x-reconciled-from-discovery": true,
|
|
71795
|
-
"x-reconciled-at": "2026-01-
|
|
72707
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682147+00:00"
|
|
71796
72708
|
},
|
|
71797
72709
|
"top_by_metric": {
|
|
71798
72710
|
"$ref": "#/components/schemas/virtual_hostAPIEPActivityMetricType"
|
|
@@ -71958,7 +72870,7 @@
|
|
|
71958
72870
|
},
|
|
71959
72871
|
"x-original-maxLength": 1024,
|
|
71960
72872
|
"x-reconciled-from-discovery": true,
|
|
71961
|
-
"x-reconciled-at": "2026-01-
|
|
72873
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682160+00:00"
|
|
71962
72874
|
},
|
|
71963
72875
|
"namespace": {
|
|
71964
72876
|
"type": "string",
|
|
@@ -71977,7 +72889,7 @@
|
|
|
71977
72889
|
},
|
|
71978
72890
|
"x-original-maxLength": 1024,
|
|
71979
72891
|
"x-reconciled-from-discovery": true,
|
|
71980
|
-
"x-reconciled-at": "2026-01-
|
|
72892
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682164+00:00"
|
|
71981
72893
|
},
|
|
71982
72894
|
"topk": {
|
|
71983
72895
|
"type": "integer",
|
|
@@ -72118,7 +73030,7 @@
|
|
|
72118
73030
|
},
|
|
72119
73031
|
"x-original-maxLength": 1024,
|
|
72120
73032
|
"x-reconciled-from-discovery": true,
|
|
72121
|
-
"x-reconciled-at": "2026-01-
|
|
73033
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682175+00:00"
|
|
72122
73034
|
},
|
|
72123
73035
|
"namespace": {
|
|
72124
73036
|
"type": "string",
|
|
@@ -72137,7 +73049,7 @@
|
|
|
72137
73049
|
},
|
|
72138
73050
|
"x-original-maxLength": 1024,
|
|
72139
73051
|
"x-reconciled-from-discovery": true,
|
|
72140
|
-
"x-reconciled-at": "2026-01-
|
|
73052
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682179+00:00"
|
|
72141
73053
|
}
|
|
72142
73054
|
},
|
|
72143
73055
|
"x-f5xc-minimum-configuration": {
|
|
@@ -72354,7 +73266,7 @@
|
|
|
72354
73266
|
},
|
|
72355
73267
|
"x-original-maxLength": 1024,
|
|
72356
73268
|
"x-reconciled-from-discovery": true,
|
|
72357
|
-
"x-reconciled-at": "2026-01-
|
|
73269
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682205+00:00"
|
|
72358
73270
|
},
|
|
72359
73271
|
"disabled": {
|
|
72360
73272
|
"type": "boolean",
|
|
@@ -72404,7 +73316,7 @@
|
|
|
72404
73316
|
},
|
|
72405
73317
|
"x-original-maxLength": 1024,
|
|
72406
73318
|
"x-reconciled-from-discovery": true,
|
|
72407
|
-
"x-reconciled-at": "2026-01-
|
|
73319
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682215+00:00"
|
|
72408
73320
|
},
|
|
72409
73321
|
"namespace": {
|
|
72410
73322
|
"type": "string",
|
|
@@ -72423,7 +73335,7 @@
|
|
|
72423
73335
|
},
|
|
72424
73336
|
"x-original-maxLength": 1024,
|
|
72425
73337
|
"x-reconciled-from-discovery": true,
|
|
72426
|
-
"x-reconciled-at": "2026-01-
|
|
73338
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682219+00:00"
|
|
72427
73339
|
},
|
|
72428
73340
|
"owner_view": {
|
|
72429
73341
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -72464,7 +73376,7 @@
|
|
|
72464
73376
|
"x-field-mutability": "read-only",
|
|
72465
73377
|
"x-original-maxLength": 1024,
|
|
72466
73378
|
"x-reconciled-from-discovery": true,
|
|
72467
|
-
"x-reconciled-at": "2026-01-
|
|
73379
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682227+00:00"
|
|
72468
73380
|
},
|
|
72469
73381
|
"uid": {
|
|
72470
73382
|
"type": "string",
|
|
@@ -72485,7 +73397,7 @@
|
|
|
72485
73397
|
"x-original-maxLength": 1024,
|
|
72486
73398
|
"format": "uuid",
|
|
72487
73399
|
"x-reconciled-from-discovery": true,
|
|
72488
|
-
"x-reconciled-at": "2026-01-
|
|
73400
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682232+00:00"
|
|
72489
73401
|
}
|
|
72490
73402
|
},
|
|
72491
73403
|
"x-f5xc-minimum-configuration": {
|
|
@@ -72936,7 +73848,7 @@
|
|
|
72936
73848
|
"x-original-maxLength": 1024,
|
|
72937
73849
|
"format": "hostname",
|
|
72938
73850
|
"x-reconciled-from-discovery": true,
|
|
72939
|
-
"x-reconciled-at": "2026-01-
|
|
73851
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682271+00:00"
|
|
72940
73852
|
},
|
|
72941
73853
|
"internal_service_domain": {
|
|
72942
73854
|
"type": "string",
|
|
@@ -73057,7 +73969,7 @@
|
|
|
73057
73969
|
"maxLength": 17,
|
|
73058
73970
|
"minLength": 17,
|
|
73059
73971
|
"x-reconciled-from-discovery": true,
|
|
73060
|
-
"x-reconciled-at": "2026-01-
|
|
73972
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682289+00:00"
|
|
73061
73973
|
}
|
|
73062
73974
|
},
|
|
73063
73975
|
"x-f5xc-minimum-configuration": {
|
|
@@ -73172,7 +74084,7 @@
|
|
|
73172
74084
|
},
|
|
73173
74085
|
"x-original-maxLength": 256,
|
|
73174
74086
|
"x-reconciled-from-discovery": true,
|
|
73175
|
-
"x-reconciled-at": "2026-01-
|
|
74087
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682301+00:00"
|
|
73176
74088
|
},
|
|
73177
74089
|
"namespace": {
|
|
73178
74090
|
"type": "string",
|
|
@@ -73198,7 +74110,7 @@
|
|
|
73198
74110
|
},
|
|
73199
74111
|
"x-original-maxLength": 256,
|
|
73200
74112
|
"x-reconciled-from-discovery": true,
|
|
73201
|
-
"x-reconciled-at": "2026-01-
|
|
74113
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682306+00:00"
|
|
73202
74114
|
},
|
|
73203
74115
|
"ticket_uid": {
|
|
73204
74116
|
"type": "string",
|
|
@@ -73313,7 +74225,7 @@
|
|
|
73313
74225
|
},
|
|
73314
74226
|
"x-original-maxLength": 1024,
|
|
73315
74227
|
"x-reconciled-from-discovery": true,
|
|
73316
|
-
"x-reconciled-at": "2026-01-
|
|
74228
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682317+00:00"
|
|
73317
74229
|
},
|
|
73318
74230
|
"namespace": {
|
|
73319
74231
|
"type": "string",
|
|
@@ -73332,7 +74244,7 @@
|
|
|
73332
74244
|
},
|
|
73333
74245
|
"x-original-maxLength": 1024,
|
|
73334
74246
|
"x-reconciled-from-discovery": true,
|
|
73335
|
-
"x-reconciled-at": "2026-01-
|
|
74247
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682321+00:00"
|
|
73336
74248
|
}
|
|
73337
74249
|
},
|
|
73338
74250
|
"x-f5xc-minimum-configuration": {
|
|
@@ -73402,7 +74314,7 @@
|
|
|
73402
74314
|
},
|
|
73403
74315
|
"x-original-maxLength": 1024,
|
|
73404
74316
|
"x-reconciled-from-discovery": true,
|
|
73405
|
-
"x-reconciled-at": "2026-01-
|
|
74317
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682328+00:00"
|
|
73406
74318
|
},
|
|
73407
74319
|
"namespace": {
|
|
73408
74320
|
"type": "string",
|
|
@@ -73421,7 +74333,7 @@
|
|
|
73421
74333
|
},
|
|
73422
74334
|
"x-original-maxLength": 1024,
|
|
73423
74335
|
"x-reconciled-from-discovery": true,
|
|
73424
|
-
"x-reconciled-at": "2026-01-
|
|
74336
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682332+00:00"
|
|
73425
74337
|
}
|
|
73426
74338
|
},
|
|
73427
74339
|
"x-f5xc-minimum-configuration": {
|
|
@@ -73509,7 +74421,7 @@
|
|
|
73509
74421
|
"x-original-maxLength": 1024,
|
|
73510
74422
|
"format": "hostname",
|
|
73511
74423
|
"x-reconciled-from-discovery": true,
|
|
73512
|
-
"x-reconciled-at": "2026-01-
|
|
74424
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682340+00:00"
|
|
73513
74425
|
},
|
|
73514
74426
|
"name": {
|
|
73515
74427
|
"type": "string",
|
|
@@ -73528,7 +74440,7 @@
|
|
|
73528
74440
|
},
|
|
73529
74441
|
"x-original-maxLength": 1024,
|
|
73530
74442
|
"x-reconciled-from-discovery": true,
|
|
73531
|
-
"x-reconciled-at": "2026-01-
|
|
74443
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682344+00:00"
|
|
73532
74444
|
},
|
|
73533
74445
|
"namespace": {
|
|
73534
74446
|
"type": "string",
|
|
@@ -73547,7 +74459,7 @@
|
|
|
73547
74459
|
},
|
|
73548
74460
|
"x-original-maxLength": 1024,
|
|
73549
74461
|
"x-reconciled-from-discovery": true,
|
|
73550
|
-
"x-reconciled-at": "2026-01-
|
|
74462
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682348+00:00"
|
|
73551
74463
|
},
|
|
73552
74464
|
"vuln_id": {
|
|
73553
74465
|
"type": "string",
|
|
@@ -73696,7 +74608,7 @@
|
|
|
73696
74608
|
},
|
|
73697
74609
|
"x-original-maxLength": 1024,
|
|
73698
74610
|
"x-reconciled-from-discovery": true,
|
|
73699
|
-
"x-reconciled-at": "2026-01-
|
|
74611
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682361+00:00"
|
|
73700
74612
|
},
|
|
73701
74613
|
"namespace": {
|
|
73702
74614
|
"type": "string",
|
|
@@ -73713,7 +74625,7 @@
|
|
|
73713
74625
|
},
|
|
73714
74626
|
"x-original-maxLength": 1024,
|
|
73715
74627
|
"x-reconciled-from-discovery": true,
|
|
73716
|
-
"x-reconciled-at": "2026-01-
|
|
74628
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682365+00:00"
|
|
73717
74629
|
}
|
|
73718
74630
|
},
|
|
73719
74631
|
"x-f5xc-minimum-configuration": {
|
|
@@ -74061,7 +74973,7 @@
|
|
|
74061
74973
|
},
|
|
74062
74974
|
"x-original-maxLength": 1024,
|
|
74063
74975
|
"x-reconciled-from-discovery": true,
|
|
74064
|
-
"x-reconciled-at": "2026-01-
|
|
74976
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682388+00:00"
|
|
74065
74977
|
},
|
|
74066
74978
|
"domain": {
|
|
74067
74979
|
"type": "string",
|
|
@@ -74081,7 +74993,7 @@
|
|
|
74081
74993
|
"x-original-maxLength": 1024,
|
|
74082
74994
|
"format": "hostname",
|
|
74083
74995
|
"x-reconciled-from-discovery": true,
|
|
74084
|
-
"x-reconciled-at": "2026-01-
|
|
74996
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682393+00:00"
|
|
74085
74997
|
},
|
|
74086
74998
|
"evidence": {
|
|
74087
74999
|
"$ref": "#/components/schemas/virtual_hostVulnEvidence"
|
|
@@ -74158,7 +75070,7 @@
|
|
|
74158
75070
|
},
|
|
74159
75071
|
"x-original-maxLength": 1024,
|
|
74160
75072
|
"x-reconciled-from-discovery": true,
|
|
74161
|
-
"x-reconciled-at": "2026-01-
|
|
75073
|
+
"x-reconciled-at": "2026-01-05T18:30:10.682406+00:00"
|
|
74162
75074
|
},
|
|
74163
75075
|
"vuln_id": {
|
|
74164
75076
|
"type": "string",
|