98d9b8d2dd99a187d638a6885cb2562d9b43260b
[sim/o1-interface.git] / ntsimulator / scripts / configuration.json
1 {
2         "notification-config":  {
3                 "ves-heartbeat-period": 0,
4                 "is-netconf-available": true,
5                 "is-ves-available":     true,
6                 "fault-notification-delay-period":      [0]
7         },
8         "ves-endpoint-details": {
9                 "ves-endpoint-ip":      "172.17.0.1",
10                 "ves-endpoint-port":    30007,
11                 "ves-endpoint-auth-method":     "no-auth",
12                 "ves-endpoint-username":        "",
13                 "ves-endpoint-password":        "",
14                 "ves-endpoint-certificate":     "",
15                 "ves-registration":     false
16         }
17 }