Get Depot Content Components Versions
Released in v7.0.0 DescriptionReturns 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
https://{api_host}/api/esx/settings/depot-content/components/{name}/versions/{version}
Parameters
Parameters
string
name
Required
Name of the component
The parameter must be an identifier for the resource type: com.vmware.esx.settings.component.
string
version
Required
Version of the component
Header Parameters
Header Parameters
string
vmware-api-session-id
Required
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id Example
b00db39f948d13ea1e59b4d6fce56389
Response
Response
Response BodyResponse Body
200 OK returns
SettingsDepotContentComponentsVersionsInfo
of type application/json
Information about the given component
{
"category": "enum",
"contact": "string",
"description": "string",
"display_name": "string",
"display_version": "string",
"kb": "string",
"release_date": "string",
"summary": "string",
"urgency": "enum",
"vendor": "string"
}
category
Required
Category of the component version.
Possible values are:
string
contact
Required
Contact email for the component version.
string
description
Required
Discription of the component version.
string
display_name
Required
Display name of the component.
string
display_version
Required
Human readable version of the component.
string
kb
Required
Link to kb article related to this the component version.
string
release_date
Required
Release date of the component version.
string
summary
Required
Summary of the component version.
urgency
Required
Urgency of the component version.
Possible values are:
string
vendor
Required
Vendor of the component.
cURL Command
curl -H "vmware-api-session-id: b00db39f948d13ea1e59b4d6fce56389" https://{api_host}/api/esx/settings/depot-content/components/{name}/versions/{version}
Errors
500
com.vmware.vapi.std.errors.error : If there is unknown internal error. The accompanying error message will give more details about the failure.
default
'Default' means this response is used for all HTTP codes that are not covered individually for this operation.