@robinmordasiewicz/f5xc-api-mcp 2.0.3-2601050134 → 2.0.10-2601051503

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 (89) hide show
  1. package/dist/generator/domain-metadata.d.ts +207 -7
  2. package/dist/generator/domain-metadata.d.ts.map +1 -1
  3. package/dist/generator/domain-metadata.js +293 -21
  4. package/dist/generator/domain-metadata.js.map +1 -1
  5. package/dist/generator/naming/acronyms.d.ts +9 -2
  6. package/dist/generator/naming/acronyms.d.ts.map +1 -1
  7. package/dist/generator/naming/acronyms.js +35 -129
  8. package/dist/generator/naming/acronyms.js.map +1 -1
  9. package/dist/generator/naming/index.d.ts +1 -1
  10. package/dist/generator/naming/index.d.ts.map +1 -1
  11. package/dist/generator/naming/index.js +1 -1
  12. package/dist/generator/naming/index.js.map +1 -1
  13. package/dist/generator/openapi-parser.d.ts +23 -0
  14. package/dist/generator/openapi-parser.d.ts.map +1 -1
  15. package/dist/generator/openapi-parser.js +14 -0
  16. package/dist/generator/openapi-parser.js.map +1 -1
  17. package/dist/prompts/error-resolution.d.ts +7 -24
  18. package/dist/prompts/error-resolution.d.ts.map +1 -1
  19. package/dist/prompts/error-resolution.js +94 -296
  20. package/dist/prompts/error-resolution.js.map +1 -1
  21. package/dist/prompts/index.d.ts +2 -2
  22. package/dist/prompts/index.d.ts.map +1 -1
  23. package/dist/prompts/index.js +3 -3
  24. package/dist/prompts/index.js.map +1 -1
  25. package/dist/prompts/workflows.d.ts +8 -16
  26. package/dist/prompts/workflows.d.ts.map +1 -1
  27. package/dist/prompts/workflows.js +100 -306
  28. package/dist/prompts/workflows.js.map +1 -1
  29. package/dist/server.d.ts.map +1 -1
  30. package/dist/server.js +9 -7
  31. package/dist/server.js.map +1 -1
  32. package/dist/tools/discovery/best-practices.d.ts +4 -0
  33. package/dist/tools/discovery/best-practices.d.ts.map +1 -1
  34. package/dist/tools/discovery/best-practices.js +158 -225
  35. package/dist/tools/discovery/best-practices.js.map +1 -1
  36. package/dist/tools/discovery/cost-estimator.d.ts.map +1 -1
  37. package/dist/tools/discovery/cost-estimator.js +16 -4
  38. package/dist/tools/discovery/cost-estimator.js.map +1 -1
  39. package/dist/tools/discovery/index-loader.d.ts.map +1 -1
  40. package/dist/tools/discovery/index-loader.js +2 -0
  41. package/dist/tools/discovery/index-loader.js.map +1 -1
  42. package/dist/tools/discovery/types.d.ts +2 -0
  43. package/dist/tools/discovery/types.d.ts.map +1 -1
  44. package/dist/tools/generated/dependency-graph.json +1 -1
  45. package/dist/version.d.ts +2 -2
  46. package/dist/version.d.ts.map +1 -1
  47. package/dist/version.js +2 -2
  48. package/dist/version.js.map +1 -1
  49. package/manifest.json +1 -1
  50. package/package.json +1 -1
  51. package/specs/domains/admin_console_and_ui.json +25 -25
  52. package/specs/domains/ai_services.json +21 -21
  53. package/specs/domains/api.json +173 -183
  54. package/specs/domains/authentication.json +45 -45
  55. package/specs/domains/bigip.json +94 -94
  56. package/specs/domains/billing_and_usage.json +63 -63
  57. package/specs/domains/blindfold.json +109 -109
  58. package/specs/domains/bot_and_threat_defense.json +65 -65
  59. package/specs/domains/cdn.json +177 -557
  60. package/specs/domains/ce_management.json +111 -111
  61. package/specs/domains/certificates.json +75 -75
  62. package/specs/domains/cloud_infrastructure.json +112 -112
  63. package/specs/domains/container_services.json +91 -146
  64. package/specs/domains/data_and_privacy_security.json +66 -66
  65. package/specs/domains/data_intelligence.json +62 -62
  66. package/specs/domains/ddos.json +154 -154
  67. package/specs/domains/dns.json +148 -168
  68. package/specs/domains/managed_kubernetes.json +85 -85
  69. package/specs/domains/marketplace.json +103 -103
  70. package/specs/domains/network.json +230 -230
  71. package/specs/domains/network_security.json +187 -197
  72. package/specs/domains/nginx_one.json +62 -62
  73. package/specs/domains/object_storage.json +12 -12
  74. package/specs/domains/observability.json +102 -102
  75. package/specs/domains/rate_limiting.json +52 -52
  76. package/specs/domains/secops_and_incident_response.json +36 -36
  77. package/specs/domains/service_mesh.json +119 -124
  78. package/specs/domains/shape.json +313 -313
  79. package/specs/domains/sites.json +349 -349
  80. package/specs/domains/statistics.json +225 -225
  81. package/specs/domains/support.json +108 -108
  82. package/specs/domains/telemetry_and_insights.json +72 -72
  83. package/specs/domains/tenant_and_identity.json +268 -273
  84. package/specs/domains/threat_campaign.json +66 -86
  85. package/specs/domains/users.json +66 -66
  86. package/specs/domains/virtual.json +244 -874
  87. package/specs/domains/vpm_and_node_management.json +1 -1
  88. package/specs/domains/waf.json +139 -334
  89. package/specs/index.json +1661 -184
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Authentication",
5
5
  "description": "F5 Distributed Cloud Authentication API specifications",
6
- "version": "2.0.3",
6
+ "version": "2.0.10",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -3939,7 +3939,7 @@
3939
3939
  },
3940
3940
  "x-original-maxLength": 1024,
3941
3941
  "x-reconciled-from-discovery": true,
3942
- "x-reconciled-at": "2026-01-05T01:25:45.279631+00:00"
3942
+ "x-reconciled-at": "2026-01-05T14:37:35.878958+00:00"
3943
3943
  },
3944
3944
  "namespace": {
3945
3945
  "type": "string",
@@ -3958,7 +3958,7 @@
3958
3958
  },
3959
3959
  "x-original-maxLength": 1024,
3960
3960
  "x-reconciled-from-discovery": true,
3961
- "x-reconciled-at": "2026-01-05T01:25:45.279638+00:00"
3961
+ "x-reconciled-at": "2026-01-05T14:37:35.878964+00:00"
3962
3962
  },
3963
3963
  "spec": {
3964
3964
  "$ref": "#/components/schemas/api_credentialCustomCreateSpecType"
@@ -4039,7 +4039,7 @@
4039
4039
  },
4040
4040
  "x-original-maxLength": 1024,
4041
4041
  "x-reconciled-from-discovery": true,
4042
- "x-reconciled-at": "2026-01-05T01:25:45.279650+00:00"
4042
+ "x-reconciled-at": "2026-01-05T14:37:35.878977+00:00"
4043
4043
  }
4044
4044
  },
4045
4045
  "x-f5xc-minimum-configuration": {
@@ -4105,7 +4105,7 @@
4105
4105
  },
4106
4106
  "x-original-maxLength": 1024,
4107
4107
  "x-reconciled-from-discovery": true,
4108
- "x-reconciled-at": "2026-01-05T01:25:45.279660+00:00"
4108
+ "x-reconciled-at": "2026-01-05T14:37:35.878986+00:00"
4109
4109
  },
4110
4110
  "namespace": {
4111
4111
  "type": "string",
@@ -4124,7 +4124,7 @@
4124
4124
  },
4125
4125
  "x-original-maxLength": 1024,
4126
4126
  "x-reconciled-from-discovery": true,
4127
- "x-reconciled-at": "2026-01-05T01:25:45.279664+00:00"
4127
+ "x-reconciled-at": "2026-01-05T14:37:35.878991+00:00"
4128
4128
  },
4129
4129
  "namespace_roles": {
4130
4130
  "type": "array",
@@ -4390,7 +4390,7 @@
4390
4390
  },
4391
4391
  "x-original-maxLength": 1024,
4392
4392
  "x-reconciled-from-discovery": true,
4393
- "x-reconciled-at": "2026-01-05T01:25:45.279688+00:00"
4393
+ "x-reconciled-at": "2026-01-05T14:37:35.879017+00:00"
4394
4394
  },
4395
4395
  "namespace": {
4396
4396
  "type": "string",
@@ -4416,7 +4416,7 @@
4416
4416
  },
4417
4417
  "x-original-maxLength": 1024,
4418
4418
  "x-reconciled-from-discovery": true,
4419
- "x-reconciled-at": "2026-01-05T01:25:45.279692+00:00"
4419
+ "x-reconciled-at": "2026-01-05T14:37:35.879021+00:00"
4420
4420
  }
4421
4421
  },
4422
4422
  "x-f5xc-minimum-configuration": {
@@ -4524,7 +4524,7 @@
4524
4524
  },
4525
4525
  "x-original-maxLength": 1024,
4526
4526
  "x-reconciled-from-discovery": true,
4527
- "x-reconciled-at": "2026-01-05T01:25:45.279705+00:00"
4527
+ "x-reconciled-at": "2026-01-05T14:37:35.879033+00:00"
4528
4528
  },
4529
4529
  "namespace": {
4530
4530
  "type": "string",
@@ -4543,7 +4543,7 @@
4543
4543
  },
4544
4544
  "x-original-maxLength": 1024,
4545
4545
  "x-reconciled-from-discovery": true,
4546
- "x-reconciled-at": "2026-01-05T01:25:45.279709+00:00"
4546
+ "x-reconciled-at": "2026-01-05T14:37:35.879037+00:00"
4547
4547
  },
4548
4548
  "namespace_access": {
4549
4549
  "$ref": "#/components/schemas/schemaNamespaceAccessType"
@@ -4570,7 +4570,7 @@
4570
4570
  "x-original-maxLength": 1024,
4571
4571
  "format": "uuid",
4572
4572
  "x-reconciled-from-discovery": true,
4573
- "x-reconciled-at": "2026-01-05T01:25:45.279717+00:00"
4573
+ "x-reconciled-at": "2026-01-05T14:37:35.879046+00:00"
4574
4574
  },
4575
4575
  "user_email": {
4576
4576
  "type": "string",
@@ -4904,7 +4904,7 @@
4904
4904
  },
4905
4905
  "x-original-maxLength": 1024,
4906
4906
  "x-reconciled-from-discovery": true,
4907
- "x-reconciled-at": "2026-01-05T01:25:45.279745+00:00"
4907
+ "x-reconciled-at": "2026-01-05T14:37:35.879077+00:00"
4908
4908
  },
4909
4909
  "namespace": {
4910
4910
  "type": "string",
@@ -4923,7 +4923,7 @@
4923
4923
  },
4924
4924
  "x-original-maxLength": 1024,
4925
4925
  "x-reconciled-from-discovery": true,
4926
- "x-reconciled-at": "2026-01-05T01:25:45.279749+00:00"
4926
+ "x-reconciled-at": "2026-01-05T14:37:35.879081+00:00"
4927
4927
  },
4928
4928
  "type": {
4929
4929
  "$ref": "#/components/schemas/api_credentialAPICredentialType"
@@ -4947,7 +4947,7 @@
4947
4947
  "x-original-maxLength": 1024,
4948
4948
  "format": "uuid",
4949
4949
  "x-reconciled-from-discovery": true,
4950
- "x-reconciled-at": "2026-01-05T01:25:45.279755+00:00"
4950
+ "x-reconciled-at": "2026-01-05T14:37:35.879088+00:00"
4951
4951
  },
4952
4952
  "user_email": {
4953
4953
  "type": "string",
@@ -5089,7 +5089,7 @@
5089
5089
  },
5090
5090
  "x-original-maxLength": 1024,
5091
5091
  "x-reconciled-from-discovery": true,
5092
- "x-reconciled-at": "2026-01-05T01:25:45.279768+00:00"
5092
+ "x-reconciled-at": "2026-01-05T14:37:35.879101+00:00"
5093
5093
  },
5094
5094
  "namespace": {
5095
5095
  "type": "string",
@@ -5108,7 +5108,7 @@
5108
5108
  },
5109
5109
  "x-original-maxLength": 1024,
5110
5110
  "x-reconciled-from-discovery": true,
5111
- "x-reconciled-at": "2026-01-05T01:25:45.279772+00:00"
5111
+ "x-reconciled-at": "2026-01-05T14:37:35.879106+00:00"
5112
5112
  },
5113
5113
  "namespace_access": {
5114
5114
  "$ref": "#/components/schemas/schemaNamespaceAccessType"
@@ -5135,7 +5135,7 @@
5135
5135
  "x-original-maxLength": 1024,
5136
5136
  "format": "uuid",
5137
5137
  "x-reconciled-from-discovery": true,
5138
- "x-reconciled-at": "2026-01-05T01:25:45.279779+00:00"
5138
+ "x-reconciled-at": "2026-01-05T14:37:35.879114+00:00"
5139
5139
  },
5140
5140
  "user_email": {
5141
5141
  "type": "string",
@@ -5322,7 +5322,7 @@
5322
5322
  },
5323
5323
  "x-original-maxLength": 1024,
5324
5324
  "x-reconciled-from-discovery": true,
5325
- "x-reconciled-at": "2026-01-05T01:25:45.279794+00:00"
5325
+ "x-reconciled-at": "2026-01-05T14:37:35.879130+00:00"
5326
5326
  }
5327
5327
  },
5328
5328
  "x-f5xc-minimum-configuration": {
@@ -5386,7 +5386,7 @@
5386
5386
  },
5387
5387
  "x-original-maxLength": 1024,
5388
5388
  "x-reconciled-from-discovery": true,
5389
- "x-reconciled-at": "2026-01-05T01:25:45.279800+00:00"
5389
+ "x-reconciled-at": "2026-01-05T14:37:35.879137+00:00"
5390
5390
  },
5391
5391
  "namespace": {
5392
5392
  "type": "string",
@@ -5412,7 +5412,7 @@
5412
5412
  },
5413
5413
  "x-original-maxLength": 1024,
5414
5414
  "x-reconciled-from-discovery": true,
5415
- "x-reconciled-at": "2026-01-05T01:25:45.279804+00:00"
5415
+ "x-reconciled-at": "2026-01-05T14:37:35.879141+00:00"
5416
5416
  }
5417
5417
  },
5418
5418
  "x-f5xc-minimum-configuration": {
@@ -5460,7 +5460,7 @@
5460
5460
  },
5461
5461
  "x-original-maxLength": 1024,
5462
5462
  "x-reconciled-from-discovery": true,
5463
- "x-reconciled-at": "2026-01-05T01:25:45.279809+00:00"
5463
+ "x-reconciled-at": "2026-01-05T14:37:35.879146+00:00"
5464
5464
  },
5465
5465
  "namespace": {
5466
5466
  "type": "string",
@@ -5479,7 +5479,7 @@
5479
5479
  },
5480
5480
  "x-original-maxLength": 1024,
5481
5481
  "x-reconciled-from-discovery": true,
5482
- "x-reconciled-at": "2026-01-05T01:25:45.279813+00:00"
5482
+ "x-reconciled-at": "2026-01-05T14:37:35.879150+00:00"
5483
5483
  },
5484
5484
  "namespace_access": {
5485
5485
  "$ref": "#/components/schemas/schemaNamespaceAccessType"
@@ -5571,7 +5571,7 @@
5571
5571
  },
5572
5572
  "x-original-maxLength": 1024,
5573
5573
  "x-reconciled-from-discovery": true,
5574
- "x-reconciled-at": "2026-01-05T01:25:45.279823+00:00"
5574
+ "x-reconciled-at": "2026-01-05T14:37:35.879161+00:00"
5575
5575
  }
5576
5576
  },
5577
5577
  "x-f5xc-minimum-configuration": {
@@ -5619,7 +5619,7 @@
5619
5619
  },
5620
5620
  "x-original-maxLength": 1024,
5621
5621
  "x-reconciled-from-discovery": true,
5622
- "x-reconciled-at": "2026-01-05T01:25:45.279828+00:00"
5622
+ "x-reconciled-at": "2026-01-05T14:37:35.879166+00:00"
5623
5623
  }
5624
5624
  },
5625
5625
  "x-f5xc-minimum-configuration": {
@@ -5728,7 +5728,7 @@
5728
5728
  "maxLength": 17,
5729
5729
  "minLength": 17,
5730
5730
  "x-reconciled-from-discovery": true,
5731
- "x-reconciled-at": "2026-01-05T01:25:45.279838+00:00"
5731
+ "x-reconciled-at": "2026-01-05T14:37:35.879175+00:00"
5732
5732
  }
5733
5733
  },
5734
5734
  "x-f5xc-minimum-configuration": {
@@ -5847,7 +5847,7 @@
5847
5847
  },
5848
5848
  "x-original-maxLength": 1024,
5849
5849
  "x-reconciled-from-discovery": true,
5850
- "x-reconciled-at": "2026-01-05T01:25:45.279847+00:00"
5850
+ "x-reconciled-at": "2026-01-05T14:37:35.879185+00:00"
5851
5851
  }
5852
5852
  },
5853
5853
  "x-f5xc-minimum-configuration": {
@@ -5976,7 +5976,7 @@
5976
5976
  },
5977
5977
  "x-original-maxLength": 256,
5978
5978
  "x-reconciled-from-discovery": true,
5979
- "x-reconciled-at": "2026-01-05T01:25:45.279858+00:00"
5979
+ "x-reconciled-at": "2026-01-05T14:37:35.879196+00:00"
5980
5980
  },
5981
5981
  "role": {
5982
5982
  "type": "string",
@@ -6075,7 +6075,7 @@
6075
6075
  },
6076
6076
  "x-original-maxLength": 1200,
6077
6077
  "x-reconciled-from-discovery": true,
6078
- "x-reconciled-at": "2026-01-05T01:25:45.279868+00:00"
6078
+ "x-reconciled-at": "2026-01-05T14:37:35.879205+00:00"
6079
6079
  },
6080
6080
  "disable": {
6081
6081
  "type": "boolean",
@@ -6130,7 +6130,7 @@
6130
6130
  },
6131
6131
  "x-original-maxLength": 1024,
6132
6132
  "x-reconciled-from-discovery": true,
6133
- "x-reconciled-at": "2026-01-05T01:25:45.279876+00:00"
6133
+ "x-reconciled-at": "2026-01-05T14:37:35.879213+00:00"
6134
6134
  },
6135
6135
  "namespace": {
6136
6136
  "type": "string",
@@ -6149,7 +6149,7 @@
6149
6149
  },
6150
6150
  "x-original-maxLength": 1024,
6151
6151
  "x-reconciled-from-discovery": true,
6152
- "x-reconciled-at": "2026-01-05T01:25:45.279880+00:00"
6152
+ "x-reconciled-at": "2026-01-05T14:37:35.879218+00:00"
6153
6153
  },
6154
6154
  "uid": {
6155
6155
  "type": "string",
@@ -6171,7 +6171,7 @@
6171
6171
  "x-original-maxLength": 1024,
6172
6172
  "format": "uuid",
6173
6173
  "x-reconciled-from-discovery": true,
6174
- "x-reconciled-at": "2026-01-05T01:25:45.279886+00:00"
6174
+ "x-reconciled-at": "2026-01-05T14:37:35.879223+00:00"
6175
6175
  }
6176
6176
  },
6177
6177
  "x-f5xc-minimum-configuration": {
@@ -6217,7 +6217,7 @@
6217
6217
  "readOnly": true,
6218
6218
  "x-original-maxLength": 1024,
6219
6219
  "x-reconciled-from-discovery": true,
6220
- "x-reconciled-at": "2026-01-05T01:25:45.279890+00:00"
6220
+ "x-reconciled-at": "2026-01-05T14:37:35.879228+00:00"
6221
6221
  },
6222
6222
  "name": {
6223
6223
  "type": "string",
@@ -6236,7 +6236,7 @@
6236
6236
  },
6237
6237
  "x-original-maxLength": 1024,
6238
6238
  "x-reconciled-from-discovery": true,
6239
- "x-reconciled-at": "2026-01-05T01:25:45.279894+00:00"
6239
+ "x-reconciled-at": "2026-01-05T14:37:35.879232+00:00"
6240
6240
  },
6241
6241
  "namespace": {
6242
6242
  "type": "string",
@@ -6255,7 +6255,7 @@
6255
6255
  },
6256
6256
  "x-original-maxLength": 1024,
6257
6257
  "x-reconciled-from-discovery": true,
6258
- "x-reconciled-at": "2026-01-05T01:25:45.279898+00:00"
6258
+ "x-reconciled-at": "2026-01-05T14:37:35.879237+00:00"
6259
6259
  },
6260
6260
  "tenant": {
6261
6261
  "type": "string",
@@ -6276,7 +6276,7 @@
6276
6276
  "x-field-mutability": "read-only",
6277
6277
  "x-original-maxLength": 1024,
6278
6278
  "x-reconciled-from-discovery": true,
6279
- "x-reconciled-at": "2026-01-05T01:25:45.279902+00:00"
6279
+ "x-reconciled-at": "2026-01-05T14:37:35.879241+00:00"
6280
6280
  },
6281
6281
  "uid": {
6282
6282
  "type": "string",
@@ -6298,7 +6298,7 @@
6298
6298
  "x-original-maxLength": 1024,
6299
6299
  "format": "uuid",
6300
6300
  "x-reconciled-from-discovery": true,
6301
- "x-reconciled-at": "2026-01-05T01:25:45.279907+00:00"
6301
+ "x-reconciled-at": "2026-01-05T14:37:35.879246+00:00"
6302
6302
  }
6303
6303
  },
6304
6304
  "x-f5xc-minimum-configuration": {
@@ -6390,7 +6390,7 @@
6390
6390
  },
6391
6391
  "x-original-maxLength": 1024,
6392
6392
  "x-reconciled-from-discovery": true,
6393
- "x-reconciled-at": "2026-01-05T01:25:45.279915+00:00"
6393
+ "x-reconciled-at": "2026-01-05T14:37:35.879255+00:00"
6394
6394
  },
6395
6395
  "status": {
6396
6396
  "type": "string",
@@ -6409,7 +6409,7 @@
6409
6409
  },
6410
6410
  "x-original-maxLength": 1024,
6411
6411
  "x-reconciled-from-discovery": true,
6412
- "x-reconciled-at": "2026-01-05T01:25:45.279919+00:00"
6412
+ "x-reconciled-at": "2026-01-05T14:37:35.879259+00:00"
6413
6413
  }
6414
6414
  },
6415
6415
  "x-f5xc-minimum-configuration": {
@@ -6607,7 +6607,7 @@
6607
6607
  "maxLength": 6,
6608
6608
  "minLength": 6,
6609
6609
  "x-reconciled-from-discovery": true,
6610
- "x-reconciled-at": "2026-01-05T01:25:45.279939+00:00"
6610
+ "x-reconciled-at": "2026-01-05T14:37:35.879281+00:00"
6611
6611
  },
6612
6612
  "object_index": {
6613
6613
  "type": "integer",
@@ -6680,7 +6680,7 @@
6680
6680
  "x-field-mutability": "read-only",
6681
6681
  "x-original-maxLength": 1024,
6682
6682
  "x-reconciled-from-discovery": true,
6683
- "x-reconciled-at": "2026-01-05T01:25:45.279949+00:00"
6683
+ "x-reconciled-at": "2026-01-05T14:37:35.879291+00:00"
6684
6684
  },
6685
6685
  "trace_info": {
6686
6686
  "type": "string",
@@ -6718,7 +6718,7 @@
6718
6718
  "x-original-maxLength": 1024,
6719
6719
  "format": "uuid",
6720
6720
  "x-reconciled-from-discovery": true,
6721
- "x-reconciled-at": "2026-01-05T01:25:45.279955+00:00"
6721
+ "x-reconciled-at": "2026-01-05T14:37:35.879298+00:00"
6722
6722
  },
6723
6723
  "vtrp_id": {
6724
6724
  "type": "string",
@@ -6804,7 +6804,7 @@
6804
6804
  },
6805
6805
  "x-original-maxLength": 1024,
6806
6806
  "x-reconciled-from-discovery": true,
6807
- "x-reconciled-at": "2026-01-05T01:25:45.279963+00:00"
6807
+ "x-reconciled-at": "2026-01-05T14:37:35.879306+00:00"
6808
6808
  },
6809
6809
  "name": {
6810
6810
  "type": "string",
@@ -6823,7 +6823,7 @@
6823
6823
  },
6824
6824
  "x-original-maxLength": 1024,
6825
6825
  "x-reconciled-from-discovery": true,
6826
- "x-reconciled-at": "2026-01-05T01:25:45.279967+00:00"
6826
+ "x-reconciled-at": "2026-01-05T14:37:35.879311+00:00"
6827
6827
  },
6828
6828
  "namespace": {
6829
6829
  "type": "string",
@@ -6842,7 +6842,7 @@
6842
6842
  },
6843
6843
  "x-original-maxLength": 1024,
6844
6844
  "x-reconciled-from-discovery": true,
6845
- "x-reconciled-at": "2026-01-05T01:25:45.279971+00:00"
6845
+ "x-reconciled-at": "2026-01-05T14:37:35.879315+00:00"
6846
6846
  },
6847
6847
  "uid": {
6848
6848
  "type": "string",
@@ -6863,7 +6863,7 @@
6863
6863
  "x-original-maxLength": 1024,
6864
6864
  "format": "uuid",
6865
6865
  "x-reconciled-from-discovery": true,
6866
- "x-reconciled-at": "2026-01-05T01:25:45.279975+00:00"
6866
+ "x-reconciled-at": "2026-01-05T14:37:35.879320+00:00"
6867
6867
  }
6868
6868
  },
6869
6869
  "x-f5xc-minimum-configuration": {