List Depot Content Components
Returns 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
Query Parameters
Query Parameters
Component bundle types that a component must have to match the filter. If unset or empty, all components will match the filter.
Minimum version of the component that can match the filter. If set, only components with version greater than or equal to the given version match the filter.
Names that a component must have to match the filter. If unset or empty, components with any name will match the filter. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.esx.settings.component. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.esx.settings.component.
Vendors that a component must have to match the filter. If unset or empty, components with any vendor name match the filter.
Versions that a component must have to match the filter. If unset or empty, components with any version will match the filter.
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
array
of
SettingsDepotContentComponentsSummary
of type application/json
List of components in the depot.
[
{
"display_name": "string",
"name": "string",
"vendor": "string",
"versions": [
{
"category": "SECURITY",
"display_version": "string",
"kb": "string",
"release_date": "string",
"summary": "string",
"urgency": "CRITICAL",
"version": "string"
}
]
}
]
Display name of the component.
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.
Vendor of the component.
Summary information about the versions of this component. These are sorted by the version.
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: list