<% 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' ) { %> <% } else { %>
<% for ( x in result.msg ){ %>
<%= result.msg[x] %>
<% } %>
<% } %> <% } %> <% } %> <% if( typeof privilege != 'undefined'){ var priv = privilege.privilege; } else { var priv = 'A'; } %>
<% rows.forEach( function(row) { %> <% }); %>
*CUSTOMER_NAME PHS_NCS_USERNAME NCS_PUBLIC_SSH_KEY
<%= row.customer_name %> <%= row.phs_ncs_username %> <%= row.ncs_public_ssh_key %>