swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ResourceHealthMetadata API schemes: - https tags: - name: ResourceHealthMetadata paths: /subscriptions/{subscriptionId}/providers/Microsoft.Web/resourceHealthMetadata: get: tags: - ResourceHealthMetadata summary: Microsoft Azure List All Resourcehealthmetadata For All Sites In The Subscription description: Description for List all ResourceHealthMetadata for all sites in the subscription. operationId: microsoftAzureResourcehealthmetadataList parameters: - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/apiVersionParameter' responses: '200': description: OK schema: $ref: '#/definitions/ResourceHealthMetadataCollection' default: description: App Service error response. schema: $ref: ./CommonDefinitions.json#/definitions/DefaultErrorResponse x-ms-examples: List ResourceHealthMetadata for a subscription: $ref: ./examples/ListResourceHealthMetadataBySubscription.json x-ms-pageable: nextLinkName: nextLink /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/resourceHealthMetadata: get: tags: - ResourceHealthMetadata summary: Microsoft Azure List All Resourcehealthmetadata For All Sites In The Resource Group In The Subscription description: Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription. operationId: microsoftAzureResourcehealthmetadataListbyresourcegroup parameters: - $ref: '#/parameters/resourceGroupNameParameter' - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/apiVersionParameter' responses: '200': description: OK schema: $ref: '#/definitions/ResourceHealthMetadataCollection' default: description: App Service error response. schema: $ref: ./CommonDefinitions.json#/definitions/DefaultErrorResponse x-ms-examples: List ResourceHealthMetadata for a resource group: $ref: ./examples/ListResourceHealthMetadataByResourceGroup.json x-ms-pageable: nextLinkName: nextLink ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/resourceHealthMetadata : get: tags: - ResourceHealthMetadata summary: Microsoft Azure Gets The Category Of Resourcehealthmetadata To Use For The Given Site As A Collection description: Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection operationId: microsoftAzureResourcehealthmetadataListbysite parameters: - $ref: '#/parameters/resourceGroupNameParameter' - name: name in: path description: Name of web app. required: true type: string - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/apiVersionParameter' responses: '200': description: OK schema: $ref: '#/definitions/ResourceHealthMetadataCollection' default: description: App Service error response. schema: $ref: ./CommonDefinitions.json#/definitions/DefaultErrorResponse x-ms-examples: List ResourceHealthMetadata for a site: $ref: ./examples/ListResourceHealthMetadataBySite.json x-ms-pageable: nextLinkName: nextLink ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/resourceHealthMetadata/default : get: tags: - ResourceHealthMetadata summary: Microsoft Azure Gets The Category Of Resourcehealthmetadata To Use For The Given Site description: Description for Gets the category of ResourceHealthMetadata to use for the given site operationId: microsoftAzureResourcehealthmetadataGetbysite parameters: - $ref: '#/parameters/resourceGroupNameParameter' - name: name in: path description: Name of web app required: true type: string - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/apiVersionParameter' responses: '200': description: OK schema: $ref: '#/definitions/ResourceHealthMetadata' default: description: App Service error response. schema: $ref: ./CommonDefinitions.json#/definitions/DefaultErrorResponse x-ms-examples: Get ResourceHealthMetadata: $ref: ./examples/GetResourceHealthMetadataBySite.json ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/resourceHealthMetadata : get: tags: - ResourceHealthMetadata summary: Microsoft Azure Gets The Category Of Resourcehealthmetadata To Use For The Given Site As A Collection description: Description for Gets the category of ResourceHealthMetadata to use for the given site as a collection operationId: microsoftAzureResourcehealthmetadataListbysiteslot parameters: - $ref: '#/parameters/resourceGroupNameParameter' - name: name in: path description: Name of web app. required: true type: string - name: slot in: path description: Name of web app slot. If not specified then will default to production slot. required: true type: string - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/apiVersionParameter' responses: '200': description: OK schema: $ref: '#/definitions/ResourceHealthMetadataCollection' default: description: App Service error response. schema: $ref: ./CommonDefinitions.json#/definitions/DefaultErrorResponse x-ms-examples: List ResourceHealthMetadata for a site: $ref: ./examples/ListResourceHealthMetadataBySite.json x-ms-pageable: nextLinkName: nextLink ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/resourceHealthMetadata/default : get: tags: - ResourceHealthMetadata summary: Microsoft Azure Gets The Category Of Resourcehealthmetadata To Use For The Given Site description: Description for Gets the category of ResourceHealthMetadata to use for the given site operationId: microsoftAzureResourcehealthmetadataGetbysiteslot parameters: - $ref: '#/parameters/resourceGroupNameParameter' - name: name in: path description: Name of web app required: true type: string - name: slot in: path description: Name of web app slot. If not specified then will default to production slot. required: true type: string - $ref: '#/parameters/subscriptionIdParameter' - $ref: '#/parameters/apiVersionParameter' responses: '200': description: OK schema: $ref: '#/definitions/ResourceHealthMetadata' default: description: App Service error response. schema: $ref: ./CommonDefinitions.json#/definitions/DefaultErrorResponse x-ms-examples: Get ResourceHealthMetadata: $ref: ./examples/GetResourceHealthMetadataBySite.json definitions: ResourceHealthMetadata: description: Used for getting ResourceHealthCheck settings. type: object allOf: - $ref: ./CommonDefinitions.json#/definitions/ProxyOnlyResource properties: properties: description: ResourceHealthMetadata resource specific properties type: object properties: category: description: The category that the resource matches in the RHC Policy File type: string signalAvailability: description: Is there a health signal for the resource type: boolean x-ms-client-flatten: true ResourceHealthMetadataCollection: description: Collection of resource health metadata. required: - value type: object properties: value: description: Collection of resources. type: array items: $ref: '#/definitions/ResourceHealthMetadata' nextLink: description: Link to next page of resources. type: string readOnly: true parameters: subscriptionIdParameter: name: subscriptionId in: path description: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). required: true type: string x-ms-parameter-location: client apiVersionParameter: name: api-version in: query description: API Version required: true type: string x-ms-parameter-location: client resourceGroupNameParameter: name: resourceGroupName in: path description: Name of the resource group to which the resource belongs. required: true type: string maxLength: 90 minLength: 1 pattern: ^[-\w\._\(\)]+[^\.]$ x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'