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

Diff for /pegasus/cgi/htdocs/Attic/DeleteInstance.html between version 1.1 and 1.4

version 1.1, 2001/02/06 15:47:12 version 1.4, 2001/06/12 14:32:25
Line 2 
Line 2 
   <body bgcolor="#CCCCCC">   <body bgcolor="#CCCCCC">
     <table width="100%">     <table width="100%">
       <tr>       <tr>
         <td width="50%" align="bottom"><h1>Get Instance CIM Operation</h1><td>          <td width="431" align="bottom"><h1>Delete Instance CIM Operation</h1><td width="2">
         <td width="50%" align="right">          <td width="321" align="right">
           <img border=1 src="/pegasus/icons/OpenGroupLogo.gif           <img border=1 src="/pegasus/icons/OpenGroupLogo.gif
           ">           ">
         </td>         </td>
Line 17 
Line 17 
           Namespace based on the InstanceName parameter provided.           Namespace based on the InstanceName parameter provided.
  
       <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30       <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30
       VALUE="root/cimv20">        VALUE="root/cimv2">
       String that defines the target namespace. See <a       String that defines the target namespace. See <a
       href="getnamespaces.html">NameSpace       href="getnamespaces.html">NameSpace
       Operations</a> for more information       Operations</a> for more information
Line 33 
Line 33 
       &nbsp;&nbsp;&nbsp;&nbsp; <INPUT TYPE="reset" VALUE="Reset Form">       &nbsp;&nbsp;&nbsp;&nbsp; <INPUT TYPE="reset" VALUE="Reset Form">
  
       <hr>       <hr>
           </form>
  
       <p><b>REQUEST RETURN - </b>        <h2>REQUEST RETURN&nbsp;</h2>
  
       If successful, the specified Instance MUST have been removed by the      <P>If successful, the specified Instance MUST have been removed by the CIM Server.
                 CIM Server.  
  
                 If unsuccessful, one of the following status codes MUST be          If unsuccessful, one of the following status codes MUST be returned by this
                 returned by this          method, where the first applicable error in the list (starting with the first
                 method, where the first applicable error in the list (starting          element of the list, and working down) is the error returned. Any additional
                 with the          method-specific interpretation of the error in is given in parentheses.
                 first element of the list, and working down) is the error  
                 returned. Any  
                 additional method-specific interpretation of the error in is  
                 given in  
                 parentheses.  
  
                 <UL>                 <UL>
                      <LI>CIM_ERR_ACCESS_DENIED                      <LI>CIM_ERR_ACCESS_DENIED
Line 65 
Line 60 
                      <LI>CIM_ERR_FAILED (some other unspecified error                      <LI>CIM_ERR_FAILED (some other unspecified error
                      occurred)</LI>                      occurred)</LI>
           </UL>           </UL>
         <hr>
  
       <h2>
  
       <hr>        Additional Field Information</h2>
         <p>
  
           The <TT>DeleteInstance</TT> operation deletes a single CIM Instance           The <TT>DeleteInstance</TT> operation deletes a single CIM Instance
           from           from
           the target Namespace.            the target Namespace.&nbsp;</p>
         <p>
  
           NameSpace The NameSpace parameter is a string that defines the           NameSpace The NameSpace parameter is a string that defines the
           target namespace            target namespace&nbsp;</p>
         <p>
  
           param InstanceName The InstanceName input parameter defines the name           param InstanceName The InstanceName input parameter defines the name
           (model path) of the Instance to be deleted.            (model path) of the Instance to be deleted.&nbsp;</p>
         <hr>
         <h2>C++ Pegasus API as defined in Operations.h</h2>
         <pre>
         virtual void deleteInstance(
             const String&amp; nameSpace,
             const Reference&amp; instanceName) = 0;
           </pre>
  
  
           */    <hr><p style="margin-top: 0; margin-bottom: 0"> <font size="2">Demonstration
           virtual void deleteInstance(       Prepared by the OpenGroup Manageability Work Group Pegasus Development Team</font>
  
               const String& nameSpace,       <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>)
         const Reference& instanceName) = 0;       for more information on Pegasus</font>
  
       <p>       <p style="margin-top: 0; margin-bottom: 0"> <font size="1">Last Modified <!--webbot bot="Timestamp" S-Type="EDITED"
         </form>      S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Monday, March 26, 2001 05:16:25 PM<!--webbot bot="Timestamp" i-CheckSum="50461" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        Copyright @ The Open Group 2001&nbsp;</font>
  
   </body>   </body>
 </html> </html>


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2