SubAccount概要
    • PDF

    SubAccount概要

    • PDF

    Article Summary

    SubAccount/Group/Policy情報を管理できるAPIを提供します。
    APIはRESTful API形式であり、HTTP GET/POST/PUT/DELETEメッソドを使用します。

    共通設定

    API URL

    GET or POST or PUT or DELETE
    https://subaccount.apigw.ntruss.com/api/v1
    

    リクエストヘッダ

    NAVERクラウドプラットフォームの認証キー及びSignature作成ガイドへ

    ヘッダ名説明
    x-ncp-apigw-timestamp1970年1月1日00:00:00協定世界時(UTC)からの経過時間をミリ秒(Millisecond)で表したものである。
    API Gatewayサーバーとの時間差が5分以上の場合、有効でないリクエストと見なす。
    x-ncp-apigw-timestamp:{Timestamp}
    x-ncp-iam-access-keyNAVERクラウドプラットフォームのポータルから発行されたAccess Key IDの値
    x-ncp-iam-access-key:{Main Account Access Key}
    x-ncp-apigw-signature-v2Access Key IDの値とSecret Keyで暗号化した署名
    x-ncp-apigw-signature-v2:{API Gateway Signature}

    共通Model

    ProcessResult

    パラメータ名必須タイプ説明
    successYBoolean処理結果
    idNString作成/修正結果ID(作成、Multi Add/Delete APIで使用)
    messageNString処理結果メッセージ
    • model
    ProcessResult {
      Boolean success;
      String id;
      String message;
    }
    
    • json
    {
      "id": "",
      "success": true
    }
    

    ErrorResponse

    パラメータ名必須タイプ説明
    errorCodeYintエラーコード
    messageYStringエラーメッセージ
    • model
    ErrorResponse {
      int errorCode;
      String message;
    }
    
    • json
    {
      "errorCode": 9011,
      "message": "エラーメッセージ"
    }
    

    オペレーション

    SubAccount

    Group

    Policy

    Role


    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.