Create File Data Store
The process for creating a file Data Store (e.g. Esri ShapeFile) requires a series of calls that first creates the Data Store and then uploads the data.
-
PUT: http://<server>:<port>/1Integrate/rest/datastores/{path}
This PUT request will create a Data Store at the given path.
Note: The path must not already be in use by another Data Store or folder.
See the Discover Data Stores page and capabilities endpoint for the valid Data Store types and the parameters they require.
-
POST: http://<server>:<port>/1Integrate/rest/datastores/{path}
Next, the POST request uploads file data to the Data Store, and builds the schema from this data.