Get process environment variables

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

Returns the environment variables for the specified process, if permitted by the operating system.

Request Samples

1

Response Samples

1[
2 {
3 "name": "EnvironmentVariable",
4 "value": "EnvironmentValue"
5 }
6]

Path Parameters

NameTypeRequiredDescription
processId
integer
true

PID of process.

Responses

StatusMeaningDescription
200OKOKSchema
404Not FoundUnknown process.Schema