API Guide

Table Of Contents
Table 188. Attributes
Attribute Description
Version Version of the plug-in.
Description Description associated with the plug-in version.
PackageSize Package size of the plug-in in bytes.
ReleaseNoteURL Release note URL for the plug-in version.
MinimumOmeVersionRequired Minimum OpenManage Enterprise version required for the
plug-in version.
/api/PluginService/Actions/
PluginService.CheckPluginCompatibility
This URL validates the plug-in to check if it is compatible with OpenMange Enterprise.
POST method for PluginService.CheckPluginCompatibility
Description This method validates the plug-in to check if it is compatible with OpenManage Enterprise.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
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 189. 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 .
APIs specific to OpenManage Enterprise 625