{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-web-resourcehealthmetadata","description":"ResourceHealthMetadata API Client","version":"2018-02-01","base_url":"https://management.azure.com","endpoints":6,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api ResourceHealthMetadata API Client\n@base https://management.azure.com\n@version 2018-02-01\n@auth OAuth2\n@common_fields {subscriptionId: any # Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)., api-version: any # API Version}\n@endpoints 6\n@toc subscriptions(6)\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Web/resourceHealthMetadata\n@desc List all ResourceHealthMetadata for all sites in the subscription.\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/resourceHealthMetadata\n@desc List all ResourceHealthMetadata for all sites in the resource group in the subscription.\n@required {resourceGroupName: any # Name of the resource group to which the resource belongs.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/resourceHealthMetadata\n@desc Gets the category of ResourceHealthMetadata to use for the given site as a collection\n@required {resourceGroupName: any # Name of the resource group to which the resource belongs., name: any # Name of web app.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/resourceHealthMetadata/default\n@desc Gets the category of ResourceHealthMetadata to use for the given site\n@required {resourceGroupName: any # Name of the resource group to which the resource belongs., name: any # Name of web app}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/resourceHealthMetadata\n@desc Gets the category of ResourceHealthMetadata to use for the given site as a collection\n@required {resourceGroupName: any # Name of the resource group to which the resource belongs., name: any # Name of web app., slot: any # Name of web app slot. If not specified then will default to production slot.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/resourceHealthMetadata/default\n@desc Gets the category of ResourceHealthMetadata to use for the given site\n@required {resourceGroupName: any # Name of the resource group to which the resource belongs., name: any # Name of web app, slot: any # Name of web app slot. If not specified then will default to production slot.}\n@returns(200) OK\n\n@end\n"}