3.6. HostRoute

DATA TYPE

Parameters

Parameters
Parameter Name Data Type Description
destination String The destination IPv4 network address. (ex. "192.168.0.0/24")
nexthop String The nexthop IPv4 address. (ex. "192.168.0.1")

Example

{
	"destination":"0.0.0.0/0",
	"nexthop":"123.456.78.9"
}