ADDomainMonitorInfoV2
ADDomainMonitorInfoV2
Monitoring information related to AD Domain.
JSON Example
{
"connection_servers": [
{
"id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
"last_updated_timestamp": 1582029025748,
"name": "cs1.example.com",
"status": "FULLY_ACCESSIBLE",
"trust_relationship": "TWO_WAY"
}
],
"dns_name": "ad-example1.example.com",
"netbios_name": "AD-EXAMPLE1",
"nt4_domain": true
}
array of ADDomainMonitorConnectionServerV2
connection_servers
Optional
Information about the AD Domain connections from each of the connection servers.
string
dns_name
Optional
The DNS name for the domain.
string
netbios_name
Optional
The NetBIOS name for the domain.
boolean
nt4_domain
Optional
If this is an NT4 domain or not.