NSX-T Data Center REST API

PluginStatusEntry (type)

{
  "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"
    },
    "node_path": {
      "description": "Show the report node path of the plugin.",
      "readonly": true,
      "title": "Show the report node path of plugin.",
      "type": "string"
    },
    "plugin_name": {
      "description": "Plugin name.",
      "readonly": true,
      "title": "Plugin name",
      "type": "string"
    },
    "plugin_path": {
      "description": "Plugin id.",
      "readonly": true,
      "title": "Plugin id",
      "type": "string"
    },
    "profile": {
      "description": "Display the plugin config 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"
}