7 years ago
Collector REST API Requests
I would like the REST API to support
Scheduling a collector version update
Applying a one-time collector version update
Working with the Collector Custom Properties (recentl...
Hey Phil,
You can actually do all of those with v1 of the API (via onetimeUpgradeInfo, automaticUpgradeInfo, and customProperties fields, respectively), it's just cumbersome to update the Collector via PUT. With v2 of our REST API, which is about to be released, we'll offer update via PATCH, which should make all three of those actions significantly easier. The v1 API docs can probably also use more detail regarding manipulating those three fields - I can update those.
Thanks,
Sarah