@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Microsoft Insights API
@base https://management.azure.com
@version 2018-04-16
@auth OAuth2
@endpoints 6
@toc subscriptions(6)

@endpoint PUT /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}
@required {ruleName: any, parameters: map}
@returns(200)
@returns(201)

@endpoint GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}
@required {ruleName: any}
@returns(200)

@endpoint PATCH /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}
@required {ruleName: any, parameters: map}
@returns(200)

@endpoint DELETE /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}
@required {ruleName: any}
@returns(200)
@returns(204)

@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Insights/scheduledQueryRules
@optional {$filter: any}
@returns(200)

@endpoint GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules
@optional {$filter: any}
@returns(200)

@end
