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

Diff for /pegasus/cgi/htdocs/Attic/index.html between version 1.10 and 1.11

version 1.10, 2001/02/19 21:43:30 version 1.11, 2001/03/26 19:13:28
Line 1 
Line 1 
 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">  
 <html> <html>
   
 <head> <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <title>New Page 1</title>
    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
    <meta name="Author" content="Michael E. Brasher">  <meta name="ProgId" content="FrontPage.Editor.Document">
    <title>Pegasus</title>  
 </head> </head>
 <body bgcolor="#CCCCCC">  
   &nbsp;  
   <table WIDTH="972" >  
   <tr>  
   <td WIDTH="503">  
   <h1>  
   Pegasus&nbsp; CIM Server Demonstration</h1>  
   </td>  
   
   <td width="2"></td>  
   
   <td ALIGN=RIGHT WIDTH="447"><img SRC="/pegasus/icons/OpenGroupLogo.gif" BORDER=2 ></td>  
   </tr>  
   </table>  
   
   <hr>  
   <p style="margin-bottom: 0">This isthe top level page of&nbsp; a demonstration  
   of the basic capabilities of the Pegasus CIMOM from a WEB based client. <a href="DemoDescripton.HTML">See  
   here for a description</a> of the Demonstration.&nbsp; For more information  
   see the current <a href="http://www.opengroup.org/mem_only/councils/ogmanagement/teams/msb/Manual/index.html">Pegasus  
   documentation</a> which is on the Opeg Group WEB site.  
   <p style="margin-bottom: 0">The following hyperlinks demonstrate&nbsp; the  
   Pegasus CIM Server and the Basic WBEM/CIM operations. Unless noted below, each  
   of the hyperlinks represents a single WBEM operation as defined in the WBEM  
   standard. For each Operation, a WEB page allows you to enter parameters and  
   then the correct request is made to the CIM Server and the response formatted  
   as a WEB page an returned.  
   <p style="margin-bottom: 0"><b>SETUP Pegasus CIM Services Broker Interface</b>  
   <p style="margin-top: 0"><a href="DefineHostParameters.html">DefineHostParameters</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
   Define the host name and port to use in subsequent operations <font color="#FF0000">(Not  
   Used today)</font>  
   <p style="margin-top: 0">&nbsp;  
   <p style="margin-top: 0"><b>CIM NameSpace Operations</b>  
   <p style="margin-top: 0"><a href="enumeratenamespaces.html">enumerateNamespaces</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
   Enumerate the names of the Namespaces defined in the Repository.  
   <p style="margin-top: 0"><a href="createNameSpace.html">CreateNamespace</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
   Creates a new namespace in the repository.  
   <p style="margin-top: 0">DeleteNamespace&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
   Deletes an existing namespace from the repository.  
   <p><b>WBEM CIM Meta Operations (Operations on CIM Classes and Qualfiers)</b>  
   
   <p style="margin-top: 0; margin-bottom: 0"><a href="EnumerateClassNames.html">EnumerateClassNames</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
   Enumerate subclass names of a CIM Class  
   
   <p style="margin-top: 0; margin-bottom: 0"><a href="GetClass.html">GetClass</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
   Get a CIM Class  
   <p style="margin-top: 0; margin-bottom: 0"><a href="DeleteClass.html">DeleteClass</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
   Delete a CIM Class<p style="margin-top: 0; margin-bottom: 0">EnumerateClasses&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
   Enumerate subclasses of a CIM Class information (Not implemented in CGI  
   Client)  
   <p style="margin-top: 0; margin-bottom: 0"><a href="EnumerateQualifiers.html">EnumerateQualifiers</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
   Enumerate CIM Qualifier definitions  
   <p style="margin-top: 0; margin-bottom: 0"><a href="GetQualifier.html">GetQualifier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
   Get a Qualifier declaration  
   <p style="margin-top: 0; margin-bottom: 0">DeleteQualifier&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
   Delete a single Qualifier. (Not implemented)  
   <p>  
   <b>WBEM CIM Object Instance Operations</b>  
    <p style="margin-top: 0; margin-bottom: 0"><a href="EnumerateInstanceNames.html">EnumerateInstanceNames</a>&nbsp;&nbsp;&nbsp;  
   Enumerate instance names of a CIM Class  
  <p style="margin-top: 0; margin-bottom: 0"><a href="EnumerateInstances.html">EnumerateInstances</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Enumerate instances of a CIM Class<font color="#FF0000">  
  (Not Implemented in CGI Client)</font>  
   <p style="margin-top: 0; margin-bottom: 0"><a href="GetInstance.html">GetInstance</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
   Get a CIM Instance  
   <p style="margin-top: 0; margin-bottom: 0"><a href="DeleteInstance.html">DeleteInstance</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a CIM Instance  
   <p>  
   <b>Special CIM Object Instance Operations</b>  
   <p style="margin-top: 0; margin-bottom: 0"><a href="GetProperty.html">GetProperty</a>Get a CIM Property value from a CIM Instance  
   <font color="#FF0000">(Under Construction)</font>  
   <p style="margin-top: 0; margin-bottom: 0"><a href="SetProperty.html">SetProperty</a>Set a CIM Property value from a CIM Instance  
   <font color="#FF0000">(Under Construction)</font>  
   
 <p><b>The CIM Operations as defined in the CIM HTTP </b>  
 <b>Specification</b>  
   <blockquote>  
     <blockquote>  
      <p style="margin-top: 0; margin-bottom: 0">Get a CIM Class *  
      <p style="margin-top: 0; margin-bottom: 0">Get a CIM Instance *&nbsp;  
      <p style="margin-top: 0; margin-bottom: 0">  
      Delete a CIM Class *&nbsp;  
      <p style="margin-top: 0; margin-bottom: 0">  
      Delete a CIM Instance&nbsp;  
      <p style="margin-top: 0; margin-bottom: 0">  
      Create a CIM Class  
      <p style="margin-top: 0; margin-bottom: 0">Create a CIM Instance  
      <p style="margin-top: 0; margin-bottom: 0">Modify a CIM Class  
      <p style="margin-top: 0; margin-bottom: 0">Modify a CIM Instance  
      <p style="margin-top: 0; margin-bottom: 0">Enumerate subclasses of a CIM Class*  
      <p style="margin-top: 0; margin-bottom: 0">Enumerate subclass names of a CIM Class *  
      <p style="margin-top: 0; margin-bottom: 0">Enumerate instances of a CIM Class *  
      <p style="margin-top: 0; margin-bottom: 0">Enumerate instance names of a CIM Class *  
      <p style="margin-top: 0; margin-bottom: 0">Delete a CIM Qualifier definition  
      <p style="margin-top: 0; margin-bottom: 0">Create a CIM Qualifier definition  
      <p style="margin-top: 0; margin-bottom: 0">Enumerate CIM Qualifier definitions *  
      <p style="margin-top: 0; margin-bottom: 0">Execute a Query  
      <p style="margin-top: 0; margin-bottom: 0">Enumerate associators of a CIM Object  
      <p style="margin-top: 0; margin-bottom: 0">Enumerate names of associators of a CIM Object  
      <p style="margin-top: 0; margin-bottom: 0">Enumerate references to a CIM Object  
      <p style="margin-top: 0; margin-bottom: 0">Enumerate names of references to a CIM Object  
      <p style="margin-top: 0; margin-bottom: 0">Get a CIM Property value from a CIM Instance  
      <p style="margin-top: 0; margin-bottom: 0">Set a CIM Property value from a CIM Instance  
      <p style="margin-top: 0; margin-bottom: 0">Get a Qualifier declaration *  
      <p style="margin-top: 0; margin-bottom: 0">Set a Qualifier declaration  
      <p style="margin-top: 0; margin-bottom: 0">Delete a Qualifier declaration  
      <p style="margin-top: 0; margin-bottom: 0">Enumerate Qualifier declarations  
  
     </blockquote>  <frameset rows="64,*">
   </blockquote>    <frame name="banner" scrolling="no" noresize target="contents" src="DemonstrationBannerPage.htm">
     <frameset cols="150,*">
       <frame name="contents" target="main" src="FrameIndex.htm">
       <frame name="main" src="main.html">
     </frameset>
     <noframes>
     <body>
  
      <h1 style="margin-top: 0; margin-bottom: 0">Description of the    <p>This page uses frames, but your browser doesn't support them.</p>
      Demonstration Environment</h1>  
   <hr>  
      <p style="margin-top: 0; margin-bottom: 0">Under Construction  
      <p style="margin-top: 0; margin-bottom: 0">&nbsp;  
   
      <h1> <b> Open Questions Questions</b>  
   
   </h1>  
   
      <p> &nbsp;- Enumerate Qualifier - Declaration vs defintion.  
   <hr>  
   
      <p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration  
      Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>  
   
      <p style="margin-top: 0; margin-bottom: 0"> <font size="2">See (<a href="http://www.opengroup.org/management">http://www.opengroup.org/management</a>)  
      for more information on Pegasus</font>  
  
 </body> </body>
 </html>    </noframes>
   </frameset>
  
   </html>


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2