PluginStatus (type)

{
  "description": "Describes plugin status on node", 
  "id": "PluginStatus", 
  "module_id": "SystemHealthPlugin", 
  "properties": {
    "detail": {
      "description": "Detail information of plugin.", 
      "readonly": true, 
      "title": "Detail information of plugin", 
      "type": "string"
    }, 
    "id": {
      "description": "Plugin id.", 
      "readonly": true, 
      "title": "Plugin id", 
      "type": "string"
    }, 
    "name": {
      "description": "Plugin name.", 
      "readonly": true, 
      "title": "Plugin name", 
      "type": "string"
    }, 
    "profile": {
      "description": "Display the plugin profile content.", 
      "readonly": true, 
      "title": "Plugin profile", 
      "type": "string"
    }, 
    "status": {
      "description": "Plugin status.", 
      "enum": [
        "UNKNOWN", 
        "ENABLED", 
        "DISABLED"
      ], 
      "readonly": true, 
      "type": "string"
    }
  }, 
  "title": "System Health Plugin status", 
  "type": "object"
}