Synchronize/Upload Managed File (Internal Only)

Synchronizes/uploads an existing file of a specific Managed File ID (or Name) from a Server Extension File Store, to the Server's File Store and is used exclusively in a clustered environment.

Request takes binary file data as content, and on success returns a response containing the Managed File ID (or Name) of the file.

This method is strictly used internally by PReS Connect.

Type: POST
URI: /rest/serverengine/filestore/file/{fileId}
Parameters:

Path:

  • fileId – the Managed File ID (or Name) of the file in File Store
Request:
Add. Headers: auth_token – Authorization Token (if server security settings enabled)
Content: File
Content Type: application/octet-stream
Response:
Add. Headers:
Content: Managed File ID (or Name)
Content Type: text/plain
Status:
  • 200 OK – File successfully synchronized/uploaded to File Store
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired
  • 405 Not Allowed – File already exists in File Store
 
   
  • Last Topic Update: Jan-22-2018 13:07
  • Last Published: 2018-05-14 : 10:00 AM