Skip to content

Commit 7b4174e

Browse files
OAS Update
1 parent e934a27 commit 7b4174e

10 files changed

Lines changed: 31 additions & 12 deletions

File tree

services/logme/v1/logme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@
10661066
}
10671067
},
10681068
"patch": {
1069-
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.",
1069+
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.\n",
10701070
"operationId": "PartialUpdateInstance",
10711071
"parameters": [
10721072
{

services/logme/v2/logme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@
10611061
}
10621062
},
10631063
"patch": {
1064-
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.",
1064+
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.\n",
10651065
"operationId": "PartialUpdateInstance",
10661066
"parameters": [
10671067
{

services/mariadb/v1/mariadb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@
972972
}
973973
},
974974
"patch": {
975-
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.",
975+
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.\n",
976976
"operationId": "PartialUpdateInstance",
977977
"parameters": [
978978
{

services/mariadb/v2/mariadb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@
967967
}
968968
},
969969
"patch": {
970-
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.",
970+
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.\n",
971971
"operationId": "PartialUpdateInstance",
972972
"parameters": [
973973
{

services/opensearch/v1/opensearch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@
10311031
}
10321032
},
10331033
"patch": {
1034-
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.",
1034+
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.\n",
10351035
"operationId": "PartialUpdateInstance",
10361036
"parameters": [
10371037
{

services/opensearch/v2/opensearch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@
10261026
}
10271027
},
10281028
"patch": {
1029-
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.",
1029+
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.\n",
10301030
"operationId": "PartialUpdateInstance",
10311031
"parameters": [
10321032
{

services/rabbitmq/v1/rabbitmq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@
10741074
}
10751075
},
10761076
"patch": {
1077-
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.",
1077+
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.\n",
10781078
"operationId": "PartialUpdateInstance",
10791079
"parameters": [
10801080
{

services/rabbitmq/v2/rabbitmq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@
10691069
}
10701070
},
10711071
"patch": {
1072-
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.",
1072+
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.\n",
10731073
"operationId": "PartialUpdateInstance",
10741074
"parameters": [
10751075
{

services/redis/v1/redis.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -857,15 +857,16 @@
857857
"contact": {
858858
"url": "https://docs.stackit.cloud/stackit/en/support-area-72063304.html"
859859
},
860-
"description": "The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects.",
860+
"description": "\u0026#x26A0; WARNING: THIS API/Service IS DEPRECATED - migrate to valkey! The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects.",
861861
"termsOfService": "https://www.stackit.de/en/general-terms-and-conditions/terms-of-use/",
862-
"title": "STACKIT Redis API",
862+
"title": "[DEPRECATED] STACKIT Redis API",
863863
"version": "1.2.0"
864864
},
865865
"openapi": "3.0.3",
866866
"paths": {
867867
"/v1/projects/{projectId}/instances": {
868868
"get": {
869+
"deprecated": true,
869870
"description": "Get a list of available instances",
870871
"operationId": "ListInstances",
871872
"parameters": [
@@ -910,6 +911,7 @@
910911
}
911912
},
912913
"post": {
914+
"deprecated": true,
913915
"description": "Provision a service instance.",
914916
"operationId": "CreateInstance",
915917
"parameters": [
@@ -974,6 +976,7 @@
974976
},
975977
"/v1/projects/{projectId}/instances/{instanceId}": {
976978
"delete": {
979+
"deprecated": true,
977980
"description": "Deprovision a service instance.",
978981
"operationId": "DeleteInstance",
979982
"parameters": [
@@ -1020,6 +1023,7 @@
10201023
}
10211024
},
10221025
"get": {
1026+
"deprecated": true,
10231027
"description": "get a service instance",
10241028
"operationId": "GetInstance",
10251029
"parameters": [
@@ -1070,7 +1074,8 @@
10701074
}
10711075
},
10721076
"patch": {
1073-
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.",
1077+
"deprecated": true,
1078+
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.\n",
10741079
"operationId": "PartialUpdateInstance",
10751080
"parameters": [
10761081
{
@@ -1129,6 +1134,7 @@
11291134
},
11301135
"/v1/projects/{projectId}/instances/{instanceId}/backups": {
11311136
"get": {
1137+
"deprecated": true,
11321138
"operationId": "ListBackups",
11331139
"parameters": [
11341140
{
@@ -1170,6 +1176,7 @@
11701176
}
11711177
},
11721178
"post": {
1179+
"deprecated": true,
11731180
"operationId": "CreateBackup",
11741181
"parameters": [
11751182
{
@@ -1216,6 +1223,7 @@
12161223
},
12171224
"/v1/projects/{projectId}/instances/{instanceId}/backups-config": {
12181225
"patch": {
1226+
"deprecated": true,
12191227
"description": "Update the configuration for backups for your instance.",
12201228
"operationId": "UpdateBackupsConfig",
12211229
"parameters": [
@@ -1274,6 +1282,7 @@
12741282
},
12751283
"/v1/projects/{projectId}/instances/{instanceId}/backups/{backupId}/download": {
12761284
"get": {
1285+
"deprecated": true,
12771286
"operationId": "DownloadBackup",
12781287
"parameters": [
12791288
{
@@ -1324,6 +1333,7 @@
13241333
},
13251334
"/v1/projects/{projectId}/instances/{instanceId}/backups/{backupId}/restore": {
13261335
"post": {
1336+
"deprecated": true,
13271337
"operationId": "TriggerRestore",
13281338
"parameters": [
13291339
{
@@ -1373,6 +1383,7 @@
13731383
},
13741384
"/v1/projects/{projectId}/instances/{instanceId}/credentials": {
13751385
"get": {
1386+
"deprecated": true,
13761387
"description": "get list all credentials ids for instance",
13771388
"operationId": "ListCredentials",
13781389
"parameters": [
@@ -1420,6 +1431,7 @@
14201431
}
14211432
},
14221433
"post": {
1434+
"deprecated": true,
14231435
"description": "Create new service credentials",
14241436
"operationId": "CreateCredentials",
14251437
"parameters": [
@@ -1476,6 +1488,7 @@
14761488
},
14771489
"/v1/projects/{projectId}/instances/{instanceId}/credentials/{credentialsId}": {
14781490
"delete": {
1491+
"deprecated": true,
14791492
"description": "Delete a service credentials.",
14801493
"operationId": "DeleteCredentials",
14811494
"parameters": [
@@ -1525,6 +1538,7 @@
15251538
}
15261539
},
15271540
"get": {
1541+
"deprecated": true,
15281542
"description": "get a service credentials by credentials id",
15291543
"operationId": "GetCredentials",
15301544
"parameters": [
@@ -1583,6 +1597,7 @@
15831597
},
15841598
"/v1/projects/{projectId}/instances/{instanceId}/metrics": {
15851599
"get": {
1600+
"deprecated": true,
15861601
"operationId": "GetMetrics",
15871602
"parameters": [
15881603
{
@@ -1626,6 +1641,7 @@
16261641
},
16271642
"/v1/projects/{projectId}/instances/{instanceId}/recreate": {
16281643
"patch": {
1644+
"deprecated": true,
16291645
"operationId": "TriggerRecreate",
16301646
"parameters": [
16311647
{
@@ -1672,6 +1688,7 @@
16721688
},
16731689
"/v1/projects/{projectId}/instances/{instanceId}/restart": {
16741690
"patch": {
1691+
"deprecated": true,
16751692
"operationId": "TriggerRestart",
16761693
"parameters": [
16771694
{
@@ -1718,6 +1735,7 @@
17181735
},
17191736
"/v1/projects/{projectId}/instances/{instanceId}/restores": {
17201737
"get": {
1738+
"deprecated": true,
17211739
"operationId": "ListRestores",
17221740
"parameters": [
17231741
{
@@ -1761,6 +1779,7 @@
17611779
},
17621780
"/v1/projects/{projectId}/offerings": {
17631781
"get": {
1782+
"deprecated": true,
17641783
"description": "Get the service offerings that the service broker offers.",
17651784
"operationId": "ListOfferings",
17661785
"parameters": [

services/valkey/v1/valkey.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@
10581058
}
10591059
},
10601060
"patch": {
1061-
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.",
1061+
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.\n",
10621062
"operationId": "PartialUpdateInstance",
10631063
"parameters": [
10641064
{

0 commit comments

Comments
 (0)