View source: R/DestinationAPIGateway.R
Create a destination list
1 2 3 4 5 6 7 8 9 | createDestinationList(
name,
access,
destinations,
comments = rep("", length(destinations)),
types = rep("DOMAIN", length(destinations)),
isGlobal = F,
organizationId = Sys.getenv("umbrellaOrganizationId")
)
|
name |
New Destination List name |
access |
Access can be allow or block. It defines destinationlist type. |
destinations |
Destination URLs. google.com or google.com/news or 10.10.10.10 |
comments |
Comments for each destination. |
types |
Type for each destination. Type can be DOMAIN, URL, IPV4 |
isGlobal |
Can be true or false. There will be only one default destination list of type allow or block for an organization. |
organizationId |
Organization ID |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.