[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Get By ID
DescriptionFetch one Active Directory record
Request
URLURL
https://cloud.vmwarehorizon.com/admin/v2/active-directories/{id}
Path Parameters
Path Parameters
string
id
Required
Active directory ID
Query Parameters
Query Parameters
boolean
expanded
Optional
If true, results will include additional data (e.g. join user name)
string
org_id
Optional
Organization ID: non-super users can only access their own organization
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
ActiveDirectoryTO
of type */*
Successfully retrieved active directory record
{
"credentialId": "5fb352ed5b19360006d8fd93",
"defaultOU": "OU=Computers",
"description": "This is a test AD",
"dnsDomainName": "example.com",
"id": "0123456789",
"location": "US",
"name": "TestAD",
"orgId": "0123456789"
}
string as date-time
createdAt
Optional
Record creation timestamp
string
credentialId
Optional
The credential ID to be used with the credential service
string
defaultOU
Optional
Default OU (organizational unit) for adding VMs to the domain
string
description
Optional
Description for the AD
string
dnsDomainName
Optional
Directory DNS name
string
id
Optional
Unique record ID
string
location
Optional
location
string
name
Optional
Name that helps the customer identify the record
string
orgId
Optional
Org ID that owns this record
string as date-time
updatedAt
Optional
Record update timestamp
integer as int64
version
Optional
Record version (internal)
Errors
ErrorResponse
401
Unauthorized
ErrorResponse
403
Forbidden
ErrorResponse
404
Active directory record not found
Code Samples
cURL Command
curl https://cloud.vmwarehorizon.com/admin/v2/active-directories/{id}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen