(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 karl  1.2     <P>If successful, the specified Instance MUST have been removed by the CIM Server.
40 karl  1.1 
41 karl  1.2 	If unsuccessful, one of the following status codes MUST be returned by this
42           	method, where the first applicable error in the list (starting with the first
43           	element of the list, and working down) is the error returned. Any additional
44           	method-specific interpretation of the error in is given in parentheses.
45 karl  1.1 
46 karl  1.2 	<UL>
47           		 <LI>CIM_ERR_ACCESS_DENIED
48           		 <LI>CIM_ERR_NOT_SUPPORTED
49           		 <LI>CIM_ERR_INVALID_NAMESPACE
50           		 <LI>CIM_ERR_INVALID_PARAMETER (including missing,
51           		 duplicate,
52           			unrecognized or otherwise incorrect parameters)
53           		 <LI>CIM_ERR_INVALID_CLASS (the CIM Class does not exist
54           		 in the
55           			specified namespace)
56           		 <LI>CIM_ERR_NOT_FOUND (the CIM Class does exist, but the
57           		 requested CIM
58           			Instance does not exist in the specified namespace)
59           		 <LI>CIM_ERR_FAILED (some other unspecified error
60           		 occurred)</LI>
61           	  </UL>
62 karl  1.1       <hr>
63           
64                     The <TT>DeleteInstance</TT> operation deletes a single CIM Instance
65                     from
66                     the target Namespace.
67           
68                     NameSpace The NameSpace parameter is a string that defines the
69                     target namespace
70           
71                     param InstanceName The InstanceName input parameter defines the name
72                     (model path) of the Instance to be deleted.
73           
74           
75                     */
76                     virtual void deleteInstance(
77           
78                         const String& nameSpace,
79                   const Reference& instanceName) = 0;
80           
81                 <p>
82           	</form>
83 karl  1.1 
84             </body>
85           </html>
86           
87           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2