createNetwork.RdCreate a new Network. You must first contact support to get your IP range verified before using the POST action to create a network. Reference this API when contacting support.
createNetwork( name, ipAddress = NULL, prefixLength, isDynamic, status, organizationId = Sys.getenv("umbrellaOrganizationId") )
| 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 |