JBoss Diagnostic Reporter (JDR) Subsystem.
| Name | Dynamic | Other provider points | 
|---|---|---|
| org.wildfly.jdr | false | none | 
{
    "start-time" => {
        "type" => LONG,
        "description" => "Time JDR report collection was initiated.",
        "expressions-allowed" => false,
        "required" => true,
        "nillable" => false,
        "stability" => "default"
    },
    "end-time" => {
        "type" => LONG,
        "description" => "Time JDR report collection was initiated.",
        "expressions-allowed" => false,
        "required" => true,
        "nillable" => false,
        "stability" => "default"
    },
    "report-location" => {
        "type" => STRING,
        "description" => "Location of the JDR report.",
        "expressions-allowed" => false,
        "required" => false,
        "nillable" => true,
        "min-length" => 1L,
        "max-length" => 2147483647L,
        "stability" => "default"
    }
}