File tree Expand file tree Collapse file tree 9 files changed +344
-9
lines changed
SoftLayer_Hardware_Component_Model
SoftLayer_Location_Datacenter Expand file tree Collapse file tree 9 files changed +344
-9
lines changed Original file line number Diff line number Diff line change
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
+ ```
Original file line number Diff line number Diff line change
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
+ ```
Original file line number Diff line number Diff line change
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
+ ```
Original file line number Diff line number Diff line change
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
+ ```
Original file line number Diff line number Diff line change
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
+ ```
Original file line number Diff line number Diff line change 1
1
---
2
2
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."
4
4
date : " 2018-02-12"
5
5
tags :
6
6
- " method"
Original file line number Diff line number Diff line change 1
1
---
2
2
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."
4
4
date : " 2018-02-12"
5
5
tags :
6
6
- " method"
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments