Environment: <%=D1Client.getCN().getNodeBaseServiceUrl() %>
<% NodeList nodeList = D1Client.getCN().listNodes(); if (nodeList!= null) { List" + e.getMessage() + ""; e.printStackTrace(); } String lastSynch = "N/A"; try { lastSynch = node.getSynchronization().getLastHarvested().toString(); } catch (Exception e) { // CNs don't have that } String pingString = "unknown"; try { pingString = D1Client.getMN(node.getIdentifier()).ping().toString(); //pingString = node.getPing().getSuccess() + " at " + node.getPing().getLastSuccess().toString(); } catch (Exception e) { } %>
Type | Identifier | Name | Description | Objects | State | Ping | Last synchronized |
---|---|---|---|---|---|---|---|
<%=node.getType().xmlValue() %> | <%=node.getIdentifier().getValue() %> | <%=node.getName() %> | <%=node.getDescription() %> | <%=objectCountString %> | <%=node.getState().xmlValue() %> | <%=pingString %> | <%=lastSynch %> |
DataONE network overview includes:
NOTE: This is a prototype and may be relocated