Template cnMaestro URL help

Tried using the following template command to change the cnMastro URL in a 450AP. The job runs just fine and is successful, but nothing has changed when you check the AP. Ideas?

{
  "cnMaestroConfig": {
   "cnMaestroUrl": "name.server.address",
   "cnMaestroEnable": 1,
   "camID": "",
   "camOnboardKey": ""
  }}

Try placing cnMaestroConfig within the “userParameters” object.

{
  "userParameters": {
        "cnMaestroConfig": {
             "cnMaestroUrl": "name.server.address",
             "cnMaestroEnable": 1,
             "camID": "",
             "camOnboardKey": ""
          }
    }
}
1 Like

Thank you for the help :sunglasses: :+1:

2 Likes