Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

setup new system using API

Answered

Comments

2 comments

  • Andrey Terentyev
    • Network Optix team

    Hello Jim,

    The default password is "admin", the username has to be "admin"

    Here is a curl command for configuring a system.

    curl -X POST --digest "http://admin:admin@localhost:7001/api/setupLocalSystem" -H "Content-Type: application/json" --data-binary @system_settings.json

    Here is the content of the system_settings.json file

    {
    "password":"<new password>",
    "systemName":"<a name of a system>",
    "systemSettings":{
    "statisticsAllowed": "false"
    }
    }

    0
  • Permanently deleted user

    Perfect, thanks!

    0

Please sign in to leave a comment.