List AD Domains V2

List AD Domains V2

Lists information related to AD Domains of the environment.

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

OK

[
    {
        "ad_domain_advanced_settings": {
            "ad_domain_auto_discovery": true,
            "ad_domain_context": "dc=abc,dc=com",
            "ad_domain_controllers": [
                "example.com"
            ],
            "ad_domain_preferred_site": "Bengaluru",
            "port": 389
        },
        "dns_name": "example.com",
        "domain_type": "CONNECTION_SERVER_DOMAIN",
        "id": "S-1-5-21-1085031214-1563985344-725345543",
        "netbios_name": "AD-EXAMPLE1",
        "primary_account": {
            "username": "Administrator"
        }
    }
]

401

User is not authenticated

Operation doesn't return any data structure