You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with a regular API request, I can do the following operation in order to create a new A record with the next available ip in a specific network while excluding some IPs:
Is there a way to do this same thing using the Go client? I know I can use the string "func:nextavailable:10.127.24.0/21" as the "ipv4addr" parameter, but this does not allow exclusions of IPs (that I know of, at least). I can't seem to find a way do this with the Go client, since it expects a *string as input.
The text was updated successfully, but these errors were encountered:
with a regular API request, I can do the following operation in order to create a new A record with the next available ip in a specific network while excluding some IPs:
endpoint:
{baseURL}/wapi/v2.13/record:a
body:
Is there a way to do this same thing using the Go client? I know I can use the string "func:nextavailable:10.127.24.0/21" as the "ipv4addr" parameter, but this does not allow exclusions of IPs (that I know of, at least). I can't seem to find a way do this with the Go client, since it expects a *string as input.
The text was updated successfully, but these errors were encountered: