@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api MonitorManagementClient
@base https://management.azure.com
@version 2015-04-01
@auth OAuth2
@endpoints 1
@toc providers(1)

@endpoint GET /providers/Microsoft.Insights/eventcategories
@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.
@returns(200) Successful request to get the list of event categories

@end
