|
738 | 738 | } |
739 | 739 | }, |
740 | 740 | "info": { |
741 | | - "description": "This API provides endpoints for managing keys and key rings.\n", |
| 741 | + "description": "### DEPRECATED! This service is no longer maintained. Please use the version v1 instead.\nThis API provides endpoints for managing keys and key rings.\n", |
742 | 742 | "title": "STACKIT Key Management Service API", |
743 | 743 | "version": "1beta.0.0" |
744 | 744 | }, |
745 | 745 | "openapi": "3.0.3", |
746 | 746 | "paths": { |
747 | 747 | "/v1beta/projects/{projectId}/regions/{regionId}/keyrings": { |
748 | 748 | "get": { |
| 749 | + "deprecated": true, |
749 | 750 | "description": "Returns a list of all key rings within the project.", |
750 | 751 | "operationId": "ListKeyRings", |
751 | 752 | "responses": { |
|
788 | 789 | } |
789 | 790 | ], |
790 | 791 | "post": { |
| 792 | + "deprecated": true, |
791 | 793 | "description": "Creates a new key ring within the project.", |
792 | 794 | "operationId": "CreateKeyRing", |
793 | 795 | "requestBody": { |
|
834 | 836 | }, |
835 | 837 | "/v1beta/projects/{projectId}/regions/{regionId}/keyrings/{keyRingId}": { |
836 | 838 | "delete": { |
| 839 | + "deprecated": true, |
837 | 840 | "description": "Deletes the given key ring if it is empty", |
838 | 841 | "operationId": "DeleteKeyRing", |
839 | 842 | "responses": { |
|
867 | 870 | } |
868 | 871 | }, |
869 | 872 | "get": { |
| 873 | + "deprecated": true, |
870 | 874 | "description": "Returns the details for the given key ring.", |
871 | 875 | "operationId": "GetKeyRing", |
872 | 876 | "responses": { |
|
917 | 921 | }, |
918 | 922 | "/v1beta/projects/{projectId}/regions/{regionId}/keyrings/{keyRingId}/keys": { |
919 | 923 | "get": { |
| 924 | + "deprecated": true, |
920 | 925 | "description": "Returns the keys for the given key ring.", |
921 | 926 | "operationId": "ListKeys", |
922 | 927 | "responses": { |
|
965 | 970 | } |
966 | 971 | ], |
967 | 972 | "post": { |
| 973 | + "deprecated": true, |
968 | 974 | "description": "Creates a new key for the given key ring.", |
969 | 975 | "operationId": "CreateKey", |
970 | 976 | "requestBody": { |
|
1014 | 1020 | }, |
1015 | 1021 | "/v1beta/projects/{projectId}/regions/{regionId}/keyrings/{keyRingId}/keys/{keyId}": { |
1016 | 1022 | "delete": { |
| 1023 | + "deprecated": true, |
1017 | 1024 | "description": "Schedules the deletion of the given key", |
1018 | 1025 | "operationId": "DeleteKey", |
1019 | 1026 | "responses": { |
|
1047 | 1054 | } |
1048 | 1055 | }, |
1049 | 1056 | "get": { |
| 1057 | + "deprecated": true, |
1050 | 1058 | "description": "Returns the details for the given key.", |
1051 | 1059 | "operationId": "GetKey", |
1052 | 1060 | "responses": { |
|
1114 | 1122 | } |
1115 | 1123 | ], |
1116 | 1124 | "post": { |
| 1125 | + "deprecated": true, |
1117 | 1126 | "description": "Imports a new version to the given key.", |
1118 | 1127 | "operationId": "ImportKey", |
1119 | 1128 | "requestBody": { |
|
1180 | 1189 | } |
1181 | 1190 | ], |
1182 | 1191 | "post": { |
| 1192 | + "deprecated": true, |
1183 | 1193 | "description": "Restores the given key from being deleted.", |
1184 | 1194 | "operationId": "RestoreKey", |
1185 | 1195 | "responses": { |
|
1229 | 1239 | } |
1230 | 1240 | ], |
1231 | 1241 | "post": { |
| 1242 | + "deprecated": true, |
1232 | 1243 | "description": "Rotates the given key.", |
1233 | 1244 | "operationId": "RotateKey", |
1234 | 1245 | "responses": { |
|
1274 | 1285 | }, |
1275 | 1286 | "/v1beta/projects/{projectId}/regions/{regionId}/keyrings/{keyRingId}/keys/{keyId}/versions": { |
1276 | 1287 | "get": { |
| 1288 | + "deprecated": true, |
1277 | 1289 | "description": "Returns a list of all versions of a given key.", |
1278 | 1290 | "operationId": "ListVersions", |
1279 | 1291 | "responses": { |
|
1327 | 1339 | }, |
1328 | 1340 | "/v1beta/projects/{projectId}/regions/{regionId}/keyrings/{keyRingId}/keys/{keyId}/versions/{versionNumber}": { |
1329 | 1341 | "get": { |
| 1342 | + "deprecated": true, |
1330 | 1343 | "description": "Returns the details for the given version.", |
1331 | 1344 | "operationId": "GetVersion", |
1332 | 1345 | "responses": { |
|
1400 | 1413 | } |
1401 | 1414 | ], |
1402 | 1415 | "post": { |
| 1416 | + "deprecated": true, |
1403 | 1417 | "description": "Decrypts data using the given key version.", |
1404 | 1418 | "operationId": "Decrypt", |
1405 | 1419 | "requestBody": { |
|
1469 | 1483 | } |
1470 | 1484 | ], |
1471 | 1485 | "post": { |
| 1486 | + "deprecated": true, |
1472 | 1487 | "description": "Removes the key material of a version permanently.", |
1473 | 1488 | "operationId": "DestroyVersion", |
1474 | 1489 | "responses": { |
|
1521 | 1536 | } |
1522 | 1537 | ], |
1523 | 1538 | "post": { |
| 1539 | + "deprecated": true, |
1524 | 1540 | "description": "Disables the given version.", |
1525 | 1541 | "operationId": "DisableVersion", |
1526 | 1542 | "responses": { |
|
1573 | 1589 | } |
1574 | 1590 | ], |
1575 | 1591 | "post": { |
| 1592 | + "deprecated": true, |
1576 | 1593 | "description": "Enables the given version.", |
1577 | 1594 | "operationId": "EnableVersion", |
1578 | 1595 | "responses": { |
|
1625 | 1642 | } |
1626 | 1643 | ], |
1627 | 1644 | "post": { |
| 1645 | + "deprecated": true, |
1628 | 1646 | "description": "Encrypts data using the given key version.", |
1629 | 1647 | "operationId": "Encrypt", |
1630 | 1648 | "requestBody": { |
|
1694 | 1712 | } |
1695 | 1713 | ], |
1696 | 1714 | "post": { |
| 1715 | + "deprecated": true, |
1697 | 1716 | "description": "Restores the given version from being destroyed", |
1698 | 1717 | "operationId": "RestoreVersion", |
1699 | 1718 | "responses": { |
|
1746 | 1765 | } |
1747 | 1766 | ], |
1748 | 1767 | "post": { |
| 1768 | + "deprecated": true, |
1749 | 1769 | "description": "Sign data using the given key version as secret.", |
1750 | 1770 | "operationId": "Sign", |
1751 | 1771 | "requestBody": { |
|
1815 | 1835 | } |
1816 | 1836 | ], |
1817 | 1837 | "post": { |
| 1838 | + "deprecated": true, |
1818 | 1839 | "description": "Verify data using the given key version as secret.", |
1819 | 1840 | "operationId": "Verify", |
1820 | 1841 | "requestBody": { |
|
1867 | 1888 | }, |
1868 | 1889 | "/v1beta/projects/{projectId}/regions/{regionId}/keyrings/{keyRingId}/wrappingkeys": { |
1869 | 1890 | "get": { |
| 1891 | + "deprecated": true, |
1870 | 1892 | "description": "Returns the wrapping keys for the given key ring.", |
1871 | 1893 | "operationId": "ListWrappingKeys", |
1872 | 1894 | "responses": { |
|
1915 | 1937 | } |
1916 | 1938 | ], |
1917 | 1939 | "post": { |
| 1940 | + "deprecated": true, |
1918 | 1941 | "description": "Creates a new wrapping key for the given key ring.", |
1919 | 1942 | "operationId": "CreateWrappingKey", |
1920 | 1943 | "requestBody": { |
|
1964 | 1987 | }, |
1965 | 1988 | "/v1beta/projects/{projectId}/regions/{regionId}/keyrings/{keyRingId}/wrappingkeys/{wrappingKeyId}": { |
1966 | 1989 | "delete": { |
| 1990 | + "deprecated": true, |
1967 | 1991 | "description": "Deletes the given wrapping key", |
1968 | 1992 | "operationId": "DeleteWrappingKey", |
1969 | 1993 | "responses": { |
|
1997 | 2021 | } |
1998 | 2022 | }, |
1999 | 2023 | "get": { |
| 2024 | + "deprecated": true, |
2000 | 2025 | "description": "Returns the details for the given wrapping key.", |
2001 | 2026 | "operationId": "GetWrappingKey", |
2002 | 2027 | "responses": { |
|
0 commit comments