Get the environment variables for a process on a grid node

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

Returns the environment variables for the specified process on the specified node.

Request Samples

1

Response Samples

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

Path Parameters

NameTypeRequiredDescription
name
string
true

Name of node.

processId
integer
true

PID of process.

Responses

StatusMeaningDescription
200OKOKSchema
404Not FoundUnknown processId.Schema