Esx. Settings. Hardware Support. Managers. Packages. Versions Get
Returns the detailed information for a specific version of an available Hardware Support Packages (HSPs) as specified by the Hardware Support Manager (HSM)
This operation was added in vSphere API 7.0.0.0.
Returns an authorization error if you do not have all of the privileges described as follows:
- Operation execution requires VcIntegrity.lifecycleSettings.Read.
Identifier for the Hardware Support Manager (HSM).
The parameter must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.manager.
The name of the Hardware Support Package (HSP)
The parameter must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.package.
The version of the Hardware Support Package (HSP)
Specification of detailed information to be returned
If missing or null, the behavior is equivalent to a Esx.Settings.HardwareSupport.Managers.Packages.Versions.FilterSpec with all properties missing or null, which means all releases supported are returned but no component information for any particular release is included.
detailed information on Hardware Support Packages (HSPs)
"Esx.Settings.HardwareSupport.Managers.Packages.Versions.PackageInfo Object"
If any of the specified parameters are Invalid (e.g. if the release version specified in the query parameter is not, in fact, among those supported by the Hardware Support Package (HSP).
"Vapi.Std.Errors.InvalidArgument Object"
if the caller is not authenticated. named manager in the system.
"Vapi.Std.Errors.Unauthenticated Object"
if the user does not have the required privilege to perform the operation.
"Vapi.Std.Errors.Unauthorized Object"
If there is no Hardware Support Manager (HSM) with the specified name, or no Hardware Support Package (HSP) with the specified name and version.
"Vapi.Std.Errors.NotFound Object"
If there is some unknown internal error. The accompanying error message will give more details about the failure.
"Vapi.Std.Errors.Error Object"
If the service is not available.
"Vapi.Std.Errors.ServiceUnavailable Object"
curl -H 'Authorization: <value>' https://{api_host}/esx/settings/hardware-support/managers/{manager}/packages/{pkg}/versions/{version}