|
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": {
|
|
4927 | 4933 | "type": "object"
|
4928 | 4934 | },
|
4929 | 4935 | "gettableSilences": {
|
| 4936 | + "description": "GettableSilences gettable silences", |
4930 | 4937 | "items": {
|
4931 | 4938 | "$ref": "#/definitions/gettableSilence",
|
4932 | 4939 | "type": "object"
|
|
6240 | 6247 | }
|
6241 | 6248 | }
|
6242 | 6249 | },
|
6243 |
| - "summary": "Get all notification templates.", |
| 6250 | + "summary": "Get all notification template groups.", |
6244 | 6251 | "tags": [
|
6245 | 6252 | "provisioning"
|
6246 | 6253 | ]
|
|
6251 | 6258 | "operationId": "RouteDeleteTemplate",
|
6252 | 6259 | "parameters": [
|
6253 | 6260 | {
|
6254 |
| - "description": "Template name", |
| 6261 | + "description": "Template group name", |
6255 | 6262 | "in": "path",
|
6256 | 6263 | "name": "name",
|
6257 | 6264 | "required": true,
|
|
6275 | 6282 | }
|
6276 | 6283 | }
|
6277 | 6284 | },
|
6278 |
| - "summary": "Delete a template.", |
| 6285 | + "summary": "Delete a notification template group.", |
6279 | 6286 | "tags": [
|
6280 | 6287 | "provisioning"
|
6281 | 6288 | ]
|
|
6284 | 6291 | "operationId": "RouteGetTemplate",
|
6285 | 6292 | "parameters": [
|
6286 | 6293 | {
|
6287 |
| - "description": "Template Name", |
| 6294 | + "description": "Template group name", |
6288 | 6295 | "in": "path",
|
6289 | 6296 | "name": "name",
|
6290 | 6297 | "required": true,
|
|
6305 | 6312 | }
|
6306 | 6313 | }
|
6307 | 6314 | },
|
6308 |
| - "summary": "Get a notification template.", |
| 6315 | + "summary": "Get a notification template group.", |
6309 | 6316 | "tags": [
|
6310 | 6317 | "provisioning"
|
6311 | 6318 | ]
|
|
6317 | 6324 | "operationId": "RoutePutTemplate",
|
6318 | 6325 | "parameters": [
|
6319 | 6326 | {
|
6320 |
| - "description": "Template Name", |
| 6327 | + "description": "Template group name", |
6321 | 6328 | "in": "path",
|
6322 | 6329 | "name": "name",
|
6323 | 6330 | "required": true,
|
|
6356 | 6363 | }
|
6357 | 6364 | }
|
6358 | 6365 | },
|
6359 |
| - "summary": "Updates an existing notification template.", |
| 6366 | + "summary": "Updates an existing notification template group.", |
6360 | 6367 | "tags": [
|
6361 | 6368 | "provisioning"
|
6362 | 6369 | ]
|
|
0 commit comments