# PluginStatus ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **plugin_id** | Option<**String**> | Globally unique identifier that represents the plugin. | [optional] **name** | Option<**String**> | Name of the plugin. | [optional] **description** | Option<**String**> | Description of what the plugin is and does. | [optional] **version** | Option<**String**> | Version number of the plugin. | [optional] **cluster_id** | Option<**String**> | ID of the cluster in which plugin is running | [optional] **plugin_path** | Option<**String**> | Path to the plugin on the server | [optional] **state** | Option<**f32**> | State of the plugin | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)