Skip to content

Commit 5f0ef58

Browse files
Merge pull request #703 from softlayer/20250602
20250602 release
2 parents d9c74fc + d01ff40 commit 5f0ef58

File tree

35 files changed

+330
-497
lines changed

35 files changed

+330
-497
lines changed

.secrets.baseline

Lines changed: 10 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"exclude": {
3-
"files": "static/*|content/reference/*|data/sldn_metadata\\.json|^.secrets.baseline$|openapi/*",
3+
"files": "static/*|content/reference/*|data/sldn_metadata\\.json|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2024-08-16T19:42:32Z",
6+
"generated_at": "2025-06-02T21:59:20Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -108,6 +108,14 @@
108108
}
109109
],
110110
"content/article/authenticating-softlayer-api.md": [
111+
{
112+
"hashed_secret": "e0f71ebd6501ccf9f5bd1cc0266b9591e8ec1b71",
113+
"is_secret": false,
114+
"is_verified": false,
115+
"line_number": 108,
116+
"type": "IBM Cloud IAM Key",
117+
"verified_result": null
118+
},
111119
{
112120
"hashed_secret": "df51a19b291586bf46450aec1d775f3e02799b55",
113121
"is_secret": false,
@@ -9370,64 +9378,6 @@
93709378
"type": "Secret Keyword",
93719379
"verified_result": null
93729380
}
9373-
],
9374-
"sldnHtml/list.html": [
9375-
{
9376-
"hashed_secret": "57123dd83e8afc2b11d970252ff3f63717894d91",
9377-
"is_secret": false,
9378-
"is_verified": false,
9379-
"line_number": 30,
9380-
"type": "Base64 High Entropy String",
9381-
"verified_result": null
9382-
},
9383-
{
9384-
"hashed_secret": "8064edccce289f9bf447d82c669177f784006b7d",
9385-
"is_secret": false,
9386-
"is_verified": false,
9387-
"line_number": 39,
9388-
"type": "Base64 High Entropy String",
9389-
"verified_result": null
9390-
},
9391-
{
9392-
"hashed_secret": "520a4cba2e198197555989130f10fdf82a096e96",
9393-
"is_secret": false,
9394-
"is_verified": false,
9395-
"line_number": 447,
9396-
"type": "Base64 High Entropy String",
9397-
"verified_result": null
9398-
},
9399-
{
9400-
"hashed_secret": "8775630f7bd671b4d45a158d58beb447fdab25e0",
9401-
"is_secret": false,
9402-
"is_verified": false,
9403-
"line_number": 999,
9404-
"type": "Base64 High Entropy String",
9405-
"verified_result": null
9406-
},
9407-
{
9408-
"hashed_secret": "09c01cec42078a6cba1dfcecc88423fb7fc355b7",
9409-
"is_secret": false,
9410-
"is_verified": false,
9411-
"line_number": 1851,
9412-
"type": "Base64 High Entropy String",
9413-
"verified_result": null
9414-
},
9415-
{
9416-
"hashed_secret": "36a278a12d65f75f598778360c1ce879f59eb826",
9417-
"is_secret": false,
9418-
"is_verified": false,
9419-
"line_number": 2055,
9420-
"type": "Base64 High Entropy String",
9421-
"verified_result": null
9422-
},
9423-
{
9424-
"hashed_secret": "71f28ef3abdd557225e8a35c8664fe234dd4569f",
9425-
"is_secret": false,
9426-
"is_verified": false,
9427-
"line_number": 2340,
9428-
"type": "Base64 High Entropy String",
9429-
"verified_result": null
9430-
}
94319381
]
94329382
},
94339383
"version": "0.13.1+ibm.62.dss",

content/reference/datatypes/SoftLayer_Network_LoadBalancer_Service.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: "SoftLayer_Network_LoadBalancer_Service"
3-
description: "The SoftLayer_Network_LoadBalancer_Service data type contains all the information relating to a specific service (destination) on a particular load balancer.
4-
5-
Information retained on the object itself is the the source and destination of the service, routing type, weight, and whether or not the service is currently enabled. "
3+
description: "Deprecated "
64
date: "2018-02-12"
75
tags:
86
- "datatype"

content/reference/datatypes/SoftLayer_Network_LoadBalancer_VirtualIpAddress.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: "SoftLayer_Network_LoadBalancer_VirtualIpAddress"
3-
description: "The SoftLayer_Network_LoadBalancer_VirtualIpAddress data type contains all the information relating to a specific load balancer assigned to a customer account.
4-
5-
Information retained on the object itself is the virtual IP address, load balancing method, and any notes that are related to the load balancer. There is also an array of SoftLayer_Network_LoadBalancer_Service objects, which represent the load balancer services, explained more fully in the SoftLayer_Network_LoadBalancer_Service documentation. "
3+
description: "Deprecated "
64
date: "2018-02-12"
75
tags:
86
- "datatype"

content/reference/services/SoftLayer_Account/cancelPayPalTransaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "cancelPayPalTransaction"
3-
description: "Cancel the PayPal Payment Request process. During the process of submitting a PayPal payment request, the customer is redirected to PayPal to confirm the request. If the customer elects to cancel the payment from PayPal, they are returned to SoftLayer where the manual payment record is updated to a status of canceled. "
3+
description: "(DEPRECATED) Cancel the PayPal Payment Request process."
44
date: "2018-02-12"
55
tags:
66
- "method"

content/reference/services/SoftLayer_Account/completePayPalTransaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "completePayPalTransaction"
3-
description: "Complete the PayPal Payment Request process and receive confirmation message. During the process of submitting a PayPal payment request, the customer is redirected to PayPal to confirm the request. Once confirmed, PayPal returns the customer to SoftLayer where an attempt is made to finalize the transaction. A status message regarding the attempt is returned to the calling function. "
3+
description: "(DEPRECATED) Complete the PayPal Payment Request process and receive confirmation message."
44
date: "2018-02-12"
55
tags:
66
- "method"

content/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service/getGraphImage.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: "getGraphImage"
3-
description: "Get the graph image for a load balancer service based on the supplied graph type and metric. The available graph types are: 'connections' and 'status', and the available metrics are: 'day', 'week' and 'month'.
4-
5-
This method returns the raw binary image data. "
3+
description: "Deprecated "
64
date: "2018-02-12"
75
tags:
86
- "method"

content/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group/getGraphImage.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: "getGraphImage"
3-
description: "Get the graph image for a load balancer service group based on the supplied graph type and metric. The only available graph type currently is: 'connections', and the available metrics are: 'day', 'week' and 'month'.
4-
5-
This method returns the raw binary image data. "
3+
description: "Deprecated "
64
date: "2018-02-12"
75
tags:
86
- "method"

content/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/editObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "editObject"
3-
description: "Like any other API object, the load balancers can have their exposed properties edited by passing in a modified version of the object. The load balancer object also can modify its services in this way. Simply request the load balancer object you wish to edit, then modify the objects in the services array and pass the modified object to this function. WARNING: Services cannot be deleted in this manner, you must call deleteObject() on the service to physically remove them from the load balancer. "
3+
description: "Deprecated "
44
date: "2018-02-12"
55
tags:
66
- "method"

content/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/getAvailableSecureTransportCiphers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "getAvailableSecureTransportCiphers"
3-
description: "Yields a list of the SSL/TLS encryption ciphers that are currently supported on this virtual IP address instance. "
3+
description: "Deprecated "
44
date: "2018-02-12"
55
tags:
66
- "method"

content/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/getAvailableSecureTransportProtocols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "getAvailableSecureTransportProtocols"
3-
description: "Yields a list of the secure communication protocols that are currently supported on this virtual IP address instance. The list of supported ciphers for each protocol is culled to match availability. "
3+
description: "Deprecated "
44
date: "2018-02-12"
55
tags:
66
- "method"

0 commit comments

Comments
 (0)