Get a stack trace on a grid node

get/grid/{name}/processes/{processId}/threads/{threadId}/stack

Get a stack trace the specified thread.

Request Samples

1

Response Samples

1[
2 "Grid Stack Trace 1",
3 "Grid Stack Trace 2"
4]

Path Parameters

NameTypeRequiredDescription
name
string
true

Name of node.

processId
integer
true

PID of process.

threadId
integer
true

Thread identifier.

Responses

StatusMeaningDescription
200OK

OK

Schema
404Not Found

The thread or process no longer exists.

Schema