Skip to content

Instantly share code, notes, and snippets.

@srid
Created May 17, 2013 21:38
Show Gist options
  • Save srid/5602169 to your computer and use it in GitHub Desktop.
Save srid/5602169 to your computer and use it in GitHub Desktop.
Request PUT, application/json: https://api.stackato-nightly.activestate.com/apps/env -query {
"env" : ["FOO=bar"],
"instances" : "1",
"meta" : {
"console" : "null",
"created" : "1368826688", "debug" : "null",
"version" : "4" }, "name" : "env",
"resources" : {
"disk" : "2048",
"fds" : "256",
"memory" : "512",
"sudo" : "true"
},
"runningInstances" : "0",
"services" : [],
"staging" : { "model" : "buildpack",
"stack" : "python27"
},
"state" : "STARTED",
"uris" : ["env.stackato-nightly.activestate.com"],
"version" : "12e1ca3b3fe29062642996aaddc6734261b388ec-1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment