Vcenter Lcm Deployment Repository Spec
The Vcenter Lcm Deployment Repository Spec schema contains the repository configuration parameters.
This schema was added in vSphere API 9.0.0.0.
{
"address": "string",
"username": "string",
"password": "string",
"ssl_verify": false,
"certificate": "string"
}
The address of the repository.
This property was added in vSphere API 9.0.0.0.
The username used to authenticate with the repository,
This property was added in vSphere API 9.0.0.0.
Only set, when the repository requires authentication.
The password used to authenticate with the repository,
This property was added in vSphere API 9.0.0.0.
Only set, when the repository requires authentication.
A flag to indicate whether SSL verification is required for the Repository location.
This property was added in vSphere API 9.1.0.0.
If missing or null defaults to True
Certificate to verify the SSL Repository location. The value should be the x509 leaf certificate encoded in PEM format.
- If ssl_verify is true and this field is omitted, a CA based validation will be used.
- If ssl_verify is true and this field is provided, it will be used for SSL validation.
This property was added in vSphere API 9.1.0.0.
If set will be used for SSL validation.