Joe_Williams
3 years agoExpert
Creating Collector Groups via API
Is it not possible to add/create custom properties in Collector groups via the API?
I set it manually and fetch the properties to verify how I should put it in. I end up with a structure like this
collectorbody = {"name": "Test Group", "description": "Test group for automation", "custom_properties": [{"name": "servicenow.companyid", "value": "ACME001"}]}
But when I create the group, it doesn't seem to take the property.
I have also tried to update the collector group after the fact and that still doesn't appear to work.