Brad Ison | 428198d | 2016-03-29 18:17:33 -0400 | [diff] [blame] | 1 | /* |
| 2 | Package webhooks provides information and interaction with the webhook API resource |
| 3 | in the Rackspace Auto Scale service. |
| 4 | |
| 5 | Auto Scale uses webhooks to initiate scaling events. Webhooks are associated |
| 6 | with scaling policies and provide capability URLs which can be accessed |
| 7 | anonymously to trigger execution of those policies. The Auto Scale webhook |
| 8 | architecture allows Auto Scale to be integrated with other systems, for example, |
| 9 | monitoring systems. |
| 10 | */ |
| 11 | package webhooks |