1 Reply Latest reply on Jun 8, 2011 4:16 AM by emuckenhuber

    How to view description of an operation using CLI

    rareddy

      Hi,

       

      I defined a subsystem and registered couple operations under it, now I am trying to execute them. I can execute the operations correctly, however

       

      1) Can I issue any command to see all the operations that are supported. I tried ":read-resource-description"

       

      2) If I know the operation name; Is there any way I see the operation description?

       

      Thanks.

       

      Ramesh..

        • 1. Re: How to view description of an operation using CLI
          emuckenhuber

          Ramesh Reddy wrote:

           

          1) Can I issue any command to see all the operations that are supported. I tried ":read-resource-description"

          ":read-operation-names" gives you a list of supported operation on that resource. We also support tab completion so that should show you the options as well.

           

          Ramesh Reddy wrote:

           

          2) If I know the operation name; Is there any way I see the operation description?

          ":read-operation-description(name=operation-name)" gives you the description of the operation, defined via the parameter "name".