Get Trigger
    • PDF

    Get Trigger

    • PDF

    기사 요약

    Cloud Functions 트리거를 조회합니다.

    요청

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

    요청 URL

    GET {CLOUD_FUNCTIONS_API_URL}/triggers/{triggerName}
    
    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트리거 이름

    응답

    응답 바디

    필드명타입설명비고
    content.nameString트리거 이름
    content.resourceIdString트리거 Resource ID
    content.typeString트리거 타입
    content.descriptionString트리거 설명
    content.execOptionObject[]트리거 타입별 실행 옵션
    content.actionsString[]트리거에 연결된 액션 목록

    오류 코드

    HTTP 상태 코드오류 코드오류 메시지설명
    40380002SUB_ACC_NO_PERMISSION상세 권한 오류
    40480501TRIGGER_NOT_FOUND트리거를 찾을 수 없음

    예시

    요청 예시

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

    응답 예시

    {
        "content": {
            "actions": [],
            "description": "My Cron Trigger",
            "execOption": [
                {
                    "key": "cronOption",
                    "value": "* * * * *"
                }
            ],
            "name": "mytrigger_cron",
            "resourceId": "qyyec",
            "type": "cron"
        }
    }
    

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

    What's Next
    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.