List AD Domain Monitor Infos V3

List AD Domain Monitor Infos V3

Lists monitoring information related to AD Domains of the environment.

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

OK

[
    {
        "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"
            }
        ]
    }
]

401

User is not authenticated

Operation doesn't return any data structure