Freeze project
Freezes the project, blocking further learn/forget calls against it (they fail with a "Project [...] is frozen" error) until it is unfrozen. The freeze state is reflected in the project's `params.sml_project_is_freeze` field (see `info`).
Freezes the project, blocking further learn/forget calls against it
(they fail with a "Project [...] is frozen" error) until it is
unfrozen. The freeze state is reflected in the project's
params.sml_project_is_freeze field (see info).
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
Response Body
application/json
application/json
curl -X GET "https://example.com/c1/projects/nbra_prj_iris/freeze"{ "statusCode": 200, "statusString": "OK", "values": {}}{ "statusCode": 400, "statusString": "Cannot Find Symetry Project id[unknownPrj] for Customer id [c1]", "values": {}}Export project GET
Exports the project as a base64-encoded string, returned as JSON (not raw binary/octet-stream) under `values.string`. Use the `import` endpoint to bring the exported bytes back into a project.
Get data source log GET
Each entry in the returned list is itself a JSON-encoded string (not a nested JSON object) describing one data-source request made against this project.