Unsupported content

 

This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

Delete Zone operation

The Delete Zone operation enables you to delete a Zone only if it is in the configured state.

The following figure shows an <items> XML template for the Delete Zone operation:

Unknown macro: {multi-excerpt}



<items> XML template for the Delete Zone operation

<items>
 <item>
  <parameters>
    <zone-path</zone-path>
  </parameters>
 </item>
</items>


The following table describes the elements for the adapter request:

Unknown macro: {multi-excerpt}



Adapter request elements for the Delete Zone operation

Element

Definition

Required

<operation-type>

Defines the type of operation: Configure_Zone

Yes

<operation-name>

Defines the name of operation: Delete_Zone

Yes

<zone-name>

Specifies the name of the Zone that you want to delete

Yes

<zone-path>

Specifies the zone path for the Zone that you want to delete

No

<host>

Specifies the host name of the Solaris computer hosting Solaris Zones

No

<port>

Specifies the port on which the SSH service is running on the host computer
Default value: 22

No

<operation-timeout-secs>

Specifies the time, in seconds, to wait for the operation to complete on the target server
If the operation is not successful within this interval, the adapter returns an error message.
Default value: 300 seconds

No

<user-name>

Specifies the user name for the Solaris computer
If no user name is specified, the request is executed with the user name specified in the adapter configuration.

No

<password>

Specifies the password corresponding to the user name

Conditional
Required if you specify the <user-name> element


The following figure shows the sample adapter request for the Delete Zone operation:

Unknown macro: {multi-excerpt}



Sample adapter request for the Delete Zone operation

<solaris-zones-request>
    <target>
        <host>vm-sol-abc<host>
        <user-name>admin<user-name>
        <password>adminpass</password>
        <port>8888</port>
    </target>
    <operation-type>Configure_Zone</operation-type>
    <operation-name>Delete_Zone</operation-name>
    <operation-timeout-secs>200</operation-timeout-secs>
    <zone-name>testzone</zone-name>
    <parameters>
        <zone-path>/export/zones/testzone</zonepath>
    <parameters>	
</solaris-zones-request>

Note

You need to specify the elements in the <target> block of the adapter request only if you want to override the elements specified in the adapter configuration.


The following figure shows the response for the sample adapter request:

Unknown macro: {multi-excerpt}



Sample adapter response for the Delete Zone operation

<solaris-zones-response>
  <metadata>
    <status>success</status>
  </metadata>
  <target-output host="vm-sol-abc">
    <metadata>
      <os-id>SunOS</os-id>
      <os-version>5.10</os-version>
      <status>success</status>
    </metadata>
    <operation-output>
      <metadata>
        <command>zonecfg -z "testzone" delete -F; rm -rf
 "/export/zones/testzone"</command>
        <line-count>1</line-count>
        <execution-milliseconds>16078</execution-milliseconds>
        <exit-code>0</exit-code>
        <status>success</status>
      </metadata>
      <output>
        <line index="1">Operation Delete_Zone executed
 successfully!!</line>
      </output>
    </operation-output>
  </target-output>
</solaris-zones-response>

Was this page helpful? Yes No Submitting... Thank you

Comments