createDestinationList.RdCreate a destination list
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 |