Skip to main content
Create a cloud account for monitoring and security analysis. For more information please refer to the Cloud Account documentation.
External DocumentationTo learn more, visit the Upwind documentation.

Parameters

ParameterDescription
Config Infrastructure TypesThe infrastructure types of the cloud account.
Config LocationThe geographic location or region of the cloud account. For example - us-east-1.
NameThe name of the cloud account.
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

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