Import project
Imports a previously-exported project. By default the imported project is created under the name given by the `{project}` path parameter (which must not already exist for this customer). If `otherProjectName` is supplied instead, the imported project is merged into that existing project rather than created as new, and `{project}` is ignored for that case.
Imports a previously-exported project. By default the imported
project is created under the name given by the {project} path
parameter (which must not already exist for this customer). If
otherProjectName is supplied instead, the imported project is
merged into that existing project rather than created as new, and
{project} is ignored for that case.
Authorization
SymetryMLAuth HMAC-SHA256 signature-based authentication: requests are signed with
your secret key and sent with the Customer-ID, Sym-date,
Authorization, Content-MD5 and sym-version headers.
See SymetryML REST API Security
for the signature algorithm and a complete example.
In: header
Path Parameters
User/Customer identifier
Project identifier
Query Parameters
falsefalseRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
The raw base64-encoded, gzip-compressed project bytes as returned by the export endpoint — a plain string body, NOT a JSON object (despite the application/json content type).
Response Body
application/json
application/json
curl -X POST "https://example.com/c1/projects/nbra_prj_iris/import" \ -H "Content-Type: application/json" \ -d 'H4sIAAAAAAAA/63ZW2wUVRgH8MOle50d+tAQiArYGC6KCkIJEqqHi1wC6lYbYG=='{ "statusCode": 200, "statusString": "Project Import with name [myImportedProject] for customer [c1]", "values": {}}{ "statusCode": 500, "statusString": "Generic Exception [java.lang.Exception: Cannot import Fusion Project]", "values": {}}Enable/disable histogram POST
Enable or disable histogram tracking for probability density function (PDF) analysis. Supports configurable window sizes for streaming data scenarios.
Get project information GET
By default returns the project info synchronously. If `async=true`, instead immediately returns `202` with a `Job-Id` response header and schedules a background job; poll the job endpoint for the result shown below.