DepotConfiguration
DepotConfiguration
Depot Configuration
JSON Example
{
"isOfflineDepot": false,
"hostname": "string",
"port": 0,
"url": "string",
"trustedCertificates": [
"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
Constraints:
minimum: 0
maximum: 9223372036854776000
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.
array of
string
trustedCertificates
Optional
Trusted certificate chain for the HTTPs offline depot