You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2014/06/19 13:34:24 UTC

[jira] [Closed] (JCLOUDS-605) Gogrid api crashes when waiting for server to be created

     [ https://issues.apache.org/jira/browse/JCLOUDS-605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Gaul closed JCLOUDS-605.
-------------------------------

    Resolution: Duplicate

Duplicate of JCLOUDS-604.

> Gogrid api crashes when waiting for server to be created
> --------------------------------------------------------
>
>                 Key: JCLOUDS-605
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-605
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-compute
>    Affects Versions: 1.7.3
>         Environment: $ java -version
> java version "1.7.0_21"
> Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
> Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
>            Reporter: Ruben Rubio Rey
>
> When creating a new server with GoGrid API, the api crashes when waiting for the server to be built. 
> Java Code (Problematic line is " nodes = computeService.createNodesInGroup("testingserver", 1, template);")
>         Properties overrides = new Properties();
>         overrides.setProperty(ComputeServiceProperties.POLL_INITIAL_PERIOD, POLL_PERIOD_TWENTY_SECONDS);
>         overrides.setProperty(ComputeServiceProperties.POLL_MAX_PERIOD, POLL_PERIOD_TWENTY_SECONDS);
>         Iterable<Module> modules = ImmutableSet.<Module> of(new SshjSshClientModule(), new SLF4JLoggingModule());
>         ComputeServiceContext context;
>         try {
>             context = ContextBuilder.newBuilder("gogrid")
>                     .credentials("keyid26fe74ec95c", "password")
>                     .modules(modules)
>                     .overrides(overrides)
>                     .buildView(ComputeServiceContext.class);
>         } catch (Exception e) {
>             context = null;
>             log.error("Error while creating ComputeServiceContext ", e);
>         }
>         ComputeService computeService = context.getComputeService();
>         Template template = computeService.templateBuilder()
>                 .locationId("1")
>                 .imageId("21532")
>                 .hardwareId("2")
>                 .build();
>         Set<? extends NodeMetadata> nodes;
>         nodes = computeService.createNodesInGroup("testingserver", 1, template);
>         for (NodeMetadata nodeMetadata : nodes) {
>             String publicAddress = nodeMetadata.getPublicAddresses().iterator().next();
>             String username = nodeMetadata.getCredentials().getUser();
>             String password = nodeMetadata.getCredentials().getPassword();
>             log.info("publicAddress " + publicAddress);
>             log.info("username " + username);
>             log.info("password " + password);
>         }
> Logs:
> 19:26:05.257 DEBUG org.jclouds.rest.internal.InvokeHttpMethod:59 - >> invoking GridServerApi.getDatacenters
> 19:26:05.277 DEBUG jclouds.signature:59 - << GET https://api.gogrid.com/api/common/lookup/list?v=1.6&lookup=server.datacenter&sig=70e99fbfa850cb6d6585e7ddfbb6caf0&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:05.279 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Sending request -76403990: GET https://api.gogrid.com/api/common/lookup/list?v=1.6&lookup=server.datacenter&sig=70e99fbfa850cb6d6585e7ddfbb6caf0&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:05.280 DEBUG jclouds.headers:59 - >> GET https://api.gogrid.com/api/common/lookup/list?v=1.6&lookup=server.datacenter&sig=70e99fbfa850cb6d6585e7ddfbb6caf0&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:07.036 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Receiving response -76403990: HTTP/1.1 200 OK
> 19:26:07.038 DEBUG jclouds.headers:59 - << HTTP/1.1 200 OK
> 19:26:07.039 DEBUG jclouds.headers:59 - << Content-type: text/html
> 19:26:07.040 DEBUG jclouds.headers:59 - << Date: Thu, 19 Jun 2014 09:26:06 GMT
> 19:26:07.041 DEBUG jclouds.headers:59 - << Set-Cookie: JSESSIONID=AA046619E3B78A4F82708FDB00FD196F; Path=/api; Secure
> 19:26:07.042 DEBUG jclouds.headers:59 - << X-Mashery-Responder: prod-p-worker-lax-02.mashery.com
> 19:26:07.043 DEBUG jclouds.headers:59 - << Accept-Ranges: bytes
> 19:26:07.044 DEBUG jclouds.headers:59 - << Server: Apache-Coyote/1.1
> 19:26:07.045 DEBUG jclouds.headers:59 - << Content-Type: text/html
> 19:26:07.046 DEBUG jclouds.headers:59 - << Content-Length: 367
> 19:26:07.060 DEBUG jclouds.wire:59 - << "{"summary":{"total":3,"start":0,"numpages":0,"returned":3},"status":"success","method":"/common/lookup/list","list":[{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},{"id":2,"description":"US East 1 Datacenter","name":"US-East-1","object":"option"},{"id":3,"description":"EU-West-1 Datacenter","name":"EU-West-1","object":"option"}]}"
> 19:26:07.092 DEBUG jclouds.compute:59 - >> searching params({imageId=21532, locationId=1, hardwareId=2})
> 19:26:07.104 DEBUG org.jclouds.rest.internal.InvokeHttpMethod:59 - >> invoking GridImageApi.getImageList
> 19:26:07.106 DEBUG jclouds.signature:59 - << GET https://api.gogrid.com/api/grid/image/list?v=1.5&sig=19486949ffbc6dee9e90badbcdd2a605&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:07.107 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Sending request -1193611903: GET https://api.gogrid.com/api/grid/image/list?v=1.5&sig=19486949ffbc6dee9e90badbcdd2a605&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:07.109 DEBUG jclouds.headers:59 - >> GET https://api.gogrid.com/api/grid/image/list?v=1.5&sig=19486949ffbc6dee9e90badbcdd2a605&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:10.667 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Receiving response -1193611903: HTTP/1.1 200 OK
> 19:26:10.668 DEBUG jclouds.headers:59 - << HTTP/1.1 200 OK
> 19:26:10.670 DEBUG jclouds.headers:59 - << Content-type: text/html
> 19:26:10.671 DEBUG jclouds.headers:59 - << Date: Thu, 19 Jun 2014 09:26:08 GMT
> 19:26:10.672 DEBUG jclouds.headers:59 - << X-Original-Transfer-Encoding: chunked
> 19:26:10.673 DEBUG jclouds.headers:59 - << Set-Cookie: JSESSIONID=60FC08DFAF95DC6EBE4E0B76D1851D59; Path=/api; Secure
> 19:26:10.674 DEBUG jclouds.headers:59 - << X-Mashery-Responder: prod-p-worker-lax-02.mashery.com
> 19:26:10.675 DEBUG jclouds.headers:59 - << Accept-Ranges: bytes
> 19:26:10.676 DEBUG jclouds.headers:59 - << Server: Apache-Coyote/1.1
> 19:26:10.677 DEBUG jclouds.headers:59 - << Content-Type: text/html
> 19:26:10.678 DEBUG jclouds.headers:59 - << Content-Length: 199094
> 19:26:11.799 DEBUG jclouds.wire:59 - << "{"summary":{"total":226,"start":0,"numpages":0,"returned":226},"status":"success","method":"/grid/image/list","list":[{"os":{"id":1,"description":"Windows 2003 Standard (32-bit)","name":"Windows 2003 Standard (32 bit)","object":"option"},"createdTime":1205305200000,"location":"gogrid/GSI-52ab55ea-7e2a-4e13-bf33-ff39021ab1b3.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2003 (32-bit) w/ MSSQL 2005 Workgroup","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":1,"price":0,"name":"Windows 2003 Standard (32 bit)","object":"billingtoken"},{"id":6,"price":100,"name":"SQL Server 2005 Workgroup Edition 1 Proc (32-bit)","object":"billingtoken"}],"type":{"id":2,"description":"Database Server","name":"Database Server","object":"option"},"id":6,"isActive":true,"price":100,"description":"Windows 2003 (32-bit) w/ MSSQL 2005 Workgroup","name":"w2k3r2_32_mssql2k5wg","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1316119829098},{"os":{"id":1,"description":"Windows 2003 Standard (32-bit)","name":"Windows 2003 Standard (32 bit)","object":"option"},"createdTime":1205305200000,"location":"gogrid/GSI-e6eaad6c-604a-4c47-9b2b-9f4875321737.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2003 (32-bit) w/ MSSQL 2005 Standard","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":1,"price":0,"name":"Windows 2003 Standard (32 bit)","object":"billingtoken"},{"id":8,"price":390,"name":"SQL Server 2005 Standard Edition 1 Proc (32-bit)","object":"billingtoken"}],"type":{"id":2,"description":"Database Server","name":"Database Server","object":"option"},"id":7,"isActive":true,"price":390,"description":"Windows 2003 (32-bit) w/ MSSQL 2005 Standard","name":"w2k3r2_32_mssql2k5std","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1316119848456},{"os":{"id":12,"description":"Windows 2008 Server (64-bit)","name":"Windows 2008 Server (64-bit)","object":"option"},"createdTime":1220598000000,"location":"gogrid/GSI-e17244ba-da94-4975-b27e-e381c174f493.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2008 Server (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":12,"price":0,"name":"Windows 2008 Server (64-bit)","object":"billingtoken"},{"id":63,"price":0,"name":"None (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":33,"isActive":true,"price":0,"description":"Windows 2008 Server (64-bit) w/ None","name":"w2k8_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1246000000000},{"os":{"id":11,"description":"Windows 2008 Server (32-bit)","name":"Windows 2008 Server (32-bit)","object":"option"},"createdTime":1233129600000,"location":"gogrid/GSI-453cdc37-7149-4e23-b1c3-163e5f49577b.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2008 Server (32-bit) w/ IIS 7.0 + FastCGI + MSSQL 2008 R2 Express","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":11,"price":0,"name":"Windows 2008 Server (32-bit)","object":"billingtoken"},{"id":88,"price":0,"name":"IIS 7.0 + FastCGI + MSSQL 2008 Express (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":65,"isActive":true,"price":0,"description":"Windows 2008 (32-bit) w/ IIS 7.0 + FastCGI + MSSQL 2008 Express","name":"w2k8_32_iis_fast_mssql2k8r2xp","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1272305704405},{"os":{"id":2,"description":"Windows 2003 Standard (64-bit)","name":"Windows 2003 Standard (64-bit)","object":"option"},"createdTime":1233129600000,"location":"gogrid/GSI-d40b4af8-f411-44bf-9350-6b05694c0140.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2003 (64-bit) w/ MSSQL 2008 Workgroup","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":2,"price":0,"name":"Windows 2003 Standard (64-bit)","object":"billingtoken"},{"id":89,"price":100,"name":"SQL Server 2008 Workgroup (64-bit)","object":"billingtoken"}],"type":{"id":2,"description":"Database Server","name":"Database Server","object":"option"},"id":66,"isActive":true,"price":100,"description":"Windows 2003 (64-bit) w/ MSSQL 2008 Workgroup","name":"w2k3r2_64_mssql2k8wg","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1246000000000},{"os":{"id":2,"description":"Windows 2003 Standard (64-bit)","name":"Windows 2003 Standard (64-bit)","object":"option"},"createdTime":1233129600000,"location":"gogrid/GSI-de66c77d-1b90-433b-9227-52206babdfd2.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2003 (64-bit) w/ MSSQL 2008 Standard","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":2,"price":0,"name":"Windows 2003 Standard (64-bit)","object":"billingtoken"},{"id":90,"price":390,"name":"SQL Server 2008 Standard (64-bit)","object":"billingtoken"}],"type":{"id":2,"description":"Database Server","name":"Database Server","object":"option"},"id":67,"isActive":true,"price":390,"description":"Windows 2003 (64-bit) w/ MSSQL 2008 Standard","name":"w2k3r2_64_mssql2k8std","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1246000000000},{"os":{"id":12,"description":"Windows 2008 Server (64-bit)","name":"Windows 2008 Server (64-bit)","object":"option"},"createdTime":1233129600000,"location":"gogrid/GSI-39a814b7-dcec-4496-a4ed-3a0bd3b68409.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2008 Server (64-bit) w/ MSSQL 2008 R2 Workgroup","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":12,"price":0,"name":"Windows 2008 Server (64-bit)","object":"billingtoken"},{"id":200,"price":100,"name":"SQL Server 2008 R2 Workgroup (64-bit)","object":"billingtoken"}],"type":{"id":2,"description":"Database Server","name":"Database Server","object":"option"},"id":68,"isActive":true,"price":100,"description":"Windows 2008 (64-bit) w/ MSSQL 2008 Workgroup","name":"w2k8_64_mssql2k8r2wg","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1246000000000},{"os":{"id":12,"description":"Windows 2008 Server (64-bit)","name":"Windows 2008 Server (64-bit)","object":"option"},"createdTime":1233129600000,"location":"gogrid/GSI-bae384b9-d0cc-4735-b0a3-3521a6623769.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2008 Server (64-bit) w/ MSSQL 2008 R2 Standard","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":12,"price":0,"name":"Windows 2008 Server (64-bit)","object":"billingtoken"},{"id":90,"price":390,"name":"SQL Server 2008 Standard (64-bit)","object":"billingtoken"}],"type":{"id":2,"description":"Database Server","name":"Database Server","object":"option"},"id":69,"isActive":true,"price":390,"description":"Windows 2008 (64-bit) w/ MSSQL 2008 Standard","name":"w2k8_64_mssql2k8r2std","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1246000000000},{"os":{"id":2,"description":"Windows 2003 Standard (64-bit)","name":"Windows 2003 Standard (64-bit)","object":"option"},"location":"23957/GSI-3e3a20e6-3e11-47e2-b516-11b1dfd77bd6.img","createdTime":1256053105075,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"2003 x64 WIMP","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":2,"price":0,"name":"Windows 2003 Standard (64-bit)","object":"billingtoken"},{"id":20,"price":0,"name":"IIS 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":852,"isActive":true,"price":0,"name":"GSI-3e3a20e6-3e11-47e2-b516-11b1dfd77bd6","owner":{"id":23957,"name":"LANfire Systems","object":"customer"},"updatedTime":1314304788527},{"os":{"id":1,"description":"Windows 2003 Standard (32-bit)","name":"Windows 2003 Standard (32 bit)","object":"option"},"location":"gogrid/GSI-a12a75ec-6c75-4356-9d80-296263185c7c.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2003 Server R2 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":1,"price":0,"name":"Windows 2003 Standard (32 bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":1057,"isActive":true,"price":0,"description":"Windows 2003 Server R2 (32-bit) w/ None","name":"win2k3r2_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1316119888893},{"os":{"id":2,"description":"Windows 2003 Standard (64-bit)","name":"Windows 2003 Standard (64-bit)","object":"option"},"location":"gogrid/GSI-de0914a9-dbef-45dc-85d7-f6aea55203cb.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2003 Server R2 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":2,"price":0,"name":"Windows 2003 Standard (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":1058,"isActive":true,"price":0,"description":"Windows 2003 Server R2 (64-bit) w/ None","name":"win2k3r2_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"}},{"os":{"id":11,"description":"Windows 2008 Server (32-bit)","name":"Windows 2008 Server (32-bit)","object":"option"},"location":"gogrid/GSI-dd883256-740a-40d5-87f1-e8ce93692c12.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2008 Server (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":11,"price":0,"name":"Windows 2008 Server (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":1059,"isActive":true,"price":0,"description":"Windows 2008 Server (32-bit) w/ None","name":"win2k8_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1272305738924},{"os":{"id":13,"description":"CentOS 5.2 (32-bit)","name":"CentOS 5.2 (32-bit)","object":"option"},"createdTime":1260309801693,"location":"20314/GSI-6a606162-a8ae-4a53-929a-bd948fe156b9.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Tap In Systems Cloud Management: Monitoring and Auto-Scaling","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":13,"price":0,"name":"CentOS 5.2 (32-bit)","object":"billingtoken"},{"id":92,"price":349.99,"name":"Tap In System CMS (32-bit CentOS)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":1604,"isActive":true,"price":349.99,"description":"Tap In Systems Cloud Management Server","name":"GSI-6a606162-a8ae-4a53-929a-bd948fe156b9","owner":{"id":20314,"name":"Tap In Systems","object":"customer"},"updatedTime":1264461367221},{"os":{"id":11,"description":"Windows 2008 Server (32-bit)","name":"Windows 2008 Server (32-bit)","object":"option"},"createdTime":1264491830167,"location":"26794/GSI-05f8289e-0ced-4835-a3df-310261cc8fca.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Partenos win2k8 IIS7 SQL2008 Ent","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":11,"price":0,"name":"Windows 2008 Server (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":2384,"isActive":true,"price":0,"description":"Windows 2008 with IIS and SEL server 2008 Enterprise","name":"GSI-05f8289e-0ced-4835-a3df-310261cc8fca","owner":{"id":26794,"name":"Partenos","object":"customer"},"updatedTime":1292442844499},{"os":{"id":12,"description":"Windows 2008 Server (64-bit)","name":"Windows 2008 Server (64-bit)","object":"option"},"createdTime":1265494949762,"location":"26910/GSI-0fcdac48-d95b-4809-87fa-af201d307ad2.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2008 Server (64bit) w/ ZPanelCP","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":12,"price":0,"name":"Windows 2008 Server (64-bit)","object":"billingtoken"},{"id":177,"price":0,"name":"zpanel","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":2508,"isActive":true,"price":0,"description":"Windows 2008 Server (64bit) w/ ZPanel Hosting Control Panel","name":"GSI-0fcdac48-d95b-4809-87fa-af201d307ad2","owner":{"id":26910,"name":"ZPanel Development Project","object":"customer"},"updatedTime":1288202197040},{"os":{"id":11,"description":"Windows 2008 Server (32-bit)","name":"Windows 2008 Server (32-bit)","object":"option"},"createdTime":1276103726045,"location":"27541/GSI-1c8bafec-c888-4889-9421-35a1fb749ab7.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Toad Spotlight w MySQL","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":11,"price":0,"name":"Windows 2008 Server (32-bit)","object":"billingtoken"},{"id":175,"price":0,"name":"Toad Spotlight for MySQL","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":3634,"isActive":true,"price":0,"description":"Win2008,MySQL, Toad for MySQL, Spotlight for MySQL","name":"GSI-1c8bafec-c888-4889-9421-35a1fb749ab7","owner":{"id":27541,"name":"Quest Software","object":"customer"},"updatedTime":1285783858841},{"os":{"id":16,"description":"CentOS 5.3 (32-bit)","name":"CentOS 5.3 (32-bit)","object":"option"},"createdTime":1276801665127,"location":"28417/GSI-00ca58a5-42ae-4654-b011-b5520ee9d1fa.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Hedgehog 3.5.2 - Centos","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":16,"price":0,"name":"CentOS 5.3 (32-bit)","object":"billingtoken"},{"id":150,"price":0,"name":"Sentrigo Hedgehog CentOS","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":3741,"isActive":true,"price":0,"description":"Hedgehog 3.5.2 Server and Sensor with Oracle Express on Centos 5.3","name":"GSI-00ca58a5-42ae-4654-b011-b5520ee9d1fa","owner":{"id":28417,"name":"Sentrigo","object":"customer"},"updatedTime":1276881975853},{"os":{"id":16,"description":"CentOS 5.3 (32-bit)","name":"CentOS 5.3 (32-bit)","object":"option"},"createdTime":1276803266233,"location":"28417/GSI-0ab809be-91fc-4a5b-a16e-93a8d608c8ae.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Hedgehog 3.5.2 - Server Only","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":16,"price":0,"name":"CentOS 5.3 (32-bit)","object":"billingtoken"},{"id":151,"price":0,"name":"Sentrigo Hedgehog Server Only","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":3744,"isActive":true,"price":0,"description":"Hedgehog 3.5.3 Server Only image.","name":"GSI-0ab809be-91fc-4a5b-a16e-93a8d608c8ae","owner":{"id":28417,"name":"Sentrigo","object":"customer"},"updatedTime":1276881989853},{"os":{"id":11,"description":"Windows 2008 Server (32-bit)","name":"Windows 2008 Server (32-bit)","object":"option"},"createdTime":1276807268391,"location":"28417/GSI-6080d8f9-7808-4d88-9106-97ac9ca0153d.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Hedgehog 3.5.2 - Windows 2008","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":11,"price":0,"name":"Windows 2008 Server (32-bit)","object":"billingtoken"},{"id":152,"price":0,"name":"Sentrigo Hedgehog Windows 2008","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":3745,"isActive":true,"price":0,"description":"Hedgehog 3.5.2 Server and Sensor on Windows Server 2008 with express versions of Oracle and MS SQL","name":"GSI-6080d8f9-7808-4d88-9106-97ac9ca0153d","owner":{"id":28417,"name":"Sentrigo","object":"customer"},"updatedTime":1276881998831},{"os":{"id":1,"description":"Windows 2003 Standard (32-bit)","name":"Windows 2003 Standard (32 bit)","object":"option"},"createdTime":1277167947231,"location":"28086/GSI-8ce025f8-39c7-4d05-bb90-6ca2dd712772.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Aneka.Worker.Windows.V2","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":1,"price":0,"name":"Windows 2003 Standard (32 bit)","object":"billingtoken"},{"id":174,"price":0,"name":"Manjrsoft Aneka","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":3821,"isActive":true,"price":0,"description":"","name":"GSI-8ce025f8-39c7-4d05-bb90-6ca2dd712772","owner":{"id":28086,"name":"Manjrasoft","object":"customer"},"updatedTime":1285782802726},{"os":{"id":1,"description":"Windows 2003 Standard (32-bit)","name":"Windows 2003 Standard (32 bit)","object":"option"},"createdTime":1277171495109,"location":"28086/GSI-759e0416-0cfc-4252-99fd-ad0d47d73ee4.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Aneka.Master.Windows.V2","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":1,"price":0,"name":"Windows 2003 Standard (32 bit)","object":"billingtoken"},{"id":174,"price":0,"name":"Manjrsoft Aneka","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":3824,"isActive":true,"price":0,"description":"The Aneka V2.0 Master Image for Windows Platform","name":"GSI-759e0416-0cfc-4252-99fd-ad0d47d73ee4","owner":{"id":28086,"name":"Manjrasoft","object":"customer"},"updatedTime":1285782788152},{"os":{"id":12,"description":"Windows 2008 Server (64-bit)","name":"Windows 2008 Server (64-bit)","object":"option"},"createdTime":1278032736781,"location":"26121/GSI-9e99f9b5-e38a-445b-86d9-8b4df0568c93.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"InfiniteGraph 0.90 W2K8-64  (Distributed Database)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":12,"price":0,"name":"Windows 2008 Server (64-bit)","object":"billingtoken"},{"id":155,"price":0,"name":"InfiniteGraph","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":3936,"isActive":true,"price":0,"description":"InfiniteGraph 0.90 Windows 2008 Server R2 64-bit","name":"GSI-9e99f9b5-e38a-445b-86d9-8b4df0568c93","owner":{"id":26121,"name":"Objectivity, Inc.","object":"customer"},"updatedTime":1287766020873},{"os":{"id":18,"description":"RHEL 5.4 (32-bit)","name":"RHEL 5.4 (32-bit)","object":"option"},"createdTime":1278434157598,"location":"26121/GSI-c79cadb4-a2e5-44ed-b98e-2a6b90c77a9c.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"InfiniteGraph 0.90 RHEL5.4-32 (Distributed Database)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":18,"price":0,"name":"RHEL 5.4 (32-bit)","object":"billingtoken"},{"id":155,"price":0,"name":"InfiniteGraph","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":3963,"isActive":true,"price":0,"description":"InfiniteGraph 0.90 RHEL 5.4 32-bit","name":"GSI-c79cadb4-a2e5-44ed-b98e-2a6b90c77a9c","owner":{"id":26121,"name":"Objectivity, Inc.","object":"customer"},"updatedTime":1287766027176},{"os":{"id":19,"description":"RHEL 5.4 (64-bit)","name":"RHEL 5.4 (64-bit)","object":"option"},"createdTime":1278454833975,"location":"26121/GSI-6ec25c93-69eb-4797-807f-ea49f1d6a36a.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"InfiniteGraph 0.90 RHEL5.4-64 (Distributed Database)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":19,"price":0,"name":"RHEL 5.4 (64-bit)","object":"billingtoken"},{"id":155,"price":0,"name":"InfiniteGraph","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":3969,"isActive":true,"price":0,"description":"InfiniteGraph 0.90 (64-bit) on RHEL 5.4","name":"GSI-6ec25c93-69eb-4797-807f-ea49f1d6a36a","owner":{"id":26121,"name":"Objectivity, Inc.","object":"customer"},"updatedTime":1287766035209},{"os":{"id":11,"description":"Windows 2008 Server (32-bit)","name":"Windows 2008 Server (32-bit)","object":"option"},"createdTime":1278457416453,"location":"26121/GSI-4c47c149-0f0d-4d37-87e8-fa594f4aad4b.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"InfiniteGraph 0.90 W2K8-32 (Distributed Database)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":11,"price":0,"name":"Windows 2008 Server (32-bit)","object":"billingtoken"},{"id":155,"price":0,"name":"InfiniteGraph","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":3970,"isActive":true,"price":0,"description":"InfiniteGraph 0.90 on Windows 2008 Server R2 32-bit","name":"GSI-4c47c149-0f0d-4d37-87e8-fa594f4aad4b","owner":{"id":26121,"name":"Objectivity, Inc.","object":"customer"},"updatedTime":1287766044519},{"os":{"id":11,"description":"Windows 2008 Server (32-bit)","name":"Windows 2008 Server (32-bit)","object":"option"},"createdTime":1281988783389,"location":"26121/GSI-d7b5c5a1-5621-4a87-a543-5c2ba953a9ba.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"InfiniteGraph 1.0 W2K8-32 (Distributed Database)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":11,"price":0,"name":"Windows 2008 Server (32-bit)","object":"billingtoken"},{"id":155,"price":0,"name":"InfiniteGraph","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":4347,"isActive":true,"price":0,"description":"InfiniteGraph 1.0 on Windows Server 2008 R2 32-bit","name":"GSI-d7b5c5a1-5621-4a87-a543-5c2ba953a9ba","owner":{"id":26121,"name":"Objectivity, Inc.","object":"customer"},"updatedTime":1287766097872},{"os":{"id":18,"description":"RHEL 5.4 (32-bit)","name":"RHEL 5.4 (32-bit)","object":"option"},"createdTime":1282006304240,"location":"26121/GSI-cac92338-3d03-437b-92ca-91e7d504f9c5.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"InfiniteGraph 1.0 RHEL5.4-32 (Distributed Database)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":18,"price":0,"name":"RHEL 5.4 (32-bit)","object":"billingtoken"},{"id":155,"price":0,"name":"InfiniteGraph","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":4348,"isActive":true,"price":0,"description":"InfiniteGraph 1.0 on RedHat Enterprise Linux 5.4 32-bit","name":"GSI-cac92338-3d03-437b-92ca-91e7d504f9c5","owner":{"id":26121,"name":"Objectivity, Inc.","object":"customer"},"updatedTime":1287766105940},{"os":{"id":19,"description":"RHEL 5.4 (64-bit)","name":"RHEL 5.4 (64-bit)","object":"option"},"createdTime":1282008057997,"location":"26121/GSI-ebf03bf7-b9ea-476e-a9d3-0e6e790f8cee.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"InfiniteGraph 1.0 RHEL5.4-64 (Distributed Database)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":19,"price":0,"name":"RHEL 5.4 (64-bit)","object":"billingtoken"},{"id":155,"price":0,"name":"InfiniteGraph","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":4349,"isActive":true,"price":0,"description":"InfiniteGraph 1.0 on RedHat Enterprise Linux 5.4 64-bit","name":"GSI-ebf03bf7-b9ea-476e-a9d3-0e6e790f8cee","owner":{"id":26121,"name":"Objectivity, Inc.","object":"customer"},"updatedTime":1287766113714},{"os":{"id":19,"description":"RHEL 5.4 (64-bit)","name":"RHEL 5.4 (64-bit)","object":"option"},"createdTime":1283538782817,"location":"27044/GSI-b3906c6b-d5da-47b3-ad32-b7f194858820.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"OpenVPN Access Server 1.5.6","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":19,"price":0,"name":"RHEL 5.4 (64-bit)","object":"billingtoken"},{"id":137,"price":0,"name":"OpenVPN Free Edition","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":4486,"isActive":true,"price":0,"description":"http://www.openvpn.net","name":"GSI-b3906c6b-d5da-47b3-ad32-b7f194858820","owner":{"id":27044,"name":"OpenVPN","object":"customer"},"updatedTime":1285710700799},{"os":{"id":12,"description":"Windows 2008 Server (64-bit)","name":"Windows 2008 Server (64-bit)","object":"option"},"createdTime":1285919549835,"location":"26121/GSI-eb3d6af2-b2e0-46fb-821b-66f3ab6f38e7.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"InfiniteGraph 1.0 W2K8-64 (Distributed Database)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":12,"price":0,"name":"Windows 2008 Server (64-bit)","object":"billingtoken"},{"id":155,"price":0,"name":"InfiniteGraph","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":4760,"isActive":true,"price":0,"description":"InfiniteGraph 1.0 on Windows Server 2008 R2 64-bit","name":"GSI-eb3d6af2-b2e0-46fb-821b-66f3ab6f38e7","owner":{"id":26121,"name":"Objectivity, Inc.","object":"customer"},"updatedTime":1287766145030},{"os":{"id":16,"description":"CentOS 5.3 (32-bit)","name":"CentOS 5.3 (32-bit)","object":"option"},"createdTime":1287100219575,"location":"28798/GSI-f37cb3fd-dd03-4730-8695-2ef4c47e8502.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"cPanel on CentOS 5.3 (32-bit)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":16,"price":0,"name":"CentOS 5.3 (32-bit)","object":"billingtoken"},{"id":168,"price":0,"name":"cPanel","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":4866,"isActive":true,"price":0,"description":"","name":"GSI-f37cb3fd-dd03-4730-8695-2ef4c47e8502","owner":{"id":28798,"name":"Control Panel Solution","object":"customer"},"updatedTime":1287416391543},{"os":{"id":17,"description":"CentOS 5.3 (64-bit)","name":"CentOS 5.3 (64-bit)","object":"option"},"createdTime":1287100334294,"location":"28798/GSI-1e1a5f07-72df-459c-afa8-25ec62936c99.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"cPanel on CentOS 5.3 (64-bit)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":17,"price":0,"name":"CentOS 5.3 (64-bit)","object":"billingtoken"},{"id":168,"price":0,"name":"cPanel","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":4867,"isActive":true,"price":0,"description":"","name":"GSI-1e1a5f07-72df-459c-afa8-25ec62936c99","owner":{"id":28798,"name":"Control Panel Solution","object":"customer"},"updatedTime":1287416413740},{"os":{"id":12,"description":"Windows 2008 Server (64-bit)","name":"Windows 2008 Server (64-bit)","object":"option"},"createdTime":1291613521253,"location":"16336/GSI-3fb2fd66-e6b2-48fc-b215-8d27dd15b2fd.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Zane's Open Source Application","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":12,"price":0,"name":"Windows 2008 Server (64-bit)","object":"billingtoken"},{"id":63,"price":0,"name":"None (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":5220,"isActive":true,"price":0,"description":"SP2 base image with Java 6u21, no update","name":"GSI-3fb2fd66-e6b2-48fc-b215-8d27dd15b2fd","owner":{"id":16336,"name":"[Internal] Mario Olivarez","object":"customer"},"updatedTime":1386733223053},{"os":{"id":17,"description":"CentOS 5.3 (64-bit)","name":"CentOS 5.3 (64-bit)","object":"option"},"createdTime":1292735028519,"location":"27315/GSI-828d861c-64a3-49b5-8fe4-f3205a3e9ec1.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"ASAP V1.2 - Cranium Solutions","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":17,"price":0,"name":"CentOS 5.3 (64-bit)","object":"billingtoken"},{"id":154,"price":0,"name":"Cranium Solutions","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":5344,"isActive":true,"price":0,"description":"Cranium Solutions VA/PenTest ASAP Endpoint V1.2","name":"GSI-828d861c-64a3-49b5-8fe4-f3205a3e9ec1","owner":{"id":27315,"name":"Cranium Solutions","object":"customer"},"updatedTime":1292874968966},{"os":{"id":56,"description":"Ubuntu 10.0.4 LTS Server (64-bit)","name":"Ubuntu 10.04 LTS (64-bit)","object":"option"},"location":"gogrid/GSI-fe899474-4b54-4aae-bdcb-eae4e668f58a.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Ubuntu 10.04 LTS (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":56,"price":0,"name":"Ubuntu 10.04 LTS (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":5489,"isActive":true,"price":0,"description":"Ubuntu 10.04 LTS (64-bit)w/ None","name":"ubuntu_10_04_LTS_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1299889885092},{"os":{"id":1,"description":"Windows 2003 Standard (32-bit)","name":"Windows 2003 Standard (32 bit)","object":"option"},"location":"20627/GSI-5fa37a24-f12b-4d63-bb6a-487f400a861e.img","createdTime":1296553274766,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"basegrabberv3","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":1,"price":0,"name":"Windows 2003 Standard (32 bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":5611,"isActive":true,"price":0,"name":"GSI-5fa37a24-f12b-4d63-bb6a-487f400a861e","owner":{"id":20627,"name":"CJM Solutions","object":"customer"},"updatedTime":1312309938409},{"os":{"id":65,"description":"Debian 5.0 (32-bit)","name":"Debian 5.0 (32-bit)","object":"option"},"location":"gogrid/GSI-26acd03f-1ff6-40bd-9214-29ee07250e4b.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Debian 5.0 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":65,"price":0,"name":"Debian 5.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":5823,"isActive":true,"price":0,"description":"Debian 5.0 (32-bit) w/ None","name":"debian_5.0_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":66,"description":"Debian 5.0 (64-bit)","name":"Debian 5.0 (64-bit)","object":"option"},"location":"gogrid/GSI-be9931a4-faf7-40eb-ad0f-e56099b5a77c.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Debian 5.0 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":66,"price":0,"name":"Debian 5.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":5824,"isActive":true,"price":0,"description":"Debian 5.0 (64-bit) w/ None","name":"debian_5.0_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1299889920125},{"os":{"id":67,"description":"Ubuntu 10.04 LTS (32-bit)","name":"Ubuntu 10.04 LTS (32-bit)","object":"option"},"location":"gogrid/GSI-835fe232-bb3d-414c-9970-17ca8160be2c.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Ubuntu 10.04 LTS (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":67,"price":0,"name":"Ubuntu 10.04 LTS (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":5825,"isActive":true,"price":0,"description":"Ubuntu 10.04 LTS (32-bit)w/ None","name":"ubuntu_10_04_LTS_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1299819427974},{"os":{"id":12,"description":"Windows 2008 Server (64-bit)","name":"Windows 2008 Server (64-bit)","object":"option"},"createdTime":1300204578295,"location":"30168/GSI-f2b5b5f6-43bb-41d4-a9b8-c7ebc3fee6c6.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"JBoss 6.0 Apache MySQL and Java","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":12,"price":0,"name":"Windows 2008 Server (64-bit)","object":"billingtoken"},{"id":63,"price":0,"name":"None (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":5956,"isActive":true,"price":0,"description":"JBoss 6.0 with Apache, MySQL, and Java pre-installed. See the readme file on the desktop to get started.","name":"GSI-f2b5b5f6-43bb-41d4-a9b8-c7ebc3fee6c6","owner":{"id":30168,"name":"[Internal] GoGrid","object":"customer"},"updatedTime":1300229804516},{"os":{"id":12,"description":"Windows 2008 Server (64-bit)","name":"Windows 2008 Server (64-bit)","object":"option"},"createdTime":1300292998496,"location":"30168/GSI-8fe4e2ba-6362-4122-8160-ecde582a2449.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Apache Tomcat 6 and MySQL","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":12,"price":0,"name":"Windows 2008 Server (64-bit)","object":"billingtoken"},{"id":63,"price":0,"name":"None (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":5975,"isActive":true,"price":0,"description":"Apache Tomcat 6 image with MySQL 5","name":"GSI-8fe4e2ba-6362-4122-8160-ecde582a2449","owner":{"id":30168,"name":"[Internal] GoGrid","object":"customer"},"updatedTime":1300375145167},{"os":{"id":17,"description":"CentOS 5.3 (64-bit)","name":"CentOS 5.3 (64-bit)","object":"option"},"location":"19234/GSI-1b4912e9-0a28-4a70-a72a-be9939f6d9ce.img","createdTime":1300917107716,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"cloudtest-maestro-or-resultsservice-7a","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":17,"price":0,"name":"CentOS 5.3 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":6192,"isActive":true,"price":0,"name":"GSI-1b4912e9-0a28-4a70-a72a-be9939f6d9ce","owner":{"id":19234,"name":"SOASTA, Inc.","object":"customer"},"updatedTime":1347423477463},{"os":{"id":19,"description":"RHEL 5.4 (64-bit)","name":"RHEL 5.4 (64-bit)","object":"option"},"createdTime":1302224723576,"location":"27685/GSI-9812959e-a6a1-4f9c-8afa-332b5e59f192.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Silverline 3.0.12","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":19,"price":0,"name":"RHEL 5.4 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":6523,"isActive":true,"price":0,"description":"Silverline 3.0.12 on RHEL64","name":"GSI-9812959e-a6a1-4f9c-8afa-332b5e59f192","owner":{"id":27685,"name":"Librato","object":"customer"},"updatedTime":1302228250768},{"os":{"id":66,"description":"Debian 5.0 (64-bit)","name":"Debian 5.0 (64-bit)","object":"option"},"createdTime":1302228156794,"location":"27685/GSI-f91315a4-a408-4140-8206-ae3106c1f74f.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Silverline 3.0.12","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":66,"price":0,"name":"Debian 5.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":6526,"isActive":true,"price":0,"description":"Silverline 3.0.12 on debian64","name":"GSI-f91315a4-a408-4140-8206-ae3106c1f74f","owner":{"id":27685,"name":"Librato","object":"customer"},"updatedTime":1302229429285},{"os":{"id":18,"description":"RHEL 5.4 (32-bit)","name":"RHEL 5.4 (32-bit)","object":"option"},"createdTime":1302492528008,"location":"27685/GSI-a9ba7c42-6145-43c0-9bed-bac7e5e575b5.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Silverline 3.0.12","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":18,"price":0,"name":"RHEL 5.4 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":6583,"isActive":true,"price":0,"description":"Silverline 3.0.12 on RHEL32","name":"GSI-a9ba7c42-6145-43c0-9bed-bac7e5e575b5","owner":{"id":27685,"name":"Librato","object":"customer"},"updatedTime":1302539570194},{"os":{"id":56,"description":"Ubuntu 10.0.4 LTS Server (64-bit)","name":"Ubuntu 10.04 LTS (64-bit)","object":"option"},"createdTime":1302539237916,"location":"27685/GSI-bd0e74b4-7726-4dc9-891e-ab078007dd72.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Silverline 3.0.12","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":56,"price":0,"name":"Ubuntu 10.04 LTS (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":6615,"isActive":true,"price":0,"description":"Silverline 3.0.12 on Ubuntu 10.4-64","name":"GSI-bd0e74b4-7726-4dc9-891e-ab078007dd72","owner":{"id":27685,"name":"Librato","object":"customer"},"updatedTime":1302539601938},{"os":{"id":67,"description":"Ubuntu 10.04 LTS (32-bit)","name":"Ubuntu 10.04 LTS (32-bit)","object":"option"},"createdTime":1302539529892,"location":"27685/GSI-f2f7297e-9f58-4c0c-8910-bef2a7af8c4d.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Silverline 3.0.12","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":67,"price":0,"name":"Ubuntu 10.04 LTS (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":6617,"isActive":true,"price":0,"description":"Silverline 3.0.12 on Ubuntu 10.4-32","name":"GSI-f2f7297e-9f58-4c0c-8910-bef2a7af8c4d","owner":{"id":27685,"name":"Librato","object":"customer"},"updatedTime":1302541106471},{"os":{"id":65,"description":"Debian 5.0 (32-bit)","name":"Debian 5.0 (32-bit)","object":"option"},"createdTime":1302541931149,"location":"27685/GSI-02e729bc-e8af-46fd-ad49-ba14e0b4fd71.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Silverline 3.0.12","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":65,"price":0,"name":"Debian 5.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":6618,"isActive":true,"price":0,"description":"Silverline 3.0.12 on Debian","name":"GSI-02e729bc-e8af-46fd-ad49-ba14e0b4fd71","owner":{"id":27685,"name":"Librato","object":"customer"},"updatedTime":1302542331259},{"os":{"id":17,"description":"CentOS 5.3 (64-bit)","name":"CentOS 5.3 (64-bit)","object":"option"},"createdTime":1302542318210,"location":"27685/GSI-8007b3bb-b546-4802-a4a7-3ab9d0dbeeb7.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Silverline 3.0.12","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":17,"price":0,"name":"CentOS 5.3 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":6619,"isActive":true,"price":0,"description":"Silverline 3.0.12 on Centos 5.3 - 64bit","name":"GSI-8007b3bb-b546-4802-a4a7-3ab9d0dbeeb7","owner":{"id":27685,"name":"Librato","object":"customer"},"updatedTime":1302542822108},{"os":{"id":16,"description":"CentOS 5.3 (32-bit)","name":"CentOS 5.3 (32-bit)","object":"option"},"createdTime":1302542646813,"location":"27685/GSI-12d590e5-ec25-43c7-88b7-b9abec018fa7.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Silverline 3.0.12","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":16,"price":0,"name":"CentOS 5.3 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":6620,"isActive":true,"price":0,"description":"Silverline 3.0.12 on CentOS 5.3 - 32bit","name":"GSI-12d590e5-ec25-43c7-88b7-b9abec018fa7","owner":{"id":27685,"name":"Librato","object":"customer"},"updatedTime":1302543119180},{"os":{"id":68,"description":"RHEL 5.6 (32-bit)","name":"RHEL 5.6 (32-bit)","object":"option"},"location":"gogrid/GSI-49b5566e-0e58-4dba-b5b0-f8dd1c98f239.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"RHEL 5.6 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":68,"price":0,"name":"RHEL 5.6 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":6675,"isActive":true,"price":0,"description":"RHEL 5.6 (32-bit) w/ None","name":"rhel5.6_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":69,"description":"RHEL 5.6 (64-bit)","name":"RHEL 5.6 (64-bit)","object":"option"},"location":"gogrid/GSI-e6f4506a-babb-4203-b899-7d6424cbc0e6.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"RHEL 5.6 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":69,"price":0,"name":"RHEL 5.6 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":6676,"isActive":true,"price":0,"description":"RHEL 5.6 (64-bit) w/ None","name":"rhel5.6_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":72,"description":"Windows 2008 Server R2 (64-bit)","name":"Windows 2008 Server R2 (64-bit)","object":"option"},"createdTime":1299013614000,"location":"gogrid/GSI-14f09a3c-b162-4fea-87b3-732b78fd5dfc.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2008 Server R2 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":72,"price":0,"name":"Windows 2008 Server R2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":6679,"isActive":true,"price":0,"description":"Windows 2008 Server R2 (64-bit) w/ None","name":"win2k8r2_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1299013614000},{"os":{"id":72,"description":"Windows 2008 Server R2 (64-bit)","name":"Windows 2008 Server R2 (64-bit)","object":"option"},"createdTime":1299013614000,"location":"gogrid/GSI-48e94d96-2e65-4dcc-bd1a-9d4fcfd92b92.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2008 Server R2 (64-bit) w/ MSSQL 2008 R2 Standard","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":72,"price":0,"name":"Windows 2008 Server R2 (64-bit)","object":"billingtoken"},{"id":199,"price":390,"name":"SQL Server 2008 R2 Standard (64-bit)","object":"billingtoken"}],"type":{"id":2,"description":"Database Server","name":"Database Server","object":"option"},"id":6680,"isActive":true,"price":390,"description":"Windows 2008 Server R2 (64-bit) w/ MSSQL 2008 R2 Standard","name":"win2k8r2_64_mssql2k8r2std","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1303253641869},{"os":{"id":72,"description":"Windows 2008 Server R2 (64-bit)","name":"Windows 2008 Server R2 (64-bit)","object":"option"},"createdTime":1299013614000,"location":"gogrid/GSI-6d1e3478-edd5-432e-bd16-71480c564029.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2008 Server R2 (64-bit) w/ MSSQL 2008 R2 Workgroup","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":72,"price":0,"name":"Windows 2008 Server R2 (64-bit)","object":"billingtoken"},{"id":200,"price":100,"name":"SQL Server 2008 R2 Workgroup (64-bit)","object":"billingtoken"}],"type":{"id":2,"description":"Database Server","name":"Database Server","object":"option"},"id":6681,"isActive":true,"price":100,"description":"Windows 2008 Server R2 (64-bit) w/ MSSQL 2008 R2 Workgroup","name":"win2k8r2_64_mssql2k8r2wg","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1303253654623},{"os":{"id":17,"description":"CentOS 5.3 (64-bit)","name":"CentOS 5.3 (64-bit)","object":"option"},"location":"30588/GSI-e4af21df-9e8e-4dbb-914d-719fac9ce2fc.img","createdTime":1304412920428,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"com.cloudsoftcorp.monterey/3.2.0.20110502-2023-GA","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":17,"price":0,"name":"CentOS 5.3 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":7281,"isActive":true,"price":0,"name":"GSI-e4af21df-9e8e-4dbb-914d-719fac9ce2fc","owner":{"id":30588,"name":"Cloudsoft Corporation","object":"customer"},"updatedTime":1304431371248},{"os":{"id":72,"description":"Windows 2008 Server R2 (64-bit)","name":"Windows 2008 Server R2 (64-bit)","object":"option"},"createdTime":1308005870334,"location":"30168/GSI-9e0e81ab-7d19-4fc5-b20a-fd805b66497f.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"WebMatrix R2","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":72,"price":0,"name":"Windows 2008 Server R2 (64-bit)","object":"billingtoken"},{"id":153,"price":0,"name":"Microsoft WebMatrix","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":8015,"isActive":true,"price":0,"description":"2008 R2 image with Microsoft WebMatrix installed","name":"GSI-9e0e81ab-7d19-4fc5-b20a-fd805b66497f","owner":{"id":30168,"name":"[Internal] GoGrid","object":"customer"},"updatedTime":1308007982045},{"os":{"id":17,"description":"CentOS 5.3 (64-bit)","name":"CentOS 5.3 (64-bit)","object":"option"},"location":"30588/GSI-4d15cc5c-9435-4146-bc3b-33934cf3bfb9.img","createdTime":1313606504777,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"com.cloudsoftcorp.monterey/3.3.0.20110817-1740-M1","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":17,"price":0,"name":"CentOS 5.3 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":9502,"isActive":true,"price":0,"name":"GSI-4d15cc5c-9435-4146-bc3b-33934cf3bfb9","owner":{"id":30588,"name":"Cloudsoft Corporation","object":"customer"},"updatedTime":1313607022636},{"os":{"id":56,"description":"Ubuntu 10.0.4 LTS Server (64-bit)","name":"Ubuntu 10.04 LTS (64-bit)","object":"option"},"createdTime":1313783772632,"location":"29065/GSI-f934924d-bf6b-4540-962b-1d7b6869ad47.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Ubuntu x64 Drupal","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":56,"price":0,"name":"Ubuntu 10.04 LTS (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":9555,"isActive":true,"price":0,"description":"10.0.4 LTS","name":"GSI-f934924d-bf6b-4540-962b-1d7b6869ad47","owner":{"id":29065,"name":"Self","object":"customer"},"updatedTime":1313787870352},{"os":{"id":56,"description":"Ubuntu 10.0.4 LTS Server (64-bit)","name":"Ubuntu 10.04 LTS (64-bit)","object":"option"},"createdTime":1313791280936,"location":"29065/GSI-5f4848f6-1209-4954-afd0-e04a447021bc.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Ubuntu x64 LAPP","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":56,"price":0,"name":"Ubuntu 10.04 LTS (64-bit)","object":"billingtoken"}],"type":{"id":2,"description":"Database Server","name":"Database Server","object":"option"},"id":9561,"isActive":true,"price":0,"description":"10.04 LTS","name":"GSI-5f4848f6-1209-4954-afd0-e04a447021bc","owner":{"id":29065,"name":"Self","object":"customer"},"updatedTime":1314050748234},{"os":{"id":73,"description":"CentOS 5.6 (32-bit)","name":"CentOS 5.6 (32-bit)","object":"option"},"location":"gogrid/GSI-840b854e-4862-49d4-8c83-4768ae48fa3b.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 5.6 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":73,"price":0,"name":"CentOS 5.6 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":9928,"isActive":true,"price":0,"description":"CentOS 5.6 (32-bit) w/ None","name":"centos5.6_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":74,"description":"CentOS 5.6 (64-bit)","name":"CentOS 5.6 (64-bit)","object":"option"},"location":"gogrid/GSI-0f3911a3-08ac-40b6-b4df-72d446c09daa.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 5.6 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":74,"price":0,"name":"CentOS 5.6 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":9929,"isActive":true,"price":0,"description":"CentOS 5.6 (64-bit) w/ None","name":"centos5.6_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":75,"description":"RHEL 5.7 (32-bit)","name":"RHEL 5.7 (32-bit)","object":"option"},"location":"gogrid/GSI-06702ac3-3238-44c2-9aa1-7bb3757e0b6d.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"RHEL 5.7 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":75,"price":0,"name":"RHEL 5.7 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":9930,"isActive":true,"price":0,"description":"RHEL 5.7 (32-bit) w/ None","name":"rhel5.7_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":76,"description":"RHEL 5.7 (64-bit)","name":"RHEL 5.7 (64-bit)","object":"option"},"location":"gogrid/GSI-e4efa244-60af-46b7-85b8-ad29bbb143ef.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"RHEL 5.7 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":76,"price":0,"name":"RHEL 5.7 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":9931,"isActive":true,"price":0,"description":"RHEL 5.7 (64-bit) w/ None","name":"rhel5.7_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":77,"description":"CentOS 6.0 (32-bit)","name":"CentOS 6.0 (32-bit)","object":"option"},"location":"gogrid/GSI-bba4cf4a-f3b9-4c91-ae01-1a78d45c6052.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 6.0 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":77,"price":0,"name":"CentOS 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":9932,"isActive":true,"price":0,"description":"CentOS 6.0 (32-bit) w/ None","name":"centos6.0_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":78,"description":"CentOS 6.0 (64-bit)","name":"CentOS 6.0 (64-bit)","object":"option"},"location":"gogrid/GSI-d302543f-ee15-44cf-ba52-a8d9b8eb09ed.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 6.0 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":78,"price":0,"name":"CentOS 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":9933,"isActive":true,"price":0,"description":"CentOS 6.0 (64-bit) w/ None","name":"centos6.0_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":79,"description":"Debian 6.0 (32-bit)","name":"Debian 6.0 (32-bit)","object":"option"},"location":"gogrid/GSI-6390088d-483c-4e9f-bec1-a29028e75f0a.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Debian 6.0 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":79,"price":0,"name":"Debian 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":9934,"isActive":true,"price":0,"description":"Debian 6.0 (32-bit) w/ None","name":"debian_6.0_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":80,"description":"Debian 6.0 (64-bit)","name":"Debian 6.0 (64-bit)","object":"option"},"location":"gogrid/GSI-2336cf43-2482-4de4-b7ae-83d86d08cd7b.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Debian 6.0 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":80,"price":0,"name":"Debian 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":9935,"isActive":true,"price":0,"description":"Debian 6.0 (64-bit) w/ None","name":"debian_6.0_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":56,"description":"Ubuntu 10.0.4 LTS Server (64-bit)","name":"Ubuntu 10.04 LTS (64-bit)","object":"option"},"createdTime":1318013283307,"location":"29065/GSI-6078127e-ae92-4ca3-857d-608166ffa927.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Ubuntu x64 Wordpress","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":56,"price":0,"name":"Ubuntu 10.04 LTS (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":10243,"isActive":true,"price":0,"description":"10.04 LTS","name":"GSI-6078127e-ae92-4ca3-857d-608166ffa927","owner":{"id":29065,"name":"Self","object":"customer"},"updatedTime":1318020340161},{"os":{"id":78,"description":"CentOS 6.0 (64-bit)","name":"CentOS 6.0 (64-bit)","object":"option"},"createdTime":1319566420585,"location":"29065/GSI-dd92c682-bc10-46c8-8c46-29d4d31bc48f.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS x64 LAMP","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":78,"price":0,"name":"CentOS 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":2,"description":"Database Server","name":"Database Server","object":"option"},"id":10475,"isActive":true,"price":0,"description":"CentOS 6","name":"GSI-dd92c682-bc10-46c8-8c46-29d4d31bc48f","owner":{"id":29065,"name":"Self","object":"customer"},"updatedTime":1319566780225},{"os":{"id":78,"description":"CentOS 6.0 (64-bit)","name":"CentOS 6.0 (64-bit)","object":"option"},"createdTime":1321967971945,"location":"31574/GSI-758deea6-e31a-4626-86f6-71305e1b9377.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"nginx2newcompress","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":78,"price":0,"name":"CentOS 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":10741,"isActive":true,"price":0,"description":"This one is the one that compresses the page also. done my .ru","name":"GSI-758deea6-e31a-4626-86f6-71305e1b9377","owner":{"id":31574,"name":"Partenos ltd (yt4u)","object":"customer"},"updatedTime":1355234223697},{"os":{"id":73,"description":"CentOS 5.6 (32-bit)","name":"CentOS 5.6 (32-bit)","object":"option"},"createdTime":1328699476706,"location":"30967/GSI-cd74c09c-92e3-4253-b058-fa695335e4c6.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Dome9 Firewall [CentOS 5.6 32bit]","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":73,"price":0,"name":"CentOS 5.6 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":11669,"isActive":true,"price":0,"description":"CentOS 5.6 32bit with Dome9 Firewall Agent from Dome9 Security. More info: http://www.dome9.com","name":"GSI-cd74c09c-92e3-4253-b058-fa695335e4c6","owner":{"id":30967,"name":"Dome9 Security Ltd.","object":"customer"},"updatedTime":1329228965185},{"os":{"id":74,"description":"CentOS 5.6 (64-bit)","name":"CentOS 5.6 (64-bit)","object":"option"},"createdTime":1328699888065,"location":"30967/GSI-bd77af92-c453-42e0-be4b-f5a06c33cb30.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Dome9 Firewall [CentOS 5.6 64bit]","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":74,"price":0,"name":"CentOS 5.6 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":11670,"isActive":true,"price":0,"description":"CentOS 5.6 64bit With Dome9 Firewall Agent from Dome9 Security. More info:  http://www.dome9.com","name":"GSI-bd77af92-c453-42e0-be4b-f5a06c33cb30","owner":{"id":30967,"name":"Dome9 Security Ltd.","object":"customer"},"updatedTime":1329228974375},{"os":{"id":56,"description":"Ubuntu 10.0.4 LTS Server (64-bit)","name":"Ubuntu 10.04 LTS (64-bit)","object":"option"},"createdTime":1328708456643,"location":"30967/GSI-3a22a997-fc12-4a32-904a-f85e5d65fce5.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Dome9 Firewall [Ubuntu 10.04 LTS 64bit]","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":56,"price":0,"name":"Ubuntu 10.04 LTS (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":11673,"isActive":true,"price":0,"description":"Ubuntu 10.04 LTS 64 bit with Firewall Agent by Dome9 Security. More info: http://www.dome9.com","name":"GSI-3a22a997-fc12-4a32-904a-f85e5d65fce5","owner":{"id":30967,"name":"Dome9 Security Ltd.","object":"customer"},"updatedTime":1329228982813},{"os":{"id":72,"description":"Windows 2008 Server R2 (64-bit)","name":"Windows 2008 Server R2 (64-bit)","object":"option"},"createdTime":1328711088447,"location":"30967/GSI-dcdac087-5048-4b5d-b1d1-71faea9c458c.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Dome9 Firewall [Windows 2008 R2 64bit]","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":72,"price":0,"name":"Windows 2008 Server R2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":11674,"isActive":true,"price":0,"description":"Windows 2008 R2 fully updated (Feb 2012) with Dome9 Firewall Agent. More info: http://www.dome9.com","name":"GSI-dcdac087-5048-4b5d-b1d1-71faea9c458c","owner":{"id":30967,"name":"Dome9 Security Ltd.","object":"customer"},"updatedTime":1329228991690},{"os":{"id":67,"description":"Ubuntu 10.04 LTS (32-bit)","name":"Ubuntu 10.04 LTS (32-bit)","object":"option"},"createdTime":1328711436703,"location":"30967/GSI-66a8adc4-7d4e-4c35-840b-cebf87a0a825.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Dome9 Firewall [Ubuntu 10.04 LTS 32bit]","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":67,"price":0,"name":"Ubuntu 10.04 LTS (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":11675,"isActive":true,"price":0,"description":"Ubuntu 10.04 32bit With Firewall Agent by Dome9 Security. More info: http://www.dome9.com","name":"GSI-66a8adc4-7d4e-4c35-840b-cebf87a0a825","owner":{"id":30967,"name":"Dome9 Security Ltd.","object":"customer"},"updatedTime":1329229001345},{"os":{"id":77,"description":"CentOS 6.0 (32-bit)","name":"CentOS 6.0 (32-bit)","object":"option"},"createdTime":1328713843607,"location":"30967/GSI-361fdf81-eea5-45ed-98c3-1ae850c10dde.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Dome9 Firewall [CentOS 6.0 32bit]","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":77,"price":0,"name":"CentOS 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":11678,"isActive":true,"price":0,"description":"CentOS 6.0 32bit With Dome9 Firewall Agent from Dome9 Security. More info: http://www.dome9.com","name":"GSI-361fdf81-eea5-45ed-98c3-1ae850c10dde","owner":{"id":30967,"name":"Dome9 Security Ltd.","object":"customer"},"updatedTime":1329229006904},{"os":{"id":78,"description":"CentOS 6.0 (64-bit)","name":"CentOS 6.0 (64-bit)","object":"option"},"createdTime":1328776286274,"location":"30967/GSI-7971d8aa-db76-40c0-8c3e-98541373899c.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Dome9 Firewall [CentOS 6.0 64bit]","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":78,"price":0,"name":"CentOS 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":11694,"isActive":true,"price":0,"description":"CentOS 6.0 64bit With Dome9 Firewall Agent from Dome9 Security. More info: http://www.dome9.com","name":"GSI-7971d8aa-db76-40c0-8c3e-98541373899c","owner":{"id":30967,"name":"Dome9 Security Ltd.","object":"customer"},"updatedTime":1329229018392},{"os":{"id":81,"description":"CentOS 5.8 (32-bit)","name":"CentOS 5.8 (32-bit)","object":"option"},"location":"gogrid/GSI-184171da-2fe2-45a8-8547-829c13e9d4bb.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 5.8 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":81,"price":0,"name":"CentOS 5.8 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":12831,"isActive":true,"price":0,"description":"CentOS 5.8 (32-bit) w/ None","name":"centos5.8_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1334212595880},{"os":{"id":82,"description":"CentOS 5.8 (64-bit)","name":"CentOS 5.8 (64-bit)","object":"option"},"location":"gogrid/GSI-07989c69-6d06-4331-bb16-b584509ecf6e.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 5.8 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":82,"price":0,"name":"CentOS 5.8 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":12832,"isActive":true,"price":0,"description":"CentOS 5.8 (64-bit) w/ None","name":"centos5.8_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1334212595880},{"os":{"id":83,"description":"CentOS 6.2 (32-bit)","name":"CentOS 6.2 (32-bit)","object":"option"},"location":"gogrid/GSI-1b98111b-d130-4458-a48c-88a569137e35.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 6.2 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":83,"price":0,"name":"CentOS 6.2 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":12833,"isActive":true,"price":0,"description":"CentOS 6.2 (32-bit) w/ None","name":"centos6.2_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1334212595880},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"location":"gogrid/GSI-810cd8b3-5bb6-4844-ab55-bcf9b63fab19.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 6.2 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":12834,"isActive":true,"price":0,"description":"CentOS 6.2 (64-bit) w/ None","name":"centos6.2_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1334212595880},{"os":{"id":12,"description":"Windows 2008 Server (64-bit)","name":"Windows 2008 Server (64-bit)","object":"option"},"createdTime":1336864181672,"location":"24023/GSI-5b485bcd-9489-45fc-ab97-c71242085d64.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2008 Server","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":12,"price":0,"name":"Windows 2008 Server (64-bit)","object":"billingtoken"},{"id":63,"price":0,"name":"None (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":13107,"isActive":true,"price":0,"description":"Fresno Test","name":"GSI-5b485bcd-9489-45fc-ab97-c71242085d64","owner":{"id":24023,"name":"EZappt, LLC","object":"customer"},"updatedTime":1347390335816},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"createdTime":1338249158718,"location":"502395/GSI-55ab3130-c2b1-491c-ab93-827e1848ace7.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Jaspersoft JasperReports Server 4.5.1 Pro","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":13346,"isActive":true,"price":0,"description":"Jaspersoft JasperReports Server 4.5.1 Professional Edition30 day evaluation","name":"GSI-55ab3130-c2b1-491c-ab93-827e1848ace7","owner":{"id":502395,"name":"jaspersoft","object":"customer"},"updatedTime":1338592263078},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"createdTime":1338250163399,"location":"502395/GSI-b83dd6df-2e35-4a70-9530-a5d4d636719d.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Jaspersoft JasperReports Server 4.5.0 CE","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":13348,"isActive":true,"price":0,"description":"Jaspersoft JasperReports Server 4.5.0 Community Edition","name":"GSI-b83dd6df-2e35-4a70-9530-a5d4d636719d","owner":{"id":502395,"name":"jaspersoft","object":"customer"},"updatedTime":1338592273193},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"location":"502152/GSI-a59398db-2689-4247-ac6a-3006936826e1.img","createdTime":1338273898448,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"ISPConfig with NGINX","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":13353,"isActive":true,"price":0,"name":"GSI-a59398db-2689-4247-ac6a-3006936826e1","owner":{"id":502152,"name":"Partenos","object":"customer"},"updatedTime":1338444583021},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"location":"502392/GSI-47c5db35-4559-4dd2-b626-32abd2f2135a.img","createdTime":1338896931915,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Manage Nephos www","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":13440,"isActive":true,"price":0,"name":"GSI-47c5db35-4559-4dd2-b626-32abd2f2135a","owner":{"id":502392,"name":"Partenos ltd.","object":"customer"},"updatedTime":1340615017634},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"location":"502152/GSI-d0e50404-a9f0-4549-b288-4e4fdb58fda5.img","createdTime":1340274395483,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"NginX Load Balancer","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":13716,"isActive":true,"price":0,"name":"GSI-d0e50404-a9f0-4549-b288-4e4fdb58fda5","owner":{"id":502152,"name":"Partenos","object":"customer"},"updatedTime":1340279278689},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"location":"502152/GSI-f139c342-3a38-4f6b-82ae-e4e420920721.img","createdTime":1340274483447,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"WHMCS x.x.x.236","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":13717,"isActive":true,"price":0,"name":"GSI-f139c342-3a38-4f6b-82ae-e4e420920721","owner":{"id":502152,"name":"Partenos","object":"customer"},"updatedTime":1340279293528},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"createdTime":1340994833785,"location":"502799/GSI-4439c0b1-d3a3-45b8-b86b-1abd542ca4ca.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Basho Riak 1.1.4","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":13834,"isActive":true,"price":0,"description":"CentOS 6.2 (64-bit) with Riak 1.1.4 installed. IPtables configured to allow all traffic on private interface for clustering.","name":"GSI-4439c0b1-d3a3-45b8-b86b-1abd542ca4ca","owner":{"id":502799,"name":"Basho Technologies","object":"customer"},"updatedTime":1340999783337},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"createdTime":1345595393426,"location":"502395/GSI-d8fae2ff-a1b5-47fe-bea0-a9de4d93c290.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Jaspersoft JasperReports Server 4.7.0 CE","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":14678,"isActive":true,"price":0,"description":"Jaspersoft JasperReports Server 4.7.0 CE","name":"GSI-d8fae2ff-a1b5-47fe-bea0-a9de4d93c290","owner":{"id":502395,"name":"jaspersoft","object":"customer"},"updatedTime":1346369241824},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"createdTime":1345601698248,"location":"502395/GSI-2b20191a-d5f3-4e62-bdb4-d24cc09e3274.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Jaspersoft JasperReports Server 4.7.0 PRO","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":14680,"isActive":true,"price":0,"description":"Jaspersoft JasperReports Server 4.7.0 PRO","name":"GSI-2b20191a-d5f3-4e62-bdb4-d24cc09e3274","owner":{"id":502395,"name":"jaspersoft","object":"customer"},"updatedTime":1346369247746},{"os":{"id":103,"description":"Ubuntu 12.04 LTS Server (32-bit)","name":"Ubuntu 12.04 LTS Server (32-bit)","object":"option"},"location":"gogrid/GSI-6ad614dc-2ea9-4c5c-8479-b068eb8e63d4.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Ubuntu 12.04 LTS Server (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":103,"price":0,"name":"Ubuntu 12.04 LTS Server (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":14766,"isActive":true,"price":0,"description":"Ubuntu 12.04 LTS Server (32-bit) w/ None","name":"ubuntu_12_04_LTS_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"location":"gogrid/GSI-fa815cc1-a08e-4dca-a92e-96e399b465db.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Ubuntu 12.04 LTS Server (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":14767,"isActive":true,"price":0,"description":"Ubuntu 12.04 LTS Server (64-bit) w/ None","name":"ubuntu_12_04_LTS_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1294198799000},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"createdTime":1346836751698,"location":"502486/GSI-3881a382-73ae-49ef-9887-35a51a21bafe.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"ScaleArc iDB_2.2 MySQL","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":14881,"isActive":true,"price":0,"description":"idb-2.2.0-1.19104.x86_64\r\n(build 19104)-05092012","name":"GSI-3881a382-73ae-49ef-9887-35a51a21bafe","owner":{"id":502486,"name":"ScaleArc","object":"customer"},"updatedTime":1349800967719},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"location":"503266/GSI-86d4450e-cac3-49ab-ad78-9df2d771e928.img","createdTime":1347644417095,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":14989,"isActive":true,"price":0,"name":"GSI-86d4450e-cac3-49ab-ad78-9df2d771e928","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376192918},{"os":{"id":83,"description":"CentOS 6.2 (32-bit)","name":"CentOS 6.2 (32-bit)","object":"option"},"location":"503266/GSI-4e0d760f-0254-4b88-b825-a5802ba3d731.img","createdTime":1347650947507,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":83,"price":0,"name":"CentOS 6.2 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":14991,"isActive":true,"price":0,"name":"GSI-4e0d760f-0254-4b88-b825-a5802ba3d731","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376238618},{"os":{"id":81,"description":"CentOS 5.8 (32-bit)","name":"CentOS 5.8 (32-bit)","object":"option"},"location":"503266/GSI-11a17746-c35d-44e3-b2fe-a3c08c7e02b1.img","createdTime":1347730671816,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":81,"price":0,"name":"CentOS 5.8 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":14997,"isActive":true,"price":0,"name":"GSI-11a17746-c35d-44e3-b2fe-a3c08c7e02b1","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376291440},{"os":{"id":78,"description":"CentOS 6.0 (64-bit)","name":"CentOS 6.0 (64-bit)","object":"option"},"location":"503266/GSI-edf930a1-5095-4467-9b83-25d57fb21a71.img","createdTime":1347801200662,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":78,"price":0,"name":"CentOS 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15002,"isActive":true,"price":0,"name":"GSI-edf930a1-5095-4467-9b83-25d57fb21a71","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376341965},{"os":{"id":77,"description":"CentOS 6.0 (32-bit)","name":"CentOS 6.0 (32-bit)","object":"option"},"location":"503266/GSI-fd72908c-83d1-409b-ba53-5725712f6734.img","createdTime":1347803014079,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":77,"price":0,"name":"CentOS 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15004,"isActive":true,"price":0,"name":"GSI-fd72908c-83d1-409b-ba53-5725712f6734","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376445130},{"os":{"id":73,"description":"CentOS 5.6 (32-bit)","name":"CentOS 5.6 (32-bit)","object":"option"},"location":"503266/GSI-31c569b9-42ca-4b64-9671-36fd3d730406.img","createdTime":1347804510330,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":73,"price":0,"name":"CentOS 5.6 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15006,"isActive":true,"price":0,"name":"GSI-31c569b9-42ca-4b64-9671-36fd3d730406","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387375531759},{"os":{"id":75,"description":"RHEL 5.7 (32-bit)","name":"RHEL 5.7 (32-bit)","object":"option"},"location":"503266/GSI-3ff8b1c1-68b2-4994-b8cb-3d51695331ce.img","createdTime":1347806238872,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":75,"price":0,"name":"RHEL 5.7 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15007,"isActive":true,"price":0,"name":"GSI-3ff8b1c1-68b2-4994-b8cb-3d51695331ce","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376490896},{"os":{"id":68,"description":"RHEL 5.6 (32-bit)","name":"RHEL 5.6 (32-bit)","object":"option"},"location":"503266/GSI-3964bfe1-3e68-4758-9728-f4df99f1e97d.img","createdTime":1347807834811,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":68,"price":0,"name":"RHEL 5.6 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15008,"isActive":true,"price":0,"name":"GSI-3964bfe1-3e68-4758-9728-f4df99f1e97d","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376537647},{"os":{"id":80,"description":"Debian 6.0 (64-bit)","name":"Debian 6.0 (64-bit)","object":"option"},"location":"503266/GSI-448f3c86-aea0-4659-95f9-8c57da117013.img","createdTime":1347810843114,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":80,"price":0,"name":"Debian 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15009,"isActive":true,"price":0,"name":"GSI-448f3c86-aea0-4659-95f9-8c57da117013","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376577321},{"os":{"id":79,"description":"Debian 6.0 (32-bit)","name":"Debian 6.0 (32-bit)","object":"option"},"location":"503266/GSI-2d4596ef-9b72-4dca-b70d-31a5e2e2325b.img","createdTime":1347812836681,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":79,"price":0,"name":"Debian 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15010,"isActive":true,"price":0,"name":"GSI-2d4596ef-9b72-4dca-b70d-31a5e2e2325b","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376618391},{"os":{"id":56,"description":"Ubuntu 10.0.4 LTS Server (64-bit)","name":"Ubuntu 10.04 LTS (64-bit)","object":"option"},"location":"503266/GSI-22c1051f-87df-4d2b-ab52-22a1bfd49550.img","createdTime":1347815912408,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":56,"price":0,"name":"Ubuntu 10.04 LTS (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15012,"isActive":true,"price":0,"name":"GSI-22c1051f-87df-4d2b-ab52-22a1bfd49550","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376661638},{"os":{"id":67,"description":"Ubuntu 10.04 LTS (32-bit)","name":"Ubuntu 10.04 LTS (32-bit)","object":"option"},"location":"503266/GSI-f45bad38-5dbb-466b-8833-ceaf50d0281a.img","createdTime":1347816945206,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":67,"price":0,"name":"Ubuntu 10.04 LTS (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15013,"isActive":true,"price":0,"name":"GSI-f45bad38-5dbb-466b-8833-ceaf50d0281a","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376698201},{"os":{"id":65,"description":"Debian 5.0 (32-bit)","name":"Debian 5.0 (32-bit)","object":"option"},"location":"503266/GSI-21b89f71-3f32-45c9-afd0-1905644cddb2.img","createdTime":1347904927681,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":65,"price":0,"name":"Debian 5.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15027,"isActive":true,"price":0,"name":"GSI-21b89f71-3f32-45c9-afd0-1905644cddb2","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376733528},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"location":"503266/GSI-a3c87417-d25d-419e-b53c-1423d45d9ae3.img","createdTime":1349297219163,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15275,"isActive":true,"price":0,"name":"GSI-a3c87417-d25d-419e-b53c-1423d45d9ae3","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376770249},{"os":{"id":83,"description":"CentOS 6.2 (32-bit)","name":"CentOS 6.2 (32-bit)","object":"option"},"location":"503266/GSI-b27ea6fa-f86f-4938-98d8-902c20c0a384.img","createdTime":1349299411450,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":83,"price":0,"name":"CentOS 6.2 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15280,"isActive":true,"price":0,"name":"GSI-b27ea6fa-f86f-4938-98d8-902c20c0a384","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376906319},{"os":{"id":78,"description":"CentOS 6.0 (64-bit)","name":"CentOS 6.0 (64-bit)","object":"option"},"location":"503266/GSI-86cb49aa-4f2b-4f53-8a6e-2913e9a42faa.img","createdTime":1349303197304,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":78,"price":0,"name":"CentOS 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15296,"isActive":true,"price":0,"name":"GSI-86cb49aa-4f2b-4f53-8a6e-2913e9a42faa","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376956327},{"os":{"id":77,"description":"CentOS 6.0 (32-bit)","name":"CentOS 6.0 (32-bit)","object":"option"},"location":"503266/GSI-4bfebd9b-9db5-4683-a85b-2674de895d99.img","createdTime":1349363502140,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":77,"price":0,"name":"CentOS 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15325,"isActive":true,"price":0,"name":"GSI-4bfebd9b-9db5-4683-a85b-2674de895d99","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387376993022},{"os":{"id":81,"description":"CentOS 5.8 (32-bit)","name":"CentOS 5.8 (32-bit)","object":"option"},"location":"503266/GSI-3969a8bb-0e3c-4034-9db0-1e396584720a.img","createdTime":1349364785623,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":81,"price":0,"name":"CentOS 5.8 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15326,"isActive":true,"price":0,"name":"GSI-3969a8bb-0e3c-4034-9db0-1e396584720a","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377036492},{"os":{"id":73,"description":"CentOS 5.6 (32-bit)","name":"CentOS 5.6 (32-bit)","object":"option"},"location":"503266/GSI-40d4cf84-907a-42c2-b8f5-e6bde301967e.img","createdTime":1349366080091,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":73,"price":0,"name":"CentOS 5.6 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15328,"isActive":true,"price":0,"name":"GSI-40d4cf84-907a-42c2-b8f5-e6bde301967e","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377075777},{"os":{"id":75,"description":"RHEL 5.7 (32-bit)","name":"RHEL 5.7 (32-bit)","object":"option"},"location":"503266/GSI-ce0ac738-4d2a-462e-b1cb-021c3befd31b.img","createdTime":1349367875347,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":75,"price":0,"name":"RHEL 5.7 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15330,"isActive":true,"price":0,"name":"GSI-ce0ac738-4d2a-462e-b1cb-021c3befd31b","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377105765},{"os":{"id":68,"description":"RHEL 5.6 (32-bit)","name":"RHEL 5.6 (32-bit)","object":"option"},"location":"503266/GSI-413c23ee-975d-49d4-8d38-fbde13975e98.img","createdTime":1349371319639,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":68,"price":0,"name":"RHEL 5.6 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15331,"isActive":true,"price":0,"name":"GSI-413c23ee-975d-49d4-8d38-fbde13975e98","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377144520},{"os":{"id":80,"description":"Debian 6.0 (64-bit)","name":"Debian 6.0 (64-bit)","object":"option"},"location":"503266/GSI-a97aa85e-2f5f-47ce-99b1-8a4b8b418997.img","createdTime":1349373824113,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":80,"price":0,"name":"Debian 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15334,"isActive":true,"price":0,"name":"GSI-a97aa85e-2f5f-47ce-99b1-8a4b8b418997","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377191487},{"os":{"id":79,"description":"Debian 6.0 (32-bit)","name":"Debian 6.0 (32-bit)","object":"option"},"location":"503266/GSI-4e7cdacf-53c0-4f62-9867-6e89d80b29e5.img","createdTime":1349374977094,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":79,"price":0,"name":"Debian 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15335,"isActive":true,"price":0,"name":"GSI-4e7cdacf-53c0-4f62-9867-6e89d80b29e5","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377225699},{"os":{"id":65,"description":"Debian 5.0 (32-bit)","name":"Debian 5.0 (32-bit)","object":"option"},"location":"503266/GSI-d812c3d4-520e-4d4e-86de-e0452115c44b.img","createdTime":1349376663518,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":65,"price":0,"name":"Debian 5.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15336,"isActive":true,"price":0,"name":"GSI-d812c3d4-520e-4d4e-86de-e0452115c44b","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377258263},{"os":{"id":56,"description":"Ubuntu 10.0.4 LTS Server (64-bit)","name":"Ubuntu 10.04 LTS (64-bit)","object":"option"},"location":"503266/GSI-5008b1c8-0577-4f39-8358-ad1a94125f26.img","createdTime":1349378021354,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":56,"price":0,"name":"Ubuntu 10.04 LTS (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15337,"isActive":true,"price":0,"name":"GSI-5008b1c8-0577-4f39-8358-ad1a94125f26","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377290731},{"os":{"id":67,"description":"Ubuntu 10.04 LTS (32-bit)","name":"Ubuntu 10.04 LTS (32-bit)","object":"option"},"location":"503266/GSI-bfcaf789-55e6-4dbd-beca-5284ed500b04.img","createdTime":1349378909028,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":67,"price":0,"name":"Ubuntu 10.04 LTS (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15338,"isActive":true,"price":0,"name":"GSI-bfcaf789-55e6-4dbd-beca-5284ed500b04","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377326351},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"location":"503266/GSI-e1336882-8382-4dd0-bae4-7163747fac42.img","createdTime":1349448499594,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15347,"isActive":true,"price":0,"name":"GSI-e1336882-8382-4dd0-bae4-7163747fac42","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377360625},{"os":{"id":83,"description":"CentOS 6.2 (32-bit)","name":"CentOS 6.2 (32-bit)","object":"option"},"location":"503266/GSI-008a9d5e-25ea-4d1a-a0db-53db6c58804a.img","createdTime":1349450552203,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":83,"price":0,"name":"CentOS 6.2 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15348,"isActive":true,"price":0,"name":"GSI-008a9d5e-25ea-4d1a-a0db-53db6c58804a","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377411914},{"os":{"id":78,"description":"CentOS 6.0 (64-bit)","name":"CentOS 6.0 (64-bit)","object":"option"},"location":"503266/GSI-5d022a9c-5317-4e8e-91f6-348e4e4c9b66.img","createdTime":1349453436233,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":78,"price":0,"name":"CentOS 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15349,"isActive":true,"price":0,"name":"GSI-5d022a9c-5317-4e8e-91f6-348e4e4c9b66","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377445093},{"os":{"id":77,"description":"CentOS 6.0 (32-bit)","name":"CentOS 6.0 (32-bit)","object":"option"},"location":"503266/GSI-6b6e76e2-63ed-4b82-b2ee-85d79f9a2234.img","createdTime":1349473370680,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":77,"price":0,"name":"CentOS 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15352,"isActive":true,"price":0,"name":"GSI-6b6e76e2-63ed-4b82-b2ee-85d79f9a2234","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377480322},{"os":{"id":73,"description":"CentOS 5.6 (32-bit)","name":"CentOS 5.6 (32-bit)","object":"option"},"location":"503266/GSI-7e82213d-3815-497f-b675-51f4af37925d.img","createdTime":1349478197741,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":73,"price":0,"name":"CentOS 5.6 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15354,"isActive":true,"price":0,"name":"GSI-7e82213d-3815-497f-b675-51f4af37925d","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377511839},{"os":{"id":68,"description":"RHEL 5.6 (32-bit)","name":"RHEL 5.6 (32-bit)","object":"option"},"location":"503266/GSI-5ed883c1-200b-493c-ae9b-2801b7bb4aae.img","createdTime":1349551956376,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":68,"price":0,"name":"RHEL 5.6 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15358,"isActive":true,"price":0,"name":"GSI-5ed883c1-200b-493c-ae9b-2801b7bb4aae","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377545858},{"os":{"id":79,"description":"Debian 6.0 (32-bit)","name":"Debian 6.0 (32-bit)","object":"option"},"location":"503266/GSI-e07dcab0-785e-4892-839c-3406db795de9.img","createdTime":1349554853827,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":79,"price":0,"name":"Debian 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15359,"isActive":true,"price":0,"name":"GSI-e07dcab0-785e-4892-839c-3406db795de9","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377585984},{"os":{"id":56,"description":"Ubuntu 10.0.4 LTS Server (64-bit)","name":"Ubuntu 10.04 LTS (64-bit)","object":"option"},"location":"503266/GSI-7a15e209-1fcd-484c-8752-dc03e7ec3c65.img","createdTime":1349557689934,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":56,"price":0,"name":"Ubuntu 10.04 LTS (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15361,"isActive":true,"price":0,"name":"GSI-7a15e209-1fcd-484c-8752-dc03e7ec3c65","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377624384},{"os":{"id":81,"description":"CentOS 5.8 (32-bit)","name":"CentOS 5.8 (32-bit)","object":"option"},"location":"503266/GSI-be6f44a9-c331-4aa2-a47d-9b707099952f.img","createdTime":1349635733410,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":81,"price":0,"name":"CentOS 5.8 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15366,"isActive":true,"price":0,"name":"GSI-be6f44a9-c331-4aa2-a47d-9b707099952f","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377659116},{"os":{"id":75,"description":"RHEL 5.7 (32-bit)","name":"RHEL 5.7 (32-bit)","object":"option"},"location":"503266/GSI-685c8627-3efa-4f87-ba3b-e3fa4f22ee66.img","createdTime":1349642453716,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":75,"price":0,"name":"RHEL 5.7 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15369,"isActive":true,"price":0,"name":"GSI-685c8627-3efa-4f87-ba3b-e3fa4f22ee66","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377697848},{"os":{"id":67,"description":"Ubuntu 10.04 LTS (32-bit)","name":"Ubuntu 10.04 LTS (32-bit)","object":"option"},"location":"503266/GSI-01f5707a-09ef-4530-b568-27f2bd933fff.img","createdTime":1349645218656,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":67,"price":0,"name":"Ubuntu 10.04 LTS (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15370,"isActive":true,"price":0,"name":"GSI-01f5707a-09ef-4530-b568-27f2bd933fff","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377731458},{"os":{"id":80,"description":"Debian 6.0 (64-bit)","name":"Debian 6.0 (64-bit)","object":"option"},"location":"503266/GSI-565190eb-9af7-47ff-84c2-60e96fa5f495.img","createdTime":1349797426058,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":80,"price":0,"name":"Debian 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15400,"isActive":true,"price":0,"name":"GSI-565190eb-9af7-47ff-84c2-60e96fa5f495","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377768512},{"os":{"id":65,"description":"Debian 5.0 (32-bit)","name":"Debian 5.0 (32-bit)","object":"option"},"location":"503266/GSI-a1c7a261-8082-4f4c-88b9-8df19c14387d.img","createdTime":1350053405651,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":65,"price":0,"name":"Debian 5.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15478,"isActive":true,"price":0,"name":"GSI-a1c7a261-8082-4f4c-88b9-8df19c14387d","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377807123},{"os":{"id":82,"description":"CentOS 5.8 (64-bit)","name":"CentOS 5.8 (64-bit)","object":"option"},"location":"503266/GSI-a0d816dc-90e0-43ed-9389-1b80dee78590.img","createdTime":1350314355318,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":82,"price":0,"name":"CentOS 5.8 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15515,"isActive":true,"price":0,"name":"GSI-a0d816dc-90e0-43ed-9389-1b80dee78590","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377841089},{"os":{"id":74,"description":"CentOS 5.6 (64-bit)","name":"CentOS 5.6 (64-bit)","object":"option"},"location":"503266/GSI-3cfeff1f-43c1-43a4-a0d7-5843926b26ee.img","createdTime":1350316823111,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":74,"price":0,"name":"CentOS 5.6 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15516,"isActive":true,"price":0,"name":"GSI-3cfeff1f-43c1-43a4-a0d7-5843926b26ee","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377887116},{"os":{"id":66,"description":"Debian 5.0 (64-bit)","name":"Debian 5.0 (64-bit)","object":"option"},"location":"503266/GSI-ec79b67d-e83d-4baf-aef0-0048adab1487.img","createdTime":1350318467382,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":66,"price":0,"name":"Debian 5.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15518,"isActive":true,"price":0,"name":"GSI-ec79b67d-e83d-4baf-aef0-0048adab1487","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377921960},{"os":{"id":69,"description":"RHEL 5.6 (64-bit)","name":"RHEL 5.6 (64-bit)","object":"option"},"location":"503266/GSI-e82006bc-d70c-40b3-88c7-bab4c8df368f.img","createdTime":1350319672473,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":69,"price":0,"name":"RHEL 5.6 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15519,"isActive":true,"price":0,"name":"GSI-e82006bc-d70c-40b3-88c7-bab4c8df368f","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377956188},{"os":{"id":76,"description":"RHEL 5.7 (64-bit)","name":"RHEL 5.7 (64-bit)","object":"option"},"location":"503266/GSI-f1856bf9-470d-4a67-9d8b-b712dc89284d.img","createdTime":1350320767988,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":76,"price":0,"name":"RHEL 5.7 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15520,"isActive":true,"price":0,"name":"GSI-f1856bf9-470d-4a67-9d8b-b712dc89284d","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387377992839},{"os":{"id":74,"description":"CentOS 5.6 (64-bit)","name":"CentOS 5.6 (64-bit)","object":"option"},"location":"503266/GSI-3c65a6f5-e4e4-4ded-be68-42dcf01c6609.img","createdTime":1350329082058,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":74,"price":0,"name":"CentOS 5.6 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15524,"isActive":true,"price":0,"name":"GSI-3c65a6f5-e4e4-4ded-be68-42dcf01c6609","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378025382},{"os":{"id":74,"description":"CentOS 5.6 (64-bit)","name":"CentOS 5.6 (64-bit)","object":"option"},"location":"503266/GSI-51ecb58d-b5c9-43b0-beaf-ec48524b6196.img","createdTime":1350329996408,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":74,"price":0,"name":"CentOS 5.6 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15525,"isActive":true,"price":0,"name":"GSI-51ecb58d-b5c9-43b0-beaf-ec48524b6196","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378060051},{"os":{"id":82,"description":"CentOS 5.8 (64-bit)","name":"CentOS 5.8 (64-bit)","object":"option"},"location":"503266/GSI-392a23fe-21fd-43f5-b9b9-d00a3eea9a3b.img","createdTime":1350330796612,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":82,"price":0,"name":"CentOS 5.8 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15527,"isActive":true,"price":0,"name":"GSI-392a23fe-21fd-43f5-b9b9-d00a3eea9a3b","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378092589},{"os":{"id":82,"description":"CentOS 5.8 (64-bit)","name":"CentOS 5.8 (64-bit)","object":"option"},"location":"503266/GSI-9c730802-7bfc-430c-8978-f0782a614613.img","createdTime":1350331689767,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":82,"price":0,"name":"CentOS 5.8 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15528,"isActive":true,"price":0,"name":"GSI-9c730802-7bfc-430c-8978-f0782a614613","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378130069},{"os":{"id":66,"description":"Debian 5.0 (64-bit)","name":"Debian 5.0 (64-bit)","object":"option"},"location":"503266/GSI-480c6794-a136-4369-b87b-fea2572dd5bc.img","createdTime":1350332545986,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":66,"price":0,"name":"Debian 5.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15530,"isActive":true,"price":0,"name":"GSI-480c6794-a136-4369-b87b-fea2572dd5bc","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378161425},{"os":{"id":66,"description":"Debian 5.0 (64-bit)","name":"Debian 5.0 (64-bit)","object":"option"},"location":"503266/GSI-b9182552-8b54-496f-b9a0-0fc16faa4632.img","createdTime":1350333532784,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":66,"price":0,"name":"Debian 5.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15531,"isActive":true,"price":0,"name":"GSI-b9182552-8b54-496f-b9a0-0fc16faa4632","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378189729},{"os":{"id":69,"description":"RHEL 5.6 (64-bit)","name":"RHEL 5.6 (64-bit)","object":"option"},"location":"503266/GSI-12a2d159-1f8f-494e-a946-e29dfa285bba.img","createdTime":1350334564288,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":69,"price":0,"name":"RHEL 5.6 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15532,"isActive":true,"price":0,"name":"GSI-12a2d159-1f8f-494e-a946-e29dfa285bba","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378222480},{"os":{"id":69,"description":"RHEL 5.6 (64-bit)","name":"RHEL 5.6 (64-bit)","object":"option"},"location":"503266/GSI-a1f2eecc-0750-4f07-8617-c3ba38d7669e.img","createdTime":1350335463349,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":69,"price":0,"name":"RHEL 5.6 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15533,"isActive":true,"price":0,"name":"GSI-a1f2eecc-0750-4f07-8617-c3ba38d7669e","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378253900},{"os":{"id":76,"description":"RHEL 5.7 (64-bit)","name":"RHEL 5.7 (64-bit)","object":"option"},"location":"503266/GSI-92aa65c9-f21c-46b2-9bb8-edea93d0d99a.img","createdTime":1350336845710,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":76,"price":0,"name":"RHEL 5.7 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15534,"isActive":true,"price":0,"name":"GSI-92aa65c9-f21c-46b2-9bb8-edea93d0d99a","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378288450},{"os":{"id":76,"description":"RHEL 5.7 (64-bit)","name":"RHEL 5.7 (64-bit)","object":"option"},"location":"503266/GSI-e436deb4-45b5-4f1f-bb3a-964d45bc508b.img","createdTime":1350337172759,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":76,"price":0,"name":"RHEL 5.7 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15535,"isActive":true,"price":0,"name":"GSI-e436deb4-45b5-4f1f-bb3a-964d45bc508b","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378330869},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"location":"503266/GSI-2cb07d89-063a-4903-99ee-ab1c82a6f271.img","createdTime":1350405713907,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15550,"isActive":true,"price":0,"name":"GSI-2cb07d89-063a-4903-99ee-ab1c82a6f271","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378366077},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"location":"503266/GSI-19230e3b-54a9-4548-bd3f-8dd85d52b65d.img","createdTime":1350406646551,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15551,"isActive":true,"price":0,"name":"GSI-19230e3b-54a9-4548-bd3f-8dd85d52b65d","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378427073},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"location":"503266/GSI-aa130ee8-93b9-49d5-a33d-2864796ac984.img","createdTime":1350407638112,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15552,"isActive":true,"price":0,"name":"GSI-aa130ee8-93b9-49d5-a33d-2864796ac984","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378462946},{"os":{"id":103,"description":"Ubuntu 12.04 LTS Server (32-bit)","name":"Ubuntu 12.04 LTS Server (32-bit)","object":"option"},"location":"503266/GSI-9035017f-5926-4a61-84fc-bdc5e40472b3.img","createdTime":1350408596778,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":103,"price":0,"name":"Ubuntu 12.04 LTS Server (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15553,"isActive":true,"price":0,"name":"GSI-9035017f-5926-4a61-84fc-bdc5e40472b3","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378495298},{"os":{"id":103,"description":"Ubuntu 12.04 LTS Server (32-bit)","name":"Ubuntu 12.04 LTS Server (32-bit)","object":"option"},"location":"503266/GSI-9e043482-8094-4d64-8469-5b8a6d55c8f4.img","createdTime":1350409413912,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":103,"price":0,"name":"Ubuntu 12.04 LTS Server (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15554,"isActive":true,"price":0,"name":"GSI-9e043482-8094-4d64-8469-5b8a6d55c8f4","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378527849},{"os":{"id":103,"description":"Ubuntu 12.04 LTS Server (32-bit)","name":"Ubuntu 12.04 LTS Server (32-bit)","object":"option"},"location":"503266/GSI-16e9cb0a-ca16-4322-a9de-fd1c72ae448b.img","createdTime":1350416533241,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-2 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":103,"price":0,"name":"Ubuntu 12.04 LTS Server (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":15557,"isActive":true,"price":0,"name":"GSI-16e9cb0a-ca16-4322-a9de-fd1c72ae448b","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1387378562951},{"os":{"id":105,"description":"Windows 2012 Server (64-bit)","name":"Windows 2012 Server (64-bit)","object":"option"},"location":"gogrid/GSI-06c4fc6f-a5fa-41fc-852b-b58960c61866.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Windows 2012 Server (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":105,"price":0,"name":"Windows 2012 Server (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":16425,"isActive":true,"price":0,"description":"Windows 2012 Server (64-bit) w/ None","name":"win2k12_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1349821035804},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"createdTime":1359050417949,"location":"20592/GSI-300302f7-3387-4136-901c-3f98dc897f22.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Riverbed 9.1 Load Balancer 200Mbps SSL","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"},{"id":242,"price":500,"name":"Riverbed 9.1 Load Balancer 200 Mbps SSL","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":16889,"isActive":true,"price":500,"description":"Riverbed Stingray 9.1 1000M","name":"GSI-300302f7-3387-4136-901c-3f98dc897f22","owner":{"id":20592,"name":"[Partner] Zeus Technology Ltd.","object":"customer"},"updatedTime":1360013411208},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"createdTime":1359051786859,"location":"20592/GSI-df8c99e9-483b-4e20-bfa2-0cf65b263740.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Riverbed 9.1 Load Balancer 200Mbps SAF,STX","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"},{"id":245,"price":1300,"name":"Riverbed 9.1 Load Balancer 200 Mbps SAF+STX","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":16892,"isActive":true,"price":1300,"description":"Riverbed Stingray 9.1 1000M App Firewall,Aptimize","name":"GSI-df8c99e9-483b-4e20-bfa2-0cf65b263740","owner":{"id":20592,"name":"[Partner] Zeus Technology Ltd.","object":"customer"},"updatedTime":1360013364020},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"createdTime":1359715280988,"location":"20592/GSI-8cb9679d-a1c2-4111-b974-b797d0b7ca74.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Riverbed 9.1 Load Balancer 10Mbps","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"},{"id":239,"price":89,"name":"Riverbed 9.1 Load Balancer 10 Mbps","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":17037,"isActive":true,"price":89,"description":"Riverbed Stingray 9.1 500L","name":"GSI-8cb9679d-a1c2-4111-b974-b797d0b7ca74","owner":{"id":20592,"name":"[Partner] Zeus Technology Ltd.","object":"customer"},"updatedTime":1360013286379},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"createdTime":1359715858942,"location":"20592/GSI-cb88b5b1-94ab-4821-935e-cb8af9134398.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Riverbed 9.1 Load Balancer 200Mbps STX","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"},{"id":244,"price":700,"name":"Riverbed 9.1 Load Balancer 200 Mbps STX","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":17038,"isActive":true,"price":700,"description":"Riverbed Stingray 9.1 1000M Aptimize","name":"GSI-cb88b5b1-94ab-4821-935e-cb8af9134398","owner":{"id":20592,"name":"[Partner] Zeus Technology Ltd.","object":"customer"},"updatedTime":1360013342586},{"os":{"id":105,"description":"Windows 2012 Server (64-bit)","name":"Windows 2012 Server (64-bit)","object":"option"},"createdTime":1362551265765,"location":"504284/GSI-ec54ef32-be9e-458a-912f-3c1bf73a4eb1.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"MH Win Server 2012 x64","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":105,"price":0,"name":"Windows 2012 Server (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":17401,"isActive":true,"price":0,"description":"MH Win Server 2012 x64","name":"GSI-ec54ef32-be9e-458a-912f-3c1bf73a4eb1","owner":{"id":504284,"name":"Tom Keyser","object":"customer"},"updatedTime":1362573838676},{"os":{"id":106,"description":"CentOS 5.8 (32-bit)","name":"CentOS 5.8 (32-bit) PVM","object":"option"},"location":"gogrid/GSI-1dcebf17-8168-4135-93e8-e7243a91e015.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 5.8 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":106,"price":0,"name":"CentOS 5.8 (32-bit) PVM","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":17587,"isActive":true,"price":0,"description":"CentOS 5.8 (32-bit) w/ None","name":"centos5.8_32_base_pvm","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1349821035804},{"os":{"id":107,"description":"CentOS 5.8 (64-bit)","name":"CentOS 5.8 (64-bit) PVM","object":"option"},"location":"gogrid/GSI-ae302442-dfeb-4559-ad48-4515c7ab589d.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 5.8 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":107,"price":0,"name":"CentOS 5.8 (64-bit) PVM","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":17588,"isActive":true,"price":0,"description":"CentOS 5.8 (64-bit) w/ None","name":"centos5.8_64_base_pvm","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1349821035804},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"createdTime":1365505914699,"location":"20592/GSI-e210eefa-3d93-4081-89ab-e910bc874490.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Riverbed 9.1 Load Balancer 200Mbps","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"},{"id":240,"price":180,"name":"Riverbed 9.1 Load Balancer 200 Mbps","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":17783,"isActive":true,"price":180,"description":"Riverbed Stingray 9.1 500M","name":"GSI-e210eefa-3d93-4081-89ab-e910bc874490","owner":{"id":20592,"name":"[Partner] Zeus Technology Ltd.","object":"customer"},"updatedTime":1365535929269},{"os":{"id":17,"description":"CentOS 5.3 (64-bit)","name":"CentOS 5.3 (64-bit)","object":"option"},"location":"19234/GSI-65672cdc-0f8e-4817-a61c-97c174ca8031.img","createdTime":1366156831891,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"cloudtest-maestro-or-resultsservice-8","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":17,"price":0,"name":"CentOS 5.3 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":17909,"isActive":true,"price":0,"name":"GSI-65672cdc-0f8e-4817-a61c-97c174ca8031","owner":{"id":19234,"name":"SOASTA, Inc.","object":"customer"},"updatedTime":1366160038934},{"os":{"id":17,"description":"CentOS 5.3 (64-bit)","name":"CentOS 5.3 (64-bit)","object":"option"},"location":"19234/GSI-650fc0a4-5996-47eb-95b8-effeaaa71adc.img","createdTime":1366333453752,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"cloudtest-maestro-or-resultsservice-8a","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":17,"price":0,"name":"CentOS 5.3 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":17931,"isActive":true,"price":0,"name":"GSI-650fc0a4-5996-47eb-95b8-effeaaa71adc","owner":{"id":19234,"name":"SOASTA, Inc.","object":"customer"},"updatedTime":1366335002373},{"os":{"id":111,"description":"CentOS 5.9 (32-bit)","name":"CentOS 5.9 (32-bit)","object":"option"},"location":"gogrid/GSI-08f86431-6742-4534-babf-622bcf1350bf.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 5.9 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":111,"price":0,"name":"CentOS 5.9 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":18091,"isActive":true,"price":0,"description":"CentOS 5.9 (32-bit) w/ None","name":"centos5.9_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1349821035804},{"os":{"id":112,"description":"CentOS 5.9 (64-bit)","name":"CentOS 5.9 (64-bit)","object":"option"},"location":"gogrid/GSI-3600bd98-967e-4027-a92d-45b3e1fc4b2c.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 5.9 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":112,"price":0,"name":"CentOS 5.9 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":18092,"isActive":true,"price":0,"description":"CentOS 5.9 (64-bit) w/ None","name":"centos5.9_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1349821035804},{"os":{"id":113,"description":"CentOS 6.4 (32-bit)","name":"CentOS 6.4 (32-bit)","object":"option"},"location":"gogrid/GSI-6e1b9448-d7cb-411a-b5e3-cdaa25d169c8.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 6.4 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":113,"price":0,"name":"CentOS 6.4 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":18093,"isActive":true,"price":0,"description":"CentOS 6.4 (32-bit) w/ None","name":"centos6.4_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1349821035804},{"os":{"id":114,"description":"CentOS 6.4 (64-bit)","name":"CentOS 6.4 (64-bit)","object":"option"},"location":"gogrid/GSI-8a19e792-7084-44e3-bc1a-25e6eaf47b36.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 6.4 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":114,"price":0,"name":"CentOS 6.4 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":18094,"isActive":true,"price":0,"description":"CentOS 6.4 (64-bit) w/ None","name":"centos6.4_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1349821035804},{"os":{"id":67,"description":"Ubuntu 10.04 LTS (32-bit)","name":"Ubuntu 10.04 LTS (32-bit)","object":"option"},"location":"28473/GSI-e146df3e-964c-4b52-a80b-bfbf419c56cc.img","createdTime":1371584033630,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"ubuntu0618","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":67,"price":0,"name":"Ubuntu 10.04 LTS (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":18604,"isActive":true,"price":0,"name":"GSI-e146df3e-964c-4b52-a80b-bfbf419c56cc","owner":{"id":28473,"name":"[Internal] GoGrid","object":"customer"},"updatedTime":1392925946029},{"os":{"id":1,"description":"Windows 2003 Standard (32-bit)","name":"Windows 2003 Standard (32 bit)","object":"option"},"location":"503488/GSI-8ef60676-725d-4302-87f2-692d6df3c746.img","createdTime":1375503112630,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"site213","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":1,"price":0,"name":"Windows 2003 Standard (32 bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":18975,"isActive":true,"price":0,"name":"GSI-8ef60676-725d-4302-87f2-692d6df3c746","owner":{"id":503488,"name":"ISTY","object":"customer"},"updatedTime":1377671033596},{"os":{"id":1,"description":"Windows 2003 Standard (32-bit)","name":"Windows 2003 Standard (32 bit)","object":"option"},"createdTime":1375974402088,"location":"29935/GSI-a3cd2fbd-da85-4bb8-80bb-a3a6fdc87af7.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Racemi-Win2003-32","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":1,"price":0,"name":"Windows 2003 Standard (32 bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":19003,"isActive":true,"price":0,"description":"Racemi deploy template for Windows 2003 32-bit","name":"GSI-a3cd2fbd-da85-4bb8-80bb-a3a6fdc87af7","owner":{"id":29935,"name":"Racemi","object":"customer"},"updatedTime":1375975652697},{"os":{"id":72,"description":"Windows 2008 Server R2 (64-bit)","name":"Windows 2008 Server R2 (64-bit)","object":"option"},"createdTime":1377667381279,"location":"504678/GSI-3d85d86a-931e-4e08-9319-aadf367cd9c5.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"App Server Backup","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":72,"price":0,"name":"Windows 2008 Server R2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":19144,"isActive":true,"price":0,"description":"App Server Image Backup","name":"GSI-3d85d86a-931e-4e08-9319-aadf367cd9c5","owner":{"id":504678,"name":"Protiviti","object":"customer"},"updatedTime":1395768939132},{"os":{"id":72,"description":"Windows 2008 Server R2 (64-bit)","name":"Windows 2008 Server R2 (64-bit)","object":"option"},"createdTime":1377667421125,"location":"504678/GSI-ba809a14-c900-4c54-99e8-4fed53e891a1.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Db Server Backup","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":72,"price":0,"name":"Windows 2008 Server R2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":19145,"isActive":true,"price":0,"description":"Db Server Image Backup","name":"GSI-ba809a14-c900-4c54-99e8-4fed53e891a1","owner":{"id":504678,"name":"Protiviti","object":"customer"},"updatedTime":1395768924959},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"createdTime":1384430196988,"location":"20592/GSI-f0c35f65-e197-433c-a1dd-0a6e4c9b80b4.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Riverbed 9.1 Load Balancer 200Mbps SAF","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"},{"id":243,"price":1000,"name":"Riverbed 9.1 Load Balancer 200 Mbps SAF","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":19862,"isActive":true,"price":1000,"description":"Riverbed Stingray 9.1 1000M","name":"GSI-f0c35f65-e197-433c-a1dd-0a6e4c9b80b4","owner":{"id":20592,"name":"[Partner] Zeus Technology Ltd.","object":"customer"},"updatedTime":1385055052800},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"createdTime":1384448297237,"location":"20592/GSI-d2c79145-bb0a-4eb3-9957-8a651afbf3d3.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Riverbed 9.1 Load Balancer 10Mbps SSL","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"},{"id":241,"price":280,"name":"Riverbed 9.1 Load Balancer 10 Mbps SSL","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":19864,"isActive":true,"price":280,"description":"Riverbed Stingray 9.1 1000L","name":"GSI-d2c79145-bb0a-4eb3-9957-8a651afbf3d3","owner":{"id":20592,"name":"[Partner] Zeus Technology Ltd.","object":"customer"},"updatedTime":1385055043460},{"os":{"id":115,"description":"Debian 7.4 (32-bit)","name":"Debian 7.4 (32-bit)","object":"option"},"location":"gogrid/GSI-debian7-32bit-20140213.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Debian 7.4 (32-bit) w/ None","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":115,"price":0,"name":"Debian 7.4 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20040,"isActive":true,"price":0,"description":"Debian 7.4 (32-bit) w/ None","name":"debian74_32_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1349821035804},{"os":{"id":116,"description":"Debian 7.4 (64-bit)","name":"Debian 7.4 (64-bit)","object":"option"},"location":"gogrid/GSI-debian7-64bit-20140213.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Debian 7.4 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":116,"price":0,"name":"Debian 7.4 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20041,"isActive":true,"price":0,"description":"Debian 7.4 (64-bit) w/ None","name":"debian74_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1395099171466},{"os":{"id":114,"description":"CentOS 6.4 (64-bit)","name":"CentOS 6.4 (64-bit)","object":"option"},"location":"503266/GSI-337b1998-8195-48f3-99e6-5574a1e7c155.img","createdTime":1392909403386,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":114,"price":0,"name":"CentOS 6.4 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20761,"isActive":true,"price":0,"name":"GSI-337b1998-8195-48f3-99e6-5574a1e7c155","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688127037},{"os":{"id":114,"description":"CentOS 6.4 (64-bit)","name":"CentOS 6.4 (64-bit)","object":"option"},"location":"503266/GSI-4f5438ba-7ceb-4106-a9ce-3f55b26235d9.img","createdTime":1392910515869,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":114,"price":0,"name":"CentOS 6.4 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20762,"isActive":true,"price":0,"name":"GSI-4f5438ba-7ceb-4106-a9ce-3f55b26235d9","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688163398},{"os":{"id":114,"description":"CentOS 6.4 (64-bit)","name":"CentOS 6.4 (64-bit)","object":"option"},"location":"503266/GSI-f99d5bb0-095e-4ce7-9425-44e1333fbbbe.img","createdTime":1392910907647,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":114,"price":0,"name":"CentOS 6.4 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20763,"isActive":true,"price":0,"name":"GSI-f99d5bb0-095e-4ce7-9425-44e1333fbbbe","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688190411},{"os":{"id":113,"description":"CentOS 6.4 (32-bit)","name":"CentOS 6.4 (32-bit)","object":"option"},"location":"503266/GSI-03d41d0f-cc9d-4ec1-9ae8-4018b6e416dd.img","createdTime":1392929975841,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":113,"price":0,"name":"CentOS 6.4 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20768,"isActive":true,"price":0,"name":"GSI-03d41d0f-cc9d-4ec1-9ae8-4018b6e416dd","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688214054},{"os":{"id":113,"description":"CentOS 6.4 (32-bit)","name":"CentOS 6.4 (32-bit)","object":"option"},"location":"503266/GSI-333b9b9f-4d1b-40b3-8cbf-1e86efd3e74d.img","createdTime":1392931027865,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":113,"price":0,"name":"CentOS 6.4 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20769,"isActive":true,"price":0,"name":"GSI-333b9b9f-4d1b-40b3-8cbf-1e86efd3e74d","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688248057},{"os":{"id":113,"description":"CentOS 6.4 (32-bit)","name":"CentOS 6.4 (32-bit)","object":"option"},"location":"503266/GSI-a4729b96-f88f-451d-adf8-8100e6003cf3.img","createdTime":1392931176700,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":113,"price":0,"name":"CentOS 6.4 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20770,"isActive":true,"price":0,"name":"GSI-a4729b96-f88f-451d-adf8-8100e6003cf3","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688268419},{"os":{"id":77,"description":"CentOS 6.0 (32-bit)","name":"CentOS 6.0 (32-bit)","object":"option"},"location":"503266/GSI-9b4536c6-c339-415c-86c3-14ec9052f543.img","createdTime":1393001105214,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":77,"price":0,"name":"CentOS 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20786,"isActive":true,"price":0,"name":"GSI-9b4536c6-c339-415c-86c3-14ec9052f543","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688298951},{"os":{"id":77,"description":"CentOS 6.0 (32-bit)","name":"CentOS 6.0 (32-bit)","object":"option"},"location":"503266/GSI-67d7be73-b44d-4086-beb0-5321ce64c05a.img","createdTime":1393002050433,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":77,"price":0,"name":"CentOS 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20788,"isActive":true,"price":0,"name":"GSI-67d7be73-b44d-4086-beb0-5321ce64c05a","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688326482},{"os":{"id":77,"description":"CentOS 6.0 (32-bit)","name":"CentOS 6.0 (32-bit)","object":"option"},"location":"503266/GSI-fd31500b-f32f-42d9-b24d-dffffb2148b2.img","createdTime":1393002324409,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":77,"price":0,"name":"CentOS 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20790,"isActive":true,"price":0,"name":"GSI-fd31500b-f32f-42d9-b24d-dffffb2148b2","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688349982},{"os":{"id":78,"description":"CentOS 6.0 (64-bit)","name":"CentOS 6.0 (64-bit)","object":"option"},"location":"503266/GSI-7a1f7a75-0c42-4a72-a870-93f4c6a24c29.img","createdTime":1393004571465,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":78,"price":0,"name":"CentOS 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20792,"isActive":true,"price":0,"name":"GSI-7a1f7a75-0c42-4a72-a870-93f4c6a24c29","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688376235},{"os":{"id":78,"description":"CentOS 6.0 (64-bit)","name":"CentOS 6.0 (64-bit)","object":"option"},"location":"503266/GSI-b0e222f6-6b7e-46ca-97cf-927d40df270d.img","createdTime":1393004763679,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":78,"price":0,"name":"CentOS 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20793,"isActive":true,"price":0,"name":"GSI-b0e222f6-6b7e-46ca-97cf-927d40df270d","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688395862},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"location":"503266/GSI-640a9f1b-a40c-40bb-a5ed-c92846945299.img","createdTime":1393026776408,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20795,"isActive":true,"price":0,"name":"GSI-640a9f1b-a40c-40bb-a5ed-c92846945299","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688418880},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"location":"503266/GSI-c37669b5-7042-40e8-b9f6-37e7326bae07.img","createdTime":1393027022438,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20796,"isActive":true,"price":0,"name":"GSI-c37669b5-7042-40e8-b9f6-37e7326bae07","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688440290},{"os":{"id":84,"description":"CentOS 6.2 (64-bit)","name":"CentOS 6.2 (64-bit)","object":"option"},"location":"503266/GSI-08839cdf-7709-4114-9265-6fa36737e136.img","createdTime":1393027277839,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":84,"price":0,"name":"CentOS 6.2 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20797,"isActive":true,"price":0,"name":"GSI-08839cdf-7709-4114-9265-6fa36737e136","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688459758},{"os":{"id":83,"description":"CentOS 6.2 (32-bit)","name":"CentOS 6.2 (32-bit)","object":"option"},"location":"503266/GSI-2d997b9f-eb37-41ce-868f-e96e11cba725.img","createdTime":1393028053942,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":83,"price":0,"name":"CentOS 6.2 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20798,"isActive":true,"price":0,"name":"GSI-2d997b9f-eb37-41ce-868f-e96e11cba725","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688483187},{"os":{"id":83,"description":"CentOS 6.2 (32-bit)","name":"CentOS 6.2 (32-bit)","object":"option"},"location":"503266/GSI-cd3005a1-7ecf-4dc5-a26f-22c6904eab62.img","createdTime":1393028295507,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":83,"price":0,"name":"CentOS 6.2 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20799,"isActive":true,"price":0,"name":"GSI-cd3005a1-7ecf-4dc5-a26f-22c6904eab62","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688509908},{"os":{"id":83,"description":"CentOS 6.2 (32-bit)","name":"CentOS 6.2 (32-bit)","object":"option"},"location":"503266/GSI-5233391c-c39e-4d2f-87b9-ff286cdf891c.img","createdTime":1393028512880,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":83,"price":0,"name":"CentOS 6.2 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20800,"isActive":true,"price":0,"name":"GSI-5233391c-c39e-4d2f-87b9-ff286cdf891c","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688530410},{"os":{"id":78,"description":"CentOS 6.0 (64-bit)","name":"CentOS 6.0 (64-bit)","object":"option"},"location":"503266/GSI-ad11ef73-4be2-48a2-91c1-242a07d7d046.img","createdTime":1393094422579,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":78,"price":0,"name":"CentOS 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20801,"isActive":true,"price":0,"name":"GSI-ad11ef73-4be2-48a2-91c1-242a07d7d046","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393688546713},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"location":"503266/GSI-d5571ed2-1370-4286-8d3e-3bd448bf8eed.img","createdTime":1393698958723,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20872,"isActive":true,"price":0,"name":"GSI-d5571ed2-1370-4286-8d3e-3bd448bf8eed","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393700352754},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"location":"503266/GSI-05b9d9fa-091f-4e7c-915c-ee564c231249.img","createdTime":1393699637898,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20873,"isActive":true,"price":0,"name":"GSI-05b9d9fa-091f-4e7c-915c-ee564c231249","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393700602464},{"os":{"id":104,"description":"Ubuntu 12.04 LTS Server (64-bit)","name":"Ubuntu 12.04 LTS Server (64-bit)","object":"option"},"location":"503266/GSI-07b36982-bf9a-4177-b426-8c8f0cdc2c3c.img","createdTime":1393699723526,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":104,"price":0,"name":"Ubuntu 12.04 LTS Server (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20874,"isActive":true,"price":0,"name":"GSI-07b36982-bf9a-4177-b426-8c8f0cdc2c3c","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393700444773},{"os":{"id":103,"description":"Ubuntu 12.04 LTS Server (32-bit)","name":"Ubuntu 12.04 LTS Server (32-bit)","object":"option"},"location":"503266/GSI-cf5fb305-da90-42a7-99d1-af721545cb24.img","createdTime":1393700754779,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":103,"price":0,"name":"Ubuntu 12.04 LTS Server (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20875,"isActive":true,"price":0,"name":"GSI-cf5fb305-da90-42a7-99d1-af721545cb24","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393702150103},{"os":{"id":103,"description":"Ubuntu 12.04 LTS Server (32-bit)","name":"Ubuntu 12.04 LTS Server (32-bit)","object":"option"},"location":"503266/GSI-31336f29-b7e3-4426-a7e9-d26fe90f3e7d.img","createdTime":1393700820271,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":103,"price":0,"name":"Ubuntu 12.04 LTS Server (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20876,"isActive":true,"price":0,"name":"GSI-31336f29-b7e3-4426-a7e9-d26fe90f3e7d","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393702402943},{"os":{"id":103,"description":"Ubuntu 12.04 LTS Server (32-bit)","name":"Ubuntu 12.04 LTS Server (32-bit)","object":"option"},"location":"503266/GSI-ad2cedc3-0cb4-4fdb-a7ca-ac3887639bd2.img","createdTime":1393700885919,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":103,"price":0,"name":"Ubuntu 12.04 LTS Server (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20877,"isActive":true,"price":0,"name":"GSI-ad2cedc3-0cb4-4fdb-a7ca-ac3887639bd2","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393702245733},{"os":{"id":56,"description":"Ubuntu 10.0.4 LTS Server (64-bit)","name":"Ubuntu 10.04 LTS (64-bit)","object":"option"},"location":"503266/GSI-3fb69301-f38d-49d0-bcf3-9cef55978b36.img","createdTime":1393701689420,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":56,"price":0,"name":"Ubuntu 10.04 LTS (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20878,"isActive":true,"price":0,"name":"GSI-3fb69301-f38d-49d0-bcf3-9cef55978b36","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393702150128},{"os":{"id":56,"description":"Ubuntu 10.0.4 LTS Server (64-bit)","name":"Ubuntu 10.04 LTS (64-bit)","object":"option"},"location":"503266/GSI-c64c689e-1175-426d-81a5-a8c482e8e366.img","createdTime":1393701750729,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":56,"price":0,"name":"Ubuntu 10.04 LTS (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20879,"isActive":true,"price":0,"name":"GSI-c64c689e-1175-426d-81a5-a8c482e8e366","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393702402972},{"os":{"id":56,"description":"Ubuntu 10.0.4 LTS Server (64-bit)","name":"Ubuntu 10.04 LTS (64-bit)","object":"option"},"location":"503266/GSI-dc8de700-364b-47a8-a992-9ffea21634dc.img","createdTime":1393701825153,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":56,"price":0,"name":"Ubuntu 10.04 LTS (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20880,"isActive":true,"price":0,"name":"GSI-dc8de700-364b-47a8-a992-9ffea21634dc","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393702245681},{"os":{"id":67,"description":"Ubuntu 10.04 LTS (32-bit)","name":"Ubuntu 10.04 LTS (32-bit)","object":"option"},"location":"503266/GSI-56053e39-69b4-473b-84aa-7bc39ca8e633.img","createdTime":1393702613147,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":67,"price":0,"name":"Ubuntu 10.04 LTS (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20881,"isActive":true,"price":0,"name":"GSI-56053e39-69b4-473b-84aa-7bc39ca8e633","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393703949686},{"os":{"id":67,"description":"Ubuntu 10.04 LTS (32-bit)","name":"Ubuntu 10.04 LTS (32-bit)","object":"option"},"location":"503266/GSI-9cd05b04-5f95-4504-b72e-0fac7ec826b3.img","createdTime":1393702711342,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":67,"price":0,"name":"Ubuntu 10.04 LTS (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20882,"isActive":true,"price":0,"name":"GSI-9cd05b04-5f95-4504-b72e-0fac7ec826b3","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393704046542},{"os":{"id":67,"description":"Ubuntu 10.04 LTS (32-bit)","name":"Ubuntu 10.04 LTS (32-bit)","object":"option"},"location":"503266/GSI-11530b72-7b0d-4860-bbff-3b4236aa0a0f.img","createdTime":1393702879960,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":67,"price":0,"name":"Ubuntu 10.04 LTS (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20883,"isActive":true,"price":0,"name":"GSI-11530b72-7b0d-4860-bbff-3b4236aa0a0f","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393704203408},{"os":{"id":80,"description":"Debian 6.0 (64-bit)","name":"Debian 6.0 (64-bit)","object":"option"},"location":"503266/GSI-4bbff0f7-719f-4708-8f27-284c046cc23c.img","createdTime":1393704328006,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":80,"price":0,"name":"Debian 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20884,"isActive":true,"price":0,"name":"GSI-4bbff0f7-719f-4708-8f27-284c046cc23c","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393705758096},{"os":{"id":80,"description":"Debian 6.0 (64-bit)","name":"Debian 6.0 (64-bit)","object":"option"},"location":"503266/GSI-f1f2c6c0-ff44-4807-9db4-d672ebcbd986.img","createdTime":1393704567301,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":80,"price":0,"name":"Debian 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20885,"isActive":true,"price":0,"name":"GSI-f1f2c6c0-ff44-4807-9db4-d672ebcbd986","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393706003876},{"os":{"id":80,"description":"Debian 6.0 (64-bit)","name":"Debian 6.0 (64-bit)","object":"option"},"location":"503266/GSI-52b52bd2-0296-44a6-a909-fbf61f02caed.img","createdTime":1393704675675,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":80,"price":0,"name":"Debian 6.0 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20886,"isActive":true,"price":0,"name":"GSI-52b52bd2-0296-44a6-a909-fbf61f02caed","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393705847451},{"os":{"id":79,"description":"Debian 6.0 (32-bit)","name":"Debian 6.0 (32-bit)","object":"option"},"location":"503266/GSI-6cc64bc8-02fc-4c7e-8fe0-edcd848770ac.img","createdTime":1393705702653,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":79,"price":0,"name":"Debian 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20887,"isActive":true,"price":0,"name":"GSI-6cc64bc8-02fc-4c7e-8fe0-edcd848770ac","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393707552080},{"os":{"id":79,"description":"Debian 6.0 (32-bit)","name":"Debian 6.0 (32-bit)","object":"option"},"location":"503266/GSI-1a57130b-1a16-48f8-89b8-ba761faf2c9b.img","createdTime":1393705815244,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":79,"price":0,"name":"Debian 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20888,"isActive":true,"price":0,"name":"GSI-1a57130b-1a16-48f8-89b8-ba761faf2c9b","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393707804342},{"os":{"id":79,"description":"Debian 6.0 (32-bit)","name":"Debian 6.0 (32-bit)","object":"option"},"location":"503266/GSI-9873480f-18a0-44c8-9e2d-92c5490517df.img","createdTime":1393705900332,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":79,"price":0,"name":"Debian 6.0 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20889,"isActive":true,"price":0,"name":"GSI-9873480f-18a0-44c8-9e2d-92c5490517df","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1393707648343},{"os":{"id":115,"description":"Debian 7.4 (32-bit)","name":"Debian 7.4 (32-bit)","object":"option"},"location":"503266/GSI-5fc22bec-6953-4ee5-9d4a-55ea6a6f5b07.img","createdTime":1394118769531,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":115,"price":0,"name":"Debian 7.4 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20945,"isActive":true,"price":0,"name":"GSI-5fc22bec-6953-4ee5-9d4a-55ea6a6f5b07","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1394120762891},{"os":{"id":116,"description":"Debian 7.4 (64-bit)","name":"Debian 7.4 (64-bit)","object":"option"},"location":"503266/GSI-fa132b1f-3fb2-4888-9df7-2a09b59f19bc.img","createdTime":1394119242328,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":116,"price":0,"name":"Debian 7.4 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20946,"isActive":true,"price":0,"name":"GSI-fa132b1f-3fb2-4888-9df7-2a09b59f19bc","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1394120762910},{"os":{"id":115,"description":"Debian 7.4 (32-bit)","name":"Debian 7.4 (32-bit)","object":"option"},"location":"503266/GSI-6761d284-161a-49d6-a7b4-fee11dd09072.img","createdTime":1394120205606,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":115,"price":0,"name":"Debian 7.4 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20947,"isActive":true,"price":0,"name":"GSI-6761d284-161a-49d6-a7b4-fee11dd09072","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1394121962724},{"os":{"id":115,"description":"Debian 7.4 (32-bit)","name":"Debian 7.4 (32-bit)","object":"option"},"location":"503266/GSI-9d075902-bc03-4778-8d87-27f6cd452f36.img","createdTime":1394120426501,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":1,"description":"32 bit OS","name":"32-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":115,"price":0,"name":"Debian 7.4 (32-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20948,"isActive":true,"price":0,"name":"GSI-9d075902-bc03-4778-8d87-27f6cd452f36","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1394121813273},{"os":{"id":116,"description":"Debian 7.4 (64-bit)","name":"Debian 7.4 (64-bit)","object":"option"},"location":"503266/GSI-a247aa9d-586e-44d5-9184-2977fcbb4094.img","createdTime":1394120997773,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":116,"price":0,"name":"Debian 7.4 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20949,"isActive":true,"price":0,"name":"GSI-a247aa9d-586e-44d5-9184-2977fcbb4094","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1394122584165},{"os":{"id":116,"description":"Debian 7.4 (64-bit)","name":"Debian 7.4 (64-bit)","object":"option"},"location":"503266/GSI-3412e3b1-272b-4d2f-86c7-6be99bf02228.img","createdTime":1394121255497,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Parallel Universe 5.5-3.1 (Faster MySQL)","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":116,"price":0,"name":"Debian 7.4 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":20950,"isActive":true,"price":0,"name":"GSI-3412e3b1-272b-4d2f-86c7-6be99bf02228","owner":{"id":503266,"name":"Parallel Universe, Inc.","object":"customer"},"updatedTime":1394122753635},{"os":{"id":114,"description":"CentOS 6.4 (64-bit)","name":"CentOS 6.4 (64-bit)","object":"option"},"createdTime":1397039878648,"location":"506525/GSI-8b1ab836-0d23-49d3-a301-fc03e4450b1f.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"melysis-9.4.2014","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":114,"price":0,"name":"CentOS 6.4 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":21216,"isActive":true,"price":0,"description":"melysis server","name":"GSI-8b1ab836-0d23-49d3-a301-fc03e4450b1f","owner":{"id":506525,"name":"Melysis","object":"customer"},"updatedTime":1398597816284},{"os":{"id":105,"description":"Windows 2012 Server (64-bit)","name":"Windows 2012 Server (64-bit)","object":"option"},"location":"28473/GSI-ac57d726-7045-4ac9-9656-7c42817cde25.img","createdTime":1400007738640,"state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"win2k124GBssd0513","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":105,"price":0,"name":"Windows 2012 Server (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":21442,"isActive":true,"price":0,"name":"GSI-ac57d726-7045-4ac9-9656-7c42817cde25","owner":{"id":28473,"name":"[Internal] GoGrid","object":"customer"},"updatedTime":1400009399025},{"os":{"id":117,"description":"Debian 7.5 (64-bit)","name":"Debian 7.5 (64-bit)","object":"option"},"location":"gogrid/GSI-a3a17996-4035-4b37-ac4c-7291ad82df3c.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Debian 7.5 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":117,"price":0,"name":"Debian 7.5 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":21532,"isActive":true,"price":0,"description":"Debian 7.5 (64-bit) w/ None","name":"debian75_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1398365402461},{"os":{"id":118,"description":"Ubuntu 14.04 LTS Server (64-bit)","name":"Ubuntu 14.04 LTS Server (64-bit)","object":"option"},"location":"gogrid/GSI-0cecd676-a3b7-4265-b544-3817d7543c4e.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Ubuntu 14.04 LTS Server (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":118,"price":0,"name":"Ubuntu 14.04 LTS Server (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":21533,"isActive":true,"price":0,"description":"Ubuntu 14.04 LTS Server (64-bit) w/ None","name":"ubuntu_14_04_LTS_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1398365402461},{"os":{"id":119,"description":"CentOS 6.5 (64-bit)","name":"CentOS 6.5 (64-bit)","object":"option"},"location":"gogrid/GSI-90a077d8-96e6-4627-921c-814ea427fb65.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"CentOS 6.5 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":119,"price":0,"name":"CentOS 6.5 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":21534,"isActive":true,"price":0,"description":"CentOS 6.5 (64-bit) w/ None","name":"centos6.5_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1398365402461}]}"
> 19:26:12.215 DEBUG jclouds.compute:59 - <<   matched image(21532) hardware(2) location(1)
> 19:26:12.216 DEBUG jclouds.compute:59 - >> running 1 node group(testingserver) location(1) image(21532) hardwareProfile(2) options({})
> 19:26:12.227 DEBUG org.jclouds.rest.internal.InvokeHttpMethod:59 - >> invoking GridServerApi.getServerList
> 19:26:12.229 DEBUG jclouds.signature:59 - << GET https://api.gogrid.com/api/grid/server/list?v=1.6&sig=d12674ee28f3501a50578c33711a1c68&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:12.230 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Sending request 1847125908: GET https://api.gogrid.com/api/grid/server/list?v=1.6&sig=d12674ee28f3501a50578c33711a1c68&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:12.230 DEBUG jclouds.headers:59 - >> GET https://api.gogrid.com/api/grid/server/list?v=1.6&sig=d12674ee28f3501a50578c33711a1c68&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:12.902 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Receiving response 1847125908: HTTP/1.1 200 OK
> 19:26:12.903 DEBUG jclouds.headers:59 - << HTTP/1.1 200 OK
> 19:26:12.904 DEBUG jclouds.headers:59 - << Content-type: text/html
> 19:26:12.905 DEBUG jclouds.headers:59 - << Date: Thu, 19 Jun 2014 09:26:12 GMT
> 19:26:12.906 DEBUG jclouds.headers:59 - << Set-Cookie: JSESSIONID=70418C3F3F098D635811F0CB3B24E1C0; Path=/api; Secure
> 19:26:12.906 DEBUG jclouds.headers:59 - << X-Mashery-Responder: prod-p-worker-lax-02.mashery.com
> 19:26:12.907 DEBUG jclouds.headers:59 - << Accept-Ranges: bytes
> 19:26:12.907 DEBUG jclouds.headers:59 - << Server: Apache-Coyote/1.1
> 19:26:12.908 DEBUG jclouds.headers:59 - << Content-Type: text/html
> 19:26:12.909 DEBUG jclouds.headers:59 - << Content-Length: 3414
> 19:26:12.910 DEBUG jclouds.wire:59 - << "{"summary":{"total":2,"start":0,"numpages":0,"returned":2},"status":"success","method":"/grid/server/list","list":[{"os":{"id":117,"description":"Debian 7.5 (64-bit)","name":"Debian 7.5 (64-bit)","object":"option"},"state":{"id":1,"description":"Server is in active state.","name":"On","object":"option"},"image":{"os":{"id":117,"description":"Debian 7.5 (64-bit)","name":"Debian 7.5 (64-bit)","object":"option"},"location":"gogrid/GSI-a3a17996-4035-4b37-ac4c-7291ad82df3c.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Debian 7.5 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":117,"price":0,"name":"Debian 7.5 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":21532,"isActive":true,"price":0,"description":"Debian 7.5 (64-bit) w/ None","name":"debian75_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1398365402461},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"server","type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"cores":1,"ip":{"id":137923,"subnet":"216.121.58.176/255.255.255.240","state":{"id":2,"description":"IP is reserved or in use","name":"Assigned","object":"option"},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"ip","public":true,"ip":"216.121.58.178"},"id":735808,"ram":{"id":2,"description":"Server with 1GB RAM","name":"1GB","object":"option"},"name":"mcp-113","isSandbox":false,"diskSize":51200},{"os":{"id":117,"description":"Debian 7.5 (64-bit)","name":"Debian 7.5 (64-bit)","object":"option"},"ram":{"id":2,"description":"Server with 1GB RAM","name":"1GB","object":"option"},"name":"testingserver-765","state":{"id":3,"description":null,"name":"Off","object":"option"},"isSandbox":false,"image":{"os":{"id":117,"description":"Debian 7.5 (64-bit)","name":"Debian 7.5 (64-bit)","object":"option"},"location":"gogrid/GSI-a3a17996-4035-4b37-ac4c-7291ad82df3c.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Debian 7.5 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":117,"price":0,"name":"Debian 7.5 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":21532,"isActive":true,"price":0,"description":"Debian 7.5 (64-bit) w/ None","name":"debian75_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1398365402461},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"server","type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"ip":{"id":137928,"subnet":"216.121.58.176/255.255.255.240","state":{"id":2,"description":"IP is reserved or in use","name":"Assigned","object":"option"},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"ip","public":true,"ip":"216.121.58.183"}}]}"
> 19:26:12.930 DEBUG o.j.gogrid.compute.functions.ServerToNodeMetadata:59 - could not find a matching hardware for server Server{id=735808, isSandbox=false, name=mcp-113, description=null, state=On, datacenter=Option{id=1, name=US-West-1, description=US West 1 Datacenter}, type=Option{id=1, name=Web Server, description=Web or Application Server}, ram=Option{id=2, name=1GB, description=Server with 1GB RAM}, os=Option{id=117, name=Debian 7.5 (64-bit), description=Debian 7.5 (64-bit)}, ip=Ip{id=137923, ip=216.121.58.178, subnet=216.121.58.176/255.255.255.240, isPublic=true, state=Assigned, datacenter=Option{id=1, name=US-West-1, description=US West 1 Datacenter}}, image=ServerImage{id=21532, name=debian75_64_base, friendlyName=Debian 7.5 (64-bit) w/ None, description=Debian 7.5 (64-bit) w/ None, os=Option{id=117, name=Debian 7.5 (64-bit), description=Debian 7.5 (64-bit)}, architecture=Option{id=2, name=64-bit, description=64 bit OS}, type=Web Server, state=Available, price=0.0, location=gogrid/GSI-a3a17996-4035-4b37-ac4c-7291ad82df3c.img, isActive=true, isPublic=true, createdTime=null, updatedTime=Fri Apr 25 04:50:02 EST 2014, billingTokens=[BillingToken{id=117, name=Debian 7.5 (64-bit), price=0.0}], owner=Customer{id=-1, name=GoGrid}}}
> 19:26:12.934 DEBUG o.j.gogrid.compute.functions.ServerToNodeMetadata:59 - could not find a matching hardware for server Server{id=0, isSandbox=false, name=testingserver-765, description=null, state=Off, datacenter=Option{id=1, name=US-West-1, description=US West 1 Datacenter}, type=Option{id=1, name=Web Server, description=Web or Application Server}, ram=Option{id=2, name=1GB, description=Server with 1GB RAM}, os=Option{id=117, name=Debian 7.5 (64-bit), description=Debian 7.5 (64-bit)}, ip=Ip{id=137928, ip=216.121.58.183, subnet=216.121.58.176/255.255.255.240, isPublic=true, state=Assigned, datacenter=Option{id=1, name=US-West-1, description=US West 1 Datacenter}}, image=ServerImage{id=21532, name=debian75_64_base, friendlyName=Debian 7.5 (64-bit) w/ None, description=Debian 7.5 (64-bit) w/ None, os=Option{id=117, name=Debian 7.5 (64-bit), description=Debian 7.5 (64-bit)}, architecture=Option{id=2, name=64-bit, description=64 bit OS}, type=Web Server, state=Available, price=0.0, location=gogrid/GSI-a3a17996-4035-4b37-ac4c-7291ad82df3c.img, isActive=true, isPublic=true, createdTime=null, updatedTime=Fri Apr 25 04:50:02 EST 2014, billingTokens=[BillingToken{id=117, name=Debian 7.5 (64-bit), price=0.0}], owner=Customer{id=-1, name=GoGrid}}}
> 19:26:12.937 DEBUG jclouds.compute:59 - >> adding node location(1) name(testingserver-755) image(21532) hardware(2)
> 19:26:12.948 DEBUG org.jclouds.rest.internal.InvokeHttpMethod:59 - >> invoking GridIpApi.getIpList
> 19:26:12.951 DEBUG jclouds.signature:59 - << GET https://api.gogrid.com/api/grid/ip/list?v=1.5&ip.state=Unassigned&datacenter=1&ip.type=Public&sig=d12674ee28f3501a50578c33711a1c68&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:12.951 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Sending request -1288795733: GET https://api.gogrid.com/api/grid/ip/list?v=1.5&ip.state=Unassigned&datacenter=1&ip.type=Public&sig=d12674ee28f3501a50578c33711a1c68&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:12.952 DEBUG jclouds.headers:59 - >> GET https://api.gogrid.com/api/grid/ip/list?v=1.5&ip.state=Unassigned&datacenter=1&ip.type=Public&sig=d12674ee28f3501a50578c33711a1c68&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:13.628 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Receiving response -1288795733: HTTP/1.1 200 OK
> 19:26:13.629 DEBUG jclouds.headers:59 - << HTTP/1.1 200 OK
> 19:26:13.630 DEBUG jclouds.headers:59 - << Content-type: text/html
> 19:26:13.631 DEBUG jclouds.headers:59 - << Date: Thu, 19 Jun 2014 09:26:12 GMT
> 19:26:13.631 DEBUG jclouds.headers:59 - << Set-Cookie: JSESSIONID=F2C1FE380606BA8E630F6E4A796A4220; Path=/api; Secure
> 19:26:13.632 DEBUG jclouds.headers:59 - << X-Mashery-Responder: prod-p-worker-lax-02.mashery.com
> 19:26:13.632 DEBUG jclouds.headers:59 - << Accept-Ranges: bytes
> 19:26:13.632 DEBUG jclouds.headers:59 - << Server: Apache-Coyote/1.1
> 19:26:13.633 DEBUG jclouds.headers:59 - << Content-Type: text/html
> 19:26:13.633 DEBUG jclouds.headers:59 - << Content-Length: 2776
> 19:26:13.634 DEBUG jclouds.wire:59 - << "{"summary":{"total":9,"start":0,"numpages":0,"returned":9},"status":"success","method":"/grid/ip/list","list":[{"id":137924,"subnet":"216.121.58.176/255.255.255.240","state":{"id":1,"description":"IP is available to use","name":"Unassigned","object":"option"},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"ip","public":true,"ip":"216.121.58.179"},{"id":137925,"subnet":"216.121.58.176/255.255.255.240","state":{"id":1,"description":"IP is available to use","name":"Unassigned","object":"option"},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"ip","public":true,"ip":"216.121.58.180"},{"id":137926,"subnet":"216.121.58.176/255.255.255.240","state":{"id":1,"description":"IP is available to use","name":"Unassigned","object":"option"},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"ip","public":true,"ip":"216.121.58.181"},{"id":137927,"subnet":"216.121.58.176/255.255.255.240","state":{"id":1,"description":"IP is available to use","name":"Unassigned","object":"option"},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"ip","public":true,"ip":"216.121.58.182"},{"id":137929,"subnet":"216.121.58.176/255.255.255.240","state":{"id":1,"description":"IP is available to use","name":"Unassigned","object":"option"},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"ip","public":true,"ip":"216.121.58.184"},{"id":137930,"subnet":"216.121.58.176/255.255.255.240","state":{"id":1,"description":"IP is available to use","name":"Unassigned","object":"option"},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"ip","public":true,"ip":"216.121.58.185"},{"id":137931,"subnet":"216.121.58.176/255.255.255.240","state":{"id":1,"description":"IP is available to use","name":"Unassigned","object":"option"},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"ip","public":true,"ip":"216.121.58.186"},{"id":137932,"subnet":"216.121.58.176/255.255.255.240","state":{"id":1,"description":"IP is available to use","name":"Unassigned","object":"option"},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"ip","public":true,"ip":"216.121.58.187"},{"id":137933,"subnet":"216.121.58.176/255.255.255.240","state":{"id":1,"description":"IP is available to use","name":"Unassigned","object":"option"},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"ip","public":true,"ip":"216.121.58.188"}]}"
> 19:26:13.655 DEBUG org.jclouds.rest.internal.InvokeHttpMethod:59 - >> invoking GridServerApi.addServer
> 19:26:13.658 DEBUG jclouds.signature:59 - << GET https://api.gogrid.com/api/grid/server/add?v=1.6&name=testingserver-755&image=21532&server.ram=1GB&ip=216.121.58.185&sig=c26e4dd1af1fbe57b962895daa167d19&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:13.659 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Sending request -1692138532: GET https://api.gogrid.com/api/grid/server/add?v=1.6&name=testingserver-755&image=21532&server.ram=1GB&ip=216.121.58.185&sig=c26e4dd1af1fbe57b962895daa167d19&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:13.659 DEBUG jclouds.headers:59 - >> GET https://api.gogrid.com/api/grid/server/add?v=1.6&name=testingserver-755&image=21532&server.ram=1GB&ip=216.121.58.185&sig=c26e4dd1af1fbe57b962895daa167d19&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:15.373 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Receiving response -1692138532: HTTP/1.1 200 OK
> 19:26:15.374 DEBUG jclouds.headers:59 - << HTTP/1.1 200 OK
> 19:26:15.375 DEBUG jclouds.headers:59 - << Content-type: text/html
> 19:26:15.376 DEBUG jclouds.headers:59 - << Date: Thu, 19 Jun 2014 09:26:14 GMT
> 19:26:15.376 DEBUG jclouds.headers:59 - << Set-Cookie: JSESSIONID=43228EA9D2C6E3900C2C502705CB7761; Path=/api; Secure
> 19:26:15.377 DEBUG jclouds.headers:59 - << X-Mashery-Responder: prod-p-worker-lax-02.mashery.com
> 19:26:15.377 DEBUG jclouds.headers:59 - << Accept-Ranges: bytes
> 19:26:15.378 DEBUG jclouds.headers:59 - << Server: Apache-Coyote/1.1
> 19:26:15.379 DEBUG jclouds.headers:59 - << Content-Type: text/html
> 19:26:15.379 DEBUG jclouds.headers:59 - << Content-Length: 1738
> 19:26:15.380 DEBUG jclouds.wire:59 - << "{"summary":{"total":1,"start":0,"numpages":0,"returned":1},"status":"success","method":"/grid/server/add","list":[{"os":{"id":117,"description":"Debian 7.5 (64-bit)","name":"Debian 7.5 (64-bit)","object":"option"},"ram":{"id":2,"description":"Server with 1GB RAM","name":"1GB","object":"option"},"name":"testingserver-755","state":{"id":3,"description":null,"name":"Off","object":"option"},"isSandbox":false,"image":{"os":{"id":117,"description":"Debian 7.5 (64-bit)","name":"Debian 7.5 (64-bit)","object":"option"},"location":"gogrid/GSI-a3a17996-4035-4b37-ac4c-7291ad82df3c.img","state":{"id":2,"description":"Image is available for adds","name":"Available","object":"option"},"friendlyName":"Debian 7.5 (64-bit) w/ None","object":"serverimage","architecture":{"id":2,"description":"64 bit OS","name":"64-bit","object":"option"},"isPublic":true,"billingtokens":[{"id":117,"price":0,"name":"Debian 7.5 (64-bit)","object":"billingtoken"}],"type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"id":21532,"isActive":true,"price":0,"description":"Debian 7.5 (64-bit) w/ None","name":"debian75_64_base","owner":{"id":-1,"name":"GoGrid","object":"customer"},"updatedTime":1398365402461},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"server","type":{"id":1,"description":"Web or Application Server","name":"Web Server","object":"option"},"ip":{"id":137930,"subnet":"216.121.58.176/255.255.255.240","state":{"id":2,"description":"IP is reserved or in use","name":"Assigned","object":"option"},"datacenter":{"id":1,"description":"US West 1 Datacenter","name":"US-West-1","object":"option"},"object":"ip","public":true,"ip":"216.121.58.185"}}]}"
> 19:26:15.399 DEBUG org.jclouds.rest.internal.InvokeHttpMethod:59 - >> invoking GridJobApi.getJobList
> 19:26:15.402 DEBUG jclouds.signature:59 - << GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:15.403 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Sending request -255003962: GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:15.404 DEBUG jclouds.headers:59 - >> GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:15.714 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Receiving response -255003962: HTTP/1.1 500 Internal Server Error
> 19:26:15.714 DEBUG jclouds.headers:59 - << HTTP/1.1 500 Internal Server Error
> 19:26:15.715 DEBUG jclouds.headers:59 - << Content-type: text/html
> 19:26:15.715 DEBUG jclouds.headers:59 - << Date: Thu, 19 Jun 2014 09:26:15 GMT
> 19:26:15.716 DEBUG jclouds.headers:59 - << Set-Cookie: JSESSIONID=B8D340E8CA669E337150FBE33A015D44; Path=/api; Secure
> 19:26:15.716 DEBUG jclouds.headers:59 - << X-Mashery-Responder: prod-p-worker-lax-02.mashery.com
> 19:26:15.716 DEBUG jclouds.headers:59 - << Accept-Ranges: bytes
> 19:26:15.717 DEBUG jclouds.headers:59 - << Connection: close
> 19:26:15.717 DEBUG jclouds.headers:59 - << Server: Apache-Coyote/1.1
> 19:26:15.717 DEBUG jclouds.headers:59 - << Content-Type: text/html
> 19:26:15.717 DEBUG jclouds.headers:59 - << Content-Length: 408
> 19:26:15.718 DEBUG jclouds.wire:59 - << "{"summary":{"total":1,"start":0,"returned":1},"status":"failure","method":"/grid/job/list","list":[{"message":"An unexpected server error has occured. Please email this error to apisupport@gogrid.com.  Error Message : No data type for node: org.hibernate.hql.ast.tree.IdentNode \n \\-[IDENT] IdentNode: 'changeRequestId' {originalText=changeRequestId}\n","object":"error","errorcode":"UnexpectedException"}]}"
> 19:26:15.719 DEBUG o.jclouds.http.handlers.BackoffLimitedRetryHandler:59 - Retry 1/5: delaying for 54 ms: server error: [method=public abstract java.util.Set org.jclouds.gogrid.features.GridJobApi.getJobList(org.jclouds.gogrid.options.GetJobListOptions[])[[Lorg.jclouds.gogrid.options.GetJobListOptions;@6f04499], request=GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755 HTTP/1.1]
> 19:26:15.776 DEBUG jclouds.signature:59 - << GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:15.776 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Sending request -255003962: GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:15.777 DEBUG jclouds.headers:59 - >> GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:16.955 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Receiving response -255003962: HTTP/1.1 500 Internal Server Error
> 19:26:16.956 DEBUG jclouds.headers:59 - << HTTP/1.1 500 Internal Server Error
> 19:26:16.957 DEBUG jclouds.headers:59 - << Content-type: text/html
> 19:26:16.957 DEBUG jclouds.headers:59 - << Date: Thu, 19 Jun 2014 09:26:16 GMT
> 19:26:16.957 DEBUG jclouds.headers:59 - << Set-Cookie: JSESSIONID=0ED9E5E927A43D96110355818C6DEE7E; Path=/api; Secure
> 19:26:16.958 DEBUG jclouds.headers:59 - << X-Mashery-Responder: prod-p-worker-lax-01.mashery.com
> 19:26:16.958 DEBUG jclouds.headers:59 - << Accept-Ranges: bytes
> 19:26:16.959 DEBUG jclouds.headers:59 - << Connection: close
> 19:26:16.959 DEBUG jclouds.headers:59 - << Server: Apache-Coyote/1.1
> 19:26:16.960 DEBUG jclouds.headers:59 - << Content-Type: text/html
> 19:26:16.960 DEBUG jclouds.headers:59 - << Content-Length: 408
> 19:26:16.960 DEBUG jclouds.wire:59 - << "{"summary":{"total":1,"start":0,"returned":1},"status":"failure","method":"/grid/job/list","list":[{"message":"An unexpected server error has occured. Please email this error to apisupport@gogrid.com.  Error Message : No data type for node: org.hibernate.hql.ast.tree.IdentNode \n \\-[IDENT] IdentNode: 'changeRequestId' {originalText=changeRequestId}\n","object":"error","errorcode":"UnexpectedException"}]}"
> 19:26:16.962 DEBUG o.jclouds.http.handlers.BackoffLimitedRetryHandler:59 - Retry 2/5: delaying for 214 ms: server error: [method=public abstract java.util.Set org.jclouds.gogrid.features.GridJobApi.getJobList(org.jclouds.gogrid.options.GetJobListOptions[])[[Lorg.jclouds.gogrid.options.GetJobListOptions;@6f04499], request=GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755 HTTP/1.1]
> 19:26:17.178 DEBUG jclouds.signature:59 - << GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:17.179 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Sending request -255003962: GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:17.180 DEBUG jclouds.headers:59 - >> GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:18.581 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Receiving response -255003962: HTTP/1.1 500 Internal Server Error
> 19:26:18.582 DEBUG jclouds.headers:59 - << HTTP/1.1 500 Internal Server Error
> 19:26:18.583 DEBUG jclouds.headers:59 - << Content-type: text/html
> 19:26:18.583 DEBUG jclouds.headers:59 - << Date: Thu, 19 Jun 2014 09:26:18 GMT
> 19:26:18.584 DEBUG jclouds.headers:59 - << Set-Cookie: JSESSIONID=8C5E82BE4221AF92FB7B136A17BFAAF6; Path=/api; Secure
> 19:26:18.585 DEBUG jclouds.headers:59 - << X-Mashery-Responder: prod-p-worker-lax-02.mashery.com
> 19:26:18.585 DEBUG jclouds.headers:59 - << Accept-Ranges: bytes
> 19:26:18.586 DEBUG jclouds.headers:59 - << Connection: close
> 19:26:18.587 DEBUG jclouds.headers:59 - << Server: Apache-Coyote/1.1
> 19:26:18.587 DEBUG jclouds.headers:59 - << Content-Type: text/html
> 19:26:18.588 DEBUG jclouds.headers:59 - << Content-Length: 408
> 19:26:18.588 DEBUG jclouds.wire:59 - << "{"summary":{"total":1,"start":0,"returned":1},"status":"failure","method":"/grid/job/list","list":[{"message":"An unexpected server error has occured. Please email this error to apisupport@gogrid.com.  Error Message : No data type for node: org.hibernate.hql.ast.tree.IdentNode \n \\-[IDENT] IdentNode: 'changeRequestId' {originalText=changeRequestId}\n","object":"error","errorcode":"UnexpectedException"}]}"
> 19:26:18.590 DEBUG o.jclouds.http.handlers.BackoffLimitedRetryHandler:59 - Retry 3/5: delaying for 457 ms: server error: [method=public abstract java.util.Set org.jclouds.gogrid.features.GridJobApi.getJobList(org.jclouds.gogrid.options.GetJobListOptions[])[[Lorg.jclouds.gogrid.options.GetJobListOptions;@6f04499], request=GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755 HTTP/1.1]
> 19:26:19.050 DEBUG jclouds.signature:59 - << GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:19.050 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Sending request -255003962: GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:19.051 DEBUG jclouds.headers:59 - >> GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:20.337 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Receiving response -255003962: HTTP/1.1 500 Internal Server Error
> 19:26:20.338 DEBUG jclouds.headers:59 - << HTTP/1.1 500 Internal Server Error
> 19:26:20.339 DEBUG jclouds.headers:59 - << Content-type: text/html
> 19:26:20.339 DEBUG jclouds.headers:59 - << Date: Thu, 19 Jun 2014 09:26:20 GMT
> 19:26:20.340 DEBUG jclouds.headers:59 - << Set-Cookie: JSESSIONID=BDC3A9A2C4F5A90CD2E95CE0C79B0E93; Path=/api; Secure
> 19:26:20.341 DEBUG jclouds.headers:59 - << X-Mashery-Responder: prod-p-worker-lax-02.mashery.com
> 19:26:20.342 DEBUG jclouds.headers:59 - << Accept-Ranges: bytes
> 19:26:20.342 DEBUG jclouds.headers:59 - << Connection: close
> 19:26:20.343 DEBUG jclouds.headers:59 - << Server: Apache-Coyote/1.1
> 19:26:20.344 DEBUG jclouds.headers:59 - << Content-Type: text/html
> 19:26:20.344 DEBUG jclouds.headers:59 - << Content-Length: 408
> 19:26:20.345 DEBUG jclouds.wire:59 - << "{"summary":{"total":1,"start":0,"returned":1},"status":"failure","method":"/grid/job/list","list":[{"message":"An unexpected server error has occured. Please email this error to apisupport@gogrid.com.  Error Message : No data type for node: org.hibernate.hql.ast.tree.IdentNode \n \\-[IDENT] IdentNode: 'changeRequestId' {originalText=changeRequestId}\n","object":"error","errorcode":"UnexpectedException"}]}"
> 19:26:20.346 DEBUG o.jclouds.http.handlers.BackoffLimitedRetryHandler:59 - Retry 4/5: delaying for 500 ms: server error: [method=public abstract java.util.Set org.jclouds.gogrid.features.GridJobApi.getJobList(org.jclouds.gogrid.options.GetJobListOptions[])[[Lorg.jclouds.gogrid.options.GetJobListOptions;@6f04499], request=GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755 HTTP/1.1]
> 19:26:20.850 DEBUG jclouds.signature:59 - << GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:20.851 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Sending request -255003962: GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:20.851 DEBUG jclouds.headers:59 - >> GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:21.543 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Receiving response -255003962: HTTP/1.1 500 Internal Server Error
> 19:26:21.544 DEBUG jclouds.headers:59 - << HTTP/1.1 500 Internal Server Error
> 19:26:21.545 DEBUG jclouds.headers:59 - << Content-type: text/html
> 19:26:21.545 DEBUG jclouds.headers:59 - << Date: Thu, 19 Jun 2014 09:26:21 GMT
> 19:26:21.546 DEBUG jclouds.headers:59 - << Set-Cookie: JSESSIONID=77B9000574C7D487792E63D29B54A14E; Path=/api; Secure
> 19:26:21.546 DEBUG jclouds.headers:59 - << X-Mashery-Responder: prod-p-worker-lax-02.mashery.com
> 19:26:21.547 DEBUG jclouds.headers:59 - << Accept-Ranges: bytes
> 19:26:21.547 DEBUG jclouds.headers:59 - << Connection: close
> 19:26:21.548 DEBUG jclouds.headers:59 - << Server: Apache-Coyote/1.1
> 19:26:21.548 DEBUG jclouds.headers:59 - << Content-Type: text/html
> 19:26:21.549 DEBUG jclouds.headers:59 - << Content-Length: 408
> 19:26:21.549 DEBUG jclouds.wire:59 - << "{"summary":{"total":1,"start":0,"returned":1},"status":"failure","method":"/grid/job/list","list":[{"message":"An unexpected server error has occured. Please email this error to apisupport@gogrid.com.  Error Message : No data type for node: org.hibernate.hql.ast.tree.IdentNode \n \\-[IDENT] IdentNode: 'changeRequestId' {originalText=changeRequestId}\n","object":"error","errorcode":"UnexpectedException"}]}"
> 19:26:21.550 DEBUG o.jclouds.http.handlers.BackoffLimitedRetryHandler:59 - Retry 5/5: delaying for 500 ms: server error: [method=public abstract java.util.Set org.jclouds.gogrid.features.GridJobApi.getJobList(org.jclouds.gogrid.options.GetJobListOptions[])[[Lorg.jclouds.gogrid.options.GetJobListOptions;@6f04499], request=GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755 HTTP/1.1]
> 19:26:22.054 DEBUG jclouds.signature:59 - << GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:22.055 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Sending request -255003962: GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:22.055 DEBUG jclouds.headers:59 - >> GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755&sig=dfe21c5f4a2d502c5406375b18477e0f&api_key=383b026fe74ec95c HTTP/1.1
> 19:26:23.217 DEBUG o.j.h.internal.JavaUrlHttpCommandExecutorService:59 - Receiving response -255003962: HTTP/1.1 500 Internal Server Error
> 19:26:23.218 DEBUG jclouds.headers:59 - << HTTP/1.1 500 Internal Server Error
> 19:26:23.219 DEBUG jclouds.headers:59 - << Content-type: text/html
> 19:26:23.220 DEBUG jclouds.headers:59 - << Date: Thu, 19 Jun 2014 09:26:23 GMT
> 19:26:23.220 DEBUG jclouds.headers:59 - << Set-Cookie: JSESSIONID=5E44D34B371597492A30B51E33C9317C; Path=/api; Secure
> 19:26:23.221 DEBUG jclouds.headers:59 - << X-Mashery-Responder: prod-p-worker-lax-04.mashery.com
> 19:26:23.222 DEBUG jclouds.headers:59 - << Accept-Ranges: bytes
> 19:26:23.223 DEBUG jclouds.headers:59 - << Connection: close
> 19:26:23.223 DEBUG jclouds.headers:59 - << Server: Apache-Coyote/1.1
> 19:26:23.224 DEBUG jclouds.headers:59 - << Content-Type: text/html
> 19:26:23.224 DEBUG jclouds.headers:59 - << Content-Length: 408
> 19:26:23.225 DEBUG jclouds.wire:59 - << "{"summary":{"total":1,"start":0,"returned":1},"status":"failure","method":"/grid/job/list","list":[{"message":"An unexpected server error has occured. Please email this error to apisupport@gogrid.com.  Error Message : No data type for node: org.hibernate.hql.ast.tree.IdentNode \n \\-[IDENT] IdentNode: 'changeRequestId' {originalText=changeRequestId}\n","object":"error","errorcode":"UnexpectedException"}]}"
> 19:26:23.226 ERROR o.jclouds.http.handlers.BackoffLimitedRetryHandler:91 - Cannot retry after server error, command has exceeded retry limit 5: [method=public abstract java.util.Set org.jclouds.gogrid.features.GridJobApi.getJobList(org.jclouds.gogrid.options.GetJobListOptions[])[[Lorg.jclouds.gogrid.options.GetJobListOptions;@6f04499], request=GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755 HTTP/1.1]
> 19:26:23.254 ERROR jclouds.compute:96 - createNodesInGroup(testingserver), completed: 0/1, errors: 1, rate: 10301ms/op
> java.util.concurrent.ExecutionException: org.jclouds.gogrid.GoGridResponseException: command [method=public abstract java.util.Set org.jclouds.gogrid.features.GridJobApi.getJobList(org.jclouds.gogrid.options.GetJobListOptions[])[[Lorg.jclouds.gogrid.options.GetJobListOptions;@6f04499], request=GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755 HTTP/1.1] failed with code 500. Error [UnexpectedException]: An unexpected server error has occured. Please email this error to apisupport@gogrid.com.  Error Message : No data type for node: org.hibernate.hql.ast.tree.IdentNode 
>  \-[IDENT] IdentNode: 'changeRequestId' {originalText=changeRequestId}
> . 
> 	at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:299) ~[guava-15.0.jar:na]
> 	at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:286) ~[guava-15.0.jar:na]
> 	at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:116) ~[guava-15.0.jar:na]
> 	at org.jclouds.concurrent.FutureIterables$1.run(FutureIterables.java:125) ~[jclouds-core-1.7.3.jar:1.7.3]
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_21]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_21]
> 	at java.lang.Thread.run(Thread.java:722) [na:1.7.0_21]
> org.jclouds.gogrid.GoGridResponseException: command [method=public abstract java.util.Set org.jclouds.gogrid.features.GridJobApi.getJobList(org.jclouds.gogrid.options.GetJobListOptions[])[[Lorg.jclouds.gogrid.options.GetJobListOptions;@6f04499], request=GET https://api.gogrid.com/api/grid/job/list?v=1.5&num_items=1&object=testingserver-755 HTTP/1.1] failed with code 500. Error [UnexpectedException]: An unexpected server error has occured. Please email this error to apisupport@gogrid.com.  Error Message : No data type for node: org.hibernate.hql.ast.tree.IdentNode 
>  \-[IDENT] IdentNode: 'changeRequestId' {originalText=changeRequestId}
> . 
> 	at org.jclouds.gogrid.handlers.GoGridErrorHandler.handleError(GoGridErrorHandler.java:62) ~[gogrid-1.7.3.jar:1.7.3]
> 	at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:69) ~[jclouds-core-1.7.3.jar:1.7.3]
> 	at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:180) ~[jclouds-core-1.7.3.jar:1.7.3]
> 	at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:150) ~[jclouds-core-1.7.3.jar:1.7.3]
> 	at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:93) ~[jclouds-core-1.7.3.jar:1.7.3]
> 	at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:76) ~[jclouds-core-1.7.3.jar:1.7.3]
> 	at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:47) ~[jclouds-core-1.7.3.jar:1.7.3]
> 	at org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117) ~[jclouds-core-1.7.3.jar:1.7.3]
> 	at com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:79) ~[guava-15.0.jar:na]
> 	at com.sun.proxy.$Proxy54.getJobList(Unknown Source) ~[na:na]
> 	at org.jclouds.gogrid.predicates.ServerLatestJobCompleted.apply(ServerLatestJobCompleted.java:61) ~[gogrid-1.7.3.jar:1.7.3]
> 	at org.jclouds.gogrid.predicates.ServerLatestJobCompleted.apply(ServerLatestJobCompleted.java:44) ~[gogrid-1.7.3.jar:1.7.3]
> 	at org.jclouds.util.Predicates2$RetryablePredicate.apply(Predicates2.java:111) ~[jclouds-core-1.7.3.jar:1.7.3]
> 	at org.jclouds.gogrid.compute.strategy.GoGridComputeServiceAdapter.createNodeWithGroupEncodedIntoName(GoGridComputeServiceAdapter.java:105) ~[gogrid-1.7.3.jar:1.7.3]
> 	at org.jclouds.compute.strategy.impl.AdaptingComputeServiceStrategies.createNodeWithGroupEncodedIntoName(AdaptingComputeServiceStrategies.java:194) ~[jclouds-compute-1.7.3.jar:1.7.3]
> 	at org.jclouds.compute.strategy.impl.CreateNodesWithGroupEncodedIntoNameThenAddToSet$AddNode.call(CreateNodesWithGroupEncodedIntoNameThenAddToSet.java:81) ~[jclouds-compute-1.7.3.jar:1.7.3]
> 	at org.jclouds.compute.strategy.impl.CreateNodesWithGroupEncodedIntoNameThenAddToSet$AddNode.call(CreateNodesWithGroupEncodedIntoNameThenAddToSet.java:65) ~[jclouds-compute-1.7.3.jar:1.7.3]
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) ~[na:1.7.0_21]
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166) ~[na:1.7.0_21]
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_21]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_21]
> 	at java.lang.Thread.run(Thread.java:722) [na:1.7.0_21]
> 	at java.lang.Thread.getStackTrace(Thread.java:1567) [na:1.7.0_21]
> 	at org.jclouds.compute.strategy.impl.CreateNodesWithGroupEncodedIntoNameThenAddToSet.createNodeInGroupWithNameAndTemplate(CreateNodesWithGroupEncodedIntoNameThenAddToSet.java:169) ~[jclouds-compute-1.7.3.jar:1.7.3]
> 	at org.jclouds.compute.strategy.impl.CreateNodesWithGroupEncodedIntoNameThenAddToSet.execute(CreateNodesWithGroupEncodedIntoNameThenAddToSet.java:124) ~[jclouds-compute-1.7.3.jar:1.7.3]
> 	at org.jclouds.compute.internal.BaseComputeService.createNodesInGroup(BaseComputeService.java:215) ~[jclouds-compute-1.7.3.jar:1.7.3]
> 	at GoGridTest.createServer(GoGridTest.java:74) ~[test-classes/:na]
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_21]
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_21]
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_21]
> 	at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_21]
> 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) ~[junit-4.11.jar:na]
> 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.11.jar:na]
> 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) ~[junit-4.11.jar:na]
> 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) ~[junit-4.11.jar:na]
> 	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74) ~[spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83) ~[spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72) ~[spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:232) ~[spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:89) ~[spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) ~[junit-4.11.jar:na]
> 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) ~[junit-4.11.jar:na]
> 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) ~[junit-4.11.jar:na]
> 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) ~[junit-4.11.jar:na]
> 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) ~[junit-4.11.jar:na]
> 	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) ~[spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71) ~[spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.junit.runners.ParentRunner.run(ParentRunner.java:309) ~[junit-4.11.jar:na]
> 	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:175) ~[spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.junit.runner.JUnitCore.run(JUnitCore.java:160) ~[junit-4.11.jar:na]
> 	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:74) ~[junit-rt.jar:na]
> 	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:211) ~[junit-rt.jar:na]
> 	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:67) ~[junit-rt.jar:na]
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_21]
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_21]
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_21]
> 	at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_21]
> 	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) ~[idea_rt.jar:na]
> 19:26:23.271 ERROR jclouds.compute:96 - createNodesInGroup(testingserver), completed: 0/1, errors: 1, rate: 10326ms/op
> java.lang.RuntimeException: createNodesInGroup(testingserver), completed: 0/1, errors: 1, rate: 10326ms/op
> 	at org.jclouds.concurrent.FutureIterables.awaitCompletion(FutureIterables.java:155) ~[jclouds-core-1.7.3.jar:1.7.3]
> 	at org.jclouds.compute.internal.BaseComputeService.createNodesInGroup(BaseComputeService.java:219) [jclouds-compute-1.7.3.jar:1.7.3]
> 	at GoGridTest.createServer(GoGridTest.java:74) [test-classes/:na]
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_21]
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_21]
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_21]
> 	at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_21]
> 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) [junit-4.11.jar:na]
> 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.11.jar:na]
> 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) [junit-4.11.jar:na]
> 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.11.jar:na]
> 	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74) [spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83) [spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72) [spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:232) [spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:89) [spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [junit-4.11.jar:na]
> 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [junit-4.11.jar:na]
> 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [junit-4.11.jar:na]
> 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [junit-4.11.jar:na]
> 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [junit-4.11.jar:na]
> 	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71) [spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [junit-4.11.jar:na]
> 	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:175) [spring-test-4.0.2.RELEASE.jar:4.0.2.RELEASE]
> 	at org.junit.runner.JUnitCore.run(JUnitCore.java:160) [junit-4.11.jar:na]
> 	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:74) [junit-rt.jar:na]
> 	at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:211) [junit-rt.jar:na]
> 	at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:67) [junit-rt.jar:na]
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_21]
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_21]
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_21]
> 	at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_21]
> 	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) [idea_rt.jar:na]



--
This message was sent by Atlassian JIRA
(v6.2#6252)