API Guide
Table Of Contents
- OpenManage Integration for VMware vCenter Version 5.3 API Guide
- Contents
- Overview
- Get started
- Security
- Use cases
- Session management
- License management
- Console management
- Repository profile management
- Cluster profile management
- Firmware repository inventory management
- Firmware inventory management
- Firmware update management
- System profile management
- Drift management
- Get subsystem health report (OMIVV Host Health)
- Host management
- Request body
- Response body
- OMIVV-Specific error codes
Table 73. Create and modify repository profile (continued)
Parameter Description
password share password
synchronizeRepository Synchronize with current repository location (always set to true)
Create host or cluster level firmware inventory report
Table 74. Host or cluster level firmware inventory report
Parameter Description
reportType Inventory report type (Host or Cluster)
hostID Host ID
clusterID Cluster ID
repoProfieID Repository profile ID
systemId System ID
bundleID Bundle ID
Create cluster or host level firmware update job
Table 75. Cluster or host level firmware update job
Parameter Description
jobname Firmware update job name
jobdesc Firmware update job description
updateType Update type (FIRMWARE).
The value for update type is case-sensitive. Enter the value in
upper case. OMIVV supports only FIRMWARE update type.
updateTartgetType Update Target Type (host or cluster).
Host—used to update single host
Cluster—used to update the hosts under cluster
runLater Scheduled to run at a specified time (true or false)
runNow Run firmware update job now (true or false)
dateTime Firmware update job schedule (date and time format: YYYY-
MM-DDTHH:MM:SSZ) for runLater.
Enter date and time in 24 hour UTC format.
firmwareRepoProfileID Repository profile ID. To get the repository
profile details, run /Services/PluginProfileService/
RepositoryProfiles.
rebootOptions Reboot options.
Safe reboot: Apply Updates and Reboot after entering
Maintenance mode. Applicable for cluster level, vSphere,
vSAN, and datacenter host level.
Next reboot: Apply updates on next reboot. Applicable for
vSphere, datacenter, and vSAN host level.
Request body 93