getNasVolumeSnapshotConfigurationHistoryList

Prev Next

Available in Classic

View the snapshot configuration history of a NAS volume instance.

Requests

The following describes the request format for the endpoint. The request format is as follows.

Method URI
GET, POST /getNasVolumeSnapshotConfigurationHistoryList

Request headers

For headers common to all NAS APIs, see NAS common headers.

Request query parameters

The following describes the parameters.

Field Type Required Description
nasVolumeInstanceNo String Required Unique number of the NAS volume instance

Request example

The following is a sample request.

curl --location --request GET 'https://ncloud.apigw.ntruss.com/server/v2/getNasVolumeSnapshotConfigurationHistoryList?nasVolumeInstanceNo=00000000' \
--header 'x-ncp-apigw-timestamp: {timestamp}' \
--header 'x-ncp-iam-access-key: {access key}' \
--header 'x-ncp-apigw-signature-v2: {API gateway signature}' \

Responses

The following describes the response format.

Response body

See NasVolumeSnapshotConfigurationHistoryList for the response body.

Response status codes

For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.

Response example

The following is a sample response.

<?xml version="1.0" encoding="UTF-8"?>
<getNasVolumeSnapshotConfigurationHistoryListResponse>
    <requestId></requestId>
    <returnCode>0</returnCode>
    <returnMessage>success</returnMessage>
    <totalRows>1</totalRows>
    <nasVolumeSnapshotConfigurationHistoryList>
        <nasVolumeSnapshotConfigurationHistory>
            <nasVolumeInstanceNo>00000000</nasVolumeInstanceNo>
            <historySequenceNo>23079</historySequenceNo>
            <historyType>
                <code>CREAT</code>
                <codeName>Create</codeName>
            </historyType>
            <ip>61.83.152.147</ip>
            <registerDate>2024-04-03T16:43:25+0900</registerDate>
            <snapshotVolumeConfigurationRatio>4.0</snapshotVolumeConfigurationRatio>
            <snapshotVolumeConfigPeriodType>
                <code>WEEK</code>
                <codeName>everyweek</codeName>
            </snapshotVolumeConfigPeriodType>
            <snapshotVolumeConfigDayOfWeekType>
                <code>6</code>
                <codeName>Saturday</codeName>
            </snapshotVolumeConfigDayOfWeekType>
            <snapshotVolumeConfigTime>0</snapshotVolumeConfigTime>
        </nasVolumeSnapshotConfigurationHistory>
    </nasVolumeSnapshotConfigurationHistoryList>
</getNasVolumeSnapshotConfigurationHistoryListResponse>