NAS overview

Prev Next

Available in Classic

Overview

NAVER Cloud Platform is a cloud service built with NAVER's latest computing technology and operational know-how.
The application program interface (API) that supports the use of services and solutions provided by NAVER Cloud Platform is called NAVER Cloud Platform API.
NAVER Cloud Platform API is provided in the RESTful format, and is run by GET/POS method calls in the HTTP method.

Common settings

API URL

GET or POST
https://ncloud.apigw.ntruss.com/server/v2

Request headers

Header name Description
x-ncp-apigw-timestamp - This is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC.
- Request is considered invalid if the timestamp differs from the current time by more than 5 minutes
x-ncp-iam-access-key - API key issued by NAVER Cloud Platform or access key issued by IAM
x-ncp-apigw-signature-v2 - Signature signed by the secret key that matches the access key in the sample body above
- Use the HMAC-SHA256 encryption algorithm

Operations

Volume

Command Description
getNasVolumeInstanceList View the list of NAS volume instances
createNasVolumeInstance Create a NAS volume instance
deleteNasVolumeInstances Delete the list of NAS volume instances
changeNasVolumeSize Change the volume size of the NAS volume instance
addNasVolumeAccessControl Add access control to a NAS volume instance whose volume allotment protocol is NFS by using the server instance number
removeNasVolumeAccessControl Remove the access control set by using a server instance number from a NAS volume instance whose volume allotment protocol is NFS
setNasVolumeAccessControl Set access control of a NAS volume instance whose volume allotment protocol is NFS with the given server instance number list
getNasVolumeAccessControlRuleList Get the access control rule list set in the NAS volume
setNasVolumeReturnProtection Set the NAS volume termination protection status
getNasVolumeInstanceRatingList Get the list of NAS volume size measurements during a certain period

Snapshot

Command Description
getNasVolumeSnapshotConfigurationHistoryList Get snapshot configuration history for a NAS volume instance
changeNasVolumeSnapshotConfiguration Change snapshot configuration for a NAS volume instance
getNasVolumeSnapshotList Get snapshot list of a NAS volume instance
createNasVolumeSnapshot Instantly create a snapshot for a NAS volume instance
deleteNasVolumeSnapshot Delete snapshot for a NAS volume instance
restoreNasVolumeWithSnapshot Use snapshot to recover a NAS volume