asofian

updated

10 years ago

A

asofian

3 Posts

0

1614

May 18th, 2016 07:00

REST API - One call to receive metrics for multiple storage groups?

I'm using the REST API to get certain metrics on all storage groups, but making separate POST requests to the API for each storage group is proving to be a bottleneck for my program. Is there any way to make one call to the API to receive these metrics for all storage groups? I tried passing an array of storageGroupId's to the body of the POST request, but the API does not appear to support that.

  • finbarrcorksac

    1 Rookie

    99 Posts

    794

    0

    Posted May 18th, 2016 08:00

    Hi Asofian,

    I'm afraid at present you need to make individual post calls to get SG metrics back, there is no way of making calls to multiple SG'S

    Regards

    Finbarr.

  • asofian

    3 Posts

    794

    0

    Posted May 18th, 2016 08:00

    Alright, thank you very much!