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

@endpoint GET /{resourceUri}/providers/Microsoft.Insights/metricDefinitions
@desc Lists the metric definitions for the resource.
@required {resourceUri: any # The identifier of the resource.}
@optional {metricnamespace: any # Metric namespace to query metric definitions for.}
@returns(200) Successful request to get the list of metric definitions

@end
