{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-monitor-activitylogalerts-api","description":"Azure Activity Log Alerts API","version":"2017-04-01","base_url":"https://management.azure.com","endpoints":6,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Azure Activity Log Alerts API\n@base https://management.azure.com\n@version 2017-04-01\n@auth OAuth2\n@endpoints 6\n@toc subscriptions(6)\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/activityLogAlerts/{activityLogAlertName}\n@desc Create a new activity log alert or update an existing one.\n@required {activityLogAlertName: any # The name of the activity log alert., activityLogAlert: any # The activity log alert to create or use for the update.}\n@returns(200) An existing activity log alert was successfully updated.\n@returns(201) A new activity log alert was successfully created.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/activityLogAlerts/{activityLogAlertName}\n@desc Get an activity log alert.\n@required {activityLogAlertName: any # The name of the activity log alert.}\n@returns(200) The request succeeded.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/activityLogAlerts/{activityLogAlertName}\n@desc Delete an activity log alert.\n@required {activityLogAlertName: any # The name of the activity log alert.}\n@returns(200) The activity log alert was successfully deleted.\n@returns(204) The activity log alert does not exist. It may have already been deleted.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/activityLogAlerts/{activityLogAlertName}\n@desc Updates an existing ActivityLogAlertResource's tags. To update other fields use the CreateOrUpdate method.\n@required {activityLogAlertName: any # The name of the activity log alert., activityLogAlertPatch: any # Parameters supplied to the operation.}\n@returns(200) An existing activity log alert was successfully updated.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/microsoft.insights/activityLogAlerts\n@desc Get a list of all activity log alerts in a subscription.\n@returns(200) The request succeeded.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/activityLogAlerts\n@desc Get a list of all activity log alerts in a resource group.\n@returns(200) The request succeeded.\n\n@end\n"}