All Classes Files Functions Variables Pages
webadmin::CentralManagement Interface Reference

Public Member Functions

void get (out CentralManagementConfig config)
 
void set (in CentralManagementConfig config)
 
void getStatus (out CentralManagementStatus status)
 
void reset ()
 

Member Function Documentation

void webadmin::CentralManagement::get ( out CentralManagementConfig  config)

Returns configuration

Parameters
config- Contains Structure with Central management settings.
Exceptions
kerio::web::ApiException
-32001 Session expired. - "The user is not logged in."
1004 Access denied. - "Insufficient rights to perform the requested operation."
void webadmin::CentralManagement::getStatus ( out CentralManagementStatus  status)

Returns actual state of Central management

Parameters
status- actual state of Central management.
Exceptions
kerio::web::ApiException
-32001 Session expired. - "The user is not logged in."
1004 Access denied. - "Insufficient rights to perform the requested operation."
void webadmin::CentralManagement::reset ( )

Runs reset

Exceptions
kerio::web::ApiException
-32001 Session expired. - "The user is not logged in."
1004 Access denied. - "Insufficient rights to perform the requested operation."
void webadmin::CentralManagement::set ( in CentralManagementConfig  config)

Stores configuration

Parameters
config- Contains Structure with Central management settings.
Exceptions
kerio::web::ApiException
-32001 Session expired. - "The user is not logged in."
1004 Access denied. - "Insufficient rights to perform the requested operation."

The documentation for this interface was generated from the following file: