Resource Manager overview

Prev Next

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
  • Request is considered invalid if the timestamp differs from the current time by more than 5 minutes
  • x-ncp-iam-access-key Required Access key issued on NAVER Cloud Platform
  • Issue and check access key: See Create authentication key
  • Issue and check access key for sub account: See Create sub account
  • 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)
  • Issue and check secret key: See Create authentication key
  • Create signature: See Create signature
  • Content-type Required Request data format
  • application/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
    Note

    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.