MENU
      removeMemberServerImageSharingPermission

        removeMemberServerImageSharingPermission


        Article summary

        Available in VPC

        Overview

        Removes sharing permission for member server images.

        Caution

        Images within the KVM server are not supported.

        Requests

        Request parameters

        Parameter nameRequirement statusTypeRestrictionsDescription
        regionCodeNoString- Region code
        Decides the Region for the member server image instance to remove sharing permission
        regionCode can be obtained through the getRegionList action
        Default: select the first Region shown in the getRegionList search results
        memberServerImageInstanceNoYesString- Member server image instance number
        memberServerImageInstanceNo can be obtained through the getMemberServerImageInstanceList action
        targetLoginIdList.NNoList<String>- Target login ID list
        Specifies the login ID list of targets to remove
        ex) targetLoginIdList.1=id1@email.com&targetLoginIdList.2=id2@email.com
        responseFormatTypeNoString- Format type of responses
        Options : xml | json
        Default : xml

        Responses

        Response bodies

        Examples

        Request examples

        GET {API_URL}/removeMemberServerImageSharingPermission
        ?memberServerImageInstanceNo=***4605
        &targetLoginIdList.1=test-***@naver.com
        HTTP

        Response examples

        <removeMemberServerImageSharingPermissionResponse>
          <requestId/>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <memberServerImageInstanceList>
            <memberServerImageInstance>
              <memberServerImageInstanceNo>***4605</memberServerImageInstanceNo>
              <memberServerImageName>test-***</memberServerImageName>
              <memberServerImageDescription/>
              <originalServerInstanceNo>***4594</originalServerInstanceNo>
              <originalServerImageProductCode>SW.VSVR.OS.LNX64.CNTOS.0703.B050</originalServerImageProductCode>
              <memberServerImageInstanceStatus>
                <code>CREAT</code>
                <codeName>NSI CREATED state</codeName>
              </memberServerImageInstanceStatus>
              <memberServerImageInstanceOperation>
                <code>NULL</code>
                <codeName>NSI NULLOP</codeName>
              </memberServerImageInstanceOperation>
              <memberServerImageInstanceStatusName>created</memberServerImageInstanceStatusName>
              <createDate>2021-01-15T08:56:24+0900</createDate>
              <shareStatus>
                <code>NULL</code>
                <codeName>NSI Share NULL State</codeName>
              </shareStatus>
              <sharedLoginIdList/>
            </memberServerImageInstance>
          </memberServerImageInstanceList>
        </removeMemberServerImageSharingPermissionResponse>
        XML

        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.