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

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/syntheticmonitorlocations
@desc Gets a list of web test locations available to this Application Insights component.
@required {resourceName: any # The name of the Application Insights component resource.}
@returns(200) A list containing 0 or more web test location names available to the Application Insights component.

@end
