Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20240627 #677

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ mainService : "SoftLayer_Product_Upgrade_Request"

### [REST Example](#updateMaintenanceWindow-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#updateMaintenanceWindow-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [dateTime, int]}' \
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Upgrade_Request/{SoftLayer_Product_Upgrade_RequestID}/updateMaintenanceWindow'
```
11 changes: 11 additions & 0 deletions content/release_notes/2024/20240627.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Release notes: June 27, 2024"
date: "2024-06-27"
tags:
- "release notes"
---

#### API

- Fix issue preventing virtual dedicated host ordering.. Fix dedicated host hostname validation SALES-14414
- Adding isNfsCapable check on reloadOperatingSystem(). Add check in OS reload for new NFS only orm key METAL-6145
2 changes: 1 addition & 1 deletion data/sldn_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -189474,7 +189474,7 @@
"parameters": [
{
"name": "maintenanceStartTime",
"type": "dateTime",
"type": "string",
"doc": "A maintenance window starting time in ISO 8601 format."
},
{
Expand Down