Get the effective default endpoint client versions

Responses
200

Current default versions

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

get/endpoint-control-service/v1/client-version/default
Request samples
curl -i -X GET \
  http://endpoint-control-service:8080/endpoint-control-service/v1/client-version/default
Response samples
application/json
{
  • "linux": "v2.5.21",
  • "mac": "v2.5.21",
  • "windows": "v2.5.21"
}