How can I find info of Rackspace Cloud server from within itself?
Amazon AWS has it and its documented here: http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html?r=7479
|
How can I find info of Rackspace Cloud server from within itself? Amazon AWS has it and its documented here: http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html?r=7479
| |||
|
feedback
|
|
You could use the Rackspace Cloud Server API: http://www.rackspace.com/cloud/cloud_hosting_products/servers/api/ There's a python implementation here: http://packages.python.org/python-cloudservers/ or the command line tool is really useful too: http://jsquaredconsulting.com/blog/2010/11/rscurl-a-rackspace-cloud-server-command-line-tool/ That's the most practical link /\ | |||
|
feedback
|