> +## <a id="autoscale"></a>Working with Rackspace Autoscale > +### <a id="autoscale-intro"></a>Introduction > + > +[Rackspace Autoscale](http://www.rackspace.com/cloud/autoscale/) takes the > work out of capacity planning, allowing Rackspace Cloud Monitoring alerts or > scheduled events to create and delete servers. Through the use of webhooks, > Autoscale can be integrated into countless deployment scenarios. Read the dev > blog > [here](http://developer.rackspace.com/blog/rackspace-autoscale-is-now-open-source.html). > + > +### <a id="autoscale-apis"></a>APIs > + > +You can access Rackspace Autoscale with the jclouds rackspace-autoscale API > by specifying the rackspace autoscale provider "rackspace-autoscale-us". > There is no -uk provider at this time. > + > +1. The Rackspace compatible API for Autoscale is > org.apache.jclouds.labs.rackspace-autoscale.AutoscaleApi - All other APIs for > working with Autoscale are accessible via the AutoscaleApi. > +1. You can find these APIs in the latest > [Javadoc](http://demobox.github.com/jclouds-maven-site/latest/apidocs). > + > +### <a id="autoscale-source"></a>The Source Code > + > +1. Create the directory hierarchy > org/jclouds/examples/rackspace/clouddatabases/ in your jclouds directory. > +1. Create Java source files called CreateInstance.java and Constants.java in > the directory above.
CreateInstance -> CreatePolicy --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/32/files#r7654157
