swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector SecurityAdvisoryImpactedResources API schemes: - https tags: - name: SecurityAdvisoryImpactedResources paths: ? /subscriptions/{subscriptionId}/providers/Microsoft.ResourceHealth/events/{eventTrackingId}/listSecurityAdvisoryImpactedResources : post: tags: - SecurityAdvisoryImpactedResources operationId: microsoftAzureSecurityadvisoryimpactedresourcesListbysubscriptionidandeventid description: Lists impacted resources in the subscription by an event (Security Advisory). 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 (Security Advisory). schema: $ref: '#/definitions/eventImpactedResourceListResult' default: description: DefaultErrorResponse schema: $ref: '#/definitions/ErrorResponse' x-ms-pageable: nextLinkName: nextLink x-ms-examples: ListSecurityAdvisoryImpactedResourcesBySubscriptionId: $ref: ./examples/SecurityAdvisoryImpactedResources_ListBySubscriptionId_ListByEventId.json summary: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Resourcehealth Events Eventtrackingid Listsecurityadvisoryimpactedresources /providers/Microsoft.ResourceHealth/events/{eventTrackingId}/listSecurityAdvisoryImpactedResources: post: tags: - SecurityAdvisoryImpactedResources operationId: microsoftAzureSecurityadvisoryimpactedresourcesListbytenantidandeventid description: Lists impacted resources in the tenant by an event (Security Advisory). 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 (Security Advisory). schema: $ref: '#/definitions/eventImpactedResourceListResult' default: description: DefaultErrorResponse schema: $ref: '#/definitions/ErrorResponse' x-ms-pageable: nextLinkName: nextLink x-ms-examples: ListSecurityAdvisoryImpactedResourcesByTenantId: $ref: ./examples/SecurityAdvisoryImpactedResources_ListByTenantId_ListByEventId.json summary: Microsoft Azure Post Providers Microsoft Resourcehealth Events Eventtrackingid Listsecurityadvisoryimpactedresources 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: 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'