Get Depot Content Components Versions
Returns information about a given component 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 component The parameter must be an identifier for the resource type: com.vmware.esx.settings.component.
Version of the component
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 component
{
"category": "SECURITY",
"contact": "string",
"description": "string",
"display_name": "string",
"display_version": "string",
"kb": "string",
"release_date": "string",
"summary": "string",
"urgency": "CRITICAL",
"vendor": "string"
}
The Versions.CategoryType enumerated type defines possible values of categories for a component.
SECURITY : Security
ENHANCEMENT : Enhancement
BUGFIX : Bugfix
RECALL : Recall
RECALL_FIX : Recall-fix
INFO : Info
MISC : Misc
GENERAL : General
Possible values are: SECURITY , ENHANCEMENT , BUGFIX , RECALL , RECALL_FIX , more...
Contact email for the component version.
Discription of the component version.
Display name of the component.
Human readable version of the component.
Link to kb article related to this the component version.
Release date of the component version.
Summary of the component version.
The Versions.UrgencyType enumerated type defines possible values of urgencies for a component.
CRITICAL : Critical
IMPORTANT : Important
MODERATE : Moderate
LOW : Low
GENERAL : General
Possible values are: CRITICAL , IMPORTANT , MODERATE , LOW , GENERAL
Vendor of the component.
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