Uploads a new data file to Thredds

Uploads a new data file to Thredds.

Files uploaded using this service are placed in an organisation-specific catalog, and their URL path is prefixed with the uploading organisation's ID. As a concrete example, if uploading a new data file to be owned by an organisation 'Acme' (e.g. organisationid=acme) and with path=/some/directory/file.nc, then the final URL path of the uploaded file will be /acme/some/directory/file.nc, and the details of the file will be found in an Acme-specific catalog that will be linked from the main Thredds catalog.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

The ID for the dataset.

If omitted, the MD5 hash of the path is used.

string
required

The URL path at which to place the data.

Note that this should be the complete path of the file, including the file name - the name of the uploaded file will be overridden.

string

The name of the dataset.

If omitted, the name of the file (i.e. the last component of the path) is used.

string

The ID of the organisation to own the dataset.

If omitted, it is assumed the first component of the path is the organisation ID.

string

The IDs of the groups to contain the dataset, if any. The list format is "[group1,group2]", a deprecated format without brackets is also supported: "group1,group2"

file

The dataset to upload, in NetCDF format.

The filename will be overridden by the path parameter. If this parameter is omitted an empty NetCDF file will be add as a placeholder for this dataset.

Responses

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json