|
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": {
|
|
4641 | 4647 | "type": "object"
|
4642 | 4648 | },
|
4643 | 4649 | "alertGroups": {
|
| 4650 | + "description": "AlertGroups alert groups", |
4644 | 4651 | "items": {
|
4645 | 4652 | "$ref": "#/definitions/alertGroup",
|
4646 | 4653 | "type": "object"
|
|
4802 | 4809 | "type": "object"
|
4803 | 4810 | },
|
4804 | 4811 | "gettableAlerts": {
|
4805 |
| - "description": "GettableAlerts gettable alerts", |
4806 | 4812 | "items": {
|
4807 | 4813 | "$ref": "#/definitions/gettableAlert",
|
4808 | 4814 | "type": "object"
|
|
4927 | 4933 | "type": "object"
|
4928 | 4934 | },
|
4929 | 4935 | "gettableSilences": {
|
4930 |
| - "description": "GettableSilences gettable silences", |
4931 | 4936 | "items": {
|
4932 | 4937 | "$ref": "#/definitions/gettableSilence",
|
4933 | 4938 | "type": "object"
|
|
8452 | 8457 | }
|
8453 | 8458 | }
|
8454 | 8459 | },
|
8455 |
| - "summary": "Get all notification templates.", |
| 8460 | + "summary": "Get all notification template groups.", |
8456 | 8461 | "tags": [
|
8457 | 8462 | "provisioning"
|
8458 | 8463 | ]
|
|
8463 | 8468 | "operationId": "RouteDeleteTemplate",
|
8464 | 8469 | "parameters": [
|
8465 | 8470 | {
|
8466 |
| - "description": "Template name", |
| 8471 | + "description": "Template group name", |
8467 | 8472 | "in": "path",
|
8468 | 8473 | "name": "name",
|
8469 | 8474 | "required": true,
|
|
8487 | 8492 | }
|
8488 | 8493 | }
|
8489 | 8494 | },
|
8490 |
| - "summary": "Delete a template.", |
| 8495 | + "summary": "Delete a notification template group.", |
8491 | 8496 | "tags": [
|
8492 | 8497 | "provisioning"
|
8493 | 8498 | ]
|
|
8496 | 8501 | "operationId": "RouteGetTemplate",
|
8497 | 8502 | "parameters": [
|
8498 | 8503 | {
|
8499 |
| - "description": "Template Name", |
| 8504 | + "description": "Template group name", |
8500 | 8505 | "in": "path",
|
8501 | 8506 | "name": "name",
|
8502 | 8507 | "required": true,
|
|
8517 | 8522 | }
|
8518 | 8523 | }
|
8519 | 8524 | },
|
8520 |
| - "summary": "Get a notification template.", |
| 8525 | + "summary": "Get a notification template group.", |
8521 | 8526 | "tags": [
|
8522 | 8527 | "provisioning"
|
8523 | 8528 | ]
|
|
8529 | 8534 | "operationId": "RoutePutTemplate",
|
8530 | 8535 | "parameters": [
|
8531 | 8536 | {
|
8532 |
| - "description": "Template Name", |
| 8537 | + "description": "Template group name", |
8533 | 8538 | "in": "path",
|
8534 | 8539 | "name": "name",
|
8535 | 8540 | "required": true,
|
|
8568 | 8573 | }
|
8569 | 8574 | }
|
8570 | 8575 | },
|
8571 |
| - "summary": "Updates an existing notification template.", |
| 8576 | + "summary": "Updates an existing notification template group.", |
8572 | 8577 | "tags": [
|
8573 | 8578 | "provisioning"
|
8574 | 8579 | ]
|
|
0 commit comments