@robinmordasiewicz/f5xc-api-mcp 2.0.2-2601050111 → 2.0.5-2601050335

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 (61) hide show
  1. package/dist/generator/domain-metadata.d.ts +46 -7
  2. package/dist/generator/domain-metadata.d.ts.map +1 -1
  3. package/dist/generator/domain-metadata.js +30 -21
  4. package/dist/generator/domain-metadata.js.map +1 -1
  5. package/dist/generator/openapi-parser.d.ts +23 -0
  6. package/dist/generator/openapi-parser.d.ts.map +1 -1
  7. package/dist/generator/openapi-parser.js +14 -0
  8. package/dist/generator/openapi-parser.js.map +1 -1
  9. package/dist/tools/discovery/best-practices.d.ts +3 -0
  10. package/dist/tools/discovery/best-practices.d.ts.map +1 -1
  11. package/dist/tools/discovery/best-practices.js +24 -0
  12. package/dist/tools/discovery/best-practices.js.map +1 -1
  13. package/dist/tools/discovery/index-loader.d.ts.map +1 -1
  14. package/dist/tools/discovery/index-loader.js +2 -0
  15. package/dist/tools/discovery/index-loader.js.map +1 -1
  16. package/dist/tools/discovery/types.d.ts +2 -0
  17. package/dist/tools/discovery/types.d.ts.map +1 -1
  18. package/dist/tools/generated/dependency-graph.json +1 -1
  19. package/dist/version.d.ts +2 -2
  20. package/dist/version.js +2 -2
  21. package/manifest.json +1 -1
  22. package/package.json +1 -1
  23. package/specs/domains/admin_console_and_ui.json +26 -26
  24. package/specs/domains/ai_services.json +22 -22
  25. package/specs/domains/api.json +174 -184
  26. package/specs/domains/authentication.json +46 -46
  27. package/specs/domains/bigip.json +95 -95
  28. package/specs/domains/billing_and_usage.json +64 -64
  29. package/specs/domains/blindfold.json +110 -110
  30. package/specs/domains/bot_and_threat_defense.json +66 -66
  31. package/specs/domains/cdn.json +178 -558
  32. package/specs/domains/ce_management.json +112 -112
  33. package/specs/domains/certificates.json +76 -76
  34. package/specs/domains/cloud_infrastructure.json +113 -113
  35. package/specs/domains/container_services.json +92 -147
  36. package/specs/domains/data_and_privacy_security.json +67 -67
  37. package/specs/domains/data_intelligence.json +63 -63
  38. package/specs/domains/ddos.json +155 -155
  39. package/specs/domains/dns.json +149 -169
  40. package/specs/domains/managed_kubernetes.json +86 -86
  41. package/specs/domains/marketplace.json +104 -104
  42. package/specs/domains/network.json +231 -231
  43. package/specs/domains/network_security.json +188 -198
  44. package/specs/domains/nginx_one.json +63 -63
  45. package/specs/domains/object_storage.json +13 -13
  46. package/specs/domains/observability.json +103 -103
  47. package/specs/domains/rate_limiting.json +53 -53
  48. package/specs/domains/secops_and_incident_response.json +37 -37
  49. package/specs/domains/service_mesh.json +120 -125
  50. package/specs/domains/shape.json +314 -314
  51. package/specs/domains/sites.json +350 -350
  52. package/specs/domains/statistics.json +226 -226
  53. package/specs/domains/support.json +109 -109
  54. package/specs/domains/telemetry_and_insights.json +73 -73
  55. package/specs/domains/tenant_and_identity.json +269 -274
  56. package/specs/domains/threat_campaign.json +67 -87
  57. package/specs/domains/users.json +67 -67
  58. package/specs/domains/virtual.json +245 -875
  59. package/specs/domains/vpm_and_node_management.json +2 -2
  60. package/specs/domains/waf.json +140 -335
  61. package/specs/index.json +2 -183
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Rate Limiting",
5
5
  "description": "Threshold-based request blocking using sliding window calculations. Burst smoothing algorithms maintain sustained throughput without exceeding defined maximums. Per-connection controls apply granular restrictions by protocol type. Automatic block actions trigger when request counts surpass configured limits within specified intervals.",
6
- "version": "2.0.2",
6
+ "version": "2.0.5",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -13,7 +13,7 @@
13
13
  "url": "https://www.f5.com/company/policies/eula"
14
14
  },
15
15
  "summary": "Time-based quota enforcement with configurable windows in hours, minutes, or seconds. Protocol-specific controls for traffic shaping.",
16
- "x-ves-cli-domain": "rate_limiting"
16
+ "x-f5xc-cli-domain": "rate_limiting"
17
17
  },
18
18
  "servers": [
19
19
  {
@@ -3562,7 +3562,7 @@
3562
3562
  },
3563
3563
  "x-original-maxLength": 1024,
3564
3564
  "x-reconciled-from-discovery": true,
3565
- "x-reconciled-at": "2026-01-04T19:55:24.277016+00:00"
3565
+ "x-reconciled-at": "2026-01-05T03:03:58.668536+00:00"
3566
3566
  },
3567
3567
  "namespace": {
3568
3568
  "type": "string",
@@ -3581,7 +3581,7 @@
3581
3581
  },
3582
3582
  "x-original-maxLength": 1024,
3583
3583
  "x-reconciled-from-discovery": true,
3584
- "x-reconciled-at": "2026-01-04T19:55:24.277023+00:00"
3584
+ "x-reconciled-at": "2026-01-05T03:03:58.668542+00:00"
3585
3585
  }
3586
3586
  },
3587
3587
  "x-f5xc-minimum-configuration": {
@@ -3679,7 +3679,7 @@
3679
3679
  "maxLength": 17,
3680
3680
  "minLength": 17,
3681
3681
  "x-reconciled-from-discovery": true,
3682
- "x-reconciled-at": "2026-01-04T19:55:24.277038+00:00"
3682
+ "x-reconciled-at": "2026-01-05T03:03:58.668556+00:00"
3683
3683
  },
3684
3684
  "system_metadata": {
3685
3685
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -3896,7 +3896,7 @@
3896
3896
  },
3897
3897
  "x-original-maxLength": 1024,
3898
3898
  "x-reconciled-from-discovery": true,
3899
- "x-reconciled-at": "2026-01-04T19:55:24.277057+00:00"
3899
+ "x-reconciled-at": "2026-01-05T03:03:58.668572+00:00"
3900
3900
  },
3901
3901
  "disabled": {
3902
3902
  "type": "boolean",
@@ -3946,7 +3946,7 @@
3946
3946
  },
3947
3947
  "x-original-maxLength": 1024,
3948
3948
  "x-reconciled-from-discovery": true,
3949
- "x-reconciled-at": "2026-01-04T19:55:24.277068+00:00"
3949
+ "x-reconciled-at": "2026-01-05T03:03:58.668581+00:00"
3950
3950
  },
3951
3951
  "namespace": {
3952
3952
  "type": "string",
@@ -3965,7 +3965,7 @@
3965
3965
  },
3966
3966
  "x-original-maxLength": 1024,
3967
3967
  "x-reconciled-from-discovery": true,
3968
- "x-reconciled-at": "2026-01-04T19:55:24.277072+00:00"
3968
+ "x-reconciled-at": "2026-01-05T03:03:58.668585+00:00"
3969
3969
  },
3970
3970
  "owner_view": {
3971
3971
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -4006,7 +4006,7 @@
4006
4006
  "x-field-mutability": "read-only",
4007
4007
  "x-original-maxLength": 1024,
4008
4008
  "x-reconciled-from-discovery": true,
4009
- "x-reconciled-at": "2026-01-04T19:55:24.277080+00:00"
4009
+ "x-reconciled-at": "2026-01-05T03:03:58.668591+00:00"
4010
4010
  },
4011
4011
  "uid": {
4012
4012
  "type": "string",
@@ -4027,7 +4027,7 @@
4027
4027
  "x-original-maxLength": 1024,
4028
4028
  "format": "uuid",
4029
4029
  "x-reconciled-from-discovery": true,
4030
- "x-reconciled-at": "2026-01-04T19:55:24.277085+00:00"
4030
+ "x-reconciled-at": "2026-01-05T03:03:58.668596+00:00"
4031
4031
  }
4032
4032
  },
4033
4033
  "x-f5xc-minimum-configuration": {
@@ -4303,7 +4303,7 @@
4303
4303
  },
4304
4304
  "x-original-maxLength": 1024,
4305
4305
  "x-reconciled-from-discovery": true,
4306
- "x-reconciled-at": "2026-01-04T19:55:24.277107+00:00"
4306
+ "x-reconciled-at": "2026-01-05T03:03:58.668614+00:00"
4307
4307
  }
4308
4308
  },
4309
4309
  "x-f5xc-minimum-configuration": {
@@ -4372,7 +4372,7 @@
4372
4372
  },
4373
4373
  "x-original-maxLength": 1024,
4374
4374
  "x-reconciled-from-discovery": true,
4375
- "x-reconciled-at": "2026-01-04T19:55:24.277115+00:00"
4375
+ "x-reconciled-at": "2026-01-05T03:03:58.668621+00:00"
4376
4376
  },
4377
4377
  "service_name": {
4378
4378
  "type": "string",
@@ -4411,7 +4411,7 @@
4411
4411
  },
4412
4412
  "x-original-maxLength": 1024,
4413
4413
  "x-reconciled-from-discovery": true,
4414
- "x-reconciled-at": "2026-01-04T19:55:24.277121+00:00"
4414
+ "x-reconciled-at": "2026-01-05T03:03:58.668626+00:00"
4415
4415
  },
4416
4416
  "type": {
4417
4417
  "type": "string",
@@ -4548,7 +4548,7 @@
4548
4548
  },
4549
4549
  "x-original-maxLength": 1024,
4550
4550
  "x-reconciled-from-discovery": true,
4551
- "x-reconciled-at": "2026-01-04T19:55:24.277132+00:00"
4551
+ "x-reconciled-at": "2026-01-05T03:03:58.668636+00:00"
4552
4552
  }
4553
4553
  },
4554
4554
  "x-f5xc-minimum-configuration": {
@@ -4657,7 +4657,7 @@
4657
4657
  },
4658
4658
  "x-original-maxLength": 1200,
4659
4659
  "x-reconciled-from-discovery": true,
4660
- "x-reconciled-at": "2026-01-04T19:55:24.277141+00:00"
4660
+ "x-reconciled-at": "2026-01-05T03:03:58.668644+00:00"
4661
4661
  },
4662
4662
  "disable": {
4663
4663
  "type": "boolean",
@@ -4710,7 +4710,7 @@
4710
4710
  },
4711
4711
  "x-original-maxLength": 1024,
4712
4712
  "x-reconciled-from-discovery": true,
4713
- "x-reconciled-at": "2026-01-04T19:55:24.277149+00:00"
4713
+ "x-reconciled-at": "2026-01-05T03:03:58.668651+00:00"
4714
4714
  },
4715
4715
  "namespace": {
4716
4716
  "type": "string",
@@ -4729,7 +4729,7 @@
4729
4729
  },
4730
4730
  "x-original-maxLength": 1024,
4731
4731
  "x-reconciled-from-discovery": true,
4732
- "x-reconciled-at": "2026-01-04T19:55:24.277153+00:00"
4732
+ "x-reconciled-at": "2026-01-05T03:03:58.668655+00:00"
4733
4733
  }
4734
4734
  },
4735
4735
  "x-f5xc-minimum-configuration": {
@@ -4805,7 +4805,7 @@
4805
4805
  },
4806
4806
  "x-original-maxLength": 1200,
4807
4807
  "x-reconciled-from-discovery": true,
4808
- "x-reconciled-at": "2026-01-04T19:55:24.277159+00:00"
4808
+ "x-reconciled-at": "2026-01-05T03:03:58.668661+00:00"
4809
4809
  },
4810
4810
  "disable": {
4811
4811
  "type": "boolean",
@@ -4860,7 +4860,7 @@
4860
4860
  },
4861
4861
  "x-original-maxLength": 1024,
4862
4862
  "x-reconciled-from-discovery": true,
4863
- "x-reconciled-at": "2026-01-04T19:55:24.277166+00:00"
4863
+ "x-reconciled-at": "2026-01-05T03:03:58.668667+00:00"
4864
4864
  },
4865
4865
  "namespace": {
4866
4866
  "type": "string",
@@ -4879,7 +4879,7 @@
4879
4879
  },
4880
4880
  "x-original-maxLength": 1024,
4881
4881
  "x-reconciled-from-discovery": true,
4882
- "x-reconciled-at": "2026-01-04T19:55:24.277170+00:00"
4882
+ "x-reconciled-at": "2026-01-05T03:03:58.668671+00:00"
4883
4883
  }
4884
4884
  },
4885
4885
  "x-f5xc-minimum-configuration": {
@@ -4924,7 +4924,7 @@
4924
4924
  "readOnly": true,
4925
4925
  "x-original-maxLength": 1024,
4926
4926
  "x-reconciled-from-discovery": true,
4927
- "x-reconciled-at": "2026-01-04T19:55:24.277179+00:00"
4927
+ "x-reconciled-at": "2026-01-05T03:03:58.668675+00:00"
4928
4928
  },
4929
4929
  "name": {
4930
4930
  "type": "string",
@@ -4943,7 +4943,7 @@
4943
4943
  },
4944
4944
  "x-original-maxLength": 1024,
4945
4945
  "x-reconciled-from-discovery": true,
4946
- "x-reconciled-at": "2026-01-04T19:55:24.277183+00:00"
4946
+ "x-reconciled-at": "2026-01-05T03:03:58.668679+00:00"
4947
4947
  },
4948
4948
  "namespace": {
4949
4949
  "type": "string",
@@ -4962,7 +4962,7 @@
4962
4962
  },
4963
4963
  "x-original-maxLength": 1024,
4964
4964
  "x-reconciled-from-discovery": true,
4965
- "x-reconciled-at": "2026-01-04T19:55:24.277187+00:00"
4965
+ "x-reconciled-at": "2026-01-05T03:03:58.668683+00:00"
4966
4966
  },
4967
4967
  "tenant": {
4968
4968
  "type": "string",
@@ -4983,7 +4983,7 @@
4983
4983
  "x-field-mutability": "read-only",
4984
4984
  "x-original-maxLength": 1024,
4985
4985
  "x-reconciled-from-discovery": true,
4986
- "x-reconciled-at": "2026-01-04T19:55:24.277191+00:00"
4986
+ "x-reconciled-at": "2026-01-05T03:03:58.668687+00:00"
4987
4987
  },
4988
4988
  "uid": {
4989
4989
  "type": "string",
@@ -5005,7 +5005,7 @@
5005
5005
  "x-original-maxLength": 1024,
5006
5006
  "format": "uuid",
5007
5007
  "x-reconciled-from-discovery": true,
5008
- "x-reconciled-at": "2026-01-04T19:55:24.277196+00:00"
5008
+ "x-reconciled-at": "2026-01-05T03:03:58.668691+00:00"
5009
5009
  }
5010
5010
  },
5011
5011
  "x-f5xc-minimum-configuration": {
@@ -5080,7 +5080,7 @@
5080
5080
  },
5081
5081
  "x-original-maxLength": 1200,
5082
5082
  "x-reconciled-from-discovery": true,
5083
- "x-reconciled-at": "2026-01-04T19:55:24.277203+00:00"
5083
+ "x-reconciled-at": "2026-01-05T03:03:58.668697+00:00"
5084
5084
  },
5085
5085
  "disable": {
5086
5086
  "type": "boolean",
@@ -5133,7 +5133,7 @@
5133
5133
  },
5134
5134
  "x-original-maxLength": 1024,
5135
5135
  "x-reconciled-from-discovery": true,
5136
- "x-reconciled-at": "2026-01-04T19:55:24.277211+00:00"
5136
+ "x-reconciled-at": "2026-01-05T03:03:58.668704+00:00"
5137
5137
  },
5138
5138
  "namespace": {
5139
5139
  "type": "string",
@@ -5152,7 +5152,7 @@
5152
5152
  },
5153
5153
  "x-original-maxLength": 1024,
5154
5154
  "x-reconciled-from-discovery": true,
5155
- "x-reconciled-at": "2026-01-04T19:55:24.277215+00:00"
5155
+ "x-reconciled-at": "2026-01-05T03:03:58.668708+00:00"
5156
5156
  }
5157
5157
  },
5158
5158
  "x-f5xc-minimum-configuration": {
@@ -5266,7 +5266,7 @@
5266
5266
  "x-original-maxLength": 1024,
5267
5267
  "format": "uuid",
5268
5268
  "x-reconciled-from-discovery": true,
5269
- "x-reconciled-at": "2026-01-04T19:55:24.277228+00:00"
5269
+ "x-reconciled-at": "2026-01-05T03:03:58.668719+00:00"
5270
5270
  },
5271
5271
  "vtrp_id": {
5272
5272
  "type": "string",
@@ -5378,7 +5378,7 @@
5378
5378
  },
5379
5379
  "x-original-maxLength": 1024,
5380
5380
  "x-reconciled-from-discovery": true,
5381
- "x-reconciled-at": "2026-01-04T19:55:24.277238+00:00"
5381
+ "x-reconciled-at": "2026-01-05T03:03:58.668728+00:00"
5382
5382
  },
5383
5383
  "status": {
5384
5384
  "type": "string",
@@ -5397,7 +5397,7 @@
5397
5397
  },
5398
5398
  "x-original-maxLength": 1024,
5399
5399
  "x-reconciled-from-discovery": true,
5400
- "x-reconciled-at": "2026-01-04T19:55:24.277242+00:00"
5400
+ "x-reconciled-at": "2026-01-05T03:03:58.668732+00:00"
5401
5401
  }
5402
5402
  },
5403
5403
  "x-f5xc-minimum-configuration": {
@@ -5575,7 +5575,7 @@
5575
5575
  "x-field-mutability": "read-only",
5576
5576
  "x-original-maxLength": 1024,
5577
5577
  "x-reconciled-from-discovery": true,
5578
- "x-reconciled-at": "2026-01-04T19:55:24.277261+00:00"
5578
+ "x-reconciled-at": "2026-01-05T03:03:58.668749+00:00"
5579
5579
  },
5580
5580
  "uid": {
5581
5581
  "type": "string",
@@ -5596,7 +5596,7 @@
5596
5596
  "x-original-maxLength": 1024,
5597
5597
  "format": "uuid",
5598
5598
  "x-reconciled-from-discovery": true,
5599
- "x-reconciled-at": "2026-01-04T19:55:24.277266+00:00"
5599
+ "x-reconciled-at": "2026-01-05T03:03:58.668754+00:00"
5600
5600
  }
5601
5601
  },
5602
5602
  "x-f5xc-minimum-configuration": {
@@ -5646,7 +5646,7 @@
5646
5646
  },
5647
5647
  "x-original-maxLength": 1024,
5648
5648
  "x-reconciled-from-discovery": true,
5649
- "x-reconciled-at": "2026-01-04T19:55:24.277271+00:00"
5649
+ "x-reconciled-at": "2026-01-05T03:03:58.668758+00:00"
5650
5650
  },
5651
5651
  "name": {
5652
5652
  "type": "string",
@@ -5665,7 +5665,7 @@
5665
5665
  },
5666
5666
  "x-original-maxLength": 1024,
5667
5667
  "x-reconciled-from-discovery": true,
5668
- "x-reconciled-at": "2026-01-04T19:55:24.277275+00:00"
5668
+ "x-reconciled-at": "2026-01-05T03:03:58.668762+00:00"
5669
5669
  },
5670
5670
  "namespace": {
5671
5671
  "type": "string",
@@ -5684,7 +5684,7 @@
5684
5684
  },
5685
5685
  "x-original-maxLength": 1024,
5686
5686
  "x-reconciled-from-discovery": true,
5687
- "x-reconciled-at": "2026-01-04T19:55:24.277280+00:00"
5687
+ "x-reconciled-at": "2026-01-05T03:03:58.668766+00:00"
5688
5688
  },
5689
5689
  "uid": {
5690
5690
  "type": "string",
@@ -5705,7 +5705,7 @@
5705
5705
  "x-original-maxLength": 1024,
5706
5706
  "format": "uuid",
5707
5707
  "x-reconciled-from-discovery": true,
5708
- "x-reconciled-at": "2026-01-04T19:55:24.277284+00:00"
5708
+ "x-reconciled-at": "2026-01-05T03:03:58.668770+00:00"
5709
5709
  }
5710
5710
  },
5711
5711
  "x-f5xc-minimum-configuration": {
@@ -5859,7 +5859,7 @@
5859
5859
  },
5860
5860
  "x-original-maxLength": 1024,
5861
5861
  "x-reconciled-from-discovery": true,
5862
- "x-reconciled-at": "2026-01-04T19:55:25.430703+00:00"
5862
+ "x-reconciled-at": "2026-01-05T03:03:59.675050+00:00"
5863
5863
  },
5864
5864
  "namespace": {
5865
5865
  "type": "string",
@@ -5878,7 +5878,7 @@
5878
5878
  },
5879
5879
  "x-original-maxLength": 1024,
5880
5880
  "x-reconciled-from-discovery": true,
5881
- "x-reconciled-at": "2026-01-04T19:55:25.430708+00:00"
5881
+ "x-reconciled-at": "2026-01-05T03:03:59.675055+00:00"
5882
5882
  }
5883
5883
  },
5884
5884
  "x-f5xc-minimum-configuration": {
@@ -5992,7 +5992,7 @@
5992
5992
  "maxLength": 17,
5993
5993
  "minLength": 17,
5994
5994
  "x-reconciled-from-discovery": true,
5995
- "x-reconciled-at": "2026-01-04T19:55:25.430724+00:00"
5995
+ "x-reconciled-at": "2026-01-05T03:03:59.675068+00:00"
5996
5996
  },
5997
5997
  "system_metadata": {
5998
5998
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -6228,7 +6228,7 @@
6228
6228
  },
6229
6229
  "x-original-maxLength": 1024,
6230
6230
  "x-reconciled-from-discovery": true,
6231
- "x-reconciled-at": "2026-01-04T19:55:25.430740+00:00"
6231
+ "x-reconciled-at": "2026-01-05T03:03:59.675083+00:00"
6232
6232
  },
6233
6233
  "disabled": {
6234
6234
  "type": "boolean",
@@ -6278,7 +6278,7 @@
6278
6278
  },
6279
6279
  "x-original-maxLength": 1024,
6280
6280
  "x-reconciled-from-discovery": true,
6281
- "x-reconciled-at": "2026-01-04T19:55:25.430751+00:00"
6281
+ "x-reconciled-at": "2026-01-05T03:03:59.675092+00:00"
6282
6282
  },
6283
6283
  "namespace": {
6284
6284
  "type": "string",
@@ -6297,7 +6297,7 @@
6297
6297
  },
6298
6298
  "x-original-maxLength": 1024,
6299
6299
  "x-reconciled-from-discovery": true,
6300
- "x-reconciled-at": "2026-01-04T19:55:25.430755+00:00"
6300
+ "x-reconciled-at": "2026-01-05T03:03:59.675096+00:00"
6301
6301
  },
6302
6302
  "owner_view": {
6303
6303
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -6338,7 +6338,7 @@
6338
6338
  "x-field-mutability": "read-only",
6339
6339
  "x-original-maxLength": 1024,
6340
6340
  "x-reconciled-from-discovery": true,
6341
- "x-reconciled-at": "2026-01-04T19:55:25.430762+00:00"
6341
+ "x-reconciled-at": "2026-01-05T03:03:59.675102+00:00"
6342
6342
  },
6343
6343
  "uid": {
6344
6344
  "type": "string",
@@ -6359,7 +6359,7 @@
6359
6359
  "x-original-maxLength": 1024,
6360
6360
  "format": "uuid",
6361
6361
  "x-reconciled-from-discovery": true,
6362
- "x-reconciled-at": "2026-01-04T19:55:25.430768+00:00"
6362
+ "x-reconciled-at": "2026-01-05T03:03:59.675107+00:00"
6363
6363
  }
6364
6364
  },
6365
6365
  "x-f5xc-minimum-configuration": {
@@ -6867,7 +6867,7 @@
6867
6867
  },
6868
6868
  "x-original-maxLength": 1024,
6869
6869
  "x-reconciled-from-discovery": true,
6870
- "x-reconciled-at": "2026-01-04T19:55:27.055928+00:00"
6870
+ "x-reconciled-at": "2026-01-05T03:04:01.090503+00:00"
6871
6871
  },
6872
6872
  "namespace": {
6873
6873
  "type": "string",
@@ -6886,7 +6886,7 @@
6886
6886
  },
6887
6887
  "x-original-maxLength": 1024,
6888
6888
  "x-reconciled-from-discovery": true,
6889
- "x-reconciled-at": "2026-01-04T19:55:27.055934+00:00"
6889
+ "x-reconciled-at": "2026-01-05T03:04:01.090508+00:00"
6890
6890
  }
6891
6891
  },
6892
6892
  "x-f5xc-minimum-configuration": {
@@ -6984,7 +6984,7 @@
6984
6984
  "maxLength": 17,
6985
6985
  "minLength": 17,
6986
6986
  "x-reconciled-from-discovery": true,
6987
- "x-reconciled-at": "2026-01-04T19:55:27.055949+00:00"
6987
+ "x-reconciled-at": "2026-01-05T03:04:01.090521+00:00"
6988
6988
  },
6989
6989
  "system_metadata": {
6990
6990
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -7331,7 +7331,7 @@
7331
7331
  },
7332
7332
  "x-original-maxLength": 1024,
7333
7333
  "x-reconciled-from-discovery": true,
7334
- "x-reconciled-at": "2026-01-04T19:55:27.055972+00:00"
7334
+ "x-reconciled-at": "2026-01-05T03:04:01.090541+00:00"
7335
7335
  },
7336
7336
  "disabled": {
7337
7337
  "type": "boolean",
@@ -7381,7 +7381,7 @@
7381
7381
  },
7382
7382
  "x-original-maxLength": 1024,
7383
7383
  "x-reconciled-from-discovery": true,
7384
- "x-reconciled-at": "2026-01-04T19:55:27.055983+00:00"
7384
+ "x-reconciled-at": "2026-01-05T03:04:01.090550+00:00"
7385
7385
  },
7386
7386
  "namespace": {
7387
7387
  "type": "string",
@@ -7400,7 +7400,7 @@
7400
7400
  },
7401
7401
  "x-original-maxLength": 1024,
7402
7402
  "x-reconciled-from-discovery": true,
7403
- "x-reconciled-at": "2026-01-04T19:55:27.055987+00:00"
7403
+ "x-reconciled-at": "2026-01-05T03:04:01.090554+00:00"
7404
7404
  },
7405
7405
  "owner_view": {
7406
7406
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -7441,7 +7441,7 @@
7441
7441
  "x-field-mutability": "read-only",
7442
7442
  "x-original-maxLength": 1024,
7443
7443
  "x-reconciled-from-discovery": true,
7444
- "x-reconciled-at": "2026-01-04T19:55:27.055995+00:00"
7444
+ "x-reconciled-at": "2026-01-05T03:04:01.090561+00:00"
7445
7445
  },
7446
7446
  "uid": {
7447
7447
  "type": "string",
@@ -7462,7 +7462,7 @@
7462
7462
  "x-original-maxLength": 1024,
7463
7463
  "format": "uuid",
7464
7464
  "x-reconciled-from-discovery": true,
7465
- "x-reconciled-at": "2026-01-04T19:55:27.056001+00:00"
7465
+ "x-reconciled-at": "2026-01-05T03:04:01.090566+00:00"
7466
7466
  }
7467
7467
  },
7468
7468
  "x-f5xc-minimum-configuration": {