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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2