UNSOLVED

Ayrton_Senna1

updated

8 years ago

A

Ayrton_Senna1

1 Rookie

62 Posts

0

1845

July 17th, 2018 17:00

REST API 6 month data collection

I am trying to collect IOPS for each storage group on VMAX40k. I tested few API call through REST Client and there seem to be a inbuilt limitation of 7 days. I tried all sorts of time periods ranging from 6 months, 3 months, 30 days and 7 days. No matter which time period i choose, the maximum rang of data i get is for last 7 days i.e roughly 2000 data points (5 min avgs). Is it possible to get all historical data ? Has anyone found a solution to this ? The documentation doesn't seem to address this limitation. Any help will be greatly appreciated.

Im on Unisphere 8.4.0.15 I tried on both VMAX 40k and All FLASH arrays with no luck.

  • finbarrcorksac

    1 Rookie

    99 Posts

    1627

    0

    Posted July 19th, 2018 06:00

    Hi Ayrton,

    the maximum number you can go back is 15 days. So I was looking at this through our REST tool and I went and grabbed the keys for an SG

    storageGroupId": "Lab_GK",

    "firstAvailableDate": 1530709800000

    "lastAvailableDate": 1532007900000

    if i put the first available date into https://www.epochconverter.com/ I get back a stamp of 15 days ago of Wednesday, July 4, 2018 1:10:00 PM


    I then and ran a post to get the metrics back and this worked fine for me.

    Let me know how it goes.

    Regards

    Fin.

  • 1218

    0

    Posted August 18th, 2020 02:00

    Hi Fin,

    In the new version i am only able to collect 1 day of historical data.

    PYU4V vesrion 9.1.3

    @finbarrcorksac 

  • 1217

    0

    Posted August 18th, 2020 02:00

    I have few more queries.

     

    1. Which API i need to hit to check SG Volume information like the volume Id and size

    2. When i am collecting performance data it does not show the current data data but shows data which  5 hours old.