Get Depots Offline Content
Gets the information of content of an imported offline software 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
Identifier for the depot. The parameter must be an identifier for the resource type: com.vmware.esx.settings.depots.offline.
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 of content of the imported offline software depot.
{
"metadata_bundles": {
"key": {
"addons": {
"key": {
"display_name": "string",
"vendor": "string",
"versions": [
{
"display_version": "string",
"version": "string"
}
]
}
},
"base_images": [
{
"display_name": "string",
"display_version": "string",
"version": "string"
}
],
"file_name": "string",
"hardware_support": {
"key": {
"display_name": "string",
"packages": {
"key": {
"versions": [
{
"version": "string"
}
]
}
}
}
},
"independent_components": {
"key": {
"display_name": "string",
"versions": [
{
"display_version": "string",
"version": "string"
}
]
}
},
"solutions": {
"key": {
"display_name": "string",
"versions": [
{
"display_version": "string",
"version": "string"
}
]
}
},
"updates": {
"key": {
"summary": "string"
}
}
}
}
}
A list of metadata bundles contained in the depot. The key is vendor of metadata bundle. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.settings.depots.vendor. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.settings.depots.vendor.
Errors
com.vmware.vapi.std.errors.not_found : If there is no depot with given identifier depot in the system.
com.vmware.vapi.std.errors.error : If there is some 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