Skip to main content
Update a cloud account.
External DocumentationTo learn more, visit the Upwind documentation.

Parameters

ParameterDescription
Cloud Account IDThe ID of the cloud account to update.
Config Infrastructure TypesThe infrastructure types of the cloud account.
Config LocationThe geographic location or region of the cloud account. For example - us-east-1.
Organization IDThe ID of the organization.

Example Output

{
	"id": "ca_123456789",
	"account_id": 123456789012,
	"name": "Production",
	"provider": "BYOC",
	"config": {
		"infrastructure_types": [
			"VMWARE"
		],
		"location": "us-east-1"
	}
}

Workflow Library Example

Update Cloud Account with Upwind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop