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

  1 mike  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 karl  1.5    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  6 mike  1.1    <meta name="Author" content="Michael E. Brasher">
  7              <title>Pegasus</title>
  8           </head>
  9           <body bgcolor="#CCCCCC">
 10             &nbsp;
 11             <table WIDTH="100%" >
 12             <tr>
 13             <td WIDTH="50%">
 14             <h1>
 15 karl  1.5   Pegasus Server Demonstration</h1>
 16 mike  1.1   </td>
 17           
 18             <td></td>
 19           
 20 mike  1.2   <td ALIGN=RIGHT WIDTH="50%"><img SRC="/pegasus/icons/OpenGroupLogo.gif" BORDER=2 ></td>
 21 mike  1.1   </tr>
 22             </table>
 23           
 24             <hr>
 25 karl  1.5   <p style="margin-bottom: 0">The following hyperlinks demonstrate&nbsp; the
 26             Pegasus CIM Server and the Basic WBEM/CIM operations. Unless noted below, each
 27             of the hyperlinks represents a single WBEM operation as defined in the WBEM
 28             standard. For each Operation, a WEB page allows you to enter parameters and
 29             then the correct request is made to the CIM Server and the response formatted
 30             as a WEB page an returned.
 31             <p style="margin-bottom: 0"><b>SETUP Pegasus CIM Services Broker Interface</b>
 32             <p style="margin-top: 0"><a href="DefineHostParameters.html">DefineHostParameters</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 33             Define the host name and port to use in subsequent operations
 34             <p style="margin-top: 0">&nbsp;
 35             <p style="margin-top: 0"><b>CIM NameSpace Operations</b>
 36             <p style="margin-top: 0">Under Construction
 37             <p><b>WBEM CIM Meta Operations (Operations on CIM Classes and Qualfiers)</b>
 38           
 39             <p style="margin-top: 0; margin-bottom: 0"><a href="EnumerateClassNames.html">EnumerateClassNames</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 40             Enumerate subclass names of a CIM Class
 41           
 42             <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;
 43             Get a CIM Class
 44             <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;
 45             Delete a CIM Class
 46 karl  1.5   <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;
 47             Get a Qualifier declaration
 48             <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;
 49             Enumerate CIM Qualifier definitions
 50 karl  1.4   <p>
 51 karl  1.5   <b>WBEM CIM Object Instance Operations</b>
 52             <p style="margin-top: 0; margin-bottom: 0"><a href="EnumerateInstance.html">EnumerateInstance</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 53             Enumerate instances of a CIM Class
 54             <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;
 55             Get a CIM Instance
 56             <p style="margin-top: 0; margin-bottom: 0"><a href="EnumerateInstanceNames.html">EnumerateInstanceNames</a>&nbsp;&nbsp;&nbsp;
 57             Enumerate instance names of a CIM Class
 58 karl  1.4   <p>
 59 karl  1.5   <b>Special CIM Object Instance Operations</b>
 60             <p style="margin-top: 0; margin-bottom: 0"><a href="GetProperty.html">GetProperty</a>Get a CIM Property value from a CIM Instance
 61             <p style="margin-top: 0; margin-bottom: 0"><a href="SetProperty.html">SetProperty</a>Set a CIM Property value from a CIM Instance
 62           
 63           <p><b>The CIM Operations as defined in the CIM HTTP </b>
 64           <b>Specification</b>
 65             <blockquote>
 66               <blockquote>
 67                <p style="margin-top: 0; margin-bottom: 0">Get a CIM Class *
 68                <p style="margin-top: 0; margin-bottom: 0">Get a CIM Instance *&nbsp;
 69                <p style="margin-top: 0; margin-bottom: 0">
 70                Delete a CIM Class *&nbsp;
 71                <p style="margin-top: 0; margin-bottom: 0">
 72                Delete a CIM Instance&nbsp;
 73                <p style="margin-top: 0; margin-bottom: 0">
 74                Create a CIM Class
 75                <p style="margin-top: 0; margin-bottom: 0">Create a CIM Instance
 76                <p style="margin-top: 0; margin-bottom: 0">Modify a CIM Class
 77                <p style="margin-top: 0; margin-bottom: 0">Modify a CIM Instance
 78                <p style="margin-top: 0; margin-bottom: 0">Enumerate subclasses of a CIM Class
 79                <p style="margin-top: 0; margin-bottom: 0">Enumerate subclass names of a CIM Class *
 80 karl  1.5      <p style="margin-top: 0; margin-bottom: 0">Enumerate instances of a CIM Class *
 81                <p style="margin-top: 0; margin-bottom: 0">Enumerate instance names of a CIM Class *
 82                <p style="margin-top: 0; margin-bottom: 0">Delete a CIM Qualifier definition
 83                <p style="margin-top: 0; margin-bottom: 0">Create a CIM Qualifier definition
 84                <p style="margin-top: 0; margin-bottom: 0">Enumerate CIM Qualifier definitions *
 85                <p style="margin-top: 0; margin-bottom: 0">Execute a Query
 86                <p style="margin-top: 0; margin-bottom: 0">Enumerate associators of a CIM Object
 87                <p style="margin-top: 0; margin-bottom: 0">Enumerate names of associators of a CIM Object
 88                <p style="margin-top: 0; margin-bottom: 0">Enumerate references to a CIM Object
 89                <p style="margin-top: 0; margin-bottom: 0">Enumerate names of references to a CIM Object
 90                <p style="margin-top: 0; margin-bottom: 0">Get a CIM Property value from a CIM Instance
 91                <p style="margin-top: 0; margin-bottom: 0">Set a CIM Property value from a CIM Instance
 92                <p style="margin-top: 0; margin-bottom: 0">Get a Qualifier declaration *
 93                <p style="margin-top: 0; margin-bottom: 0">Set a Qualifier declaration
 94                <p style="margin-top: 0; margin-bottom: 0">Delete a Qualifier declaration
 95                <p style="margin-top: 0; margin-bottom: 0">Enumerate Qualifier declarations
 96           
 97               </blockquote>
 98             </blockquote>
 99           
100                <h1 style="margin-top: 0; margin-bottom: 0">Description of the
101 karl  1.5      Demonstration Environment</h1>
102             <hr>
103                <p style="margin-top: 0; margin-bottom: 0">Under Construction
104                <p style="margin-top: 0; margin-bottom: 0">&nbsp;
105           
106                <h1> <b> Open Questions Questions</b>
107           
108             </h1>
109           
110                <p> &nbsp;- Enumerate Qualifier - Declaration vs defintion.
111             <hr>
112           
113                <p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
114                Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>
115           
116                <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>)
117                for more information on Pegasus</font>
118 karl  1.3 
119 mike  1.1 </body>
120           </html>
121 karl  1.3 

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2