NAS overview
- Print
- PDF
NAS overview
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
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/vnas/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 |
getNasVolumeInstanceDetail | Gets the NAS volume instance details by using the NAS volume instance number. |
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 |
Was this article helpful?