View source: R/ManagementAPI.R
Create 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.
1 2 3 4 5 6 7 8 | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.