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.
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