Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.AlertsManagement to add version preview/2021-08-08-preview #16564

Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
"schema": {
"$ref": "#/definitions/operationsList"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/errorResponse"
}
}
},
"x-ms-pageable": {
Expand Down Expand Up @@ -73,6 +79,12 @@
"schema": {
"$ref": "#/definitions/alertsMetaData"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/errorResponse"
}
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -579,6 +591,7 @@
"description": "Determines number of alerts returned per page in response. Permissible value is between 1 to 250. When the \"includeContent\" filter is selected, maximum value allowed is 25. Default value is 25.",
"name": "pageCount",
"type": "integer",
"format": "int64",
"in": "query",
"required": false,
"x-ms-parameter-location": "method"
Expand Down Expand Up @@ -768,6 +781,7 @@
}
},
"alert": {
"type": "object",
"description": "An alert created in alert management service.",
"allOf": [
{
Expand All @@ -781,6 +795,7 @@
}
},
"alertsList": {
"type": "object",
"description": "List the alerts.",
"properties": {
"nextLink": {
Expand Down Expand Up @@ -969,6 +984,7 @@
}
},
"alertModification": {
"type": "object",
"description": "Alert Modification details",
"allOf": [
{
Expand Down Expand Up @@ -1000,6 +1016,7 @@
}
},
"alertModificationItem": {
"type": "object",
"description": "Alert modification item.",
"properties": {
"modificationEvent": {
Expand Down Expand Up @@ -1047,6 +1064,7 @@
}
},
"alertsSummary": {
"type": "object",
"description": "Summary of alerts based on the input filters and 'groupby' parameters.",
"allOf": [
{
Expand All @@ -1065,10 +1083,12 @@
"properties": {
"total": {
"type": "integer",
"format": "int64",
"description": "Total count of the result set."
},
"smartGroupsCount": {
"type": "integer",
"format": "int64",
"description": "Total count of the smart groups."
},
"groupedby": {
Expand All @@ -1094,6 +1114,7 @@
},
"count": {
"type": "integer",
"format": "int64",
"description": "Count of the aggregated field"
},
"groupedby": {
Expand All @@ -1110,6 +1131,7 @@
}
},
"alertsMetaData": {
"type": "object",
"description": "alert meta data information.",
"properties": {
"properties": {
Expand All @@ -1118,6 +1140,7 @@
}
},
"alertsMetaDataProperties": {
"type": "object",
"description": "alert meta data property bag",
"discriminator": "metadataIdentifier",
"required": [
Expand All @@ -1138,6 +1161,7 @@
}
},
"MonitorServiceList": {
"type": "object",
"title": "Monitor service details",
"description": "Monitor service details",
"required": [
Expand All @@ -1162,6 +1186,7 @@
}
},
"MonitorServiceDetails": {
"type": "object",
"description": "Details of a monitor service",
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
"description": "Determines number of alerts returned per page in response. Permissible value is between 1 to 250. When the \"includeContent\" filter is selected, maximum value allowed is 25. Default value is 25.",
"name": "pageCount",
"type": "integer",
"format": "int64",
"in": "query",
"required": false,
"x-ms-parameter-location": "method"
Expand Down Expand Up @@ -494,6 +495,7 @@
}
},
"smartGroupModification": {
"type": "object",
"description": "Alert Modification details",
"allOf": [
{
Expand All @@ -507,6 +509,7 @@
}
},
"smartGroupModificationProperties": {
"type": "object",
"description": "Properties of the smartGroup modification item.",
"properties": {
"smartGroupId": {
Expand All @@ -528,6 +531,7 @@
}
},
"smartGroupModificationItem": {
"type": "object",
"description": "smartGroup modification item.",
"properties": {
"modificationEvent": {
Expand Down Expand Up @@ -570,6 +574,7 @@
}
},
"smartGroupsList": {
"type": "object",
"description": "List the alerts.",
"properties": {
"nextLink": {
Expand All @@ -586,6 +591,7 @@
}
},
"smartGroup": {
"type": "object",
"description": "Set of related alerts grouped together smartly by AMS.",
"allOf": [
{
Expand All @@ -605,6 +611,7 @@
"properties": {
"alertsCount": {
"type": "integer",
"format": "int64",
"description": "Total number of alerts in smart group"
},
"smartGroupState": {
Expand Down Expand Up @@ -719,6 +726,7 @@
},
"count": {
"type": "integer",
"format": "int64",
"description": "Total number of items of type."
}
}
Expand Down
Loading