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

  1 karl  1.1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  2           <html>
  3           <head>
  4              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5              <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  6              <meta name="Author" content="Michael E. Brasher">
  7              <title>Pegasus Demo Main Page</title>
  8           </head>
  9           <body bgcolor="#CCCCCC">
 10             &nbsp;
 11             <table WIDTH="972" >
 12             <tr>
 13             <td WIDTH="503">
 14             <h1>
 15             Pegasus&nbsp; CIM Server Demonstration</h1>
 16             </td>
 17           
 18             <td width="2"></td>
 19           
 20             <td ALIGN=RIGHT WIDTH="447"><img SRC="/pegasus/icons/OpenGroupLogo.gif" BORDER=2 ></td>
 21             </tr>
 22 karl  1.1   </table>
 23           
 24             <hr>
 25 karl  1.2   <p style="margin-bottom: 0">This is the top level page of&nbsp; a demonstration
 26 karl  1.1   of the basic capabilities of the Pegasus CIMOM from a WEB based client. <a href="DemoDescripton.HTML">See
 27             here for a description</a> of the Demonstration.&nbsp; For more information
 28             see the current <a href="http://www.opengroup.org/mem_only/councils/ogmanagement/teams/msb/Manual/index.html">Pegasus
 29             documentation</a> which is on the Opeg Group WEB site.
 30             <p style="margin-bottom: 0">The following hyperlinks demonstrate&nbsp; the
 31             Pegasus CIM Server and the Basic WBEM/CIM operations. Unless noted below, each
 32             of the hyperlinks represents a single WBEM operation as defined in the WBEM
 33             standard. For each Operation, a WEB page allows you to enter parameters and
 34             then the correct request is made to the CIM Server and the response formatted
 35             as a WEB page an returned.
 36             <p style="margin-bottom: 0"><b>SETUP Pegasus CIM Services Broker Interface</b>
 37             <p style="margin-top: 0"><a href="DefineHostParameters.html">DefineHostParameters</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 38             Define the host name and port to use in subsequent operations <font color="#FF0000">(Not
 39             Used today)</font>
 40             <p style="margin-top: 0">&nbsp;
 41             <p style="margin-top: 0"><b>CIM NameSpace Operations</b>
 42             <p style="margin-top: 0"><a href="enumeratenamespaces.html">EnumerateNamespaces</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 43             Enumerate the names of the Namespaces defined in the Repository.
 44             <p style="margin-top: 0"><a href="createNameSpace.html">CreateNamespace</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 45             Creates a new namespace in the repository.
 46             <p style="margin-top: 0"><a href="DeleteInstance.html">DeleteNamespace</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 47 karl  1.1   Deletes an existing namespace from the repository.
 48             <p><b>WBEM CIM Meta Operations (Operations on CIM Classes and Qualfiers)</b>
 49           
 50             <p style="margin-top: 0; margin-bottom: 0"><a href="EnumerateClassNames.html">EnumerateClassNames</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 51             Enumerate subclass names of a CIM Class
 52           
 53             <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;
 54             Get a CIM Class
 55             <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;
 56             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;
 57             Enumerate subclasses of a CIM Class information (Not implemented in CGI
 58             Client)
 59             <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;
 60             Enumerate CIM Qualifier definitions
 61             <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;
 62             Get a Qualifier declaration
 63             <p style="margin-top: 0; margin-bottom: 0"><a href="DeleteQualifier.htm">DeleteQualifier</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 64             Delete a single Qualifier.
 65             <p>
 66             <b>WBEM CIM Object Instance Operations</b>
 67              <p style="margin-top: 0; margin-bottom: 0"><a href="EnumerateInstanceNames.html">EnumerateInstanceNames</a>&nbsp;&nbsp;&nbsp;
 68 karl  1.1   Enumerate instance names of a CIM Class
 69            <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">
 70            (Not Implemented in CGI Client)</font>
 71             <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;
 72             Get a CIM Instance
 73             <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
 74             <p>
 75             <b>Special CIM Object Instance Operations</b>
 76             <p style="margin-top: 0; margin-bottom: 0"><a href="GetProperty.html">GetProperty</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 77             Get a CIM Property value from a CIM Instance
 78             <font color="#FF0000">(Under Construction)</font>
 79             <p style="margin-top: 0; margin-bottom: 0"><a href="SetProperty.html">SetProperty</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 80             Set a CIM Property value from a CIM Instance
 81             <font color="#FF0000">(Under Construction)</font>
 82           
 83             <p style="margin-top: 0; margin-bottom: 0">&nbsp;
 84             <p style="margin-top: 0; margin-bottom: 0"><b>Invkoking Methods</b>
 85             <p style="margin-top: 0; margin-bottom: 0"><font color="#FF0000"><a href="InvokeMethod.htm">InvokeMethod</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
 86             Invoke an extrinsic method (Method defined for a CIM Class)
 87             <p style="margin-top: 0; margin-bottom: 0">&nbsp;<p style="margin-top: 0; margin-bottom: 0"><b>Compound
 88             Operations</b><p style="margin-top: 0; margin-bottom: 0"><font color="#FF0000"><a href="classtree.htm">Class
 89 karl  1.1   Tree</a></font>
 90           
 91           <p><b>The CIM Operations as defined in the CIM HTTP </b>
 92           <b>Specification</b>
 93             <blockquote>
 94               <blockquote>
 95                <p style="margin-top: 0; margin-bottom: 0">Get a CIM Class *
 96                <p style="margin-top: 0; margin-bottom: 0">Get a CIM Instance *&nbsp;
 97                <p style="margin-top: 0; margin-bottom: 0">
 98                Delete a CIM Class *&nbsp;
 99                <p style="margin-top: 0; margin-bottom: 0">
100                Delete a CIM Instance&nbsp;
101                <p style="margin-top: 0; margin-bottom: 0">
102                Create a CIM Class
103                <p style="margin-top: 0; margin-bottom: 0">Create a CIM Instance
104                <p style="margin-top: 0; margin-bottom: 0">Modify a CIM Class
105                <p style="margin-top: 0; margin-bottom: 0">Modify a CIM Instance
106                <p style="margin-top: 0; margin-bottom: 0">Enumerate subclasses of a CIM Class*
107                <p style="margin-top: 0; margin-bottom: 0">Enumerate subclass names of a CIM Class *
108                <p style="margin-top: 0; margin-bottom: 0">Enumerate instances of a CIM Class *
109                <p style="margin-top: 0; margin-bottom: 0">Enumerate instance names of a CIM Class *
110 karl  1.1      <p style="margin-top: 0; margin-bottom: 0">Delete a CIM Qualifier definition
111                <p style="margin-top: 0; margin-bottom: 0">Create a CIM Qualifier definition
112                <p style="margin-top: 0; margin-bottom: 0">Enumerate CIM Qualifier definitions *
113                <p style="margin-top: 0; margin-bottom: 0">Execute a Query
114                <p style="margin-top: 0; margin-bottom: 0">Enumerate associators of a CIM Object
115                <p style="margin-top: 0; margin-bottom: 0">Enumerate names of associators of a CIM Object
116                <p style="margin-top: 0; margin-bottom: 0">Enumerate references to a CIM Object
117                <p style="margin-top: 0; margin-bottom: 0">Enumerate names of references to a CIM Object
118                <p style="margin-top: 0; margin-bottom: 0">Get a CIM Property value from a CIM Instance
119                <p style="margin-top: 0; margin-bottom: 0">Set a CIM Property value from a CIM Instance
120                <p style="margin-top: 0; margin-bottom: 0">Get a Qualifier declaration *
121                <p style="margin-top: 0; margin-bottom: 0">Set a Qualifier declaration
122                <p style="margin-top: 0; margin-bottom: 0">Delete a Qualifier declaration
123                <p style="margin-top: 0; margin-bottom: 0">Enumerate Qualifier declarations
124           
125               </blockquote>
126             </blockquote>
127           
128                <h1 style="margin-top: 0; margin-bottom: 0">Description of the
129                Demonstration Environment</h1>
130             <hr>
131 karl  1.1      <p style="margin-top: 0; margin-bottom: 0">Under Construction
132                <p style="margin-top: 0; margin-bottom: 0">&nbsp;
133           
134                <h1> <b> Open Questions Questions</b>
135           
136             </h1>
137           
138                <p> &nbsp;- Enumerate Qualifier - Declaration vs defintion.
139             <hr>
140           
141                <p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
142                Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>
143           
144                <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>)
145                for more information on Pegasus</font>
146           
147           </body>
148           </html>
149           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2