SettingsDepotsUmdsSetSpec
The Umds.SetSpec structure defines the information of an UMDS depot.
Properties
string
description
Optional
Description of the Depot. If unset, the description will be empty.
boolean
enabled
Optional
Flag indicating whether or not this depot should be enabled. Disabling the depot doesn’t delete its cached metadata and payloads. It will not be refreshed next time depots are re-synced. If unset the depot will be enabled.
string
location
Required
Location of the Depot. It should be the location to the index.xml for that depot.
JSON Example
{
"location": "string"
}