List AD Domain Monitors

List AD Domain Monitors

Lists monitoring information related to AD Domains of the environment.

Request
URI
GET
https://{api_host}//localhost/rest/monitor/ad-domains
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "connection_servers": [
            {
                "id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
                "name": "cs1.example.com",
                "status": "FULLY_ACCESSIBLE",
                "trust_relationship": "TWO_WAY"
            }
        ],
        "dns_name": "ad-example1.example.com",
        "netbios_name": "AD-EXAMPLE1",
        "nt4_domain": true
    }
]

401

User is not authenticated

Operation doesn't return any data structure