Interface DiagnosticService

    • Method Detail

      • getComputeChecksum

        String getComputeChecksum()
        Gets the value of the computeChecksum property. \Boolean attribute. Indicates whether checksum of binaries is computed.
        Returns:
        possible object is String
      • getVerifyConfig

        String getVerifyConfig()
        Gets the value of the verifyConfig property. A boolean attribute which indicates whether output of verify-config asadmin command is included in the diagnostic report.
        Returns:
        possible object is String
      • getCaptureInstallLog

        String getCaptureInstallLog()
        Gets the value of the captureInstallLog property. Boolean attribute which indicated whether the log generated during installation of the application server is captured.
        Returns:
        possible object is String
      • getCaptureSystemInfo

        String getCaptureSystemInfo()
        Gets the value of the captureSystemInfo property. Boolean attribute which specifies whether OS level information is collected as part of diagnostic report.
        Returns:
        possible object is String
      • getCaptureHadbInfo

        String getCaptureHadbInfo()
        Gets the value of the captureHadbInfo property. Boolean attribute to indicate if HADB related information is collected.
        Returns:
        possible object is String
      • getCaptureAppDd

        String getCaptureAppDd()
        Gets the value of the captureAppDd property. Boolean attribute. If "true", application deployment descriptors in plain text are captured as part of diagnostic report. If Deployment descriptors contain any confidential information, it's recommended to set it to false
        Returns:
        possible object String
      • getMinLogLevel

        String getMinLogLevel()
        Gets the value of the minLogLevel property. The log levels can be changed using one of the seven levels. Please refer JSR 047 to understand the Log Levels. The default level is INFO, meaning that messages at that level or higher (WARNING, SEVERE) are captured as part of the diagnostic report.If set to OFF, log contents will not be captured as part of diagnostic report.
        Returns:
        possible object is String
      • getMaxLogEntries

        @Min(0L)
        @Min(0L) String getMaxLogEntries()
        Gets the value of the maxLogEntries property. Max no. of log entries being captured as part of diagnostic report. A non negative value.
        Returns:
        possible object is String