Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 @@ -599,6 +599,51 @@
}
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/fetchEventDetails": {
"post": {
"tags": [
"Event"
],
"operationId": "Event_fetchDetailsBySubscriptionIdAndTrackingId",
"description": "Service health event details in the subscription by event tracking id. This can be used to fetch sensitive properties for Security Advisory events",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/FilterParameter"
Comment thread
abhayohri marked this conversation as resolved.
Outdated
},
{
"$ref": "#/parameters/QueryStartTimeParameter"
Comment thread
abhayohri marked this conversation as resolved.
Outdated
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/EventTrackingIdParameter"
}
],
"responses": {
"200": {
"description": "Service Health Event details in the subscription requested by tracking id.",
"schema": {
"$ref": "#/definitions/event"
}
},
"default": {
"description": "DefaultErrorResponse",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"EventDetailsBySubscriptionIdAndTrackingId": {
"$ref": "./examples/Event_fetchDetailsBySubscriptionIdAndTrackingId.json"
}
}
}
},
"/providers/Microsoft.ResourceHealth/events": {
"get": {
"tags": [
Expand Down Expand Up @@ -683,6 +728,48 @@
}
}
},
"/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/fetchEventDetails": {
"post": {
"tags": [
"Event"
],
"operationId": "Event_fetchDetailsByTenantIdAndTrackingId",
"description": "Service health event details in the tenant by event tracking id. This can be used to fetch sensitive properties for Security Advisory events",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/FilterParameter"
Comment thread
abhayohri marked this conversation as resolved.
Outdated
},
{
"$ref": "#/parameters/QueryStartTimeParameter"
Comment thread
abhayohri marked this conversation as resolved.
Outdated
},
{
"$ref": "#/parameters/EventTrackingIdParameter"
}
],
"responses": {
"200": {
"description": "Service Health Event in the subscription requested by tracking id.",
Comment thread
abhayohri marked this conversation as resolved.
Outdated
"schema": {
"$ref": "#/definitions/event"
}
},
"default": {
"description": "DefaultErrorResponse",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"EventDetailsByTenantIdAndTrackingId": {
"$ref": "./examples/Event_fetchDetailsByTenantIdAndTrackingId.json"
}
}
}
},
"/{resourceUri}/providers/Microsoft.ResourceHealth/events": {
"get": {
"tags": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
{
"parameters": {
"subscriptionId": "subscriptionId",
"eventTrackingId": "eventTrackingId",
"api-version": "2022-10-01-preview",
"$filter": "properties/status eq 'Active'",
"queryStartTime": "7/10/2022"
},
"responses": {
"200": {
"body": {
"id": "/providers/Microsoft.ResourceHealth/events/{eventTrackingId}",
"name": "{eventTrackingId}",
"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": "{eventTrackingId}",
"rcaRequested": "False"
}
},
{
"type": "Button",
"displayText": {
"value": "Sign up for updates",
"localizedValue": "Sign up for updates"
},
"extensionName": "Microsoft_Azure_Health",
"bladeName": "AzureHealthBrowseBlade",
"parameters": {
"trackingId": "{eventTrackingId}"
}
}
],
"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}"
],
"impactedTenants": [],
"lastUpdateTime": "2017-12-05T21:05:00Z"
}
]
}
],
"recommendedActions": {
"message": "Recommended actions title",
"actions": [
{
"groupId": 23243,
"actionText": "action 1"
},
{
"groupId": 23432,
"actionText": "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",
"hirStage": "resolved"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"parameters": {
"eventTrackingId": "eventTrackingId",
"api-version": "2022-10-01-preview",
"$filter": "properties/status eq 'Active'",
"queryStartTime": "7/10/2022"
},
"responses": {
"200": {
"body": {
"id": "/providers/Microsoft.ResourceHealth/events/{eventTrackingId}",
"name": "{eventTrackingId}",
"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": "{eventTrackingId}",
"rcaRequested": "False"
}
},
{
"type": "Button",
"displayText": {
"value": "Sign up for updates",
"localizedValue": "Sign up for updates"
},
"extensionName": "Microsoft_Azure_Health",
"bladeName": "AzureHealthBrowseBlade",
"parameters": {
"trackingId": "{eventTrackingId}"
}
}
],
"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": [],
"impactedTenants": [
"00000000-0000-0000-0000-000000000000"
],
"lastUpdateTime": "2017-12-05T21:05:00Z"
}
]
}
],
"recommendedActions": {
"message": "Recommended actions title",
"actions": [
{
"groupId": 23243,
"actionText": "action 1"
},
{
"groupId": 23432,
"actionText": "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",
"hirStage": "resolved"
}
}
}
}
}