Get process information from a node

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

Get information about the specified process on the specified node.

Request Samples

1

Response Samples

1{
2 "value": {
3 "$ref": "#/components/examples/Process"
4 }
5}

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