View source: R/ManagementAPI.R
Create a new InternalNetwork
1 2 3 4 5 6 7 8 9 | createInternalnetwork(
name,
ipAddress,
prefixLength,
siteId = NULL,
networkId = NULL,
tunnelId = NULL,
organizationId = Sys.getenv("umbrellaOrganizationId")
)
|
name |
internal network label |
ipAddress |
internal network ipv4 address |
prefixLength |
prefix length |
siteId |
For DNS policies: ID of Site to be associated with Internal Network. (Provide only one of siteId, networkId, or tunnelId) |
networkId |
For Web policies via proxy chaining: ID of Network to be associated with Internal Network. (Provide only one of siteId, networkId, or tunnelId) |
tunnelId |
For Web policies via IPsec tunnel: ID of Tunnel to be associated with Internal Network. (Provide only one of siteId, networkId, or tunnelId) |
organizationId |
The organizationID related to this InternalNetwork |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.