/v2/api/spImage/{siteId}/config (GET) - BlueCat DNS Edge

DNS Edge User Guide (Service Point v4)

Locale
English
Product name
BlueCat DNS Edge
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>
},

Response on unsuccessful authorization

401 Unauthorized
Content-Type: application/JSON
{"code": "UNAUTHORIZED", "brief": "You are not authorized to perform this action"}
Possible error codes
  • UNEXPECTED_ERROR