@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": "Certificates",
5
5
  "description": "X.509 certificate chains with intermediate and root CA support. Trusted CA list bundles for client authentication and mTLS validation. CRL distribution points and OCSP stapling configuration. Certificate manifests link credentials to load balancers and gateways. Automatic expiration tracking and renewal notifications.",
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,40 @@
13
13
  "url": "https://www.f5.com/company/policies/eula"
14
14
  },
15
15
  "summary": "Certificate chains and trusted CA bundles. Revocation list management and manifest configuration for PKI operations.",
16
- "x-f5xc-cli-domain": "certificates"
16
+ "x-f5xc-cli-domain": "certificates",
17
+ "x-f5xc-best-practices": {
18
+ "common_errors": [
19
+ {
20
+ "code": 400,
21
+ "message": "Certificate chain incomplete",
22
+ "resolution": "Include intermediate certificates in chain",
23
+ "prevention": "Validate certificate chain before upload"
24
+ },
25
+ {
26
+ "code": 400,
27
+ "message": "Private key mismatch",
28
+ "resolution": "Ensure private key matches certificate",
29
+ "prevention": "Verify key-cert pair before upload"
30
+ },
31
+ {
32
+ "code": 400,
33
+ "message": "Certificate expired",
34
+ "resolution": "Renew certificate and upload new version",
35
+ "prevention": "Set up certificate expiry monitoring"
36
+ }
37
+ ],
38
+ "security_notes": [
39
+ "Use certificates with at least 2048-bit RSA or 256-bit ECDSA keys",
40
+ "Enable OCSP stapling for revocation checking",
41
+ "Configure certificate transparency logging",
42
+ "Use separate certificates for different environments"
43
+ ],
44
+ "performance_tips": [
45
+ "Use ECDSA certificates for faster TLS handshakes",
46
+ "Enable session resumption for repeat visitors",
47
+ "Configure OCSP stapling to reduce client latency"
48
+ ]
49
+ }
17
50
  },
18
51
  "servers": [
19
52
  {
@@ -276,6 +309,13 @@
276
309
  "latency": "low",
277
310
  "resource_usage": "low"
278
311
  }
312
+ },
313
+ "x-f5xc-discovered-response-time": {
314
+ "p50_ms": 1000,
315
+ "p95_ms": 3000,
316
+ "p99_ms": 8000,
317
+ "sample_count": 0,
318
+ "source": "estimate"
279
319
  }
280
320
  },
281
321
  "x-displayname": "CRL",
@@ -498,6 +538,13 @@
498
538
  "latency": "low",
499
539
  "resource_usage": "low"
500
540
  }
541
+ },
542
+ "x-f5xc-discovered-response-time": {
543
+ "p50_ms": 800,
544
+ "p95_ms": 2500,
545
+ "p99_ms": 6000,
546
+ "sample_count": 0,
547
+ "source": "estimate"
501
548
  }
502
549
  },
503
550
  "x-displayname": "CRL",
@@ -725,6 +772,13 @@
725
772
  "latency": "moderate",
726
773
  "resource_usage": "moderate"
727
774
  }
775
+ },
776
+ "x-f5xc-discovered-response-time": {
777
+ "p50_ms": 200,
778
+ "p95_ms": 800,
779
+ "p99_ms": 2000,
780
+ "sample_count": 0,
781
+ "source": "estimate"
728
782
  }
729
783
  },
730
784
  "x-displayname": "CRL",
@@ -946,6 +1000,13 @@
946
1000
  "latency": "low",
947
1001
  "resource_usage": "low"
948
1002
  }
1003
+ },
1004
+ "x-f5xc-discovered-response-time": {
1005
+ "p50_ms": 200,
1006
+ "p95_ms": 800,
1007
+ "p99_ms": 2000,
1008
+ "sample_count": 0,
1009
+ "source": "estimate"
949
1010
  }
950
1011
  },
951
1012
  "delete": {
@@ -1165,6 +1226,13 @@
1165
1226
  "latency": "high",
1166
1227
  "resource_usage": "moderate"
1167
1228
  }
1229
+ },
1230
+ "x-f5xc-discovered-response-time": {
1231
+ "p50_ms": 500,
1232
+ "p95_ms": 1500,
1233
+ "p99_ms": 4000,
1234
+ "sample_count": 0,
1235
+ "source": "estimate"
1168
1236
  }
1169
1237
  },
1170
1238
  "x-displayname": "CRL",
@@ -1380,6 +1448,13 @@
1380
1448
  "latency": "low",
1381
1449
  "resource_usage": "low"
1382
1450
  }
1451
+ },
1452
+ "x-f5xc-discovered-response-time": {
1453
+ "p50_ms": 1000,
1454
+ "p95_ms": 3000,
1455
+ "p99_ms": 8000,
1456
+ "sample_count": 0,
1457
+ "source": "estimate"
1383
1458
  }
1384
1459
  },
1385
1460
  "x-displayname": "Certificate.",
@@ -1603,6 +1678,13 @@
1603
1678
  "latency": "low",
1604
1679
  "resource_usage": "low"
1605
1680
  }
1681
+ },
1682
+ "x-f5xc-discovered-response-time": {
1683
+ "p50_ms": 800,
1684
+ "p95_ms": 2500,
1685
+ "p99_ms": 6000,
1686
+ "sample_count": 0,
1687
+ "source": "estimate"
1606
1688
  }
1607
1689
  },
1608
1690
  "x-displayname": "Certificate.",
@@ -1833,7 +1915,15 @@
1833
1915
  }
1834
1916
  },
1835
1917
  "x-discovered-response-time-ms": 159.59,
1836
- "x-discovered-sample-size": 1
1918
+ "x-discovered-sample-size": 1,
1919
+ "x-f5xc-discovered-response-time": {
1920
+ "p50_ms": 159.59,
1921
+ "p95_ms": 319.18,
1922
+ "p99_ms": 478.77,
1923
+ "sample_count": 1,
1924
+ "source": "discovery",
1925
+ "last_measured": "2025-12-20T19:39:20.211392+00:00"
1926
+ }
1837
1927
  },
1838
1928
  "x-displayname": "Certificate.",
1839
1929
  "x-ves-proto-service": "ves.io.schema.certificate.API",
@@ -2055,6 +2145,13 @@
2055
2145
  "latency": "low",
2056
2146
  "resource_usage": "low"
2057
2147
  }
2148
+ },
2149
+ "x-f5xc-discovered-response-time": {
2150
+ "p50_ms": 200,
2151
+ "p95_ms": 800,
2152
+ "p99_ms": 2000,
2153
+ "sample_count": 0,
2154
+ "source": "estimate"
2058
2155
  }
2059
2156
  },
2060
2157
  "delete": {
@@ -2275,6 +2372,13 @@
2275
2372
  "latency": "high",
2276
2373
  "resource_usage": "moderate"
2277
2374
  }
2375
+ },
2376
+ "x-f5xc-discovered-response-time": {
2377
+ "p50_ms": 500,
2378
+ "p95_ms": 1500,
2379
+ "p99_ms": 4000,
2380
+ "sample_count": 0,
2381
+ "source": "estimate"
2278
2382
  }
2279
2383
  },
2280
2384
  "x-displayname": "Certificate.",
@@ -2490,6 +2594,13 @@
2490
2594
  "latency": "low",
2491
2595
  "resource_usage": "low"
2492
2596
  }
2597
+ },
2598
+ "x-f5xc-discovered-response-time": {
2599
+ "p50_ms": 1000,
2600
+ "p95_ms": 3000,
2601
+ "p99_ms": 8000,
2602
+ "sample_count": 0,
2603
+ "source": "estimate"
2493
2604
  }
2494
2605
  },
2495
2606
  "x-displayname": "Certificate Chain.",
@@ -2713,6 +2824,13 @@
2713
2824
  "latency": "low",
2714
2825
  "resource_usage": "low"
2715
2826
  }
2827
+ },
2828
+ "x-f5xc-discovered-response-time": {
2829
+ "p50_ms": 800,
2830
+ "p95_ms": 2500,
2831
+ "p99_ms": 6000,
2832
+ "sample_count": 0,
2833
+ "source": "estimate"
2716
2834
  }
2717
2835
  },
2718
2836
  "x-displayname": "Certificate Chain.",
@@ -2943,7 +3061,15 @@
2943
3061
  }
2944
3062
  },
2945
3063
  "x-discovered-response-time-ms": 152.78,
2946
- "x-discovered-sample-size": 1
3064
+ "x-discovered-sample-size": 1,
3065
+ "x-f5xc-discovered-response-time": {
3066
+ "p50_ms": 152.78,
3067
+ "p95_ms": 305.56,
3068
+ "p99_ms": 458.34,
3069
+ "sample_count": 1,
3070
+ "source": "discovery",
3071
+ "last_measured": "2025-12-20T19:39:20.211392+00:00"
3072
+ }
2947
3073
  },
2948
3074
  "x-displayname": "Certificate Chain.",
2949
3075
  "x-ves-proto-service": "ves.io.schema.certificate_chain.API",
@@ -3165,6 +3291,13 @@
3165
3291
  "latency": "low",
3166
3292
  "resource_usage": "low"
3167
3293
  }
3294
+ },
3295
+ "x-f5xc-discovered-response-time": {
3296
+ "p50_ms": 200,
3297
+ "p95_ms": 800,
3298
+ "p99_ms": 2000,
3299
+ "sample_count": 0,
3300
+ "source": "estimate"
3168
3301
  }
3169
3302
  },
3170
3303
  "delete": {
@@ -3385,6 +3518,13 @@
3385
3518
  "latency": "high",
3386
3519
  "resource_usage": "moderate"
3387
3520
  }
3521
+ },
3522
+ "x-f5xc-discovered-response-time": {
3523
+ "p50_ms": 500,
3524
+ "p95_ms": 1500,
3525
+ "p99_ms": 4000,
3526
+ "sample_count": 0,
3527
+ "source": "estimate"
3388
3528
  }
3389
3529
  },
3390
3530
  "x-displayname": "Certificate Chain.",
@@ -3599,6 +3739,13 @@
3599
3739
  "latency": "low",
3600
3740
  "resource_usage": "low"
3601
3741
  }
3742
+ },
3743
+ "x-f5xc-discovered-response-time": {
3744
+ "p50_ms": 1000,
3745
+ "p95_ms": 3000,
3746
+ "p99_ms": 8000,
3747
+ "sample_count": 0,
3748
+ "source": "estimate"
3602
3749
  }
3603
3750
  },
3604
3751
  "x-displayname": "Root CA Certificate.",
@@ -3821,6 +3968,13 @@
3821
3968
  "latency": "low",
3822
3969
  "resource_usage": "low"
3823
3970
  }
3971
+ },
3972
+ "x-f5xc-discovered-response-time": {
3973
+ "p50_ms": 800,
3974
+ "p95_ms": 2500,
3975
+ "p99_ms": 6000,
3976
+ "sample_count": 0,
3977
+ "source": "estimate"
3824
3978
  }
3825
3979
  },
3826
3980
  "x-displayname": "Root CA Certificate.",
@@ -4048,6 +4202,13 @@
4048
4202
  "latency": "moderate",
4049
4203
  "resource_usage": "moderate"
4050
4204
  }
4205
+ },
4206
+ "x-f5xc-discovered-response-time": {
4207
+ "p50_ms": 200,
4208
+ "p95_ms": 800,
4209
+ "p99_ms": 2000,
4210
+ "sample_count": 0,
4211
+ "source": "estimate"
4051
4212
  }
4052
4213
  },
4053
4214
  "x-displayname": "Root CA Certificate.",
@@ -4269,6 +4430,13 @@
4269
4430
  "latency": "low",
4270
4431
  "resource_usage": "low"
4271
4432
  }
4433
+ },
4434
+ "x-f5xc-discovered-response-time": {
4435
+ "p50_ms": 200,
4436
+ "p95_ms": 800,
4437
+ "p99_ms": 2000,
4438
+ "sample_count": 0,
4439
+ "source": "estimate"
4272
4440
  }
4273
4441
  },
4274
4442
  "delete": {
@@ -4488,6 +4656,13 @@
4488
4656
  "latency": "high",
4489
4657
  "resource_usage": "moderate"
4490
4658
  }
4659
+ },
4660
+ "x-f5xc-discovered-response-time": {
4661
+ "p50_ms": 500,
4662
+ "p95_ms": 1500,
4663
+ "p99_ms": 4000,
4664
+ "sample_count": 0,
4665
+ "source": "estimate"
4491
4666
  }
4492
4667
  },
4493
4668
  "x-displayname": "Root CA Certificate.",
@@ -4723,7 +4898,7 @@
4723
4898
  },
4724
4899
  "x-original-maxLength": 1024,
4725
4900
  "x-reconciled-from-discovery": true,
4726
- "x-reconciled-at": "2026-01-05T14:37:51.767353+00:00"
4901
+ "x-reconciled-at": "2026-01-05T18:28:53.286167+00:00"
4727
4902
  },
4728
4903
  "namespace": {
4729
4904
  "type": "string",
@@ -4742,7 +4917,7 @@
4742
4917
  },
4743
4918
  "x-original-maxLength": 1024,
4744
4919
  "x-reconciled-from-discovery": true,
4745
- "x-reconciled-at": "2026-01-05T14:37:51.767359+00:00"
4920
+ "x-reconciled-at": "2026-01-05T18:28:53.286174+00:00"
4746
4921
  }
4747
4922
  },
4748
4923
  "x-f5xc-minimum-configuration": {
@@ -4840,7 +5015,7 @@
4840
5015
  "maxLength": 17,
4841
5016
  "minLength": 17,
4842
5017
  "x-reconciled-from-discovery": true,
4843
- "x-reconciled-at": "2026-01-05T14:37:51.767376+00:00"
5018
+ "x-reconciled-at": "2026-01-05T18:28:53.286190+00:00"
4844
5019
  },
4845
5020
  "system_metadata": {
4846
5021
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -5144,7 +5319,7 @@
5144
5319
  },
5145
5320
  "x-original-maxLength": 1024,
5146
5321
  "x-reconciled-from-discovery": true,
5147
- "x-reconciled-at": "2026-01-05T14:37:51.767399+00:00"
5322
+ "x-reconciled-at": "2026-01-05T18:28:53.286213+00:00"
5148
5323
  },
5149
5324
  "disabled": {
5150
5325
  "type": "boolean",
@@ -5194,7 +5369,7 @@
5194
5369
  },
5195
5370
  "x-original-maxLength": 1024,
5196
5371
  "x-reconciled-from-discovery": true,
5197
- "x-reconciled-at": "2026-01-05T14:37:51.767410+00:00"
5372
+ "x-reconciled-at": "2026-01-05T18:28:53.286223+00:00"
5198
5373
  },
5199
5374
  "namespace": {
5200
5375
  "type": "string",
@@ -5213,7 +5388,7 @@
5213
5388
  },
5214
5389
  "x-original-maxLength": 1024,
5215
5390
  "x-reconciled-from-discovery": true,
5216
- "x-reconciled-at": "2026-01-05T14:37:51.767414+00:00"
5391
+ "x-reconciled-at": "2026-01-05T18:28:53.286228+00:00"
5217
5392
  },
5218
5393
  "owner_view": {
5219
5394
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -5254,7 +5429,7 @@
5254
5429
  "x-field-mutability": "read-only",
5255
5430
  "x-original-maxLength": 1024,
5256
5431
  "x-reconciled-from-discovery": true,
5257
- "x-reconciled-at": "2026-01-05T14:37:51.767423+00:00"
5432
+ "x-reconciled-at": "2026-01-05T18:28:53.286235+00:00"
5258
5433
  },
5259
5434
  "uid": {
5260
5435
  "type": "string",
@@ -5275,7 +5450,7 @@
5275
5450
  "x-original-maxLength": 1024,
5276
5451
  "format": "uuid",
5277
5452
  "x-reconciled-from-discovery": true,
5278
- "x-reconciled-at": "2026-01-05T14:37:51.767429+00:00"
5453
+ "x-reconciled-at": "2026-01-05T18:28:53.286241+00:00"
5279
5454
  }
5280
5455
  },
5281
5456
  "x-f5xc-minimum-configuration": {
@@ -5553,7 +5728,7 @@
5553
5728
  },
5554
5729
  "x-original-maxLength": 1024,
5555
5730
  "x-reconciled-from-discovery": true,
5556
- "x-reconciled-at": "2026-01-05T14:37:51.767453+00:00"
5731
+ "x-reconciled-at": "2026-01-05T18:28:53.286264+00:00"
5557
5732
  }
5558
5733
  },
5559
5734
  "x-f5xc-minimum-configuration": {
@@ -5622,7 +5797,7 @@
5622
5797
  },
5623
5798
  "x-original-maxLength": 1024,
5624
5799
  "x-reconciled-from-discovery": true,
5625
- "x-reconciled-at": "2026-01-05T14:37:51.767461+00:00"
5800
+ "x-reconciled-at": "2026-01-05T18:28:53.286272+00:00"
5626
5801
  },
5627
5802
  "service_name": {
5628
5803
  "type": "string",
@@ -5661,7 +5836,7 @@
5661
5836
  },
5662
5837
  "x-original-maxLength": 1024,
5663
5838
  "x-reconciled-from-discovery": true,
5664
- "x-reconciled-at": "2026-01-05T14:37:51.767467+00:00"
5839
+ "x-reconciled-at": "2026-01-05T18:28:53.286278+00:00"
5665
5840
  },
5666
5841
  "type": {
5667
5842
  "type": "string",
@@ -5798,7 +5973,7 @@
5798
5973
  },
5799
5974
  "x-original-maxLength": 1024,
5800
5975
  "x-reconciled-from-discovery": true,
5801
- "x-reconciled-at": "2026-01-05T14:37:51.767479+00:00"
5976
+ "x-reconciled-at": "2026-01-05T18:28:53.286290+00:00"
5802
5977
  }
5803
5978
  },
5804
5979
  "x-f5xc-minimum-configuration": {
@@ -5907,7 +6082,7 @@
5907
6082
  },
5908
6083
  "x-original-maxLength": 1200,
5909
6084
  "x-reconciled-from-discovery": true,
5910
- "x-reconciled-at": "2026-01-05T14:37:51.767489+00:00"
6085
+ "x-reconciled-at": "2026-01-05T18:28:53.286299+00:00"
5911
6086
  },
5912
6087
  "disable": {
5913
6088
  "type": "boolean",
@@ -5960,7 +6135,7 @@
5960
6135
  },
5961
6136
  "x-original-maxLength": 1024,
5962
6137
  "x-reconciled-from-discovery": true,
5963
- "x-reconciled-at": "2026-01-05T14:37:51.767497+00:00"
6138
+ "x-reconciled-at": "2026-01-05T18:28:53.286307+00:00"
5964
6139
  },
5965
6140
  "namespace": {
5966
6141
  "type": "string",
@@ -5979,7 +6154,7 @@
5979
6154
  },
5980
6155
  "x-original-maxLength": 1024,
5981
6156
  "x-reconciled-from-discovery": true,
5982
- "x-reconciled-at": "2026-01-05T14:37:51.767501+00:00"
6157
+ "x-reconciled-at": "2026-01-05T18:28:53.286311+00:00"
5983
6158
  }
5984
6159
  },
5985
6160
  "x-f5xc-minimum-configuration": {
@@ -6055,7 +6230,7 @@
6055
6230
  },
6056
6231
  "x-original-maxLength": 1200,
6057
6232
  "x-reconciled-from-discovery": true,
6058
- "x-reconciled-at": "2026-01-05T14:37:51.767508+00:00"
6233
+ "x-reconciled-at": "2026-01-05T18:28:53.286317+00:00"
6059
6234
  },
6060
6235
  "disable": {
6061
6236
  "type": "boolean",
@@ -6110,7 +6285,7 @@
6110
6285
  },
6111
6286
  "x-original-maxLength": 1024,
6112
6287
  "x-reconciled-from-discovery": true,
6113
- "x-reconciled-at": "2026-01-05T14:37:51.767516+00:00"
6288
+ "x-reconciled-at": "2026-01-05T18:28:53.286325+00:00"
6114
6289
  },
6115
6290
  "namespace": {
6116
6291
  "type": "string",
@@ -6129,7 +6304,7 @@
6129
6304
  },
6130
6305
  "x-original-maxLength": 1024,
6131
6306
  "x-reconciled-from-discovery": true,
6132
- "x-reconciled-at": "2026-01-05T14:37:51.767521+00:00"
6307
+ "x-reconciled-at": "2026-01-05T18:28:53.286329+00:00"
6133
6308
  }
6134
6309
  },
6135
6310
  "x-f5xc-minimum-configuration": {
@@ -6174,7 +6349,7 @@
6174
6349
  "readOnly": true,
6175
6350
  "x-original-maxLength": 1024,
6176
6351
  "x-reconciled-from-discovery": true,
6177
- "x-reconciled-at": "2026-01-05T14:37:51.767527+00:00"
6352
+ "x-reconciled-at": "2026-01-05T18:28:53.286334+00:00"
6178
6353
  },
6179
6354
  "name": {
6180
6355
  "type": "string",
@@ -6193,7 +6368,7 @@
6193
6368
  },
6194
6369
  "x-original-maxLength": 1024,
6195
6370
  "x-reconciled-from-discovery": true,
6196
- "x-reconciled-at": "2026-01-05T14:37:51.767534+00:00"
6371
+ "x-reconciled-at": "2026-01-05T18:28:53.286338+00:00"
6197
6372
  },
6198
6373
  "namespace": {
6199
6374
  "type": "string",
@@ -6212,7 +6387,7 @@
6212
6387
  },
6213
6388
  "x-original-maxLength": 1024,
6214
6389
  "x-reconciled-from-discovery": true,
6215
- "x-reconciled-at": "2026-01-05T14:37:51.767538+00:00"
6390
+ "x-reconciled-at": "2026-01-05T18:28:53.286342+00:00"
6216
6391
  },
6217
6392
  "tenant": {
6218
6393
  "type": "string",
@@ -6233,7 +6408,7 @@
6233
6408
  "x-field-mutability": "read-only",
6234
6409
  "x-original-maxLength": 1024,
6235
6410
  "x-reconciled-from-discovery": true,
6236
- "x-reconciled-at": "2026-01-05T14:37:51.767542+00:00"
6411
+ "x-reconciled-at": "2026-01-05T18:28:53.286346+00:00"
6237
6412
  },
6238
6413
  "uid": {
6239
6414
  "type": "string",
@@ -6255,7 +6430,7 @@
6255
6430
  "x-original-maxLength": 1024,
6256
6431
  "format": "uuid",
6257
6432
  "x-reconciled-from-discovery": true,
6258
- "x-reconciled-at": "2026-01-05T14:37:51.767548+00:00"
6433
+ "x-reconciled-at": "2026-01-05T18:28:53.286352+00:00"
6259
6434
  }
6260
6435
  },
6261
6436
  "x-f5xc-minimum-configuration": {
@@ -6330,7 +6505,7 @@
6330
6505
  },
6331
6506
  "x-original-maxLength": 1200,
6332
6507
  "x-reconciled-from-discovery": true,
6333
- "x-reconciled-at": "2026-01-05T14:37:51.767555+00:00"
6508
+ "x-reconciled-at": "2026-01-05T18:28:53.286359+00:00"
6334
6509
  },
6335
6510
  "disable": {
6336
6511
  "type": "boolean",
@@ -6383,7 +6558,7 @@
6383
6558
  },
6384
6559
  "x-original-maxLength": 1024,
6385
6560
  "x-reconciled-from-discovery": true,
6386
- "x-reconciled-at": "2026-01-05T14:37:51.767563+00:00"
6561
+ "x-reconciled-at": "2026-01-05T18:28:53.286366+00:00"
6387
6562
  },
6388
6563
  "namespace": {
6389
6564
  "type": "string",
@@ -6402,7 +6577,7 @@
6402
6577
  },
6403
6578
  "x-original-maxLength": 1024,
6404
6579
  "x-reconciled-from-discovery": true,
6405
- "x-reconciled-at": "2026-01-05T14:37:51.767567+00:00"
6580
+ "x-reconciled-at": "2026-01-05T18:28:53.286371+00:00"
6406
6581
  }
6407
6582
  },
6408
6583
  "x-f5xc-minimum-configuration": {
@@ -6516,7 +6691,7 @@
6516
6691
  "x-original-maxLength": 1024,
6517
6692
  "format": "uuid",
6518
6693
  "x-reconciled-from-discovery": true,
6519
- "x-reconciled-at": "2026-01-05T14:37:51.767581+00:00"
6694
+ "x-reconciled-at": "2026-01-05T18:28:53.286384+00:00"
6520
6695
  },
6521
6696
  "vtrp_id": {
6522
6697
  "type": "string",
@@ -6628,7 +6803,7 @@
6628
6803
  },
6629
6804
  "x-original-maxLength": 1024,
6630
6805
  "x-reconciled-from-discovery": true,
6631
- "x-reconciled-at": "2026-01-05T14:37:51.767591+00:00"
6806
+ "x-reconciled-at": "2026-01-05T18:28:53.286393+00:00"
6632
6807
  },
6633
6808
  "status": {
6634
6809
  "type": "string",
@@ -6647,7 +6822,7 @@
6647
6822
  },
6648
6823
  "x-original-maxLength": 1024,
6649
6824
  "x-reconciled-from-discovery": true,
6650
- "x-reconciled-at": "2026-01-05T14:37:51.767596+00:00"
6825
+ "x-reconciled-at": "2026-01-05T18:28:53.286397+00:00"
6651
6826
  }
6652
6827
  },
6653
6828
  "x-f5xc-minimum-configuration": {
@@ -6825,7 +7000,7 @@
6825
7000
  "x-field-mutability": "read-only",
6826
7001
  "x-original-maxLength": 1024,
6827
7002
  "x-reconciled-from-discovery": true,
6828
- "x-reconciled-at": "2026-01-05T14:37:51.767616+00:00"
7003
+ "x-reconciled-at": "2026-01-05T18:28:53.286416+00:00"
6829
7004
  },
6830
7005
  "uid": {
6831
7006
  "type": "string",
@@ -6846,7 +7021,7 @@
6846
7021
  "x-original-maxLength": 1024,
6847
7022
  "format": "uuid",
6848
7023
  "x-reconciled-from-discovery": true,
6849
- "x-reconciled-at": "2026-01-05T14:37:51.767621+00:00"
7024
+ "x-reconciled-at": "2026-01-05T18:28:53.286421+00:00"
6850
7025
  }
6851
7026
  },
6852
7027
  "x-f5xc-minimum-configuration": {
@@ -6896,7 +7071,7 @@
6896
7071
  },
6897
7072
  "x-original-maxLength": 1024,
6898
7073
  "x-reconciled-from-discovery": true,
6899
- "x-reconciled-at": "2026-01-05T14:37:51.767626+00:00"
7074
+ "x-reconciled-at": "2026-01-05T18:28:53.286426+00:00"
6900
7075
  },
6901
7076
  "name": {
6902
7077
  "type": "string",
@@ -6915,7 +7090,7 @@
6915
7090
  },
6916
7091
  "x-original-maxLength": 1024,
6917
7092
  "x-reconciled-from-discovery": true,
6918
- "x-reconciled-at": "2026-01-05T14:37:51.767630+00:00"
7093
+ "x-reconciled-at": "2026-01-05T18:28:53.286430+00:00"
6919
7094
  },
6920
7095
  "namespace": {
6921
7096
  "type": "string",
@@ -6934,7 +7109,7 @@
6934
7109
  },
6935
7110
  "x-original-maxLength": 1024,
6936
7111
  "x-reconciled-from-discovery": true,
6937
- "x-reconciled-at": "2026-01-05T14:37:51.767634+00:00"
7112
+ "x-reconciled-at": "2026-01-05T18:28:53.286434+00:00"
6938
7113
  },
6939
7114
  "uid": {
6940
7115
  "type": "string",
@@ -6955,7 +7130,7 @@
6955
7130
  "x-original-maxLength": 1024,
6956
7131
  "format": "uuid",
6957
7132
  "x-reconciled-from-discovery": true,
6958
- "x-reconciled-at": "2026-01-05T14:37:51.767639+00:00"
7133
+ "x-reconciled-at": "2026-01-05T18:28:53.286440+00:00"
6959
7134
  }
6960
7135
  },
6961
7136
  "x-f5xc-minimum-configuration": {
@@ -7134,7 +7309,7 @@
7134
7309
  },
7135
7310
  "x-original-maxLength": 1024,
7136
7311
  "x-reconciled-from-discovery": true,
7137
- "x-reconciled-at": "2026-01-05T14:37:52.984051+00:00"
7312
+ "x-reconciled-at": "2026-01-05T18:28:54.352776+00:00"
7138
7313
  },
7139
7314
  "namespace": {
7140
7315
  "type": "string",
@@ -7153,7 +7328,7 @@
7153
7328
  },
7154
7329
  "x-original-maxLength": 1024,
7155
7330
  "x-reconciled-from-discovery": true,
7156
- "x-reconciled-at": "2026-01-05T14:37:52.984058+00:00"
7331
+ "x-reconciled-at": "2026-01-05T18:28:54.352783+00:00"
7157
7332
  }
7158
7333
  },
7159
7334
  "x-f5xc-minimum-configuration": {
@@ -7251,7 +7426,7 @@
7251
7426
  "maxLength": 17,
7252
7427
  "minLength": 17,
7253
7428
  "x-reconciled-from-discovery": true,
7254
- "x-reconciled-at": "2026-01-05T14:37:52.984075+00:00"
7429
+ "x-reconciled-at": "2026-01-05T18:28:54.352799+00:00"
7255
7430
  },
7256
7431
  "system_metadata": {
7257
7432
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -7500,7 +7675,7 @@
7500
7675
  },
7501
7676
  "x-original-maxLength": 1024,
7502
7677
  "x-reconciled-from-discovery": true,
7503
- "x-reconciled-at": "2026-01-05T14:37:52.984100+00:00"
7678
+ "x-reconciled-at": "2026-01-05T18:28:54.352823+00:00"
7504
7679
  },
7505
7680
  "disabled": {
7506
7681
  "type": "boolean",
@@ -7550,7 +7725,7 @@
7550
7725
  },
7551
7726
  "x-original-maxLength": 1024,
7552
7727
  "x-reconciled-from-discovery": true,
7553
- "x-reconciled-at": "2026-01-05T14:37:52.984111+00:00"
7728
+ "x-reconciled-at": "2026-01-05T18:28:54.352834+00:00"
7554
7729
  },
7555
7730
  "namespace": {
7556
7731
  "type": "string",
@@ -7569,7 +7744,7 @@
7569
7744
  },
7570
7745
  "x-original-maxLength": 1024,
7571
7746
  "x-reconciled-from-discovery": true,
7572
- "x-reconciled-at": "2026-01-05T14:37:52.984115+00:00"
7747
+ "x-reconciled-at": "2026-01-05T18:28:54.352838+00:00"
7573
7748
  },
7574
7749
  "owner_view": {
7575
7750
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -7610,7 +7785,7 @@
7610
7785
  "x-field-mutability": "read-only",
7611
7786
  "x-original-maxLength": 1024,
7612
7787
  "x-reconciled-from-discovery": true,
7613
- "x-reconciled-at": "2026-01-05T14:37:52.984124+00:00"
7788
+ "x-reconciled-at": "2026-01-05T18:28:54.352846+00:00"
7614
7789
  },
7615
7790
  "uid": {
7616
7791
  "type": "string",
@@ -7631,7 +7806,7 @@
7631
7806
  "x-original-maxLength": 1024,
7632
7807
  "format": "uuid",
7633
7808
  "x-reconciled-from-discovery": true,
7634
- "x-reconciled-at": "2026-01-05T14:37:52.984130+00:00"
7809
+ "x-reconciled-at": "2026-01-05T18:28:54.352852+00:00"
7635
7810
  }
7636
7811
  },
7637
7812
  "x-f5xc-minimum-configuration": {
@@ -7863,7 +8038,7 @@
7863
8038
  "readOnly": true,
7864
8039
  "x-original-maxLength": 1024,
7865
8040
  "x-reconciled-from-discovery": true,
7866
- "x-reconciled-at": "2026-01-05T14:37:52.984152+00:00"
8041
+ "x-reconciled-at": "2026-01-05T18:28:54.352873+00:00"
7867
8042
  },
7868
8043
  "name": {
7869
8044
  "type": "string",
@@ -7882,7 +8057,7 @@
7882
8057
  },
7883
8058
  "x-original-maxLength": 1024,
7884
8059
  "x-reconciled-from-discovery": true,
7885
- "x-reconciled-at": "2026-01-05T14:37:52.984157+00:00"
8060
+ "x-reconciled-at": "2026-01-05T18:28:54.352877+00:00"
7886
8061
  },
7887
8062
  "namespace": {
7888
8063
  "type": "string",
@@ -7901,7 +8076,7 @@
7901
8076
  },
7902
8077
  "x-original-maxLength": 1024,
7903
8078
  "x-reconciled-from-discovery": true,
7904
- "x-reconciled-at": "2026-01-05T14:37:52.984161+00:00"
8079
+ "x-reconciled-at": "2026-01-05T18:28:54.352881+00:00"
7905
8080
  },
7906
8081
  "tenant": {
7907
8082
  "type": "string",
@@ -7922,7 +8097,7 @@
7922
8097
  "x-field-mutability": "read-only",
7923
8098
  "x-original-maxLength": 1024,
7924
8099
  "x-reconciled-from-discovery": true,
7925
- "x-reconciled-at": "2026-01-05T14:37:52.984165+00:00"
8100
+ "x-reconciled-at": "2026-01-05T18:28:54.352885+00:00"
7926
8101
  },
7927
8102
  "uid": {
7928
8103
  "type": "string",
@@ -7944,7 +8119,7 @@
7944
8119
  "x-original-maxLength": 1024,
7945
8120
  "format": "uuid",
7946
8121
  "x-reconciled-from-discovery": true,
7947
- "x-reconciled-at": "2026-01-05T14:37:52.984171+00:00"
8122
+ "x-reconciled-at": "2026-01-05T18:28:54.352890+00:00"
7948
8123
  }
7949
8124
  },
7950
8125
  "x-f5xc-minimum-configuration": {
@@ -8013,7 +8188,7 @@
8013
8188
  },
8014
8189
  "x-original-maxLength": 1024,
8015
8190
  "x-reconciled-from-discovery": true,
8016
- "x-reconciled-at": "2026-01-05T14:37:52.984184+00:00"
8191
+ "x-reconciled-at": "2026-01-05T18:28:54.352903+00:00"
8017
8192
  },
8018
8193
  "store_provider": {
8019
8194
  "type": "string",
@@ -8182,7 +8357,7 @@
8182
8357
  },
8183
8358
  "x-original-maxLength": 1024,
8184
8359
  "x-reconciled-from-discovery": true,
8185
- "x-reconciled-at": "2026-01-05T14:37:52.984200+00:00"
8360
+ "x-reconciled-at": "2026-01-05T18:28:54.352918+00:00"
8186
8361
  },
8187
8362
  "url": {
8188
8363
  "type": "string",
@@ -8365,7 +8540,7 @@
8365
8540
  },
8366
8541
  "x-original-maxLength": 1024,
8367
8542
  "x-reconciled-from-discovery": true,
8368
- "x-reconciled-at": "2026-01-05T14:37:52.984351+00:00"
8543
+ "x-reconciled-at": "2026-01-05T18:28:54.353078+00:00"
8369
8544
  },
8370
8545
  "location": {
8371
8546
  "type": "string",
@@ -8382,7 +8557,7 @@
8382
8557
  },
8383
8558
  "x-original-maxLength": 1024,
8384
8559
  "x-reconciled-from-discovery": true,
8385
- "x-reconciled-at": "2026-01-05T14:37:52.984356+00:00"
8560
+ "x-reconciled-at": "2026-01-05T18:28:54.353082+00:00"
8386
8561
  },
8387
8562
  "provider": {
8388
8563
  "type": "string",
@@ -8399,7 +8574,7 @@
8399
8574
  },
8400
8575
  "x-original-maxLength": 1024,
8401
8576
  "x-reconciled-from-discovery": true,
8402
- "x-reconciled-at": "2026-01-05T14:37:52.984360+00:00"
8577
+ "x-reconciled-at": "2026-01-05T18:28:54.353086+00:00"
8403
8578
  },
8404
8579
  "secret_encoding": {
8405
8580
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -8421,7 +8596,7 @@
8421
8596
  "maxLength": 1,
8422
8597
  "minLength": 1,
8423
8598
  "x-reconciled-from-discovery": true,
8424
- "x-reconciled-at": "2026-01-05T14:37:52.984366+00:00"
8599
+ "x-reconciled-at": "2026-01-05T18:28:54.353093+00:00"
8425
8600
  }
8426
8601
  },
8427
8602
  "x-f5xc-minimum-configuration": {
@@ -8460,7 +8635,7 @@
8460
8635
  },
8461
8636
  "x-original-maxLength": 1024,
8462
8637
  "x-reconciled-from-discovery": true,
8463
- "x-reconciled-at": "2026-01-05T14:37:52.984390+00:00"
8638
+ "x-reconciled-at": "2026-01-05T18:28:54.353117+00:00"
8464
8639
  }
8465
8640
  },
8466
8641
  "x-f5xc-minimum-configuration": {
@@ -8510,7 +8685,7 @@
8510
8685
  },
8511
8686
  "x-original-maxLength": 128,
8512
8687
  "x-reconciled-from-discovery": true,
8513
- "x-reconciled-at": "2026-01-05T14:37:52.984395+00:00"
8688
+ "x-reconciled-at": "2026-01-05T18:28:54.353122+00:00"
8514
8689
  },
8515
8690
  "namespace": {
8516
8691
  "type": "string",
@@ -8535,7 +8710,7 @@
8535
8710
  },
8536
8711
  "x-original-maxLength": 64,
8537
8712
  "x-reconciled-from-discovery": true,
8538
- "x-reconciled-at": "2026-01-05T14:37:52.984399+00:00"
8713
+ "x-reconciled-at": "2026-01-05T18:28:54.353126+00:00"
8539
8714
  },
8540
8715
  "tenant": {
8541
8716
  "type": "string",
@@ -8562,7 +8737,7 @@
8562
8737
  "x-field-mutability": "read-only",
8563
8738
  "x-original-maxLength": 64,
8564
8739
  "x-reconciled-from-discovery": true,
8565
- "x-reconciled-at": "2026-01-05T14:37:52.984403+00:00"
8740
+ "x-reconciled-at": "2026-01-05T18:28:54.353130+00:00"
8566
8741
  }
8567
8742
  },
8568
8743
  "x-f5xc-minimum-configuration": {
@@ -8719,7 +8894,7 @@
8719
8894
  },
8720
8895
  "x-original-maxLength": 1024,
8721
8896
  "x-reconciled-from-discovery": true,
8722
- "x-reconciled-at": "2026-01-05T14:37:53.351472+00:00"
8897
+ "x-reconciled-at": "2026-01-05T18:28:54.678462+00:00"
8723
8898
  },
8724
8899
  "namespace": {
8725
8900
  "type": "string",
@@ -8738,7 +8913,7 @@
8738
8913
  },
8739
8914
  "x-original-maxLength": 1024,
8740
8915
  "x-reconciled-from-discovery": true,
8741
- "x-reconciled-at": "2026-01-05T14:37:53.351479+00:00"
8916
+ "x-reconciled-at": "2026-01-05T18:28:54.678469+00:00"
8742
8917
  }
8743
8918
  },
8744
8919
  "x-f5xc-minimum-configuration": {
@@ -8836,7 +9011,7 @@
8836
9011
  "maxLength": 17,
8837
9012
  "minLength": 17,
8838
9013
  "x-reconciled-from-discovery": true,
8839
- "x-reconciled-at": "2026-01-05T14:37:53.351496+00:00"
9014
+ "x-reconciled-at": "2026-01-05T18:28:54.678485+00:00"
8840
9015
  },
8841
9016
  "system_metadata": {
8842
9017
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -9034,7 +9209,7 @@
9034
9209
  },
9035
9210
  "x-original-maxLength": 1024,
9036
9211
  "x-reconciled-from-discovery": true,
9037
- "x-reconciled-at": "2026-01-05T14:37:53.351513+00:00"
9212
+ "x-reconciled-at": "2026-01-05T18:28:54.678501+00:00"
9038
9213
  },
9039
9214
  "disabled": {
9040
9215
  "type": "boolean",
@@ -9084,7 +9259,7 @@
9084
9259
  },
9085
9260
  "x-original-maxLength": 1024,
9086
9261
  "x-reconciled-from-discovery": true,
9087
- "x-reconciled-at": "2026-01-05T14:37:53.351524+00:00"
9262
+ "x-reconciled-at": "2026-01-05T18:28:54.678511+00:00"
9088
9263
  },
9089
9264
  "namespace": {
9090
9265
  "type": "string",
@@ -9103,7 +9278,7 @@
9103
9278
  },
9104
9279
  "x-original-maxLength": 1024,
9105
9280
  "x-reconciled-from-discovery": true,
9106
- "x-reconciled-at": "2026-01-05T14:37:53.351529+00:00"
9281
+ "x-reconciled-at": "2026-01-05T18:28:54.678516+00:00"
9107
9282
  },
9108
9283
  "owner_view": {
9109
9284
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -9144,7 +9319,7 @@
9144
9319
  "x-field-mutability": "read-only",
9145
9320
  "x-original-maxLength": 1024,
9146
9321
  "x-reconciled-from-discovery": true,
9147
- "x-reconciled-at": "2026-01-05T14:37:53.351537+00:00"
9322
+ "x-reconciled-at": "2026-01-05T18:28:54.678523+00:00"
9148
9323
  },
9149
9324
  "uid": {
9150
9325
  "type": "string",
@@ -9165,7 +9340,7 @@
9165
9340
  "x-original-maxLength": 1024,
9166
9341
  "format": "uuid",
9167
9342
  "x-reconciled-from-discovery": true,
9168
- "x-reconciled-at": "2026-01-05T14:37:53.351543+00:00"
9343
+ "x-reconciled-at": "2026-01-05T18:28:54.678529+00:00"
9169
9344
  }
9170
9345
  },
9171
9346
  "x-f5xc-minimum-configuration": {
@@ -9438,7 +9613,7 @@
9438
9613
  },
9439
9614
  "x-original-maxLength": 1024,
9440
9615
  "x-reconciled-from-discovery": true,
9441
- "x-reconciled-at": "2026-01-05T14:38:51.933016+00:00"
9616
+ "x-reconciled-at": "2026-01-05T18:29:47.711173+00:00"
9442
9617
  },
9443
9618
  "namespace": {
9444
9619
  "type": "string",
@@ -9457,7 +9632,7 @@
9457
9632
  },
9458
9633
  "x-original-maxLength": 1024,
9459
9634
  "x-reconciled-from-discovery": true,
9460
- "x-reconciled-at": "2026-01-05T14:38:51.933021+00:00"
9635
+ "x-reconciled-at": "2026-01-05T18:29:47.711178+00:00"
9461
9636
  }
9462
9637
  },
9463
9638
  "x-f5xc-minimum-configuration": {
@@ -9555,7 +9730,7 @@
9555
9730
  "maxLength": 17,
9556
9731
  "minLength": 17,
9557
9732
  "x-reconciled-from-discovery": true,
9558
- "x-reconciled-at": "2026-01-05T14:38:51.933036+00:00"
9733
+ "x-reconciled-at": "2026-01-05T18:29:47.711192+00:00"
9559
9734
  },
9560
9735
  "system_metadata": {
9561
9736
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -9748,7 +9923,7 @@
9748
9923
  },
9749
9924
  "x-original-maxLength": 1024,
9750
9925
  "x-reconciled-from-discovery": true,
9751
- "x-reconciled-at": "2026-01-05T14:38:51.933052+00:00"
9926
+ "x-reconciled-at": "2026-01-05T18:29:47.711207+00:00"
9752
9927
  },
9753
9928
  "disabled": {
9754
9929
  "type": "boolean",
@@ -9798,7 +9973,7 @@
9798
9973
  },
9799
9974
  "x-original-maxLength": 1024,
9800
9975
  "x-reconciled-from-discovery": true,
9801
- "x-reconciled-at": "2026-01-05T14:38:51.933063+00:00"
9976
+ "x-reconciled-at": "2026-01-05T18:29:47.711217+00:00"
9802
9977
  },
9803
9978
  "namespace": {
9804
9979
  "type": "string",
@@ -9817,7 +9992,7 @@
9817
9992
  },
9818
9993
  "x-original-maxLength": 1024,
9819
9994
  "x-reconciled-from-discovery": true,
9820
- "x-reconciled-at": "2026-01-05T14:38:51.933067+00:00"
9995
+ "x-reconciled-at": "2026-01-05T18:29:47.711221+00:00"
9821
9996
  },
9822
9997
  "owner_view": {
9823
9998
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -9858,7 +10033,7 @@
9858
10033
  "x-field-mutability": "read-only",
9859
10034
  "x-original-maxLength": 1024,
9860
10035
  "x-reconciled-from-discovery": true,
9861
- "x-reconciled-at": "2026-01-05T14:38:51.933075+00:00"
10036
+ "x-reconciled-at": "2026-01-05T18:29:47.711229+00:00"
9862
10037
  },
9863
10038
  "uid": {
9864
10039
  "type": "string",
@@ -9879,7 +10054,7 @@
9879
10054
  "x-original-maxLength": 1024,
9880
10055
  "format": "uuid",
9881
10056
  "x-reconciled-from-discovery": true,
9882
- "x-reconciled-at": "2026-01-05T14:38:51.933080+00:00"
10057
+ "x-reconciled-at": "2026-01-05T18:29:47.711234+00:00"
9883
10058
  }
9884
10059
  },
9885
10060
  "x-f5xc-minimum-configuration": {