@grafana/openapi 13.0.0-23807361607 → 13.0.0-23808144306
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/openapi3.json +34 -0
- package/package.json +1 -1
package/dist/api/openapi3.json
CHANGED
|
@@ -5286,6 +5286,40 @@
|
|
|
5286
5286
|
},
|
|
5287
5287
|
"type": "object"
|
|
5288
5288
|
},
|
|
5289
|
+
"ExternalAlertmanagerConfig": {
|
|
5290
|
+
"properties": {
|
|
5291
|
+
"alertmanager_config": {
|
|
5292
|
+
"$ref": "#/components/schemas/Config"
|
|
5293
|
+
},
|
|
5294
|
+
"template_files": {
|
|
5295
|
+
"additionalProperties": {
|
|
5296
|
+
"type": "string"
|
|
5297
|
+
},
|
|
5298
|
+
"type": "object"
|
|
5299
|
+
}
|
|
5300
|
+
},
|
|
5301
|
+
"type": "object"
|
|
5302
|
+
},
|
|
5303
|
+
"ExternalAlertmanagerStatus": {
|
|
5304
|
+
"properties": {
|
|
5305
|
+
"cluster": {
|
|
5306
|
+
"$ref": "#/components/schemas/clusterStatus"
|
|
5307
|
+
},
|
|
5308
|
+
"config": {
|
|
5309
|
+
"$ref": "#/components/schemas/Config"
|
|
5310
|
+
},
|
|
5311
|
+
"uptime": {
|
|
5312
|
+
"description": "uptime",
|
|
5313
|
+
"format": "date-time",
|
|
5314
|
+
"type": "string"
|
|
5315
|
+
},
|
|
5316
|
+
"versionInfo": {
|
|
5317
|
+
"$ref": "#/components/schemas/versionInfo"
|
|
5318
|
+
}
|
|
5319
|
+
},
|
|
5320
|
+
"required": ["cluster", "config", "uptime", "versionInfo"],
|
|
5321
|
+
"type": "object"
|
|
5322
|
+
},
|
|
5289
5323
|
"ExtraConfiguration": {
|
|
5290
5324
|
"properties": {
|
|
5291
5325
|
"alertmanager_config": {
|