swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector EventImpactedResources API schemes: - https tags: - name: EventImpactedResources paths: /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/impactedResources: get: tags: - EventImpactedResources operationId: microsoftAzureImpactedresourcesListbysubscriptionidandeventid description: Lists impacted resources in the subscription by an event. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: '#/parameters/EventTrackingIdParameter' - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/FilterParameter' responses: '200': description: The list of impacted resources in the subscription by an event. schema: $ref: '#/definitions/eventImpactedResourceListResult' default: description: DefaultErrorResponse schema: $ref: '#/definitions/ErrorResponse' x-ms-pageable: nextLinkName: nextLink x-ms-examples: ListImpactedResourcesBySubscriptionId: $ref: ./examples/ImpactedResources_ListBySubscriptionId_ListByEventId.json summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Resourcehealth Events Eventtrackingid Impactedresources ? /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/impactedResources/{impactedResourceName} : get: tags: - EventImpactedResources operationId: microsoftAzureImpactedresourcesGet description: Gets the specific impacted resource in the subscription by an event. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: '#/parameters/EventTrackingIdParameter' - $ref: '#/parameters/ImpactedResourceNameParameter' - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter responses: '200': description: The details of Impacted Resource. schema: $ref: '#/definitions/eventImpactedResource' default: description: DefaultErrorResponse schema: $ref: '#/definitions/ErrorResponse' x-ms-examples: ImpactedResourcesGet: $ref: ./examples/ImpactedResources_Get.json summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Resourcehealth Events Eventtrackingid Impactedresources Impactedresourcename /providers/Microsoft.ResourceHealth/events/{eventTrackingId}/impactedResources: get: tags: - EventImpactedResources operationId: microsoftAzureImpactedresourcesListbytenantidandeventid description: Lists impacted resources in the tenant by an event. parameters: - $ref: '#/parameters/EventTrackingIdParameter' - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/FilterParameter' responses: '200': description: The list of impacted resources in the tenant by an event. schema: $ref: '#/definitions/eventImpactedResourceListResult' default: description: DefaultErrorResponse schema: $ref: '#/definitions/ErrorResponse' x-ms-pageable: nextLinkName: nextLink x-ms-examples: ListEventsByTenantId: $ref: ./examples/ImpactedResources_ListByTenantId_ListByEventId.json summary: Microsoft Azure Get Providers Microsoft Resourcehealth Events Eventtrackingid Impactedresources /providers/Microsoft.ResourceHealth/events/{eventTrackingId}/impactedResources/{impactedResourceName}: get: tags: - EventImpactedResources operationId: microsoftAzureImpactedresourcesGetbytenantid description: Gets the specific impacted resource in the tenant by an event. parameters: - $ref: '#/parameters/EventTrackingIdParameter' - $ref: '#/parameters/ImpactedResourceNameParameter' - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter responses: '200': description: The details of Impacted Resource. schema: $ref: '#/definitions/eventImpactedResource' default: description: DefaultErrorResponse schema: $ref: '#/definitions/ErrorResponse' x-ms-examples: ImpactedResourcesGet: $ref: ./examples/ImpactedResources_GetByTenantId.json summary: Microsoft Azure Get Providers Microsoft Resourcehealth Events Eventtrackingid Impactedresources Impactedresourcename definitions: ErrorResponse: description: Error details. type: object properties: code: description: The error code. type: string readOnly: true message: description: The error message. type: string readOnly: true details: description: The error details. type: string readOnly: true keyValueItem: type: object description: Key value tuple. properties: key: readOnly: true type: string description: Key of tuple. value: readOnly: true type: string description: Value of tuple. eventImpactedResource: type: object description: Impacted resource for an event. properties: properties: x-ms-client-flatten: true type: object description: Properties of impacted resource. properties: targetResourceType: readOnly: true type: string description: Resource type within Microsoft cloud. targetResourceId: readOnly: true type: string description: Identity for resource within Microsoft cloud. targetRegion: readOnly: true type: string description: Impacted resource region name. resourceName: readOnly: true type: string description: Resource name of the impacted resource. resourceGroup: readOnly: true type: string description: Resource group name of the impacted resource. status: readOnly: true type: string description: Status of the impacted resource. maintenanceStartTime: readOnly: true type: string description: Start time of maintenance for the impacted resource. maintenanceEndTime: readOnly: true type: string description: End time of maintenance for the impacted resource. info: type: array items: $ref: '#/definitions/keyValueItem' description: Additional information. x-ms-identifiers: [] allOf: - $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource eventImpactedResourceListResult: type: object properties: value: type: array items: $ref: '#/definitions/eventImpactedResource' description: The list of eventImpactedResources. nextLink: type: string description: The URI to fetch the next page of events. Call ListNext() with this URI to fetch the next page of impacted resource. required: - value description: The List of eventImpactedResources operation response. parameters: ImpactedResourceNameParameter: name: impactedResourceName in: path description: Name of the Impacted Resource. required: true type: string pattern: ^[^*#&+:<>%?]+$ x-ms-parameter-location: method FilterParameter: name: $filter in: query required: false type: string 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 x-ms-parameter-location: method EventTrackingIdParameter: name: eventTrackingId in: path required: true type: string description: Event Id which uniquely identifies ServiceHealth event. x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'