blob: 69637a304c03dd8a8f457c4d44fa20817b8fa48c [file] [log] [blame]
demx8as6b03d8b72020-06-29 12:05:53 +02001################################################################################
2# Copyright 2020 highstreet technologies GmbH and others
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15################################################################################
demx8as63eac02b2020-06-29 11:54:33 +020016@node=O-RAN-FH-NTS-Manager
17#@node=Core14-ONF-NTS-Manager
18#@node=Core12-ONF-NTS-Manager
19#@node=xran-FH-NTS-Manager
20PUT {{baseUrl}}/rests/data/network-topology:network-topology/topology=topology-netconf/node={{node}}/yang-ext:mount/network-topology-simulator:simulator-config
21Authorization: Basic {{user}} {{password}}
22Accept: application/yang-data+json
23Content-Type: application/yang-data+json
24
25{
26 "network-topology-simulator:simulator-config": {
27 "ves-endpoint-details": {
28 "ves-endpoint-port": 8080,
29 "ves-endpoint-auth-method": "no-auth",
30 "ves-registration": false,
31 "ves-endpoint-ip": "10.20.11.118"
32 },
33 "netconf-call-home": false,
34 "simulated-devices": 0,
35 "mounted-devices": 0,
36 "controller-details": {
37 "controller-password": "admin",
38 "controller-ip": "10.20.11.118",
39 "netconf-call-home-port": 6666,
40 "controller-username": "admin",
41 "controller-port": 8181
42 },
43 "notification-config": {
44 "is-netconf-available": true,
45 "ves-heartbeat-period": 0,
46 "is-ves-available": false,
47 "fault-notification-delay-period": [
48 10,
49 40,
50 50,
51 60
52 ]
53 }
54 }
55}