Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created July 29, 2014 22:10
Show Gist options
  • Save hub-cap/73ecee07f025212c41f4 to your computer and use it in GitHub Desktop.
Save hub-cap/73ecee07f025212c41f4 to your computer and use it in GitHub Desktop.
curl -i -s -d \
"{\"instance\": {
\"flavorRef\": \"1\",
\"name\": \"$name\",
\"datastore\": {\"type\": \"redis\"},
\"volume\": {\"size\":1}
}}" \
-H "X-Auth-Token: $token" \
-H "Content-Type: application/json" \
https://iad.databases.api.rackspacecloud.com/v1.0/INSERT_YOUR_TENANT_HERE/instances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment