The
getAllModuleSpecs task retrieves all module
specifications. A module specification includes the configuration properties,
capabilities, and
moduleInfo of a particular module.
The syntax for this task is:
cas-cmd getAllModuleSpecs [-h HostName] [-l true|false] [-p PortNumber] [-t ModuleType]
Where:
-h(or--host) specifies the host where the CAS Service is running. If the flag is omitted, the default is the value of thecom.endeca.itl.cas.server.hostproperty incommandline.properties. If the property is not set, the value then defaults tolocalhost. Optional.-l(or--isPortSsl) specifies whether to communicate with the service using an HTTPS connection. A value oftrueuses HTTPS and treats thecom.endeca.itl.cas.server.portproperty as an SSL port. A value offalseuses HTTP and treatscom.endeca.itl.cas.server.portas a non-SSL port. Specifyfalseif you enabled redirects from a non-SSL port to an SSL port. Optional.-p(or--port) specifies the port of the CAS Service. If the flag is omitted, the default is the value of thecom.endeca.itl.cas.server.portproperty incommandline.properties. If the property is not set, the value then defaults to8500. Optional.-t(or--type) specifies the type of module to list. If unspecified, the task returns the specifications of all modules. A value ofSOURCEreturns the specifications of all data sources. A value ofMANIPULATORreturns the specifications of all manipulators. Optional.
To get the specifications of all modules:

