{"files":{"SKILL.md":"---\nname: monitormanagementclient\ndescription: \"MonitorManagementClient API skill. Use when working with MonitorManagementClient for subscriptions. Covers 5 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# MonitorManagementClient\nAPI version: 2016-03-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName} -- gets the log profile.\n3. Explore available endpoints below\n\n## Endpoints\n5 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| DELETE | /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName} | Deletes the log profile. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName} | Gets the log profile. |\n| PUT | /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName} | Create or update a log profile in Azure Monitoring REST API. |\n| PATCH | /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName} | Updates an existing LogProfilesResource. To update other fields use the CreateOrUpdate method. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles | List the log profiles. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Delete a logprofile?\" -> DELETE /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}\n- \"Get logprofile details?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}\n- \"Update a logprofile?\" -> PUT /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}\n- \"Partially update a logprofile?\" -> PATCH /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}\n- \"List all logprofiles?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles\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 2016-03-01\n@auth OAuth2\n@endpoints 5\n@toc subscriptions(5)\n\n@endpoint DELETE /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}\n@desc Deletes the log profile.\n@required {logProfileName: any # The name of the log profile.}\n@returns(200) Successful request to delete a log profile\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}\n@desc Gets the log profile.\n@required {logProfileName: any # The name of the log profile.}\n@returns(200) Successful request to get more information about a log profile.\n\n@endpoint PUT /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}\n@desc Create or update a log profile in Azure Monitoring REST API.\n@required {logProfileName: any # The name of the log profile., parameters: map # Parameters supplied to the operation.}\n@returns(200) Successful request to create or update a log profile\n\n@endpoint PATCH /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}\n@desc Updates an existing LogProfilesResource. To update other fields use the CreateOrUpdate method.\n@required {logProfileName: any # The name of the log profile., logProfilesResource: any # Parameters supplied to the operation.}\n@returns(200) An existing log profile was successfully updated.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Insights/logprofiles\n@desc List the log profiles.\n@returns(200) Successful request to list log profiles\n\n@end\n"}}