DepotConfiguration
DepotConfiguration
Depot Configuration
JSON Example
{
"isOfflineDepot": false,
"hostname": "string",
"port": 0,
"url": "string"
}
boolean
isOfflineDepot
Required
Flag indicating if the depot is in offline mode
string
hostname
Optional
IP/Hostname of the depot
integer As int32
As int32
port
Optional
Port of the depot
string
As ^(https?://[^\s]+)$
url
Optional
Constraints:
minLength: 0
maxLength: 2048
Depot URL (Currently used only for VCF offline depot). Supports HTTP no-auth for unauthenticated offline depot access.