Get data source log
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.
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.
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/getDsLog"{ "statusCode": 200, "statusString": "OK", "values": { "stringList": { "values": [ "{\"ds_request_response_code\":\"200\",\"ds_name\":\"myDs\",\"ds_client_ip\":\"10.0.0.1\",\"ds_request_df_numrows\":\"150\",\"ds_client_id\":\"default-test-client\",\"ds_request_datetime\":\"1784272605216\",\"ds_request_process_time\":\"189\",\"ds_request_type\":\"learn\"}" ] } }}{ "statusCode": 400, "statusString": "Cannot find project id[unknownPrj] for Customer id [c1]", "values": {}}Freeze project GET
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`).
Get learning framework statistics GET
Returns per-learn/forget-call statistics. Each entry in the returned list is itself a JSON-encoded string combining the call's key (parsed from an internal log key) with its stat values.