MENU
      Get Activation List

        Get Activation List


        기사 요약

        Classic/VPC 환경에서 이용 가능합니다.

        한 달 동안 액션을 실행한 결과의 목록을 조회합니다.

        요청

        요청 형식을 설명합니다. 요청 형식은 다음과 같습니다.

        메서드URI
        GET/activations

        요청 헤더

        Cloud Functions API에서 공통으로 사용하는 헤더에 대한 자세한 내용은 Cloud Functions 공통 헤더를 참조해 주십시오.

        요청 쿼리 파라미터

        파라미터에 대한 설명은 다음과 같습니다.

        필드타입필수 여부설명
        platformStringOptional플랫폼 구분
        • vpc (기본값) | classic
        pageSizeIntegerOptional조회 결과의 페이지 크기
        • 20 (기본값)
        pageNoIntegerOptional조회 결과의 페이지 번호
        • 1 (기본값)
        startIntegerOptional조회 시작 시간의 타임스탬프(밀리초)
        • 요청 시각의 1개월 이전 시점(기본값)
        endIntegerOptional조회 종료 시간의 타임스탬프(밀리초)
        • 요청 시각 (기본값)

        요청 예시

        요청 예시는 다음과 같습니다.

        curl --location --request GET 'https://cloudfunctions.apigw.ntruss.com/ncf/api/v2/activations?platform=vpc' \
        --header 'x-ncp-apigw-timestamp: {Timestamp}' \
        --header 'x-ncp-iam-access-key: {Sub Account Access Key}' \
        --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}' \
        --header 'Content-Type: application/json'
        Curl

        응답

        응답 형식을 설명합니다.

        응답 바디

        응답 바디에 대한 설명은 다음과 같습니다.

        필드타입설명
        content.activationsObject실행 결과 정보
        content.activations[].activationIdString액션 실행 결과 ID
        content.activations[].durationInteger액션 실행에 소요된 시간(밀리초)
        content.activations[].statusString액션 상태
        content.totalCountInteger실행 결과 개수

        응답 상태 코드

        응답 상태 코드에 대한 설명은 다음과 같습니다.

        HTTP 상태 코드코드메시지설명
        40380002SUB_ACC_NO_PERMISSION상세 권한 오류

        응답 예시

        응답 예시는 다음과 같습니다.

        {
            "content": {
                "activations": [
                    {
                        "activationId": "18c70ad3a7804d25870ad3a7806d25cb",
                        "duration": 199,
                        "status": "success"
                    }
                ],
                "totalCount": 1
            }
        }
        JSON

        이 문서가 도움이 되었습니까?

        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.