List Depot Content Components
Released in v7.0.0 DescriptionReturns a list of currently available components 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
Query Parameters
Query Parameters
filter
Optional
The specification of matching components.
If unset, the behavior is equivalent to a Components.FilterSpec with all fields unset, which means ALL components match the filter.
Header Parameters
Header Parameters
string
vmware-api-session-id
Required
Required session ID, obtained by first calling Create Session API
Example: b00db39f948d13ea1e59b4d6fce56389
Response
Response
Response BodyResponse Body
200 OK returns
array
of
SettingsDepotContentComponentsSummary
of type application/json
List of components in the depot.
{
"display_name": "string",
"name": "string",
"vendor": "string",
"versions": [
{
"category": "enum",
"display_version": "string",
"kb": "string",
"release_date": "string",
"summary": "string",
"urgency": "enum",
"version": "string"
}
]
}
string
display_name
Required
Display name of the component.
string
name
Required
Name of the Component. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.component. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.component.
string
vendor
Required
Vendor of the component.
versions
Required
Summary information about the versions of this component. These are sorted by the version.
cURL Command
curl -H "vmware-api-session-id: b00db39f948d13ea1e59b4d6fce56389" https://{api_host}/api/esx/settings/depot-content/components
Errors
404
com.vmware.vapi.std.errors.error : If there is unknown internal error. The accompanying error message will give more details about the failure.