action orthanc_server_get_plugins { label: "List plugins" description: "List all the installed plugins" provider: orthanc_server method: GET path: "/plugins" encoding: json output: { description: "JSON array containing the identifiers of the installed plugins" type: "object" } }