Creating IP groups from an array where one array member contains an array of addresses #11450
Closed
philgoddard15b
started this conversation in
Authoring Help
Replies: 1 comment
-
Answered- the format of the array is wrong and should be:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to make a list of IP groups, most of which are subnets but one is a group of IPs.
I have the following array format:
I then have a function to create the IP Groups:
This gives an error of "Invalid request body. Provided request body doesn't comply with resource model."
How can I pass the array of "vpn-addresses" to the function correctly?
I've tried another for loop inside the properties: ipAddresses section but I can't work out if this is possible, nor the correct formatting.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions