Measurements
Generate Upload URL
Generate a URL for uploading a file containing measurements to the platform in preparation for the measurements it contains to be ingested:
- An upload URL is returned together with an upload job id:
- You can then upload your data measurements file using a PUT request using the returned upload URL as the endpoint.
- You can use the returned upload job id with other calls to the File Upload Service for any follow-up or troubleshooting.
Important:
- The contentLength request parameter is required.
- The upload URL is time limited - it is valid for one minute.
Part of the file upload service for submitting measurements data files.
post/organizations/{orgId}/fileuploads/measurements/generateUploadUrl
Path parameters
orgIdstring required
UUID of the Organization. The Organization represents your company as a direct customer of the m3ter platform.
Request body
Response
Returns the upload URL and jobId