実行履歴リスト
    • PDF

    実行履歴リスト

    • PDF

    Article Summary

    概要

    SourcePipelineのヒストリーリストを照会します。

    リクエスト

    API URL

    GET  {SOURCEPIPELINE_API_URL}/project/{projectId}/history
    

    リクエスト Parameter

    項目タイプ要否説明備考
    projectIdstringYプロジェクト ID

    リクエスト Query

    項目タイプ要否説明備考
    pageNostringNページ番号 pageNo、pageSizeがない場合、リスト全体を伝達required if pageSize exist
    pageSizestringNページサイズ pageNo、pageSizeがない場合、リスト全体を伝達required if pageNo exist

    リクエスト Body

    なし

    レスポンス

    レスポンス Body

    {
        "historyList": [
            {
                "projectId": "number",
                "id": "number",
                "requestType": "string" ,
                "requestId": "string",
                "begin": "number",
                "end": "number",
                "status": "string"
            }
        ]
    }
    
    項目タイプ説明備考
    historyList.projectIdnumberパイプラインのプロジェクト ID
    historyList.idnumberパイプラインのタスク結果 ID
    historyList.requestTypestringパイプラインのリクエストタイプconsole or trigger
    historyList.requestIdstringパイプラインの実行をリクエストしたユーザー
    historyList.beginnumberパイプラインの実行開始時間(timestamp)
    historyList.endnumberパイプラインの実行終了時間(timestamp)
    historyList.statusstringパイプラインの実行状態

    この記事は役に立ちましたか?

    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.