Returns a training image associated with a vehicle model.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the vehicle model. | Yes |
identifier
|
The identifier of the vehicle model from which you want to retrieve an image. | Yes |
imagelabel
|
The label of the image that you want to retrieve. | Yes |
curl http://localhost:14000 -F action=getvehiclemodelimage -F database=Cars -F identifier=AstonMartinVantage -F imagelabel=image1 -o ReturnedImage.png
The response contains the image data.
HPE Media Server identifies the image type and sets the Content-Type
header to the appropriate MIME type. The Content-Length
header is set to the length of the image data in bytes.
If an error occurs, HPE Media Server returns a standard XML error response.
|