Skip to content

Commit 80f18d9

Browse files
Merge pull request #678 from softlayer/20240705
20240705 release
2 parents c6b62df + d17bdaf commit 80f18d9

4 files changed

Lines changed: 13 additions & 92 deletions

File tree

content/reference/datatypes/SoftLayer_Network_Service_Health.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

content/reference/datatypes/SoftLayer_Network_Service_Health_Status.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Release notes: July 05, 2024"
3+
date: "2024-07-05"
4+
tags:
5+
- "release notes"
6+
---
7+
8+
#### API
9+
10+
- corrects handling storage group templates with JBOD all. JBOD ALL storage group template does not create multple JBOD storage groups SALES-14389
11+
- Removal of datatypes NETWORK-14198:
12+
- SoftLayer_Network_Service_Health
13+
- SoftLayer_Network_Service_Health_Status.

data/sldn_metadata.json

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -135497,70 +135497,6 @@
135497135497
},
135498135498
"methods": {}
135499135499
},
135500-
"SoftLayer_Network_Service_Health": {
135501-
"name": "SoftLayer_Network_Service_Health",
135502-
"base": "SoftLayer_Entity",
135503-
"noservice": true,
135504-
"typeDoc": "Many general services that SoftLayer provides are tracked on the customer portal with a quick status message. These status message provide users with a quick reference to the health of a service, whether it's up or down. These services include SoftLayer's Internet backbone connections, VPN entry points, and router networks. The SoftLayer_Network_Service_Health data type provides the relationship between these services and their health status. ",
135505-
"properties": {
135506-
"location": {
135507-
"name": "location",
135508-
"type": "SoftLayer_Location",
135509-
"form": "relational",
135510-
"doc": "A service's location.",
135511-
"deprecated": true
135512-
},
135513-
"status": {
135514-
"name": "status",
135515-
"type": "SoftLayer_Network_Service_Health_Status",
135516-
"form": "relational",
135517-
"doc": "The status portion of a service/status relationship.",
135518-
"deprecated": true
135519-
},
135520-
"createDate": {
135521-
"name": "createDate",
135522-
"type": "dateTime",
135523-
"form": "local",
135524-
"doc": "The date that a service's status was created."
135525-
},
135526-
"locationId": {
135527-
"name": "locationId",
135528-
"type": "int",
135529-
"form": "local",
135530-
"doc": "A service's location identifier."
135531-
},
135532-
"modifyDate": {
135533-
"name": "modifyDate",
135534-
"type": "dateTime",
135535-
"form": "local",
135536-
"doc": "The date that a service's status was last changed."
135537-
},
135538-
"statusId": {
135539-
"name": "statusId",
135540-
"type": "int",
135541-
"form": "local",
135542-
"doc": "A service's status identifier."
135543-
}
135544-
},
135545-
"deprecated": true,
135546-
"methods": {}
135547-
},
135548-
"SoftLayer_Network_Service_Health_Status": {
135549-
"name": "SoftLayer_Network_Service_Health_Status",
135550-
"base": "SoftLayer_Entity",
135551-
"noservice": true,
135552-
"typeDoc": "Many general services that SoftLayer provides are marked by a status message. These health messages give portal users a quick way of determining the state of a SoftLayer service. Services range from backbones to VPN endpoints and routers. Generally a health status is either \"Up\" or \"Down\". ",
135553-
"properties": {
135554-
"name": {
135555-
"name": "name",
135556-
"type": "string",
135557-
"form": "local",
135558-
"doc": "The status of a SoftLayer service. This is typically \"Up\" or \"Down\"."
135559-
}
135560-
},
135561-
"deprecated": true,
135562-
"methods": {}
135563-
},
135564135500
"SoftLayer_Network_Service_Resource": {
135565135501
"name": "SoftLayer_Network_Service_Resource",
135566135502
"base": "SoftLayer_Entity",

0 commit comments

Comments
 (0)