Update a Network

modifyNetwork(
  networkId,
  name,
  ipAddress = NULL,
  prefixLength = NULL,
  isDynamic,
  status,
  organizationId = Sys.getenv("umbrellaOrganizationId")
)

Arguments

networkId

The network id related to this Network

name

network name

ipAddress

network ip address

prefixLength

prefix length, must be greater than 28

isDynamic

is dynamic ip

status

status

organizationId

The organizationID related to this Network