Versions Compared

Key

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

...

Request Example:


JSON Viewer
modeText
{
	"subnetTypessubnetType": [
		"AN",
        		"CN"
	],
	"coverageAreaTAList": "Beijing;Beijing;HaidianDistrict;WanshouluStreet"
}

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": ""
		}
	}
}

...