latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB

db81a447bba9

Cloud Accounts

Register cloud account

Registers an external cloud provider account (AWS or GCP) for BYOC deployments, VPC peering, and PrivateLink. Stores credentials and network metadata under the tenant.

post/tenants/{tenant_id}/cloud_accounts

Path parameters

tenant_idinteger required
Example:7261845022003200000

Tenant identifier

Request body

account_idstring required
cloudstring required
namestring required
regionstring nullable
remarksstring nullable

Example request

{
  "name": "aws-prod"
}

Response

Cloud account created