ProductComponentInfo
ProductComponentInfo data object type describes installed components.
Product component is defined as a software module that is released and versioned independently but has dependency relationship with other products. If one product, for usability or any other reason, bundles other products, ProductComponentInfo type may be used to describe installed components. For example, ESX product may bundle VI Client in its releases.
{
"_typeName": "string",
"id": "string",
"name": "string",
"version": "string",
"release": 0
}
Opaque identifier that is unique for this product component
Canonical name of product component
Version of product component
Release property is a number which increments with each new release of product.
Product release may not rev version but release number is always incremented.