API Guide
Table 163. Attributes(continued)
Attribute Description
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
Input:
{
"OmeVersion": "1.0.0",
"Plugins": [
{
"Id": "2F6D05BE-EE4B-4B0E-B873-C8D2F64A4625",
"Version": "1.0.0.9"
}
]
}
Output:
{
"Plugins": [
{
"Id": "2F6D05BE-EE4B-4B0E-B873-C8D2F64A4625",
"Compatible": false
}
]
}
Table 164. 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?
APIs specific to OpenManage Enterprise 435