[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Get Uag Deployment By ID

Description

Get a single UAG deployment by ID

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/admin/v2/uag-deployments/{id}
Copy

Path Parameters

Path Parameters

string
id Required

UAG Deployment ID


Query Parameters

Query Parameters

string
org_id Optional

Organization ID: non-super users can only access their own organization


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns UAGDeploymentTOV2 of type */*

Successfully retrieved deployment

{
    "edgeDeploymentId": "1234",
    "fqdn": "www.example.com",
    "location": "US",
    "name": "My Instance Name",
    "numberOfGateways": 2,
    "orgId": "0123456789",
    "providerInstanceId": "0123456789",
    "providerLabel": "AZURE",
    "status": "PENDING",
    "type": "EXTERNAL | INTERNAL | INTERNAL_AND_EXTERNAL"
}
string as date-time
createdAt Optional

Record creation timestamp


string
description Optional

string
edgeDeploymentId Optional

Edge Deployment id


array of ErrorDetail
errorDetails Optional

List of Error Details


string
fqdn Optional

Admin-defined FQDN of the UAG cluster


array of UAGVmDetailsTO
gateways Optional

List of UAG VMs and their details which are deployed


HDC
hdc Optional

string
id Optional

infrastructure Optional

Other infrastructure resources for the deployment. The keys in this map and the interpretation of the values depend on the provider type.


loadBalancer Optional

string
location Optional

location


string
name Optional

User defined name for this instance


integer as int32
numberOfGateways Optional

Number of Gateways needed in the UAG deployment cluster


string
orgId Optional

Org ID that owns this record


string
passwordCredentialId Optional

CredentialId where the Gateway password is stored.


privateLoadBalancer Optional

string
providerInstanceId Optional

Provider instance to where this UAG deployment is deployed


string
providerLabel Optional

Provider label (provider of which this is an instance)


proxyConfiguration Optional

reportedProperties Optional

map of string
resourceTags Optional

Resource tags that are added to UAG deployment


string
sslCertificateCredentialId Optional

CredentialId where the SSL certificate is stored.


sslCertificateTO Optional

string
status Optional

The configured status of the UAG Cluster deployment

Possible values are: DELETEDDELETE_PENDINGDELETINGDELETION_FAILEDDEPLOYINGFAILEDPARTIALLY_READYPENDINGREADYUPDATE_FAILEDUPDATE_PENDINGUPDATINGUPGRADE_FAILEDUPGRADE_PENDINGUPGRADING


string
type Optional

UAG deployment type


string as date-time
updatedAt Optional

Record updated timestamp


integer as int64
version Optional

Record version (internal)

Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not Found

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/admin/v2/uag-deployments/{id}


Feedback

Was this page helpful?