Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Process ID
Response
Object containing PID and array of network.PortInfo
The response is of type object
.
Get a list of all open ports for a process
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Process ID
Object containing PID and array of network.PortInfo
The response is of type object
.