Get process information

get/system/processes/{processId}

Get information about the specified process.

Request Samples

1

Response Samples

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

Path Parameters

NameTypeRequiredDescription
processId
integer
true

PID of process.

Responses

StatusMeaningDescription
200OK

OK

Schema
404Not Found

Process is no longer running.

Schema