{"files":{"SKILL.md":"---\nname: monitormanagementclient\ndescription: \"MonitorManagementClient API skill. Use when working with MonitorManagementClient for providers. Covers 1 endpoint.\"\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 /providers/Microsoft.Insights/eventcategories -- verify access\n\n## Endpoints\n\n1 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.Insights/eventcategories | Get the list of available event categories supported in the Activity Logs Service.The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy. |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all eventcategories?\" -> GET /providers/Microsoft.Insights/eventcategories\n- \"How to authenticate?\" -> See Auth section\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get monitormanagementclient -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search monitormanagementclient\n```\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 1\n@toc providers(1)\n\n@endpoint GET /providers/Microsoft.Insights/eventcategories\n@desc Get the list of available event categories supported in the Activity Logs Service.The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.\n@returns(200) Successful request to get the list of event categories\n\n@end\n"}}