List Depots Offline
Returns currently imported offline software depots. if you do not have all of the privileges described as follows: - Operation execution requires VcIntegrity.lifecycleSettings.Read.
Request
URLURL
Header Parameters
Header Parameters
Response
Response BodyResponse Body
map
of
SettingsDepotsOfflineSummary of type application/json
Map of currently imported offline software depots keyed by their identifier. The key in the result map will be an identifier for the resource type: com.vmware.esx.settings.depots.offline.
{
"description": "string",
"file_id": "string",
"location": "string",
"source_type": "enum"
}
Description of the depot. If not set during import, it will be empty.
Type of the source from which offline depot is obtained.
Possible values are: PULL , PUSH
File identifier returned by the file upload endpoint after file is uploaded. This field is optional and it is only relevant when the value of Offline.Summary.source-type is PUSH.
Location of the depot from which content is retrieved. This field is optional and it is only relevant when the value of Offline.Summary.source-type is PULL.