Update Azure Cloud Account Async
Update Azure cloud account
Cloud account id
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
Azure cloud account details to be updated
Show optional properties
{
"name": "string",
"subscriptionId": "064865b2-e914-4717-b415-8806d17948f7",
"tenantId": "9a13d920-4691-4e2d-b5d5-9c4c1279bc9a",
"clientApplicationId": "3287dd6e-76d8-41b7-9856-2584969e7739",
"clientApplicationSecretKey": "GDfdasDasdASFas321das32cas2x3dsXCSA76xdcasg=",
"regions": [
{
"name": "East Asia",
"externalRegionId": "eastasia"
}
]
}
{
"name": "string",
"description": "string",
"subscriptionId": "064865b2-e914-4717-b415-8806d17948f7",
"tenantId": "9a13d920-4691-4e2d-b5d5-9c4c1279bc9a",
"clientApplicationId": "3287dd6e-76d8-41b7-9856-2584969e7739",
"clientApplicationSecretKey": "GDfdasDasdASFas321das32cas2x3dsXCSA76xdcasg=",
"regions": [
{
"name": "East Asia",
"externalRegionId": "eastasia"
}
],
"createDefaultZones": true,
"tags": [
{
"key": "env",
"value": "dev"
}
]
}
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
Azure Subscribtion ID
Azure Tenant ID
Azure Client Application ID
Azure Client Application Secret Key
A set of regions to enable provisioning on.Refer to /iaas/api/cloud-accounts/region-enumeration.
Create default cloud zones for the enabled regions.
A set of tag keys and optional values to set on the Cloud Account
Accepted
"RequestTracker Object"
Progress of the request as percentage.
Status message of the request.
Status of the request.
Collection of resources.
Name of the operation.
ID of this request.
Self link of this request.
ID of the deployment, this request is connected to.
Forbidden
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Not Found
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"clientApplicationId:"string","clientApplicationSecretKey:"string","name:"string","regions":["object"],"subscriptionId:"string","tenantId:"string"}'