Skip to content

Commit 94313a0

Browse files
OAS Update
1 parent df1608f commit 94313a0

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

services/valkey/v2/valkey.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@
903903
"summary": "get service instances list",
904904
"x-stackit-authorization": {
905905
"actions": [
906-
"key_value_store.instance.list"
906+
"key-value-store.instance.list"
907907
],
908908
"resource-id": "projectId",
909909
"resource-id-type": "dynamic",
@@ -963,7 +963,7 @@
963963
"summary": "provision",
964964
"x-stackit-authorization": {
965965
"actions": [
966-
"key_value_store.instance.create"
966+
"key-value-store.instance.create"
967967
],
968968
"resource-id": "projectId",
969969
"resource-id-type": "dynamic",
@@ -1003,7 +1003,7 @@
10031003
"summary": "delete service instance",
10041004
"x-stackit-authorization": {
10051005
"actions": [
1006-
"key_value_store.instance.delete"
1006+
"key-value-store.instance.delete"
10071007
],
10081008
"resource-id": "projectId",
10091009
"resource-id-type": "dynamic",
@@ -1051,7 +1051,7 @@
10511051
"summary": "get a service instance",
10521052
"x-stackit-authorization": {
10531053
"actions": [
1054-
"key_value_store.instance.get"
1054+
"key-value-store.instance.get"
10551055
],
10561056
"resource-id": "projectId",
10571057
"resource-id-type": "dynamic",
@@ -1100,7 +1100,7 @@
11001100
"summary": "update a service instance",
11011101
"x-stackit-authorization": {
11021102
"actions": [
1103-
"key_value_store.instance.update"
1103+
"key-value-store.instance.update"
11041104
],
11051105
"resource-id": "projectId",
11061106
"resource-id-type": "dynamic",
@@ -1146,7 +1146,7 @@
11461146
"summary": "get latest backup information for provided instanceId",
11471147
"x-stackit-authorization": {
11481148
"actions": [
1149-
"key_value_store.proxy.read"
1149+
"key-value-store.proxy.read"
11501150
],
11511151
"resource-id": "projectId",
11521152
"resource-id-type": "dynamic",
@@ -1193,7 +1193,7 @@
11931193
"summary": "create a backup",
11941194
"x-stackit-authorization": {
11951195
"actions": [
1196-
"key_value_store.proxy.write"
1196+
"key-value-store.proxy.write"
11971197
],
11981198
"resource-id": "projectId",
11991199
"resource-id-type": "dynamic",
@@ -1254,7 +1254,7 @@
12541254
"summary": "backups configuration update",
12551255
"x-stackit-authorization": {
12561256
"actions": [
1257-
"key_value_store.proxy.write"
1257+
"key-value-store.proxy.write"
12581258
],
12591259
"resource-id": "projectId",
12601260
"resource-id-type": "dynamic",
@@ -1307,7 +1307,7 @@
13071307
"summary": "download backup",
13081308
"x-stackit-authorization": {
13091309
"actions": [
1310-
"key_value_store.proxy.read"
1310+
"key-value-store.proxy.read"
13111311
],
13121312
"resource-id": "projectId",
13131313
"resource-id-type": "dynamic",
@@ -1359,7 +1359,7 @@
13591359
"summary": "trigger a restore",
13601360
"x-stackit-authorization": {
13611361
"actions": [
1362-
"key_value_store.proxy.write"
1362+
"key-value-store.proxy.write"
13631363
],
13641364
"resource-id": "projectId",
13651365
"resource-id-type": "dynamic",
@@ -1406,7 +1406,7 @@
14061406
"summary": "get list of credentials ids",
14071407
"x-stackit-authorization": {
14081408
"actions": [
1409-
"key_value_store.credential.list"
1409+
"key-value-store.credential.list"
14101410
],
14111411
"resource-id": "projectId",
14121412
"resource-id-type": "dynamic",
@@ -1458,7 +1458,7 @@
14581458
"summary": "create new credentials",
14591459
"x-stackit-authorization": {
14601460
"actions": [
1461-
"key_value_store.credential.create"
1461+
"key-value-store.credential.create"
14621462
],
14631463
"resource-id": "projectId",
14641464
"resource-id-type": "dynamic",
@@ -1507,7 +1507,7 @@
15071507
"summary": "delete credentials by id",
15081508
"x-stackit-authorization": {
15091509
"actions": [
1510-
"key_value_store.credential.delete"
1510+
"key-value-store.credential.delete"
15111511
],
15121512
"resource-id": "projectId",
15131513
"resource-id-type": "dynamic",
@@ -1561,7 +1561,7 @@
15611561
"summary": "get credentials by id",
15621562
"x-stackit-authorization": {
15631563
"actions": [
1564-
"key_value_store.credential.get"
1564+
"key-value-store.credential.get"
15651565
],
15661566
"resource-id": "projectId",
15671567
"resource-id-type": "dynamic",
@@ -1607,7 +1607,7 @@
16071607
"summary": "get latest metrics for cpu load, memory and disk usage",
16081608
"x-stackit-authorization": {
16091609
"actions": [
1610-
"key_value_store.proxy.read"
1610+
"key-value-store.proxy.read"
16111611
],
16121612
"resource-id": "projectId",
16131613
"resource-id-type": "dynamic",
@@ -1656,7 +1656,7 @@
16561656
"summary": "trigger a recreate",
16571657
"x-stackit-authorization": {
16581658
"actions": [
1659-
"key_value_store.proxy.write"
1659+
"key-value-store.proxy.write"
16601660
],
16611661
"resource-id": "projectId",
16621662
"resource-id-type": "dynamic",
@@ -1705,7 +1705,7 @@
17051705
"summary": "trigger a restart",
17061706
"x-stackit-authorization": {
17071707
"actions": [
1708-
"key_value_store.proxy.write"
1708+
"key-value-store.proxy.write"
17091709
],
17101710
"resource-id": "projectId",
17111711
"resource-id-type": "dynamic",
@@ -1751,7 +1751,7 @@
17511751
"summary": "get latest restore information for provided instanceId",
17521752
"x-stackit-authorization": {
17531753
"actions": [
1754-
"key_value_store.proxy.read"
1754+
"key-value-store.proxy.read"
17551755
],
17561756
"resource-id": "projectId",
17571757
"resource-id-type": "dynamic",
@@ -1795,7 +1795,7 @@
17951795
"summary": "get the service offerings",
17961796
"x-stackit-authorization": {
17971797
"actions": [
1798-
"key_value_store.offerings.list"
1798+
"key-value-store.offerings.list"
17991799
],
18001800
"resource-id": "projectId",
18011801
"resource-id-type": "dynamic",

0 commit comments

Comments
 (0)