View source: R/ManagementAPI.R
Create a new InternalDomain
1 2 3 4 5 6 7 | createInternaldomain(
domain,
description = NULL,
includeAllVAs = NULL,
includeAllMobileDevices = NULL,
organizationId = Sys.getenv("umbrellaOrganizationId")
)
|
domain |
internal domain |
description |
internal domain description |
includeAllVAs |
apply internal domain to all virtual appliances |
includeAllMobileDevices |
apply internal domain to all mobile devices |
organizationId |
The organization id related to this InternalDomain |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.