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...
It's a JSON object that should include the following fields: majorVersion, minorVersion, startEpoch, description.
So if you're trying to add a one time upgrade to 27.003, it might look like this:
{"majorVersion":27,"minorVersion": 3,"startEpoch": 1538420400,"description":"upgrading to the 27003"}