{"files":{"SKILL.md":"---\nname: applicationinsightsmanagementclient\ndescription: \"ApplicationInsightsManagementClient API skill. Use when working with ApplicationInsightsManagementClient for subscriptions. Covers 4 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/components/{resourceName}/{scopePath} -- gets a list of analytics items defined within an application insights component.\n3. Explore available endpoints below\n\n## Endpoints\n4 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/components/{resourceName}/{scopePath} | Gets a list of Analytics Items defined within an Application Insights component. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item | Gets a specific Analytics Items defined within an Application Insights component. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item | Adds or Updates a specific Analytics Item within an Application Insights component. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item | Deletes a specific Analytics Items defined within an Application Insights component. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Get component details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}\n- \"List all item?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\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 4\n@toc subscriptions(4)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}\n@desc Gets a list of Analytics Items defined within an Application Insights component.\n@required {resourceName: any # The name of the Application Insights component resource., scopePath: any # Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.}\n@optional {scope: any # Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component., type: any # Enum indicating the type of the Analytics item., includeContent: any # Flag indicating whether or not to return the content of each applicable item. If false, only return the item information.}\n@returns(200) A list containing 0 or more items associated with the Application Insights component.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\n@desc Gets a specific Analytics Items defined within an Application Insights component.\n@required {resourceName: any # The name of the Application Insights component resource., scopePath: any # Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.}\n@optional {id: any # The Id of a specific item defined in the Application Insights component, name: any # The name of a specific item defined in the Application Insights component}\n@returns(200) A single item associated with the Application Insights component.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\n@desc Adds or Updates a specific Analytics Item within an Application Insights component.\n@required {resourceName: any # The name of the Application Insights component resource., scopePath: any # Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component., itemProperties: map # Properties that need to be specified to create a new item and add it to an Application Insights component.}\n@optional {overrideItem: any # Flag indicating whether or not to force save an item. This allows overriding an item if it already exists.}\n@returns(200) The new or updated item associated with the Application Insights component.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item\n@desc Deletes a specific Analytics Items defined within an Application Insights component.\n@required {resourceName: any # The name of the Application Insights component resource., scopePath: any # Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.}\n@optional {id: any # The Id of a specific item defined in the Application Insights component, name: any # The name of a specific item defined in the Application Insights component}\n@returns(200) The item has been successfully removed from the Application Insights component\n\n@end\n"}}