OVHcloud Bare Metal Cloud Status

Current status
Legend
  • Operational
  • Degraded performance
  • Partial Outage
  • Major Outage
  • Under maintenance
[GLOBAL][Dedicated Servers] - Windows OS language API change
Scheduled for May 14, 08:30 - 08:45 UTC
Scheduled
As part of our continuous improvement plan, maintenance is scheduled on our Dedicated Servers offer.

Start time : 14/05/2024 08:30 UTC
End time : 14/05/2024 08:45 UTC
Service impact : No impact expected.
Customers not installing any Windows OSes from API and/or installing Windows OSes from OVHcloud control panel are not affected by this change.
Customers using that API call for installing any windows OSes in a display language other English are affected by this change and need to update their scripts and applications accordingly.
Service improvement : The following API call with details/language attribute within the payload will definitely stop working: POST /dedicated/server/{serviceName}/install/start

Below you can find an example of payload that will stop working for a win2022-dc OS installation:
```json
{
"details": {
"language": "fr",
},
"templateName": "win2022-dc_64"
}
```


With the previous example, here is the target payload that customer can already use and that will continue to work:
```json
{
"userMetadata": [
{
"key": "language",
"value": "fr-fr"
}
],
"templateName": "win2022-dc_64"
}
```


More details and examples can be found in the Documentation Page

Thank you for your understanding.
Posted May 14, 2024 - 08:30 UTC
This scheduled maintenance affects: Dedicated Servers || Operating System (Zone Europe, Zone APAC, Zone Canada).