PureStorage-OpenConnect / rest-client

Pure Storage FlashArray Python REST 1.X Client
BSD 2-Clause "Simplified" License
39 stars 23 forks source link

Question, I wanted to know what API response I receive in case of an entity not being present #28

Open piyush-patil-vi opened 7 months ago

piyush-patil-vi commented 7 months ago

So if I make a call to

/api/1.17/hgroup

and if there are no hgroups defined in the array ( configuration)

will I receive a empty list or anything other than that?

I have a configuration who has hgroups defined ( but not the case that I want to know)