> @@ -276,6 +277,48 @@ Note: When providing a java classpath in Windows, the 
> path separator is ';' inst
>  
>  In addition to the create database instance example, by going through the 
> clouddatabases example code, you will learn to create instances, databases, 
> and database users as well as delete and modify them. You will also learn how 
> to set up and access a database from the public internet over JDBC. You can 
> find the examples documentation here: [Examples 
> Documentation](https://github.com/jclouds/jclouds-examples/tree/master/rackspace)
>  
> +## <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).

If this is in jclouds-labs-openstack, link to 
http://javadocs-labs-openstack.jclouds.cloudbees.net/ instead? The other link 
is for the jclouds "main" Javadoc, which doesn't include this, I think.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/32/files#r7654135

Reply via email to