[SOLVED] Problem using one.vn.update XML-RPC method

Hi @cmartin

Thanks for the info! so we can’t use one.vn.update to update the whole template right? just:

BRIDGE = “br100”
DNS = “10.140.1.1”
GATEWAY = “10.140.1.1”
NAME = “pool1”
NETWORK_MASK = “255.255.0.0”
VLAN = “YES”

and for the AR:

AR = [
ip = “10.140.1.100”,
size = “17”,
type = “IP4”
]

we must use one.vn.update_ar method as usual, right?

Cheers
Alvaro