Versions Compared

Key

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

API exposed by SO:

Get AN &CN EndPoints

Method

URL

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

Request Example for TN-BH:


JSON Viewer
modeText
{
	"subnetType": [
		"TN_BH"
	]
}

Response Example:


JSON Viewer
modeText
{
	"endPoints": {
		"cu_eg": {
			"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": ""
		}
	}
}

Request Example for TN-MH


JSON Viewer
modeText
{
	"subnetType": [
		"TN_MH"
	]
}

Response Example:


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

Request Example for TN-FH:


JSON Viewer
modeText
{
	"subnetType": [
		"TN_FH"
	]
}

Response Example:


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

NSSMF Workflow - WIP