Get thread information on a grid node

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

Get information about the specified thread.

Request Samples

1

Response Samples

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

Path Parameters

NameTypeRequiredDescription
name
string
true

Name of node.

processId
integer
true

PID of process.

threadId
integer
true

Thread identifier.

Responses

StatusMeaningDescription
200OKOKSchema
404Not FoundThe thread or process no longer exists.Schema