Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
The SDN-C version is decided to upgrade from version 1.8.1 to 2.2.3.
Table of Contents |
---|
References:
Jira Legacy server System Jira serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176 key CCSDK-3582
...
We can also query SDNC to return all nodes using http://localhost:8282/restconf/config/network-topology:network-topology/topology/topology-netconf
the nodes can also be retrieved using /restconf
However, when attempting to retrieve information using http://localhost:8282/rests/data/network-topology:network-topology/topology=topology-netconf/node=DemoNode/yang-ext:mount/turing-machine:turing-machine we receive the following error:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "errors": { "error": [ { "error-tag": "resource-denied-transport", "error-type": "protocol", "error-message": "Mount point does not exist." } ] } } |
We also get this error when we run CSIT tests
Info | ||||
---|---|---|---|---|
| ||||
09:49:08.028 [http-nio-8080-exec-8] ERROR o.o.c.n.d.e.DmiExceptionHandler - Exception occurred |
...