Public Member Functions | |
void | get (out VpnClientList list, out long totalItems, in kerio::web::SearchQuery query, in boolean refresh) |
void | kill (in kerio::web::KIdList ids) |
void webadmin::VpnClients::get | ( | out VpnClientList | list, |
out long | totalItems, | ||
in kerio::web::SearchQuery | query, | ||
in boolean | refresh | ||
) |
Returns VPN Clients data
list | - output data |
totalItems | - all data count |
query | - filter/sort query |
refresh | - true in case, that data snapshot have to be refreshed |
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
void webadmin::VpnClients::kill | ( | in kerio::web::KIdList | ids | ) |
Disconnects clients specified in ids list
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |