Users Guide

Table Of Contents
Using OMIVV as a firmware add-on provider in
vSphere Lifecycle ManagervSphere Automation
APIs
Before managing the clusters using vSphere Automation API, ensure that you have completed the following tasks using vSphere
Lifecycle Manager User Interface:
Select the hardware support manager as DellEMC OMIVV.
Select a cluster profile that is applicable for the selected cluster and save the image.
Scan firmware compliance
Command: POST https://{VC IP/FQDN}/api/esx/settings/clusters/{cluster ID}/software?vmw-task=true&action=scan
{
"spec" : {
"message": "test commit"
}
}
Description: Scans all the hosts in the cluster against the cluster's desired state. The result of this operation can be queried by
calling the cis/tasks/{task-id} where the task-id is the response of this operation.
HTTP response codes: 200. For the list of all the response codes, see Response codes on page 172.
Example response:
{task ID}
Get compliance task status
Command: GET https://{VC IP/FQDN}/rest/cis/tasks/{task ID}
Description: Returns information about a task.
HTTP response codes: 200. For the list of all the response codes, see Response codes on page 172.
Example response: The following example contains only firmware non-compliance.
"result":
[
{
"value":
[
{
"value":
{
"hardware_modules":
[
{
"value":
{
"current":
{
"version": "25.5.6.0009"
},
"details":
{
"component_class": "PCI_DEVICE",
"description": "PERC H730 Mini"
} "notifications":
{
"info":
[
138
Host Management