GET /nodes

インストールされているノードの一覧を取得します。

必要となる権限: nodes.read

Headers

Header Value
Accept application/json または text/html - Responseセクションを参照
Authorization Bearer [token] - 認証が有効になっている場合

Response

Status Code Reason Response
200 成功 Accept ヘッダによる。詳細は下記
401 認証されなかった 無し

Accept: application/json

Node Set オブジェクトの配列を返す。 例:

[
  {
    "id": "node-red/sentiment",
    "name": "sentiment",
    "types": [
      "sentiment"
    ],
    "enabled": true,
    "module": "node-red"
    "version": "0.10.6"
  }
]

Accept: text/html

インストールされているすべてのノードの HTMLファイル の内容を単一のレスポンスとして返します。