Versions Compared

Key

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

...

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_MHAN",
        "CN"
	]
}

Response Example:


JSON Viewer
modeText
{
	"endPoints": {
		"du_egAN": {
			"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_inCN": {
			"ipAddress": ["xx.xx.xx.xx", "xx.xx.xx.xx"],
			"logicalInterfaceId": "12",
			"nexthopInfo": ""
		}
	}
}

...