List AD Containers

List AD Containers

At least one of the listed privileges is required -

Privileges Description
GLOBAL_CONFIG_VIEW Caller should have permission to this privilege, to perform this operation.
POOL_VIEW Caller should have permission to this privilege, to perform this operation.
Request
URI
GET
https://{api_host}/rest/external/v1/ad-domains/{id}/ad-containers
COPY
Path Parameters
string
id
Required

AD domain SID

Query Parameters
string
container_name
Optional

AD container name in Base64URL encoded format

string
rdn
Optional

rdn of AD container in Base64URL encoded format

boolean
sub_tree_search
Optional

true to search subtree. Subtree search is only supported for rdn.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "rdn": "CN=ComPartitions,CN=System"
    }
]

400

Bad Request

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure

403

Access to the resource is forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure