gerneuro.blogg.se

Uag 2106
Uag 2106











uag 2106

Unknown type is for unrecognized gateway type.

uag 2106

SG-cohosted type is for Cohosted CS as gateway. Sadly nothing more than the admin interface gives us but enough to build an health check like I did for the vCheck already (that can be found here)įor the type there are several options and those can be found in the API Explorer. $hvservice.GatewayHealth | Get-MemberĪs usual there’s only a get and a list so let’s see what data is in there. So with this we did everything we could with the Gateway service. Now to register the UAG $_Register($gwspec) So we only need the GatewayName, please use the exact name that was used to configure the UAG otherwise it can be added but it won’t be showing any data. Let’s define that and see what it looks like. So we need an object of the type VMware.Hv.GatewaySpec. Now i need to register the Gateway again let’s see what we need for that. To remove a gateway we use Gateway_Unregister with the gatewayid $_Unregister($gw.id) Let’s see what’s in that GeneralData (Spoiler: not a lot!) $gwdata=$_Get($gw.id) WIth _List you will get the information about all registered gateways. I Gateway_Get and Gateway_List will show the same information as always but with _Get you will need a gateway ID and it only shows the information about one gateway. Let’s see what methods are available under Gateway. I will ignore the GatewayAccessUserOrGroup since that was already in there so we are left with Gateway and GatewayHealth. First I’ll check what services there are.

uag 2106

Since I had to add an uag to my lab for another project I decided to find out what api calls are possible. Something that was added in the last few versions of the Horizon API is the option to handle UAG’s. New View API query services in PowerCLI 10.1.1: pulling event information without the sql password.Horizon View Api’s: back to basics part 3: Methods.Horizon View Api’s: back to basics part 2: Queries.Horizon View Api’s: back to basics part 1: Connecting.













Uag 2106