esx settings depots offline: info
The
info
structure defines the information regarding an Offline Depot.Representation:
{
"create_time" : "2015-01-01T22:13:05.651Z",
"file_id" : "string",
"description" : "string",
"source_type" : "PULL",
"location" : "http://myurl.com"
}
"create_time" : "2015-01-01T22:13:05.651Z",
"file_id" : "string",
"description" : "string",
"source_type" : "PULL",
"location" : "http://myurl.com"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
description | string | Description of the Depot. If not set during import, it will be empty. |
source_type | string | Type of the source from which Offline Depot is obtained. Defines possible values of sources for the offline depot. Value is one of: PULL: Content is pulled from the URL location. The URL scheme of the value in {@link #pullLocation) can be http, https or file. PUSH: Content was previously uploaded using the file upload enpoint present on vCenter appliance. This endpoint is present at https://VCENTERFQDN:9087/vum-fileupload URL. |
create_time | date_time | Time when the depot was created. |
Optional | ||
location | URI | Location of the depot from which content is retrieved. Optional. It is only relevant when source_type has value [PULL]. This field is optional and it is only relevant when the value of source_type is PULL. |
file_id | string | File identifier returned by the file upload endpoint after file is uploaded. Optional. It is only relevant when source_type has value [PUSH]. This field is optional and it is only relevant when the value of source_type is PUSH. |