getProperties method
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));
}