action orthanc_server_get_plugins_id { label: "Get plugin" description: "Get system information about the plugin whose identifier is provided in the URL" provider: orthanc_server method: GET path: "/plugins/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { description: "JSON object containing information about the plugin" type: "object" } }