go-netbox icon indicating copy to clipboard operation
go-netbox copied to clipboard

IpamPrefixesAvailablePrefixesCreate error no value given for required property children

Open akos011221 opened this issue 1 year ago • 0 comments
trafficstars

Hello,

I'm trying to create a child prefix under a container with IpamPrefixAvailablePrefixesCreate. My PrefixRequest contains the following properties:

AdditionalProperties (prefix_length), Description and a CustomField, named Location.

When I'm executing the ApiIpamPrefixesAvailablePrefixesCreateRequest with that content, the Execute returns a "no value given for required property children" error.

The HTTP response is still returning with 201 and the prefix is getting created in Netbox. But the returned []netbox.Prefix contains zero values.

akos011221 avatar Jul 22 '24 16:07 akos011221