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

 1 karl  1.1 <html>
 2             <body bgcolor="#CCCCCC">
 3               <table width="100%">
 4                 <tr>
 5           	<td width="50%" align="bottom"><h1>Get Instance CIM Operation</h1><td>
 6           	<td width="50%" align="right">
 7           	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif
 8           	  ">
 9                   </td>
10                 </tr>
11               </table>
12               <hr>
13               <form METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
14                 <INPUT TYPE="hidden" NAME="Operation" VALUE="DeleteInstance">
15           	  <P>The <TT>DeleteInstance</TT> method Deletes a single CIM Instance
16           	  from the target
17           	  Namespace based on the InstanceName parameter provided.
18           
19                 <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30
20                 VALUE="root/cimv20">
21                 String that defines the target namespace. See <a
22 karl  1.1       href="getnamespaces.html">NameSpace
23                 Operations</a> for more information
24           
25                 <p><b><a href="#InstanceName">InstanceName</a></b> <INPUT TYPE="text"
26                 NAME="InstanceName" SIZE=30>
27                 Defines the Name of instance to be retrieved. See <a
28                 href="EnumerateInstanceNames.html">Enumerate
29                 Instance Names</a> for instance names for a class
30           
31                 <p><INPUT TYPE="submit" VALUE="Submit Request">
32                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
33                 &nbsp;&nbsp;&nbsp;&nbsp; <INPUT TYPE="reset" VALUE="Reset Form">
34           
35                 <hr>
36           
37                 <p><b>REQUEST RETURN - </b>
38           
39                 If successful, the specified Instance MUST have been removed by the
40                           CIM Server.
41           
42                           If unsuccessful, one of the following status codes MUST be
43 karl  1.1                 returned by this
44                           method, where the first applicable error in the list (starting
45                           with the
46                           first element of the list, and working down) is the error
47                           returned. Any
48                           additional method-specific interpretation of the error in is
49                           given in
50                           parentheses.
51           
52                           <UL>
53                                <LI>CIM_ERR_ACCESS_DENIED
54                                <LI>CIM_ERR_NOT_SUPPORTED
55                                <LI>CIM_ERR_INVALID_NAMESPACE
56                                <LI>CIM_ERR_INVALID_PARAMETER (including missing,
57                                duplicate,
58                                	unrecognized or otherwise incorrect parameters)
59                                <LI>CIM_ERR_INVALID_CLASS (the CIM Class does not exist
60                                in the
61                                	specified namespace)
62                                <LI>CIM_ERR_NOT_FOUND (the CIM Class does exist, but the
63                                requested CIM
64 karl  1.1                      	Instance does not exist in the specified namespace)
65                                <LI>CIM_ERR_FAILED (some other unspecified error
66                                occurred)</LI>
67                     </UL>
68           
69           
70                 <hr>
71           
72                     The <TT>DeleteInstance</TT> operation deletes a single CIM Instance
73                     from
74                     the target Namespace.
75           
76                     NameSpace The NameSpace parameter is a string that defines the
77                     target namespace
78           
79                     param InstanceName The InstanceName input parameter defines the name
80                     (model path) of the Instance to be deleted.
81           
82           
83                     */
84                     virtual void deleteInstance(
85 karl  1.1 
86                         const String& nameSpace,
87                   const Reference& instanceName) = 0;
88           
89                 <p>
90           	</form>
91           
92             </body>
93           </html>
94           
95           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2