Browse Community
Help
Log In
Responses(3)
Solutions(0)
garyan
42 Posts
0
June 9th, 2015 05:00
Hi,
Couple of questions -
Thanks,
-Gayatri
codemonkey3
9 Posts
June 9th, 2015 07:00
Hi and thank you for the response.
1. We're using version : EMC M&R v6.5u1 - 54340
2. Here's an example request including filters:
String filter = (serialnb == 'APM.....' & device == 'VNX.....') & parttype == 'LUN' & part == 'LOGICAL UNIT NUMBER..';
List properties = [devtype, model, vendor]
List values = DatabaseAccessor.getDistinctPropertyValues(filter, null, startTimeStamp, endTimestamp(), null, null, properties, null);
Where seeing the same behavior for getObjectData also.
I hope this helps and please let me know if I can provide any thing else
June 11th, 2015 07:00
Correction on the version: 3.5.1.0.117
The version I originally reported was from the reporting tool's "about" information, which I believe isn't correct.
Dell Support Resources
View All
Top
garyan
42 Posts
0
June 9th, 2015 05:00
Hi,
Couple of questions -
Thanks,
-Gayatri
codemonkey3
9 Posts
0
June 9th, 2015 07:00
Hi and thank you for the response.
1. We're using version : EMC M&R v6.5u1 - 54340
2. Here's an example request including filters:
String filter = (serialnb == 'APM.....' & device == 'VNX.....') & parttype == 'LUN' & part == 'LOGICAL UNIT NUMBER..';
List properties = [devtype, model, vendor]
List values = DatabaseAccessor.getDistinctPropertyValues(filter, null, startTimeStamp, endTimestamp(), null, null, properties, null);
Where seeing the same behavior for getObjectData also.
I hope this helps and please let me know if I can provide any thing else
codemonkey3
9 Posts
0
June 11th, 2015 07:00
Correction on the version: 3.5.1.0.117
The version I originally reported was from the reporting tool's "about" information, which I believe isn't correct.