|
165 | 165 | },
|
166 | 166 | "AlertRuleEditorSettings": {
|
167 | 167 | "properties": {
|
| 168 | + "simplified_notifications_section": { |
| 169 | + "type": "boolean" |
| 170 | + }, |
168 | 171 | "simplified_query_and_expressions_section": {
|
169 | 172 | "type": "boolean"
|
170 | 173 | }
|
|
755 | 758 | "type": "string"
|
756 | 759 | },
|
757 | 760 | "ErrorSource": {
|
758 |
| - "$ref": "#/definitions/ErrorSource" |
| 761 | + "$ref": "#/definitions/Source" |
759 | 762 | },
|
760 | 763 | "Frames": {
|
761 | 764 | "$ref": "#/definitions/Frames"
|
|
965 | 968 | },
|
966 | 969 | "type": "object"
|
967 | 970 | },
|
968 |
| - "ErrorSource": { |
969 |
| - "description": "ErrorSource type defines the source of the error", |
970 |
| - "type": "string" |
971 |
| - }, |
972 | 971 | "ErrorType": {
|
973 | 972 | "title": "ErrorType models the different API error types.",
|
974 | 973 | "type": "string"
|
|
3606 | 3605 | },
|
3607 | 3606 | "RuleDiscovery": {
|
3608 | 3607 | "properties": {
|
| 3608 | + "groupNextToken": { |
| 3609 | + "type": "string" |
| 3610 | + }, |
3609 | 3611 | "groups": {
|
3610 | 3612 | "items": {
|
3611 | 3613 | "$ref": "#/definitions/RuleGroup"
|
|
3975 | 3977 | "SmtpNotEnabled": {
|
3976 | 3978 | "$ref": "#/definitions/ResponseDetails"
|
3977 | 3979 | },
|
| 3980 | + "Source": { |
| 3981 | + "title": "Source type defines the status source.", |
| 3982 | + "type": "string" |
| 3983 | + }, |
3978 | 3984 | "Span": {
|
3979 | 3985 | "properties": {
|
3980 | 3986 | "Length": {
|
|
4642 | 4648 | "type": "object"
|
4643 | 4649 | },
|
4644 | 4650 | "alertGroups": {
|
| 4651 | + "description": "AlertGroups alert groups", |
4645 | 4652 | "items": {
|
4646 | 4653 | "$ref": "#/definitions/alertGroup",
|
4647 | 4654 | "type": "object"
|
|
4803 | 4810 | "type": "object"
|
4804 | 4811 | },
|
4805 | 4812 | "gettableAlerts": {
|
| 4813 | + "description": "GettableAlerts gettable alerts", |
4806 | 4814 | "items": {
|
4807 | 4815 | "$ref": "#/definitions/gettableAlert",
|
4808 | 4816 | "type": "object"
|
|
4927 | 4935 | "type": "object"
|
4928 | 4936 | },
|
4929 | 4937 | "gettableSilences": {
|
| 4938 | + "description": "GettableSilences gettable silences", |
4930 | 4939 | "items": {
|
4931 | 4940 | "$ref": "#/definitions/gettableSilence",
|
4932 | 4941 | "type": "object"
|
|
6240 | 6249 | }
|
6241 | 6250 | }
|
6242 | 6251 | },
|
6243 |
| - "summary": "Get all notification templates.", |
| 6252 | + "summary": "Get all notification template groups.", |
6244 | 6253 | "tags": [
|
6245 | 6254 | "provisioning"
|
6246 | 6255 | ]
|
|
6251 | 6260 | "operationId": "RouteDeleteTemplate",
|
6252 | 6261 | "parameters": [
|
6253 | 6262 | {
|
6254 |
| - "description": "Template name", |
| 6263 | + "description": "Template group name", |
6255 | 6264 | "in": "path",
|
6256 | 6265 | "name": "name",
|
6257 | 6266 | "required": true,
|
|
6275 | 6284 | }
|
6276 | 6285 | }
|
6277 | 6286 | },
|
6278 |
| - "summary": "Delete a template.", |
| 6287 | + "summary": "Delete a notification template group.", |
6279 | 6288 | "tags": [
|
6280 | 6289 | "provisioning"
|
6281 | 6290 | ]
|
|
6284 | 6293 | "operationId": "RouteGetTemplate",
|
6285 | 6294 | "parameters": [
|
6286 | 6295 | {
|
6287 |
| - "description": "Template Name", |
| 6296 | + "description": "Template group name", |
6288 | 6297 | "in": "path",
|
6289 | 6298 | "name": "name",
|
6290 | 6299 | "required": true,
|
|
6305 | 6314 | }
|
6306 | 6315 | }
|
6307 | 6316 | },
|
6308 |
| - "summary": "Get a notification template.", |
| 6317 | + "summary": "Get a notification template group.", |
6309 | 6318 | "tags": [
|
6310 | 6319 | "provisioning"
|
6311 | 6320 | ]
|
|
6317 | 6326 | "operationId": "RoutePutTemplate",
|
6318 | 6327 | "parameters": [
|
6319 | 6328 | {
|
6320 |
| - "description": "Template Name", |
| 6329 | + "description": "Template group name", |
6321 | 6330 | "in": "path",
|
6322 | 6331 | "name": "name",
|
6323 | 6332 | "required": true,
|
|
6356 | 6365 | }
|
6357 | 6366 | }
|
6358 | 6367 | },
|
6359 |
| - "summary": "Updates an existing notification template.", |
| 6368 | + "summary": "Updates an existing notification template group.", |
6360 | 6369 | "tags": [
|
6361 | 6370 | "provisioning"
|
6362 | 6371 | ]
|
|
0 commit comments