SymetryML Documentation
Projects

Enable/disable histogram

Enable or disable histogram tracking for probability density function (PDF) analysis. Supports configurable window sizes for streaming data scenarios.

POST
/{user}/projects/{project}/histogramEnable

Enable or disable histogram tracking for probability density function (PDF) analysis. Supports configurable window sizes for streaming data scenarios.

Authorization

SymetryMLAuth
AuthorizationBearer <token>

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*string

User/Customer identifier

project*string

Project identifier

Query Parameters

enable*boolean

Enable (true) or disable (false) histogram tracking

histogramType?string

Histogram implementation type to use. Defaults to a t-digest-merge based histogram.

Default"hist_type_td_merge"

Response Body

application/json

application/json

curl -X POST "https://example.com/c1/projects/nbra_prj_iris/histogramEnable?enable=true"
{  "statusCode": 200,  "statusString": "OK",  "values": {}}
{  "statusCode": 400,  "statusString": "Cannot find project id[unknownPrj] for Customer id [c1]",  "values": {}}