Forum Discussion
Joe_Williams
3 years agoProfessor
1 minute ago, Mike Moniz said:Looking at the v2 documentation it looks like it should be "customProperties" without an underscore.
https://www.logicmonitor.com/swagger-ui-master/dist/#/Collector Groups/addCollectorGroup
{ "autoBalance": "string", "customProperties": [ { "name": "addr", "value": "127.0.0.1" } ], "name": "Collector (Network Devices)", "autoBalanceInstanceCountThreshold": 0, "autoBalanceStrategy": "string", "description": "Group for collectors dedicated to Network Devices" }
Yeah i was working off of the output from the SDK, which puts it as custom_properties. Saw the issue just as you posted lol.