Run full node profiler
POST/profiler
Run full node profiler
Request
- application/json
Body
required
Profiler data
start bool
Only sent if should start profiler
stop bool
Only sent if should stop profiler
filepath string
Path to save the profiler path (only in case of stop)
Responses
- 200
Success
- application/json
- Schema
- success_start
- success_stop
- error
Schema
any
Success start
{
"success": true
}
Success stop
{
"success": true,
"saved_to": "filepath"
}
Error
{
"success": false
}
Loading...