@robinmordasiewicz/f5xc-api-mcp 2.0.10-2601051503 → 2.0.13-2601051957

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +25 -14
  2. package/README.md +9 -5
  3. package/dist/generator/domain-metadata.d.ts +1 -3
  4. package/dist/generator/domain-metadata.d.ts.map +1 -1
  5. package/dist/generator/domain-metadata.js +0 -20
  6. package/dist/generator/domain-metadata.js.map +1 -1
  7. package/dist/generator/naming/acronyms.d.ts +1 -1
  8. package/dist/generator/naming/acronyms.js +1 -1
  9. package/dist/tools/generated/dependency-graph.json +1 -1
  10. package/dist/version.d.ts +2 -2
  11. package/dist/version.js +2 -2
  12. package/manifest.json +1 -1
  13. package/package.json +1 -1
  14. package/specs/domains/admin_console_and_ui.json +90 -26
  15. package/specs/domains/ai_services.json +149 -22
  16. package/specs/domains/api.json +598 -179
  17. package/specs/domains/authentication.json +198 -46
  18. package/specs/domains/bigip.json +326 -98
  19. package/specs/domains/billing_and_usage.json +289 -64
  20. package/specs/domains/blindfold.json +384 -110
  21. package/specs/domains/bot_and_threat_defense.json +256 -66
  22. package/specs/domains/cdn.json +477 -181
  23. package/specs/domains/ce_management.json +398 -118
  24. package/specs/domains/certificates.json +253 -78
  25. package/specs/domains/cloud_infrastructure.json +412 -115
  26. package/specs/domains/container_services.json +260 -95
  27. package/specs/domains/data_and_privacy_security.json +210 -68
  28. package/specs/domains/data_intelligence.json +225 -63
  29. package/specs/domains/ddos.json +690 -156
  30. package/specs/domains/dns.json +614 -149
  31. package/specs/domains/managed_kubernetes.json +317 -89
  32. package/specs/domains/marketplace.json +427 -104
  33. package/specs/domains/network.json +950 -231
  34. package/specs/domains/network_security.json +749 -188
  35. package/specs/domains/nginx_one.json +211 -63
  36. package/specs/domains/object_storage.json +126 -13
  37. package/specs/domains/observability.json +622 -103
  38. package/specs/domains/rate_limiting.json +208 -53
  39. package/specs/domains/secops_and_incident_response.json +122 -37
  40. package/specs/domains/service_mesh.json +484 -123
  41. package/specs/domains/shape.json +2359 -314
  42. package/specs/domains/sites.json +1572 -390
  43. package/specs/domains/statistics.json +892 -226
  44. package/specs/domains/support.json +544 -109
  45. package/specs/domains/telemetry_and_insights.json +312 -73
  46. package/specs/domains/tenant_and_identity.json +1881 -273
  47. package/specs/domains/threat_campaign.json +124 -67
  48. package/specs/domains/users.json +225 -72
  49. package/specs/domains/virtual.json +1157 -245
  50. package/specs/domains/vpm_and_node_management.json +59 -2
  51. package/specs/domains/waf.json +565 -140
  52. package/specs/index.json +99 -4
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Observability",
5
5
  "description": "Telemetry systems execute scheduled availability checks from distributed AWS locations worldwide. Response code validation and timing metrics feed into historical trend analysis. DNS resolution accuracy verification ensures name service reliability. Certificate lifecycle tracking generates expiration warnings before outages occur. Regional probe distribution provides geographic coverage insights. Health summaries aggregate results into actionable dashboards with configurable alerting thresholds.",
6
- "version": "2.0.10",
6
+ "version": "2.0.13",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -13,7 +13,57 @@
13
13
  "url": "https://www.f5.com/company/policies/eula"
14
14
  },
15
15
  "summary": "HTTP availability probes with latency measurement. Certificate expiration alerts and global status dashboards for infrastructure health.",
16
- "x-f5xc-cli-domain": "observability"
16
+ "x-f5xc-cli-domain": "observability",
17
+ "x-f5xc-best-practices": {
18
+ "common_errors": [
19
+ {
20
+ "code": 400,
21
+ "message": "Invalid request body",
22
+ "resolution": "Validate JSON structure and required fields before submission",
23
+ "prevention": "Use schema validation from OpenAPI spec"
24
+ },
25
+ {
26
+ "code": 401,
27
+ "message": "Authentication failed",
28
+ "resolution": "Verify API token is valid and not expired",
29
+ "prevention": "Use environment variables for token management"
30
+ },
31
+ {
32
+ "code": 403,
33
+ "message": "Permission denied",
34
+ "resolution": "Check user role and namespace permissions",
35
+ "prevention": "Verify RBAC policies before operations"
36
+ },
37
+ {
38
+ "code": 404,
39
+ "message": "Resource not found",
40
+ "resolution": "Verify resource name and namespace exist",
41
+ "prevention": "List resources before attempting operations"
42
+ },
43
+ {
44
+ "code": 409,
45
+ "message": "Resource already exists",
46
+ "resolution": "Use unique name or delete existing resource",
47
+ "prevention": "Check existence before creation"
48
+ },
49
+ {
50
+ "code": 429,
51
+ "message": "Rate limit exceeded",
52
+ "resolution": "Implement exponential backoff and retry logic",
53
+ "prevention": "Batch operations and add delays between requests"
54
+ }
55
+ ],
56
+ "security_notes": [
57
+ "Always use HTTPS for all API communications",
58
+ "Store API tokens securely, never in source code",
59
+ "Rotate API tokens regularly following security policies"
60
+ ],
61
+ "performance_tips": [
62
+ "Use pagination for large result sets",
63
+ "Batch related operations when possible",
64
+ "Cache read-only responses appropriately"
65
+ ]
66
+ }
17
67
  },
18
68
  "servers": [
19
69
  {
@@ -312,6 +362,13 @@
312
362
  "latency": "moderate",
313
363
  "resource_usage": "moderate"
314
364
  }
365
+ },
366
+ "x-f5xc-discovered-response-time": {
367
+ "p50_ms": 200,
368
+ "p95_ms": 800,
369
+ "p99_ms": 2000,
370
+ "sample_count": 0,
371
+ "source": "estimate"
315
372
  }
316
373
  },
317
374
  "x-displayname": "Alerts",
@@ -559,6 +616,13 @@
559
616
  "latency": "moderate",
560
617
  "resource_usage": "moderate"
561
618
  }
619
+ },
620
+ "x-f5xc-discovered-response-time": {
621
+ "p50_ms": 200,
622
+ "p95_ms": 800,
623
+ "p99_ms": 2000,
624
+ "sample_count": 0,
625
+ "source": "estimate"
562
626
  }
563
627
  },
564
628
  "x-displayname": "Alerts",
@@ -780,6 +844,13 @@
780
844
  "latency": "moderate",
781
845
  "resource_usage": "moderate"
782
846
  }
847
+ },
848
+ "x-f5xc-discovered-response-time": {
849
+ "p50_ms": 200,
850
+ "p95_ms": 800,
851
+ "p99_ms": 2000,
852
+ "sample_count": 0,
853
+ "source": "estimate"
783
854
  }
784
855
  },
785
856
  "x-displayname": "Alerts",
@@ -994,6 +1065,13 @@
994
1065
  "latency": "low",
995
1066
  "resource_usage": "low"
996
1067
  }
1068
+ },
1069
+ "x-f5xc-discovered-response-time": {
1070
+ "p50_ms": 1000,
1071
+ "p95_ms": 3000,
1072
+ "p99_ms": 8000,
1073
+ "sample_count": 0,
1074
+ "source": "estimate"
997
1075
  }
998
1076
  },
999
1077
  "x-displayname": "Alerts",
@@ -1193,6 +1271,13 @@
1193
1271
  "latency": "moderate",
1194
1272
  "resource_usage": "moderate"
1195
1273
  }
1274
+ },
1275
+ "x-f5xc-discovered-response-time": {
1276
+ "p50_ms": 200,
1277
+ "p95_ms": 800,
1278
+ "p99_ms": 2000,
1279
+ "sample_count": 0,
1280
+ "source": "estimate"
1196
1281
  }
1197
1282
  },
1198
1283
  "post": {
@@ -1402,6 +1487,13 @@
1402
1487
  "latency": "low",
1403
1488
  "resource_usage": "low"
1404
1489
  }
1490
+ },
1491
+ "x-f5xc-discovered-response-time": {
1492
+ "p50_ms": 1000,
1493
+ "p95_ms": 3000,
1494
+ "p99_ms": 8000,
1495
+ "sample_count": 0,
1496
+ "source": "estimate"
1405
1497
  }
1406
1498
  },
1407
1499
  "x-displayname": "Alerts",
@@ -1616,6 +1708,13 @@
1616
1708
  "latency": "low",
1617
1709
  "resource_usage": "low"
1618
1710
  }
1711
+ },
1712
+ "x-f5xc-discovered-response-time": {
1713
+ "p50_ms": 1000,
1714
+ "p95_ms": 3000,
1715
+ "p99_ms": 8000,
1716
+ "sample_count": 0,
1717
+ "source": "estimate"
1619
1718
  }
1620
1719
  },
1621
1720
  "x-displayname": "DNS Monitor.",
@@ -1838,6 +1937,13 @@
1838
1937
  "latency": "low",
1839
1938
  "resource_usage": "low"
1840
1939
  }
1940
+ },
1941
+ "x-f5xc-discovered-response-time": {
1942
+ "p50_ms": 800,
1943
+ "p95_ms": 2500,
1944
+ "p99_ms": 6000,
1945
+ "sample_count": 0,
1946
+ "source": "estimate"
1841
1947
  }
1842
1948
  },
1843
1949
  "x-displayname": "DNS Monitor.",
@@ -2070,6 +2176,13 @@
2070
2176
  "latency": "moderate",
2071
2177
  "resource_usage": "moderate"
2072
2178
  }
2179
+ },
2180
+ "x-f5xc-discovered-response-time": {
2181
+ "p50_ms": 200,
2182
+ "p95_ms": 800,
2183
+ "p99_ms": 2000,
2184
+ "sample_count": 0,
2185
+ "source": "estimate"
2073
2186
  }
2074
2187
  },
2075
2188
  "x-displayname": "DNS Monitor.",
@@ -2297,6 +2410,13 @@
2297
2410
  "latency": "moderate",
2298
2411
  "resource_usage": "moderate"
2299
2412
  }
2413
+ },
2414
+ "x-f5xc-discovered-response-time": {
2415
+ "p50_ms": 200,
2416
+ "p95_ms": 800,
2417
+ "p99_ms": 2000,
2418
+ "sample_count": 0,
2419
+ "source": "estimate"
2300
2420
  }
2301
2421
  },
2302
2422
  "x-displayname": "DNS Monitor.",
@@ -2518,6 +2638,13 @@
2518
2638
  "latency": "low",
2519
2639
  "resource_usage": "low"
2520
2640
  }
2641
+ },
2642
+ "x-f5xc-discovered-response-time": {
2643
+ "p50_ms": 200,
2644
+ "p95_ms": 800,
2645
+ "p99_ms": 2000,
2646
+ "sample_count": 0,
2647
+ "source": "estimate"
2521
2648
  }
2522
2649
  },
2523
2650
  "delete": {
@@ -2737,6 +2864,13 @@
2737
2864
  "latency": "high",
2738
2865
  "resource_usage": "moderate"
2739
2866
  }
2867
+ },
2868
+ "x-f5xc-discovered-response-time": {
2869
+ "p50_ms": 500,
2870
+ "p95_ms": 1500,
2871
+ "p99_ms": 4000,
2872
+ "sample_count": 0,
2873
+ "source": "estimate"
2740
2874
  }
2741
2875
  },
2742
2876
  "x-displayname": "DNS Monitor.",
@@ -2951,6 +3085,13 @@
2951
3085
  "latency": "low",
2952
3086
  "resource_usage": "low"
2953
3087
  }
3088
+ },
3089
+ "x-f5xc-discovered-response-time": {
3090
+ "p50_ms": 1000,
3091
+ "p95_ms": 3000,
3092
+ "p99_ms": 8000,
3093
+ "sample_count": 0,
3094
+ "source": "estimate"
2954
3095
  }
2955
3096
  },
2956
3097
  "x-displayname": "HTTP Monitor.",
@@ -3173,6 +3314,13 @@
3173
3314
  "latency": "low",
3174
3315
  "resource_usage": "low"
3175
3316
  }
3317
+ },
3318
+ "x-f5xc-discovered-response-time": {
3319
+ "p50_ms": 800,
3320
+ "p95_ms": 2500,
3321
+ "p99_ms": 6000,
3322
+ "sample_count": 0,
3323
+ "source": "estimate"
3176
3324
  }
3177
3325
  },
3178
3326
  "x-displayname": "HTTP Monitor.",
@@ -3405,6 +3553,13 @@
3405
3553
  "latency": "moderate",
3406
3554
  "resource_usage": "moderate"
3407
3555
  }
3556
+ },
3557
+ "x-f5xc-discovered-response-time": {
3558
+ "p50_ms": 200,
3559
+ "p95_ms": 800,
3560
+ "p99_ms": 2000,
3561
+ "sample_count": 0,
3562
+ "source": "estimate"
3408
3563
  }
3409
3564
  },
3410
3565
  "x-displayname": "HTTP Monitor.",
@@ -3632,6 +3787,13 @@
3632
3787
  "latency": "moderate",
3633
3788
  "resource_usage": "moderate"
3634
3789
  }
3790
+ },
3791
+ "x-f5xc-discovered-response-time": {
3792
+ "p50_ms": 200,
3793
+ "p95_ms": 800,
3794
+ "p99_ms": 2000,
3795
+ "sample_count": 0,
3796
+ "source": "estimate"
3635
3797
  }
3636
3798
  },
3637
3799
  "x-displayname": "HTTP Monitor.",
@@ -3853,6 +4015,13 @@
3853
4015
  "latency": "low",
3854
4016
  "resource_usage": "low"
3855
4017
  }
4018
+ },
4019
+ "x-f5xc-discovered-response-time": {
4020
+ "p50_ms": 200,
4021
+ "p95_ms": 800,
4022
+ "p99_ms": 2000,
4023
+ "sample_count": 0,
4024
+ "source": "estimate"
3856
4025
  }
3857
4026
  },
3858
4027
  "delete": {
@@ -4072,6 +4241,13 @@
4072
4241
  "latency": "high",
4073
4242
  "resource_usage": "moderate"
4074
4243
  }
4244
+ },
4245
+ "x-f5xc-discovered-response-time": {
4246
+ "p50_ms": 500,
4247
+ "p95_ms": 1500,
4248
+ "p99_ms": 4000,
4249
+ "sample_count": 0,
4250
+ "source": "estimate"
4075
4251
  }
4076
4252
  },
4077
4253
  "x-displayname": "HTTP Monitor.",
@@ -4286,6 +4462,13 @@
4286
4462
  "latency": "low",
4287
4463
  "resource_usage": "low"
4288
4464
  }
4465
+ },
4466
+ "x-f5xc-discovered-response-time": {
4467
+ "p50_ms": 1000,
4468
+ "p95_ms": 3000,
4469
+ "p99_ms": 8000,
4470
+ "sample_count": 0,
4471
+ "source": "estimate"
4289
4472
  }
4290
4473
  },
4291
4474
  "x-displayname": "Logs",
@@ -4500,6 +4683,13 @@
4500
4683
  "latency": "low",
4501
4684
  "resource_usage": "low"
4502
4685
  }
4686
+ },
4687
+ "x-f5xc-discovered-response-time": {
4688
+ "p50_ms": 1000,
4689
+ "p95_ms": 3000,
4690
+ "p99_ms": 8000,
4691
+ "sample_count": 0,
4692
+ "source": "estimate"
4503
4693
  }
4504
4694
  },
4505
4695
  "x-displayname": "Logs",
@@ -4699,6 +4889,13 @@
4699
4889
  "latency": "moderate",
4700
4890
  "resource_usage": "moderate"
4701
4891
  }
4892
+ },
4893
+ "x-f5xc-discovered-response-time": {
4894
+ "p50_ms": 200,
4895
+ "p95_ms": 800,
4896
+ "p99_ms": 2000,
4897
+ "sample_count": 0,
4898
+ "source": "estimate"
4702
4899
  }
4703
4900
  },
4704
4901
  "post": {
@@ -4901,6 +5098,13 @@
4901
5098
  "latency": "low",
4902
5099
  "resource_usage": "low"
4903
5100
  }
5101
+ },
5102
+ "x-f5xc-discovered-response-time": {
5103
+ "p50_ms": 1000,
5104
+ "p95_ms": 3000,
5105
+ "p99_ms": 8000,
5106
+ "sample_count": 0,
5107
+ "source": "estimate"
4904
5108
  }
4905
5109
  },
4906
5110
  "x-displayname": "Logs",
@@ -5115,6 +5319,13 @@
5115
5319
  "latency": "low",
5116
5320
  "resource_usage": "low"
5117
5321
  }
5322
+ },
5323
+ "x-f5xc-discovered-response-time": {
5324
+ "p50_ms": 1000,
5325
+ "p95_ms": 3000,
5326
+ "p99_ms": 8000,
5327
+ "sample_count": 0,
5328
+ "source": "estimate"
5118
5329
  }
5119
5330
  },
5120
5331
  "x-displayname": "Logs",
@@ -5329,6 +5540,13 @@
5329
5540
  "latency": "low",
5330
5541
  "resource_usage": "low"
5331
5542
  }
5543
+ },
5544
+ "x-f5xc-discovered-response-time": {
5545
+ "p50_ms": 1000,
5546
+ "p95_ms": 3000,
5547
+ "p99_ms": 8000,
5548
+ "sample_count": 0,
5549
+ "source": "estimate"
5332
5550
  }
5333
5551
  },
5334
5552
  "x-displayname": "Logs",
@@ -5528,6 +5746,13 @@
5528
5746
  "latency": "moderate",
5529
5747
  "resource_usage": "moderate"
5530
5748
  }
5749
+ },
5750
+ "x-f5xc-discovered-response-time": {
5751
+ "p50_ms": 200,
5752
+ "p95_ms": 800,
5753
+ "p99_ms": 2000,
5754
+ "sample_count": 0,
5755
+ "source": "estimate"
5531
5756
  }
5532
5757
  },
5533
5758
  "post": {
@@ -5730,6 +5955,13 @@
5730
5955
  "latency": "low",
5731
5956
  "resource_usage": "low"
5732
5957
  }
5958
+ },
5959
+ "x-f5xc-discovered-response-time": {
5960
+ "p50_ms": 1000,
5961
+ "p95_ms": 3000,
5962
+ "p99_ms": 8000,
5963
+ "sample_count": 0,
5964
+ "source": "estimate"
5733
5965
  }
5734
5966
  },
5735
5967
  "x-displayname": "Logs",
@@ -5944,6 +6176,13 @@
5944
6176
  "latency": "low",
5945
6177
  "resource_usage": "low"
5946
6178
  }
6179
+ },
6180
+ "x-f5xc-discovered-response-time": {
6181
+ "p50_ms": 1000,
6182
+ "p95_ms": 3000,
6183
+ "p99_ms": 8000,
6184
+ "sample_count": 0,
6185
+ "source": "estimate"
5947
6186
  }
5948
6187
  },
5949
6188
  "x-displayname": "Logs",
@@ -6158,6 +6397,13 @@
6158
6397
  "latency": "low",
6159
6398
  "resource_usage": "low"
6160
6399
  }
6400
+ },
6401
+ "x-f5xc-discovered-response-time": {
6402
+ "p50_ms": 1000,
6403
+ "p95_ms": 3000,
6404
+ "p99_ms": 8000,
6405
+ "sample_count": 0,
6406
+ "source": "estimate"
6161
6407
  }
6162
6408
  },
6163
6409
  "x-displayname": "Logs",
@@ -6357,6 +6603,13 @@
6357
6603
  "latency": "moderate",
6358
6604
  "resource_usage": "moderate"
6359
6605
  }
6606
+ },
6607
+ "x-f5xc-discovered-response-time": {
6608
+ "p50_ms": 200,
6609
+ "p95_ms": 800,
6610
+ "p99_ms": 2000,
6611
+ "sample_count": 0,
6612
+ "source": "estimate"
6360
6613
  }
6361
6614
  },
6362
6615
  "post": {
@@ -6559,6 +6812,13 @@
6559
6812
  "latency": "low",
6560
6813
  "resource_usage": "low"
6561
6814
  }
6815
+ },
6816
+ "x-f5xc-discovered-response-time": {
6817
+ "p50_ms": 1000,
6818
+ "p95_ms": 3000,
6819
+ "p99_ms": 8000,
6820
+ "sample_count": 0,
6821
+ "source": "estimate"
6562
6822
  }
6563
6823
  },
6564
6824
  "x-displayname": "Logs",
@@ -6758,6 +7018,13 @@
6758
7018
  "latency": "moderate",
6759
7019
  "resource_usage": "moderate"
6760
7020
  }
7021
+ },
7022
+ "x-f5xc-discovered-response-time": {
7023
+ "p50_ms": 200,
7024
+ "p95_ms": 800,
7025
+ "p99_ms": 2000,
7026
+ "sample_count": 0,
7027
+ "source": "estimate"
6761
7028
  }
6762
7029
  },
6763
7030
  "post": {
@@ -6960,6 +7227,13 @@
6960
7227
  "latency": "low",
6961
7228
  "resource_usage": "low"
6962
7229
  }
7230
+ },
7231
+ "x-f5xc-discovered-response-time": {
7232
+ "p50_ms": 1000,
7233
+ "p95_ms": 3000,
7234
+ "p99_ms": 8000,
7235
+ "sample_count": 0,
7236
+ "source": "estimate"
6963
7237
  }
6964
7238
  },
6965
7239
  "x-displayname": "Logs",
@@ -7159,6 +7433,13 @@
7159
7433
  "latency": "moderate",
7160
7434
  "resource_usage": "moderate"
7161
7435
  }
7436
+ },
7437
+ "x-f5xc-discovered-response-time": {
7438
+ "p50_ms": 200,
7439
+ "p95_ms": 800,
7440
+ "p99_ms": 2000,
7441
+ "sample_count": 0,
7442
+ "source": "estimate"
7162
7443
  }
7163
7444
  },
7164
7445
  "post": {
@@ -7361,6 +7642,13 @@
7361
7642
  "latency": "low",
7362
7643
  "resource_usage": "low"
7363
7644
  }
7645
+ },
7646
+ "x-f5xc-discovered-response-time": {
7647
+ "p50_ms": 1000,
7648
+ "p95_ms": 3000,
7649
+ "p99_ms": 8000,
7650
+ "sample_count": 0,
7651
+ "source": "estimate"
7364
7652
  }
7365
7653
  },
7366
7654
  "x-displayname": "Logs",
@@ -7575,6 +7863,13 @@
7575
7863
  "latency": "low",
7576
7864
  "resource_usage": "low"
7577
7865
  }
7866
+ },
7867
+ "x-f5xc-discovered-response-time": {
7868
+ "p50_ms": 1000,
7869
+ "p95_ms": 3000,
7870
+ "p99_ms": 8000,
7871
+ "sample_count": 0,
7872
+ "source": "estimate"
7578
7873
  }
7579
7874
  },
7580
7875
  "x-displayname": "Logs",
@@ -7789,6 +8084,13 @@
7789
8084
  "latency": "low",
7790
8085
  "resource_usage": "low"
7791
8086
  }
8087
+ },
8088
+ "x-f5xc-discovered-response-time": {
8089
+ "p50_ms": 1000,
8090
+ "p95_ms": 3000,
8091
+ "p99_ms": 8000,
8092
+ "sample_count": 0,
8093
+ "source": "estimate"
7792
8094
  }
7793
8095
  },
7794
8096
  "x-displayname": "Logs",
@@ -7988,6 +8290,13 @@
7988
8290
  "latency": "moderate",
7989
8291
  "resource_usage": "moderate"
7990
8292
  }
8293
+ },
8294
+ "x-f5xc-discovered-response-time": {
8295
+ "p50_ms": 200,
8296
+ "p95_ms": 800,
8297
+ "p99_ms": 2000,
8298
+ "sample_count": 0,
8299
+ "source": "estimate"
7991
8300
  }
7992
8301
  },
7993
8302
  "post": {
@@ -8190,6 +8499,13 @@
8190
8499
  "latency": "low",
8191
8500
  "resource_usage": "low"
8192
8501
  }
8502
+ },
8503
+ "x-f5xc-discovered-response-time": {
8504
+ "p50_ms": 1000,
8505
+ "p95_ms": 3000,
8506
+ "p99_ms": 8000,
8507
+ "sample_count": 0,
8508
+ "source": "estimate"
8193
8509
  }
8194
8510
  },
8195
8511
  "x-displayname": "Logs",
@@ -8404,6 +8720,13 @@
8404
8720
  "latency": "low",
8405
8721
  "resource_usage": "low"
8406
8722
  }
8723
+ },
8724
+ "x-f5xc-discovered-response-time": {
8725
+ "p50_ms": 1000,
8726
+ "p95_ms": 3000,
8727
+ "p99_ms": 8000,
8728
+ "sample_count": 0,
8729
+ "source": "estimate"
8407
8730
  }
8408
8731
  },
8409
8732
  "x-displayname": "Logs",
@@ -8618,6 +8941,13 @@
8618
8941
  "latency": "low",
8619
8942
  "resource_usage": "low"
8620
8943
  }
8944
+ },
8945
+ "x-f5xc-discovered-response-time": {
8946
+ "p50_ms": 1000,
8947
+ "p95_ms": 3000,
8948
+ "p99_ms": 8000,
8949
+ "sample_count": 0,
8950
+ "source": "estimate"
8621
8951
  }
8622
8952
  },
8623
8953
  "x-displayname": "Logs",
@@ -8817,6 +9147,13 @@
8817
9147
  "latency": "moderate",
8818
9148
  "resource_usage": "moderate"
8819
9149
  }
9150
+ },
9151
+ "x-f5xc-discovered-response-time": {
9152
+ "p50_ms": 200,
9153
+ "p95_ms": 800,
9154
+ "p99_ms": 2000,
9155
+ "sample_count": 0,
9156
+ "source": "estimate"
8820
9157
  }
8821
9158
  },
8822
9159
  "post": {
@@ -9019,6 +9356,13 @@
9019
9356
  "latency": "low",
9020
9357
  "resource_usage": "low"
9021
9358
  }
9359
+ },
9360
+ "x-f5xc-discovered-response-time": {
9361
+ "p50_ms": 1000,
9362
+ "p95_ms": 3000,
9363
+ "p99_ms": 8000,
9364
+ "sample_count": 0,
9365
+ "source": "estimate"
9022
9366
  }
9023
9367
  },
9024
9368
  "x-displayname": "Logs",
@@ -9233,6 +9577,13 @@
9233
9577
  "latency": "low",
9234
9578
  "resource_usage": "low"
9235
9579
  }
9580
+ },
9581
+ "x-f5xc-discovered-response-time": {
9582
+ "p50_ms": 1000,
9583
+ "p95_ms": 3000,
9584
+ "p99_ms": 8000,
9585
+ "sample_count": 0,
9586
+ "source": "estimate"
9236
9587
  }
9237
9588
  },
9238
9589
  "x-displayname": "Logs",
@@ -9447,6 +9798,13 @@
9447
9798
  "latency": "low",
9448
9799
  "resource_usage": "low"
9449
9800
  }
9801
+ },
9802
+ "x-f5xc-discovered-response-time": {
9803
+ "p50_ms": 1000,
9804
+ "p95_ms": 3000,
9805
+ "p99_ms": 8000,
9806
+ "sample_count": 0,
9807
+ "source": "estimate"
9450
9808
  }
9451
9809
  },
9452
9810
  "x-displayname": "Logs",
@@ -9646,6 +10004,13 @@
9646
10004
  "latency": "moderate",
9647
10005
  "resource_usage": "moderate"
9648
10006
  }
10007
+ },
10008
+ "x-f5xc-discovered-response-time": {
10009
+ "p50_ms": 200,
10010
+ "p95_ms": 800,
10011
+ "p99_ms": 2000,
10012
+ "sample_count": 0,
10013
+ "source": "estimate"
9649
10014
  }
9650
10015
  },
9651
10016
  "post": {
@@ -9848,6 +10213,13 @@
9848
10213
  "latency": "low",
9849
10214
  "resource_usage": "low"
9850
10215
  }
10216
+ },
10217
+ "x-f5xc-discovered-response-time": {
10218
+ "p50_ms": 1000,
10219
+ "p95_ms": 3000,
10220
+ "p99_ms": 8000,
10221
+ "sample_count": 0,
10222
+ "source": "estimate"
9851
10223
  }
9852
10224
  },
9853
10225
  "x-displayname": "Logs",
@@ -10047,6 +10419,13 @@
10047
10419
  "latency": "low",
10048
10420
  "resource_usage": "low"
10049
10421
  }
10422
+ },
10423
+ "x-f5xc-discovered-response-time": {
10424
+ "p50_ms": 1000,
10425
+ "p95_ms": 3000,
10426
+ "p99_ms": 8000,
10427
+ "sample_count": 0,
10428
+ "source": "estimate"
10050
10429
  }
10051
10430
  },
10052
10431
  "x-displayname": "Observability Subscription API.",
@@ -10246,6 +10625,13 @@
10246
10625
  "latency": "low",
10247
10626
  "resource_usage": "low"
10248
10627
  }
10628
+ },
10629
+ "x-f5xc-discovered-response-time": {
10630
+ "p50_ms": 1000,
10631
+ "p95_ms": 3000,
10632
+ "p99_ms": 8000,
10633
+ "sample_count": 0,
10634
+ "source": "estimate"
10249
10635
  }
10250
10636
  },
10251
10637
  "x-displayname": "Observability Subscription API.",
@@ -10435,6 +10821,13 @@
10435
10821
  "latency": "moderate",
10436
10822
  "resource_usage": "moderate"
10437
10823
  }
10824
+ },
10825
+ "x-f5xc-discovered-response-time": {
10826
+ "p50_ms": 200,
10827
+ "p95_ms": 800,
10828
+ "p99_ms": 2000,
10829
+ "sample_count": 0,
10830
+ "source": "estimate"
10438
10831
  }
10439
10832
  },
10440
10833
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -10636,6 +11029,13 @@
10636
11029
  "latency": "moderate",
10637
11030
  "resource_usage": "moderate"
10638
11031
  }
11032
+ },
11033
+ "x-f5xc-discovered-response-time": {
11034
+ "p50_ms": 200,
11035
+ "p95_ms": 800,
11036
+ "p99_ms": 2000,
11037
+ "sample_count": 0,
11038
+ "source": "estimate"
10639
11039
  }
10640
11040
  },
10641
11041
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -10857,6 +11257,13 @@
10857
11257
  "latency": "moderate",
10858
11258
  "resource_usage": "moderate"
10859
11259
  }
11260
+ },
11261
+ "x-f5xc-discovered-response-time": {
11262
+ "p50_ms": 200,
11263
+ "p95_ms": 800,
11264
+ "p99_ms": 2000,
11265
+ "sample_count": 0,
11266
+ "source": "estimate"
10860
11267
  }
10861
11268
  },
10862
11269
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -11071,6 +11478,13 @@
11071
11478
  "latency": "low",
11072
11479
  "resource_usage": "low"
11073
11480
  }
11481
+ },
11482
+ "x-f5xc-discovered-response-time": {
11483
+ "p50_ms": 1000,
11484
+ "p95_ms": 3000,
11485
+ "p99_ms": 8000,
11486
+ "sample_count": 0,
11487
+ "source": "estimate"
11074
11488
  }
11075
11489
  },
11076
11490
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -11303,6 +11717,13 @@
11303
11717
  "latency": "moderate",
11304
11718
  "resource_usage": "moderate"
11305
11719
  }
11720
+ },
11721
+ "x-f5xc-discovered-response-time": {
11722
+ "p50_ms": 200,
11723
+ "p95_ms": 800,
11724
+ "p99_ms": 2000,
11725
+ "sample_count": 0,
11726
+ "source": "estimate"
11306
11727
  }
11307
11728
  },
11308
11729
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -11502,6 +11923,13 @@
11502
11923
  "latency": "moderate",
11503
11924
  "resource_usage": "moderate"
11504
11925
  }
11926
+ },
11927
+ "x-f5xc-discovered-response-time": {
11928
+ "p50_ms": 200,
11929
+ "p95_ms": 800,
11930
+ "p99_ms": 2000,
11931
+ "sample_count": 0,
11932
+ "source": "estimate"
11505
11933
  }
11506
11934
  },
11507
11935
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -11690,6 +12118,13 @@
11690
12118
  "latency": "moderate",
11691
12119
  "resource_usage": "moderate"
11692
12120
  }
12121
+ },
12122
+ "x-f5xc-discovered-response-time": {
12123
+ "p50_ms": 200,
12124
+ "p95_ms": 800,
12125
+ "p99_ms": 2000,
12126
+ "sample_count": 0,
12127
+ "source": "estimate"
11693
12128
  }
11694
12129
  },
11695
12130
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -11911,6 +12346,13 @@
11911
12346
  "latency": "moderate",
11912
12347
  "resource_usage": "moderate"
11913
12348
  }
12349
+ },
12350
+ "x-f5xc-discovered-response-time": {
12351
+ "p50_ms": 200,
12352
+ "p95_ms": 800,
12353
+ "p99_ms": 2000,
12354
+ "sample_count": 0,
12355
+ "source": "estimate"
11914
12356
  }
11915
12357
  },
11916
12358
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -12132,6 +12574,13 @@
12132
12574
  "latency": "moderate",
12133
12575
  "resource_usage": "moderate"
12134
12576
  }
12577
+ },
12578
+ "x-f5xc-discovered-response-time": {
12579
+ "p50_ms": 200,
12580
+ "p95_ms": 800,
12581
+ "p99_ms": 2000,
12582
+ "sample_count": 0,
12583
+ "source": "estimate"
12135
12584
  }
12136
12585
  },
12137
12586
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -12346,6 +12795,13 @@
12346
12795
  "latency": "low",
12347
12796
  "resource_usage": "low"
12348
12797
  }
12798
+ },
12799
+ "x-f5xc-discovered-response-time": {
12800
+ "p50_ms": 1000,
12801
+ "p95_ms": 3000,
12802
+ "p99_ms": 8000,
12803
+ "sample_count": 0,
12804
+ "source": "estimate"
12349
12805
  }
12350
12806
  },
12351
12807
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -12560,6 +13016,13 @@
12560
13016
  "latency": "low",
12561
13017
  "resource_usage": "low"
12562
13018
  }
13019
+ },
13020
+ "x-f5xc-discovered-response-time": {
13021
+ "p50_ms": 1000,
13022
+ "p95_ms": 3000,
13023
+ "p99_ms": 8000,
13024
+ "sample_count": 0,
13025
+ "source": "estimate"
12563
13026
  }
12564
13027
  },
12565
13028
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -12792,6 +13255,13 @@
12792
13255
  "latency": "moderate",
12793
13256
  "resource_usage": "moderate"
12794
13257
  }
13258
+ },
13259
+ "x-f5xc-discovered-response-time": {
13260
+ "p50_ms": 200,
13261
+ "p95_ms": 800,
13262
+ "p99_ms": 2000,
13263
+ "sample_count": 0,
13264
+ "source": "estimate"
12795
13265
  }
12796
13266
  },
12797
13267
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -13035,6 +13505,13 @@
13035
13505
  "latency": "moderate",
13036
13506
  "resource_usage": "moderate"
13037
13507
  }
13508
+ },
13509
+ "x-f5xc-discovered-response-time": {
13510
+ "p50_ms": 200,
13511
+ "p95_ms": 800,
13512
+ "p99_ms": 2000,
13513
+ "sample_count": 0,
13514
+ "source": "estimate"
13038
13515
  }
13039
13516
  },
13040
13517
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -13223,6 +13700,13 @@
13223
13700
  "latency": "moderate",
13224
13701
  "resource_usage": "moderate"
13225
13702
  }
13703
+ },
13704
+ "x-f5xc-discovered-response-time": {
13705
+ "p50_ms": 200,
13706
+ "p95_ms": 800,
13707
+ "p99_ms": 2000,
13708
+ "sample_count": 0,
13709
+ "source": "estimate"
13226
13710
  }
13227
13711
  },
13228
13712
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -13444,6 +13928,13 @@
13444
13928
  "latency": "moderate",
13445
13929
  "resource_usage": "moderate"
13446
13930
  }
13931
+ },
13932
+ "x-f5xc-discovered-response-time": {
13933
+ "p50_ms": 200,
13934
+ "p95_ms": 800,
13935
+ "p99_ms": 2000,
13936
+ "sample_count": 0,
13937
+ "source": "estimate"
13447
13938
  }
13448
13939
  },
13449
13940
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -13658,6 +14149,13 @@
13658
14149
  "latency": "low",
13659
14150
  "resource_usage": "low"
13660
14151
  }
14152
+ },
14153
+ "x-f5xc-discovered-response-time": {
14154
+ "p50_ms": 1000,
14155
+ "p95_ms": 3000,
14156
+ "p99_ms": 8000,
14157
+ "sample_count": 0,
14158
+ "source": "estimate"
13661
14159
  }
13662
14160
  },
13663
14161
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -13857,6 +14355,13 @@
13857
14355
  "latency": "moderate",
13858
14356
  "resource_usage": "moderate"
13859
14357
  }
14358
+ },
14359
+ "x-f5xc-discovered-response-time": {
14360
+ "p50_ms": 200,
14361
+ "p95_ms": 800,
14362
+ "p99_ms": 2000,
14363
+ "sample_count": 0,
14364
+ "source": "estimate"
13860
14365
  }
13861
14366
  },
13862
14367
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -14056,6 +14561,13 @@
14056
14561
  "latency": "moderate",
14057
14562
  "resource_usage": "moderate"
14058
14563
  }
14564
+ },
14565
+ "x-f5xc-discovered-response-time": {
14566
+ "p50_ms": 200,
14567
+ "p95_ms": 800,
14568
+ "p99_ms": 2000,
14569
+ "sample_count": 0,
14570
+ "source": "estimate"
14059
14571
  }
14060
14572
  },
14061
14573
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -14244,6 +14756,13 @@
14244
14756
  "latency": "moderate",
14245
14757
  "resource_usage": "moderate"
14246
14758
  }
14759
+ },
14760
+ "x-f5xc-discovered-response-time": {
14761
+ "p50_ms": 200,
14762
+ "p95_ms": 800,
14763
+ "p99_ms": 2000,
14764
+ "sample_count": 0,
14765
+ "source": "estimate"
14247
14766
  }
14248
14767
  },
14249
14768
  "x-displayname": "Synthetic Monitor Custom APIs.",
@@ -14368,7 +14887,7 @@
14368
14887
  },
14369
14888
  "x-original-maxLength": 1024,
14370
14889
  "x-reconciled-from-discovery": true,
14371
- "x-reconciled-at": "2026-01-05T14:37:38.588176+00:00"
14890
+ "x-reconciled-at": "2026-01-05T18:28:41.313221+00:00"
14372
14891
  },
14373
14892
  "start_time": {
14374
14893
  "type": "string",
@@ -14556,7 +15075,7 @@
14556
15075
  },
14557
15076
  "x-original-maxLength": 1024,
14558
15077
  "x-reconciled-from-discovery": true,
14559
- "x-reconciled-at": "2026-01-05T14:37:38.588195+00:00"
15078
+ "x-reconciled-at": "2026-01-05T18:28:41.313239+00:00"
14560
15079
  },
14561
15080
  "scroll_id": {
14562
15081
  "type": "string",
@@ -14923,7 +15442,7 @@
14923
15442
  "maxLength": 15,
14924
15443
  "minLength": 3,
14925
15444
  "x-reconciled-from-discovery": true,
14926
- "x-reconciled-at": "2026-01-05T14:37:38.588229+00:00"
15445
+ "x-reconciled-at": "2026-01-05T18:28:41.313271+00:00"
14927
15446
  }
14928
15447
  },
14929
15448
  "x-f5xc-minimum-configuration": {
@@ -15143,7 +15662,7 @@
15143
15662
  },
15144
15663
  "x-original-maxLength": 1024,
15145
15664
  "x-reconciled-from-discovery": true,
15146
- "x-reconciled-at": "2026-01-05T14:37:38.588252+00:00"
15665
+ "x-reconciled-at": "2026-01-05T18:28:41.313292+00:00"
15147
15666
  },
15148
15667
  "order_by": {
15149
15668
  "$ref": "#/components/schemas/logOrderByData"
@@ -15245,7 +15764,7 @@
15245
15764
  },
15246
15765
  "x-original-maxLength": 1024,
15247
15766
  "x-reconciled-from-discovery": true,
15248
- "x-reconciled-at": "2026-01-05T14:37:38.588265+00:00"
15767
+ "x-reconciled-at": "2026-01-05T18:28:41.313304+00:00"
15249
15768
  },
15250
15769
  "order_by": {
15251
15770
  "$ref": "#/components/schemas/logOrderByData"
@@ -15355,7 +15874,7 @@
15355
15874
  },
15356
15875
  "x-original-maxLength": 1024,
15357
15876
  "x-reconciled-from-discovery": true,
15358
- "x-reconciled-at": "2026-01-05T14:37:38.588282+00:00"
15877
+ "x-reconciled-at": "2026-01-05T18:28:41.313320+00:00"
15359
15878
  }
15360
15879
  },
15361
15880
  "x-f5xc-minimum-configuration": {
@@ -15513,7 +16032,7 @@
15513
16032
  },
15514
16033
  "x-original-maxLength": 1024,
15515
16034
  "x-reconciled-from-discovery": true,
15516
- "x-reconciled-at": "2026-01-05T14:37:38.588295+00:00"
16035
+ "x-reconciled-at": "2026-01-05T18:28:41.313333+00:00"
15517
16036
  },
15518
16037
  "sub_aggs": {
15519
16038
  "type": "object",
@@ -15617,7 +16136,7 @@
15617
16136
  "maxLength": 15,
15618
16137
  "minLength": 3,
15619
16138
  "x-reconciled-from-discovery": true,
15620
- "x-reconciled-at": "2026-01-05T14:37:38.588315+00:00"
16139
+ "x-reconciled-at": "2026-01-05T18:28:41.313351+00:00"
15621
16140
  }
15622
16141
  },
15623
16142
  "x-f5xc-minimum-configuration": {
@@ -15672,7 +16191,7 @@
15672
16191
  "maxLength": 15,
15673
16192
  "minLength": 3,
15674
16193
  "x-reconciled-from-discovery": true,
15675
- "x-reconciled-at": "2026-01-05T14:37:38.588322+00:00"
16194
+ "x-reconciled-at": "2026-01-05T18:28:41.313358+00:00"
15676
16195
  }
15677
16196
  },
15678
16197
  "x-f5xc-minimum-configuration": {
@@ -15889,7 +16408,7 @@
15889
16408
  "maxLength": 16,
15890
16409
  "minLength": 7,
15891
16410
  "x-reconciled-from-discovery": true,
15892
- "x-reconciled-at": "2026-01-05T14:37:38.588346+00:00"
16411
+ "x-reconciled-at": "2026-01-05T18:28:41.313380+00:00"
15893
16412
  },
15894
16413
  "value": {
15895
16414
  "type": "number",
@@ -15905,7 +16424,7 @@
15905
16424
  "maxLength": 15,
15906
16425
  "minLength": 3,
15907
16426
  "x-reconciled-from-discovery": true,
15908
- "x-reconciled-at": "2026-01-05T14:37:38.588351+00:00"
16427
+ "x-reconciled-at": "2026-01-05T18:28:41.313385+00:00"
15909
16428
  }
15910
16429
  },
15911
16430
  "x-f5xc-minimum-configuration": {
@@ -16008,7 +16527,7 @@
16008
16527
  },
16009
16528
  "x-original-maxLength": 1024,
16010
16529
  "x-reconciled-from-discovery": true,
16011
- "x-reconciled-at": "2026-01-05T14:37:38.588359+00:00"
16530
+ "x-reconciled-at": "2026-01-05T18:28:41.313393+00:00"
16012
16531
  },
16013
16532
  "previous_value": {
16014
16533
  "type": "string",
@@ -16042,7 +16561,7 @@
16042
16561
  },
16043
16562
  "x-original-maxLength": 1024,
16044
16563
  "x-reconciled-from-discovery": true,
16045
- "x-reconciled-at": "2026-01-05T14:37:38.588366+00:00"
16564
+ "x-reconciled-at": "2026-01-05T18:28:41.313400+00:00"
16046
16565
  }
16047
16566
  },
16048
16567
  "x-f5xc-minimum-configuration": {
@@ -16106,7 +16625,7 @@
16106
16625
  },
16107
16626
  "x-original-maxLength": 1024,
16108
16627
  "x-reconciled-from-discovery": true,
16109
- "x-reconciled-at": "2026-01-05T14:38:13.131512+00:00"
16628
+ "x-reconciled-at": "2026-01-05T18:29:12.853952+00:00"
16110
16629
  }
16111
16630
  },
16112
16631
  "x-f5xc-minimum-configuration": {
@@ -16175,7 +16694,7 @@
16175
16694
  },
16176
16695
  "x-original-maxLength": 1024,
16177
16696
  "x-reconciled-from-discovery": true,
16178
- "x-reconciled-at": "2026-01-05T14:38:13.131523+00:00"
16697
+ "x-reconciled-at": "2026-01-05T18:29:12.853963+00:00"
16179
16698
  },
16180
16699
  "service_name": {
16181
16700
  "type": "string",
@@ -16214,7 +16733,7 @@
16214
16733
  },
16215
16734
  "x-original-maxLength": 1024,
16216
16735
  "x-reconciled-from-discovery": true,
16217
- "x-reconciled-at": "2026-01-05T14:38:13.131530+00:00"
16736
+ "x-reconciled-at": "2026-01-05T18:29:12.853969+00:00"
16218
16737
  },
16219
16738
  "type": {
16220
16739
  "type": "string",
@@ -16351,7 +16870,7 @@
16351
16870
  },
16352
16871
  "x-original-maxLength": 1024,
16353
16872
  "x-reconciled-from-discovery": true,
16354
- "x-reconciled-at": "2026-01-05T14:38:13.131542+00:00"
16873
+ "x-reconciled-at": "2026-01-05T18:29:12.853982+00:00"
16355
16874
  }
16356
16875
  },
16357
16876
  "x-f5xc-minimum-configuration": {
@@ -16460,7 +16979,7 @@
16460
16979
  },
16461
16980
  "x-original-maxLength": 1200,
16462
16981
  "x-reconciled-from-discovery": true,
16463
- "x-reconciled-at": "2026-01-05T14:38:13.131552+00:00"
16982
+ "x-reconciled-at": "2026-01-05T18:29:12.853991+00:00"
16464
16983
  },
16465
16984
  "disable": {
16466
16985
  "type": "boolean",
@@ -16513,7 +17032,7 @@
16513
17032
  },
16514
17033
  "x-original-maxLength": 1024,
16515
17034
  "x-reconciled-from-discovery": true,
16516
- "x-reconciled-at": "2026-01-05T14:38:13.131560+00:00"
17035
+ "x-reconciled-at": "2026-01-05T18:29:12.853999+00:00"
16517
17036
  },
16518
17037
  "namespace": {
16519
17038
  "type": "string",
@@ -16532,7 +17051,7 @@
16532
17051
  },
16533
17052
  "x-original-maxLength": 1024,
16534
17053
  "x-reconciled-from-discovery": true,
16535
- "x-reconciled-at": "2026-01-05T14:38:13.131564+00:00"
17054
+ "x-reconciled-at": "2026-01-05T18:29:12.854003+00:00"
16536
17055
  }
16537
17056
  },
16538
17057
  "x-f5xc-minimum-configuration": {
@@ -16608,7 +17127,7 @@
16608
17127
  },
16609
17128
  "x-original-maxLength": 1200,
16610
17129
  "x-reconciled-from-discovery": true,
16611
- "x-reconciled-at": "2026-01-05T14:38:13.131571+00:00"
17130
+ "x-reconciled-at": "2026-01-05T18:29:12.854010+00:00"
16612
17131
  },
16613
17132
  "disable": {
16614
17133
  "type": "boolean",
@@ -16663,7 +17182,7 @@
16663
17182
  },
16664
17183
  "x-original-maxLength": 1024,
16665
17184
  "x-reconciled-from-discovery": true,
16666
- "x-reconciled-at": "2026-01-05T14:38:13.131578+00:00"
17185
+ "x-reconciled-at": "2026-01-05T18:29:12.854017+00:00"
16667
17186
  },
16668
17187
  "namespace": {
16669
17188
  "type": "string",
@@ -16682,7 +17201,7 @@
16682
17201
  },
16683
17202
  "x-original-maxLength": 1024,
16684
17203
  "x-reconciled-from-discovery": true,
16685
- "x-reconciled-at": "2026-01-05T14:38:13.131583+00:00"
17204
+ "x-reconciled-at": "2026-01-05T18:29:12.854021+00:00"
16686
17205
  }
16687
17206
  },
16688
17207
  "x-f5xc-minimum-configuration": {
@@ -16758,7 +17277,7 @@
16758
17277
  },
16759
17278
  "x-original-maxLength": 1200,
16760
17279
  "x-reconciled-from-discovery": true,
16761
- "x-reconciled-at": "2026-01-05T14:38:13.131589+00:00"
17280
+ "x-reconciled-at": "2026-01-05T18:29:12.854027+00:00"
16762
17281
  },
16763
17282
  "disable": {
16764
17283
  "type": "boolean",
@@ -16813,7 +17332,7 @@
16813
17332
  },
16814
17333
  "x-original-maxLength": 1024,
16815
17334
  "x-reconciled-from-discovery": true,
16816
- "x-reconciled-at": "2026-01-05T14:38:13.131597+00:00"
17335
+ "x-reconciled-at": "2026-01-05T18:29:12.854046+00:00"
16817
17336
  },
16818
17337
  "namespace": {
16819
17338
  "type": "string",
@@ -16832,7 +17351,7 @@
16832
17351
  },
16833
17352
  "x-original-maxLength": 1024,
16834
17353
  "x-reconciled-from-discovery": true,
16835
- "x-reconciled-at": "2026-01-05T14:38:13.131601+00:00"
17354
+ "x-reconciled-at": "2026-01-05T18:29:12.854051+00:00"
16836
17355
  },
16837
17356
  "uid": {
16838
17357
  "type": "string",
@@ -16854,7 +17373,7 @@
16854
17373
  "x-original-maxLength": 1024,
16855
17374
  "format": "uuid",
16856
17375
  "x-reconciled-from-discovery": true,
16857
- "x-reconciled-at": "2026-01-05T14:38:13.131607+00:00"
17376
+ "x-reconciled-at": "2026-01-05T18:29:12.854057+00:00"
16858
17377
  }
16859
17378
  },
16860
17379
  "x-f5xc-minimum-configuration": {
@@ -16900,7 +17419,7 @@
16900
17419
  "readOnly": true,
16901
17420
  "x-original-maxLength": 1024,
16902
17421
  "x-reconciled-from-discovery": true,
16903
- "x-reconciled-at": "2026-01-05T14:38:13.131612+00:00"
17422
+ "x-reconciled-at": "2026-01-05T18:29:12.854062+00:00"
16904
17423
  },
16905
17424
  "name": {
16906
17425
  "type": "string",
@@ -16919,7 +17438,7 @@
16919
17438
  },
16920
17439
  "x-original-maxLength": 1024,
16921
17440
  "x-reconciled-from-discovery": true,
16922
- "x-reconciled-at": "2026-01-05T14:38:13.131616+00:00"
17441
+ "x-reconciled-at": "2026-01-05T18:29:12.854066+00:00"
16923
17442
  },
16924
17443
  "namespace": {
16925
17444
  "type": "string",
@@ -16938,7 +17457,7 @@
16938
17457
  },
16939
17458
  "x-original-maxLength": 1024,
16940
17459
  "x-reconciled-from-discovery": true,
16941
- "x-reconciled-at": "2026-01-05T14:38:13.131620+00:00"
17460
+ "x-reconciled-at": "2026-01-05T18:29:12.854071+00:00"
16942
17461
  },
16943
17462
  "tenant": {
16944
17463
  "type": "string",
@@ -16959,7 +17478,7 @@
16959
17478
  "x-field-mutability": "read-only",
16960
17479
  "x-original-maxLength": 1024,
16961
17480
  "x-reconciled-from-discovery": true,
16962
- "x-reconciled-at": "2026-01-05T14:38:13.131625+00:00"
17481
+ "x-reconciled-at": "2026-01-05T18:29:12.854074+00:00"
16963
17482
  },
16964
17483
  "uid": {
16965
17484
  "type": "string",
@@ -16981,7 +17500,7 @@
16981
17500
  "x-original-maxLength": 1024,
16982
17501
  "format": "uuid",
16983
17502
  "x-reconciled-from-discovery": true,
16984
- "x-reconciled-at": "2026-01-05T14:38:13.131630+00:00"
17503
+ "x-reconciled-at": "2026-01-05T18:29:12.854079+00:00"
16985
17504
  }
16986
17505
  },
16987
17506
  "x-f5xc-minimum-configuration": {
@@ -17056,7 +17575,7 @@
17056
17575
  },
17057
17576
  "x-original-maxLength": 1200,
17058
17577
  "x-reconciled-from-discovery": true,
17059
- "x-reconciled-at": "2026-01-05T14:38:13.131637+00:00"
17578
+ "x-reconciled-at": "2026-01-05T18:29:12.854086+00:00"
17060
17579
  },
17061
17580
  "disable": {
17062
17581
  "type": "boolean",
@@ -17109,7 +17628,7 @@
17109
17628
  },
17110
17629
  "x-original-maxLength": 1024,
17111
17630
  "x-reconciled-from-discovery": true,
17112
- "x-reconciled-at": "2026-01-05T14:38:13.131644+00:00"
17631
+ "x-reconciled-at": "2026-01-05T18:29:12.854093+00:00"
17113
17632
  },
17114
17633
  "namespace": {
17115
17634
  "type": "string",
@@ -17128,7 +17647,7 @@
17128
17647
  },
17129
17648
  "x-original-maxLength": 1024,
17130
17649
  "x-reconciled-from-discovery": true,
17131
- "x-reconciled-at": "2026-01-05T14:38:13.131648+00:00"
17650
+ "x-reconciled-at": "2026-01-05T18:29:12.854098+00:00"
17132
17651
  }
17133
17652
  },
17134
17653
  "x-f5xc-minimum-configuration": {
@@ -17242,7 +17761,7 @@
17242
17761
  "x-original-maxLength": 1024,
17243
17762
  "format": "uuid",
17244
17763
  "x-reconciled-from-discovery": true,
17245
- "x-reconciled-at": "2026-01-05T14:38:13.131662+00:00"
17764
+ "x-reconciled-at": "2026-01-05T18:29:12.854110+00:00"
17246
17765
  },
17247
17766
  "vtrp_id": {
17248
17767
  "type": "string",
@@ -17354,7 +17873,7 @@
17354
17873
  },
17355
17874
  "x-original-maxLength": 1024,
17356
17875
  "x-reconciled-from-discovery": true,
17357
- "x-reconciled-at": "2026-01-05T14:38:13.131671+00:00"
17876
+ "x-reconciled-at": "2026-01-05T18:29:12.854121+00:00"
17358
17877
  },
17359
17878
  "status": {
17360
17879
  "type": "string",
@@ -17373,7 +17892,7 @@
17373
17892
  },
17374
17893
  "x-original-maxLength": 1024,
17375
17894
  "x-reconciled-from-discovery": true,
17376
- "x-reconciled-at": "2026-01-05T14:38:13.131676+00:00"
17895
+ "x-reconciled-at": "2026-01-05T18:29:12.854126+00:00"
17377
17896
  }
17378
17897
  },
17379
17898
  "x-f5xc-minimum-configuration": {
@@ -17551,7 +18070,7 @@
17551
18070
  "x-field-mutability": "read-only",
17552
18071
  "x-original-maxLength": 1024,
17553
18072
  "x-reconciled-from-discovery": true,
17554
- "x-reconciled-at": "2026-01-05T14:38:13.131696+00:00"
18073
+ "x-reconciled-at": "2026-01-05T18:29:12.854145+00:00"
17555
18074
  },
17556
18075
  "uid": {
17557
18076
  "type": "string",
@@ -17572,7 +18091,7 @@
17572
18091
  "x-original-maxLength": 1024,
17573
18092
  "format": "uuid",
17574
18093
  "x-reconciled-from-discovery": true,
17575
- "x-reconciled-at": "2026-01-05T14:38:13.131701+00:00"
18094
+ "x-reconciled-at": "2026-01-05T18:29:12.854150+00:00"
17576
18095
  }
17577
18096
  },
17578
18097
  "x-f5xc-minimum-configuration": {
@@ -17779,7 +18298,7 @@
17779
18298
  "maxLength": 6,
17780
18299
  "minLength": 6,
17781
18300
  "x-reconciled-from-discovery": true,
17782
- "x-reconciled-at": "2026-01-05T14:38:13.131722+00:00"
18301
+ "x-reconciled-at": "2026-01-05T18:29:12.854170+00:00"
17783
18302
  },
17784
18303
  "object_index": {
17785
18304
  "type": "integer",
@@ -17852,7 +18371,7 @@
17852
18371
  "x-field-mutability": "read-only",
17853
18372
  "x-original-maxLength": 1024,
17854
18373
  "x-reconciled-from-discovery": true,
17855
- "x-reconciled-at": "2026-01-05T14:38:13.131733+00:00"
18374
+ "x-reconciled-at": "2026-01-05T18:29:12.854180+00:00"
17856
18375
  },
17857
18376
  "trace_info": {
17858
18377
  "type": "string",
@@ -17890,7 +18409,7 @@
17890
18409
  "x-original-maxLength": 1024,
17891
18410
  "format": "uuid",
17892
18411
  "x-reconciled-from-discovery": true,
17893
- "x-reconciled-at": "2026-01-05T14:38:13.131739+00:00"
18412
+ "x-reconciled-at": "2026-01-05T18:29:12.854187+00:00"
17894
18413
  },
17895
18414
  "vtrp_id": {
17896
18415
  "type": "string",
@@ -17976,7 +18495,7 @@
17976
18495
  },
17977
18496
  "x-original-maxLength": 1024,
17978
18497
  "x-reconciled-from-discovery": true,
17979
- "x-reconciled-at": "2026-01-05T14:38:13.131747+00:00"
18498
+ "x-reconciled-at": "2026-01-05T18:29:12.854195+00:00"
17980
18499
  },
17981
18500
  "name": {
17982
18501
  "type": "string",
@@ -17995,7 +18514,7 @@
17995
18514
  },
17996
18515
  "x-original-maxLength": 1024,
17997
18516
  "x-reconciled-from-discovery": true,
17998
- "x-reconciled-at": "2026-01-05T14:38:13.131751+00:00"
18517
+ "x-reconciled-at": "2026-01-05T18:29:12.854199+00:00"
17999
18518
  },
18000
18519
  "namespace": {
18001
18520
  "type": "string",
@@ -18014,7 +18533,7 @@
18014
18533
  },
18015
18534
  "x-original-maxLength": 1024,
18016
18535
  "x-reconciled-from-discovery": true,
18017
- "x-reconciled-at": "2026-01-05T14:38:13.131767+00:00"
18536
+ "x-reconciled-at": "2026-01-05T18:29:12.854203+00:00"
18018
18537
  },
18019
18538
  "uid": {
18020
18539
  "type": "string",
@@ -18035,7 +18554,7 @@
18035
18554
  "x-original-maxLength": 1024,
18036
18555
  "format": "uuid",
18037
18556
  "x-reconciled-from-discovery": true,
18038
- "x-reconciled-at": "2026-01-05T14:38:13.131773+00:00"
18557
+ "x-reconciled-at": "2026-01-05T18:29:12.854208+00:00"
18039
18558
  }
18040
18559
  },
18041
18560
  "x-f5xc-minimum-configuration": {
@@ -18616,7 +19135,7 @@
18616
19135
  "x-original-maxLength": 2048,
18617
19136
  "format": "hostname",
18618
19137
  "x-reconciled-from-discovery": true,
18619
- "x-reconciled-at": "2026-01-05T14:38:13.131819+00:00"
19138
+ "x-reconciled-at": "2026-01-05T18:29:12.854252+00:00"
18620
19139
  },
18621
19140
  "external_sources": {
18622
19141
  "type": "array",
@@ -18919,7 +19438,7 @@
18919
19438
  },
18920
19439
  "x-original-maxLength": 1024,
18921
19440
  "x-reconciled-from-discovery": true,
18922
- "x-reconciled-at": "2026-01-05T14:38:13.131853+00:00"
19441
+ "x-reconciled-at": "2026-01-05T18:29:12.854283+00:00"
18923
19442
  },
18924
19443
  "namespace": {
18925
19444
  "type": "string",
@@ -18938,7 +19457,7 @@
18938
19457
  },
18939
19458
  "x-original-maxLength": 1024,
18940
19459
  "x-reconciled-from-discovery": true,
18941
- "x-reconciled-at": "2026-01-05T14:38:13.131857+00:00"
19460
+ "x-reconciled-at": "2026-01-05T18:29:12.854287+00:00"
18942
19461
  }
18943
19462
  },
18944
19463
  "x-f5xc-minimum-configuration": {
@@ -19087,7 +19606,7 @@
19087
19606
  "maxLength": 17,
19088
19607
  "minLength": 17,
19089
19608
  "x-reconciled-from-discovery": true,
19090
- "x-reconciled-at": "2026-01-05T14:38:13.131875+00:00"
19609
+ "x-reconciled-at": "2026-01-05T18:29:12.854304+00:00"
19091
19610
  },
19092
19611
  "system_metadata": {
19093
19612
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -19176,7 +19695,7 @@
19176
19695
  "x-original-maxLength": 2048,
19177
19696
  "format": "hostname",
19178
19697
  "x-reconciled-from-discovery": true,
19179
- "x-reconciled-at": "2026-01-05T14:38:13.131882+00:00"
19698
+ "x-reconciled-at": "2026-01-05T18:29:12.854311+00:00"
19180
19699
  },
19181
19700
  "external_sources": {
19182
19701
  "type": "array",
@@ -19482,7 +20001,7 @@
19482
20001
  "x-original-maxLength": 2048,
19483
20002
  "format": "hostname",
19484
20003
  "x-reconciled-from-discovery": true,
19485
- "x-reconciled-at": "2026-01-05T14:38:13.131914+00:00"
20004
+ "x-reconciled-at": "2026-01-05T18:29:12.854342+00:00"
19486
20005
  },
19487
20006
  "external_sources": {
19488
20007
  "type": "array",
@@ -19841,7 +20360,7 @@
19841
20360
  },
19842
20361
  "x-original-maxLength": 1024,
19843
20362
  "x-reconciled-from-discovery": true,
19844
- "x-reconciled-at": "2026-01-05T14:38:13.131952+00:00"
20363
+ "x-reconciled-at": "2026-01-05T18:29:12.854376+00:00"
19845
20364
  },
19846
20365
  "disabled": {
19847
20366
  "type": "boolean",
@@ -19891,7 +20410,7 @@
19891
20410
  },
19892
20411
  "x-original-maxLength": 1024,
19893
20412
  "x-reconciled-from-discovery": true,
19894
- "x-reconciled-at": "2026-01-05T14:38:13.131963+00:00"
20413
+ "x-reconciled-at": "2026-01-05T18:29:12.854386+00:00"
19895
20414
  },
19896
20415
  "namespace": {
19897
20416
  "type": "string",
@@ -19910,7 +20429,7 @@
19910
20429
  },
19911
20430
  "x-original-maxLength": 1024,
19912
20431
  "x-reconciled-from-discovery": true,
19913
- "x-reconciled-at": "2026-01-05T14:38:13.131967+00:00"
20432
+ "x-reconciled-at": "2026-01-05T18:29:12.854391+00:00"
19914
20433
  },
19915
20434
  "owner_view": {
19916
20435
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -19951,7 +20470,7 @@
19951
20470
  "x-field-mutability": "read-only",
19952
20471
  "x-original-maxLength": 1024,
19953
20472
  "x-reconciled-from-discovery": true,
19954
- "x-reconciled-at": "2026-01-05T14:38:13.131975+00:00"
20473
+ "x-reconciled-at": "2026-01-05T18:29:12.854398+00:00"
19955
20474
  },
19956
20475
  "uid": {
19957
20476
  "type": "string",
@@ -19972,7 +20491,7 @@
19972
20491
  "x-original-maxLength": 1024,
19973
20492
  "format": "uuid",
19974
20493
  "x-reconciled-from-discovery": true,
19975
- "x-reconciled-at": "2026-01-05T14:38:13.131980+00:00"
20494
+ "x-reconciled-at": "2026-01-05T18:29:12.854403+00:00"
19976
20495
  }
19977
20496
  },
19978
20497
  "x-f5xc-minimum-configuration": {
@@ -20180,7 +20699,7 @@
20180
20699
  "x-original-maxLength": 2048,
20181
20700
  "format": "hostname",
20182
20701
  "x-reconciled-from-discovery": true,
20183
- "x-reconciled-at": "2026-01-05T14:38:13.131996+00:00"
20702
+ "x-reconciled-at": "2026-01-05T18:29:12.854419+00:00"
20184
20703
  },
20185
20704
  "external_sources": {
20186
20705
  "type": "array",
@@ -20968,7 +21487,7 @@
20968
21487
  },
20969
21488
  "x-original-maxLength": 1024,
20970
21489
  "x-reconciled-from-discovery": true,
20971
- "x-reconciled-at": "2026-01-05T14:38:24.994191+00:00"
21490
+ "x-reconciled-at": "2026-01-05T18:29:23.553462+00:00"
20972
21491
  },
20973
21492
  "namespace": {
20974
21493
  "type": "string",
@@ -20987,7 +21506,7 @@
20987
21506
  },
20988
21507
  "x-original-maxLength": 1024,
20989
21508
  "x-reconciled-from-discovery": true,
20990
- "x-reconciled-at": "2026-01-05T14:38:24.994195+00:00"
21509
+ "x-reconciled-at": "2026-01-05T18:29:23.553466+00:00"
20991
21510
  }
20992
21511
  },
20993
21512
  "x-f5xc-minimum-configuration": {
@@ -21136,7 +21655,7 @@
21136
21655
  "maxLength": 17,
21137
21656
  "minLength": 17,
21138
21657
  "x-reconciled-from-discovery": true,
21139
- "x-reconciled-at": "2026-01-05T14:38:24.994214+00:00"
21658
+ "x-reconciled-at": "2026-01-05T18:29:23.553484+00:00"
21140
21659
  },
21141
21660
  "system_metadata": {
21142
21661
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -21934,7 +22453,7 @@
21934
22453
  },
21935
22454
  "x-original-maxLength": 2048,
21936
22455
  "x-reconciled-from-discovery": true,
21937
- "x-reconciled-at": "2026-01-05T14:38:24.994297+00:00"
22456
+ "x-reconciled-at": "2026-01-05T18:29:23.553560+00:00"
21938
22457
  },
21939
22458
  "value": {
21940
22459
  "type": "string",
@@ -21958,7 +22477,7 @@
21958
22477
  },
21959
22478
  "x-original-maxLength": 8192,
21960
22479
  "x-reconciled-from-discovery": true,
21961
- "x-reconciled-at": "2026-01-05T14:38:24.994301+00:00"
22480
+ "x-reconciled-at": "2026-01-05T18:29:23.553565+00:00"
21962
22481
  }
21963
22482
  },
21964
22483
  "x-f5xc-minimum-configuration": {
@@ -22059,7 +22578,7 @@
22059
22578
  },
22060
22579
  "x-original-maxLength": 1024,
22061
22580
  "x-reconciled-from-discovery": true,
22062
- "x-reconciled-at": "2026-01-05T14:38:24.994311+00:00"
22581
+ "x-reconciled-at": "2026-01-05T18:29:23.553574+00:00"
22063
22582
  },
22064
22583
  "disabled": {
22065
22584
  "type": "boolean",
@@ -22109,7 +22628,7 @@
22109
22628
  },
22110
22629
  "x-original-maxLength": 1024,
22111
22630
  "x-reconciled-from-discovery": true,
22112
- "x-reconciled-at": "2026-01-05T14:38:24.994322+00:00"
22631
+ "x-reconciled-at": "2026-01-05T18:29:23.553585+00:00"
22113
22632
  },
22114
22633
  "namespace": {
22115
22634
  "type": "string",
@@ -22128,7 +22647,7 @@
22128
22647
  },
22129
22648
  "x-original-maxLength": 1024,
22130
22649
  "x-reconciled-from-discovery": true,
22131
- "x-reconciled-at": "2026-01-05T14:38:24.994326+00:00"
22650
+ "x-reconciled-at": "2026-01-05T18:29:23.553589+00:00"
22132
22651
  },
22133
22652
  "owner_view": {
22134
22653
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -22169,7 +22688,7 @@
22169
22688
  "x-field-mutability": "read-only",
22170
22689
  "x-original-maxLength": 1024,
22171
22690
  "x-reconciled-from-discovery": true,
22172
- "x-reconciled-at": "2026-01-05T14:38:24.994334+00:00"
22691
+ "x-reconciled-at": "2026-01-05T18:29:23.553597+00:00"
22173
22692
  },
22174
22693
  "uid": {
22175
22694
  "type": "string",
@@ -22190,7 +22709,7 @@
22190
22709
  "x-original-maxLength": 1024,
22191
22710
  "format": "uuid",
22192
22711
  "x-reconciled-from-discovery": true,
22193
- "x-reconciled-at": "2026-01-05T14:38:24.994339+00:00"
22712
+ "x-reconciled-at": "2026-01-05T18:29:23.553602+00:00"
22194
22713
  }
22195
22714
  },
22196
22715
  "x-f5xc-minimum-configuration": {
@@ -22996,7 +23515,7 @@
22996
23515
  },
22997
23516
  "x-original-maxLength": 1024,
22998
23517
  "x-reconciled-from-discovery": true,
22999
- "x-reconciled-at": "2026-01-05T14:38:35.290855+00:00"
23518
+ "x-reconciled-at": "2026-01-05T18:29:32.883136+00:00"
23000
23519
  },
23001
23520
  "query": {
23002
23521
  "type": "string",
@@ -23128,7 +23647,7 @@
23128
23647
  },
23129
23648
  "x-original-maxLength": 1024,
23130
23649
  "x-reconciled-from-discovery": true,
23131
- "x-reconciled-at": "2026-01-05T14:38:35.290871+00:00"
23650
+ "x-reconciled-at": "2026-01-05T18:29:32.883153+00:00"
23132
23651
  },
23133
23652
  "query": {
23134
23653
  "type": "string",
@@ -23264,7 +23783,7 @@
23264
23783
  },
23265
23784
  "x-original-maxLength": 1024,
23266
23785
  "x-reconciled-from-discovery": true,
23267
- "x-reconciled-at": "2026-01-05T14:38:35.290886+00:00"
23786
+ "x-reconciled-at": "2026-01-05T18:29:32.883169+00:00"
23268
23787
  },
23269
23788
  "query": {
23270
23789
  "type": "string",
@@ -23396,7 +23915,7 @@
23396
23915
  },
23397
23916
  "x-original-maxLength": 1024,
23398
23917
  "x-reconciled-from-discovery": true,
23399
- "x-reconciled-at": "2026-01-05T14:38:35.290899+00:00"
23918
+ "x-reconciled-at": "2026-01-05T18:29:32.883183+00:00"
23400
23919
  },
23401
23920
  "query": {
23402
23921
  "type": "string",
@@ -23586,7 +24105,7 @@
23586
24105
  },
23587
24106
  "x-original-maxLength": 1024,
23588
24107
  "x-reconciled-from-discovery": true,
23589
- "x-reconciled-at": "2026-01-05T14:38:35.290941+00:00"
24108
+ "x-reconciled-at": "2026-01-05T18:29:32.883223+00:00"
23590
24109
  },
23591
24110
  "site": {
23592
24111
  "type": "string",
@@ -23703,7 +24222,7 @@
23703
24222
  },
23704
24223
  "x-original-maxLength": 1024,
23705
24224
  "x-reconciled-from-discovery": true,
23706
- "x-reconciled-at": "2026-01-05T14:38:35.291004+00:00"
24225
+ "x-reconciled-at": "2026-01-05T18:29:32.883286+00:00"
23707
24226
  },
23708
24227
  "query": {
23709
24228
  "type": "string",
@@ -23835,7 +24354,7 @@
23835
24354
  },
23836
24355
  "x-original-maxLength": 1024,
23837
24356
  "x-reconciled-from-discovery": true,
23838
- "x-reconciled-at": "2026-01-05T14:38:35.291017+00:00"
24357
+ "x-reconciled-at": "2026-01-05T18:29:32.883300+00:00"
23839
24358
  },
23840
24359
  "query": {
23841
24360
  "type": "string",
@@ -23971,7 +24490,7 @@
23971
24490
  },
23972
24491
  "x-original-maxLength": 1024,
23973
24492
  "x-reconciled-from-discovery": true,
23974
- "x-reconciled-at": "2026-01-05T14:38:35.291031+00:00"
24493
+ "x-reconciled-at": "2026-01-05T18:29:32.883315+00:00"
23975
24494
  },
23976
24495
  "query": {
23977
24496
  "type": "string",
@@ -24120,7 +24639,7 @@
24120
24639
  },
24121
24640
  "x-original-maxLength": 1024,
24122
24641
  "x-reconciled-from-discovery": true,
24123
- "x-reconciled-at": "2026-01-05T14:38:35.291045+00:00"
24642
+ "x-reconciled-at": "2026-01-05T18:29:32.883329+00:00"
24124
24643
  },
24125
24644
  "query": {
24126
24645
  "type": "string",
@@ -24273,7 +24792,7 @@
24273
24792
  },
24274
24793
  "x-original-maxLength": 1024,
24275
24794
  "x-reconciled-from-discovery": true,
24276
- "x-reconciled-at": "2026-01-05T14:38:35.291060+00:00"
24795
+ "x-reconciled-at": "2026-01-05T18:29:32.883345+00:00"
24277
24796
  },
24278
24797
  "query": {
24279
24798
  "type": "string",
@@ -24422,7 +24941,7 @@
24422
24941
  },
24423
24942
  "x-original-maxLength": 1024,
24424
24943
  "x-reconciled-from-discovery": true,
24425
- "x-reconciled-at": "2026-01-05T14:38:35.291073+00:00"
24944
+ "x-reconciled-at": "2026-01-05T18:29:32.883359+00:00"
24426
24945
  },
24427
24946
  "query": {
24428
24947
  "type": "string",
@@ -24556,7 +25075,7 @@
24556
25075
  },
24557
25076
  "x-original-maxLength": 256,
24558
25077
  "x-reconciled-from-discovery": true,
24559
- "x-reconciled-at": "2026-01-05T14:38:35.291088+00:00"
25078
+ "x-reconciled-at": "2026-01-05T18:29:32.883375+00:00"
24560
25079
  }
24561
25080
  },
24562
25081
  "x-f5xc-minimum-configuration": {
@@ -24733,7 +25252,7 @@
24733
25252
  },
24734
25253
  "x-original-maxLength": 1024,
24735
25254
  "x-reconciled-from-discovery": true,
24736
- "x-reconciled-at": "2026-01-05T14:38:35.291116+00:00"
25255
+ "x-reconciled-at": "2026-01-05T18:29:32.883402+00:00"
24737
25256
  },
24738
25257
  "scroll_id": {
24739
25258
  "type": "string",
@@ -24824,7 +25343,7 @@
24824
25343
  },
24825
25344
  "x-original-maxLength": 1024,
24826
25345
  "x-reconciled-from-discovery": true,
24827
- "x-reconciled-at": "2026-01-05T14:38:35.291168+00:00"
25346
+ "x-reconciled-at": "2026-01-05T18:29:32.883452+00:00"
24828
25347
  },
24829
25348
  "query": {
24830
25349
  "type": "string",
@@ -24969,7 +25488,7 @@
24969
25488
  },
24970
25489
  "x-original-maxLength": 1024,
24971
25490
  "x-reconciled-from-discovery": true,
24972
- "x-reconciled-at": "2026-01-05T14:38:35.291183+00:00"
25491
+ "x-reconciled-at": "2026-01-05T18:29:32.883466+00:00"
24973
25492
  },
24974
25493
  "query": {
24975
25494
  "type": "string",
@@ -25106,7 +25625,7 @@
25106
25625
  },
25107
25626
  "x-original-maxLength": 1024,
25108
25627
  "x-reconciled-from-discovery": true,
25109
- "x-reconciled-at": "2026-01-05T14:38:35.291200+00:00"
25628
+ "x-reconciled-at": "2026-01-05T18:29:32.883483+00:00"
25110
25629
  },
25111
25630
  "query": {
25112
25631
  "type": "string",
@@ -25238,7 +25757,7 @@
25238
25757
  },
25239
25758
  "x-original-maxLength": 1024,
25240
25759
  "x-reconciled-from-discovery": true,
25241
- "x-reconciled-at": "2026-01-05T14:38:35.291213+00:00"
25760
+ "x-reconciled-at": "2026-01-05T18:29:32.883495+00:00"
25242
25761
  },
25243
25762
  "query": {
25244
25763
  "type": "string",
@@ -25374,7 +25893,7 @@
25374
25893
  },
25375
25894
  "x-original-maxLength": 1024,
25376
25895
  "x-reconciled-from-discovery": true,
25377
- "x-reconciled-at": "2026-01-05T14:38:35.291226+00:00"
25896
+ "x-reconciled-at": "2026-01-05T18:29:32.883509+00:00"
25378
25897
  },
25379
25898
  "query": {
25380
25899
  "type": "string",
@@ -25506,7 +26025,7 @@
25506
26025
  },
25507
26026
  "x-original-maxLength": 1024,
25508
26027
  "x-reconciled-from-discovery": true,
25509
- "x-reconciled-at": "2026-01-05T14:38:35.291238+00:00"
26028
+ "x-reconciled-at": "2026-01-05T18:29:32.883521+00:00"
25510
26029
  },
25511
26030
  "query": {
25512
26031
  "type": "string",
@@ -27385,7 +27904,7 @@
27385
27904
  },
27386
27905
  "x-original-maxLength": 1024,
27387
27906
  "x-reconciled-from-discovery": true,
27388
- "x-reconciled-at": "2026-01-05T14:39:05.865295+00:00"
27907
+ "x-reconciled-at": "2026-01-05T18:30:00.572948+00:00"
27389
27908
  }
27390
27909
  },
27391
27910
  "x-f5xc-minimum-configuration": {
@@ -27827,7 +28346,7 @@
27827
28346
  },
27828
28347
  "x-original-maxLength": 1024,
27829
28348
  "x-reconciled-from-discovery": true,
27830
- "x-reconciled-at": "2026-01-05T14:39:05.865329+00:00"
28349
+ "x-reconciled-at": "2026-01-05T18:30:00.572979+00:00"
27831
28350
  }
27832
28351
  },
27833
28352
  "x-f5xc-minimum-configuration": {
@@ -28163,7 +28682,7 @@
28163
28682
  },
28164
28683
  "x-original-maxLength": 1024,
28165
28684
  "x-reconciled-from-discovery": true,
28166
- "x-reconciled-at": "2026-01-05T14:39:05.865356+00:00"
28685
+ "x-reconciled-at": "2026-01-05T18:30:00.573005+00:00"
28167
28686
  },
28168
28687
  "start_time": {
28169
28688
  "type": "string",
@@ -28310,7 +28829,7 @@
28310
28829
  },
28311
28830
  "x-original-maxLength": 1024,
28312
28831
  "x-reconciled-from-discovery": true,
28313
- "x-reconciled-at": "2026-01-05T14:39:05.865368+00:00"
28832
+ "x-reconciled-at": "2026-01-05T18:30:00.573016+00:00"
28314
28833
  },
28315
28834
  "segments": {
28316
28835
  "type": "array",
@@ -29340,7 +29859,7 @@
29340
29859
  },
29341
29860
  "x-original-maxLength": 1024,
29342
29861
  "x-reconciled-from-discovery": true,
29343
- "x-reconciled-at": "2026-01-05T14:39:05.865450+00:00"
29862
+ "x-reconciled-at": "2026-01-05T18:30:00.573104+00:00"
29344
29863
  },
29345
29864
  "source": {
29346
29865
  "type": "string",
@@ -29561,7 +30080,7 @@
29561
30080
  },
29562
30081
  "x-original-maxLength": 1024,
29563
30082
  "x-reconciled-from-discovery": true,
29564
- "x-reconciled-at": "2026-01-05T14:39:05.865470+00:00"
30083
+ "x-reconciled-at": "2026-01-05T18:30:00.573123+00:00"
29565
30084
  },
29566
30085
  "region": {
29567
30086
  "type": "string",
@@ -29663,7 +30182,7 @@
29663
30182
  "maxLength": 15,
29664
30183
  "minLength": 3,
29665
30184
  "x-reconciled-from-discovery": true,
29666
- "x-reconciled-at": "2026-01-05T14:39:05.865479+00:00"
30185
+ "x-reconciled-at": "2026-01-05T18:30:00.573132+00:00"
29667
30186
  }
29668
30187
  },
29669
30188
  "x-f5xc-minimum-configuration": {
@@ -29820,7 +30339,7 @@
29820
30339
  },
29821
30340
  "x-original-maxLength": 1024,
29822
30341
  "x-reconciled-from-discovery": true,
29823
- "x-reconciled-at": "2026-01-05T14:39:05.865494+00:00"
30342
+ "x-reconciled-at": "2026-01-05T18:30:00.573146+00:00"
29824
30343
  },
29825
30344
  "region": {
29826
30345
  "type": "string",
@@ -29929,7 +30448,7 @@
29929
30448
  },
29930
30449
  "x-original-maxLength": 1024,
29931
30450
  "x-reconciled-from-discovery": true,
29932
- "x-reconciled-at": "2026-01-05T14:39:05.865505+00:00"
30451
+ "x-reconciled-at": "2026-01-05T18:30:00.573157+00:00"
29933
30452
  },
29934
30453
  "source": {
29935
30454
  "type": "string",
@@ -30031,7 +30550,7 @@
30031
30550
  },
30032
30551
  "x-original-maxLength": 1024,
30033
30552
  "x-reconciled-from-discovery": true,
30034
- "x-reconciled-at": "2026-01-05T14:39:05.865514+00:00"
30553
+ "x-reconciled-at": "2026-01-05T18:30:00.573166+00:00"
30035
30554
  },
30036
30555
  "request_body": {
30037
30556
  "$ref": "#/components/schemas/protobufAny"
@@ -30109,7 +30628,7 @@
30109
30628
  },
30110
30629
  "x-original-maxLength": 1024,
30111
30630
  "x-reconciled-from-discovery": true,
30112
- "x-reconciled-at": "2026-01-05T14:39:05.865522+00:00"
30631
+ "x-reconciled-at": "2026-01-05T18:30:00.573174+00:00"
30113
30632
  },
30114
30633
  "value": {
30115
30634
  "type": "string",
@@ -30126,7 +30645,7 @@
30126
30645
  },
30127
30646
  "x-original-maxLength": 1024,
30128
30647
  "x-reconciled-from-discovery": true,
30129
- "x-reconciled-at": "2026-01-05T14:39:05.865527+00:00"
30648
+ "x-reconciled-at": "2026-01-05T18:30:00.573178+00:00"
30130
30649
  }
30131
30650
  },
30132
30651
  "x-f5xc-minimum-configuration": {
@@ -30224,7 +30743,7 @@
30224
30743
  },
30225
30744
  "x-original-maxLength": 1024,
30226
30745
  "x-reconciled-from-discovery": true,
30227
- "x-reconciled-at": "2026-01-05T14:39:05.865537+00:00"
30746
+ "x-reconciled-at": "2026-01-05T18:30:00.573187+00:00"
30228
30747
  },
30229
30748
  "values": {
30230
30749
  "type": "array",