ADDomainMonitorConnectionServerV2

ADDomainMonitorConnectionServerV2
ADDomainMonitorConnectionServerV2

Information about the AD Domain connection from connection server.

JSON Example
{
    "id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
    "last_updated_timestamp": 1582029025748,
    "name": "cs1.example.com",
    "status": "FULLY_ACCESSIBLE",
    "trust_relationship": "TWO_WAY"
}
string
id
Optional

Unique ID of the connection server.

integer As int64 As int64
last_updated_timestamp
Optional

The timestamp in milliseconds when the last update was obtained. Measured as epoch time.

string
name
Optional

Connection server host name or IP address.

string
status
Optional

Status of the connection to the domain.

  • UNCONTACTABLE: No domain controllers appear to be present on the network for this domain.
  • FULLY_ACCESSIBLE: The domain controller(s) are accepting bind operations.
  • CANNOT_BIND: The domain controller(s) are only accepting LDAP ping operations.
  • UNKNOWN: Cannot determine accessibility.
Possible values are : UNCONTACTABLE, FULLY_ACCESSIBLE, CANNOT_BIND, UNKNOWN,
string
trust_relationship
Optional

The trust relationship for the domain.

  • PRIMARY_DOMAIN: The domain is the domain that the broker is present in.
  • FROM_BROKER: The domain is trusted by the domain that the broker is in.
  • TO_BROKER: The domain trusts the broker's domain (this is for completeness and generally will not be used).
  • TWO_WAY: The domain has a two way trust relationship with the broker's domain.
  • TWO_WAY_FOREST: The domain is in the same forest as the broker's domain, implies two way trust.
  • MANUAL: The domain was manually configured (the trust has not been detected).
  • NOTRUST: The domain not having trust with broker domain.
  • UNKNOWN: The trust relationship could not be determined.
Possible values are : PRIMARY_DOMAIN, FROM_BROKER, TO_BROKER, TWO_WAY, TWO_WAY_FOREST, MANUAL, NOTRUST, UNKNOWN,