-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #689 from softlayer/20241028
20241028 release notes and updates
- Loading branch information
Showing
9 changed files
with
344 additions
and
9 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...eference/services/SoftLayer_Hardware_Component_Model/getMetricTrackingObject.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "getMetricTrackingObject" | ||
description: "[DEPRECATED] - A hardware component models metric tracking object. This object records all periodic polled data available to this hardware componet model." | ||
date: "2018-02-12" | ||
tags: | ||
- "method" | ||
- "sldn" | ||
- "Hardware" | ||
classes: | ||
- "SoftLayer_Hardware_Component_Model" | ||
type: "reference" | ||
layout: "method" | ||
mainService : "SoftLayer_Hardware_Component_Model" | ||
--- | ||
|
||
### [REST Example](#getMetricTrackingObject-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getMetricTrackingObject-example .anchor-link} | ||
```bash | ||
curl -g -u $SL_USER:$SL_APIKEY -X GET \ | ||
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Component_Model/{SoftLayer_Hardware_Component_ModelID}/getMetricTrackingObject' | ||
``` |
20 changes: 20 additions & 0 deletions
20
content/reference/services/SoftLayer_Location/getMetricTrackingObject.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "getMetricTrackingObject" | ||
description: "[DEPRECATED] - A location's metric tracking object." | ||
date: "2018-02-12" | ||
tags: | ||
- "method" | ||
- "sldn" | ||
- "Location" | ||
classes: | ||
- "SoftLayer_Location" | ||
type: "reference" | ||
layout: "method" | ||
mainService : "SoftLayer_Location" | ||
--- | ||
|
||
### [REST Example](#getMetricTrackingObject-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getMetricTrackingObject-example .anchor-link} | ||
```bash | ||
curl -g -u $SL_USER:$SL_APIKEY -X GET \ | ||
'https://api.softlayer.com/rest/v3.1/SoftLayer_Location/{SoftLayer_LocationID}/getMetricTrackingObject' | ||
``` |
20 changes: 20 additions & 0 deletions
20
...ent/reference/services/SoftLayer_Location_Datacenter/getMetricTrackingObject.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "getMetricTrackingObject" | ||
description: "[DEPRECATED] - A location's metric tracking object." | ||
date: "2018-02-12" | ||
tags: | ||
- "method" | ||
- "sldn" | ||
- "Location" | ||
classes: | ||
- "SoftLayer_Location_Datacenter" | ||
type: "reference" | ||
layout: "method" | ||
mainService : "SoftLayer_Location_Datacenter" | ||
--- | ||
|
||
### [REST Example](#getMetricTrackingObject-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getMetricTrackingObject-example .anchor-link} | ||
```bash | ||
curl -g -u $SL_USER:$SL_APIKEY -X GET \ | ||
'https://api.softlayer.com/rest/v3.1/SoftLayer_Location_Datacenter/{SoftLayer_Location_DatacenterID}/getMetricTrackingObject' | ||
``` |
20 changes: 20 additions & 0 deletions
20
content/reference/services/SoftLayer_Product_Item/getPrivateInterfaceCount.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "getPrivateInterfaceCount" | ||
description: "The number of private network interfaces provided by a port_speed product." | ||
date: "2018-02-12" | ||
tags: | ||
- "method" | ||
- "sldn" | ||
- "Product" | ||
classes: | ||
- "SoftLayer_Product_Item" | ||
type: "reference" | ||
layout: "method" | ||
mainService : "SoftLayer_Product_Item" | ||
--- | ||
|
||
### [REST Example](#getPrivateInterfaceCount-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getPrivateInterfaceCount-example .anchor-link} | ||
```bash | ||
curl -g -u $SL_USER:$SL_APIKEY -X GET \ | ||
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Item/{SoftLayer_Product_ItemID}/getPrivateInterfaceCount' | ||
``` |
20 changes: 20 additions & 0 deletions
20
content/reference/services/SoftLayer_Product_Item/getPublicInterfaceCount.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "getPublicInterfaceCount" | ||
description: "The number of public network interfaces provided by a port_speed product." | ||
date: "2018-02-12" | ||
tags: | ||
- "method" | ||
- "sldn" | ||
- "Product" | ||
classes: | ||
- "SoftLayer_Product_Item" | ||
type: "reference" | ||
layout: "method" | ||
mainService : "SoftLayer_Product_Item" | ||
--- | ||
|
||
### [REST Example](#getPublicInterfaceCount-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getPublicInterfaceCount-example .anchor-link} | ||
```bash | ||
curl -g -u $SL_USER:$SL_APIKEY -X GET \ | ||
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Item/{SoftLayer_Product_ItemID}/getPublicInterfaceCount' | ||
``` |
2 changes: 1 addition & 1 deletion
2
content/reference/services/SoftLayer_Virtual_Guest/getConsoleIpAddressFlag.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
content/reference/services/SoftLayer_Virtual_Guest/getConsoleIpAddressRecord.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Release notes: October 28, 2024" | ||
date: "2024-10-28" | ||
tags: | ||
- "release notes" | ||
--- | ||
|
||
#### API | ||
|
||
- Fixed an issue with copying image templates to ICOS IMAGE-2423 IMAGE-2511 | ||
- Fixing object name to record billing item fee type correctly while creating a billing item manual addition record.. bug fix in transfer and usage price observers that was intoduced through ACCT-7462 ACCT-8625 | ||
- Fix issue relating to XenServer upgrades. VIRT-13045 | ||
- Verify monitoring and send an email when monitoring is down. VIRT-13107 | ||
- creating new fields. Hardware Status Mandatory Fields: IO-5903 | ||
- Fix a bug affecting snapshot operations on existing classic FileBlock volumes. Allow snapshot space changes for volumes whose location has migrated groups SALES-14455 |
Oops, something went wrong.