Get Depot Content Add Ons Versions
Returns information about a given OEM add-on version in the depot. if you do not have all of the privileges described as follows: - Operation execution requires VcIntegrity.lifecycleSettings.Read.
Request
URLURL
Path Parameters
Path Parameters
Name of the OEM add-on The parameter must be an identifier for the resource type: com.vmware.esx.settings.add_on.
Version of the OEM add-on
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
Information about the given OEM add-on
{
"category": "SECURITY",
"components": [
{
"display_name": "string",
"display_version": "string",
"name": "string",
"version": "string"
}
],
"description": "string",
"display_name": "string",
"display_version": "string",
"kb": "string",
"release_date": "string",
"removed_components": [
{
"display_name": "string",
"name": "string"
}
],
"summary": "string",
"vendor": "string"
}
The Versions.CategoryType enumerated type defines possible values of categories for a OEM add-on.
SECURITY : Security
ENHANCEMENT : Enhancement
BUGFIX : Bugfix
Possible values are: SECURITY , ENHANCEMENT , BUGFIX
List of components in this OEM add-on.
Discription of the OEM add-on.
Display name of the OEM add-on.
Human readable version of the OEM add-on.
Link to kb article related to this the OEM add-on.
Release date of the OEM add-on.
List of components removed by this OEM add-on.
Summary of the OEM add-on.
Vendor of the OEM add-on.
Errors
com.vmware.vapi.std.errors.error : If there is unknown internal error. The accompanying error message will give more details about the failure.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-operation: get