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
DNAC GUI and API allows to update only certain parameters on reserved ip pool. Resource dnacenter_reserve_ip_subpool attempts to do in-place update upon change of any parameter and fails if unchangeable parameter is being updated. Please implement resource recreation when unchangeable parameters are modified.
Here is the list of resources that are changeable:
name
ipv4DhcpServers
ipv4DnsServers
ipv6DhcpServers
ipv6DnsServers
Modifications of any other parameter should trigger resource re-creation.
The text was updated successfully, but these errors were encountered:
DNAC GUI and API allows to update only certain parameters on reserved ip pool. Resource
dnacenter_reserve_ip_subpool
attempts to do in-place update upon change of any parameter and fails if unchangeable parameter is being updated. Please implement resource recreation when unchangeable parameters are modified.Here is the list of resources that are changeable:
Modifications of any other parameter should trigger resource re-creation.
The text was updated successfully, but these errors were encountered: