Patch Uag Deployment
DescriptionPatches an existing UAG deployment record with new values.
Request
URLURL
Path Parameters
Path Parameters
UAG Deployment ID
Query Parameters
Query Parameters
If true, errors classified as warnings will be ignored
Organization ID: non-super users can only access their own organization
Request Body
{
"fqdn": "uag.example.com",
"numberOfGateways": 2
}
Admin-defined FQDN of the UAG cluster
Other infrastructure resources for the UAG deployment. The keys in this map and the interpretation of the values depend on the provider type.
Number of Gateways needed in the UAG deployment cluster
Authentication
Response
Response BodyResponse Body
202 Accepted
Accepted the request to patch existing UAG deployment record
{
"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)
204 No Content
No Content
Errors
Bad Request
Unauthorized
Forbidden
Not Found
Conflict - concurrent updates
Unexpected internal server error
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: uagDeploymentPatchToV2