API Guide

}
Table 181. Attributes
Attribute Description
OmeVersion If empty version is passed, current installed OpenManage
Enterprise version is used to check compatibility. Version format
1.0.0.325 (major.minor.revision.BuildNumber). Build number is not
required.
Id ID of the plug-in.
Version Version of the plug-in. Version should be same as mentioned in
catalog file .
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 182. Attributes
Attribute Description
Id ID of the plug-in.
Version Version of the plug-in.
Action Plug-in Action—Install or Uninstall or Enable or Disable or Update.
538 APIs specific to OpenManage Enterprise