setMemberServerImageSharingPermission
    • PDF

    setMemberServerImageSharingPermission

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    Set sharing permission for member server images.

    Request

    Request parameter

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    You can decide the region of the member server image instance to set sharing permission.
    You can obtain regionCode through the getRegionList action.
    Default: Selects the first region of the getRegionList search results.
    memberServerImageInstanceNoYesString- Member server image instance number
    You can obtain memberServerImageInstanceNo through the getMemberServerImageInstanceList action.
    targetLoginIdList.NNoList- Target login ID list
    Specifies the login ID list for targets with whom the member server images will be shared.
    All the sharing settings will be removed if targetLoginId is not entered.
    E.g., targetLoginIdList.1=id1@email.com&targetLoginIdList.2=id2@email.com
    responseFormatTypeNoString- Format type of the response result
    Options: xml | json
    Default: xml

    Response

    Response body

    Examples

    Request examples

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

    Response examples

    <setMemberServerImageSharingPermissionResponse>
      <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>
    </setMemberServerImageSharingPermissionResponse>
    

    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.