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