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

@endpoint GET /{resourceUri}/providers/microsoft.insights/metricNamespaces
@desc Lists the metric namespaces for the resource.
@required {resourceUri: any # The identifier of the resource.}
@optional {startTime: any # The ISO 8601 conform Date start time from which to query for metric namespaces.}
@returns(200) Successful request to get the list of metric namespaces

@end
