Skip to content

Commit 9cacaef

Browse files
Merge pull request #683 from softlayer/20240823
20240823 release
2 parents afbf870 + 77fd4f9 commit 9cacaef

5 files changed

Lines changed: 43 additions & 23 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ repos:
1818
# when "--baseline" without "--use-all-plugins", pre-commit scan with just plugins in baseline file
1919
# when "--baseline" with "--use-all-plugins", pre-commit scan with all available plugins
2020
# add "--fail-on-unaudited" to fail pre-commit for unaudited potential secrets
21-
args: [--baseline, .secrets.baseline, --use-all-plugins, --exclude-files "static/*|content/reference/*|data/sldn_metadata\.json"]
21+
args: [-v, --baseline, .secrets.baseline, --use-all-plugins, --exclude-files "static/*|content/reference/*|data/sldn_metadata\.json"]

content/reference/services/SoftLayer_Metric_Tracking_Object/getBandwidthGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "getBandwidthGraph"
3-
description: "Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers. "
3+
description: "[DEPRECATED] Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers. "
44
date: "2018-02-12"
55
tags:
66
- "method"

content/reference/services/SoftLayer_Metric_Tracking_Object/getGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "getGraph"
3-
description: "Retrieve a PNG image of a metric in graph form. "
3+
description: "[DEPRECATED] Retrieve a PNG image of a metric in graph form. "
44
date: "2018-02-12"
55
tags:
66
- "method"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Release notes: August 23, 2024"
3+
date: "2024-08-23"
4+
tags:
5+
- "release notes"
6+
---
7+
8+
#### API
9+
10+
- Deprecated specific tracking object API endpoints that intended to return usage graph images. Add deprecation tag to Metric Tracking Object graphing API endpoints NETWORK-14559

data/sldn_metadata.json

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -119088,8 +119088,8 @@
119088119088
"getBandwidthGraph": {
119089119089
"name": "getBandwidthGraph",
119090119090
"type": "SoftLayer_Container_Bandwidth_GraphOutputs",
119091-
"doc": "Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers. ",
119092-
"docOverview": "Retrieve a bandwidth graph.",
119091+
"doc": "[DEPRECATED] Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers. ",
119092+
"docOverview": "[DEPRECATED] Retrieve a bandwidth graph.",
119093119093
"docAssociatedMethods": [
119094119094
{
119095119095
"service": "SoftLayer_Metric_Tracking_Object",
@@ -119100,6 +119100,7 @@
119100119100
"method": "getBandwidthTotal"
119101119101
}
119102119102
],
119103+
"deprecated": true,
119103119104
"parameters": [
119104119105
{
119105119106
"name": "startDateTime",
@@ -119222,8 +119223,9 @@
119222119223
"getGraph": {
119223119224
"name": "getGraph",
119224119225
"type": "SoftLayer_Container_Bandwidth_GraphOutputs",
119225-
"doc": "Retrieve a PNG image of a metric in graph form. ",
119226-
"docOverview": "Retrieve a graph of a virtual hosting platform's per instance use.",
119226+
"doc": "[DEPRECATED] Retrieve a PNG image of a metric in graph form. ",
119227+
"docOverview": "[DEPRECATED] Retrieve a graph of a virtual hosting platform's per instance use.",
119228+
"deprecated": true,
119227119229
"parameters": [
119228119230
{
119229119231
"name": "startDateTime",
@@ -119421,8 +119423,8 @@
119421119423
"getBandwidthGraph": {
119422119424
"name": "getBandwidthGraph",
119423119425
"type": "SoftLayer_Container_Bandwidth_GraphOutputs",
119424-
"doc": "Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers. ",
119425-
"docOverview": "Retrieve a bandwidth graph.",
119426+
"doc": "[DEPRECATED] Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers. ",
119427+
"docOverview": "[DEPRECATED] Retrieve a bandwidth graph.",
119426119428
"docAssociatedMethods": [
119427119429
{
119428119430
"service": "SoftLayer_Metric_Tracking_Object",
@@ -119433,6 +119435,7 @@
119433119435
"method": "getBandwidthTotal"
119434119436
}
119435119437
],
119438+
"deprecated": true,
119436119439
"parameters": [
119437119440
{
119438119441
"name": "startDateTime",
@@ -119555,8 +119558,9 @@
119555119558
"getGraph": {
119556119559
"name": "getGraph",
119557119560
"type": "SoftLayer_Container_Bandwidth_GraphOutputs",
119558-
"doc": "Retrieve a PNG image of a metric in graph form. ",
119559-
"docOverview": "Retrieve a graph of a virtual hosting platform's per instance use.",
119561+
"doc": "[DEPRECATED] Retrieve a PNG image of a metric in graph form. ",
119562+
"docOverview": "[DEPRECATED] Retrieve a graph of a virtual hosting platform's per instance use.",
119563+
"deprecated": true,
119560119564
"parameters": [
119561119565
{
119562119566
"name": "startDateTime",
@@ -119957,8 +119961,8 @@
119957119961
"getBandwidthGraph": {
119958119962
"name": "getBandwidthGraph",
119959119963
"type": "SoftLayer_Container_Bandwidth_GraphOutputs",
119960-
"doc": "Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers. ",
119961-
"docOverview": "Retrieve a bandwidth graph.",
119964+
"doc": "[DEPRECATED] Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers. ",
119965+
"docOverview": "[DEPRECATED] Retrieve a bandwidth graph.",
119962119966
"docAssociatedMethods": [
119963119967
{
119964119968
"service": "SoftLayer_Metric_Tracking_Object",
@@ -119969,6 +119973,7 @@
119969119973
"method": "getBandwidthTotal"
119970119974
}
119971119975
],
119976+
"deprecated": true,
119972119977
"parameters": [
119973119978
{
119974119979
"name": "startDateTime",
@@ -120091,8 +120096,9 @@
120091120096
"getGraph": {
120092120097
"name": "getGraph",
120093120098
"type": "SoftLayer_Container_Bandwidth_GraphOutputs",
120094-
"doc": "Retrieve a PNG image of a metric in graph form. ",
120095-
"docOverview": "Retrieve a graph of a virtual hosting platform's per instance use.",
120099+
"doc": "[DEPRECATED] Retrieve a PNG image of a metric in graph form. ",
120100+
"docOverview": "[DEPRECATED] Retrieve a graph of a virtual hosting platform's per instance use.",
120101+
"deprecated": true,
120096120102
"parameters": [
120097120103
{
120098120104
"name": "startDateTime",
@@ -120304,8 +120310,8 @@
120304120310
"getBandwidthGraph": {
120305120311
"name": "getBandwidthGraph",
120306120312
"type": "SoftLayer_Container_Bandwidth_GraphOutputs",
120307-
"doc": "Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers. ",
120308-
"docOverview": "Retrieve a bandwidth graph.",
120313+
"doc": "[DEPRECATED] Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers. ",
120314+
"docOverview": "[DEPRECATED] Retrieve a bandwidth graph.",
120309120315
"docAssociatedMethods": [
120310120316
{
120311120317
"service": "SoftLayer_Metric_Tracking_Object",
@@ -120316,6 +120322,7 @@
120316120322
"method": "getBandwidthTotal"
120317120323
}
120318120324
],
120325+
"deprecated": true,
120319120326
"parameters": [
120320120327
{
120321120328
"name": "startDateTime",
@@ -120438,8 +120445,9 @@
120438120445
"getGraph": {
120439120446
"name": "getGraph",
120440120447
"type": "SoftLayer_Container_Bandwidth_GraphOutputs",
120441-
"doc": "Retrieve a PNG image of a metric in graph form. ",
120442-
"docOverview": "Retrieve a graph of a virtual hosting platform's per instance use.",
120448+
"doc": "[DEPRECATED] Retrieve a PNG image of a metric in graph form. ",
120449+
"docOverview": "[DEPRECATED] Retrieve a graph of a virtual hosting platform's per instance use.",
120450+
"deprecated": true,
120443120451
"parameters": [
120444120452
{
120445120453
"name": "startDateTime",
@@ -120699,8 +120707,8 @@
120699120707
"getBandwidthGraph": {
120700120708
"name": "getBandwidthGraph",
120701120709
"type": "SoftLayer_Container_Bandwidth_GraphOutputs",
120702-
"doc": "Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers. ",
120703-
"docOverview": "Retrieve a bandwidth graph.",
120710+
"doc": "[DEPRECATED] Retrieve a PNG image of a bandwidth graph representing the bandwidth usage over time recorded by SofTLayer's bandwidth pollers. ",
120711+
"docOverview": "[DEPRECATED] Retrieve a bandwidth graph.",
120704120712
"docAssociatedMethods": [
120705120713
{
120706120714
"service": "SoftLayer_Metric_Tracking_Object",
@@ -120711,6 +120719,7 @@
120711120719
"method": "getBandwidthTotal"
120712120720
}
120713120721
],
120722+
"deprecated": true,
120714120723
"parameters": [
120715120724
{
120716120725
"name": "startDateTime",
@@ -120833,8 +120842,9 @@
120833120842
"getGraph": {
120834120843
"name": "getGraph",
120835120844
"type": "SoftLayer_Container_Bandwidth_GraphOutputs",
120836-
"doc": "Retrieve a PNG image of a metric in graph form. ",
120837-
"docOverview": "Retrieve a graph of a virtual hosting platform's per instance use.",
120845+
"doc": "[DEPRECATED] Retrieve a PNG image of a metric in graph form. ",
120846+
"docOverview": "[DEPRECATED] Retrieve a graph of a virtual hosting platform's per instance use.",
120847+
"deprecated": true,
120838120848
"parameters": [
120839120849
{
120840120850
"name": "startDateTime",

0 commit comments

Comments
 (0)