esx settings depots online: create spec
The
create_spec
structure defines the information used to create a depot.Representation:
{
"description" : "string",
"location" : "http://myurl.com",
"enabled" : true
}
"description" : "string",
"location" : "http://myurl.com",
"enabled" : true
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
location | URI | Location of the Depot. It should be the location to the index.xml for that depot. |
Optional | ||
description | string | Description of the Depot. Optional. If unset, the description will be empty. |
enabled | boolean | Flag indicating whether this depot is enabled or not. Disabling the depot doesn't delete its cached metadata and payloads. It will not be refreshed next time depots are re-synced. Optional. If unset the depot will be enabled. |