Returns a list of available Fleet Service Point updates and the minimum required version that a Fleet Service Point must be running to apply each update.
Request: GET https://us.fleet.bluec.at/user/api/v1/fleetInstances/versions Authorization: Bearer token
Successful response
200 OK { "versions": [ { "version": "4.2.0", "minRequired": "4.1.0" } ] }
Possible error codes
- 500 Internal Server Error