Get Depots Offline
Released in v7.0.0 DescriptionGets the information about 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
Parameters
Parameters
Header Parameters
Header Parameters
vmware-api-session-id Example
b00db39f948d13ea1e59b4d6fce56389
Response
Response BodyResponse Body
Information about the imported offline software depot.
{
"create_time": "string",
"description": "string",
"file_id": "string",
"location": "string",
"source_type": "enum"
}
Time when the depot was created.
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:
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.Info.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.Info.source-type is PULL.