API Guide

Table Of Contents
Table 189. Attributes (continued)
Attribute Description
Compatible Is the plug-in version compatible with the given OpenManage
Enterprise version or not?
/api/PluginService/Actions/PluginService.UpdateConsolePlugins
This URL is used to install or uninstall, enable or disable, or update the plug-in.
POST method for PluginService.UpdateConsolePlugins
Description This method is used to install or uninstall, enable or disable, or update the plug-in.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example request
body
{
"Plugins":
[
{
"Id": "2F6D05BE-EE4B-4B0E-B873-C8D2F64A4625",
"Version": "1.0.0",
"Action": "Install"
},
{
"Id": "2F6D05BE-EE4B-4B0E-B873-C8D2F64A4626",
"Version": "1.1.0",
"Action": "Install"
}
]
}
Example
response body
12098
Table 190. Attributes
Attribute Description
Id ID of the plug-in.
Version Version of the plug-in.
Action Plug-in ActionInstall or Uninstall or Enable or Disable or
Update.
NOTE:
The version is not required for uninstall, enable, and
disable.
For install and update, the version that needs to be
installed should be mentioned.
Only one action can occur at a time for multiple plug-
ins.
Output The output returns the task ID.
626 APIs specific to OpenManage Enterprise