Get Uag Deployment By ID
DescriptionGet a single UAG deployment by ID
Request
URLURL
Path Parameters
Path Parameters
UAG Deployment ID
Query Parameters
Query Parameters
Organization ID: non-super users can only access their own organization
Authentication
Response
Response BodyResponse Body
200 OK
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"
}
Record creation timestamp
Edge Deployment id
Admin-defined FQDN of the UAG cluster
Other infrastructure resources for the deployment. The keys in this map and the interpretation of the values depend on the provider type.
location
User defined name for this instance
Number of Gateways needed in the UAG deployment cluster
Org ID that owns this record
CredentialId where the Gateway password is stored.
Provider instance to where this UAG deployment is deployed
Provider label (provider of which this is an instance)
Resource tags that are added to UAG deployment
CredentialId where the SSL certificate is stored.
The configured status of the UAG Cluster deployment
Possible values are: DELETED , DELETE_PENDING , DELETING , DELETION_FAILED , DEPLOYING , FAILED , PARTIALLY_READY , PENDING , READY , UPDATE_FAILED , UPDATE_PENDING , UPDATING , UPGRADE_FAILED , UPGRADE_PENDING , UPGRADING
UAG deployment type
Record updated timestamp
Record version (internal)
Errors
Unauthorized
Forbidden
Not Found