Skip to content
Discussion options

You must be logged in to vote

Hi, there's a few ways to do this but the local api calls don't cache information about the remote devices and their storage groups. One way is pick one of the remote volumes and look up the storage group for that volume.

presuming you have the details in a variable of one of the remote volumes, i'm using api to represent conection to PyU4V and unisphere

api.set_array_id(array_id=remote_array)
remote_sg_list = api.provisioning.get_storage_group_from_volume(volume_id='XXXXX')

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rawstorage
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #135 on October 15, 2021 09:37.