Skip to content

Commit eba25e7

Browse files
Merge pull request #689 from softlayer/20241028
20241028 release notes and updates
2 parents 9e4969d + a6c5cd2 commit eba25e7

File tree

9 files changed

+344
-9
lines changed

9 files changed

+344
-9
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "getMetricTrackingObject"
3+
description: "[DEPRECATED] - A hardware component models metric tracking object. This object records all periodic polled data available to this hardware componet model."
4+
date: "2018-02-12"
5+
tags:
6+
- "method"
7+
- "sldn"
8+
- "Hardware"
9+
classes:
10+
- "SoftLayer_Hardware_Component_Model"
11+
type: "reference"
12+
layout: "method"
13+
mainService : "SoftLayer_Hardware_Component_Model"
14+
---
15+
16+
### [REST Example](#getMetricTrackingObject-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getMetricTrackingObject-example .anchor-link}
17+
```bash
18+
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Component_Model/{SoftLayer_Hardware_Component_ModelID}/getMetricTrackingObject'
20+
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "getMetricTrackingObject"
3+
description: "[DEPRECATED] - A location's metric tracking object."
4+
date: "2018-02-12"
5+
tags:
6+
- "method"
7+
- "sldn"
8+
- "Location"
9+
classes:
10+
- "SoftLayer_Location"
11+
type: "reference"
12+
layout: "method"
13+
mainService : "SoftLayer_Location"
14+
---
15+
16+
### [REST Example](#getMetricTrackingObject-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getMetricTrackingObject-example .anchor-link}
17+
```bash
18+
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Location/{SoftLayer_LocationID}/getMetricTrackingObject'
20+
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "getMetricTrackingObject"
3+
description: "[DEPRECATED] - A location's metric tracking object."
4+
date: "2018-02-12"
5+
tags:
6+
- "method"
7+
- "sldn"
8+
- "Location"
9+
classes:
10+
- "SoftLayer_Location_Datacenter"
11+
type: "reference"
12+
layout: "method"
13+
mainService : "SoftLayer_Location_Datacenter"
14+
---
15+
16+
### [REST Example](#getMetricTrackingObject-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getMetricTrackingObject-example .anchor-link}
17+
```bash
18+
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Location_Datacenter/{SoftLayer_Location_DatacenterID}/getMetricTrackingObject'
20+
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "getPrivateInterfaceCount"
3+
description: "The number of private network interfaces provided by a port_speed product."
4+
date: "2018-02-12"
5+
tags:
6+
- "method"
7+
- "sldn"
8+
- "Product"
9+
classes:
10+
- "SoftLayer_Product_Item"
11+
type: "reference"
12+
layout: "method"
13+
mainService : "SoftLayer_Product_Item"
14+
---
15+
16+
### [REST Example](#getPrivateInterfaceCount-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getPrivateInterfaceCount-example .anchor-link}
17+
```bash
18+
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Item/{SoftLayer_Product_ItemID}/getPrivateInterfaceCount'
20+
```
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "getPublicInterfaceCount"
3+
description: "The number of public network interfaces provided by a port_speed product."
4+
date: "2018-02-12"
5+
tags:
6+
- "method"
7+
- "sldn"
8+
- "Product"
9+
classes:
10+
- "SoftLayer_Product_Item"
11+
type: "reference"
12+
layout: "method"
13+
mainService : "SoftLayer_Product_Item"
14+
---
15+
16+
### [REST Example](#getPublicInterfaceCount-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getPublicInterfaceCount-example .anchor-link}
17+
```bash
18+
curl -g -u $SL_USER:$SL_APIKEY -X GET \
19+
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Item/{SoftLayer_Product_ItemID}/getPublicInterfaceCount'
20+
```

content/reference/services/SoftLayer_Virtual_Guest/getConsoleIpAddressFlag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "getConsoleIpAddressFlag"
3-
description: "A flag indicating a computing instance's console IP address is assigned."
3+
description: "[DEPRECATED] A flag indicating a computing instance's console IP address is assigned."
44
date: "2018-02-12"
55
tags:
66
- "method"

content/reference/services/SoftLayer_Virtual_Guest/getConsoleIpAddressRecord.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "getConsoleIpAddressRecord"
3-
description: "A record containing information about a computing instance's console IP and port number."
3+
description: "[DEPRECATED] A record containing information about a computing instance's console IP and port number."
44
date: "2018-02-12"
55
tags:
66
- "method"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Release notes: October 28, 2024"
3+
date: "2024-10-28"
4+
tags:
5+
- "release notes"
6+
---
7+
8+
#### API
9+
10+
- Fixed an issue with copying image templates to ICOS IMAGE-2423 IMAGE-2511
11+
- 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
12+
- Fix issue relating to XenServer upgrades. VIRT-13045
13+
- Verify monitoring and send an email when monitoring is down. VIRT-13107
14+
- creating new fields. Hardware Status Mandatory Fields: IO-5903
15+
- Fix a bug affecting snapshot operations on existing classic FileBlock volumes. Allow snapshot space changes for volumes whose location has migrated groups SALES-14455

0 commit comments

Comments
 (0)