Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,16 @@
}
}
},
"actionStatus": {
"type": "object",
"description": "Action status",
"properties": {
"isSuppressed": {
"type": "boolean",
"description": "Value indicating whether alert is suppressed."
}
}
},
"alertProperties": {
"type": "object",
"description": "An alert created in alert management service.",
Expand Down Expand Up @@ -995,6 +1005,11 @@
"modelAsString": true
}
},
"alertRule": {
"type": "string",
"description": "Rule(monitor) which fired alert instance. Depending on the monitor service, this would be ARM id or name of the rule.",
"readOnly": true
},
"sourceCreatedId": {
"type": "string",
"description": "Unique Id created by monitor service",
Expand Down Expand Up @@ -1031,6 +1046,13 @@
"type": "object",
"description": "More details which are contextual to the monitor service.",
"readOnly": true
},
"actionStatus": {
"$ref": "#/definitions/actionStatus"
},
"description": {
"type": "string",
"description": "Alert description."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
"startDateTime": "2018-06-12T22:05:09Z",
"lastModifiedDateTime": "2018-06-12T22:05:09Z",
"lastModifiedUserName": "vikramm@microsoft.com",
"payload": {}
"payload": {},
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"id": "/subscriptions/9e261de7-c804-4b9d-9ebf-6f50fe350a9a/providers/Microsoft.AlertsManagement/alerts/66114d64-d9d9-478b-95c9-b789d6502100",
"type": "Microsoft.AlertsManagement/alerts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
"startDateTime": "2018-06-12T22:05:09Z",
"lastModifiedDateTime": "2018-06-12T22:05:09Z",
"lastModifiedUserName": "System",
"payload": {}
"payload": {},
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"id": "/subscriptions/9e261de7-c804-4b9d-9ebf-6f50fe350a9a/providers/Microsoft.AlertsManagement/alerts/66114d64-d9d9-478b-95c9-b789d6502100",
"type": "Microsoft.AlertsManagement/alerts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"startDateTime": "2018-06-12T22:05:09Z",
"lastModifiedDateTime": "2018-06-12T22:05:09Z",
"lastModifiedUserName": "System",
"payload": {}
"payload": {},
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"id": "/subscriptions/1e3ff1c0-771a-4119-a03b-be82a51e232d/providers/Microsoft.AlertsManagement/alerts/66114d64-d9d9-478b-95c9-b789d6502100",
"type": "Microsoft.AlertsManagement/alerts",
Expand All @@ -48,7 +52,11 @@
"startDateTime": "2018-06-12T21:40:09Z",
"lastModifiedDateTime": "2018-06-12T21:40:09Z",
"lastModifiedUserName": "System",
"payload": {}
"payload": {},
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"id": "/subscriptions/1e3ff1c0-771a-4119-a03b-be82a51e232d/providers/Microsoft.AlertsManagement/alerts/239f0e9f-9871-4c8b-a6a2-b893853d1066",
"type": "Microsoft.AlertsManagement/alerts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,16 @@
"description": "Information specific to the monitor service that gives more contextual details about the alert.",
"readOnly": true
},
"actionStatus": {
"type": "object",
"description": "Action status",
"properties": {
"isSuppressed": {
"type": "boolean",
"description": "Value indicating whether alert is suppressed."
}
}
},
"essentials": {
"type": "object",
"description": "This object contains consistent fields across different monitor services.",
Expand Down Expand Up @@ -1172,6 +1182,13 @@
"type": "string",
"description": "User who last modified the alert, in case of monitor service updates user would be 'system', otherwise name of the user.",
"readOnly": true
},
"actionStatus": {
"$ref": "#/definitions/actionStatus"
},
"description": {
"type": "string",
"description": "Alert description."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down Expand Up @@ -55,7 +59,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,16 @@
"description": "Information specific to the monitor service that gives more contextual details about the alert.",
"readOnly": true
},
"actionStatus": {
"type": "object",
"description": "Action status",
"properties": {
"isSuppressed": {
"type": "boolean",
"description": "Value indicating whether alert is suppressed."
}
}
},
"essentials": {
"type": "object",
"description": "This object contains consistent fields across different monitor services.",
Expand Down Expand Up @@ -980,6 +990,13 @@
"type": "string",
"description": "User who last modified the alert, in case of monitor service updates user would be 'system', otherwise name of the user.",
"readOnly": true
},
"actionStatus": {
"$ref": "#/definitions/actionStatus"
},
"description": {
"type": "string",
"description": "Alert description."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down Expand Up @@ -55,7 +59,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,16 @@
"description": "Information specific to the monitor service that gives more contextual details about the alert.",
"readOnly": true
},
"actionStatus": {
"type": "object",
"description": "Action status",
"properties": {
"isSuppressed": {
"type": "boolean",
"description": "Value indicating whether alert is suppressed."
}
}
},
"essentials": {
"type": "object",
"description": "This object contains consistent fields across different monitor services.",
Expand Down Expand Up @@ -1164,6 +1174,13 @@
"type": "string",
"description": "User who last modified the alert, in case of monitor service updates user would be 'system', otherwise name of the user.",
"readOnly": true
},
"actionStatus": {
"$ref": "#/definitions/actionStatus"
},
"description": {
"type": "string",
"description": "Alert description."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down Expand Up @@ -55,7 +59,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,16 @@
"description": "Information specific to the monitor service that gives more contextual details about the alert.",
"readOnly": true
},
"actionStatus": {
"type": "object",
"description": "Action status",
"properties": {
"isSuppressed": {
"type": "boolean",
"description": "Value indicating whether alert is suppressed."
}
}
},
"essentials": {
"type": "object",
"description": "This object contains consistent fields across different monitor services.",
Expand Down Expand Up @@ -1027,6 +1037,13 @@
"type": "string",
"description": "User who last modified the alert, in case of monitor service updates user would be 'system', otherwise name of the user.",
"readOnly": true
},
"actionStatus": {
"$ref": "#/definitions/actionStatus"
},
"description": {
"type": "string",
"description": "Alert description."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
"startDateTime": "2018-09-13T15:51:02Z",
"lastModifiedDateTime": "2018-09-13T15:51:02Z",
"lastModifiedUserName": "System",
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z"
"monitorConditionResolvedDateTime": "2018-09-13T15:51:02Z",
"actionStatus": {
"isSuppressed": false
},
"description": "description of the alert"
},
"egressConfig": {},
"context": {}
Expand Down
Loading