Manage profiler configuration and retrieve profile data for tables
GET /v1/tables/{id}/profilerConfig
PUT /v1/tables/{id}/profilerConfig
profileSampleType).PERCENTAGE or ROWS.DELETE /v1/tables/{id}/profilerConfig
GET /v1/tables/{id}/tableProfile
Returns table-level profiling results (row count, size, creation date).
GET /v1/tables/{id}/columnProfile
Returns column-level profiling results (min, max, mean, null count, distinct count).
GET /v1/tables/{id}/systemProfile
Returns system-level profiling results (DML operations, rows affected).
PERCENTAGE or ROWS.| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Table does not exist or has no profiler config |