Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing model validator errors
  • Loading branch information
vikram-m committed Sep 13, 2018
commit 6684188c7488178d3f7019ef733c42e048f6f6cd
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
},
"egressConfig": {},
"context": {},
"context": {}
},
"id":"/subscriptions/9e261de7-c804-4b9d-9ebf-6f50fe350a9a/providers/Microsoft.AlertsManagement/alerts/66114d64-d9d9-478b-95c9-b789d6502100",
"type":"Microsoft.AlertsManagement/alerts",
"name":"cpu alert"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
},
"egressConfig": {},
"context": {},
"context": {}
},
"id":"/subscriptions/9e261de7-c804-4b9d-9ebf-6f50fe350a9a/providers/Microsoft.AlertsManagement/alerts/66114d64-d9d9-478b-95c9-b789d6502100",
"type":"Microsoft.AlertsManagement/alerts",
"name":"cpu alert"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
},
"egressConfig": {},
"context": {},
"context": {}
},
"id":"/subscriptions/9e261de7-c804-4b9d-9ebf-6f50fe350a9a/providers/Microsoft.AlertsManagement/alerts/66114d64-d9d9-478b-95c9-b789d6502100",
"type":"Microsoft.AlertsManagement/alerts",
"name":"cpu alert"
}
},
{
"properties": {
Expand All @@ -58,11 +58,11 @@
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
},
"egressConfig": {},
"context": {},
"context": {}
},
"id":"/subscriptions/9e261de7-c804-4b9d-9ebf-6f50fe350a9a/providers/Microsoft.AlertsManagement/alerts/66114d64-d9d9-478b-95c9-b789d6502100",
"type":"Microsoft.AlertsManagement/alerts",
"name":"cpu alert"
}
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"parameters": {
"api-version": "2018-05-05",
"subscriptionId": "1e3ff1c0-771a-4119-a03b-be82a51e232d"
"subscriptionId": "1e3ff1c0-771a-4119-a03b-be82a51e232d",
"groupby": "severity,alertState"
},
"responses": {
"200": {
"body": {
"properties": {
"groupedby": "severity",
"smartgroupsCount": 100,
"smartGroupsCount": 100,
"total": 14189,
"values": [
{
Expand Down