I'm attempting to configure a subnet whitelist for PC and when using the v1 api it won't allow me to add the entry. I'm just using PUT to place and entry in this format: 10.0.0.0/255.0.0.0 just like I do in the GUI. It is giving me the "Invalid whitelist entry 'IPV4_ADDRESS:10.0.0.0/255.0.0.0'"
I haven't had luck finding any help on the api explorer or the developer guides online. Any help by the community is greatly appreciated.
Thanks
Best answer by itguyadam
After abandoning the API method and trying to do this via ncli i found that there are different proxy target types. I was using a target type of IPV4_ADDRESS because that was the only type I knew of, but the NCLI page references a type of IPV4_NETWORK_MASK. i switched my code to reflect that and it worked like a champ.
View original