openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 36.3 kB
JSON
{"openapi":"3.0.0","info":{"description":"The Resource Health Client.","title":"Microsoft.ResourceHealth","version":"2017-07-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2017-07-01/resourcehealth.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"resourcehealth","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.ResourceHealth/emergingIssues":{"get":{"description":"Lists Azure services' emerging issues.","operationId":"EmergingIssues_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"The body contains a list of azure emerging issues.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/emergingIssueListResult"},"examples":{"GetEmergingIssues":{"$ref":"#/components/examples/GetEmergingIssues"}}}}},"default":{"description":"DefaultErrorResponse","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["EmergingIssues"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/providers/Microsoft.ResourceHealth/emergingIssues/{issueName}":{"get":{"description":"Gets Azure services' emerging issues.","operationId":"EmergingIssues_Get","parameters":[{"$ref":"#/components/parameters/IssueNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"The body contains properties of azure emerging issues, which includes a list of status banner and status active events.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/emergingIssuesGetResult"},"examples":{"GetEmergingIssues":{"$ref":"#/components/examples/GetEmergingIssues"}}}}},"default":{"description":"DefaultErrorResponse","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["EmergingIssues"]}},"/providers/Microsoft.ResourceHealth/operations":{"get":{"description":"Lists available operations for the resourcehealth resource provider","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"The body contains the list of available operations for the resourcehealth resource provider","content":{"application/json":{"schema":{"$ref":"#/components/schemas/operationListResult"}}}},"default":{"description":"DefaultErrorResponse","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Operations"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/availabilityStatuses":{"get":{"description":"Lists the current availability status for all the resources in the subscription. Use the nextLink property in the response to get the next page of availability statuses.","operationId":"AvailabilityStatuses_ListBySubscriptionId","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/FilterParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ExpandParameter"}],"responses":{"200":{"description":"The body contains the list of the current availability status for all the resources in the subscription","content":{"application/json":{"schema":{"$ref":"#/components/schemas/availabilityStatusListResult"},"examples":{"ListHealthBySubscriptionId":{"$ref":"#/components/examples/ListHealthBySubscriptionId"}}}}},"default":{"description":"DefaultErrorResponse","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["AvailabilityStatuses"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceHealth/availabilityStatuses":{"get":{"description":"Lists the current availability status for all the resources in the resource group. Use the nextLink property in the response to get the next page of availability statuses.","operationId":"AvailabilityStatuses_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/FilterParameter"},{"$ref":"#/components/parameters/ExpandParameter"}],"responses":{"200":{"description":"The body contains the list of the current availability status for all the resources in the resource group","content":{"application/json":{"schema":{"$ref":"#/components/schemas/availabilityStatusListResult"},"examples":{"ListByResourceGroup":{"$ref":"#/components/examples/ListByResourceGroup"}}}}},"default":{"description":"DefaultErrorResponse","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["AvailabilityStatuses"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses":{"get":{"description":"Lists all historical availability transitions and impacting events for a single resource. Use the nextLink property in the response to get the next page of availability status","operationId":"AvailabilityStatuses_List","parameters":[{"description":"The fully qualified ID of the resource, including the resource name and resource type. Currently the API support not nested and one nesting level resource types : /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name} and /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}","in":"path","name":"resourceUri","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"GetHealthHistoryByResource":{"value":"resourceUri"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/FilterParameter"},{"$ref":"#/components/parameters/ExpandParameter"}],"responses":{"200":{"description":"The body contains the list of the historical availability statuses for a single resource","content":{"application/json":{"schema":{"$ref":"#/components/schemas/availabilityStatusListResult"},"examples":{"GetHealthHistoryByResource":{"$ref":"#/components/examples/GetHealthHistoryByResource"}}}}},"default":{"description":"DefaultErrorResponse","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["AvailabilityStatuses"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/{resourceUri}/providers/Microsoft.ResourceHealth/availabilityStatuses/current":{"get":{"description":"Gets current availability status for a single resource","operationId":"AvailabilityStatuses_GetByResource","parameters":[{"description":"The fully qualified ID of the resource, including the resource name and resource type. Currently the API support not nested and one nesting level resource types : /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name} and /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}","in":"path","name":"resourceUri","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"GetCurrentHealthByResource":{"value":"resourceUri"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/FilterParameter"},{"$ref":"#/components/parameters/ExpandParameter"}],"responses":{"200":{"description":"The body contains the current availability status for a single resource","content":{"application/json":{"schema":{"$ref":"#/components/schemas/availabilityStatus"},"examples":{"GetCurrentHealthByResource":{"$ref":"#/components/examples/GetCurrentHealthByResource"}}}}},"default":{"description":"DefaultErrorResponse","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["AvailabilityStatuses"]}},"/{resourceUri}/providers/Microsoft.ResourceHealth/childAvailabilityStatuses":{"get":{"description":"Lists the historical availability statuses for a single child resource. Use the nextLink property in the response to get the next page of availability status","operationId":"ChildAvailabilityStatuses_List","parameters":[{"description":"The fully qualified ID of the resource, including the resource name and resource type. Currently the API only support one nesting level resource types : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}","in":"path","name":"resourceUri","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"GetHealthHistoryByResource":{"value":"resourceUri"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/FilterParameter"},{"$ref":"#/components/parameters/ExpandParameter"}],"responses":{"200":{"description":"The body contains the list of the historical availability statuses for a single child resource","content":{"application/json":{"schema":{"$ref":"#/components/schemas/availabilityStatusListResult"},"examples":{"GetHealthHistoryByResource":{"$ref":"#/components/examples/GetHealthHistoryByResource"}}}}},"default":{"description":"DefaultErrorResponse","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["ChildAvailabilityStatuses"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/{resourceUri}/providers/Microsoft.ResourceHealth/childAvailabilityStatuses/current":{"get":{"description":"Gets current availability status for a single resource","operationId":"ChildAvailabilityStatuses_GetByResource","parameters":[{"description":"The fully qualified ID of the resource, including the resource name and resource type. Currently the API only support one nesting level resource types : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resource-provider-name}/{parentResourceType}/{parentResourceName}/{resourceType}/{resourceName}","in":"path","name":"resourceUri","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"GetCurrentHealthByResource":{"value":"resourceUri"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/FilterParameter"},{"$ref":"#/components/parameters/ExpandParameter"}],"responses":{"200":{"description":"The body contains the current availability status for a single resource","content":{"application/json":{"schema":{"$ref":"#/components/schemas/availabilityStatus"},"examples":{"GetCurrentHealthByResource":{"$ref":"#/components/examples/GetCurrentHealthByResource"}}}}},"default":{"description":"DefaultErrorResponse","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["ChildAvailabilityStatuses"]}},"/{resourceUri}/providers/Microsoft.ResourceHealth/childResources":{"get":{"description":"Lists the all the children and its current health status for a parent resource. Use the nextLink property in the response to get the next page of children current health","operationId":"ChildResources_List","parameters":[{"description":"The fully qualified ID of the resource, including the resource name and resource type. Currently the API only support not nested parent resource type: /subscriptions/{subscriptionId}/resourceGroups/{resource-group-name}/providers/{resource-provider-name}/{resource-type}/{resource-name}","in":"path","name":"resourceUri","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"GetHealthHistoryByResource":{"value":"resourceUri"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/FilterParameter"},{"$ref":"#/components/parameters/ExpandParameter"}],"responses":{"200":{"description":"The body contains the list of the children's current availability statuses for a single resource which contains children","content":{"application/json":{"schema":{"$ref":"#/components/schemas/availabilityStatusListResult"},"examples":{"GetHealthHistoryByResource":{"$ref":"#/components/examples/GetHealthHistoryByResource"}}}}},"default":{"description":"DefaultErrorResponse","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["ChildResources"],"x-ms-pageable":{"nextLinkName":"nextLink"}}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"GetEmergingIssues":{"value":{"id":"/providers/Microsoft.ResourceHealth/emergingissues/default","name":"default","properties":{"refreshTimestamp":"2019-12-17T09:12:00Z","statusActiveEvents":[{"cloud":"Public","description":"Virtual Machines case","impacts":[{"id":"virtual-machines","name":"Virtual Machines","regions":[{"id":"us-central","name":"Central US"},{"id":"us-east","name":"East US"}]}],"lastModifiedTime":"2019-12-15T08:10:00Z","published":true,"severity":"Information","stage":"Active","startTime":"2019-12-15T08:06:00Z","title":"Automatic updates to the dial tone page from ACM - SHD event","trackingId":"KTTK-TZ8"},{"cloud":"Public","description":"All Azure SQL service management requests (create, update, delete, etc.) are serviced through the SQL Control Plane infrastructure. Engineers determined that during this issue, the control plane service became unhealthy after receiving a significant increase in internally generated operations and reaching an operational threshold. This led to service management requests becoming unable to complete, which in-turn resulted in timeouts and throttling. Subsequent investigation by engineers determined this issue was due service requests from an internal Azure group that triggered a bug which caused an excessive number of internally generated operations.","impacts":[{"id":"sql-database","name":"SQL Database","regions":[{"id":"europe-west","name":"West Europe"}]}],"lastModifiedTime":"2019-12-16T05:11:00Z","published":true,"severity":"Error","stage":"Active","startTime":"2019-12-16T05:11:00Z","title":"Azure SQL Database - West Europe","trackingId":"4KHK-LS8"}],"statusBanners":[{"cloud":"Public","lastModifiedTime":"2019-12-15T08:04:00Z","message":"Testing backup site","title":"Automatic updates to the dial tone page from ACM - banner"},{"cloud":"Public","lastModifiedTime":"2019-12-15T10:15:00Z","message":"<span style=\"color: #323237; font-family: "Segoe UI", SegoeUI, "Segoe WP", Tahoma, Arial, sans-serif; font-size: 16px; background-color: #ffffff\">A subset of customers using Storage in West Europe experienced service availability issues. In addition, resources with dependencies on the impacted storage scale units may have experienced downstream impact in the form of availability issues, connection failures, or high latency. Engineers are investigating the root cause.</span>","title":"Storage - West Europe"}]},"type":"/providers/Microsoft.ResourceHealth/emergingissues"}},"ListHealthBySubscriptionId":{"value":{"nextLink":"{originalRequestUrl}?$skipToken={OpaquePageNumber}","value":[{"id":"<resourceId>/providers/Microsoft.ResourceHealth/AvailabilityStatueses/current","location":"eastus","name":"current","properties":{"availabilityState":"Available","detailedStatus":"We have not seen any issues with your virtual machine","occuredTime":"2016-03-29T09:12:00Z","reasonChronicity":"Persistent","reasonType":"Unplanned","recentlyResolvedState":{"resolvedTime":"2017-02-28T00:49:00Z","unavailabilitySummary":"We are sorry your SQL database is unavailable","unavailableOccurredTime":"2017-02-28T00:48:00Z"},"recommendedActions":[{"action":"To start this virtualmachine, open the resource blade and click Start","actionUrl":"<#ResourceBlade>","actionUrlText":"resourceblade"}],"reportedTime":"2016-05-04T14:11:29.7598931Z","summary":"Vm is available"},"type":"Microsoft.ResourceHealth/AvailabilityStatuses"},{"id":"<resourceId>/providers/Microsoft.ResourceHealth/AvailabilityStatueses/current","location":"eastus","name":"current","properties":{"availabilityState":"Unavailable","detailedStatus":"Diskproblemsarepreventingusfromautomaticallyrecoveringyourvirtualmachine","occuredTime":"2016-03-29T09:12:00Z","reasonChronicity":"Persistent","reasonType":"Unplanned","recommendedActions":[{"action":"To start this virtualmachine, open the resource blade","actionUrl":"<#ResourceBlade>","actionUrlText":"resourceblade"},{"action":"If you are experiencing problems you believe are caused by Azure, contact support","actionUrl":"<#SupportCase>","actionUrlText":"contactsupport"}],"reportedTime":"2016-05-04T14:11:29.7598931Z","resolutionETA":"2016-03-29T09:37:00Z","rootCauseAttributionTime":"2016-03-29T09:13:00Z","summary":"We are sorry, we couldn't automatically recovery our virtualmachine"},"type":"Microsoft.ResourceHealth/AvailabilityStatuses"}]}},"ListByResourceGroup":{"value":{"nextLink":"{originalRequestUrl}?$skipToken={OpaquePageNumber}","value":[{"id":"<resourceId>/providers/Microsoft.ResourceHealth/AvailabilityStatueses/current","location":"eastus","name":"current","properties":{"availabilityState":"Available","detailedStatus":"We have not seen any issues with your virtual machine","occuredTime":"2016-03-29T09:12:00Z","reasonChronicity":"Persistent","reasonType":"Unplanned","recentlyResolvedState":{"resolvedTime":"2017-02-28T00:49:00Z","unavailabilitySummary":"We are sorry your SQL database is unavailable","unavailableOccurredTime":"2017-02-28T00:48:00Z"},"recommendedActions":[{"action":"To start this virtualmachine, open the resource blade and click Start","actionUrl":"<#ResourceBlade>","actionUrlText":"resourceblade"}],"reportedTime":"2016-05-04T14:11:29.7598931Z","summary":"Vm is available"},"type":"Microsoft.ResourceHealth/AvailabilityStatuses"},{"id":"<resourceId>/providers/Microsoft.ResourceHealth/AvailabilityStatueses/current","location":"eastus","name":"current","properties":{"availabilityState":"Unavailable","detailedStatus":"Diskproblemsarepreventingusfromautomaticallyrecoveringyourvirtualmachine","occuredTime":"2016-03-29T09:12:00Z","reasonChronicity":"Persistent","reasonType":"Unplanned","recommendedActions":[{"action":"To start this virtualmachine, open the resource blade","actionUrl":"<#ResourceBlade>","actionUrlText":"resourceblade"},{"action":"If you are experiencing problems you believe are caused by Azure, contact support","actionUrl":"<#SupportCase>","actionUrlText":"contactsupport"}],"reportedTime":"2016-05-04T14:11:29.7598931Z","resolutionETA":"2016-03-29T09:37:00Z","rootCauseAttributionTime":"2016-03-29T09:13:00Z","summary":"We are sorry, we couldn't automatically recovery our virtualmachine"},"type":"Microsoft.ResourceHealth/AvailabilityStatuses"}]}},"GetHealthHistoryByResource":{"value":{"value":[{"id":"/subscriptions/227b734f-e14f-4de6-b7fc-3190c21e69f6/resourceGroups/JUHACKETRHCTEST/providers/Microsoft.Compute/virtualMachineScaleSets/rhctest/virtualMachines/0/providers/Microsoft.ResourceHealth/child/availabilityStatuses/current","location":"southcentralus","name":"rhctest_0","properties":{"availabilityState":"Available","detailedStatus":"","occuredTime":"2018-11-30T23:37:43Z","reasonChronicity":"Persistent","reasonType":"","reportedTime":"2018-12-04T01:18:25.575477Z","summary":"There aren't any known Azure platform problems affecting this virtual machine"},"type":"Microsoft.ResourceHealth/AvailabilityStatuses"},{"id":"/subscriptions/227b734f-e14f-4de6-b7fc-3190c21e69f6/resourceGroups/JUHACKETRHCTEST/providers/Microsoft.Compute/virtualMachineScaleSets/rhctest/virtualMachines/3/providers/Microsoft.ResourceHealth/child/availabilityStatuses/current","location":"southcentralus","name":"rhctest_3","properties":{"availabilityState":"Available","detailedStatus":"","occuredTime":"2018-11-30T23:37:41Z","reasonChronicity":"Persistent","reasonType":"","reportedTime":"2018-12-04T01:18:25.575477Z","summary":"There aren't any known Azure platform problems affecting this virtual machine"},"type":"Microsoft.ResourceHealth/AvailabilityStatuses"},{"id":"/subscriptions/227b734f-e14f-4de6-b7fc-3190c21e69f6/resourceGroups/JUHACKETRHCTEST/providers/Microsoft.Compute/virtualMachineScaleSets/rhctest/virtualMachines/1/providers/Microsoft.ResourceHealth/child/availabilityStatuses/current","location":"southcentralus","name":"rhctest_1","properties":{"availabilityState":"Available","detailedStatus":"","occuredTime":"2018-11-30T23:37:48Z","reasonChronicity":"Persistent","reasonType":"","reportedTime":"2018-12-04T01:18:25.575477Z","summary":"There aren't any known Azure platform problems affecting this virtual machine"},"type":"Microsoft.ResourceHealth/AvailabilityStatuses"},{"id":"/subscriptions/227b734f-e14f-4de6-b7fc-3190c21e69f6/resourceGroups/JUHACKETRHCTEST/providers/Microsoft.Compute/virtualMachineScaleSets/rhctest/virtualMachines/2/providers/Microsoft.ResourceHealth/child/availabilityStatuses/current","location":"southcentralus","name":"rhctest_2","properties":{"availabilityState":"Available","detailedStatus":"","occuredTime":"2018-11-30T23:37:43Z","reasonChronicity":"Persistent","reasonType":"","reportedTime":"2018-12-04T01:18:25.575477Z","summary":"There aren't any known Azure platform problems affecting this virtual machine"},"type":"Microsoft.ResourceHealth/AvailabilityStatuses"},{"id":"/subscriptions/227b734f-e14f-4de6-b7fc-3190c21e69f6/resourceGroups/JUHACKETRHCTEST/providers/Microsoft.Compute/virtualMachineScaleSets/rhctest/virtualMachines/4/providers/Microsoft.ResourceHealth/child/availabilityStatuses/current","location":"southcentralus","name":"rhctest_4","properties":{"availabilityState":"Available","detailedStatus":"","occuredTime":"2018-11-30T23:37:44Z","reasonChronicity":"Persistent","reasonType":"","reportedTime":"2018-12-04T01:18:25.575477Z","summary":"There aren't any known Azure platform problems affecting this virtual machine"},"type":"Microsoft.ResourceHealth/AvailabilityStatuses"}]}},"GetCurrentHealthByResource":{"value":{"id":"/subscriptions/227b734f-e14f-4de6-b7fc-3190c21e69f6/resourceGroups/JUHACKETRHCTEST/providers/Microsoft.Compute/virtualMachineScaleSets/rhctest/virtualMachines/4/providers/Microsoft.ResourceHealth/child/availabilityStatuses/current","location":"southcentralus","name":"current","properties":{"availabilityState":"Available","detailedStatus":"","occuredTime":"2018-11-30T23:37:44Z","reasonChronicity":"Persistent","reasonType":"","recommendedActions":[{"action":"To start this virtual machine, open the resource blade and click Start","actionUrl":"<#ResourceBlade>","actionUrlText":"resource blade"},{"action":"If you are experiencing problems you believe are caused by Azure, contact support","actionUrl":"<#SupportCase>","actionUrlText":"contact support"}],"reportedTime":"2018-12-04T01:19:11.955255Z","summary":"There aren't any known Azure platform problems affecting this virtual machine"},"type":"Microsoft.ResourceHealth/AvailabilityStatuses"}}},"parameters":{"ApiVersionParameter":{"description":"Client Api Version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"GetEmergingIssues":{"value":"2017-07-01"},"ListHealthBySubscriptionId":{"value":"2015-01-01"},"ListByResourceGroup":{"value":"2015-01-01"},"GetHealthHistoryByResource":{"value":"2015-01-01"},"GetCurrentHealthByResource":{"value":"2015-01-01"}}},"ExpandParameter":{"description":"Setting $expand=recommendedactions in url query expands the recommendedactions in the response.","in":"query","name":"$expand","required":false,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ListHealthBySubscriptionId":{"value":"recommendedactions"},"ListByResourceGroup":{"value":"recommendedactions"},"GetCurrentHealthByResource":{"value":"recommendedactions"}}},"FilterParameter":{"description":"The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN","in":"query","name":"$filter","required":false,"x-ms-parameter-location":"method","schema":{"type":"string"}},"IssueNameParameter":{"description":"The name of the emerging issue.","in":"path","name":"issueName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","enum":["default"]},"examples":{"GetEmergingIssues":{"value":"default"}}},"ResourceGroupNameParameter":{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"ListByResourceGroup":{"value":"resourceGroupName"}}},"SubscriptionIdParameter":{"description":"Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"ListHealthBySubscriptionId":{"value":"subscriptionId"},"ListByResourceGroup":{"value":"subscriptionId"}}}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"ErrorResponse":{"description":"Error details.","properties":{"code":{"description":"The error code.","readOnly":true,"type":"string"},"details":{"description":"The error details.","readOnly":true,"type":"string"},"message":{"description":"The error message.","readOnly":true,"type":"string"}},"type":"object"},"availabilityStatus":{"description":"availabilityStatus of a resource.","properties":{"id":{"description":"Azure Resource Manager Identity for the availabilityStatuses resource.","type":"string"},"location":{"description":"Azure Resource Manager geo location of the resource.","type":"string"},"name":{"description":"current.","type":"string"},"properties":{"description":"Properties of availability state.","properties":{"availabilityState":{"description":"Availability status of the resource. When it is null, this availabilityStatus object represents an availability impacting event","enum":["Available","Unavailable","Unknown"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AvailabilityStateValues"}},"detailedStatus":{"description":"Details of the availability status.","type":"string"},"healthEventCategory":{"description":"In case of an availability impacting event, it describes the category of a PlatformInitiated health impacting event. Examples are Planned, Unplanned etc.","type":"string"},"healthEventCause":{"description":"In case of an availability impacting event, it describes where the health impacting event was originated. Examples are PlatformInitiated, UserInitiated etc.","type":"string"},"healthEventId":{"description":"It is a unique Id that identifies the event","type":"string"},"healthEventType":{"description":"In case of an availability impacting event, it describes when the health impacting event was originated. Examples are Lifecycle, Downtime, Fault Analysis etc.","type":"string"},"occuredTime":{"description":"Timestamp for when last change in health status occurred.","format":"date-time","type":"string"},"reasonChronicity":{"description":"Chronicity of the availability transition.","enum":["Transient","Persistent"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"reasonChronicityTypes"}},"reasonType":{"description":"When the resource's availabilityState is Unavailable, it describes where the health impacting event was originated. Examples are planned, unplanned, user initiated or an outage etc.","type":"string"},"recentlyResolvedState":{"description":"An annotation describing a change in the availabilityState to Available from Unavailable with a reasonType of type Unplanned","properties":{"resolvedTime":{"description":"Timestamp when the availabilityState changes to Available.","format":"date-time","type":"string"},"unavailabilitySummary":{"description":"Brief description of cause of the resource becoming unavailable.","type":"string"},"unavailableOccurredTime":{"description":"Timestamp for when the availabilityState changed to Unavailable","format":"date-time","type":"string"}},"type":"object"},"recommendedActions":{"description":"Lists actions the user can take based on the current availabilityState of the resource.","items":{"$ref":"#/components/schemas/recommendedAction"},"type":"array"},"reportedTime":{"description":"Timestamp for when the health was last checked. ","format":"date-time","type":"string"},"resolutionETA":{"description":"When the resource's availabilityState is Unavailable and the reasonType is not User Initiated, it provides the date and time for when the issue is expected to be resolved.","format":"date-time","type":"string"},"rootCauseAttributionTime":{"description":"When the resource's availabilityState is Unavailable, it provides the Timestamp for when the health impacting event was received.","format":"date-time","type":"string"},"serviceImpactingEvents":{"description":"Lists the service impacting events that may be affecting the health of the resource.","items":{"$ref":"#/components/schemas/serviceImpactingEvent"},"type":"array"},"summary":{"description":"Summary description of the availability status.","type":"string"}},"type":"object"},"type":{"description":"Microsoft.ResourceHealth/AvailabilityStatuses.","type":"string"}},"type":"object"},"availabilityStatusListResult":{"description":"The List availabilityStatus operation response.","properties":{"nextLink":{"description":"The URI to fetch the next page of availabilityStatuses. Call ListNext() with this URI to fetch the next page of availabilityStatuses.","type":"string"},"value":{"description":"The list of availabilityStatuses.","items":{"$ref":"#/components/schemas/availabilityStatus"},"type":"array"}},"required":["value"]},"emergingIssue":{"description":"On-going emerging issue from azure status.","properties":{"refreshTimestamp":{"description":"Timestamp for when last time refreshed for ongoing emerging issue.","format":"date-time","type":"string"},"statusActiveEvents":{"description":"The list of emerging issues of active event type.","items":{"$ref":"#/components/schemas/statusActiveEvent"},"type":"array"},"statusBanners":{"description":"The list of emerging issues of banner type.","items":{"$ref":"#/components/schemas/statusBanner"},"type":"array"}},"type":"object"},"emergingIssueImpact":{"description":"Object of the emerging issue impact on services and regions.","properties":{"id":{"description":"The impacted service id.","type":"string"},"name":{"description":"The impacted service name.","type":"string"},"regions":{"description":"The list of impacted regions for corresponding emerging issues.","items":{"$ref":"#/components/schemas/impactedRegion"},"type":"array"}},"type":"object"},"emergingIssueListResult":{"description":"The list of emerging issues.","properties":{"nextLink":{"description":"The link used to get the next page of emerging issues.","type":"string"},"value":{"description":"The list of emerging issues.","items":{"$ref":"#/components/schemas/emergingIssuesGetResult"},"type":"array"}},"type":"object"},"emergingIssuesGetResult":{"allOf":[{"properties":{"id":{"description":"Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}","readOnly":true,"type":"string"},"name":{"description":"The name of the resource","readOnly":true,"type":"string"},"type":{"description":"The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true}],"description":"The Get EmergingIssues operation response.","properties":{"properties":{"$ref":"#/components/schemas/emergingIssue"}},"type":"object"},"impactedRegion":{"description":"Object of impacted region.","properties":{"id":{"description":"The impacted region id.","type":"string"},"name":{"description":"The impacted region name.","type":"string"}}},"operation":{"description":"Operation available in the resourcehealth resource provider.","properties":{"display":{"description":"Properties of the operation.","properties":{"description":{"description":"Description of the operation.","type":"string"},"operation":{"description":"Operation name.","type":"string"},"provider":{"description":"Provider name.","type":"string"},"resource":{"description":"Resource name.","type":"string"}},"type":"object"},"name":{"description":"Name of the operation.","type":"string"}}},"operationListResult":{"description":"Lists the operations response.","properties":{"value":{"description":"List of operations available in the resourcehealth resource provider.","items":{"$ref":"#/components/schemas/operation"},"type":"array"}},"required":["value"]},"recommendedAction":{"description":"Lists actions the user can take based on the current availabilityState of the resource.","properties":{"action":{"description":"Recommended action.","type":"string"},"actionUrl":{"description":"Link to the action","type":"string"},"actionUrlText":{"description":"Substring of action, it describes which text should host the action url.","type":"string"}}},"serviceImpactingEvent":{"description":"Lists the service impacting events that may be affecting the health of the resource.","properties":{"correlationId":{"description":"Correlation id for the event","type":"string"},"eventStartTime":{"description":"Timestamp for when the event started.","format":"date-time","type":"string"},"eventStatusLastModifiedTime":{"description":"Timestamp for when event was submitted/detected.","format":"date-time","type":"string"},"incidentProperties":{"description":"Properties of the service impacting event.","properties":{"incidentType":{"description":"Type of Event.","type":"string"},"region":{"description":"Region impacted by the event.","type":"string"},"service":{"description":"Service impacted by the event.","type":"string"},"title":{"description":"Title of the incident.","type":"string"}},"type":"object"},"status":{"description":"Status of the service impacting event.","properties":{"value":{"description":"Current status of the event","type":"string"}},"type":"object"}}},"statusActiveEvent":{"description":"Active event type of emerging issue.","properties":{"cloud":{"description":"The cloud type of this active event.","type":"string"},"description":{"description":"The details of active event.","type":"string"},"impacts":{"description":"The list of emerging issues impacts.","items":{"$ref":"#/components/schemas/emergingIssueImpact"},"type":"array"},"lastModifiedTime":{"description":"The last time modified on this banner.","format":"date-time","type":"string"},"published":{"description":"The boolean value of this active event if published or not.","type":"boolean"},"severity":{"description":"The severity level of this active event.","enum":["Information","Warning","Error"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"SeverityValues"}},"stage":{"description":"The stage of this active event.","enum":["Active","Resolve","Archived"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"StageValues"}},"startTime":{"description":"The impact start time on this active event.","format":"date-time","type":"string"},"title":{"description":"The active event title.","type":"string"},"trackingId":{"description":"The tracking id of this active event.","type":"string"}}},"statusBanner":{"description":"Banner type of emerging issue.","properties":{"cloud":{"description":"The cloud type of this banner.","type":"string"},"lastModifiedTime":{"description":"The last time modified on this banner.","format":"date-time","type":"string"},"message":{"description":"The details of banner.","type":"string"},"title":{"description":"The banner title.","type":"string"}}}}}}