Hi.
When I do a REST request on SDNC:
GET "
http://SDNC:8282/restconf/operational/network-topology:network-topology/"
I get:
{
"network-topology": {
"topology": [
{
"topology-id": "topology-netconf",
"node": [
{
"node-id": "controller-config",
"netconf-node-topology:host": "127.0.0.1",
"netconf-node-topology:port": 1830,
"netconf-node-topology:connection-status": "connecting"
}
]
}
]
}
}
Why the node "controller-config" is stuck in "connecting" state ?
However, when I make same REST request on APPC:
GET "
http://APPC:8282/restconf/operational/network-topology:network-topology/"
I get:
{
"network-topology": {
"topology": [
{
"topology-id": "topology-netconf",
"node": [
{
"node-id": "controller-config",
"netconf-node-topology:host": "127.0.0.1",
"netconf-node-topology:connection-status": "connected",
"netconf-node-topology:available-capabilities": {
"available-capability": [
"(config:aaa:authn:idmlight?revision=2015-12-04)aaa-idmlight",
....
]
},
"netconf-node-topology:unavailable-capabilities": {},
"netconf-node-topology:port": 1830
Thanks.
Abdelmuhaimen Seaudi, CCIE # 25265
Email: [email protected]
Skype: aseaudi
LinkedIn: www.linkedin.com/in/aseaudi
Telephone: +2012 84644 733
_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss