v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
network

Start monitoring ports for a process

Start monitoring for new ports opened by a process

post/network/process/{pid}/monitor

Path parameters

pidinteger required

Process ID

Request body

callbackstring

URL to call when a new port is detected

Example request

{
  "callback": "http://localhost:3000/callback"
}

Response

Object containing PID and success message

object required