Seemingly NUCSNATPool and NUPSNATPool objects don't have the name and some other parameters in the vspk 5.2.3, even though I'm specifying the name parameter, I'm getting this error:
BambouHTTPError: [HTTP 409(Conflict)] [{u'property': u'name', u'descriptions': [{u'description': u'This value cannot be null', u'title': u'Invalid input. Value cannot be null'}]}]
also in the 5.2.3 vspk code (nupsnatpool.py) there are only these two parameters exist:
Hi,
Seemingly
NUCSNATPool
andNUPSNATPool
objects don't have thename
and some other parameters in the vspk 5.2.3, even though I'm specifying the name parameter, I'm getting this error:also in the 5.2.3 vspk code (nupsnatpool.py) there are only these two parameters exist:
here are the vsd api URLs: https://github.com/nuagenetworks/vsd-api-specifications/blob/master/csnatpool.spec https://github.com/nuagenetworks/vsd-api-specifications/blob/master/psnatpool.spec
I also tried on 5.3.3, there is no problem on that release, seems like it's fixed on one of the newer release.