Skip to content

Commit

Permalink
OAS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
stackit-pipeline committed May 28, 2024
1 parent e3c72a7 commit 0debcab
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 57 deletions.
33 changes: 18 additions & 15 deletions services/logme/v1/logme.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
},
"schemas": {
"Backup": {
"deprecated": true,
"properties": {
"downloadable": {
"type": "boolean"
Expand Down Expand Up @@ -208,12 +209,24 @@
"diskPersistentUsed": {
"type": "integer"
},
"load1": {
"type": "integer"
},
"load15": {
"type": "integer"
},
"load5": {
"type": "integer"
},
"memoryTotal": {
"type": "integer"
},
"memoryUsed": {
"type": "integer"
},
"opensearchDashboardURL": {
"type": "string"
},
"parachuteDiskEphemeralActivated": {
"type": "integer"
},
Expand Down Expand Up @@ -246,6 +259,9 @@
}
},
"required": [
"load1",
"load5",
"load15",
"memoryTotal",
"memoryUsed",
"diskPersistentTotal",
Expand All @@ -262,7 +278,8 @@
"parachuteDiskEphemeralUsedPercent",
"parachuteDiskEphemeralUsedThreshold",
"parachuteDiskEphemeralActivated",
"cpuLoadPercent"
"cpuLoadPercent",
"opensearchDashboardURL"
],
"type": "object"
},
Expand Down Expand Up @@ -563,20 +580,6 @@
],
"type": "object"
},
"Metrics": {
"properties": {
"metrics": {
"items": {
"$ref": "#/components/schemas/GetMetricsResponse"
},
"type": "array"
}
},
"required": [
"metrics"
],
"type": "object"
},
"Object": {
"type": "object"
},
Expand Down
27 changes: 13 additions & 14 deletions services/mariadb/v1/mariadb.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
},
"schemas": {
"Backup": {
"deprecated": true,
"properties": {
"downloadable": {
"type": "boolean"
Expand Down Expand Up @@ -214,6 +215,15 @@
"diskPersistentUsed": {
"type": "integer"
},
"load1": {
"type": "integer"
},
"load15": {
"type": "integer"
},
"load5": {
"type": "integer"
},
"memoryTotal": {
"type": "integer"
},
Expand Down Expand Up @@ -252,6 +262,9 @@
}
},
"required": [
"load1",
"load5",
"load15",
"memoryTotal",
"memoryUsed",
"diskPersistentTotal",
Expand Down Expand Up @@ -491,20 +504,6 @@
],
"type": "object"
},
"Metrics": {
"properties": {
"metrics": {
"items": {
"$ref": "#/components/schemas/GetMetricsResponse"
},
"type": "array"
}
},
"required": [
"metrics"
],
"type": "object"
},
"Object": {
"type": "object"
},
Expand Down
33 changes: 19 additions & 14 deletions services/rabbitmq/v1/rabbitmq.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
},
"schemas": {
"Backup": {
"deprecated": true,
"properties": {
"downloadable": {
"type": "boolean"
Expand Down Expand Up @@ -134,12 +135,18 @@
"management": {
"type": "string"
},
"mqtt": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"stomp": {
"type": "string"
},
"uri": {
"type": "string"
},
Expand Down Expand Up @@ -230,6 +237,15 @@
"diskPersistentUsed": {
"type": "integer"
},
"load1": {
"type": "integer"
},
"load15": {
"type": "integer"
},
"load5": {
"type": "integer"
},
"memoryTotal": {
"type": "integer"
},
Expand Down Expand Up @@ -268,6 +284,9 @@
}
},
"required": [
"load1",
"load5",
"load15",
"memoryTotal",
"memoryUsed",
"diskPersistentTotal",
Expand Down Expand Up @@ -558,20 +577,6 @@
],
"type": "object"
},
"Metrics": {
"properties": {
"metrics": {
"items": {
"$ref": "#/components/schemas/GetMetricsResponse"
},
"type": "array"
}
},
"required": [
"metrics"
],
"type": "object"
},
"Object": {
"type": "object"
},
Expand Down
27 changes: 13 additions & 14 deletions services/redis/v1/redis.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
},
"schemas": {
"Backup": {
"deprecated": true,
"properties": {
"downloadable": {
"type": "boolean"
Expand Down Expand Up @@ -214,6 +215,15 @@
"diskPersistentUsed": {
"type": "integer"
},
"load1": {
"type": "integer"
},
"load15": {
"type": "integer"
},
"load5": {
"type": "integer"
},
"memoryTotal": {
"type": "integer"
},
Expand Down Expand Up @@ -252,6 +262,9 @@
}
},
"required": [
"load1",
"load5",
"load15",
"memoryTotal",
"memoryUsed",
"diskPersistentTotal",
Expand Down Expand Up @@ -577,20 +590,6 @@
],
"type": "object"
},
"Metrics": {
"properties": {
"metrics": {
"items": {
"$ref": "#/components/schemas/GetMetricsResponse"
},
"type": "array"
}
},
"required": [
"metrics"
],
"type": "object"
},
"Object": {
"type": "object"
},
Expand Down

0 comments on commit 0debcab

Please sign in to comment.