Previous page

Next page

Locate page in Contents

Print this page

get_plugins

Summary:

Retrieves a list of installed Agent plug-ins.

Request specification:

Name

Min/Max

Type

Description

get_plugins

1..1

 

 

Returns:

Name

Min/Max

Type

Description

plugin

0..[]

 

 

{

 

 

 

name

1..1

string

The name of the plug-in.

}

 

 

 

Description:

If you are experiencing problems using one of the Agent functions, you can use the get_plugins call to verify that the appropriate plug-in module is installed on the server. If you don't see the module in the list, you may try reinstalling Agent on the server.

Example:

Input

<packet version="4.0.0">

<data>

<system>

<get_plugins/>

</system>

</data>

</packet>

Output

<?xml version="1.0" encoding="UTF-8"?><ns1:packet xmlns:ns2="http://www.swsoft.com/webservices/vzl/4.0.0/system" xmlns:ns1="http://www.swsoft.com/webservices/vzl/4.0.0/protocol" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="cc46711f0et2cd6r81c" priority="0" version="4.0.0">

<ns1:origin>gend</ns1:origin>

<ns1:target>vzclient3-638a2a56-e689-c340-877d-bd0470f2448c</ns1:target>

<ns1:dst>

<ns1:director>gend</ns1:director>

</ns1:dst>

<ns1:data>

<ns1:system>

<ns2:plugin>

<ns2:name>VZABackupManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZABasicFunctionality</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZARelocator</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZANetworkManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZAOpCompat</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZAPackageManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZAServCompat</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZASysD</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZAUp2date</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLAlertManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLAuthEngine</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLBackupManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLCluster</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLComputerManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLDeviceManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLEnvSampleManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLFileManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLFirewallManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLHTTPConfigurator</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLLicenseManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLLogDB</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLRelocator</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLPackageManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLPager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLPerformanceCollector</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLPerformanceMonitor</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLProcessManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLResLog</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLResourceManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLScheduler</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLServiceManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZLUserManager</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>VZVBasicFunctionality</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>mailer</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>vzaproxy</ns2:name>

</ns2:plugin>

<ns2:plugin>

<ns2:name>vzaproxyinsve</ns2:name>

</ns2:plugin>

</ns1:system>

</ns1:data>

</ns1:packet>

Please send us your feedback on this help page