Admin API Methods

Endpoint Description
GET/auth/login アクティブな認証スキームを取得する
POST/auth/token アクセストークンを発行する
POST/auth/revoke アクセストークンを取り消す
GET/settings ランタイムの設定を取得する
GET/diagnostics Get the runtime diagnostics
GET/flows アクティブなフローの設定を取得する
GET/flows/state Get the active flow’s runtime state
POST/flows アクティブなフローの設定を行う
POST/flows/state Set the active flow’s runtime state
POST/flow アクティブな設定にフローを追加する
GET/flow/:id フローの設定を取得する
PUT/flow/:id フローの設定を更新する
DELETE/flow/:id フローを削除する
GET/nodes インストールされたノードの一覧を取得する
POST/nodes ノードをインストールする
GET/nodes/:module ノードの情報を取得する
PUT/nodes/:module ノードの有効・無効を設定する
DELETE/nodes/:module ノードを削除する
GET/nodes/:module/:set Node Setの情報を取得する
PUT/nodes/:module/:set Node setの有効・無効を設定する