/v2/api/spImage/generate (POST) - BlueCat Edge - Service Point v3.x.x

BlueCat Edge User Guide

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

Retrieves an OVA image of the specified site.

POST https://api-<BlueCat.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