/v2/api/spImage/generate (POST) - BlueCat DNS Edge

DNS Edge API Guide

Locale
English
Product name
BlueCat DNS Edge

Retrieves an OVA image of the specified site.

POST https://api-<DNS.Edge.URL>/v2/api/spImage/generate
Authorization: Bearer authorization token
Content-type: application/JSON
{
  "siteId":"12345"
}

Successful response

200 OK
Content-Type: application/JSON

Service-point.OVA, which contains Coreos VMDK, OVF, and ISO image that contains docker images.

Possible error codes
  • 401 UNAUTHORIZED
  • 403 FORBIDDEN
  • 500 INTERNAL SERVER ERROR