Get the command line for a process on a grid node

get/grid/{name}/processes/{processId}/commandLine
Internal-Use Only

Get command line for the specified process on the specified node.

Request Samples

1

Response Samples

1[
2 "Command Line Process 1",
3 "Command Line Process 2"
4]

Path Parameters

NameTypeRequiredDescription
name
string
true

Name of node.

processId
integer
true

PID of process.

Responses

StatusMeaningDescription
200OKOKSchema
404Not FoundProcess is no longer running.Schema