|
903 | 903 | "summary": "get service instances list", |
904 | 904 | "x-stackit-authorization": { |
905 | 905 | "actions": [ |
906 | | - "key_value_store.instance.list" |
| 906 | + "key-value-store.instance.list" |
907 | 907 | ], |
908 | 908 | "resource-id": "projectId", |
909 | 909 | "resource-id-type": "dynamic", |
|
963 | 963 | "summary": "provision", |
964 | 964 | "x-stackit-authorization": { |
965 | 965 | "actions": [ |
966 | | - "key_value_store.instance.create" |
| 966 | + "key-value-store.instance.create" |
967 | 967 | ], |
968 | 968 | "resource-id": "projectId", |
969 | 969 | "resource-id-type": "dynamic", |
|
1003 | 1003 | "summary": "delete service instance", |
1004 | 1004 | "x-stackit-authorization": { |
1005 | 1005 | "actions": [ |
1006 | | - "key_value_store.instance.delete" |
| 1006 | + "key-value-store.instance.delete" |
1007 | 1007 | ], |
1008 | 1008 | "resource-id": "projectId", |
1009 | 1009 | "resource-id-type": "dynamic", |
|
1051 | 1051 | "summary": "get a service instance", |
1052 | 1052 | "x-stackit-authorization": { |
1053 | 1053 | "actions": [ |
1054 | | - "key_value_store.instance.get" |
| 1054 | + "key-value-store.instance.get" |
1055 | 1055 | ], |
1056 | 1056 | "resource-id": "projectId", |
1057 | 1057 | "resource-id-type": "dynamic", |
|
1100 | 1100 | "summary": "update a service instance", |
1101 | 1101 | "x-stackit-authorization": { |
1102 | 1102 | "actions": [ |
1103 | | - "key_value_store.instance.update" |
| 1103 | + "key-value-store.instance.update" |
1104 | 1104 | ], |
1105 | 1105 | "resource-id": "projectId", |
1106 | 1106 | "resource-id-type": "dynamic", |
|
1146 | 1146 | "summary": "get latest backup information for provided instanceId", |
1147 | 1147 | "x-stackit-authorization": { |
1148 | 1148 | "actions": [ |
1149 | | - "key_value_store.proxy.read" |
| 1149 | + "key-value-store.proxy.read" |
1150 | 1150 | ], |
1151 | 1151 | "resource-id": "projectId", |
1152 | 1152 | "resource-id-type": "dynamic", |
|
1193 | 1193 | "summary": "create a backup", |
1194 | 1194 | "x-stackit-authorization": { |
1195 | 1195 | "actions": [ |
1196 | | - "key_value_store.proxy.write" |
| 1196 | + "key-value-store.proxy.write" |
1197 | 1197 | ], |
1198 | 1198 | "resource-id": "projectId", |
1199 | 1199 | "resource-id-type": "dynamic", |
|
1254 | 1254 | "summary": "backups configuration update", |
1255 | 1255 | "x-stackit-authorization": { |
1256 | 1256 | "actions": [ |
1257 | | - "key_value_store.proxy.write" |
| 1257 | + "key-value-store.proxy.write" |
1258 | 1258 | ], |
1259 | 1259 | "resource-id": "projectId", |
1260 | 1260 | "resource-id-type": "dynamic", |
|
1307 | 1307 | "summary": "download backup", |
1308 | 1308 | "x-stackit-authorization": { |
1309 | 1309 | "actions": [ |
1310 | | - "key_value_store.proxy.read" |
| 1310 | + "key-value-store.proxy.read" |
1311 | 1311 | ], |
1312 | 1312 | "resource-id": "projectId", |
1313 | 1313 | "resource-id-type": "dynamic", |
|
1359 | 1359 | "summary": "trigger a restore", |
1360 | 1360 | "x-stackit-authorization": { |
1361 | 1361 | "actions": [ |
1362 | | - "key_value_store.proxy.write" |
| 1362 | + "key-value-store.proxy.write" |
1363 | 1363 | ], |
1364 | 1364 | "resource-id": "projectId", |
1365 | 1365 | "resource-id-type": "dynamic", |
|
1406 | 1406 | "summary": "get list of credentials ids", |
1407 | 1407 | "x-stackit-authorization": { |
1408 | 1408 | "actions": [ |
1409 | | - "key_value_store.credential.list" |
| 1409 | + "key-value-store.credential.list" |
1410 | 1410 | ], |
1411 | 1411 | "resource-id": "projectId", |
1412 | 1412 | "resource-id-type": "dynamic", |
|
1458 | 1458 | "summary": "create new credentials", |
1459 | 1459 | "x-stackit-authorization": { |
1460 | 1460 | "actions": [ |
1461 | | - "key_value_store.credential.create" |
| 1461 | + "key-value-store.credential.create" |
1462 | 1462 | ], |
1463 | 1463 | "resource-id": "projectId", |
1464 | 1464 | "resource-id-type": "dynamic", |
|
1507 | 1507 | "summary": "delete credentials by id", |
1508 | 1508 | "x-stackit-authorization": { |
1509 | 1509 | "actions": [ |
1510 | | - "key_value_store.credential.delete" |
| 1510 | + "key-value-store.credential.delete" |
1511 | 1511 | ], |
1512 | 1512 | "resource-id": "projectId", |
1513 | 1513 | "resource-id-type": "dynamic", |
|
1561 | 1561 | "summary": "get credentials by id", |
1562 | 1562 | "x-stackit-authorization": { |
1563 | 1563 | "actions": [ |
1564 | | - "key_value_store.credential.get" |
| 1564 | + "key-value-store.credential.get" |
1565 | 1565 | ], |
1566 | 1566 | "resource-id": "projectId", |
1567 | 1567 | "resource-id-type": "dynamic", |
|
1607 | 1607 | "summary": "get latest metrics for cpu load, memory and disk usage", |
1608 | 1608 | "x-stackit-authorization": { |
1609 | 1609 | "actions": [ |
1610 | | - "key_value_store.proxy.read" |
| 1610 | + "key-value-store.proxy.read" |
1611 | 1611 | ], |
1612 | 1612 | "resource-id": "projectId", |
1613 | 1613 | "resource-id-type": "dynamic", |
|
1656 | 1656 | "summary": "trigger a recreate", |
1657 | 1657 | "x-stackit-authorization": { |
1658 | 1658 | "actions": [ |
1659 | | - "key_value_store.proxy.write" |
| 1659 | + "key-value-store.proxy.write" |
1660 | 1660 | ], |
1661 | 1661 | "resource-id": "projectId", |
1662 | 1662 | "resource-id-type": "dynamic", |
|
1705 | 1705 | "summary": "trigger a restart", |
1706 | 1706 | "x-stackit-authorization": { |
1707 | 1707 | "actions": [ |
1708 | | - "key_value_store.proxy.write" |
| 1708 | + "key-value-store.proxy.write" |
1709 | 1709 | ], |
1710 | 1710 | "resource-id": "projectId", |
1711 | 1711 | "resource-id-type": "dynamic", |
|
1751 | 1751 | "summary": "get latest restore information for provided instanceId", |
1752 | 1752 | "x-stackit-authorization": { |
1753 | 1753 | "actions": [ |
1754 | | - "key_value_store.proxy.read" |
| 1754 | + "key-value-store.proxy.read" |
1755 | 1755 | ], |
1756 | 1756 | "resource-id": "projectId", |
1757 | 1757 | "resource-id-type": "dynamic", |
|
1795 | 1795 | "summary": "get the service offerings", |
1796 | 1796 | "x-stackit-authorization": { |
1797 | 1797 | "actions": [ |
1798 | | - "key_value_store.offerings.list" |
| 1798 | + "key-value-store.offerings.list" |
1799 | 1799 | ], |
1800 | 1800 | "resource-id": "projectId", |
1801 | 1801 | "resource-id-type": "dynamic", |
|
0 commit comments