Skip to content

Commit 529dd79

Browse files
author
Automated
committed
OpenAPI spec update: Mon Apr 7 12:09:58 UTC 2025
1 parent 8993834 commit 529dd79

File tree

1 file changed

+133
-7
lines changed

1 file changed

+133
-7
lines changed

exoscale/openapi.json

Lines changed: 133 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3226,6 +3226,23 @@
32263226
"exclusiveMinimum": false,
32273227
"description": "Number of CPUs for each node"
32283228
},
3229+
"prometheus-uri": {
3230+
"type": "object",
3231+
"properties": {
3232+
"host": {
3233+
"type": "string"
3234+
},
3235+
"port": {
3236+
"type": "integer",
3237+
"format": "int64",
3238+
"minimum": 0,
3239+
"maximum": 65535,
3240+
"exclusiveMinimum": false,
3241+
"exclusiveMaximum": false
3242+
}
3243+
},
3244+
"description": "Prometheus integration URI"
3245+
},
32293246
"integrations": {
32303247
"type": "array",
32313248
"items": {
@@ -3397,7 +3414,8 @@
33973414
"required": [
33983415
"name",
33993416
"plan",
3400-
"type"
3417+
"type",
3418+
"prometheus-uri"
34013419
]
34023420
},
34033421
"dbaas-service-kafka": {
@@ -3467,6 +3485,23 @@
34673485
"type": "boolean",
34683486
"description": "Whether Kafka REST is enabled"
34693487
},
3488+
"prometheus-uri": {
3489+
"type": "object",
3490+
"properties": {
3491+
"host": {
3492+
"type": "string"
3493+
},
3494+
"port": {
3495+
"type": "integer",
3496+
"format": "int64",
3497+
"minimum": 0,
3498+
"maximum": 65535,
3499+
"exclusiveMinimum": false,
3500+
"exclusiveMaximum": false
3501+
}
3502+
},
3503+
"description": "Prometheus integration URI"
3504+
},
34703505
"integrations": {
34713506
"type": "array",
34723507
"items": {
@@ -3662,7 +3697,8 @@
36623697
"required": [
36633698
"name",
36643699
"plan",
3665-
"type"
3700+
"type",
3701+
"prometheus-uri"
36663702
]
36673703
},
36683704
"json-schema-valkey": {
@@ -4875,6 +4911,23 @@
48754911
"exclusiveMinimum": false,
48764912
"description": "Number of CPUs for each node"
48774913
},
4914+
"prometheus-uri": {
4915+
"type": "object",
4916+
"properties": {
4917+
"host": {
4918+
"type": "string"
4919+
},
4920+
"port": {
4921+
"type": "integer",
4922+
"format": "int64",
4923+
"minimum": 0,
4924+
"maximum": 65535,
4925+
"exclusiveMinimum": false,
4926+
"exclusiveMaximum": false
4927+
}
4928+
},
4929+
"description": "Prometheus integration URI"
4930+
},
48784931
"integrations": {
48794932
"type": "array",
48804933
"items": {
@@ -5132,7 +5185,8 @@
51325185
"required": [
51335186
"name",
51345187
"plan",
5135-
"type"
5188+
"type",
5189+
"prometheus-uri"
51365190
]
51375191
},
51385192
"dbaas-integration": {
@@ -6691,6 +6745,23 @@
66916745
"exclusiveMinimum": false,
66926746
"description": "Number of CPUs for each node"
66936747
},
6748+
"prometheus-uri": {
6749+
"type": "object",
6750+
"properties": {
6751+
"host": {
6752+
"type": "string"
6753+
},
6754+
"port": {
6755+
"type": "integer",
6756+
"format": "int64",
6757+
"minimum": 0,
6758+
"maximum": 65535,
6759+
"exclusiveMinimum": false,
6760+
"exclusiveMaximum": false
6761+
}
6762+
},
6763+
"description": "Prometheus integration URI"
6764+
},
66946765
"integrations": {
66956766
"type": "array",
66966767
"items": {
@@ -6852,7 +6923,8 @@
68526923
"required": [
68536924
"name",
68546925
"plan",
6855-
"type"
6926+
"type",
6927+
"prometheus-uri"
68566928
]
68576929
},
68586930
"enum-migration-status": {
@@ -7159,6 +7231,23 @@
71597231
"exclusiveMinimum": false,
71607232
"description": "Number of CPUs for each node"
71617233
},
7234+
"prometheus-uri": {
7235+
"type": "object",
7236+
"properties": {
7237+
"host": {
7238+
"type": "string"
7239+
},
7240+
"port": {
7241+
"type": "integer",
7242+
"format": "int64",
7243+
"minimum": 0,
7244+
"maximum": 65535,
7245+
"exclusiveMinimum": false,
7246+
"exclusiveMaximum": false
7247+
}
7248+
},
7249+
"description": "Prometheus integration URI"
7250+
},
71627251
"integrations": {
71637252
"type": "array",
71647253
"items": {
@@ -7353,7 +7442,8 @@
73537442
"required": [
73547443
"name",
73557444
"plan",
7356-
"type"
7445+
"type",
7446+
"prometheus-uri"
73577447
]
73587448
},
73597449
"zone-name": {
@@ -7480,6 +7570,23 @@
74807570
"exclusiveMinimum": false,
74817571
"description": "Number of CPUs for each node"
74827572
},
7573+
"prometheus-uri": {
7574+
"type": "object",
7575+
"properties": {
7576+
"host": {
7577+
"type": "string"
7578+
},
7579+
"port": {
7580+
"type": "integer",
7581+
"format": "int64",
7582+
"minimum": 0,
7583+
"maximum": 65535,
7584+
"exclusiveMinimum": false,
7585+
"exclusiveMaximum": false
7586+
}
7587+
},
7588+
"description": "Prometheus integration URI"
7589+
},
74837590
"integrations": {
74847591
"type": "array",
74857592
"items": {
@@ -7735,7 +7842,8 @@
77357842
"required": [
77367843
"name",
77377844
"plan",
7738-
"type"
7845+
"type",
7846+
"prometheus-uri"
77397847
]
77407848
},
77417849
"manager": {
@@ -8321,6 +8429,23 @@
83218429
"exclusiveMinimum": false,
83228430
"description": "Number of CPUs for each node"
83238431
},
8432+
"prometheus-uri": {
8433+
"type": "object",
8434+
"properties": {
8435+
"host": {
8436+
"type": "string"
8437+
},
8438+
"port": {
8439+
"type": "integer",
8440+
"format": "int64",
8441+
"minimum": 0,
8442+
"maximum": 65535,
8443+
"exclusiveMinimum": false,
8444+
"exclusiveMaximum": false
8445+
}
8446+
},
8447+
"description": "Prometheus integration URI"
8448+
},
83248449
"integrations": {
83258450
"type": "array",
83268451
"items": {
@@ -8515,7 +8640,8 @@
85158640
"required": [
85168641
"name",
85178642
"plan",
8518-
"type"
8643+
"type",
8644+
"prometheus-uri"
85198645
]
85208646
},
85218647
"json-schema-timescaledb": {

0 commit comments

Comments
 (0)