secure
Start Trace
Starts a trace session for troubleshooting data transformation.
post/api/v1/trace/start
Request body
Example request
{
"max_change_records": 10,
"timeout": 20
}Response
Successful Response
Example response
{
"action_id": "1234567890"
}