You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime.
227
+
/// List all existing alerts, where the results can be filtered on the basis of
228
+
/// multiple parameters (e.g. time range). The results can then be sorted on
229
+
/// the basis specific fields, with the default being lastModifiedDateTime.
228
230
/// </summary>
229
231
/// <param name='targetResource'>
230
-
/// Filter by target resource( which is full ARM ID) Default value is select all.
232
+
/// Filter by target resource( which is full ARM ID) Default value is select
233
+
/// all.
231
234
/// </param>
232
235
/// <param name='targetResourceType'>
233
236
/// Filter by target resource type. Default value is select all.
/// Filter the alerts list by the Smart Group Id. Default value is none.
255
260
/// </param>
256
261
/// <param name='includeContext'>
257
-
/// Include context which has contextual data specific to the monitor service. Default value is false'
262
+
/// Include context which has contextual data specific to the monitor service.
263
+
/// Default value is false'
258
264
/// </param>
259
265
/// <param name='includeEgressConfig'>
260
-
/// Include egress config which would be used for displaying the content in portal. Default value is 'false'.
266
+
/// Include egress config which would be used for displaying the content in
267
+
/// portal. Default value is 'false'.
261
268
/// </param>
262
269
/// <param name='pageCount'>
263
-
/// 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.
270
+
/// Determines number of alerts returned per page in response. Permissible
271
+
/// value is between 1 to 250. When the "includeContent" filter is selected,
272
+
/// maximum value allowed is 25. Default value is 25.
264
273
/// </param>
265
274
/// <param name='sortBy'>
266
-
/// Sort the query results by input field, Default value is 'lastModifiedDateTime'.
275
+
/// Sort the query results by input field, Default value is
276
+
/// 'lastModifiedDateTime'.
267
277
/// </param>
268
278
/// <param name='sortOrder'>
269
-
/// Sort the query results order in either ascending or descending. Default value is 'desc' for time fields and 'asc' for others.
279
+
/// Sort the query results order in either ascending or descending. Default
280
+
/// value is 'desc' for time fields and 'asc' for others.
270
281
/// </param>
271
282
/// <param name='select'>
272
-
/// This filter allows to selection of the fields(comma separated) which would be part of the essential section. This would allow to project only the required fields rather than getting entire content. Default is to fetch all the fields in the essentials section.
283
+
/// This filter allows to selection of the fields(comma separated) which would
284
+
/// be part of the essential section. This would allow to project only the
285
+
/// required fields rather than getting entire content. Default is to fetch
286
+
/// all the fields in the essentials section.
273
287
/// </param>
274
288
/// <param name='timeRange'>
275
289
/// Filter by time range by below listed values. Default value is 1 day.
276
290
/// </param>
277
291
/// <param name='customTimeRange'>
278
-
/// Filter by custom time range in the format <start-time>/<end-time> where time is in (ISO-8601 format)'. Permissible values is within 30 days from query time. Either timeRange or customTimeRange could be used but not both. Default is none.
292
+
/// Filter by custom time range in the format <start-time>/<end-time> where
293
+
/// time is in (ISO-8601 format)'. Permissible values is within 30 days from
294
+
/// query time. Either timeRange or customTimeRange could be used but not both.
/// Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity).
1216
+
/// Get a summarized count of your alerts grouped by various parameters (e.g.
1217
+
/// grouping by 'Severity' returns the count of alerts for each severity).
1199
1218
/// </summary>
1200
1219
/// <param name='groupby'>
1201
-
/// This parameter allows the result set to be grouped by input fields (Maximum 2 comma separated fields supported). For example, groupby=severity or groupby=severity,alertstate.
1220
+
/// This parameter allows the result set to be grouped by input fields (Maximum
1221
+
/// 2 comma separated fields supported). For example, groupby=severity or
1222
+
/// groupby=severity,alertstate.
1202
1223
/// </param>
1203
1224
/// <param name='includeSmartGroupsCount'>
1204
-
/// Include count of the SmartGroups as part of the summary. Default value is 'false'.
1225
+
/// Include count of the SmartGroups as part of the summary. Default value is
1226
+
/// 'false'.
1205
1227
/// </param>
1206
1228
/// <param name='targetResource'>
1207
-
/// Filter by target resource( which is full ARM ID) Default value is select all.
1229
+
/// Filter by target resource( which is full ARM ID) Default value is select
1230
+
/// all.
1208
1231
/// </param>
1209
1232
/// <param name='targetResourceType'>
1210
1233
/// Filter by target resource type. Default value is select all.
/// Filter by time range by below listed values. Default value is 1 day.
1232
1257
/// </param>
1233
1258
/// <param name='customTimeRange'>
1234
-
/// Filter by custom time range in the format <start-time>/<end-time> where time is in (ISO-8601 format)'. Permissible values is within 30 days from query time. Either timeRange or customTimeRange could be used but not both. Default is none.
1259
+
/// Filter by custom time range in the format <start-time>/<end-time> where
1260
+
/// time is in (ISO-8601 format)'. Permissible values is within 30 days from
1261
+
/// query time. Either timeRange or customTimeRange could be used but not both.
/// List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime.
1529
+
/// List all existing alerts, where the results can be filtered on the basis of
1530
+
/// multiple parameters (e.g. time range). The results can then be sorted on
1531
+
/// the basis specific fields, with the default being lastModifiedDateTime.
1502
1532
/// </summary>
1503
1533
/// <param name='nextPageLink'>
1504
1534
/// The NextLink from the previous successful call to List operation.
0 commit comments