(file) Return to GetClass.html CVS log (file) (dir) Up to [Pegasus] / pegasus / cgi / htdocs / Attic

Diff for /pegasus/cgi/htdocs/Attic/GetClass.html between version 1.9 and 1.11

version 1.9, 2001/06/12 14:32:25 version 1.11, 2001/12/13 14:53:19
Line 11 
Line 11 
     <hr>     <hr>
     <form name="GetClass" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">     <form name="GetClass" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetClass">       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetClass">
       <input type="hidden" name="hostip" value="localhost">        <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
       <input type="hidden" name="portnum" value="5988">        <INPUT TYPE="hidden" NAME="debug" VALUE="">
   
       <p>The <TT>GetClass</TT> method returns a single CIM Class from the target Namespace       <p>The <TT>GetClass</TT> method returns a single CIM Class from the target Namespace
       where the ClassName input parameter defines the name of the class to be retrieved.       where the ClassName input parameter defines the name of the class to be retrieved.
       <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">       <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">
Line 28 
Line 29 
       and Method Parameters.       and Method Parameters.
       <p><b>IncludeClassOrigins</b> <INPUT TYPE="checkbox" NAME="IncludeClassOrigins" VALUE="true">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;       <p><b>IncludeClassOrigins</b> <INPUT TYPE="checkbox" NAME="IncludeClassOrigins" VALUE="true">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       If checked (TRUE), CLASSORIGIN attribute will be returned for all       If checked (TRUE), CLASSORIGIN attribute will be returned for all
       appropriate elements<p><b>PropertyList </b> <INPUT TYPE="text" NAME="PropertyList" SIZE=30 VALUE="NULL">        appropriate elements
         <p>ShowMof&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
         <input type="checkbox" name="ShowMof" value="ON">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
         If checked, the output shows the MOF reconstruction of the class also.<p><b>PropertyList </b> <INPUT TYPE="text" NAME="PropertyList" SIZE=30 VALUE="NULL">
       NOTE: <b> NOT IMPLEMENTED </b>Null or array of property names to filter       NOTE: <b> NOT IMPLEMENTED </b>Null or array of property names to filter
       request. <a href="#PropertyList">See below</a>.       request. <a href="#PropertyList">See below</a>.
       <p><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;       <p><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       <INPUT TYPE="reset" VALUE="Reset Form">       <INPUT TYPE="reset" VALUE="Reset Form">
       <p>&nbsp;  
       <p>  
         </form>         </form>
     <hr>     <hr>
       <h2>RETURN Results</h2>       <h2>RETURN Results</h2>
Line 111 
Line 113 
      for more information on Pegasus</font>      for more information on Pegasus</font>
  
      <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"      <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
     S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Monday, March 26, 2001 03:05:36 PM<!--webbot bot="Timestamp" i-CheckSum="50543" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;      S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Friday, July 27, 2001 04:56:27 PM<!--webbot bot="Timestamp" i-CheckSum="54839" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      Copyright @ The Open Group 2001&nbsp;</font>      Copyright @ The Open Group 2001&nbsp;</font>
       <p>       <p>
         </form>         </form>
    <script>    <script>
    GetClass.hostip.value = opener.top.hostip;         document.GetClass.hostaddress.value = top.hostAddress;
    GetClass.portnum.value = opener.top.portnum;         document.GetClass.debug.value = top.debug;
          document.GetClass.NameSpace.value = top.NameSpace;
    window.focus();    window.focus();
    </script>    </script>
   
   </body>   </body>
 </html> </html>


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2