/v2/api/spImage/{siteId}/config (GET) - BlueCat Edge - Service Point v3.x.x

BlueCat Edge User Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x
Downloads base64 encoded service point configuration information, including:
  • the endpoint to connect to for registration
  • the certificate that the service point uses to authenticate to its endpoint
  • the service point manager endpoint
The downloaded information is needed to deploy a service point in Azure or AWS.
GET /v2/api/spImage/{siteId}/config
Authorization: Bearer authorization token
Content-type: text/plain

Successful response

200 OK
Content-type: text/plain
{ 
   <base64 encoded site config file>
},
Possible error codes
  • 401 UNAUTHORIZED
  • 403 FORBIDDEN
  • 500 INTERNAL SERVER ERROR