List AD Domains V3

List AD Domains V3

Lists information related to AD Domains of the environment.

Request
URI
GET
https://{api_host}/rest/external/v3/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
        },
        "auxiliary_accounts": [
            {
                "id": "554c9fc8-d948-4fbb-9612-69cd640191e6_user1",
                "username": "Administrator"
            }
        ],
        "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