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

Changes

No recorded changes to this endpoint across all 1 revision of this API.