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

Diff for /pegasus/cgi/htdocs/Attic/EnumerateInstanceNames.html between version 1.5 and 1.6

version 1.5, 2001/03/27 17:55:17 version 1.6, 2001/06/11 23:20:45
Line 2 
Line 2 
   <body bgcolor="#CCCCCC">   <body bgcolor="#CCCCCC">
     <table width="100%">     <table width="100%">
       <tr>       <tr>
         <td width="481" align="bottom"><h1>Enumerate Instance Names CIM Operation</h1><td width="2">          <td width="50%" align="bottom"><h1>Enumerate Instance Names CIM Operation</h1><td>
         <td width="265" align="right">          <td width="50%" align="right">
             <img border=1 src="/pegasus/icons/OpenGroupLogo.gif" align="right">              <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
         </td>         </td>
       </tr>       </tr>
     </table>     </table>
     <hr>     <hr>
     <form METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">      <form name="EnumerateInstanceNames" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="EnumerateInstanceNames">       <INPUT TYPE="hidden" NAME="Operation" VALUE="EnumerateInstanceNames">
         <input type="hidden" name="hostip" value="localhost">
         <input type="hidden" name="portnum" value="8888">
       <p>       <p>
  
     <a name="TOP"></a>     <a name="TOP"></a>
Line 24 
Line 26 
       name of the Class       name of the Class
       for which instance names are to be retrieved.&nbsp; This must be a legal       for which instance names are to be retrieved.&nbsp; This must be a legal
       class in the repository       class in the repository
       <p><b>LocalOnly</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        <p><b>LocalOnly</b> <INPUT TYPE="checkbox" NAME="LocalOnly" VALUE="true" checked>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       <INPUT TYPE="checkbox" NAME="LocalOnly" VALUE="true" checked>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If true only CIM Elements overridden within definition of class are        If true only CIM Elements overridden within definition of class are
       returned.       returned.
       <p><b>IncludeQualifiers</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <INPUT TYPE="checkbox" NAME="IncludeQualifiers" VALUE="true">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If checked, show Qualifiers for class and returned Properties, Methods,        <p><b>IncludeQualifiers</b> <INPUT TYPE="checkbox" NAME="IncludeQualifiers" VALUE="true">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
         If checked, show Qualifiers for class and returned Properties, Methods,
       and Method Parameters.       and Method Parameters.
       <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        <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
       appropriate elements<p><b>PropertyList </b> <INPUT TYPE="text" NAME="PropertyList" SIZE=30 VALUE="NULL">       appropriate elements<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;       <p><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       <INPUT TYPE="reset" VALUE="Reset">       <INPUT TYPE="reset" VALUE="Reset">
     </form>     </form>
      <script>
      EnumerateInstanceNames.hostip.value = opener.top.hostip;
      EnumerateInstanceNames.portnum.value = opener.top.portnum;
      window.focus();
      </script>
  
     <hr>     <hr>
     <h2>RETURN Results</h2>      <h2>RETURN</h2>
     If successful, the method returns zero or more&nbsp;named     If successful, the method returns zero or more&nbsp;named
     Instances that meet the required criteria.     Instances that meet the required criteria.
  


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2