* Remainder here are metrics that can be read from the resource.
* Those
*/
ReadResource op = new ReadResource(address);
op.includeRuntime(true);
op.recursive(true);
ComplexResult res = getASConnection().executeComplex(op);
if (!res.isSuccess())
return;
Map<String, Object> results = new HashMap<String, Object>();