PyU4V icon indicating copy to clipboard operation
PyU4V copied to clipboard

PyU4V is a Python module that simplifies interaction with the Unisphere for PowerMax REST API. It wraps REST calls with simple APIs that abstracts the HTTP request and response handling.

Results 8 PyU4V issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to configure proxies for the HTTP requests. Using https://requests.readthedocs.io/en/latest/user/advanced/?highlight=proxies#proxies it could be introduced on the `requests.session` object https://github.com/dell/PyU4V/blob/master/PyU4V/rest_requests.py#L69

Hi, I want to restore only one tdev from a storage group that contains a lot of tdevs (32 and maby more). But i cant found a way to do...

We are working on automating workflows for Hosts. When we run the automation in the following sequence: 1.Try to create a host with incorrect initiators through ansible playbook - **The...

Please add force and symforce option to functions. I'm using pyU4V for create/delete snapshot generations and when someone add new disk to storage group, then delete generations fail without force...

Add support for 'get the storage group snapshot IDs for a snapshot policy'

Thanks Paul for your reply in advance!!! I have a following call in my code with different group_name & same rdf_number & opt as: replication.failover_storage_group_srdf(storage_group_id=self.group_name, srdf_group_number=self.rdf_number, failover_options=opt, _async=False) I am...

help wanted
question

I'm still having (a little) trouble understanding everything related to the body in javascript I need to know under Storage Group what volumes are under it I think it's related...