Skip to content

Commit

Permalink
Merge pull request #689 from softlayer/20241028
Browse files Browse the repository at this point in the history
20241028 release notes and updates
  • Loading branch information
allmightyspiff authored Oct 28, 2024
2 parents 9e4969d + a6c5cd2 commit eba25e7
Show file tree
Hide file tree
Showing 9 changed files with 344 additions and 9 deletions.
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'
```
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'
```
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'
```
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'
```
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'
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "getConsoleIpAddressFlag"
description: "A flag indicating a computing instance's console IP address is assigned."
description: "[DEPRECATED] A flag indicating a computing instance's console IP address is assigned."
date: "2018-02-12"
tags:
- "method"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "getConsoleIpAddressRecord"
description: "A record containing information about a computing instance's console IP and port number."
description: "[DEPRECATED] A record containing information about a computing instance's console IP and port number."
date: "2018-02-12"
tags:
- "method"
Expand Down
15 changes: 15 additions & 0 deletions content/release_notes/2024/20241028.md
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
Loading

0 comments on commit eba25e7

Please sign in to comment.