リファレンス

Solution

フィールド名
optional
説明

id

string

ソリューションのID

name

string

ソリューション名

state

not_installed | enabled | disabled

ソリューションが未インストールであるか、有効であるか、無効であるか。インストール直後は enabled となる。

runnable

boolean

ソリューションが実行可能であるか

createdAt

date

ソリューションの作成日時

updatedAt

date

ソリューションの更新日時

thumbnailUrl

string

latestJob

Job

ソリューションが最後に実行されたときのジョブ

Job

フィールド名
optional
説明

id

string

ジョブのID

state

running | succeeded | failed

ジョブが実行中であるか、正常終了したか、失敗したかを表します

archived

boolean

logs

string[]

errorMessage

string

ジョブが失敗したときのエラーメッセージ

startedAt

date

ジョブの開始日時

finishedAt

date

ジョブの終了日時

最終更新