Get process information from a node

get/grid/{name}/processes/{processId}

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
200OK

OK

Schema
404Not Found

Process is no longer running.

Schema