forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resourcehealth events response (Azure#5116)
* Update ResourceHealth.json * Update Events_ListBySingleResource.json * Update Events_ListBySubscriptionId.json * Update Events_ListBySingleResource.json * Update Events_ListBySubscriptionId.json
- Loading branch information
1 parent
6f4cee5
commit 935baac
Showing
3 changed files
with
233 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
190 changes: 98 additions & 92 deletions
190
...ger/Microsoft.ResourceHealth/preview/2018-08-01/examples/Events_ListBySingleResource.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.