ADDomainMonitorInfoV3
ADDomainMonitorInfoV3
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",
"domain_type": "CONNECTION_SERVER_DOMAIN",
"netbios_name": "AD-EXAMPLE1",
"nt4_domain": true,
"service_accounts": [
{
"owner_id": "S-1-1-1-3965912346-1012345398-3123456564-123",
"status": "ACTIVE",
"username": "USER1"
}
]
}
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
domain_type
Optional
AD Domain Type.
- CONNECTION_SERVER_DOMAIN: The domain having trust with connection server domain.
- NO_TRUST_DOMAIN: The domain not having any trust with connection server domain.
Possible values are : CONNECTION_SERVER_DOMAIN, NO_TRUST_DOMAIN,
string
netbios_name
Optional
The NetBIOS name for the domain.
boolean
nt4_domain
Optional
If this is an NT4 domain or not.