deleteMemberServerImageInstances
    • PDF

    deleteMemberServerImageInstances

    • PDF

    Article summary

    Available in VPC

    Summary

    Delete the list of member server image instances.

    Caution

    KVM hypervisor is not supported.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoString- 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.NYesList<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
    responseFormatTypeNoString- 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>
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.