{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-automation-watcher","description":"AutomationManagement","version":"2015-10-31","base_url":"https://management.azure.com","endpoints":7,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api AutomationManagement\n@base https://management.azure.com\n@version 2015-10-31\n@auth OAuth2\n@endpoints 7\n@toc subscriptions(7)\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\n@desc Create the watcher identified by watcher name.\n@required {watcherName: any # The watcher name., parameters: any # The create or update parameters for watcher.}\n@returns(200) OK\n@returns(201) Created\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\n@desc Retrieve the watcher identified by watcher name.\n@required {watcherName: any # The watcher name.}\n@returns(200) OK\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\n@desc Update the watcher identified by watcher name.\n@required {watcherName: any # The watcher name., parameters: any # The update parameters for watcher.}\n@returns(200) OK\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}\n@desc Delete the watcher by name.\n@required {watcherName: any # The watcher name.}\n@returns(200) OK\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}/start\n@desc Resume the watcher identified by watcher name.\n@required {watcherName: any # The watcher name.}\n@returns(200) OK\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}/stop\n@desc Resume the watcher identified by watcher name.\n@required {watcherName: any # The watcher name.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers\n@desc Retrieve a list of watchers.\n@optional {$filter: any # The filter to apply on the operation.}\n@returns(200) OK\n\n@end\n"}