External DocumentationTo learn more, visit the Upwind documentation.
Parameters
Example Output
Workflow Library Example
Create Cloud Account with Upwind and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Config Infrastructure Types | The infrastructure types of the cloud account. |
| Config Location | The geographic location or region of the cloud account. For example - us-east-1. |
| Name | The name of the cloud account. |
| Organization ID | The ID of the organization. |
{
"id": "ca_123456789",
"account_id": 123456789012,
"name": "Production",
"provider": "BYOC",
"config": {
"infrastructure_types": [
"VMWARE"
],
"location": "us-east-1"
}
}
Was this page helpful?