@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": "Telemetry And Insights",
|
|
5
5
|
"description": "F5 Distributed Cloud Telemetry And Insights API specifications",
|
|
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"
|
|
@@ -12,7 +12,57 @@
|
|
|
12
12
|
"name": "Proprietary",
|
|
13
13
|
"url": "https://www.f5.com/company/policies/eula"
|
|
14
14
|
},
|
|
15
|
-
"x-f5xc-cli-domain": "telemetry_and_insights"
|
|
15
|
+
"x-f5xc-cli-domain": "telemetry_and_insights",
|
|
16
|
+
"x-f5xc-best-practices": {
|
|
17
|
+
"common_errors": [
|
|
18
|
+
{
|
|
19
|
+
"code": 400,
|
|
20
|
+
"message": "Invalid request body",
|
|
21
|
+
"resolution": "Validate JSON structure and required fields before submission",
|
|
22
|
+
"prevention": "Use schema validation from OpenAPI spec"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"code": 401,
|
|
26
|
+
"message": "Authentication failed",
|
|
27
|
+
"resolution": "Verify API token is valid and not expired",
|
|
28
|
+
"prevention": "Use environment variables for token management"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"code": 403,
|
|
32
|
+
"message": "Permission denied",
|
|
33
|
+
"resolution": "Check user role and namespace permissions",
|
|
34
|
+
"prevention": "Verify RBAC policies before operations"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"code": 404,
|
|
38
|
+
"message": "Resource not found",
|
|
39
|
+
"resolution": "Verify resource name and namespace exist",
|
|
40
|
+
"prevention": "List resources before attempting operations"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"code": 409,
|
|
44
|
+
"message": "Resource already exists",
|
|
45
|
+
"resolution": "Use unique name or delete existing resource",
|
|
46
|
+
"prevention": "Check existence before creation"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"code": 429,
|
|
50
|
+
"message": "Rate limit exceeded",
|
|
51
|
+
"resolution": "Implement exponential backoff and retry logic",
|
|
52
|
+
"prevention": "Batch operations and add delays between requests"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"security_notes": [
|
|
56
|
+
"Always use HTTPS for all API communications",
|
|
57
|
+
"Store API tokens securely, never in source code",
|
|
58
|
+
"Rotate API tokens regularly following security policies"
|
|
59
|
+
],
|
|
60
|
+
"performance_tips": [
|
|
61
|
+
"Use pagination for large result sets",
|
|
62
|
+
"Batch related operations when possible",
|
|
63
|
+
"Cache read-only responses appropriately"
|
|
64
|
+
]
|
|
65
|
+
}
|
|
16
66
|
},
|
|
17
67
|
"servers": [
|
|
18
68
|
{
|
|
@@ -283,6 +333,13 @@
|
|
|
283
333
|
"latency": "low",
|
|
284
334
|
"resource_usage": "low"
|
|
285
335
|
}
|
|
336
|
+
},
|
|
337
|
+
"x-f5xc-discovered-response-time": {
|
|
338
|
+
"p50_ms": 1000,
|
|
339
|
+
"p95_ms": 3000,
|
|
340
|
+
"p99_ms": 8000,
|
|
341
|
+
"sample_count": 0,
|
|
342
|
+
"source": "estimate"
|
|
286
343
|
}
|
|
287
344
|
},
|
|
288
345
|
"x-displayname": "Connectivity Graph.",
|
|
@@ -493,6 +550,13 @@
|
|
|
493
550
|
"latency": "low",
|
|
494
551
|
"resource_usage": "low"
|
|
495
552
|
}
|
|
553
|
+
},
|
|
554
|
+
"x-f5xc-discovered-response-time": {
|
|
555
|
+
"p50_ms": 1000,
|
|
556
|
+
"p95_ms": 3000,
|
|
557
|
+
"p99_ms": 8000,
|
|
558
|
+
"sample_count": 0,
|
|
559
|
+
"source": "estimate"
|
|
496
560
|
}
|
|
497
561
|
},
|
|
498
562
|
"x-displayname": "Connectivity Graph.",
|
|
@@ -703,6 +767,13 @@
|
|
|
703
767
|
"latency": "low",
|
|
704
768
|
"resource_usage": "low"
|
|
705
769
|
}
|
|
770
|
+
},
|
|
771
|
+
"x-f5xc-discovered-response-time": {
|
|
772
|
+
"p50_ms": 1000,
|
|
773
|
+
"p95_ms": 3000,
|
|
774
|
+
"p99_ms": 8000,
|
|
775
|
+
"sample_count": 0,
|
|
776
|
+
"source": "estimate"
|
|
706
777
|
}
|
|
707
778
|
},
|
|
708
779
|
"x-displayname": "Connectivity Graph.",
|
|
@@ -913,6 +984,13 @@
|
|
|
913
984
|
"latency": "moderate",
|
|
914
985
|
"resource_usage": "moderate"
|
|
915
986
|
}
|
|
987
|
+
},
|
|
988
|
+
"x-f5xc-discovered-response-time": {
|
|
989
|
+
"p50_ms": 200,
|
|
990
|
+
"p95_ms": 800,
|
|
991
|
+
"p99_ms": 2000,
|
|
992
|
+
"sample_count": 0,
|
|
993
|
+
"source": "estimate"
|
|
916
994
|
}
|
|
917
995
|
},
|
|
918
996
|
"x-displayname": "Discovered Services.",
|
|
@@ -1140,6 +1218,13 @@
|
|
|
1140
1218
|
"latency": "moderate",
|
|
1141
1219
|
"resource_usage": "moderate"
|
|
1142
1220
|
}
|
|
1221
|
+
},
|
|
1222
|
+
"x-f5xc-discovered-response-time": {
|
|
1223
|
+
"p50_ms": 200,
|
|
1224
|
+
"p95_ms": 800,
|
|
1225
|
+
"p99_ms": 2000,
|
|
1226
|
+
"sample_count": 0,
|
|
1227
|
+
"source": "estimate"
|
|
1143
1228
|
}
|
|
1144
1229
|
},
|
|
1145
1230
|
"x-displayname": "Discovered Services.",
|
|
@@ -1358,6 +1443,13 @@
|
|
|
1358
1443
|
"latency": "low",
|
|
1359
1444
|
"resource_usage": "low"
|
|
1360
1445
|
}
|
|
1446
|
+
},
|
|
1447
|
+
"x-f5xc-discovered-response-time": {
|
|
1448
|
+
"p50_ms": 200,
|
|
1449
|
+
"p95_ms": 800,
|
|
1450
|
+
"p99_ms": 2000,
|
|
1451
|
+
"sample_count": 0,
|
|
1452
|
+
"source": "estimate"
|
|
1361
1453
|
}
|
|
1362
1454
|
},
|
|
1363
1455
|
"x-displayname": "Discovered Services.",
|
|
@@ -1585,6 +1677,13 @@
|
|
|
1585
1677
|
"latency": "low",
|
|
1586
1678
|
"resource_usage": "low"
|
|
1587
1679
|
}
|
|
1680
|
+
},
|
|
1681
|
+
"x-f5xc-discovered-response-time": {
|
|
1682
|
+
"p50_ms": 1000,
|
|
1683
|
+
"p95_ms": 3000,
|
|
1684
|
+
"p99_ms": 8000,
|
|
1685
|
+
"sample_count": 0,
|
|
1686
|
+
"source": "estimate"
|
|
1588
1687
|
}
|
|
1589
1688
|
},
|
|
1590
1689
|
"x-displayname": "Discovered Services.",
|
|
@@ -1812,6 +1911,13 @@
|
|
|
1812
1911
|
"latency": "low",
|
|
1813
1912
|
"resource_usage": "low"
|
|
1814
1913
|
}
|
|
1914
|
+
},
|
|
1915
|
+
"x-f5xc-discovered-response-time": {
|
|
1916
|
+
"p50_ms": 1000,
|
|
1917
|
+
"p95_ms": 3000,
|
|
1918
|
+
"p99_ms": 8000,
|
|
1919
|
+
"sample_count": 0,
|
|
1920
|
+
"source": "estimate"
|
|
1815
1921
|
}
|
|
1816
1922
|
},
|
|
1817
1923
|
"x-displayname": "Discovered Services.",
|
|
@@ -2039,6 +2145,13 @@
|
|
|
2039
2145
|
"latency": "low",
|
|
2040
2146
|
"resource_usage": "low"
|
|
2041
2147
|
}
|
|
2148
|
+
},
|
|
2149
|
+
"x-f5xc-discovered-response-time": {
|
|
2150
|
+
"p50_ms": 1000,
|
|
2151
|
+
"p95_ms": 3000,
|
|
2152
|
+
"p99_ms": 8000,
|
|
2153
|
+
"sample_count": 0,
|
|
2154
|
+
"source": "estimate"
|
|
2042
2155
|
}
|
|
2043
2156
|
},
|
|
2044
2157
|
"x-displayname": "Discovered Services.",
|
|
@@ -2266,6 +2379,13 @@
|
|
|
2266
2379
|
"latency": "low",
|
|
2267
2380
|
"resource_usage": "low"
|
|
2268
2381
|
}
|
|
2382
|
+
},
|
|
2383
|
+
"x-f5xc-discovered-response-time": {
|
|
2384
|
+
"p50_ms": 1000,
|
|
2385
|
+
"p95_ms": 3000,
|
|
2386
|
+
"p99_ms": 8000,
|
|
2387
|
+
"sample_count": 0,
|
|
2388
|
+
"source": "estimate"
|
|
2269
2389
|
}
|
|
2270
2390
|
},
|
|
2271
2391
|
"x-displayname": "Discovered Services.",
|
|
@@ -2467,6 +2587,13 @@
|
|
|
2467
2587
|
"latency": "moderate",
|
|
2468
2588
|
"resource_usage": "moderate"
|
|
2469
2589
|
}
|
|
2590
|
+
},
|
|
2591
|
+
"x-f5xc-discovered-response-time": {
|
|
2592
|
+
"p50_ms": 200,
|
|
2593
|
+
"p95_ms": 800,
|
|
2594
|
+
"p99_ms": 2000,
|
|
2595
|
+
"sample_count": 0,
|
|
2596
|
+
"source": "estimate"
|
|
2470
2597
|
}
|
|
2471
2598
|
},
|
|
2472
2599
|
"x-displayname": "Discovered Services.",
|
|
@@ -2681,6 +2808,13 @@
|
|
|
2681
2808
|
"latency": "low",
|
|
2682
2809
|
"resource_usage": "low"
|
|
2683
2810
|
}
|
|
2811
|
+
},
|
|
2812
|
+
"x-f5xc-discovered-response-time": {
|
|
2813
|
+
"p50_ms": 1000,
|
|
2814
|
+
"p95_ms": 3000,
|
|
2815
|
+
"p99_ms": 8000,
|
|
2816
|
+
"sample_count": 0,
|
|
2817
|
+
"source": "estimate"
|
|
2684
2818
|
}
|
|
2685
2819
|
},
|
|
2686
2820
|
"x-displayname": "Discovered Services.",
|
|
@@ -2880,6 +3014,13 @@
|
|
|
2880
3014
|
"latency": "low",
|
|
2881
3015
|
"resource_usage": "low"
|
|
2882
3016
|
}
|
|
3017
|
+
},
|
|
3018
|
+
"x-f5xc-discovered-response-time": {
|
|
3019
|
+
"p50_ms": 1000,
|
|
3020
|
+
"p95_ms": 3000,
|
|
3021
|
+
"p99_ms": 8000,
|
|
3022
|
+
"sample_count": 0,
|
|
3023
|
+
"source": "estimate"
|
|
2883
3024
|
}
|
|
2884
3025
|
},
|
|
2885
3026
|
"x-displayname": "Flows",
|
|
@@ -3050,6 +3191,13 @@
|
|
|
3050
3191
|
"latency": "moderate",
|
|
3051
3192
|
"resource_usage": "moderate"
|
|
3052
3193
|
}
|
|
3194
|
+
},
|
|
3195
|
+
"x-f5xc-discovered-response-time": {
|
|
3196
|
+
"p50_ms": 200,
|
|
3197
|
+
"p95_ms": 800,
|
|
3198
|
+
"p99_ms": 2000,
|
|
3199
|
+
"sample_count": 0,
|
|
3200
|
+
"source": "estimate"
|
|
3053
3201
|
}
|
|
3054
3202
|
},
|
|
3055
3203
|
"x-displayname": "Flows",
|
|
@@ -3249,6 +3397,13 @@
|
|
|
3249
3397
|
"latency": "low",
|
|
3250
3398
|
"resource_usage": "low"
|
|
3251
3399
|
}
|
|
3400
|
+
},
|
|
3401
|
+
"x-f5xc-discovered-response-time": {
|
|
3402
|
+
"p50_ms": 1000,
|
|
3403
|
+
"p95_ms": 3000,
|
|
3404
|
+
"p99_ms": 8000,
|
|
3405
|
+
"sample_count": 0,
|
|
3406
|
+
"source": "estimate"
|
|
3252
3407
|
}
|
|
3253
3408
|
},
|
|
3254
3409
|
"x-displayname": "Flows",
|
|
@@ -3441,6 +3596,13 @@
|
|
|
3441
3596
|
"latency": "low",
|
|
3442
3597
|
"resource_usage": "low"
|
|
3443
3598
|
}
|
|
3599
|
+
},
|
|
3600
|
+
"x-f5xc-discovered-response-time": {
|
|
3601
|
+
"p50_ms": 1000,
|
|
3602
|
+
"p95_ms": 3000,
|
|
3603
|
+
"p99_ms": 8000,
|
|
3604
|
+
"sample_count": 0,
|
|
3605
|
+
"source": "estimate"
|
|
3444
3606
|
}
|
|
3445
3607
|
},
|
|
3446
3608
|
"x-displayname": "Flows",
|
|
@@ -3640,6 +3802,13 @@
|
|
|
3640
3802
|
"latency": "low",
|
|
3641
3803
|
"resource_usage": "low"
|
|
3642
3804
|
}
|
|
3805
|
+
},
|
|
3806
|
+
"x-f5xc-discovered-response-time": {
|
|
3807
|
+
"p50_ms": 1000,
|
|
3808
|
+
"p95_ms": 3000,
|
|
3809
|
+
"p99_ms": 8000,
|
|
3810
|
+
"sample_count": 0,
|
|
3811
|
+
"source": "estimate"
|
|
3643
3812
|
}
|
|
3644
3813
|
},
|
|
3645
3814
|
"x-displayname": "Flows",
|
|
@@ -3832,6 +4001,13 @@
|
|
|
3832
4001
|
"latency": "low",
|
|
3833
4002
|
"resource_usage": "low"
|
|
3834
4003
|
}
|
|
4004
|
+
},
|
|
4005
|
+
"x-f5xc-discovered-response-time": {
|
|
4006
|
+
"p50_ms": 1000,
|
|
4007
|
+
"p95_ms": 3000,
|
|
4008
|
+
"p99_ms": 8000,
|
|
4009
|
+
"sample_count": 0,
|
|
4010
|
+
"source": "estimate"
|
|
3835
4011
|
}
|
|
3836
4012
|
},
|
|
3837
4013
|
"x-displayname": "Flows",
|
|
@@ -4024,6 +4200,13 @@
|
|
|
4024
4200
|
"latency": "low",
|
|
4025
4201
|
"resource_usage": "low"
|
|
4026
4202
|
}
|
|
4203
|
+
},
|
|
4204
|
+
"x-f5xc-discovered-response-time": {
|
|
4205
|
+
"p50_ms": 1000,
|
|
4206
|
+
"p95_ms": 3000,
|
|
4207
|
+
"p99_ms": 8000,
|
|
4208
|
+
"sample_count": 0,
|
|
4209
|
+
"source": "estimate"
|
|
4027
4210
|
}
|
|
4028
4211
|
},
|
|
4029
4212
|
"x-displayname": "Service Graph.",
|
|
@@ -4238,6 +4421,13 @@
|
|
|
4238
4421
|
"latency": "low",
|
|
4239
4422
|
"resource_usage": "low"
|
|
4240
4423
|
}
|
|
4424
|
+
},
|
|
4425
|
+
"x-f5xc-discovered-response-time": {
|
|
4426
|
+
"p50_ms": 1000,
|
|
4427
|
+
"p95_ms": 3000,
|
|
4428
|
+
"p99_ms": 8000,
|
|
4429
|
+
"sample_count": 0,
|
|
4430
|
+
"source": "estimate"
|
|
4241
4431
|
}
|
|
4242
4432
|
},
|
|
4243
4433
|
"x-displayname": "Service Graph.",
|
|
@@ -4445,6 +4635,13 @@
|
|
|
4445
4635
|
"latency": "low",
|
|
4446
4636
|
"resource_usage": "low"
|
|
4447
4637
|
}
|
|
4638
|
+
},
|
|
4639
|
+
"x-f5xc-discovered-response-time": {
|
|
4640
|
+
"p50_ms": 1000,
|
|
4641
|
+
"p95_ms": 3000,
|
|
4642
|
+
"p99_ms": 8000,
|
|
4643
|
+
"sample_count": 0,
|
|
4644
|
+
"source": "estimate"
|
|
4448
4645
|
}
|
|
4449
4646
|
},
|
|
4450
4647
|
"x-displayname": "Service Graph.",
|
|
@@ -4655,6 +4852,13 @@
|
|
|
4655
4852
|
"latency": "moderate",
|
|
4656
4853
|
"resource_usage": "moderate"
|
|
4657
4854
|
}
|
|
4855
|
+
},
|
|
4856
|
+
"x-f5xc-discovered-response-time": {
|
|
4857
|
+
"p50_ms": 200,
|
|
4858
|
+
"p95_ms": 800,
|
|
4859
|
+
"p99_ms": 2000,
|
|
4860
|
+
"sample_count": 0,
|
|
4861
|
+
"source": "estimate"
|
|
4658
4862
|
}
|
|
4659
4863
|
},
|
|
4660
4864
|
"x-displayname": "Service Graph.",
|
|
@@ -4865,6 +5069,13 @@
|
|
|
4865
5069
|
"latency": "low",
|
|
4866
5070
|
"resource_usage": "low"
|
|
4867
5071
|
}
|
|
5072
|
+
},
|
|
5073
|
+
"x-f5xc-discovered-response-time": {
|
|
5074
|
+
"p50_ms": 1000,
|
|
5075
|
+
"p95_ms": 3000,
|
|
5076
|
+
"p99_ms": 8000,
|
|
5077
|
+
"sample_count": 0,
|
|
5078
|
+
"source": "estimate"
|
|
4868
5079
|
}
|
|
4869
5080
|
},
|
|
4870
5081
|
"x-displayname": "Service Graph.",
|
|
@@ -5075,6 +5286,13 @@
|
|
|
5075
5286
|
"latency": "low",
|
|
5076
5287
|
"resource_usage": "low"
|
|
5077
5288
|
}
|
|
5289
|
+
},
|
|
5290
|
+
"x-f5xc-discovered-response-time": {
|
|
5291
|
+
"p50_ms": 1000,
|
|
5292
|
+
"p95_ms": 3000,
|
|
5293
|
+
"p99_ms": 8000,
|
|
5294
|
+
"sample_count": 0,
|
|
5295
|
+
"source": "estimate"
|
|
5078
5296
|
}
|
|
5079
5297
|
},
|
|
5080
5298
|
"x-displayname": "Service Graph.",
|
|
@@ -5285,6 +5503,13 @@
|
|
|
5285
5503
|
"latency": "low",
|
|
5286
5504
|
"resource_usage": "low"
|
|
5287
5505
|
}
|
|
5506
|
+
},
|
|
5507
|
+
"x-f5xc-discovered-response-time": {
|
|
5508
|
+
"p50_ms": 1000,
|
|
5509
|
+
"p95_ms": 3000,
|
|
5510
|
+
"p99_ms": 8000,
|
|
5511
|
+
"sample_count": 0,
|
|
5512
|
+
"source": "estimate"
|
|
5288
5513
|
}
|
|
5289
5514
|
},
|
|
5290
5515
|
"x-displayname": "Service Graph.",
|
|
@@ -5499,6 +5724,13 @@
|
|
|
5499
5724
|
"latency": "low",
|
|
5500
5725
|
"resource_usage": "low"
|
|
5501
5726
|
}
|
|
5727
|
+
},
|
|
5728
|
+
"x-f5xc-discovered-response-time": {
|
|
5729
|
+
"p50_ms": 1000,
|
|
5730
|
+
"p95_ms": 3000,
|
|
5731
|
+
"p99_ms": 8000,
|
|
5732
|
+
"sample_count": 0,
|
|
5733
|
+
"source": "estimate"
|
|
5502
5734
|
}
|
|
5503
5735
|
},
|
|
5504
5736
|
"x-displayname": "Service Graph.",
|
|
@@ -5742,6 +5974,13 @@
|
|
|
5742
5974
|
"latency": "moderate",
|
|
5743
5975
|
"resource_usage": "moderate"
|
|
5744
5976
|
}
|
|
5977
|
+
},
|
|
5978
|
+
"x-f5xc-discovered-response-time": {
|
|
5979
|
+
"p50_ms": 200,
|
|
5980
|
+
"p95_ms": 800,
|
|
5981
|
+
"p99_ms": 2000,
|
|
5982
|
+
"sample_count": 0,
|
|
5983
|
+
"source": "estimate"
|
|
5745
5984
|
}
|
|
5746
5985
|
},
|
|
5747
5986
|
"x-displayname": "Status at site.",
|
|
@@ -5915,7 +6154,7 @@
|
|
|
5915
6154
|
},
|
|
5916
6155
|
"x-original-maxLength": 1024,
|
|
5917
6156
|
"x-reconciled-from-discovery": true,
|
|
5918
|
-
"x-reconciled-at": "2026-01-
|
|
6157
|
+
"x-reconciled-at": "2026-01-05T18:29:09.440316+00:00"
|
|
5919
6158
|
},
|
|
5920
6159
|
"range": {
|
|
5921
6160
|
"type": "string",
|
|
@@ -6170,7 +6409,7 @@
|
|
|
6170
6409
|
},
|
|
6171
6410
|
"x-original-maxLength": 1024,
|
|
6172
6411
|
"x-reconciled-from-discovery": true,
|
|
6173
|
-
"x-reconciled-at": "2026-01-
|
|
6412
|
+
"x-reconciled-at": "2026-01-05T18:29:09.440341+00:00"
|
|
6174
6413
|
}
|
|
6175
6414
|
},
|
|
6176
6415
|
"x-f5xc-minimum-configuration": {
|
|
@@ -6646,7 +6885,7 @@
|
|
|
6646
6885
|
},
|
|
6647
6886
|
"x-original-maxLength": 1024,
|
|
6648
6887
|
"x-reconciled-from-discovery": true,
|
|
6649
|
-
"x-reconciled-at": "2026-01-
|
|
6888
|
+
"x-reconciled-at": "2026-01-05T18:29:09.440380+00:00"
|
|
6650
6889
|
},
|
|
6651
6890
|
"range": {
|
|
6652
6891
|
"type": "string",
|
|
@@ -6859,7 +7098,7 @@
|
|
|
6859
7098
|
},
|
|
6860
7099
|
"x-original-maxLength": 1024,
|
|
6861
7100
|
"x-reconciled-from-discovery": true,
|
|
6862
|
-
"x-reconciled-at": "2026-01-
|
|
7101
|
+
"x-reconciled-at": "2026-01-05T18:29:09.440397+00:00"
|
|
6863
7102
|
},
|
|
6864
7103
|
"start_time": {
|
|
6865
7104
|
"type": "string",
|
|
@@ -7071,7 +7310,7 @@
|
|
|
7071
7310
|
},
|
|
7072
7311
|
"x-original-maxLength": 1024,
|
|
7073
7312
|
"x-reconciled-from-discovery": true,
|
|
7074
|
-
"x-reconciled-at": "2026-01-
|
|
7313
|
+
"x-reconciled-at": "2026-01-05T18:29:09.440410+00:00"
|
|
7075
7314
|
},
|
|
7076
7315
|
"type": {
|
|
7077
7316
|
"$ref": "#/components/schemas/graphHealthscoreType"
|
|
@@ -7093,7 +7332,7 @@
|
|
|
7093
7332
|
"maxLength": 15,
|
|
7094
7333
|
"minLength": 3,
|
|
7095
7334
|
"x-reconciled-from-discovery": true,
|
|
7096
|
-
"x-reconciled-at": "2026-01-
|
|
7335
|
+
"x-reconciled-at": "2026-01-05T18:29:09.440417+00:00"
|
|
7097
7336
|
}
|
|
7098
7337
|
},
|
|
7099
7338
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7537,7 +7776,7 @@
|
|
|
7537
7776
|
},
|
|
7538
7777
|
"x-original-maxLength": 1024,
|
|
7539
7778
|
"x-reconciled-from-discovery": true,
|
|
7540
|
-
"x-reconciled-at": "2026-01-
|
|
7779
|
+
"x-reconciled-at": "2026-01-05T18:29:09.440448+00:00"
|
|
7541
7780
|
},
|
|
7542
7781
|
"previous_value": {
|
|
7543
7782
|
"type": "string",
|
|
@@ -7575,7 +7814,7 @@
|
|
|
7575
7814
|
},
|
|
7576
7815
|
"x-original-maxLength": 1024,
|
|
7577
7816
|
"x-reconciled-from-discovery": true,
|
|
7578
|
-
"x-reconciled-at": "2026-01-
|
|
7817
|
+
"x-reconciled-at": "2026-01-05T18:29:09.440455+00:00"
|
|
7579
7818
|
}
|
|
7580
7819
|
},
|
|
7581
7820
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7681,7 +7920,7 @@
|
|
|
7681
7920
|
},
|
|
7682
7921
|
"x-original-maxLength": 1024,
|
|
7683
7922
|
"x-reconciled-from-discovery": true,
|
|
7684
|
-
"x-reconciled-at": "2026-01-
|
|
7923
|
+
"x-reconciled-at": "2026-01-05T18:29:09.440463+00:00"
|
|
7685
7924
|
}
|
|
7686
7925
|
},
|
|
7687
7926
|
"x-f5xc-minimum-configuration": {
|
|
@@ -7915,7 +8154,7 @@
|
|
|
7915
8154
|
},
|
|
7916
8155
|
"x-original-maxLength": 1024,
|
|
7917
8156
|
"x-reconciled-from-discovery": true,
|
|
7918
|
-
"x-reconciled-at": "2026-01-
|
|
8157
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070770+00:00"
|
|
7919
8158
|
},
|
|
7920
8159
|
"namespace": {
|
|
7921
8160
|
"type": "string",
|
|
@@ -7941,7 +8180,7 @@
|
|
|
7941
8180
|
},
|
|
7942
8181
|
"x-original-maxLength": 1024,
|
|
7943
8182
|
"x-reconciled-from-discovery": true,
|
|
7944
|
-
"x-reconciled-at": "2026-01-
|
|
8183
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070777+00:00"
|
|
7945
8184
|
},
|
|
7946
8185
|
"tcp_lb_request": {
|
|
7947
8186
|
"$ref": "#/components/schemas/discovered_serviceTCPLBRequest"
|
|
@@ -8015,7 +8254,7 @@
|
|
|
8015
8254
|
},
|
|
8016
8255
|
"x-original-maxLength": 1024,
|
|
8017
8256
|
"x-reconciled-from-discovery": true,
|
|
8018
|
-
"x-reconciled-at": "2026-01-
|
|
8257
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070786+00:00"
|
|
8019
8258
|
},
|
|
8020
8259
|
"namespace": {
|
|
8021
8260
|
"type": "string",
|
|
@@ -8041,7 +8280,7 @@
|
|
|
8041
8280
|
},
|
|
8042
8281
|
"x-original-maxLength": 1024,
|
|
8043
8282
|
"x-reconciled-from-discovery": true,
|
|
8044
|
-
"x-reconciled-at": "2026-01-
|
|
8283
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070791+00:00"
|
|
8045
8284
|
}
|
|
8046
8285
|
},
|
|
8047
8286
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8097,7 +8336,7 @@
|
|
|
8097
8336
|
"maxLength": 17,
|
|
8098
8337
|
"minLength": 17,
|
|
8099
8338
|
"x-reconciled-from-discovery": true,
|
|
8100
|
-
"x-reconciled-at": "2026-01-
|
|
8339
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070798+00:00"
|
|
8101
8340
|
},
|
|
8102
8341
|
"virtual_server_pool_members_health": {
|
|
8103
8342
|
"$ref": "#/components/schemas/discovered_serviceVirtualServerPoolMemberHealth"
|
|
@@ -8147,7 +8386,7 @@
|
|
|
8147
8386
|
},
|
|
8148
8387
|
"x-original-maxLength": 1024,
|
|
8149
8388
|
"x-reconciled-from-discovery": true,
|
|
8150
|
-
"x-reconciled-at": "2026-01-
|
|
8389
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070805+00:00"
|
|
8151
8390
|
},
|
|
8152
8391
|
"namespace": {
|
|
8153
8392
|
"type": "string",
|
|
@@ -8173,7 +8412,7 @@
|
|
|
8173
8412
|
},
|
|
8174
8413
|
"x-original-maxLength": 1024,
|
|
8175
8414
|
"x-reconciled-from-discovery": true,
|
|
8176
|
-
"x-reconciled-at": "2026-01-
|
|
8415
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070809+00:00"
|
|
8177
8416
|
}
|
|
8178
8417
|
},
|
|
8179
8418
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8350,7 +8589,7 @@
|
|
|
8350
8589
|
"x-original-maxLength": 1024,
|
|
8351
8590
|
"format": "hostname",
|
|
8352
8591
|
"x-reconciled-from-discovery": true,
|
|
8353
|
-
"x-reconciled-at": "2026-01-
|
|
8592
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070826+00:00"
|
|
8354
8593
|
},
|
|
8355
8594
|
"http": {
|
|
8356
8595
|
"$ref": "#/components/schemas/discovered_serviceProxyTypeHttp"
|
|
@@ -8385,7 +8624,7 @@
|
|
|
8385
8624
|
},
|
|
8386
8625
|
"x-original-maxLength": 1024,
|
|
8387
8626
|
"x-reconciled-from-discovery": true,
|
|
8388
|
-
"x-reconciled-at": "2026-01-
|
|
8627
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070835+00:00"
|
|
8389
8628
|
},
|
|
8390
8629
|
"skip_server_verification": {
|
|
8391
8630
|
"$ref": "#/components/schemas/ioschemaEmpty"
|
|
@@ -8590,7 +8829,7 @@
|
|
|
8590
8829
|
},
|
|
8591
8830
|
"x-original-maxLength": 1024,
|
|
8592
8831
|
"x-reconciled-from-discovery": true,
|
|
8593
|
-
"x-reconciled-at": "2026-01-
|
|
8832
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070855+00:00"
|
|
8594
8833
|
},
|
|
8595
8834
|
"disabled": {
|
|
8596
8835
|
"type": "boolean",
|
|
@@ -8640,7 +8879,7 @@
|
|
|
8640
8879
|
},
|
|
8641
8880
|
"x-original-maxLength": 1024,
|
|
8642
8881
|
"x-reconciled-from-discovery": true,
|
|
8643
|
-
"x-reconciled-at": "2026-01-
|
|
8882
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070865+00:00"
|
|
8644
8883
|
},
|
|
8645
8884
|
"namespace": {
|
|
8646
8885
|
"type": "string",
|
|
@@ -8659,7 +8898,7 @@
|
|
|
8659
8898
|
},
|
|
8660
8899
|
"x-original-maxLength": 1024,
|
|
8661
8900
|
"x-reconciled-from-discovery": true,
|
|
8662
|
-
"x-reconciled-at": "2026-01-
|
|
8901
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070870+00:00"
|
|
8663
8902
|
},
|
|
8664
8903
|
"owner_view": {
|
|
8665
8904
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -8685,7 +8924,7 @@
|
|
|
8685
8924
|
"x-field-mutability": "read-only",
|
|
8686
8925
|
"x-original-maxLength": 1024,
|
|
8687
8926
|
"x-reconciled-from-discovery": true,
|
|
8688
|
-
"x-reconciled-at": "2026-01-
|
|
8927
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070876+00:00"
|
|
8689
8928
|
},
|
|
8690
8929
|
"uid": {
|
|
8691
8930
|
"type": "string",
|
|
@@ -8706,7 +8945,7 @@
|
|
|
8706
8945
|
"x-original-maxLength": 1024,
|
|
8707
8946
|
"format": "uuid",
|
|
8708
8947
|
"x-reconciled-from-discovery": true,
|
|
8709
|
-
"x-reconciled-at": "2026-01-
|
|
8948
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070882+00:00"
|
|
8710
8949
|
}
|
|
8711
8950
|
},
|
|
8712
8951
|
"x-f5xc-minimum-configuration": {
|
|
@@ -8817,7 +9056,7 @@
|
|
|
8817
9056
|
},
|
|
8818
9057
|
"x-original-maxLength": 1024,
|
|
8819
9058
|
"x-reconciled-from-discovery": true,
|
|
8820
|
-
"x-reconciled-at": "2026-01-
|
|
9059
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070893+00:00"
|
|
8821
9060
|
},
|
|
8822
9061
|
"disabled": {
|
|
8823
9062
|
"type": "boolean",
|
|
@@ -8867,7 +9106,7 @@
|
|
|
8867
9106
|
},
|
|
8868
9107
|
"x-original-maxLength": 1024,
|
|
8869
9108
|
"x-reconciled-from-discovery": true,
|
|
8870
|
-
"x-reconciled-at": "2026-01-
|
|
9109
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070903+00:00"
|
|
8871
9110
|
},
|
|
8872
9111
|
"namespace": {
|
|
8873
9112
|
"type": "string",
|
|
@@ -8886,7 +9125,7 @@
|
|
|
8886
9125
|
},
|
|
8887
9126
|
"x-original-maxLength": 1024,
|
|
8888
9127
|
"x-reconciled-from-discovery": true,
|
|
8889
|
-
"x-reconciled-at": "2026-01-
|
|
9128
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070907+00:00"
|
|
8890
9129
|
},
|
|
8891
9130
|
"owner_view": {
|
|
8892
9131
|
"$ref": "#/components/schemas/schemaViewRefType"
|
|
@@ -8927,7 +9166,7 @@
|
|
|
8927
9166
|
"x-field-mutability": "read-only",
|
|
8928
9167
|
"x-original-maxLength": 1024,
|
|
8929
9168
|
"x-reconciled-from-discovery": true,
|
|
8930
|
-
"x-reconciled-at": "2026-01-
|
|
9169
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070915+00:00"
|
|
8931
9170
|
},
|
|
8932
9171
|
"uid": {
|
|
8933
9172
|
"type": "string",
|
|
@@ -8948,7 +9187,7 @@
|
|
|
8948
9187
|
"x-original-maxLength": 1024,
|
|
8949
9188
|
"format": "uuid",
|
|
8950
9189
|
"x-reconciled-from-discovery": true,
|
|
8951
|
-
"x-reconciled-at": "2026-01-
|
|
9190
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070920+00:00"
|
|
8952
9191
|
}
|
|
8953
9192
|
},
|
|
8954
9193
|
"x-f5xc-minimum-configuration": {
|
|
@@ -9321,7 +9560,7 @@
|
|
|
9321
9560
|
},
|
|
9322
9561
|
"x-original-maxLength": 1024,
|
|
9323
9562
|
"x-reconciled-from-discovery": true,
|
|
9324
|
-
"x-reconciled-at": "2026-01-
|
|
9563
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070950+00:00"
|
|
9325
9564
|
},
|
|
9326
9565
|
"request_body": {
|
|
9327
9566
|
"$ref": "#/components/schemas/protobufAny"
|
|
@@ -9386,7 +9625,7 @@
|
|
|
9386
9625
|
"x-original-maxLength": 1024,
|
|
9387
9626
|
"format": "hostname",
|
|
9388
9627
|
"x-reconciled-from-discovery": true,
|
|
9389
|
-
"x-reconciled-at": "2026-01-
|
|
9628
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070959+00:00"
|
|
9390
9629
|
},
|
|
9391
9630
|
"listen_port": {
|
|
9392
9631
|
"type": "integer",
|
|
@@ -9435,7 +9674,7 @@
|
|
|
9435
9674
|
},
|
|
9436
9675
|
"x-original-maxLength": 1024,
|
|
9437
9676
|
"x-reconciled-from-discovery": true,
|
|
9438
|
-
"x-reconciled-at": "2026-01-
|
|
9677
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070965+00:00"
|
|
9439
9678
|
},
|
|
9440
9679
|
"no_sni": {
|
|
9441
9680
|
"$ref": "#/components/schemas/ioschemaEmpty"
|
|
@@ -9778,7 +10017,7 @@
|
|
|
9778
10017
|
},
|
|
9779
10018
|
"x-original-maxLength": 1024,
|
|
9780
10019
|
"x-reconciled-from-discovery": true,
|
|
9781
|
-
"x-reconciled-at": "2026-01-
|
|
10020
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070991+00:00"
|
|
9782
10021
|
},
|
|
9783
10022
|
"status": {
|
|
9784
10023
|
"type": "array",
|
|
@@ -9797,7 +10036,7 @@
|
|
|
9797
10036
|
"maxLength": 17,
|
|
9798
10037
|
"minLength": 17,
|
|
9799
10038
|
"x-reconciled-from-discovery": true,
|
|
9800
|
-
"x-reconciled-at": "2026-01-
|
|
10039
|
+
"x-reconciled-at": "2026-01-05T18:29:16.070996+00:00"
|
|
9801
10040
|
}
|
|
9802
10041
|
},
|
|
9803
10042
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10068,7 +10307,7 @@
|
|
|
10068
10307
|
"readOnly": true,
|
|
10069
10308
|
"x-original-maxLength": 1024,
|
|
10070
10309
|
"x-reconciled-from-discovery": true,
|
|
10071
|
-
"x-reconciled-at": "2026-01-
|
|
10310
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071013+00:00"
|
|
10072
10311
|
},
|
|
10073
10312
|
"name": {
|
|
10074
10313
|
"type": "string",
|
|
@@ -10087,7 +10326,7 @@
|
|
|
10087
10326
|
},
|
|
10088
10327
|
"x-original-maxLength": 1024,
|
|
10089
10328
|
"x-reconciled-from-discovery": true,
|
|
10090
|
-
"x-reconciled-at": "2026-01-
|
|
10329
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071017+00:00"
|
|
10091
10330
|
},
|
|
10092
10331
|
"namespace": {
|
|
10093
10332
|
"type": "string",
|
|
@@ -10106,7 +10345,7 @@
|
|
|
10106
10345
|
},
|
|
10107
10346
|
"x-original-maxLength": 1024,
|
|
10108
10347
|
"x-reconciled-from-discovery": true,
|
|
10109
|
-
"x-reconciled-at": "2026-01-
|
|
10348
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071021+00:00"
|
|
10110
10349
|
},
|
|
10111
10350
|
"tenant": {
|
|
10112
10351
|
"type": "string",
|
|
@@ -10127,7 +10366,7 @@
|
|
|
10127
10366
|
"x-field-mutability": "read-only",
|
|
10128
10367
|
"x-original-maxLength": 1024,
|
|
10129
10368
|
"x-reconciled-from-discovery": true,
|
|
10130
|
-
"x-reconciled-at": "2026-01-
|
|
10369
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071025+00:00"
|
|
10131
10370
|
},
|
|
10132
10371
|
"uid": {
|
|
10133
10372
|
"type": "string",
|
|
@@ -10149,7 +10388,7 @@
|
|
|
10149
10388
|
"x-original-maxLength": 1024,
|
|
10150
10389
|
"format": "uuid",
|
|
10151
10390
|
"x-reconciled-from-discovery": true,
|
|
10152
|
-
"x-reconciled-at": "2026-01-
|
|
10391
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071031+00:00"
|
|
10153
10392
|
}
|
|
10154
10393
|
},
|
|
10155
10394
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10198,7 +10437,7 @@
|
|
|
10198
10437
|
},
|
|
10199
10438
|
"x-original-maxLength": 1024,
|
|
10200
10439
|
"x-reconciled-from-discovery": true,
|
|
10201
|
-
"x-reconciled-at": "2026-01-
|
|
10440
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071049+00:00"
|
|
10202
10441
|
}
|
|
10203
10442
|
},
|
|
10204
10443
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10267,7 +10506,7 @@
|
|
|
10267
10506
|
},
|
|
10268
10507
|
"x-original-maxLength": 1024,
|
|
10269
10508
|
"x-reconciled-from-discovery": true,
|
|
10270
|
-
"x-reconciled-at": "2026-01-
|
|
10509
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071058+00:00"
|
|
10271
10510
|
},
|
|
10272
10511
|
"service_name": {
|
|
10273
10512
|
"type": "string",
|
|
@@ -10306,7 +10545,7 @@
|
|
|
10306
10545
|
},
|
|
10307
10546
|
"x-original-maxLength": 1024,
|
|
10308
10547
|
"x-reconciled-from-discovery": true,
|
|
10309
|
-
"x-reconciled-at": "2026-01-
|
|
10548
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071064+00:00"
|
|
10310
10549
|
},
|
|
10311
10550
|
"type": {
|
|
10312
10551
|
"type": "string",
|
|
@@ -10443,7 +10682,7 @@
|
|
|
10443
10682
|
},
|
|
10444
10683
|
"x-original-maxLength": 1024,
|
|
10445
10684
|
"x-reconciled-from-discovery": true,
|
|
10446
|
-
"x-reconciled-at": "2026-01-
|
|
10685
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071076+00:00"
|
|
10447
10686
|
}
|
|
10448
10687
|
},
|
|
10449
10688
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10539,7 +10778,7 @@
|
|
|
10539
10778
|
},
|
|
10540
10779
|
"x-original-maxLength": 1024,
|
|
10541
10780
|
"x-reconciled-from-discovery": true,
|
|
10542
|
-
"x-reconciled-at": "2026-01-
|
|
10781
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071086+00:00"
|
|
10543
10782
|
}
|
|
10544
10783
|
},
|
|
10545
10784
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10612,7 +10851,7 @@
|
|
|
10612
10851
|
},
|
|
10613
10852
|
"x-original-maxLength": 1200,
|
|
10614
10853
|
"x-reconciled-from-discovery": true,
|
|
10615
|
-
"x-reconciled-at": "2026-01-
|
|
10854
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071093+00:00"
|
|
10616
10855
|
},
|
|
10617
10856
|
"disable": {
|
|
10618
10857
|
"type": "boolean",
|
|
@@ -10667,7 +10906,7 @@
|
|
|
10667
10906
|
},
|
|
10668
10907
|
"x-original-maxLength": 1024,
|
|
10669
10908
|
"x-reconciled-from-discovery": true,
|
|
10670
|
-
"x-reconciled-at": "2026-01-
|
|
10909
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071101+00:00"
|
|
10671
10910
|
},
|
|
10672
10911
|
"namespace": {
|
|
10673
10912
|
"type": "string",
|
|
@@ -10686,7 +10925,7 @@
|
|
|
10686
10925
|
},
|
|
10687
10926
|
"x-original-maxLength": 1024,
|
|
10688
10927
|
"x-reconciled-from-discovery": true,
|
|
10689
|
-
"x-reconciled-at": "2026-01-
|
|
10928
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071105+00:00"
|
|
10690
10929
|
}
|
|
10691
10930
|
},
|
|
10692
10931
|
"x-f5xc-minimum-configuration": {
|
|
@@ -10800,7 +11039,7 @@
|
|
|
10800
11039
|
"x-original-maxLength": 1024,
|
|
10801
11040
|
"format": "uuid",
|
|
10802
11041
|
"x-reconciled-from-discovery": true,
|
|
10803
|
-
"x-reconciled-at": "2026-01-
|
|
11042
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071118+00:00"
|
|
10804
11043
|
},
|
|
10805
11044
|
"vtrp_id": {
|
|
10806
11045
|
"type": "string",
|
|
@@ -10912,7 +11151,7 @@
|
|
|
10912
11151
|
},
|
|
10913
11152
|
"x-original-maxLength": 1024,
|
|
10914
11153
|
"x-reconciled-from-discovery": true,
|
|
10915
|
-
"x-reconciled-at": "2026-01-
|
|
11154
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071128+00:00"
|
|
10916
11155
|
},
|
|
10917
11156
|
"status": {
|
|
10918
11157
|
"type": "string",
|
|
@@ -10931,7 +11170,7 @@
|
|
|
10931
11170
|
},
|
|
10932
11171
|
"x-original-maxLength": 1024,
|
|
10933
11172
|
"x-reconciled-from-discovery": true,
|
|
10934
|
-
"x-reconciled-at": "2026-01-
|
|
11173
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071132+00:00"
|
|
10935
11174
|
}
|
|
10936
11175
|
},
|
|
10937
11176
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11109,7 +11348,7 @@
|
|
|
11109
11348
|
"x-field-mutability": "read-only",
|
|
11110
11349
|
"x-original-maxLength": 1024,
|
|
11111
11350
|
"x-reconciled-from-discovery": true,
|
|
11112
|
-
"x-reconciled-at": "2026-01-
|
|
11351
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071151+00:00"
|
|
11113
11352
|
},
|
|
11114
11353
|
"uid": {
|
|
11115
11354
|
"type": "string",
|
|
@@ -11130,7 +11369,7 @@
|
|
|
11130
11369
|
"x-original-maxLength": 1024,
|
|
11131
11370
|
"format": "uuid",
|
|
11132
11371
|
"x-reconciled-from-discovery": true,
|
|
11133
|
-
"x-reconciled-at": "2026-01-
|
|
11372
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071155+00:00"
|
|
11134
11373
|
}
|
|
11135
11374
|
},
|
|
11136
11375
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11180,7 +11419,7 @@
|
|
|
11180
11419
|
},
|
|
11181
11420
|
"x-original-maxLength": 1024,
|
|
11182
11421
|
"x-reconciled-from-discovery": true,
|
|
11183
|
-
"x-reconciled-at": "2026-01-
|
|
11422
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071172+00:00"
|
|
11184
11423
|
},
|
|
11185
11424
|
"name": {
|
|
11186
11425
|
"type": "string",
|
|
@@ -11199,7 +11438,7 @@
|
|
|
11199
11438
|
},
|
|
11200
11439
|
"x-original-maxLength": 1024,
|
|
11201
11440
|
"x-reconciled-from-discovery": true,
|
|
11202
|
-
"x-reconciled-at": "2026-01-
|
|
11441
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071176+00:00"
|
|
11203
11442
|
},
|
|
11204
11443
|
"namespace": {
|
|
11205
11444
|
"type": "string",
|
|
@@ -11218,7 +11457,7 @@
|
|
|
11218
11457
|
},
|
|
11219
11458
|
"x-original-maxLength": 1024,
|
|
11220
11459
|
"x-reconciled-from-discovery": true,
|
|
11221
|
-
"x-reconciled-at": "2026-01-
|
|
11460
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071180+00:00"
|
|
11222
11461
|
},
|
|
11223
11462
|
"uid": {
|
|
11224
11463
|
"type": "string",
|
|
@@ -11239,7 +11478,7 @@
|
|
|
11239
11478
|
"x-original-maxLength": 1024,
|
|
11240
11479
|
"format": "uuid",
|
|
11241
11480
|
"x-reconciled-from-discovery": true,
|
|
11242
|
-
"x-reconciled-at": "2026-01-
|
|
11481
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071185+00:00"
|
|
11243
11482
|
}
|
|
11244
11483
|
},
|
|
11245
11484
|
"x-f5xc-minimum-configuration": {
|
|
@@ -11394,7 +11633,7 @@
|
|
|
11394
11633
|
},
|
|
11395
11634
|
"x-original-maxLength": 1024,
|
|
11396
11635
|
"x-reconciled-from-discovery": true,
|
|
11397
|
-
"x-reconciled-at": "2026-01-
|
|
11636
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071203+00:00"
|
|
11398
11637
|
},
|
|
11399
11638
|
"ref_value": {
|
|
11400
11639
|
"$ref": "#/components/schemas/schemaviewsObjectRefType"
|
|
@@ -11553,7 +11792,7 @@
|
|
|
11553
11792
|
},
|
|
11554
11793
|
"x-original-maxLength": 128,
|
|
11555
11794
|
"x-reconciled-from-discovery": true,
|
|
11556
|
-
"x-reconciled-at": "2026-01-
|
|
11795
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071215+00:00"
|
|
11557
11796
|
},
|
|
11558
11797
|
"namespace": {
|
|
11559
11798
|
"type": "string",
|
|
@@ -11578,7 +11817,7 @@
|
|
|
11578
11817
|
},
|
|
11579
11818
|
"x-original-maxLength": 64,
|
|
11580
11819
|
"x-reconciled-from-discovery": true,
|
|
11581
|
-
"x-reconciled-at": "2026-01-
|
|
11820
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071219+00:00"
|
|
11582
11821
|
},
|
|
11583
11822
|
"tenant": {
|
|
11584
11823
|
"type": "string",
|
|
@@ -11605,7 +11844,7 @@
|
|
|
11605
11844
|
"x-field-mutability": "read-only",
|
|
11606
11845
|
"x-original-maxLength": 64,
|
|
11607
11846
|
"x-reconciled-from-discovery": true,
|
|
11608
|
-
"x-reconciled-at": "2026-01-
|
|
11847
|
+
"x-reconciled-at": "2026-01-05T18:29:16.071223+00:00"
|
|
11609
11848
|
}
|
|
11610
11849
|
},
|
|
11611
11850
|
"x-f5xc-minimum-configuration": {
|
|
@@ -12498,7 +12737,7 @@
|
|
|
12498
12737
|
"maxLength": 15,
|
|
12499
12738
|
"minLength": 3,
|
|
12500
12739
|
"x-reconciled-from-discovery": true,
|
|
12501
|
-
"x-reconciled-at": "2026-01-
|
|
12740
|
+
"x-reconciled-at": "2026-01-05T18:29:21.583604+00:00"
|
|
12502
12741
|
}
|
|
12503
12742
|
},
|
|
12504
12743
|
"x-f5xc-minimum-configuration": {
|
|
@@ -14778,7 +15017,7 @@
|
|
|
14778
15017
|
},
|
|
14779
15018
|
"x-original-maxLength": 1024,
|
|
14780
15019
|
"x-reconciled-from-discovery": true,
|
|
14781
|
-
"x-reconciled-at": "2026-01-
|
|
15020
|
+
"x-reconciled-at": "2026-01-05T18:29:51.947231+00:00"
|
|
14782
15021
|
},
|
|
14783
15022
|
"service": {
|
|
14784
15023
|
"type": "string",
|
|
@@ -15097,7 +15336,7 @@
|
|
|
15097
15336
|
},
|
|
15098
15337
|
"x-original-maxLength": 1024,
|
|
15099
15338
|
"x-reconciled-from-discovery": true,
|
|
15100
|
-
"x-reconciled-at": "2026-01-
|
|
15339
|
+
"x-reconciled-at": "2026-01-05T18:29:51.947271+00:00"
|
|
15101
15340
|
}
|
|
15102
15341
|
},
|
|
15103
15342
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15217,7 +15456,7 @@
|
|
|
15217
15456
|
"maxLength": 15,
|
|
15218
15457
|
"minLength": 3,
|
|
15219
15458
|
"x-reconciled-from-discovery": true,
|
|
15220
|
-
"x-reconciled-at": "2026-01-
|
|
15459
|
+
"x-reconciled-at": "2026-01-05T18:29:51.947284+00:00"
|
|
15221
15460
|
}
|
|
15222
15461
|
},
|
|
15223
15462
|
"x-f5xc-minimum-configuration": {
|
|
@@ -15434,7 +15673,7 @@
|
|
|
15434
15673
|
},
|
|
15435
15674
|
"x-original-maxLength": 1024,
|
|
15436
15675
|
"x-reconciled-from-discovery": true,
|
|
15437
|
-
"x-reconciled-at": "2026-01-
|
|
15676
|
+
"x-reconciled-at": "2026-01-05T18:29:51.947306+00:00"
|
|
15438
15677
|
},
|
|
15439
15678
|
"range": {
|
|
15440
15679
|
"type": "string",
|
|
@@ -15705,7 +15944,7 @@
|
|
|
15705
15944
|
},
|
|
15706
15945
|
"x-original-maxLength": 1024,
|
|
15707
15946
|
"x-reconciled-from-discovery": true,
|
|
15708
|
-
"x-reconciled-at": "2026-01-
|
|
15947
|
+
"x-reconciled-at": "2026-01-05T18:29:51.947328+00:00"
|
|
15709
15948
|
},
|
|
15710
15949
|
"service": {
|
|
15711
15950
|
"type": "string",
|
|
@@ -15914,7 +16153,7 @@
|
|
|
15914
16153
|
},
|
|
15915
16154
|
"x-original-maxLength": 1024,
|
|
15916
16155
|
"x-reconciled-from-discovery": true,
|
|
15917
|
-
"x-reconciled-at": "2026-01-
|
|
16156
|
+
"x-reconciled-at": "2026-01-05T18:29:51.947346+00:00"
|
|
15918
16157
|
},
|
|
15919
16158
|
"range": {
|
|
15920
16159
|
"type": "string",
|
|
@@ -16161,7 +16400,7 @@
|
|
|
16161
16400
|
},
|
|
16162
16401
|
"x-original-maxLength": 1024,
|
|
16163
16402
|
"x-reconciled-from-discovery": true,
|
|
16164
|
-
"x-reconciled-at": "2026-01-
|
|
16403
|
+
"x-reconciled-at": "2026-01-05T18:29:51.947364+00:00"
|
|
16165
16404
|
},
|
|
16166
16405
|
"range": {
|
|
16167
16406
|
"type": "string",
|
|
@@ -16416,7 +16655,7 @@
|
|
|
16416
16655
|
},
|
|
16417
16656
|
"x-original-maxLength": 1024,
|
|
16418
16657
|
"x-reconciled-from-discovery": true,
|
|
16419
|
-
"x-reconciled-at": "2026-01-
|
|
16658
|
+
"x-reconciled-at": "2026-01-05T18:29:51.947381+00:00"
|
|
16420
16659
|
},
|
|
16421
16660
|
"start_time": {
|
|
16422
16661
|
"type": "string",
|
|
@@ -16569,7 +16808,7 @@
|
|
|
16569
16808
|
},
|
|
16570
16809
|
"x-original-maxLength": 1024,
|
|
16571
16810
|
"x-reconciled-from-discovery": true,
|
|
16572
|
-
"x-reconciled-at": "2026-01-
|
|
16811
|
+
"x-reconciled-at": "2026-01-05T18:29:51.947394+00:00"
|
|
16573
16812
|
}
|
|
16574
16813
|
},
|
|
16575
16814
|
"x-f5xc-minimum-configuration": {
|
|
@@ -16719,7 +16958,7 @@
|
|
|
16719
16958
|
},
|
|
16720
16959
|
"x-original-maxLength": 1024,
|
|
16721
16960
|
"x-reconciled-from-discovery": true,
|
|
16722
|
-
"x-reconciled-at": "2026-01-
|
|
16961
|
+
"x-reconciled-at": "2026-01-05T18:29:51.947410+00:00"
|
|
16723
16962
|
},
|
|
16724
16963
|
"range": {
|
|
16725
16964
|
"type": "string",
|
|
@@ -16945,7 +17184,7 @@
|
|
|
16945
17184
|
},
|
|
16946
17185
|
"x-original-maxLength": 1024,
|
|
16947
17186
|
"x-reconciled-from-discovery": true,
|
|
16948
|
-
"x-reconciled-at": "2026-01-
|
|
17187
|
+
"x-reconciled-at": "2026-01-05T18:29:51.947428+00:00"
|
|
16949
17188
|
},
|
|
16950
17189
|
"range": {
|
|
16951
17190
|
"type": "string",
|