Download data generated by the Fredhopper Managed Services.
URL
https://my.<region>.fredhopperservices.com/{sin}/data/output/{id}/{filename}
Formats
Service dependent, usually "application/zip".
HTTP Method(s)
GET
Requires Authentication
Yes
Parameters
| Parameter | Required | Description |
|---|---|---|
| {sin} | Yes | Name of the service instance, for example fas:live1 or fas:test1. |
| {id} | Yes | Data id |
| {filename} | Yes | Name of a file. This is service-specific |
Response
HTTP "200 OK" response, with a body containing the requested file.
Usage example
The following uses curl to download the file 'output.zip' from the feed generation run at '2011-02-07_03-00-36' of the 'feeds:live1' service instance in the 'us1' region.
The command shows the headers returned by the server (-D - parameters) for illustration purposes as well.
Request:
$ curl -s -D - -L -u user:password https://my.us1.fredhopperservices.com/feeds:live1/data/output/2011-02-07_03-00-36/output.zip -o output.zip HTTP/1.1 200 OK Date: Mon, 07 Feb 2011 15:20:25 GMT Server: Apache-Coyote/1.1 Content-Type: application/octet-stream Via: 1.1 my.us1.fredhopperservices.com Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked
Comments
0 comments
Article is closed for comments.