|
866 | 866 | "contact": { |
867 | 867 | "url": "https://docs.stackit.cloud/stackit/en/support-area-72063304.html" |
868 | 868 | }, |
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.", |
870 | 870 | "termsOfService": "https://www.stackit.de/en/general-terms-and-conditions/terms-of-use/", |
871 | | - "title": "STACKIT Redis API", |
| 871 | + "title": "[DEPRECATED] STACKIT Redis API", |
872 | 872 | "version": "2.1.0" |
873 | 873 | }, |
874 | 874 | "openapi": "3.0.3", |
875 | 875 | "paths": { |
876 | 876 | "/v2/projects/{projectId}/regions/{regionId}/instances": { |
877 | 877 | "get": { |
| 878 | + "deprecated": true, |
878 | 879 | "description": "Get a list of available instances", |
879 | 880 | "operationId": "ListInstances", |
880 | 881 | "parameters": [ |
|
917 | 918 | } |
918 | 919 | }, |
919 | 920 | "post": { |
| 921 | + "deprecated": true, |
920 | 922 | "description": "Provision a service instance.", |
921 | 923 | "operationId": "CreateInstance", |
922 | 924 | "parameters": [ |
|
979 | 981 | }, |
980 | 982 | "/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}": { |
981 | 983 | "delete": { |
| 984 | + "deprecated": true, |
982 | 985 | "description": "Deprovision a service instance.", |
983 | 986 | "operationId": "DeleteInstance", |
984 | 987 | "parameters": [ |
|
1017 | 1020 | } |
1018 | 1021 | }, |
1019 | 1022 | "get": { |
| 1023 | + "deprecated": true, |
1020 | 1024 | "description": "get a service instance", |
1021 | 1025 | "operationId": "GetInstance", |
1022 | 1026 | "parameters": [ |
|
1065 | 1069 | } |
1066 | 1070 | }, |
1067 | 1071 | "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", |
1069 | 1074 | "operationId": "PartialUpdateInstance", |
1070 | 1075 | "parameters": [ |
1071 | 1076 | { |
|
1116 | 1121 | }, |
1117 | 1122 | "/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/backups": { |
1118 | 1123 | "get": { |
| 1124 | + "deprecated": true, |
1119 | 1125 | "operationId": "ListBackups", |
1120 | 1126 | "parameters": [ |
1121 | 1127 | { |
|
1160 | 1166 | } |
1161 | 1167 | }, |
1162 | 1168 | "post": { |
| 1169 | + "deprecated": true, |
1163 | 1170 | "operationId": "CreateBackup", |
1164 | 1171 | "parameters": [ |
1165 | 1172 | { |
|
1209 | 1216 | }, |
1210 | 1217 | "/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/backups-config": { |
1211 | 1218 | "patch": { |
| 1219 | + "deprecated": true, |
1212 | 1220 | "description": "Update the configuration for backups for your instance.", |
1213 | 1221 | "operationId": "UpdateBackupsConfig", |
1214 | 1222 | "parameters": [ |
|
1270 | 1278 | }, |
1271 | 1279 | "/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/backups/{backupId}/download": { |
1272 | 1280 | "get": { |
| 1281 | + "deprecated": true, |
1273 | 1282 | "operationId": "DownloadBackup", |
1274 | 1283 | "parameters": [ |
1275 | 1284 | { |
|
1323 | 1332 | }, |
1324 | 1333 | "/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/backups/{backupId}/restore": { |
1325 | 1334 | "post": { |
| 1335 | + "deprecated": true, |
1326 | 1336 | "operationId": "TriggerRestore", |
1327 | 1337 | "parameters": [ |
1328 | 1338 | { |
|
1375 | 1385 | }, |
1376 | 1386 | "/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/credentials": { |
1377 | 1387 | "get": { |
| 1388 | + "deprecated": true, |
1378 | 1389 | "description": "get list all credentials ids for instance", |
1379 | 1390 | "operationId": "ListCredentials", |
1380 | 1391 | "parameters": [ |
|
1420 | 1431 | } |
1421 | 1432 | }, |
1422 | 1433 | "post": { |
| 1434 | + "deprecated": true, |
1423 | 1435 | "description": "Create new service credentials", |
1424 | 1436 | "operationId": "CreateCredentials", |
1425 | 1437 | "parameters": [ |
|
1474 | 1486 | }, |
1475 | 1487 | "/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/credentials/{credentialsId}": { |
1476 | 1488 | "delete": { |
| 1489 | + "deprecated": true, |
1477 | 1490 | "description": "Delete a service credentials.", |
1478 | 1491 | "operationId": "DeleteCredentials", |
1479 | 1492 | "parameters": [ |
|
1521 | 1534 | } |
1522 | 1535 | }, |
1523 | 1536 | "get": { |
| 1537 | + "deprecated": true, |
1524 | 1538 | "description": "get a service credentials by credentials id", |
1525 | 1539 | "operationId": "GetCredentials", |
1526 | 1540 | "parameters": [ |
|
1577 | 1591 | }, |
1578 | 1592 | "/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/metrics": { |
1579 | 1593 | "get": { |
| 1594 | + "deprecated": true, |
1580 | 1595 | "operationId": "GetMetrics", |
1581 | 1596 | "parameters": [ |
1582 | 1597 | { |
|
1623 | 1638 | }, |
1624 | 1639 | "/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/recreate": { |
1625 | 1640 | "patch": { |
| 1641 | + "deprecated": true, |
1626 | 1642 | "operationId": "TriggerRecreate", |
1627 | 1643 | "parameters": [ |
1628 | 1644 | { |
|
1672 | 1688 | }, |
1673 | 1689 | "/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/restart": { |
1674 | 1690 | "patch": { |
| 1691 | + "deprecated": true, |
1675 | 1692 | "operationId": "TriggerRestart", |
1676 | 1693 | "parameters": [ |
1677 | 1694 | { |
|
1721 | 1738 | }, |
1722 | 1739 | "/v2/projects/{projectId}/regions/{regionId}/instances/{instanceId}/restores": { |
1723 | 1740 | "get": { |
| 1741 | + "deprecated": true, |
1724 | 1742 | "operationId": "ListRestores", |
1725 | 1743 | "parameters": [ |
1726 | 1744 | { |
|
1767 | 1785 | }, |
1768 | 1786 | "/v2/projects/{projectId}/regions/{regionId}/offerings": { |
1769 | 1787 | "get": { |
| 1788 | + "deprecated": true, |
1770 | 1789 | "description": "Get the service offerings that the service broker offers.", |
1771 | 1790 | "operationId": "ListOfferings", |
1772 | 1791 | "parameters": [ |
|
0 commit comments