API Guide
"bundleID":"{Bundle ID}"
},
{
"systemId":"{System ID}",
"bundleID":"{Bundle ID}"
}
],
"repoProfileID":"{Repository profile ID}"
}
For more information about request body parameters, see Request body on page 36.
Parameters: None
vCenter privileges required: Dell.Configuration.Firmware Update
HTTP response code:
Table 20. HTTP response code
Code Description
200 OK
400 Invalid parameters
401 Authorization failure
403 Failed to login to vCenter
429 Too many requests
500 Internal Server error / timeout
For OMIVV-Specific error codes, see OMIVV-Specific error codes on page 47.
Example Response:
{
"reportType": "{CLUSTER}",
"clusterReport": {
"cluster": {
"id": "{Cluster ID}",
"href": "https://{OMIVVIP}/Spectre/api/rest/v1/Services/ConsoleService/
Clusters/{Cluster ID}",
"objectType": "clusterMetadata",
"name": "{Cluster name}"
},
"hostReports": [
{
"host": {
"id": "{Host ID}",
"href": "",
"objectType": "Host",
"hostip": "{Host IP}",
"hostName": "",
"managementIP": "{iDRAC IP}",
"serviceTag": "{Host Service Tag}",
"model": "{Server model name}",
"systemId": "{System ID}"
},
"applicableComponents": [
{
"componentType": "{Componenet Type}",
"packageId": "{Package ID}",
"component": "{Component Name}",
"currentVersion": "{Currently installed component version}",
"availableVersion": "{Available component version}",
"criticality": "{Importance of component update}",
"updateAction": "{Component update status}",
"scheduled": {Component update job scheduled},
Firmware inventory management
25