List Depot Content Add Ons
Returns a list of currently available OEM add-ons 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
Minimum version of an add-on that can match the filter. If set, only OEM add-ons with version greater than or equal to this will be returned.
Names that an add-on must have to match the filter. If unset or empty, add-ons 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.add_on. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.esx.settings.add_on.
Vendors that an add-on must have to match the filter. If unset or empty, add-ons from any vendor will match the filter.
Versions that an add-on must have to match the filter. If unset or empty, add-ons 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
SettingsDepotContentAddOnsSummary
of type application/json
List of OEM add-ons in the depot.
[
{
"display_name": "string",
"name": "string",
"vendor": "string",
"versions": [
{
"category": "SECURITY",
"display_version": "string",
"kb": "string",
"release_date": "string",
"summary": "string",
"version": "string"
}
]
}
]
Display name of the OEM add-on.
Name of the OEM add-on. 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.add_on. 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.add_on.
Vendor of the OEM add-on.
Summary information about the versions of this addon. 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