addMemberServerImageSharingPermission
    • PDF

    addMemberServerImageSharingPermission

    • PDF

    Article Summary

    Available in VPC

    Overview

    Adds 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 of the member server image instance to add the sharing permission for
    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.NYesList<String>- Target login ID list
    Specifies the login ID list for targets with whom the member server images will be shared
    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}/addMemberServerImageSharingPermission
    ?memberServerImageInstanceNo=***4605
    &targetLoginIdList.1=test-***@naver.com
    

    Response examples

    <addMemberServerImageSharingPermissionResponse>
      <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>SHARE</code>
            <codeName>NSI Share SHARE State</codeName>
          </shareStatus>
          <sharedLoginIdList>
            <sharedLoginId>test-***@naver.com</sharedLoginId>
          </sharedLoginIdList>
        </memberServerImageInstance>
      </memberServerImageInstanceList>
    </addMemberServerImageSharingPermissionResponse>
    

    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.