changeNasVolumeSnapshotConfiguration
    • PDF

    changeNasVolumeSnapshotConfiguration

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Available in Classic

    Overview

    Change the snapshot configuration for the NAS volume instance.

    Request

    Request parameter

    Parameter nameRequirement statusTypeRestrictionsDescription
    nasVolumeInstanceNoYesString- NAS volume instance number where the snapshot configuration will be modified
    You can obtain nasVolumeInstanceNo through the getNasVolumeInstanceList action.
    snapshotVolumeConfigurationRatioYesIntegerMin : 0, Max : 99 (%)- Snapshot volume configuration ratio
    Snapshots uses the NAS volume capacity requested, and can be created within the ratio you set.
    Snapshots are deleted, oldest first, if the snapshot capacity set is exceeded.
    Setting the ratio to 0 will disable the snapshot configuration.
    snapshotVolumeConfigDayOfWeekTypeCodeNoString- Automatic snapshot creation cycle day code
    The day can be set if you set up automatic snapshot creation.
    It's only valid when the snapshot volume configuration ratio is not 0.
    7 snapshots as automatic creation cycle mode and unlimited snapshots as instant creation mode can be stored, within the snapshot capacity limit set.
    Options :
    -1 (every day)
    0 (Sunday)
    1 (Monday)
    2 (Tuesday)
    3 (Wednesday)
    4 (Thursday)
    5 (Friday)
    6 (Saturday)
    snapshotVolumeConfigTimeConditionalIntegerMin: 0, Max: 23 (hour)- Automatic snapshot creation cycle time
    Time configuration must be set if you set up automatic snapshot creation.

    Response

    Response body

    Examples

    Request examples

    GET {SERVER_API_URL}/changeNasVolumeSnapshotConfiguration
    ?nasVolumeInstanceNo=1084361
    &snapshotVolumeConfigurationRatio=10
    &snapshotVolumeConfigDayOfWeekTypeCode=-1
    &snapshotVolumeConfigTime=1
    

    Response examples

    <changeNasVolumeSnapshotConfigurationResponse>
      <requestId>4bdfecee-76a8-487e-8c00-54733badf386</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <nasVolumeInstanceList>
        <nasVolumeInstance>
          <nasVolumeInstanceNo>1084361</nasVolumeInstanceNo>
          <nasVolumeInstanceStatus>
            <code>CREAT</code>
            <codeName>NAS create</codeName>
          </nasVolumeInstanceStatus>
          <nasVolumeInstanceOperation>
            <code>NULL</code>
            <codeName>NAS NULL OP</codeName>
          </nasVolumeInstanceOperation>
          <nasVolumeInstanceStatusName>created</nasVolumeInstanceStatusName>
          <createDate>2018-11-26T19:40:14+0900</createDate>
          <nasVolumeDescription></nasVolumeDescription>
          <mountInformation>10.250.53.74:/n2532613_testnas</mountInformation>
          <volumeAllotmentProtocolType>
            <code>NFS</code>
            <codeName>NFS</codeName>
          </volumeAllotmentProtocolType>
          <volumeName>n2532613_testnas</volumeName>
          <volumeTotalSize>536870912000</volumeTotalSize>
          <volumeSize>536870912000</volumeSize>
          <snapshotVolumeConfigurationRatio>10.0</snapshotVolumeConfigurationRatio>
          <snapshotVolumeConfigPeriodType>
            <code>DAY</code>
            <codeName>everyday</codeName>
          </snapshotVolumeConfigPeriodType>
          <snapshotVolumeConfigDayOfWeekType>
            <code>-1</code>
            <codeName>Everyday</codeName>
          </snapshotVolumeConfigDayOfWeekType>
          <snapshotVolumeConfigTime>1</snapshotVolumeConfigTime>
          <snapshotVolumeSize>0</snapshotVolumeSize>
          <isSnapshotConfiguration>false</isSnapshotConfiguration>
          <isEventConfiguration>false</isEventConfiguration>
          <region>
            <regionNo>1</regionNo>
            <regionCode>KR</regionCode>
            <regionName>Korea</regionName>
          </region>
          <zone>
            <zoneNo>3</zoneNo>
            <zoneName>KR-2</zoneName>
            <zoneCode>KR-2</zoneCode>
            <zoneDescription>Pyeongchon zone</zoneDescription>
            <regionNo>1</regionNo>
          </zone>
          <isReturnProtection>false</isReturnProtection>
          <nasVolumeInstanceCustomIpList/>
          <nasVolumeServerInstanceList/>
        </nasVolumeInstance>
      </nasVolumeInstanceList>
    </changeNasVolumeSnapshotConfigurationResponse>
    

    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.