{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-monitor-actiongroups-api","description":"Azure Action Groups API","version":"2019-06-01","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 Azure Action Groups API\n@base https://management.azure.com\n@version 2019-06-01\n@auth OAuth2\n@endpoints 7\n@toc subscriptions(7)\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/actionGroups/{actionGroupName}\n@desc Create a new action group or update an existing one.\n@required {actionGroupName: any # The name of the action group., actionGroup: any # The action group to create or use for the update.}\n@returns(200) An existing action group was successfully updated.\n@returns(201) A new action group was successfully created.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/actionGroups/{actionGroupName}\n@desc Get an action group.\n@required {actionGroupName: any # The name of the action group.}\n@returns(200) The request succeeded.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/actionGroups/{actionGroupName}\n@desc Delete an action group.\n@required {actionGroupName: any # The name of the action group.}\n@returns(200) The action group was successfully deleted.\n@returns(204) The action group does not exist. It may have already been deleted.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/actionGroups/{actionGroupName}\n@desc Updates an existing action group's tags. To update other fields use the CreateOrUpdate method.\n@required {actionGroupName: any # The name of the action group., actionGroupPatch: any # Parameters supplied to the operation.}\n@returns(200) An existing action group was successfully updated.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/microsoft.insights/actionGroups\n@desc Get a list of all action groups in a subscription.\n@returns(200) The request succeeded.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/actionGroups\n@desc Get a list of all action groups in a resource group.\n@returns(200) The request succeeded.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/actionGroups/{actionGroupName}/subscribe\n@desc Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.\n@required {actionGroupName: any # The name of the action group., enableRequest: any # The receiver to re-enable.}\n@returns(200) The receiver was successfully enabled.\n@errors {409: The receiver is already enabled in the action group.}\n\n@end\n"}