API Guide

Example request
body
{
"OmeVersion": "1.0.0",
"Plugins": [
{
"Id": "2F6D05BE-EE4B-4B0E-B873-C8D2F64A4625",
"Version": "1.0.0.9"
}
]
}
Response:
{
"Plugins": [
{
"Id": "2F6D05BE-EE4B-4B0E-B873-C8D2F64A4625",
"Compatible": false
}
]
}
Table 185. 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"
},
{
APIs specific to OpenManage Enterprise 579