Get command line

get/system/processes/{processId}/commandLine

Get command line for the specified process.

Request Samples

1

Response Samples

1[
2 "Commandline1",
3 "Commandline2"
4]

Path Parameters

NameTypeRequiredDescription
processId
integer
true

PID of process.

Responses

StatusMeaningDescription
200OK

OK

Schema
404Not Found

Process is no longer running.

Schema