getTriggerById
    • PDF

    getTriggerById

    • PDF

    기사 요약

    트리거를 조회합니다.

    GET https://dataflow.apigw.ntruss.com/api/v1/triggers/{triggerId}
    

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    triggerIdYesString트리거 ID

    응답

    필드명타입설명비고
    triggerIdString트리거 ID
    nameString트리거 이름
    typeString트리거 타입
    triggerRule.typeString트리거 옵션 타입
    triggerRule.intervalString트리거 주기
    triggerRule.timeString트리거 반복 시간
    triggerRule.dayOfWeekString트리거 반복 요일
    triggerRule.dateOfMonthString트리거 반복 월
    triggerRule.executionDateString트리거 실행 시간
    createdDateString트리거 생성일
    updatedDateString최종 업데이트

    응답 Status

    HTTP StatusDesc
    200OK(조회 완료)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    예시

    요청 예시

    GET /api/v1/triggers/T63391JxQHNj
    
    Host: dataflow.apigw.ntruss.com
    x-ncp-iam-access-key: {Access key}
    x-ncp-apigw-signature-v2: {API GW signature}
    x-ncp-apigw-timestamp: {timestamp}
    
    

    응답 예시

    {
        "triggerId": "T63391JxQHNj",
        "name": "trigger1",
        "type": "SCHEDULED",
        "triggerRule": {
            "type": "RECURRING",
            "interval": "DAY",
            "time": "10:00"
        },
        "createdDate": "2023-10-23T15:17:32.833",
        "updatedDate": "2023-10-23T15:17:32.833"
    }
    

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

    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.