|
857 | 857 | "contact": { |
858 | 858 | "url": "https://docs.stackit.cloud/stackit/en/support-area-72063304.html" |
859 | 859 | }, |
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.", |
861 | 861 | "termsOfService": "https://www.stackit.de/en/general-terms-and-conditions/terms-of-use/", |
862 | | - "title": "STACKIT Redis API", |
| 862 | + "title": "[DEPRECATED] STACKIT Redis API", |
863 | 863 | "version": "1.2.0" |
864 | 864 | }, |
865 | 865 | "openapi": "3.0.3", |
866 | 866 | "paths": { |
867 | 867 | "/v1/projects/{projectId}/instances": { |
868 | 868 | "get": { |
| 869 | + "deprecated": true, |
869 | 870 | "description": "Get a list of available instances", |
870 | 871 | "operationId": "ListInstances", |
871 | 872 | "parameters": [ |
|
910 | 911 | } |
911 | 912 | }, |
912 | 913 | "post": { |
| 914 | + "deprecated": true, |
913 | 915 | "description": "Provision a service instance.", |
914 | 916 | "operationId": "CreateInstance", |
915 | 917 | "parameters": [ |
|
974 | 976 | }, |
975 | 977 | "/v1/projects/{projectId}/instances/{instanceId}": { |
976 | 978 | "delete": { |
| 979 | + "deprecated": true, |
977 | 980 | "description": "Deprovision a service instance.", |
978 | 981 | "operationId": "DeleteInstance", |
979 | 982 | "parameters": [ |
|
1020 | 1023 | } |
1021 | 1024 | }, |
1022 | 1025 | "get": { |
| 1026 | + "deprecated": true, |
1023 | 1027 | "description": "get a service instance", |
1024 | 1028 | "operationId": "GetInstance", |
1025 | 1029 | "parameters": [ |
|
1070 | 1074 | } |
1071 | 1075 | }, |
1072 | 1076 | "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", |
1074 | 1079 | "operationId": "PartialUpdateInstance", |
1075 | 1080 | "parameters": [ |
1076 | 1081 | { |
|
1129 | 1134 | }, |
1130 | 1135 | "/v1/projects/{projectId}/instances/{instanceId}/backups": { |
1131 | 1136 | "get": { |
| 1137 | + "deprecated": true, |
1132 | 1138 | "operationId": "ListBackups", |
1133 | 1139 | "parameters": [ |
1134 | 1140 | { |
|
1170 | 1176 | } |
1171 | 1177 | }, |
1172 | 1178 | "post": { |
| 1179 | + "deprecated": true, |
1173 | 1180 | "operationId": "CreateBackup", |
1174 | 1181 | "parameters": [ |
1175 | 1182 | { |
|
1216 | 1223 | }, |
1217 | 1224 | "/v1/projects/{projectId}/instances/{instanceId}/backups-config": { |
1218 | 1225 | "patch": { |
| 1226 | + "deprecated": true, |
1219 | 1227 | "description": "Update the configuration for backups for your instance.", |
1220 | 1228 | "operationId": "UpdateBackupsConfig", |
1221 | 1229 | "parameters": [ |
|
1274 | 1282 | }, |
1275 | 1283 | "/v1/projects/{projectId}/instances/{instanceId}/backups/{backupId}/download": { |
1276 | 1284 | "get": { |
| 1285 | + "deprecated": true, |
1277 | 1286 | "operationId": "DownloadBackup", |
1278 | 1287 | "parameters": [ |
1279 | 1288 | { |
|
1324 | 1333 | }, |
1325 | 1334 | "/v1/projects/{projectId}/instances/{instanceId}/backups/{backupId}/restore": { |
1326 | 1335 | "post": { |
| 1336 | + "deprecated": true, |
1327 | 1337 | "operationId": "TriggerRestore", |
1328 | 1338 | "parameters": [ |
1329 | 1339 | { |
|
1373 | 1383 | }, |
1374 | 1384 | "/v1/projects/{projectId}/instances/{instanceId}/credentials": { |
1375 | 1385 | "get": { |
| 1386 | + "deprecated": true, |
1376 | 1387 | "description": "get list all credentials ids for instance", |
1377 | 1388 | "operationId": "ListCredentials", |
1378 | 1389 | "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": [ |
|
1476 | 1488 | }, |
1477 | 1489 | "/v1/projects/{projectId}/instances/{instanceId}/credentials/{credentialsId}": { |
1478 | 1490 | "delete": { |
| 1491 | + "deprecated": true, |
1479 | 1492 | "description": "Delete a service credentials.", |
1480 | 1493 | "operationId": "DeleteCredentials", |
1481 | 1494 | "parameters": [ |
|
1525 | 1538 | } |
1526 | 1539 | }, |
1527 | 1540 | "get": { |
| 1541 | + "deprecated": true, |
1528 | 1542 | "description": "get a service credentials by credentials id", |
1529 | 1543 | "operationId": "GetCredentials", |
1530 | 1544 | "parameters": [ |
|
1583 | 1597 | }, |
1584 | 1598 | "/v1/projects/{projectId}/instances/{instanceId}/metrics": { |
1585 | 1599 | "get": { |
| 1600 | + "deprecated": true, |
1586 | 1601 | "operationId": "GetMetrics", |
1587 | 1602 | "parameters": [ |
1588 | 1603 | { |
|
1626 | 1641 | }, |
1627 | 1642 | "/v1/projects/{projectId}/instances/{instanceId}/recreate": { |
1628 | 1643 | "patch": { |
| 1644 | + "deprecated": true, |
1629 | 1645 | "operationId": "TriggerRecreate", |
1630 | 1646 | "parameters": [ |
1631 | 1647 | { |
|
1672 | 1688 | }, |
1673 | 1689 | "/v1/projects/{projectId}/instances/{instanceId}/restart": { |
1674 | 1690 | "patch": { |
| 1691 | + "deprecated": true, |
1675 | 1692 | "operationId": "TriggerRestart", |
1676 | 1693 | "parameters": [ |
1677 | 1694 | { |
|
1718 | 1735 | }, |
1719 | 1736 | "/v1/projects/{projectId}/instances/{instanceId}/restores": { |
1720 | 1737 | "get": { |
| 1738 | + "deprecated": true, |
1721 | 1739 | "operationId": "ListRestores", |
1722 | 1740 | "parameters": [ |
1723 | 1741 | { |
|
1761 | 1779 | }, |
1762 | 1780 | "/v1/projects/{projectId}/offerings": { |
1763 | 1781 | "get": { |
| 1782 | + "deprecated": true, |
1764 | 1783 | "description": "Get the service offerings that the service broker offers.", |
1765 | 1784 | "operationId": "ListOfferings", |
1766 | 1785 | "parameters": [ |
|
0 commit comments