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

@endpoint GET /{resourceUri}/providers/Microsoft.Insights/vmInsightsOnboardingStatuses/default
@desc Retrieves the VM Insights onboarding status for the specified resource or resource scope.
@required {resourceUri: any # The fully qualified Azure Resource manager identifier of the resource, or scope, whose status to retrieve.}
@returns(200) The operation completed successfully.

@end
