{ "description": "Describes plugin status", "id": "PluginStatusEntry", "module_id": "PolicySha", "properties": { "detail": { "description": "Detail information of plugin.", "readonly": true, "title": "Detail information of plugin", "type": "string" }, "plugin_path": { "description": "Plugin id.", "readonly": true, "title": "Plugin id", "type": "string" }, "profile": { "description": "Display the plugin config\u00df content.", "readonly": true, "title": "Plugin config", "type": "string" }, "status": { "description": "Plugin status.", "enum": [ "UNKNOWN", "ENABLED", "DISABLED" ], "readonly": true, "type": "string" } }, "title": "System Health Plugin status", "type": "object" }