Host Authentication Manager Get Info
Information about Active Directory membership.
Request
URI
GET
https://{vcenter-host}/sdk/vim25/{release}/HostAuthenticationManager/{moId}/info
COPY
Path Parameters
string
moId
Required
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostAuthenticationManager/{moId}
.
string
release
Required
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
Responses
200
OK
Returns HostAuthenticationManagerInfo of type(s) application/json
This response body class contains all of the following: DataObject
{
"_typeName": "string",
"authConfig": [
{
"_typeName": "string",
"enabled": false
}
]
}
array of HostAuthenticationStoreInfo
authConfig
Required
An array containing entries for local authentication and host Active Directory authentication.
- HostLocalAuthenticationInfo - Local authentication is always enabled.
- HostActiveDirectoryInfo - Host Active Directory authentication information includes the name of the domain, membership status, and a list of other domains trusted by the membership domain.
Host Authentication Manager Operations
GET
Host Authentication Manager Get Info
GET
Host Authentication Manager Get Supported Store