{"files":{"SKILL.md":"---\nname: monitormanagementclient\ndescription: \"MonitorManagementClient API skill. Use when working with MonitorManagementClient for subscriptions. Covers 6 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# MonitorManagementClient\nAPI version: 2015-04-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/autoscalesettings -- lists the autoscale settings for a resource group\n3. Explore available endpoints below\n\n## Endpoints\n6 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/autoscalesettings | Lists the autoscale settings for a resource group |\n| PUT | /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName} | Creates or updates an autoscale setting. |\n| DELETE | /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName} | Deletes and autoscale setting |\n| GET | /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName} | Gets an autoscale setting |\n| PATCH | /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName} | Updates an existing AutoscaleSettingsResource. To update other fields use the CreateOrUpdate method. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Insights/autoscalesettings | Lists the autoscale settings for a subscription |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all autoscalesettings?\" -> GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings\n- \"Update a autoscalesetting?\" -> PUT /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}\n- \"Delete a autoscalesetting?\" -> DELETE /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}\n- \"Get autoscalesetting details?\" -> GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}\n- \"Partially update a autoscalesetting?\" -> PATCH /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}\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 MonitorManagementClient\n@base https://management.azure.com\n@version 2015-04-01\n@auth OAuth2\n@endpoints 6\n@toc subscriptions(6)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings\n@desc Lists the autoscale settings for a resource group\n@returns(200) Successful request for a list of autoscale settings\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}\n@desc Creates or updates an autoscale setting.\n@required {autoscaleSettingName: any # The autoscale setting name., parameters: map # Parameters supplied to the operation.}\n@returns(200) Successful request to create or update an autoscale setting\n@returns(201) Created autoscale setting\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}\n@desc Deletes and autoscale setting\n@required {autoscaleSettingName: any # The autoscale setting name.}\n@returns(200) Successful request to delete an autoscale setting\n@returns(204) No content: Successful request to delete an autoscale setting, but the response is intentionally empty\n\n@endpoint GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}\n@desc Gets an autoscale setting\n@required {autoscaleSettingName: any # The autoscale setting name.}\n@returns(200) Successful request to get one autoscale setting\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}\n@desc Updates an existing AutoscaleSettingsResource. To update other fields use the CreateOrUpdate method.\n@required {autoscaleSettingName: any # The autoscale setting name., autoscaleSettingResource: any # Parameters supplied to the operation.}\n@returns(200) An existing autoscale setting resource was successfully updated.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Insights/autoscalesettings\n@desc Lists the autoscale settings for a subscription\n@returns(200) Successful request for a list of autoscale settings\n\n@end\n"}}