JBoss Diagnostic Reporter (JDR) Subsystem.
{
"start-time" => {
"type" => LONG,
"description" => "Time JDR report collection was initiated.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false
},
"end-time" => {
"type" => LONG,
"description" => "Time JDR report collection was initiated.",
"expressions-allowed" => false,
"required" => true,
"nillable" => false
},
"report-location" => {
"type" => STRING,
"description" => "Location of the JDR report.",
"expressions-allowed" => false,
"required" => false,
"nillable" => true,
"min-length" => 1L,
"max-length" => 2147483647L
}
}