ListConnectors

The ListConnectors action returns information about the connectors that have registered with the Distributed Connector.

Type: Synchronous

Example

/action=listconnectors

Response

<autnresponse>
   <action>LISTCONNECTORS</action>
   <response>SUCCESS</response>
   <responsedata>
      <connectorlist>
         <connectordetail host="10.0.0.1" port="1234" group="FileSystemConnectors" priority="0" active="true"/>
         <connectordetail host="10.0.0.1" port="1235" group="FileSystemConnectors" priority="0" active="true"/>
      </connectorlist>
   </responsedata>
</autnresponse>