Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Multiple selection of nodes in TN selection page, the selected nodes should be displayed as below,


API exposed by SO:

Get AN &CN EndPoints

Method

URL

POST/onap/so/infra/3gppservices/v1/QueryEndPointInfo

Request Example:


JSON Viewer
modeText
{
	"subnetTypes": [
		"ANTN_BH",
		"CN"
	]
}

Response Example:


JSON Viewer
modeText
{
	"endPoints": {
		"ANcu_eg": {
			"ipAddress": ["xx.xx.xx.xx", "xx.xx.xx.xx"],
			"logicalInterfaceId": "12",
			"nexthopInfo": ""
		},
		"CNcn": {
			"ipAddress": ["xx.xx.xx.xx", "xx.xx.xx.xx"],
			"logicalInterfaceId": "12",
			"nexthopInfo": ""
		}
	}
}

...