Get Broker Directories

Get Broker Directories

List existing directories.

Request
URI
GET
https://{api_host}//usergroup/t/{TENANT}/broker/directories
COPY
Path Parameters
string
TENANT
Required

TENANT


Authentication
This operation uses the following authentication methods.
Responses
200

Directory list returned successfully.

Returns BrokerDirectoryList of type(s) application/vnd.vmware.vidm.usergroup.broker.directory.list+json
{
    "items": [
        {
            "_links": {
                "self": {
                    "href": "https://example.com/path-to-self"
                }
            },
            "id": "string",
            "name": "string",
            "domains": [
                "string"
            ],
            "default_domain": "string",
            "source": "AZURE",
            "type": "PROVISIONED",
            "delete_in_progress": false
        }
    ],
    "_links": {
        "self": {
            "href": "https://example.com/path-to-self"
        }
    }
}
items
Optional

items

object
_links
Optional

The resource HATEOAS links. Usually includes a "self" link for this resource


401

Unauthorized to list directories

Operation doesn't return any data structure

403

Forbidden to get directories

Operation doesn't return any data structure