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 Cloud Platform 인증키 및 Signature 생성 가이드 바로가기

    헤더 명설명
    x-ncp-apigw-timestamp1970 년 1 월 1 일 00:00:00 협정 세계시(UTC)부터의 경과 시간을 밀리초(Millisecond)로 나타낸 것
    API Gateway 서버와 시간차가 5 분 이상 나는 경우 유효하지 않은 요청으로 간주
    x-ncp-apigw-timestamp:{Timestamp}
    x-ncp-iam-access-key네이버 클라우드 플랫폼 포털에서 발급받은 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.