public interface IMultiTenantConfigurationAPI
| Modifier and Type | Method and Description |
|---|---|
MultiTenantConfigurationElement |
getMultiTenantConfiguration(java.lang.String sID)
Configuration of DSM Multi Tenant settings.
|
UpdateMultiTenantConfigurationResponse |
setMultiTenantConfiguration(UpdateMultiTenantConfigurationRequest updateMultiTenantConfigurationRequest)
Set the multi-tenant configuration.
|
MultiTenantConfigurationElement getMultiTenantConfiguration(java.lang.String sID) throws java.lang.Exception
sID - session ID.java.lang.ExceptionUpdateMultiTenantConfigurationResponse setMultiTenantConfiguration(UpdateMultiTenantConfigurationRequest updateMultiTenantConfigurationRequest) throws java.lang.Exception
updateMultiTenantConfigurationRequest - The request parameters200 OK and a body containing response information when the configuration was successful. It will return
a response with status 400 Bad Request and a body containing an ErrorMessage
when mandatory parameters are missing and/or validation fails.java.lang.ExceptionCopyright © 2015 Trend Micro Inc. All Rights Reserved.