Get Trigger's Activation Detail
    • PDF

    Get Trigger's Activation Detail

    • PDF

    기사 요약

    Cloud Functions 트리거의 실행 결과 상세 내용를 조회합니다.

    요청

    요청을 위한 파라미터, 헤더, 바디 정보를 설명합니다.

    요청 URL

    GET {CLOUD_FUNCTIONS_API_URL}/triggers/{triggerName}/activations/{activationId}
    
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key}
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    Path Variables

    파라미터명타입필수 여부설명제약 사항
    triggerNameStringY트리거 이름
    activationIdStringY실행 결과 ID

    응답

    응답 바디

    필드명타입설명비고
    content.activationIdString트리거 실행 결과 ID
    content.nameString트리거 이름
    content.durationInteger트리거 실행 시간 (ms)
    content.startInteger트리거 실행 시작 시간Unix timestamp (ms)
    content.endInteger트리거 실행 종료 시간Unix timestamp (ms)
    - 고정 값: 0
    content.logsString[]트리거 로그
    content.namespaceString사용자의 네임스페이스
    content.subjectString액션을 실행한 사용자 정보
    content.responseObject트리거 실행 결과 정보
    content.response.resultObject트리거 실행 결과
    content.response.statusString트리거 상태
    content.response.successBoolean트리거 실행 성공 여부

    오류 코드

    HTTP 상태 코드오류 코드오류 메시지설명
    40080000INTERNAL_EXCEPTION잘못된 요청 파라미터
    40380002SUB_ACC_NO_PERMISSION상세 권한 오류
    40480501TRIGGER_NOT_FOUND트리거를 찾을 수 없음
    40480517TRIGGER_ACTIVATION_NOT_FOUND실행 이력을 찾을 수 없음

    예시

    요청 예시

    curl -X GET "https://cloudfunctions.apigw.fin-ntruss.com/ncf/api/v2/triggers/mytrigger/activations"
    -H "x-ncp-iam-access-key: Y0Z9EG0lKoeWAQCSHRtM"
    -H "x-ncp-apigw-timestamp: 1546398302273"
    -H "x-ncp-apigw-signature-v2: VXjaLhHB2CdowCrqDNYg7w7GR3TYxZzM2eIZ+i3IH0Q="
    

    응답 예시

    {
        "content": {
            "activationId": "03e16f1eb68c45e5a16f1eb68cd5e551",
            "duration": 0,
            "end": 0,
            "logs": [],
            "name": "mytrigger",
            "namespace": "kHbJQSZDDh3m",
            "response": {
                "result": {},
                "status": "success",
                "success": true
            },
            "start": 1702924096749,
            "subject": "kHbJQSZDDh3m"
        }
    }
    

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

    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.