Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a website URL on which having some virtual machine.
on this website there is region and credentials box which having drop downlist
as shown below.

regions:us-east-1               credentials::prod
        us-west-1                            dev
                                             Process

from credentials drop downlist i select account like prod and dev and process.similarly i select
regions from drop downlist us-east-1 and us-west-1 .
after selection account and regions a page appear on website which having large no. of
virtual machine. Machine info shown on webpage like as below:


instanceid  states  type       locallunchtime         name
j-kg8a18cp  stop    p1.large   2015-01-20 5:20:00     dataserver
j-ju8b11dj  stop    v1.xlarge  2015-01-20 6:20:00     data sever


here locallunchtime show last start time. Machine can be sart and stop by right click
on entire row of machine info line.

now i want to get the state ,type, local lunchtime,stoptime from desktop time and
name of machine in database table.

Note:: local lunchtime column show only start time of machine not stop time.
Posted
Updated 20-Jan-15 5:24am
v2
Comments
Kornfeld Eliyahu Peter 20-Jan-15 12:26pm    

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900