Manage and run your services in a more convenient and efficient way with a variety of tools that can be integrated with NAVER Cloud Platform.
Use the web-based management console to make management and operation of NAVER Cloud Platform resources easier. Promptly respond to emergency situations with the management console mobile app.
When you connect the console, you will first see the Dashboard. You can view events, top 5 most used resources, payment information, service history, notices, and more from the Dashboard.
The NAVER Cloud Platform console provides a menu that allows you to easily change the region and platform to quickly manage the services you are using. Use the Bookmarks and Recently Viewed features in the console to quickly find recently or frequently accessed services.
Leverage a diverse array of features with the management console mobile app, including the Dashboard, operation status, monitoring and events, settings configuration and status change, and budget management, to manage services reliably.
Download Android Console app
You can control and automate your NAVER Cloud Platform resources from the command line. This can help you manage your resources more efficiently.
The CLI allows you to run your services in Windows and Linux without connecting to the console.
The CLI enables effective service management through scripting tasks, such as creation, modification, deletion, and monitoring of resources.
Control your resources using the NAVER Cloud Platform SDKs from source code.You can also program them to automate services and tests.
NAVER Cloud Platform SDKs support many programming languages to suit your environment. Use NAVER Cloud Platform across multiple environments for your applications.
API is provided in a RESTful API manner and responds in XML and JSON formats.
Type | Description |
---|---|
API URL | Server ( https://ncloud.apigw.ntruss.com/server/v1/{action} ) ( https://ncloud.apigw.ntruss.com/server/v2/{action} ) Load Balancer ( https://ncloud.apigw.ntruss.com/loadbalancer/v1/{action} ) ( https://ncloud.apigw.ntruss.com/loadbalancer/v2/{action} ) Auto Scaling ( https://ncloud.apigw.ntruss.com/autoscaling/v1/{action} ) ( https://ncloud.apigw.ntruss.com/autoscaling/v2/{action} ) Monitoring ( https://ncloud.apigw.ntruss.com/monitoring/v1/{action} ) ( https://ncloud.apigw.ntruss.com/monitoring/v2/{action} ) Security ( https://ncloud.apigw.ntruss.com/security/v1/{action} ) ( https://ncloud.apigw.ntruss.com/security/v2/{action} ) GeoLocation ( https://ncloud.apigw.ntruss.com/geolocation/v1/{action} ) ( https://ncloud.apigw.ntruss.com/geolocation/v2/{action} ) Hash Filter ( https://ncloud.apigw.ntruss.com/hashfilter/v1/{action} ) ( https://ncloud.apigw.ntruss.com/hashfilter/v2/{action} ) |
Action | Server resource request action (create, delete, view, etc.). action=createServerInstances |
Action Parameter | serverName=myserver&serverImageProductCode=SPSWLINUX000031 All parameter values requested should be URL encoded. |
Action | Supports XML and JSON response formats (Default: XML) responseFormatType=xml |
AUTHPARAMS | Add mandatory keys to the request header (x-ncp-apigw-api-key, x-ncp-apigw-timestamp, x-ncp-iam-access-key, x-ncp-apigw-signature-v1) |
You can control various features on NAVER Cloud Platform using an API. Enter different parameter values for each action to register, modify, delete, and view resources. Leverage them to automate services and tools.
Packer is a tool for creating automated machine images (server images) in a multi-cloud platform, provided by HashiCorp. Leverage the Packer Plugin Builder for NAVER Cloud Platform to create automated My Server image using Packer.
NAVER CLOUD PLATFORM Builder
Terraform is an open source, multi-cloud management tool provided by Hashicorp. [HCL](https://www.terraform.io/docs/configuration/syntax.html) Use HCL syntax supported by Terraform to create, modify, and provision infrastructure in a secure and predictable way. Terraform is also available on NAVER Cloud Platform so that you can manage infrastructure configurations with code.
Terraform Provider for NAVER Cloud Platform
NAVER Cloud Platform Provider
Data Migration Tool is a program that migrates data to NAVER Cloud servers or downloads database backup files from the cloud environment using database and log backup files. It currently supports Cloud DB for MSSQL only, but will be available for other databases in the future.
Data Migration Tool Downloads
With SQL Server DBA Tool, you can configure an automatic failover by using 2 MSSQL servers. If you have an admin permission, you can leverage it to enable SQL Server CLR integration and to run in-house programs. SQL Server DBA Tool works the same way as sending commands to a server, and anyone can create and automate these tools. This program is an example of NAVER Cloud automation control, and demonstrates how to automate operation of the NCP console, Windows, and SQL Server. Anyone can modify and deploy the program if they comply with the LGPL v3 license.
Download SQL Server DBA Tool Downloads
Active Directory Tool (AdTool) makes it easy to run Microsoft Active Directory on NAVER Cloud Platform. It lets you configure Always On availability groups in SQL Server or authentication in Cloud Hadoop. Even if you are not familiar with Windows commands, such as PowerShell, it only takes about 20 minutes to build an Active Directory server, without once logging into the server. The tool is written in Windows Presentation Foundation (WPF) and is open source. (You can get started immediately by downloading the AdTool.zip file.)