Javascript - Verify what volumes are under a specific Storage group #196
Replies: 8 comments 1 reply
-
|
Hi John, import PyU4V conn = PyU4V.U4VConn( #Legacy Way #New Way Sample output New Way Alternate Way If you are using the Native API call then you can use the REST Client downloadable from here https://github.com/rawstorage/reSTclient10/ A recent blog on using the new rest client |
Beta Was this translation helpful? Give feedback.
-
|
updated comment with more readable JSON from pprint. |
Beta Was this translation helpful? Give feedback.
-
|
@johndanielk I've converted this issue to a discussion, let me know if you need anything else or if we can close. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, I'm on it, please don't close the discussion |
Beta Was this translation helpful? Give feedback.
-
|
Ok, I understood the native Now, my problem is to understand that I am not using Enhanced API ( I have Pmax 8500 version 10.1) |
Beta Was this translation helpful? Give feedback.
-
|
@johndanielk the Tool mentioned in this blog lets you easily traverse the meta data in the API documentation and quickly build query like REST calls using select and filter options the tool is available for download here https://github.com/rawstorage/reSTclient10/ A Query like above can be built to get the details on all volumes in storage group audit_test |
Beta Was this translation helpful? Give feedback.
-
|
@johndanielk are you ok to close out this discussion? |
Beta Was this translation helpful? Give feedback.
-
|
Hi
Yes you can close
Thx
…On Tue, Sep 17, 2024, 21:40 Paul Martin ***@***.***> wrote:
@johndanielk <https://github.com/johndanielk> are you ok to close out
this discussion?
—
Reply to this email directly, view it on GitHub
<#196 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A654DX6HUKFX4GTLKQ7TRE3ZXBZTLAVCNFSM6AAAAABN7I62ICVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRXGM4TOOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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 to this URL, but not sure about it
https://developer.dell.com/apis/4458/versions/10.1.0/openapi_enhanced.json/paths/~1v1~1systems~1%7Bid%7D~1volumes/get
Thanks guys
Beta Was this translation helpful? Give feedback.
All reactions