clusterRequest_airgapConfig
clusterRequest_airgapConfig
JSON Example
{
"type": "string",
"extensionId": "string",
"fqdn": "string",
"ip": "string",
"caCert": "string"
}
string
type
Required
Type of the airgap server. Can be extension/repo
Possible values are :
extension,
repo,
string
extensionId
Optional
ID of the stored airgap server extension
string
fqdn
Optional
FQDN of the airgap server
string
ip
Optional
Ip of the airgap server
string
caCert
Optional
If Airgap server is using private CA signed certificate, paste the CA certificate that signs it, If Airgap server is using self-signed certificate, paste the self-signed certificate, If Airgap server is using public-signed certificate (commercial certificate), ignore this field.