API Guide
Table Of Contents
- OpenManage Integration for VMware vCenter Version 5.3 API Guide
- 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
- Host management
- Get subsystem health report (OMIVV Host Health)
- Host management
- Request body
- Response body
- OMIVV-Specific error codes
Get details of cluster profiles
Table 88. Get details of cluster profiles
Field Type Description
id String Cluster ID or cluster profile ID or
repository profile ID or system profile ID
or drift detection job ID
profileName String Cluster profile name or repository profile
name or system profile name
description String Description of cluster profile or
repository profile or system profile
name String Cluster name
repoType String Repository profile type (Driver or
Firmware)
status String Drift detection job status
Get list of repository profiles
Table 89. Get list of repository profiles
Field Type Description
id String vCenter ID
profileName String Repository profile name
Get repository profile details
Table 90. Get repository profile details
Field Type Description
id String Repository profile ID
name String Repository profile name
description String Repository profile description.
globalDefault Boolean Dell EMC default catalog repository
profile (True). Factory-created firmware
repository profile.
repoType String Repository Type (Firmware or Driver)
protocolType String Protocol Type (NFS, CIFS). For
NFS, credential is not required.For
CIFS credentials are required. domain
parameter is not mandatory.
uri String Catalog location
synchronzeRepository Boolean Synchronize with currently repository
location (Enabled or Disabled)
username String share username
domain String domain name
password String share password
Response body 99