Skip to content

Instantly share code, notes, and snippets.

@aldrinleal
Created August 23, 2012 12:16
Show Gist options
  • Save aldrinleal/3436138 to your computer and use it in GitHub Desktop.
Save aldrinleal/3436138 to your computer and use it in GitHub Desktop.
beanstalker 0.2.7-RC6 describe-environments json output
# Generated via mvn beanstalk:describe-environments -Dbeanstalk.outputFile=output.json
[ {
"environmentName" : "simple-service-2",
"environmentId" : "e-uipdfhhzxt",
"applicationName" : "ingenieux-simple-service",
"versionLabel" : "20120823083932",
"solutionStackName" : "32bit Amazon Linux running Tomcat 7",
"templateName" : null,
"description" : "",
"endpointURL" : "awseb-simple-service-2-1737521897.us-east-1.elb.amazonaws.com",
"dateCreated" : 1345719618848,
"dateUpdated" : 1345722079746,
"status" : "Ready",
"health" : "Green",
"resources" : {
"loadBalancer" : {
"loadBalancerName" : "awseb-simple-service-2",
"domain" : "awseb-simple-service-2-1737521897.us-east-1.elb.amazonaws.com",
"listeners" : [ {
"protocol" : "http",
"port" : 80
} ]
}
},
"cname" : "simple-service-2.elasticbeanstalk.com"
}, {
"environmentName" : "simple-service",
"environmentId" : "e-cu3wgchmcj",
"applicationName" : "ingenieux-simple-service",
"versionLabel" : "20120823083519",
"solutionStackName" : "64bit Amazon Linux running Tomcat 7",
"templateName" : null,
"description" : "Default environment for the ingenieux-simple-service application.",
"endpointURL" : "awseb-simple-service-576789558.us-east-1.elb.amazonaws.com",
"dateCreated" : 1345719279473,
"dateUpdated" : 1345721862146,
"status" : "Ready",
"health" : "Green",
"resources" : {
"loadBalancer" : {
"loadBalancerName" : "awseb-simple-service",
"domain" : "awseb-simple-service-576789558.us-east-1.elb.amazonaws.com",
"listeners" : [ {
"protocol" : "http",
"port" : 80
} ]
}
},
"cname" : "simple-service.elasticbeanstalk.com"
} ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment