hello,
i want to add object to the preset but not work :
InternetGatewayDevice.X_ATP_VLANTermination
with this configuration template
{
“type”: “add_object”,
“name”: “object_parent”,
“object”: “object_name”
}
with curl on the device i use this (work) but not static :
–data ‘{“name”:“addObject”,“objectName”:“InternetGatewayDevice.X_ATP_VLANTermination”}’
version 1.0.6
can you help me ?
regards
Wil