Forum Discussion
emcgowan
Product Manager
24 days agoVirgil_Soulie could you try using the agentConfField array in the /setting/collector/collectors/{id} resource ?
"agentConfFields": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
Virgil_Soulie
Neophyte
23 days agoI've tried adding/updating the "AgentConfFields"
{
"agentConfFields": {
"reporter.persistent.expire": "720"
}
}
Using PATCH method with /setting/collector/collectors/ but the field stays "null"
Anything i'm missing ?