Public Member Functions | |
void | getStatus (out ActiveTool activeTool, out kerio::web::StringList lines) |
void | stop () |
void | ping (in string target, in IpVersion ipv, in boolean infinite, in long packetSize, in boolean allowFragmentation) |
void | traceRoute (in string target, in IpVersion ipv, in boolean resolveHostnames) |
void | whois (in string target) |
void | dns (in string name, in string server, in DnsTool tool, in DnsType type) |
void | getDnsServers (out kerio::web::StringList servers) |
void webadmin::IpTools::getStatus | ( | out ActiveTool | activeTool, |
out kerio::web::StringList | lines | ||
) |
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied - "Insufficient rights to perform the requested operation." |
void webadmin::IpTools::ping | ( | in string | target, |
in IpVersion | ipv, | ||
in boolean | infinite, | ||
in long | packetSize, | ||
in boolean | allowFragmentation | ||
) |
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied - "Insufficient rights to perform the requested operation." |
void webadmin::IpTools::stop | ( | ) |
Interrupt currently running tool
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied - "Insufficient rights to perform the requested operation." |
void webadmin::IpTools::traceRoute | ( | in string | target, |
in IpVersion | ipv, | ||
in boolean | resolveHostnames | ||
) |
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied - "Insufficient rights to perform the requested operation." |