getProperties method

  1. @protected
String getProperties(
  1. String diagnosticsNodeId,
  2. String groupName
)

Returns a JSON representation of the properties of the DiagnosticsNode object that diagnosticsNodeId references.

Implementation

@protected
String getProperties(String diagnosticsNodeId, String groupName) {
  return _safeJsonEncode(_getProperties(diagnosticsNodeId, groupName));
}