Skip to content

Commit f0517f8

Browse files
OAS Update
1 parent 7b31893 commit f0517f8

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

services/redis/v2/redis.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,15 +866,16 @@
866866
"contact": {
867867
"url": "https://docs.stackit.cloud/stackit/en/support-area-72063304.html"
868868
},
869-
"description": "The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects.",
869+
"description": "?? 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.",
870870
"termsOfService": "https://www.stackit.de/en/general-terms-and-conditions/terms-of-use/",
871-
"title": "STACKIT Redis API",
871+
"title": "[DEPRECATED] STACKIT Redis API",
872872
"version": "2.1.0"
873873
},
874874
"openapi": "3.0.3",
875875
"paths": {
876876
"/v2/projects/{projectId}/regions/{regionId}/instances": {
877877
"get": {
878+
"deprecated": true,
878879
"description": "Get a list of available instances",
879880
"operationId": "ListInstances",
880881
"parameters": [
@@ -917,6 +918,7 @@
917918
}
918919
},
919920
"post": {
921+
"deprecated": true,
920922
"description": "Provision a service instance.",
921923
"operationId": "CreateInstance",
922924
"parameters": [
@@ -979,6 +981,7 @@
979981
},
980982
"/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}": {
981983
"delete": {
984+
"deprecated": true,
982985
"description": "Deprovision a service instance.",
983986
"operationId": "DeleteInstance",
984987
"parameters": [
@@ -1017,6 +1020,7 @@
10171020
}
10181021
},
10191022
"get": {
1023+
"deprecated": true,
10201024
"description": "get a service instance",
10211025
"operationId": "GetInstance",
10221026
"parameters": [
@@ -1065,7 +1069,8 @@
10651069
}
10661070
},
10671071
"patch": {
1068-
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.",
1072+
"deprecated": true,
1073+
"description": "Update a service instance. This could be a sgw acl update or a plan upgrade.\n",
10691074
"operationId": "PartialUpdateInstance",
10701075
"parameters": [
10711076
{
@@ -1116,6 +1121,7 @@
11161121
},
11171122
"/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/backups": {
11181123
"get": {
1124+
"deprecated": true,
11191125
"operationId": "ListBackups",
11201126
"parameters": [
11211127
{
@@ -1160,6 +1166,7 @@
11601166
}
11611167
},
11621168
"post": {
1169+
"deprecated": true,
11631170
"operationId": "CreateBackup",
11641171
"parameters": [
11651172
{
@@ -1209,6 +1216,7 @@
12091216
},
12101217
"/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/backups-config": {
12111218
"patch": {
1219+
"deprecated": true,
12121220
"description": "Update the configuration for backups for your instance.",
12131221
"operationId": "UpdateBackupsConfig",
12141222
"parameters": [
@@ -1270,6 +1278,7 @@
12701278
},
12711279
"/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/backups/{backupId}/download": {
12721280
"get": {
1281+
"deprecated": true,
12731282
"operationId": "DownloadBackup",
12741283
"parameters": [
12751284
{
@@ -1323,6 +1332,7 @@
13231332
},
13241333
"/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/backups/{backupId}/restore": {
13251334
"post": {
1335+
"deprecated": true,
13261336
"operationId": "TriggerRestore",
13271337
"parameters": [
13281338
{
@@ -1375,6 +1385,7 @@
13751385
},
13761386
"/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/credentials": {
13771387
"get": {
1388+
"deprecated": true,
13781389
"description": "get list all credentials ids for instance",
13791390
"operationId": "ListCredentials",
13801391
"parameters": [
@@ -1420,6 +1431,7 @@
14201431
}
14211432
},
14221433
"post": {
1434+
"deprecated": true,
14231435
"description": "Create new service credentials",
14241436
"operationId": "CreateCredentials",
14251437
"parameters": [
@@ -1474,6 +1486,7 @@
14741486
},
14751487
"/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/credentials/{credentialsId}": {
14761488
"delete": {
1489+
"deprecated": true,
14771490
"description": "Delete a service credentials.",
14781491
"operationId": "DeleteCredentials",
14791492
"parameters": [
@@ -1521,6 +1534,7 @@
15211534
}
15221535
},
15231536
"get": {
1537+
"deprecated": true,
15241538
"description": "get a service credentials by credentials id",
15251539
"operationId": "GetCredentials",
15261540
"parameters": [
@@ -1577,6 +1591,7 @@
15771591
},
15781592
"/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/metrics": {
15791593
"get": {
1594+
"deprecated": true,
15801595
"operationId": "GetMetrics",
15811596
"parameters": [
15821597
{
@@ -1623,6 +1638,7 @@
16231638
},
16241639
"/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/recreate": {
16251640
"patch": {
1641+
"deprecated": true,
16261642
"operationId": "TriggerRecreate",
16271643
"parameters": [
16281644
{
@@ -1672,6 +1688,7 @@
16721688
},
16731689
"/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/restart": {
16741690
"patch": {
1691+
"deprecated": true,
16751692
"operationId": "TriggerRestart",
16761693
"parameters": [
16771694
{
@@ -1721,6 +1738,7 @@
17211738
},
17221739
"/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/restores": {
17231740
"get": {
1741+
"deprecated": true,
17241742
"operationId": "ListRestores",
17251743
"parameters": [
17261744
{
@@ -1767,6 +1785,7 @@
17671785
},
17681786
"/v2/projects/{projectId}/regions/{regionId}/offerings": {
17691787
"get": {
1788+
"deprecated": true,
17701789
"description": "Get the service offerings that the service broker offers.",
17711790
"operationId": "ListOfferings",
17721791
"parameters": [

0 commit comments

Comments
 (0)