{"files":{"SKILL.md":"---\nname: applicationinsightsmanagementclient\ndescription: \"ApplicationInsightsManagementClient API skill. Use when working with ApplicationInsightsManagementClient for subscriptions. Covers 7 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# ApplicationInsightsManagementClient\nAPI version: 2015-05-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests -- get all application insights web tests defined within a specified resource group.\n3. Explore available endpoints below\n\n## Endpoints\n7 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests | Get all Application Insights web tests defined within a specified resource group. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName} | Get a specific Application Insights web test definition. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName} | Creates or updates an Application Insights web test definition. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName} | Creates or updates an Application Insights web test definition. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName} | Deletes an Application Insights web test. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Insights/webtests | Get all Application Insights web test alerts definitions within a subscription. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{componentName}/webtests | Get all Application Insights web tests defined for the specified component. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all webtests?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests\n- \"Get webtest details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\n- \"Update a webtest?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\n- \"Partially update a webtest?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\n- \"Delete a webtest?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@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"}}