/user/api/v1/servicePoints/versions (GET) - BlueCat Edge - Service Point v4.x.x

BlueCat Edge User Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v4.x.x

Returns a list of available Service Point v4 updates and the minimum required version that a service point must be running to apply each update.

Request: GET https://<us|eu>.fleet.bluec.at/user/api/v1/servicePoints/versions
Authorization: Bearer token

Successful response

200 OK
{
  "versions": [
    {
      "version": "4.2.0",
      "minRequired": "4.1.0"
    }
  ]
}
Possible error codes
  • 500 Internal Server Error