deleteMemberServerImageInstances

Prev Next

Available in VPC

Summary

Delete the list of member server image instances.

Caution

KVM hypervisor is not supported.

Request

Request parameters

Parameter name Required Type Restrictions Description
regionCode No String - Region code
Determine the Region in which the member server image instance will be deleted
regionCode can be obtained through the getRegionList action
Default: Select the first Region of the getRegionList search result
memberServerImageInstanceNoList.N Yes List<String> - List of member server image instance numbers to delete
memberServerImageInstanceNo can be obtained through the getMemberServerImageInstanceList action
e.g., memberServerImageInstanceNoList.1=1234&memberServerImageInstanceNoList.2=2345
responseFormatType No String - Response result format type
Options: XML | JSON
Default: XML

Response

Response body

Examples

Request example

GET {API_URL}/deleteMemberServerImageInstances
?regionCode=KR
&memberServerImageInstanceNoList.1=***5847

Response example

<deleteMemberServerImageInstancesResponse>
  <requestId>c03165bc-06e7-45d2-a0f5-8965ff1d8f29</requestId>
  <returnCode>0</returnCode>
  <returnMessage>success</returnMessage>
  <totalRows>1</totalRows>
  <memberServerImageInstanceList>
    <memberServerImageInstance>
      <memberServerImageInstanceNo>***5847</memberServerImageInstanceNo>
      <memberServerImageName>test-***</memberServerImageName>
      <memberServerImageDescription></memberServerImageDescription>
      <originalServerInstanceNo>***4299</originalServerInstanceNo>
      <originalServerImageProductCode>SW.VSVR.OS.LNX64.CNTOS.0703.B050</originalServerImageProductCode>
      <memberServerImageInstanceStatus>
        <code>CREAT</code>
        <codeName>NSI CREATED state</codeName>
      </memberServerImageInstanceStatus>
      <memberServerImageInstanceOperation>
        <code>TERMT</code>
        <codeName>NSI TERMINATE OP</codeName>
      </memberServerImageInstanceOperation>
      <memberServerImageInstanceStatusName>terminating</memberServerImageInstanceStatusName>
      <createDate>2020-08-24T17:40:12+0900</createDate>
      <shareStatus>
        <code>NULL</code>
        <codeName>NSI Share NULL State</codeName>
      </shareStatus>
      <sharedLoginIdList/>
    </memberServerImageInstance>
  </memberServerImageInstanceList>
</deleteMemberServerImageInstancesResponse>