- Print
- PDF
Resource Manager overview
- Print
- PDF
Available in Classic and VPC
Resource Manager is a NAVER Cloud Platform service for the integrated management of all resources in NAVER Cloud Platform. The Resource Manager service provides APIs in RESTful form for the users' resource-related features.
Common Resource Manager settings
The following describes commonly used request and response formats in Resource Manager APIs.
Request
The following describes the common request format.
API URL
The request API URL is as follows.
https://resourcemanager.apigw.ntruss.com
Request headers
The following describes the request headers.
Field | Required | Description |
---|---|---|
x-ncp-apigw-timestamp | Required | It indicates the elapsed time in milliseconds since January 1, 1970 00:00:00 UTC |
x-ncp-iam-access-key | Required | Access key issued on NAVER Cloud Platform |
x-ncp-apigw-signature-v2 | Required | Base64-encoded signature that encrypts the request information with a secret key that maps to the access key issued on NAVER Cloud Platform, using the HMAC encryption algorithm (HmacSHA256) |
Content-type | Required | Request data formatapplication/json |
Response
The following describes the common response format.
Response status codes
The following describes the response status codes.
HTTP status code | Code | Message | Description |
---|---|---|---|
400 | - | 'nrnList' cannot be empty. | nrnList value missing |
400 | - | 'tagKey' cannot be empty. | tagKey value missing |
400 | - | 'tagKey' cannot be empty when using 'tag' parameter. | tag[].tagKey value missing |
400 | - | 'tagValue' cannot be empty. | tagValue value missing |
For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.
Resource Manager API
The following describes the APIs provided by the Resource Manager service.
API | Description |
---|---|
AttachGroup | Add resource to group |
AttachTag | Add tag to resource |
DetachGroup | Delete resource from group |
DetachTag | Delete tag from resource |
GetGroupList | Get resource group list |
GetResourceList | Get resource list |
Resource Manager related resources
NAVER Cloud Platform provides a variety of related resources to help users better understand Resource Manager APIs.
- Resource Manager API guides
- API overview: how to issue and check access key and secret key issued by NAVER Cloud Platform, how to generate the signature required for request headers
- Sub Account User Guide: how to issue and check access keys for sub accounts issued by NAVER Cloud Platform
- Common Ncloud response status codes: information on common response status codes of NAVER Cloud Platform used by the Resource Manager service
- How to use the Resource Manager service
- Resource Manager User Guide: how to use the Resource Manager service in the NAVER Cloud Platform console
- Ncloud use environment guide: guide for VPC and Classic environments and support availability
- Introduction to pricing, characteristics, and detailed features: summary of Resource Manager pricing system, characteristics, and detailed features
- Latest service news: the latest news on the Resource Manager service
- FAQ: frequently asked questions from the Resource Manager service users
- Contact us: Send direct inquiries for unresolved questions that aren't answered by the API guide.