Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.RequestEnvironmentInfo C# (CSharp) Method

RequestEnvironmentInfo() public method

Initiates a request to compile the specified type of information of the deployed environment.

Setting the InfoType to tail compiles the last lines from the application server log files of every Amazon EC2 instance in your environment.

Setting the InfoType to bundle compresses the application server log files for every Amazon EC2 instance into a .zip file. Legacy and .NET containers do not support bundle logs.

Use RetrieveEnvironmentInfo to obtain the set of logs.

Related Topics

public RequestEnvironmentInfo ( RequestEnvironmentInfoRequest request ) : Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoResponse
request Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoRequest Container for the necessary parameters to execute the RequestEnvironmentInfo service method.
return Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoResponse
        public RequestEnvironmentInfoResponse RequestEnvironmentInfo(RequestEnvironmentInfoRequest request)
        {
            var marshaller = new RequestEnvironmentInfoRequestMarshaller();
            var unmarshaller = RequestEnvironmentInfoResponseUnmarshaller.Instance;

            return Invoke<RequestEnvironmentInfoRequest,RequestEnvironmentInfoResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient