| Name | Type | Description | Notes |
|---|---|---|---|
| processor | ProcessorDTO | Information about the Processor for which the Diagnostic Report is generated | [optional] |
| processorStatus | ProcessorStatusDTO | The Status for the Processor for which the Diagnostic Report is generated | [optional] |
| referencedControllerServices | List<ControllerServiceDiagnosticsDTO> | Diagnostic Information about all Controller Services that the Processor is referencing | [optional] |
| incomingConnections | List<ConnectionDiagnosticsDTO> | Diagnostic Information about all incoming Connections | [optional] |
| outgoingConnections | List<ConnectionDiagnosticsDTO> | Diagnostic Information about all outgoing Connections | [optional] |
| jvmDiagnostics | JVMDiagnosticsDTO | Diagnostic Information about the JVM and system-level diagnostics | [optional] |
| threadDumps | List<ThreadDumpDTO> | Thread Dumps that were taken of the threads that are active in the Processor | [optional] |
| classLoaderDiagnostics | ClassLoaderDiagnosticsDTO | Information about the Controller Service's Class Loader | [optional] |