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

 1 mike  1.1 <html>
 2 karl  1.2   <body bgcolor="#CCCCCC">
 3 mike  1.1     <table width="100%">
 4                 <tr>
 5 karl  1.2 	<td width="50%" align="bottom"><h1>GetClass Operation</h1><td>
 6 mike  1.1 	<td width="50%" align="right">
 7           	  <img border=1 src="http://localhost/pegasus/icons/OpenGroupLogo.gif">
 8                   </td>
 9                 </tr>
10               </table>
11 karl  1.2     <hr>
12 mike  1.1     <form METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
13                 <INPUT TYPE="hidden" NAME="Operation" VALUE="GetClass">
14 karl  1.2       <p>The <TT>GetClass</TT> method returns a single CIM Class from the target Namespace
15                 where the ClassName input parameter defines the name of the class to be retrieved.
16           
17                 <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv20">
18                 The NameSpace parameter is a string that defines the target namespace.
19                 <p><b>ClassName</b> <INPUT TYPE="text" NAME="ClassName" SIZE=30>
20                 The ClassName input parameter defines the name of the Class to be retrieved.
21                 <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;
22                 If the <TT>LocalOnly</TT> input parameter is true, this specifies that only CIM
23                 Elements (properties, methods and qualifiers) overriden within the definition of
24                 the Class are returned.  If false, all elements are returned.  This parameter
25                 therefore effects a CIM Server-side mechanism to filter certain elements of the
26                 returned object based on whether or not they have been propagated from the parent
27                 Class (as defined by the PROPAGATED attribute).
28                 <p><b>IncludeQualifiers</b> <INPUT TYPE="checkbox" NAME="IncludeQualifiers" VALUE="true">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
29                 If the <TT>IncludeQualifiers</TT> input parameter is true, this specifies that
30                 all Qualifiers for that Class (including Qualifiers on the Class and on any
31                 returned Properties, Methods or Method Parameters) MUST be included as <QUALIFIER>
32                 elements in the response.  If false no QUALIFIER elements are present in the
33                 returned Class.
34                 <p><b>IncludeClassOrigins</b> <INPUT TYPE="checkbox" NAME="IncludeClassOrigins" VALUE="true">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
35 karl  1.2       If the <TT>IncludeClassOrigin</TT> input parameter is true, this specifies that
36                 the CLASSORIGIN attribute MUST be present on all appropriate elements in the returned
37                 Class. If false, no CLASSORIGIN attributes are present in the returned Class.
38                 <p><b>PropertyList </b> <INPUT TYPE="text" NAME="PropertyList" SIZE=30 VALUE="NULL">
39                 NOTE: <b> NOT IMPLEMENTED</b>.
40                 If the <TT>PropertyList</TT> input parameter is not NULL, the members of the array
41                 define one or more Property names.  The returned Class MUST NOT include elements for any
42                 Properties missing from this list. Note that if <TT>LocalOnly</TT> is specified as true this acts
43                 as an additional filter on the set of Properties returned (for example, if Property A is
44                 included in the <TT>PropertyList</TT> but <TT>LocalOnly</TT> is set to true and A is not local to the
45                 requested Class, then it will not be included in the response). If the <TT>PropertyList</TT>
46                 input parameter is an empty array this signifies that no Properties are included in
47                 the response. If the PropertyList input parameter is NULL this specifies that all
48                 Properties (subject to the conditions expressed by the other parameters) are included
49                 in the response.
50                 <p>If the <TT>PropertyList</TT> contains duplicate elements, the Server MUST ignore
51                 the duplicates but otherwise process the request normally. If the PropertyList contains
52                 elements which are invalid Property names for the target Class, the Server MUST ignore
53                 such entries but otherwise process the request normally.
54                 <p><INPUT TYPE="submit" VALUE="Submit Request">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
55                 <INPUT TYPE="reset" VALUE="Reset Form">
56 karl  1.2       <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>RETURN - </b>If successful, the return value is a single CIM Class.If unsuccessful, one of the following status codes MUST be returned by this method,
57           	where the first applicable error in the list (starting with the first element of the list,
58           	and working down) is the error returned. Any additional method-specific interpretation of
59           	the error in is given in parentheses
60                 <p>&nbsp;
61           	</form>
62           
63 mike  1.1   </body>
64           </html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2