Host Active Directory Authentication Import Certificate For CAM Task
Import the CAM server's certificate to the local store of vmwauth.
The certificate should have already been uploaded to ESXi file system.
Required privileges: Host.Config.AuthenticationStore
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostActiveDirectoryAuthentication/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"certPath": "string",
"camServer": "string"
}
full path of the certificate on ESXi
IP of server providing the CAM service.
OK
{
"_typeName": "string",
"type": "string",
"value": "string"
}
FileNotFound: if the certificate file does not exist
InvalidCAMServer: if camServer is not a valid IP address
ActiveDirectoryFault: for any problem that is not handled with a more specific fault.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}