MENU
      getExecutionTimes

        getExecutionTimes


        記事の要約

        当該期間のタスク実行時間を照会します。

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

        リクエスト

        リクエストパラメータ

        パラメータ名必須有無タイプ制限事項説明
        startDateYesStringDatetime(YYYY-MM-DDTHH:mm:ss)開始時間
        endDateYesStringDatetime(YYYY-MM-DDTHH:mm:ss)終了時間

        レスポンス

        フィールド名タイプ説明備考
        result[].timeTimestamp実行時間
        result[].valueNumber実行数

        レスポンス Status

        HTTP StatusDesc
        200OK(照会完了)
        400Bad Request
        401Unauthorized
        403Forbidden
        404Not Found
        500Internal Server Error

        リクエスト例

        GET /api/v1/stats/execution-times?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": [
            {
              "time": 1697727600000,
              "value": 114
            },
            {
              "time": 1697986800000,
              "value": 39
            },
            {
              "time": 1698073200000,
              "value": 39
            },
            {
              "time": 1698591600000,
              "value": 89
            }
          ]
        }
        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.