{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-automation-webhook","description":"AutomationManagementClient","version":"2015-10-31","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 AutomationManagementClient\n@base https://management.azure.com\n@version 2015-10-31\n@auth OAuth2\n@endpoints 6\n@toc subscriptions(6)\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/generateUri\n@desc Generates a Uri for use in creating a webhook.\n@returns(200) OK\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\n@desc Delete the webhook by name.\n@required {webhookName: any # The webhook name.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\n@desc Retrieve the webhook identified by webhook name.\n@required {webhookName: any # The webhook name.}\n@returns(200) OK\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\n@desc Create the webhook identified by webhook name.\n@required {webhookName: any # The webhook name., parameters: any # The create or update parameters for webhook.}\n@returns(200) OK\n@returns(201) Created\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}\n@desc Update the webhook identified by webhook name.\n@required {webhookName: any # The webhook name., parameters: any # The update parameters for webhook.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks\n@desc Retrieve a list of webhooks.\n@optional {$filter: any # The filter to apply on the operation.}\n@returns(200) OK\n\n@end\n"}