% include ../partials/head %> <% include ../partials/header %>
SDN-C AdminPortal
uCPE API Logins
<% if ( typeof result != 'undefined' ) { if (result.code.length > 0) { if ( result.code == 'success' ) { %>
<% for ( x in result.msg ){ %>
<%= result.msg[x] %>
<% } %>
<% } else { %>
<% for ( x in result.msg ){ %>
<%= result.msg[x] %>
<% } %>
<% } %> <% } %> <% } %> <% if( typeof privilege != 'undefined'){ var priv = privilege.privilege; } else { var priv = 'A'; } %>
*CUSTOMER_NAME
PHS_NCS_USERNAME
NCS_PUBLIC_SSH_KEY
<% rows.forEach( function(row) { %>
<%= row.customer_name %>
<%= row.phs_ncs_username %>
<%= row.ncs_public_ssh_key %>
<% }); %>