{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-applicationinsights-webtests-api","description":"ApplicationInsightsManagementClient","version":"2015-05-01","base_url":"https://management.azure.com","endpoints":7,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api ApplicationInsightsManagementClient\n@base https://management.azure.com\n@version 2015-05-01\n@auth OAuth2\n@endpoints 7\n@toc subscriptions(7)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests\n@desc Get all Application Insights web tests defined within a specified resource group.\n@returns(200) A list containing 0 or more web test definitions.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\n@desc Get a specific Application Insights web test definition.\n@required {webTestName: any # The name of the Application Insights webtest resource.}\n@returns(200) Ann Application Insights web test definition.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\n@desc Creates or updates an Application Insights web test definition.\n@required {webTestName: any # The name of the Application Insights webtest resource., WebTestDefinition: any # Properties that need to be specified to create or update an Application Insights web test definition.}\n@returns(200) Adding the Application Insights web test was successful. Web test properties are updated and returned.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\n@desc Creates or updates an Application Insights web test definition.\n@required {webTestName: any # The name of the Application Insights webtest resource., WebTestTags: any # Updated tag information to set into the web test instance.}\n@returns(200) Updating the Application Insights web test tags was successful. Web test tags are updated and returned with the rest of the WebTest object properties.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\n@desc Deletes an Application Insights web test.\n@required {webTestName: any # The name of the Application Insights webtest resource.}\n@returns(200) Successful request to delete a web test definition.\n@returns(204) No content: the request was successful, but the response is empty (the request to delete failed because the specified web test does not exist).\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Insights/webtests\n@desc Get all Application Insights web test alerts definitions within a subscription.\n@returns(200) A list of 0 or more Application Insights web test definitions.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{componentName}/webtests\n@desc Get all Application Insights web tests defined for the specified component.\n@required {componentName: any # The name of the Application Insights component resource.}\n@returns(200) A list containing 0 or more web test definitions.\n\n@end\n"}