v1

latestSwagger 2.02026-07-17252638.9 KB

Returns the given plugin status.

get/plugin-manager/{id}

Path parameters

idstring required

Plugin identifier.

Response

Get execution information from the plugin.

idstring

Plugin identifier.

namestring

Plugin name.

authorstring

Plugin author.

descriptionstring

Plugin description.

homestring

Plugin home URL.

status'Starting' | 'Up' | 'Down' | 'ShuttingDown' | 'Crashed'

Plugin status.

logostring

Plugin logo URL.

versionstring

Plugin version.

updatableboolean

Whether the plugin can be updated.