MENU
      getExecutionCount

        getExecutionCount


        기사 요약

        해당 기간 동안 작업 실행 수를 조회합니다.

        GET https://dataflow.apigw.ntruss.com/api/v1/stats/executions-interval?startDate={startDate}&endDate={endDate}
        HTTP

        요청

        요청 파라미터

        파라미터명필수 여부타입제약 사항설명
        startDateYesStringDatetime(YYYY-MM-DDTHH:mm:ss)시작 시간
        endDateYesStringDatetime(YYYY-MM-DDTHH:mm:ss)종료 시간

        응답

        필드명타입설명비고
        result[].totalCountNumber실행 수
        result[].startDateString시작 시간
        result[].endDateString종료 시간

        응답 Status

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

        예시

        요청 예시

        GET /api/v1/stats/executions-interval?startDate=2023-10-01T00%3A00%3A00&endDate=2023-10-08T23%3A59%3A59
        
        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}
        HTTP

        응답 예시

        {
          "result": [
            {
              "totalCount": 1,
              "startDate": "2023-10-01T00:00:00.000",
              "endDate": "2023-10-02T00:00:00.000"
            },
            {
              "totalCount": 5,
              "startDate": "2023-10-02T00:00:01.000",
              "endDate": "2023-10-03T00:00:01.000"
            },
            {
              "totalCount": 5,
              "startDate": "2023-10-03T00:00:02.000",
              "endDate": "2023-10-04T00:00:02.000"
            },
            {
              "totalCount": 10,
              "startDate": "2023-10-04T00:00:03.000",
              "endDate": "2023-10-05T00:00:03.000"
            },
            {
              "totalCount": 1,
              "startDate": "2023-10-05T00:00:04.000",
              "endDate": "2023-10-06T00:00:04.000"
            },
            {
              "totalCount": 11,
              "startDate": "2023-10-06T00:00:05.000",
              "endDate": "2023-10-07T00:00:05.000"
            },
            {
              "totalCount": 9,
              "startDate": "2023-10-07T00:00:06.000",
              "endDate": "2023-10-08T00:00:06.000"
            }
          ]
        }
        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.