Get command line

get/system/processes/{processId}/commandLine
Internal-Use Only

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
200OKOKSchema
404Not FoundProcess is no longer running.Schema