12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109 |
- {
- "version": "1.0",
- "examples": {
- "AbortEnvironmentUpdate": [
- {
- "input": {
- "EnvironmentName": "my-env"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following code aborts a running application version deployment for an environment named my-env:",
- "id": "to-abort-a-deployment-1456267848227",
- "title": "To abort a deployment"
- }
- ],
- "CheckDNSAvailability": [
- {
- "input": {
- "CNAMEPrefix": "my-cname"
- },
- "output": {
- "Available": true,
- "FullyQualifiedCNAME": "my-cname.us-west-2.elasticbeanstalk.com"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation checks the availability of the subdomain my-cname:",
- "id": "to-check-the-availability-of-a-cname-1456268589537",
- "title": "To check the availability of a CNAME"
- }
- ],
- "CreateApplication": [
- {
- "input": {
- "ApplicationName": "my-app",
- "Description": "my application"
- },
- "output": {
- "Application": {
- "ApplicationName": "my-app",
- "ConfigurationTemplates": [
- ],
- "DateCreated": "2015-02-12T18:32:21.181Z",
- "DateUpdated": "2015-02-12T18:32:21.181Z",
- "Description": "my application"
- }
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation creates a new application named my-app:",
- "id": "to-create-a-new-application-1456268895683",
- "title": "To create a new application"
- }
- ],
- "CreateApplicationVersion": [
- {
- "input": {
- "ApplicationName": "my-app",
- "AutoCreateApplication": true,
- "Description": "my-app-v1",
- "Process": true,
- "SourceBundle": {
- "S3Bucket": "my-bucket",
- "S3Key": "sample.war"
- },
- "VersionLabel": "v1"
- },
- "output": {
- "ApplicationVersion": {
- "ApplicationName": "my-app",
- "DateCreated": "2015-02-03T23:01:25.412Z",
- "DateUpdated": "2015-02-03T23:01:25.412Z",
- "Description": "my-app-v1",
- "SourceBundle": {
- "S3Bucket": "my-bucket",
- "S3Key": "sample.war"
- },
- "VersionLabel": "v1"
- }
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation creates a new version (v1) of an application named my-app:",
- "id": "to-create-a-new-application-1456268895683",
- "title": "To create a new application"
- }
- ],
- "CreateConfigurationTemplate": [
- {
- "input": {
- "ApplicationName": "my-app",
- "EnvironmentId": "e-rpqsewtp2j",
- "TemplateName": "my-app-v1"
- },
- "output": {
- "ApplicationName": "my-app",
- "DateCreated": "2015-08-12T18:40:39Z",
- "DateUpdated": "2015-08-12T18:40:39Z",
- "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
- "TemplateName": "my-app-v1"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation creates a configuration template named my-app-v1 from the settings applied to an environment with the id e-rpqsewtp2j:",
- "id": "to-create-a-configuration-template-1456269283586",
- "title": "To create a configuration template"
- }
- ],
- "CreateEnvironment": [
- {
- "input": {
- "ApplicationName": "my-app",
- "CNAMEPrefix": "my-app",
- "EnvironmentName": "my-env",
- "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
- "VersionLabel": "v1"
- },
- "output": {
- "ApplicationName": "my-app",
- "CNAME": "my-app.elasticbeanstalk.com",
- "DateCreated": "2015-02-03T23:04:54.479Z",
- "DateUpdated": "2015-02-03T23:04:54.479Z",
- "EnvironmentId": "e-izqpassy4h",
- "EnvironmentName": "my-env",
- "Health": "Grey",
- "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
- "Status": "Launching",
- "Tier": {
- "Name": "WebServer",
- "Type": "Standard",
- "Version": " "
- },
- "VersionLabel": "v1"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation creates a new environment for version v1 of a java application named my-app:",
- "id": "to-create-a-new-environment-for-an-application-1456269380396",
- "title": "To create a new environment for an application"
- }
- ],
- "CreateStorageLocation": [
- {
- "output": {
- "S3Bucket": "elasticbeanstalk-us-west-2-0123456789012"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation creates a new environment for version v1 of a java application named my-app:",
- "id": "to-create-a-new-environment-for-an-application-1456269380396",
- "title": "To create a new environment for an application"
- }
- ],
- "DeleteApplication": [
- {
- "input": {
- "ApplicationName": "my-app"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation deletes an application named my-app:",
- "id": "to-delete-an-application-1456269699366",
- "title": "To delete an application"
- }
- ],
- "DeleteApplicationVersion": [
- {
- "input": {
- "ApplicationName": "my-app",
- "DeleteSourceBundle": true,
- "VersionLabel": "22a0-stage-150819_182129"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation deletes an application version named 22a0-stage-150819_182129 for an application named my-app:",
- "id": "to-delete-an-application-version-1456269792956",
- "title": "To delete an application version"
- }
- ],
- "DeleteConfigurationTemplate": [
- {
- "input": {
- "ApplicationName": "my-app",
- "TemplateName": "my-template"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation deletes a configuration template named my-template for an application named my-app:",
- "id": "to-delete-a-configuration-template-1456269836701",
- "title": "To delete a configuration template"
- }
- ],
- "DeleteEnvironmentConfiguration": [
- {
- "input": {
- "ApplicationName": "my-app",
- "EnvironmentName": "my-env"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation deletes a draft configuration for an environment named my-env:",
- "id": "to-delete-a-draft-configuration-1456269886654",
- "title": "To delete a draft configuration"
- }
- ],
- "DescribeApplicationVersions": [
- {
- "input": {
- "ApplicationName": "my-app",
- "VersionLabels": [
- "v2"
- ]
- },
- "output": {
- "ApplicationVersions": [
- {
- "ApplicationName": "my-app",
- "DateCreated": "2015-07-23T01:32:26.079Z",
- "DateUpdated": "2015-07-23T01:32:26.079Z",
- "Description": "update cover page",
- "SourceBundle": {
- "S3Bucket": "elasticbeanstalk-us-west-2-015321684451",
- "S3Key": "my-app/5026-stage-150723_224258.war"
- },
- "VersionLabel": "v2"
- },
- {
- "ApplicationName": "my-app",
- "DateCreated": "2015-07-23T22:26:10.816Z",
- "DateUpdated": "2015-07-23T22:26:10.816Z",
- "Description": "initial version",
- "SourceBundle": {
- "S3Bucket": "elasticbeanstalk-us-west-2-015321684451",
- "S3Key": "my-app/5026-stage-150723_222618.war"
- },
- "VersionLabel": "v1"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation retrieves information about an application version labeled v2:",
- "id": "to-view-information-about-an-application-version-1456269947428",
- "title": "To view information about an application version"
- }
- ],
- "DescribeApplications": [
- {
- "input": {
- },
- "output": {
- "Applications": [
- {
- "ApplicationName": "ruby",
- "ConfigurationTemplates": [
- ],
- "DateCreated": "2015-08-13T21:05:44.376Z",
- "DateUpdated": "2015-08-13T21:05:44.376Z",
- "Versions": [
- "Sample Application"
- ]
- },
- {
- "ApplicationName": "pythonsample",
- "ConfigurationTemplates": [
- ],
- "DateCreated": "2015-08-13T19:05:43.637Z",
- "DateUpdated": "2015-08-13T19:05:43.637Z",
- "Description": "Application created from the EB CLI using \"eb init\"",
- "Versions": [
- "Sample Application"
- ]
- },
- {
- "ApplicationName": "nodejs-example",
- "ConfigurationTemplates": [
- ],
- "DateCreated": "2015-08-06T17:50:02.486Z",
- "DateUpdated": "2015-08-06T17:50:02.486Z",
- "Versions": [
- "add elasticache",
- "First Release"
- ]
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation retrieves information about applications in the current region:",
- "id": "to-view-a-list-of-applications-1456270027373",
- "title": "To view a list of applications"
- }
- ],
- "DescribeConfigurationOptions": [
- {
- "input": {
- "ApplicationName": "my-app",
- "EnvironmentName": "my-env"
- },
- "output": {
- "Options": [
- {
- "ChangeSeverity": "NoInterruption",
- "DefaultValue": "30",
- "MaxValue": 300,
- "MinValue": 5,
- "Name": "Interval",
- "Namespace": "aws:elb:healthcheck",
- "UserDefined": false,
- "ValueType": "Scalar"
- },
- {
- "ChangeSeverity": "NoInterruption",
- "DefaultValue": "2000000",
- "MinValue": 0,
- "Name": "LowerThreshold",
- "Namespace": "aws:autoscaling:trigger",
- "UserDefined": false,
- "ValueType": "Scalar"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation retrieves descriptions of all available configuration options for an environment named my-env:",
- "id": "to-view-configuration-options-for-an-environment-1456276763917",
- "title": "To view configuration options for an environment"
- }
- ],
- "DescribeConfigurationSettings": [
- {
- "input": {
- "ApplicationName": "my-app",
- "EnvironmentName": "my-env"
- },
- "output": {
- "ConfigurationSettings": [
- {
- "ApplicationName": "my-app",
- "DateCreated": "2015-08-13T19:16:25Z",
- "DateUpdated": "2015-08-13T23:30:07Z",
- "DeploymentStatus": "deployed",
- "Description": "Environment created from the EB CLI using \"eb create\"",
- "EnvironmentName": "my-env",
- "OptionSettings": [
- {
- "Namespace": "aws:autoscaling:asg",
- "OptionName": "Availability Zones",
- "ResourceName": "AWSEBAutoScalingGroup",
- "Value": "Any"
- },
- {
- "Namespace": "aws:autoscaling:asg",
- "OptionName": "Cooldown",
- "ResourceName": "AWSEBAutoScalingGroup",
- "Value": "360"
- },
- {
- "Namespace": "aws:elb:policies",
- "OptionName": "ConnectionDrainingTimeout",
- "ResourceName": "AWSEBLoadBalancer",
- "Value": "20"
- },
- {
- "Namespace": "aws:elb:policies",
- "OptionName": "ConnectionSettingIdleTimeout",
- "ResourceName": "AWSEBLoadBalancer",
- "Value": "60"
- }
- ],
- "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- "abbreviated": "Output is abbreviated"
- }
- },
- "description": "The following operation retrieves configuration settings for an environment named my-env:",
- "id": "to-view-configurations-settings-for-an-environment-1456276924537",
- "title": "To view configurations settings for an environment"
- }
- ],
- "DescribeEnvironmentHealth": [
- {
- "input": {
- "AttributeNames": [
- "All"
- ],
- "EnvironmentName": "my-env"
- },
- "output": {
- "ApplicationMetrics": {
- "Duration": 10,
- "Latency": {
- "P10": 0.001,
- "P50": 0.001,
- "P75": 0.002,
- "P85": 0.003,
- "P90": 0.003,
- "P95": 0.004,
- "P99": 0.004,
- "P999": 0.004
- },
- "RequestCount": 45,
- "StatusCodes": {
- "Status2xx": 45,
- "Status3xx": 0,
- "Status4xx": 0,
- "Status5xx": 0
- }
- },
- "Causes": [
- ],
- "Color": "Green",
- "EnvironmentName": "my-env",
- "HealthStatus": "Ok",
- "InstancesHealth": {
- "Degraded": 0,
- "Info": 0,
- "NoData": 0,
- "Ok": 1,
- "Pending": 0,
- "Severe": 0,
- "Unknown": 0,
- "Warning": 0
- },
- "RefreshedAt": "2015-08-20T21:09:18Z"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation retrieves overall health information for an environment named my-env:",
- "id": "to-view-environment-health-1456277109510",
- "title": "To view environment health"
- }
- ],
- "DescribeEnvironmentResources": [
- {
- "input": {
- "EnvironmentName": "my-env"
- },
- "output": {
- "EnvironmentResources": {
- "AutoScalingGroups": [
- {
- "Name": "awseb-e-qu3fyyjyjs-stack-AWSEBAutoScalingGroup-QSB2ZO88SXZT"
- }
- ],
- "EnvironmentName": "my-env",
- "Instances": [
- {
- "Id": "i-0c91c786"
- }
- ],
- "LaunchConfigurations": [
- {
- "Name": "awseb-e-qu3fyyjyjs-stack-AWSEBAutoScalingLaunchConfiguration-1UUVQIBC96TQ2"
- }
- ],
- "LoadBalancers": [
- {
- "Name": "awseb-e-q-AWSEBLoa-1EEPZ0K98BIF0"
- }
- ],
- "Queues": [
- ],
- "Triggers": [
- ]
- }
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation retrieves information about resources in an environment named my-env:",
- "id": "to-view-information-about-the-aws-resources-in-your-environment-1456277206232",
- "title": "To view information about the AWS resources in your environment"
- }
- ],
- "DescribeEnvironments": [
- {
- "input": {
- "EnvironmentNames": [
- "my-env"
- ]
- },
- "output": {
- "Environments": [
- {
- "AbortableOperationInProgress": false,
- "ApplicationName": "my-app",
- "CNAME": "my-env.elasticbeanstalk.com",
- "DateCreated": "2015-08-07T20:48:49.599Z",
- "DateUpdated": "2015-08-12T18:16:55.019Z",
- "EndpointURL": "awseb-e-w-AWSEBLoa-1483140XB0Q4L-109QXY8121.us-west-2.elb.amazonaws.com",
- "EnvironmentId": "e-rpqsewtp2j",
- "EnvironmentName": "my-env",
- "Health": "Green",
- "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
- "Status": "Ready",
- "Tier": {
- "Name": "WebServer",
- "Type": "Standard",
- "Version": " "
- },
- "VersionLabel": "7f58-stage-150812_025409"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation retrieves information about an environment named my-env:",
- "id": "to-view-information-about-an-environment-1456277288662",
- "title": "To view information about an environment"
- }
- ],
- "DescribeEvents": [
- {
- "input": {
- "EnvironmentName": "my-env"
- },
- "output": {
- "Events": [
- {
- "ApplicationName": "my-app",
- "EnvironmentName": "my-env",
- "EventDate": "2015-08-20T07:06:53.535Z",
- "Message": "Environment health has transitioned from Info to Ok.",
- "Severity": "INFO"
- },
- {
- "ApplicationName": "my-app",
- "EnvironmentName": "my-env",
- "EventDate": "2015-08-20T07:06:02.049Z",
- "Message": "Environment update completed successfully.",
- "RequestId": "b7f3960b-4709-11e5-ba1e-07e16200da41",
- "Severity": "INFO"
- },
- {
- "ApplicationName": "my-app",
- "EnvironmentName": "my-env",
- "EventDate": "2015-08-13T19:16:27.561Z",
- "Message": "Using elasticbeanstalk-us-west-2-012445113685 as Amazon S3 storage bucket for environment data.",
- "RequestId": "ca8dfbf6-41ef-11e5-988b-651aa638f46b",
- "Severity": "INFO"
- },
- {
- "ApplicationName": "my-app",
- "EnvironmentName": "my-env",
- "EventDate": "2015-08-13T19:16:26.581Z",
- "Message": "createEnvironment is starting.",
- "RequestId": "cdfba8f6-41ef-11e5-988b-65638f41aa6b",
- "Severity": "INFO"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation retrieves events for an environment named my-env:",
- "id": "to-view-events-for-an-environment-1456277367589",
- "title": "To view events for an environment"
- }
- ],
- "DescribeInstancesHealth": [
- {
- "input": {
- "AttributeNames": [
- "All"
- ],
- "EnvironmentName": "my-env"
- },
- "output": {
- "InstanceHealthList": [
- {
- "ApplicationMetrics": {
- "Duration": 10,
- "Latency": {
- "P10": 0,
- "P50": 0.001,
- "P75": 0.002,
- "P85": 0.003,
- "P90": 0.004,
- "P95": 0.005,
- "P99": 0.006,
- "P999": 0.006
- },
- "RequestCount": 48,
- "StatusCodes": {
- "Status2xx": 47,
- "Status3xx": 0,
- "Status4xx": 1,
- "Status5xx": 0
- }
- },
- "Causes": [
- ],
- "Color": "Green",
- "HealthStatus": "Ok",
- "InstanceId": "i-08691cc7",
- "LaunchedAt": "2015-08-13T19:17:09Z",
- "System": {
- "CPUUtilization": {
- "IOWait": 0.2,
- "IRQ": 0,
- "Idle": 97.8,
- "Nice": 0.1,
- "SoftIRQ": 0.1,
- "System": 0.3,
- "User": 1.5
- },
- "LoadAverage": [
- 0,
- 0.02,
- 0.05
- ]
- }
- }
- ],
- "RefreshedAt": "2015-08-20T21:09:08Z"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation retrieves health information for instances in an environment named my-env:",
- "id": "to-view-environment-health-1456277424757",
- "title": "To view environment health"
- }
- ],
- "ListAvailableSolutionStacks": [
- {
- "output": {
- "SolutionStackDetails": [
- {
- "PermittedFileTypes": [
- "zip"
- ],
- "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Node.js"
- }
- ],
- "SolutionStacks": [
- "64bit Amazon Linux 2015.03 v2.0.0 running Node.js",
- "64bit Amazon Linux 2015.03 v2.0.0 running PHP 5.6",
- "64bit Amazon Linux 2015.03 v2.0.0 running PHP 5.5",
- "64bit Amazon Linux 2015.03 v2.0.0 running PHP 5.4",
- "64bit Amazon Linux 2015.03 v2.0.0 running Python 3.4",
- "64bit Amazon Linux 2015.03 v2.0.0 running Python 2.7",
- "64bit Amazon Linux 2015.03 v2.0.0 running Python",
- "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 2.2 (Puma)",
- "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 2.2 (Passenger Standalone)",
- "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 2.1 (Puma)",
- "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 2.1 (Passenger Standalone)",
- "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 2.0 (Puma)",
- "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 2.0 (Passenger Standalone)",
- "64bit Amazon Linux 2015.03 v2.0.0 running Ruby 1.9.3",
- "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
- "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 7 Java 7",
- "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 7 Java 6",
- "64bit Windows Server Core 2012 R2 running IIS 8.5",
- "64bit Windows Server 2012 R2 running IIS 8.5",
- "64bit Windows Server 2012 running IIS 8",
- "64bit Windows Server 2008 R2 running IIS 7.5",
- "64bit Amazon Linux 2015.03 v2.0.0 running Docker 1.6.2",
- "64bit Amazon Linux 2015.03 v2.0.0 running Multi-container Docker 1.6.2 (Generic)",
- "64bit Debian jessie v2.0.0 running GlassFish 4.1 Java 8 (Preconfigured - Docker)",
- "64bit Debian jessie v2.0.0 running GlassFish 4.0 Java 7 (Preconfigured - Docker)",
- "64bit Debian jessie v2.0.0 running Go 1.4 (Preconfigured - Docker)",
- "64bit Debian jessie v2.0.0 running Go 1.3 (Preconfigured - Docker)",
- "64bit Debian jessie v2.0.0 running Python 3.4 (Preconfigured - Docker)"
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation lists solution stacks for all currently available platform configurations and any that you have used in the past:",
- "id": "to-view-solution-stacks-1456277504811",
- "title": "To view solution stacks"
- }
- ],
- "RebuildEnvironment": [
- {
- "input": {
- "EnvironmentName": "my-env"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation terminates and recreates the resources in an environment named my-env:",
- "id": "to-rebuild-an-environment-1456277600918",
- "title": "To rebuild an environment"
- }
- ],
- "RequestEnvironmentInfo": [
- {
- "input": {
- "EnvironmentName": "my-env",
- "InfoType": "tail"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation requests logs from an environment named my-env:",
- "id": "to-request-tailed-logs-1456277657045",
- "title": "To request tailed logs"
- }
- ],
- "RestartAppServer": [
- {
- "input": {
- "EnvironmentName": "my-env"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation restarts application servers on all instances in an environment named my-env:",
- "id": "to-restart-application-servers-1456277739302",
- "title": "To restart application servers"
- }
- ],
- "RetrieveEnvironmentInfo": [
- {
- "input": {
- "EnvironmentName": "my-env",
- "InfoType": "tail"
- },
- "output": {
- "EnvironmentInfo": [
- {
- "Ec2InstanceId": "i-09c1c867",
- "InfoType": "tail",
- "Message": "https://elasticbeanstalk-us-west-2-0123456789012.s3.amazonaws.com/resources/environments/logs/tail/e-fyqyju3yjs/i-09c1c867/TailLogs-1440109397703.out?AWSAccessKeyId=AKGPT4J56IAJ2EUBL5CQ&Expires=1440195891&Signature=n%2BEalOV6A2HIOx4Rcfb7LT16bBM%3D",
- "SampleTimestamp": "2015-08-20T22:23:17.703Z"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation retrieves a link to logs from an environment named my-env:",
- "id": "to-retrieve-tailed-logs-1456277792734",
- "title": "To retrieve tailed logs"
- }
- ],
- "SwapEnvironmentCNAMEs": [
- {
- "input": {
- "DestinationEnvironmentName": "my-env-green",
- "SourceEnvironmentName": "my-env-blue"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation swaps the assigned subdomains of two environments:",
- "id": "to-swap-environment-cnames-1456277839438",
- "title": "To swap environment CNAMES"
- }
- ],
- "TerminateEnvironment": [
- {
- "input": {
- "EnvironmentName": "my-env"
- },
- "output": {
- "AbortableOperationInProgress": false,
- "ApplicationName": "my-app",
- "CNAME": "my-env.elasticbeanstalk.com",
- "DateCreated": "2015-08-12T18:52:53.622Z",
- "DateUpdated": "2015-08-12T19:05:54.744Z",
- "EndpointURL": "awseb-e-f-AWSEBLoa-1I9XUMP4-8492WNUP202574.us-west-2.elb.amazonaws.com",
- "EnvironmentId": "e-fh2eravpns",
- "EnvironmentName": "my-env",
- "Health": "Grey",
- "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
- "Status": "Terminating",
- "Tier": {
- "Name": "WebServer",
- "Type": "Standard",
- "Version": " "
- }
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation terminates an Elastic Beanstalk environment named my-env:",
- "id": "to-terminate-an-environment-1456277888556",
- "title": "To terminate an environment"
- }
- ],
- "UpdateApplication": [
- {
- "input": {
- "ApplicationName": "my-app",
- "Description": "my Elastic Beanstalk application"
- },
- "output": {
- "Application": {
- "ApplicationName": "my-app",
- "ConfigurationTemplates": [
- ],
- "DateCreated": "2015-08-13T19:15:50.449Z",
- "DateUpdated": "2015-08-20T22:34:56.195Z",
- "Description": "my Elastic Beanstalk application",
- "Versions": [
- "2fba-stage-150819_234450",
- "bf07-stage-150820_214945",
- "93f8",
- "fd7c-stage-150820_000431",
- "22a0-stage-150819_185942"
- ]
- }
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation updates the description of an application named my-app:",
- "id": "to-change-an-applications-description-1456277957075",
- "title": "To change an application's description"
- }
- ],
- "UpdateApplicationVersion": [
- {
- "input": {
- "ApplicationName": "my-app",
- "Description": "new description",
- "VersionLabel": "22a0-stage-150819_185942"
- },
- "output": {
- "ApplicationVersion": {
- "ApplicationName": "my-app",
- "DateCreated": "2015-08-19T18:59:17.646Z",
- "DateUpdated": "2015-08-20T22:53:28.871Z",
- "Description": "new description",
- "SourceBundle": {
- "S3Bucket": "elasticbeanstalk-us-west-2-0123456789012",
- "S3Key": "my-app/22a0-stage-150819_185942.war"
- },
- "VersionLabel": "22a0-stage-150819_185942"
- }
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation updates the description of an application version named 22a0-stage-150819_185942:",
- "id": "to-change-an-application-versions-description-1456278019237",
- "title": "To change an application version's description"
- }
- ],
- "UpdateConfigurationTemplate": [
- {
- "input": {
- "ApplicationName": "my-app",
- "OptionsToRemove": [
- {
- "Namespace": "aws:elasticbeanstalk:healthreporting:system",
- "OptionName": "ConfigDocument"
- }
- ],
- "TemplateName": "my-template"
- },
- "output": {
- "ApplicationName": "my-app",
- "DateCreated": "2015-08-20T22:39:31Z",
- "DateUpdated": "2015-08-20T22:43:11Z",
- "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
- "TemplateName": "my-template"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation removes the configured CloudWatch custom health metrics configuration ConfigDocument from a saved configuration template named my-template:",
- "id": "to-update-a-configuration-template-1456278075300",
- "title": "To update a configuration template"
- }
- ],
- "UpdateEnvironment": [
- {
- "input": {
- "EnvironmentName": "my-env",
- "VersionLabel": "v2"
- },
- "output": {
- "ApplicationName": "my-app",
- "CNAME": "my-env.elasticbeanstalk.com",
- "DateCreated": "2015-02-03T23:04:54.453Z",
- "DateUpdated": "2015-02-03T23:12:29.119Z",
- "EndpointURL": "awseb-e-i-AWSEBLoa-1RDLX6TC9VUAO-0123456789.us-west-2.elb.amazonaws.com",
- "EnvironmentId": "e-szqipays4h",
- "EnvironmentName": "my-env",
- "Health": "Grey",
- "SolutionStackName": "64bit Amazon Linux running Tomcat 7",
- "Status": "Updating",
- "Tier": {
- "Name": "WebServer",
- "Type": "Standard",
- "Version": " "
- },
- "VersionLabel": "v2"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation updates an environment named \"my-env\" to version \"v2\" of the application to which it belongs:",
- "id": "to-update-an-environment-to-a-new-version-1456278210718",
- "title": "To update an environment to a new version"
- },
- {
- "input": {
- "EnvironmentName": "my-env",
- "OptionSettings": [
- {
- "Namespace": "aws:elb:healthcheck",
- "OptionName": "Interval",
- "Value": "15"
- },
- {
- "Namespace": "aws:elb:healthcheck",
- "OptionName": "Timeout",
- "Value": "8"
- },
- {
- "Namespace": "aws:elb:healthcheck",
- "OptionName": "HealthyThreshold",
- "Value": "2"
- },
- {
- "Namespace": "aws:elb:healthcheck",
- "OptionName": "UnhealthyThreshold",
- "Value": "3"
- }
- ]
- },
- "output": {
- "AbortableOperationInProgress": true,
- "ApplicationName": "my-app",
- "CNAME": "my-env.elasticbeanstalk.com",
- "DateCreated": "2015-08-07T20:48:49.599Z",
- "DateUpdated": "2015-08-12T18:15:23.804Z",
- "EndpointURL": "awseb-e-w-AWSEBLoa-14XB83101Q4L-104QXY80921.sa-east-1.elb.amazonaws.com",
- "EnvironmentId": "e-wtp2rpqsej",
- "EnvironmentName": "my-env",
- "Health": "Grey",
- "SolutionStackName": "64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8",
- "Status": "Updating",
- "Tier": {
- "Name": "WebServer",
- "Type": "Standard",
- "Version": " "
- },
- "VersionLabel": "7f58-stage-150812_025409"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation configures several options in the aws:elb:loadbalancer namespace:",
- "id": "to-configure-option-settings-1456278286349",
- "title": "To configure option settings"
- }
- ],
- "ValidateConfigurationSettings": [
- {
- "input": {
- "ApplicationName": "my-app",
- "EnvironmentName": "my-env",
- "OptionSettings": [
- {
- "Namespace": "aws:elasticbeanstalk:healthreporting:system",
- "OptionName": "ConfigDocument",
- "Value": "{\"CloudWatchMetrics\": {\"Environment\": {\"ApplicationLatencyP99.9\": null,\"InstancesSevere\": 60,\"ApplicationLatencyP90\": 60,\"ApplicationLatencyP99\": null,\"ApplicationLatencyP95\": 60,\"InstancesUnknown\": 60,\"ApplicationLatencyP85\": 60,\"InstancesInfo\": null,\"ApplicationRequests2xx\": null,\"InstancesDegraded\": null,\"InstancesWarning\": 60,\"ApplicationLatencyP50\": 60,\"ApplicationRequestsTotal\": null,\"InstancesNoData\": null,\"InstancesPending\": 60,\"ApplicationLatencyP10\": null,\"ApplicationRequests5xx\": null,\"ApplicationLatencyP75\": null,\"InstancesOk\": 60,\"ApplicationRequests3xx\": null,\"ApplicationRequests4xx\": null},\"Instance\": {\"ApplicationLatencyP99.9\": null,\"ApplicationLatencyP90\": 60,\"ApplicationLatencyP99\": null,\"ApplicationLatencyP95\": null,\"ApplicationLatencyP85\": null,\"CPUUser\": 60,\"ApplicationRequests2xx\": null,\"CPUIdle\": null,\"ApplicationLatencyP50\": null,\"ApplicationRequestsTotal\": 60,\"RootFilesystemUtil\": null,\"LoadAverage1min\": null,\"CPUIrq\": null,\"CPUNice\": 60,\"CPUIowait\": 60,\"ApplicationLatencyP10\": null,\"LoadAverage5min\": null,\"ApplicationRequests5xx\": null,\"ApplicationLatencyP75\": 60,\"CPUSystem\": 60,\"ApplicationRequests3xx\": 60,\"ApplicationRequests4xx\": null,\"InstanceHealth\": null,\"CPUSoftirq\": 60}},\"Version\": 1}"
- }
- ]
- },
- "output": {
- "Messages": [
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following operation validates a CloudWatch custom metrics config document:",
- "id": "to-validate-configuration-settings-1456278393654",
- "title": "To validate configuration settings"
- }
- ]
- }
- }
|