v1

latestOpenAPI 3.0.22026-08-062794201004.1 KB
CMEK

Get Cloud Accounts

Fetches the cloud account ID associated with the organization. Use this account ID when adding CMEK to other AWS databases in your organization.

To learn more, see CMEK at Rest.

In order to access this endpoint, the provided API key must have at least one of the following roles:

  • Organization Owner
  • Project Creator
  • Organization Member

To learn more, see Organization, Project, and Database Access Overview.

get/v4/organizations/{organizationId}/cloudAccounts

Response

Successfully fetched the cloud account ID associated with the organization.

gcp-capella-projectstring required

The GCP project name.

aws-capella-accountstring required

The AWS account ID.

azure-capella-subscriptionstring required

The Azure subscription name.

Example response

{
  "gcp-capella-project": "MyApp-Prod-Project",
  "aws-capella-account": "MyApp-Prod-Project",
  "azure-capella-subscription": "MyApp-Prod-Project"
}
All 279 operations