GET
/
system
/
threads
{
  "threads": [
    {
      "threadName": "<string>",
      "threadId": 123,
      "blockedTime": 123,
      "blockedCount": 123,
      "waitedTime": 123,
      "waitedCount": 123,
      "lockName": "<string>",
      "lockOwnerId": 123,
      "lockOwnerName": "<string>",
      "inNative": false,
      "suspended": false,
      "threadState": "NEW",
      "stackTrace": [
        {
          "methodName": "<string>",
          "fileName": "<string>",
          "lineNumber": 123,
          "className": "<string>",
          "nativeMethod": true
        }
      ],
      "lockedMonitors": [
        {
          "className": "<string>",
          "identityHashCode": 123,
          "lockedStackDepth": 123,
          "lockedStackFrame": {
            "methodName": "<string>",
            "fileName": "<string>",
            "lineNumber": 123,
            "className": "<string>",
            "nativeMethod": true
          }
        }
      ],
      "lockedSynchronizers": [
        {
          "className": "<string>",
          "identityHashCode": 123
        }
      ],
      "lockInfo": {
        "className": "<string>",
        "identityHashCode": 123
      }
    }
  ]
}

Response

200
application/json

successful operation

The response is of type object.