esx settings clusters depot overrides: info
The
info
structure defines the information regarding depot overrides for a given cluster.Representation:
{
"depots" : [
{
"location" : "http://myurl.com"
},
{
"location" : "http://myurl.com"
}
]
}
"depots" : [
{
"location" : "http://myurl.com"
},
{
"location" : "http://myurl.com"
}
]
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
depots | depot[] | List of the depot overrides. |
depots[].location | URI | Location of the depot override. This could be a location of zip file or location to an index.xml file. |