Versions Compared

Key

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

...

The value should be populated in UUI on load of the page.

API Details

  1. UUI ↔ SO

MOCK SCREENS FOR UUI ENHANCEMENTS:

 AutoPopulate nodes for multiple selection in UUI as below,

...

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": [
		"AN",
		"CN"
	]
}

Response Example:


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


2. SO ↔ CPS


3. SO ↔ SDNC


4. SO ↔ AAI

...