Skip to content

Commit

Permalink
Resourcehealth events response (#5116)
Browse files Browse the repository at this point in the history
* Update ResourceHealth.json

* Update Events_ListBySingleResource.json

* Update Events_ListBySubscriptionId.json

* Update Events_ListBySingleResource.json

* Update Events_ListBySubscriptionId.json
  • Loading branch information
khushi-ftw authored and sarangan12 committed Jan 31, 2019
1 parent 6f4cee5 commit 935baac
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
},
"level": {
"type": "string",
"description": "Level of event.",
"description": "Level of insight.",
"enum": [
"Critical",
"Warning"
Expand All @@ -472,6 +472,19 @@
"modelAsString": true
}
},
"eventLevel": {
"type": "string",
"description": "Level of event.",
"enum": [
"Critical",
"Warning",
"Informational"
],
"x-ms-enum": {
"name": "EventLevelValues",
"modelAsString": true
}
},
"article": {
"type": "object",
"description": "Article of event.",
Expand Down Expand Up @@ -538,6 +551,27 @@
"items": {
"$ref": "#/definitions/faq"
}
},
"isHIR": {
"type": "boolean",
"description": "It provides information if the event is High incident rate event or not."
},
"enableMicrosoftSupport": {
"type": "boolean",
"description": "Tells if we want to enable or disable Microsoft Support for this event."
},
"enableChatWithUs": {
"type": "boolean",
"description": "Tells if we want to enable or disable Microsoft Support for this event."
},
"priority": {
"type": "integer",
"description": "Priority level of the event."
},
"lastUpdateTime": {
"type": "string",
"description": "It provides the Timestamp for when the health impacting event was last updated.",
"format": "date-time"
}
}
}
Expand Down Expand Up @@ -1094,4 +1128,4 @@
"description": "EventId for the Service health event"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,92 +1,98 @@
{
"parameters": {
"resourceUri": "subscriptions/4abcdefgh-ijkl-mnop-qrstuvwxyz/resourceGroups/rhctestenv/providers/Microsoft.Compute/virtualMachines/rhctestenvV1PI",
"api-version": "2018-07-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/providers/Microsoft.ResourceHealth/events/BC_1-FXZ",
"name": "BC_1-FXZ",
"type": "/providers/Microsoft.ResourceHealth/events",
"properties": {
"eventType": "ServiceIssue",
"eventSource": "ResourceHealth",
"status": "Active",
"title": "ACTIVE: Virtual machines in West US",
"summary": "An outage alert is being investigated. More information will be provided as it is known.",
"header": "Your service might have been impacted by an Azure service issue",
"article": {
"articleContent": "<html>An outage alert is being investigated. More information will be provided as it is known</html>"
},
"links": [
{
"type": "Hyperlink",
"displayText": {
"value": "Request RCA",
"localizedValue": "Request RCA"
},
"extensionName": "Microsoft_Azure_Health",
"bladeName": "RequestRCABlade",
"parameters": {
"trackingId": "BC_1-FXZ",
"rcaRequested": "False"
}
},
{
"type": "Button",
"displayText": {
"value": "Sign up for updates",
"localizedValue": "Sign up for updates"
},
"extensionName": "Microsoft_Azure_Health",
"bladeName": "AzureHealthBrowseBlade",
"parameters": {
"trackingId": "BC_1-FXZ"
}
}
],
"level": "Warning",
"impactStartTime": "2018-11-07T00:00:00Z",
"impactMitigationTime": "2018-11-08T00:00:00Z",
"impact": [
{
"impactedService": "Virtual Machines",
"impactedRegions": [
{
"impactedRegion": "West US",
"status": "Active",
"impactedSubscriptions": [
"{subscriptionId}"
],
"lastUpdateTime": "2017-12-05T21:05:00Z"
}
]
}
],
"recommendedActions": {
"groupId": 2343,
"title": "Recommended actions title",
"actions": [
"action 1",
"action 2"
],
"localeCode": "en"
},
"faqs": [
{
"question": "This is a question",
"answer": "This is an answer",
"localeCode": "en"
}
]
}
}
],
"nextLink": "{originalRequestUrl}?$skipToken={OpaquePageNumber}"
}
}
}
}
{
"parameters": {
"resourceUri": "subscriptions/4abcdefgh-ijkl-mnop-qrstuvwxyz/resourceGroups/rhctestenv/providers/Microsoft.Compute/virtualMachines/rhctestenvV1PI",
"api-version": "2018-07-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/providers/Microsoft.ResourceHealth/events/BC_1-FXZ",
"name": "BC_1-FXZ",
"type": "/providers/Microsoft.ResourceHealth/events",
"properties": {
"eventType": "ServiceIssue",
"eventSource": "ResourceHealth",
"status": "Active",
"title": "ACTIVE: Virtual machines in West US",
"summary": "An outage alert is being investigated. More information will be provided as it is known.",
"header": "Your service might have been impacted by an Azure service issue",
"article": {
"articleContent": "<html>An outage alert is being investigated. More information will be provided as it is known</html>"
},
"links": [
{
"type": "Hyperlink",
"displayText": {
"value": "Request RCA",
"localizedValue": "Request RCA"
},
"extensionName": "Microsoft_Azure_Health",
"bladeName": "RequestRCABlade",
"parameters": {
"trackingId": "BC_1-FXZ",
"rcaRequested": "False"
}
},
{
"type": "Button",
"displayText": {
"value": "Sign up for updates",
"localizedValue": "Sign up for updates"
},
"extensionName": "Microsoft_Azure_Health",
"bladeName": "AzureHealthBrowseBlade",
"parameters": {
"trackingId": "BC_1-FXZ"
}
}
],
"level": "Warning",
"eventLevel": "Informational",
"impactStartTime": "2018-11-07T00:00:00Z",
"impactMitigationTime": "2018-11-08T00:00:00Z",
"impact": [
{
"impactedService": "Virtual Machines",
"impactedRegions": [
{
"impactedRegion": "West US",
"status": "Active",
"impactedSubscriptions": [
"{subscriptionId}"
],
"lastUpdateTime": "2017-12-05T21:05:00Z"
}
]
}
],
"recommendedActions": {
"groupId": 2343,
"title": "Recommended actions title",
"actions": [
"action 1",
"action 2"
],
"localeCode": "en"
},
"faqs": [
{
"question": "This is a question",
"answer": "This is an answer",
"localeCode": "en"
}
],
"isHIR": false,
"enableMicrosoftSupport": true,
"enableChatWithUs": false,
"priority": 2,
"lastUpdateTime": "2018-11-08T00:00:00Z"
}
}
],
"nextLink": "{originalRequestUrl}?$skipToken={OpaquePageNumber}"
}
}
}
}
Loading

0 comments on commit 935baac

Please sign in to comment.